@charset "UTF-8";
/*!
Theme Name: Dolls
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dolls
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dolls is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "Satoshi";
  src: url(fonts/Satoshi-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url(fonts/Satoshi-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans";
  src: url(fonts/WorkSans-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans";
  src: url(fonts/WorkSans-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans";
  src: url(fonts/WorkSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.button, .wpcf7-form .wpcf7-submit {
  font-family: "WorkSans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 25px;
  border-radius: 16px;
  background: linear-gradient(0deg, #ea2a80 0%, #9b0065 100%);
  padding: 19px 32px;
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .button, .wpcf7-form .wpcf7-submit {
    padding: 15px 29px;
  }
}
.button:hover, .wpcf7-form .wpcf7-submit:hover {
  background: #000;
  border-color: #000;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Styles vars
-------------------------------------------------
 */
.header {
  background: #0B1023;
  padding: 32px 0;
}
.header__all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .header__logo {
    order: 2;
  }
}
@media screen and (max-width: 1025px) {
  .header__menu {
    display: none;
  }
}
.header__menu .menu {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.header__menu .menu li {
  list-style: none;
}
.header__menu .menu li a {
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  background: transparent;
  border-radius: 20px;
  padding: 8px;
  transition: background 0.3s ease;
}
.header__menu .menu li a:hover {
  background: #6E1BFF;
}
.header__menu .menu li.current-menu-item a {
  background: #6E1BFF;
}
.header__right {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .header__right {
    order: 3;
  }
}
.header__right-cart {
  position: relative;
}
.header__right-cart .js-open-mini-cart {
  cursor: pointer;
}
.header__right-cart .count-cart {
  position: absolute;
  right: -6px;
  font-size: 12px;
  font-weight: 500;
  top: -19px;
  width: 16px;
  height: 16px;
  color: #fff;
  background: #DC1EB4;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .header__right-button {
    display: none;
  }
}
.header .hamburger {
  display: none;
  position: relative;
  width: 35px;
  margin: 0 0 0 auto;
  cursor: pointer;
  appearance: none;
  background: none;
  outline: none;
  border: none;
  z-index: 99;
}
@media screen and (max-width: 1025px) {
  .header .hamburger {
    display: block;
    position: relative;
  }
}
.header .hamburger.is-active {
  bottom: 28px;
}
.header .hamburger .bar,
.header .hamburger:after,
.header .hamburger:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.header .hamburger.is-active:before {
  transform: rotate(-45deg) translate(-8px, 6px);
}
.header .hamburger.is-active:after {
  transform: rotate(45deg) translate(-9px, -8px);
}
.header .hamburger.is-active .bar {
  opacity: 0;
}
.header .mobile-nav {
  position: fixed;
  top: 60px;
  left: 100%;
  width: 100%;
  min-height: auto;
  display: block;
  z-index: 9;
  background-color: #fff;
  transition: ease 0.4s;
  border-top: 3px solid #0B1023;
}
@media screen and (max-width: 769px) {
  .header .mobile-nav {
    top: 81px;
  }
}
.header .mobile-nav ul {
  flex-direction: column;
  padding: 0;
}
.header .mobile-nav li {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 40px;
  background-color: #0B1023;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .header .mobile-nav li {
    padding: 0;
  }
}
.header .mobile-nav li:before {
  left: 20px;
  right: unset;
  width: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.header .mobile-nav li:nth-child(2n) {
  background-color: #fff;
}
.header .mobile-nav li:nth-child(2n) a {
  color: #000;
}
.header .mobile-nav li:has(ul.sub-menu) a {
  position: relative;
}
.header .mobile-nav li:has(ul.sub-menu) a:before {
  content: "\f107";
  position: absolute;
  font-size: 11px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  right: -15px;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .header .mobile-nav li:has(ul.sub-menu) a:before {
    content: none;
  }
}
.header .mobile-nav li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .header .mobile-nav li a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .header .mobile-nav li .sub-menu {
    margin: 0;
  }
}
.header__mobile-reverse {
  display: none;
}
@media screen and (max-width: 1025px) {
  .header__mobile-reverse {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: rem-calc(25px);
    order: 1;
  }
}
.header .mobile-nav.is-active {
  min-height: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
}
.header .submenu-toggle {
  position: absolute;
  right: 81px;
  font-size: 30px;
  top: 0;
}

.mini-cart {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.mini-cart.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mini-cart__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.mini-cart__content {
  position: relative;
  background: #1F1D40;
  padding: 20px;
  border-radius: 12px;
  max-width: 1144px;
  width: 100%;
  height: 700px;
  overflow: hidden;
  z-index: 10000;
}

.mini-cart__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}

.mini-cart__body {
  display: flex;
  height: 100%;
}
.mini-cart__body .woocommerce-mini-cart {
  height: 544px;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #565289;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #46406f;
}

body {
  font-size: clamp(14px, 1.3888888889vw, 20px);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #D3D3CB;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

html, body {
  margin: 0;
  padding: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  position: static !important;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
  font-family: "WorkSans", sans-serif;
}

.main {
  display: block;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

ul {
  margin: 0;
  padding: 0;
}

*:hover {
  transition: ease 0.3s;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Satoshi", sans-serif;
  margin: 0;
  color: #D3D3CB;
}

h1, .h1 {
  font-size: clamp(14px, 4.7222222222vw, 68px);
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  h1, .h1 {
    font-size: 50px;
  }
}

h2, .h2 {
  font-size: clamp(14px, 3.4722222222vw, 50px);
  font-weight: 900;
}
@media screen and (max-width: 769px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: clamp(14px, 3.0555555556vw, 44px);
  font-weight: 900;
}

h4, .h4 {
  font-size: clamp(14px, 1.9444444444vw, 28px);
}

p:has(.phone-tel) {
  width: 100%;
}

p {
  margin: 0;
}

.main-content {
  color: #fff;
}

#primary input:not(.wpcf7-submit), #primary textarea, #primary select {
  background: linear-gradient(#0b0f1a, #0b0f1a) padding-box, linear-gradient(90deg, #9c27ff, #ff3cac) border-box;
  color: #707394;
  border-radius: 16px;
  padding: 10px 15px;
  border: 1px solid transparent;
  font-size: 16px;
  margin-top: 8px;
}
#primary input:not(.wpcf7-submit):not([type=checkbox]), #primary textarea:not([type=checkbox]), #primary select:not([type=checkbox]) {
  width: 100%;
}
#primary select option {
  background: rgba(20, 0, 40, 0.95);
  color: #fff;
  padding: 10px;
  font-size: 14px;
}
#primary .wc-blocks-components-select__container {
  background: transparent;
}
#primary .wc-block-components-checkbox__mark {
  fill: #fff;
  margin-left: 7px;
}
#primary .wc-block-components-button {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 25px;
  border-radius: 16px;
  border: none;
  background: linear-gradient(0deg, #ea2a80 0%, #9b0065 100%);
  padding: 19px 32px;
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
}

.button-second, .wpcf7-form .wpcf7-submit {
  background: linear-gradient(0deg, #6e1bff 0%, #bf01d4 100%);
  padding: 10px 32px;
}

.two-columns {
  columns: 2;
}

.uacf7-form-172 input[type=range] {
  background: linear-gradient(90deg, #AE1C7C, #5F288B);
  border-radius: 16px;
  border: none;
}
.uacf7-form-172 input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F92CCE;
  cursor: pointer;
  border: none;
}

select {
  width: 100%;
  background: linear-gradient(#0b0f1a, #0b0f1a) padding-box, linear-gradient(90deg, #9c27ff, #ff3cac) border-box;
  color: #707394;
  border-radius: 16px;
  padding: 10px 15px;
  border: 2px solid transparent;
  font-size: 16px;
}

label {
  color: #CED1ED;
}

.top-10 {
  margin-top: 24px;
}

.two-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

:root {
  --spacing-32: 32px;
  --spacing-24: 24px;
}

.hero-section {
  position: relative;
}
.hero-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #AE1C7C, #5F288B);
}
@media screen and (max-width: 769px) {
  .hero-section:before {
    content: none;
  }
}
.hero-section__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 20px;
}
@media screen and (max-width: 769px) {
  .hero-section__inner {
    flex-direction: column;
  }
}
.hero-section__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 638px;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .hero-section__left {
    gap: 16px;
  }
}
.hero-section__left h1, .hero-section__left h2, .hero-section__left h3, .hero-section__left h4, .hero-section__left h5, .hero-section__left h6 {
  line-height: 1.2;
  color: #D3D3CB;
}
@media screen and (max-width: 769px) {
  .hero-section__left h1, .hero-section__left h2, .hero-section__left h3, .hero-section__left h4, .hero-section__left h5, .hero-section__left h6 {
    font-size: 50px;
    font-weight: 900;
  }
}
.hero-section__left p {
  margin: 0;
}
.hero-section__left .button {
  width: 225px;
}
@media screen and (max-width: 769px) {
  .hero-section__left .button {
    display: none;
  }
}
.hero-section__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-section__links .button {
  display: block;
  width: 100%;
}
.hero-section__links .button-second {
  position: relative;
  background: transparent;
  padding-block: 19px;
  color: #DB9DFF !important;
}
.hero-section__links .button-second:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(90deg, #6E1BFF, #BF01D4);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.hero-section__left-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  max-width: 556px;
  width: 100%;
  padding: 34px 54px;
  border-radius: 12px;
  background: #0b0f1a;
}
@media screen and (max-width: 769px) {
  .hero-section__left-list {
    max-width: 100%;
  }
}
.hero-section__left-list:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(90deg, #AE1C7C, #5F288B);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.hero-section__left-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.hero-section__right {
  background-repeat: no-repeat;
  background-size: contain;
  width: 562px;
  display: flex;
  background-position: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .hero-section__right {
    width: 100%;
    background-position: bottom;
  }
}
.hero-section__right img {
  max-width: 478px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  .hero-section__right.mob-hide {
    display: none;
  }
}

.dolls-slider {
  padding: 70px 0;
  overflow: hidden;
}
.dolls-slider__title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .dolls-slider__title {
    margin-bottom: 20px;
  }
}
.dolls-slider__list {
  overflow: visible;
}
.dolls-slider .slick-list {
  overflow: visible;
}
.dolls-slider .slick-track {
  margin: 0 -22px;
}
.dolls-slider__list-item {
  position: relative;
  margin: 0 22px;
  height: 546px !important;
  background: radial-gradient(circle at top left, #2b2b63, transparent 70%), linear-gradient(160deg, #1a1a2e, #0b0f1a);
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .dolls-slider__list-item {
    height: 400px !important;
  }
}
@media screen and (max-width: 769px) {
  .dolls-slider__list-item {
    height: 345px !important;
  }
}
.dolls-slider__list-item:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(90deg, #AE1C7C, #5F288B);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
.dolls-slider__list-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 50px rgba(88, 83, 236, 0.4), 0 0 40px rgba(249, 44, 160, 0.6);
  left: 0;
  top: 0;
  border-radius: 12px;
}
.dolls-slider__list-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .dolls-slider__list-item img {
    object-position: top;
  }
}
.dolls-slider__list-item .product-sale {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.dolls-slider__list-item .bestseller {
  margin-bottom: 12px;
}
.dolls-slider__list-item .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
}
.dolls-slider__list-item .stars-ratings {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.dolls-slider__list-item .star-rating span::before {
  color: #F92CCE;
}
.dolls-slider__list-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.subscribe-section {
  padding-block: 75px;
}
@media screen and (max-width: 769px) {
  .subscribe-section {
    padding-top: 65px;
  }
}
.subscribe-section__title {
  text-align: center;
  color: #EDEDF5;
}
.subscribe-section__title h1, .subscribe-section__title h2, .subscribe-section__title h3, .subscribe-section__title h4, .subscribe-section__title h5, .subscribe-section__title h6 {
  margin-bottom: 46px;
}
@media screen and (max-width: 769px) {
  .subscribe-section__title h1, .subscribe-section__title h2, .subscribe-section__title h3, .subscribe-section__title h4, .subscribe-section__title h5, .subscribe-section__title h6 {
    font-size: 40px;
    font-weight: 900;
  }
}
.subscribe-section__form {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.subscribe-section__form .uacf7-form-wrapper-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.subscribe-section__form .uacf7-form-wrapper-container input[type=email] {
  background: #111630;
  border: 2px solid transparent;
  box-shadow: 0 0 20px rgba(249, 44, 160, 0.6), 0 0 40px rgba(88, 83, 236, 0.4);
  padding: 14px 20px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  outline: none;
  background: linear-gradient(#0b0f1a, #0b0f1a) padding-box, linear-gradient(90deg, #9c27ff, #ff3cac) border-box;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.subscribe-section__form .uacf7-form-wrapper-container .wpcf7-submit {
  border: none;
  padding: 14px 67px;
}
@media screen and (max-width: 769px) {
  .subscribe-section__form .uacf7-form-wrapper-container .wpcf7-submit {
    width: 100%;
  }
}

.reviews {
  padding: 70px 0;
  overflow: hidden;
}
.reviews__hero {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .reviews__hero {
    flex-direction: column;
    align-items: center;
  }
}
.reviews__hero-count {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 28px;
  color: #F2F3FC;
}
.reviews .slick-track {
  margin: 0 -20px;
}
.reviews__list-item {
  position: relative;
  padding: 24px;
}
@media screen and (max-width: 769px) {
  .reviews__list-item {
    padding: 16px;
  }
}
.reviews__list-item:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(90deg, #AE1C7C, #5F288B);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.reviews__list-item.slick-slide {
  margin: 0 20px;
  max-width: 421px;
}
@media screen and (max-width: 769px) {
  .reviews__list-item.slick-slide {
    margin: 0 10px;
  }
}
.reviews__list-item .button {
  padding: 12px 43px;
}
@media screen and (max-width: 769px) {
  .reviews__list-item .button {
    padding-top: 10px 32px;
  }
}
.reviews .slick-list {
  overflow: visible;
}
.reviews__list-item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .reviews__list-item-head {
    flex-direction: column;
    align-items: normal;
    gap: 10px;
  }
}
.reviews__list-item-head > div {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #D3D3CB;
  font-size: 24px;
}
.reviews__list-item-head img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.reviews__list-item-description {
  margin-top: 24px;
  color: #B1B1B1;
  font-size: 24px;
}
.reviews__list-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #AEAEB5;
  margin-top: 24px;
}

.secure-purchase {
  padding-bottom: 140px;
}
@media screen and (max-width: 769px) {
  .secure-purchase {
    padding-bottom: 56px;
  }
}
.secure-purchase__description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #EDEDF5;
}
@media screen and (max-width: 769px) {
  .secure-purchase__description h1, .secure-purchase__description h2, .secure-purchase__description h3, .secure-purchase__description h4, .secure-purchase__description h5, .secure-purchase__description h6 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 16px;
  }
}
.secure-purchase__list {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 769px) {
  .secure-purchase__list {
    flex-direction: column;
    margin-top: 24px;
    gap: 24px;
  }
}
.secure-purchase__list-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  background: radial-gradient(circle at left top, #4F113B 0%, rgba(41, 49, 147, 0.6) 100%), linear-gradient(135deg, rgba(255, 0, 150, 0.3), rgba(0, 229, 255, 0.3)), #21052D;
  padding: 32px;
  border-radius: 24px;
}
@media screen and (max-width: 769px) {
  .secure-purchase__list-item {
    padding: 16px;
  }
}
.secure-purchase__list-item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 24px;
  background: linear-gradient(90deg, #5F288B, #AE1C7C);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.secure-purchase__list-item:last-child {
  background: radial-gradient(circle at 71% 43%, rgba(121, 5, 83, 0.7) 4%, rgba(79, 17, 59, 0.2) 85%, rgba(10, 10, 30, 0.8) 100%);
}
.secure-purchase__list-item:last-child::before {
  background: linear-gradient(90deg, #5F288B, #AE1C7C);
}
.secure-purchase__list-item-buttons {
  display: flex;
  gap: 24px;
  margin-top: auto;
}
.secure-purchase__list-item-buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .secure-purchase__list-item-buttons .button {
    padding: 15px 29px;
  }
}
.secure-purchase__list-item-buttons .button:first-child {
  position: relative;
  background: transparent;
}
.secure-purchase__list-item-buttons .button:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 16px;
  background: linear-gradient(90deg, #6E1BFF, #BF01D4);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.secure-purchase__list-item-top {
  display: flex;
  justify-content: space-between;
  color: #F2F3FC;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .secure-purchase__list-item-top {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.secure-purchase__list-item-top .price {
  text-align: right;
  font-size: 44px;
  font-weight: 900;
}
.secure-purchase__list-item-top ul {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.secure-purchase__list-item-top ul li {
  list-style: none;
  font-size: 16px;
}
.secure-purchase__list-item-top > div {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .customize-model {
    padding-top: 80px;
  }
}
.customize-model__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .customize-model__top {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
}
.customize-model__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .customize-model__title {
    margin-bottom: 0;
  }
}
.customize-model__price {
  display: flex;
  align-items: center;
  background: linear-gradient(#0b0f1a, #0b0f1a) padding-box, linear-gradient(90deg, #9c27ff, #ff3cac) border-box;
  box-shadow: 0 0 50px rgba(88, 83, 236, 0.4), 0 0 40px rgba(249, 44, 160, 0.6);
  border: 2px solid transparent;
  padding: 16px;
  border-radius: 8px;
  gap: 16px;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .customize-model__price {
    width: 100%;
    justify-content: center;
  }
}
.customize-model__price .price-model {
  font-size: 28px;
  font-weight: 700;
}
.customize-model__main {
  display: flex;
  align-items: flex-start;
  gap: 39px;
  color: #fff;
}
.customize-model__main img {
  max-width: 539px;
  object-fit: cover;
  box-shadow: 0 0 50px rgba(88, 83, 236, 0.4), 0 0 40px rgba(249, 44, 160, 0.6);
  border-radius: 42px;
  width: 100%;
  height: 100%;
}
.customize-model__main form .uacf7-slider-label {
  display: none;
}
.customize-model__main form .range-labels {
  display: flex;
  justify-content: space-between;
  color: #CED1ED;
}
.customize-model__main form input:not(.button):not([type=checkbox]), .customize-model__main form textarea {
  width: 100%;
  background: linear-gradient(#0b0f1a, #0b0f1a) padding-box, linear-gradient(90deg, #9c27ff, #ff3cac) border-box;
  color: #707394;
  border-radius: 16px;
  padding: 10px 15px;
  border: 2px solid transparent;
  font-size: 16px;
}
.customize-model__main form .two-columns {
  margin-top: var(--spacing-32);
  gap: var(--spacing-32);
}
@media screen and (max-width: 769px) {
  .customize-model__main form .two-columns {
    gap: 8px;
  }
}
.customize-model__inner {
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 769px) {
  .customize-model__inner {
    flex-direction: column;
  }
}
.customize-model__left-image {
  position: relative;
  height: 628px;
}
.customize-model__left-image:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 40px;
  background: linear-gradient(90deg, #DA5FC9, #5853EC, #F86FC0, #F92CA0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.customize-model input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #7f00ff, #e100ff);
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
}
.customize-model input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #ff00c8;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 10px #ff00c8;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.customize-model input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #ff00c8;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 10px #ff00c8;
  cursor: pointer;
}
.customize-model option {
  background: rgba(20, 0, 40, 0.95);
  color: #fff;
  padding: 10px;
  font-size: 14px;
}
.customize-model label {
  width: 100%;
  font-size: 14px;
  color: #ced1ed;
  margin-bottom: 8px;
}
.customize-model__submit {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.customize-model__submit input[type=submit] {
  max-width: 480px;
  width: 100%;
  border: none;
}

.upload-box {
  position: relative;
  border: 2px dashed #e48bff; /* розово-фиолетовая пунктирная рамка */
  border-radius: 12px;
  background: #1a1033; /* тёмный фон */
  width: 500px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.upload-content {
  text-align: center;
  color: #d9c7ff;
  pointer-events: none; /* чтобы клик проходил сквозь */
}

.upload-icon {
  font-size: 32px;
  margin-bottom: 8px;
}

.upload-box input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.range-wrapper {
  position: relative;
  margin-top: var(--spacing-32);
}

.range-value {
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
  background: rgba(20, 0, 40, 0.9);
  border: 2px solid transparent;
  color: #FFB6F0;
  padding: 4px 8px;
  border-radius: 6px;
  background: linear-gradient(#0b0f1a, #0b0f1a) padding-box, linear-gradient(90deg, #9c27ff, #ff3cac) border-box;
  box-shadow: 0 0 50px rgba(88, 83, 236, 0.4), 0 0 40px rgba(249, 44, 160, 0.6);
  font-size: 14px;
  white-space: nowrap;
  pointer-events: none;
}

.complete-order {
  padding: 140px 0;
}
@media screen and (max-width: 769px) {
  .complete-order {
    padding: 50px 0;
  }
}
.complete-order__list {
  display: flex;
  margin-top: 24px;
}
.complete-order__list-item {
  position: relative;
  background: linear-gradient(90deg, rgba(79, 17, 59, 0), rgba(41, 49, 147, 0.6));
  border-radius: 24px;
  box-shadow: 0 0 50px rgba(88, 83, 236, 0.4), 0 0 40px rgba(249, 44, 160, 0.6);
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: var(--spacing-32);
}
@media screen and (max-width: 769px) {
  .complete-order__list-item {
    flex-direction: column;
    align-items: center;
  }
}
.complete-order__list-item:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 24px;
  background: linear-gradient(90deg, #5F288B, #AE1C7C);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.complete-order__list-item img {
  max-width: 528px;
  width: 100%;
  border-radius: 24px;
  height: 100%;
  object-fit: cover;
}
.complete-order__list-item-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 24px;
  margin-top: 16px;
  border-radius: 8px;
  padding: 8px;
}
.complete-order__list-item-content .add-to-cart {
  display: flex;
  width: 100%;
  margin-top: 16px;
}
.complete-order__list-item-content .add-to-cart .button-second {
  width: 100%;
}
.complete-order__list-item-content .price bdi {
  color: #9686E6;
}
.complete-order__list-item-content .price ins, .complete-order__list-item-content .price ins bdi {
  color: #fff;
  font-size: 28px;
  background: transparent;
}

.about-us {
  padding-block: 16px 149px;
  color: #DADADA;
}
.about-us__title {
  margin-bottom: 40px;
}
.about-us__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-32);
}
@media screen and (max-width: 1025px) {
  .about-us__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .about-us__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-us__cards-item {
  position: relative;
  color: #C4C4DF;
  font-size: 24px;
  padding: var(--spacing-32);
}
@media screen and (max-width: 769px) {
  .about-us__cards-item {
    font-size: 18px;
  }
}
.about-us__cards-item:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 24px;
  background: linear-gradient(90deg, #5F288B, #AE1C7C);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.about-us__cards-item h1, .about-us__cards-item h2, .about-us__cards-item h3, .about-us__cards-item h4, .about-us__cards-item h5, .about-us__cards-item h6 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  color: #DADADA;
}
@media screen and (max-width: 769px) {
  .about-us__cards-item h1, .about-us__cards-item h2, .about-us__cards-item h3, .about-us__cards-item h4, .about-us__cards-item h5, .about-us__cards-item h6 {
    font-size: 30px;
  }
}
.about-us__cards-item .number-count {
  position: relative;
  margin-bottom: 8px;
  z-index: 1;
}
.about-us__cards-item .number-count:before {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  background: linear-gradient(90deg, #6E1BFF, #BF01D4);
  border-radius: 100%;
  left: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .about-us__cards-item .number-count:before {
    width: 40px;
    height: 40px;
    left: 18px;
  }
}
.about-us__cards-item h3, .about-us__cards-item .h3 {
  margin-bottom: 34px;
}
.about-us__description {
  max-width: 745px;
  width: 100%;
  margin-top: 40px;
}
.about-us__description h1, .about-us__description h2, .about-us__description h3, .about-us__description h4, .about-us__description h5, .about-us__description h6 {
  margin-bottom: 16px;
}

.contact {
  padding-block: 16px 200px;
}
.contact__intro {
  display: flex;
  gap: var(--spacing-32);
}
@media screen and (max-width: 769px) {
  .contact__intro {
    flex-wrap: wrap;
  }
}
.contact__left {
  width: 35%;
}
@media screen and (max-width: 769px) {
  .contact__left {
    width: 100%;
  }
}
.contact__left-title {
  margin-bottom: 40px;
}
.contact__left-links {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-24);
}
.contact__left-links-item {
  position: relative;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #fff;
}
.contact__left-links-item:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 24px;
  background: linear-gradient(90deg, #5F288B, #AE1C7C);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.contact__form {
  width: 65%;
  background: #111630;
  padding: var(--spacing-32);
  border-radius: 20px;
}
@media screen and (max-width: 769px) {
  .contact__form {
    width: 100%;
    padding: 10px;
  }
}
.contact__form .send-button {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  .contact__form .send-button {
    margin-top: 20px;
  }
}
.contact__form .send-button .wpcf7-spinner {
  display: none;
}
.contact__form .send-button:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.9471 1.02871C24.0017 0.892413 24.015 0.743103 23.9855 0.599288C23.956 0.455474 23.885 0.32348 23.7812 0.21967C23.6774 0.11586 23.5454 0.0448002 23.4015 0.015299C23.2577 -0.0142021 23.1084 -0.000846891 22.9721 0.0537091L1.15162 8.78221H1.15012L0.472125 9.05221C0.34371 9.10343 0.231953 9.18915 0.149198 9.2999C0.0664433 9.41066 0.0159116 9.54213 0.00318483 9.67979C-0.00954198 9.81746 0.0160314 9.95597 0.0770801 10.08C0.138129 10.2041 0.232277 10.3088 0.349125 10.3827L0.964125 10.7727L0.965625 10.7757L8.45812 15.5427L13.2251 23.0352L13.2281 23.0382L13.6181 23.6532C13.6923 23.7696 13.7971 23.8633 13.921 23.924C14.045 23.9846 14.1833 24.0099 14.3207 23.997C14.4581 23.9842 14.5892 23.9336 14.6998 23.851C14.8103 23.7684 14.8959 23.6569 14.9471 23.5287L23.9471 1.02871ZM21.1976 3.86371L9.95662 15.1047L9.63412 14.5977C9.57503 14.5047 9.49616 14.4258 9.40312 14.3667L8.89612 14.0442L20.1371 2.80321L21.9041 2.09671L21.1991 3.86371H21.1976Z" fill="%23EEEEEE"/></svg>');
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 32px;
}
.contact__form .two-columns {
  gap: var(--spacing-32);
  margin-bottom: var(--spacing-32);
}
@media screen and (max-width: 769px) {
  .contact__form .two-columns {
    gap: 10px;
  }
}
.contact__form .wpcf7-submit {
  border: none;
  background: linear-gradient(90deg, #EA2A80, #9B0065);
  padding-left: 63px;
}
.contact__form input:not(.wpcf7-submit), .contact__form textarea {
  background: linear-gradient(#111630, #111630) padding-box, linear-gradient(90deg, #5A53EB, #F867BC) border-box !important;
}
.contact__form-title {
  margin-bottom: var(--spacing-32);
  color: #fff;
}

.faq__title {
  color: #EDEDF5;
  margin-bottom: 38px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__list-item {
  position: relative;
  padding: var(--spacing-32);
  color: #EDEDF5;
  background: #111630;
  border-radius: 24px;
}
.faq__list-item:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 24px;
  background: linear-gradient(90deg, #5F288B, #AE1C7C);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.faq__list-item.active .accordion_item_content {
  margin-top: 15px;
}
.faq__list-item.active .accordion_item_title:before {
  transform: rotate(45deg);
}
.faq__list-item-title {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.faq__list-item-title:before {
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_630_5725)"><path d="M0 8C0 7.44772 0.447715 7 1 7H15C15.5523 7 16 7.44772 16 8C16 8.55228 15.5523 9 15 9H1C0.447715 9 0 8.55228 0 8Z" fill="%23D3D3CB"/><path d="M7 1C7 0.447715 7.44772 0 8 0C8.55228 0 9 0.447715 9 1V15C9 15.5523 8.55228 16 8 16C7.44772 16 7 15.5523 7 15V1Z" fill="%23D3D3CB"/></g><defs><clipPath id="clip0_630_5725"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
  width: 16px;
  height: 16px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: transform 0.3s ease;
}
.faq__list-item-title svg {
  margin-right: 18px;
}
.faq__list-item-content {
  color: #C4C4DF;
  font-size: 17px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}

.video-section {
  padding-block: 40px;
  background: #5D2471;
}
.video-section iframe {
  width: 100%;
  height: 648px;
}
@media screen and (max-width: 1025px) {
  .video-section iframe {
    height: 500px;
  }
}
@media screen and (max-width: 769px) {
  .video-section iframe {
    height: 400px;
  }
}

.slick-dots {
  position: absolute;
  gap: 10px;
  bottom: -60px;
  list-style: none;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px auto 0;
  border-radius: 15px;
  padding: 10px;
  right: 0;
  width: max-content;
  left: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border-radius: 5px;
  background: #918CB8;
  display: block;
  height: 2px;
  width: 30px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  border: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 769px) {
  .slick-dots li button:before {
    width: 16px;
    height: 16px;
  }
}
.slick-dots li.slick-active button:before {
  background: #000;
  border-radius: 100%;
}
.slick-dots .slick-active button {
  background: #F92CCE;
}

.slick-arrow {
  position: absolute;
  top: -140px;
  width: 40px;
  height: 40px;
  background: #292B60;
  border-radius: 12px 0px 0px 12px;
  border: none;
  font-size: 25px;
  box-shadow: 3px 1px 10px 6px rgba(34, 60, 80, 0.2);
  z-index: 2;
  cursor: pointer;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow svg {
  height: 20px;
  width: 12px;
}
.slick-arrow:hover {
  background-color: #fff;
}
.slick-arrow:before {
  content: "";
  position: absolute;
}
.slick-arrow.slick-disabled {
  background: #1F1A32;
}
.slick-arrow.slick-prev {
  right: 65px;
}
@media screen and (max-width: 1300px) {
  .slick-arrow.slick-prev {
    left: -13px;
  }
}
.slick-arrow.slick-next {
  right: 25px;
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 1300px) {
  .slick-arrow.slick-next {
    right: -13px;
  }
}

.footer {
  background: #0B1023;
  padding: 32px 0;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 55%;
}
@media screen and (max-width: 769px) {
  .footer__left {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__logo {
  max-width: 150px;
}
@media screen and (max-width: 769px) {
  .footer__logo {
    margin-bottom: 24px;
  }
}
.footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer__menu ul li {
  list-style: none;
  font-size: 17px;
}
@media screen and (max-width: 769px) {
  .footer__menu ul li {
    flex-basis: 46%;
  }
}
.footer__menu ul li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .footer__right {
    display: flex;
    width: 100%;
    margin-top: var(--spacing-32);
  }
  .footer__right .button {
    width: 100%;
  }
}

.product-item__top {
  display: flex;
  justify-content: space-between;
  padding-top: 47px;
  gap: 40px;
}
@media screen and (max-width: 769px) {
  .product-item__top {
    flex-direction: column;
  }
}
.product-item__top .product_title {
  font-size: 40px;
  font-family: "WorkSans", sans-serif;
  color: #D3D3CB;
}
.product-item__top .woocommerce-product-gallery__image {
  position: relative;
}
.product-item__top .product-gallery-wrapper {
  max-width: 480px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .product-item__top .product-gallery-wrapper {
    max-width: 100%;
  }
}
.product-item__top .product-gallery-wrapper .product-thumb-slider {
  margin-top: 24px;
}
.product-item__top .product-gallery-wrapper .product-thumb-slider .slick-list {
  margin: 0 -4px;
}
.product-item__top .product-gallery-wrapper .main-slide, .product-item__top .product-gallery-wrapper .thumb-slide {
  position: relative;
  background: radial-gradient(circle at left top, #4F113B 0%, rgba(41, 49, 147, 0.6) 100%), linear-gradient(135deg, rgba(255, 0, 150, 0.3), rgba(0, 229, 255, 0.3)), #21052D;
  border-radius: 24px;
}
.product-item__top .product-gallery-wrapper .main-slide:before, .product-item__top .product-gallery-wrapper .thumb-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 24px;
  background: linear-gradient(90deg, #5F288B, #AE1C7C);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.product-item__top .product-gallery-wrapper .main-slide img {
  height: 480px;
  width: 480px;
  object-fit: cover;
  object-position: top;
  border-radius: 24px;
}
@media screen and (max-width: 1025px) {
  .product-item__top .product-gallery-wrapper .main-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-item__top .product-gallery-wrapper .main-slide img {
    height: 300px;
  }
}
.product-item__top .product-gallery-wrapper .thumb-slide {
  margin: 0 4px;
}
.product-item__top .product-gallery-wrapper .thumb-slide img {
  border-radius: 24px;
}

.product-item__left {
  max-width: 480px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .product-item__left {
    max-width: 100%;
  }
}
.product-item__left-image {
  position: relative;
  max-width: 480px;
  width: 100%;
  max-height: 480px;
  height: 100%;
  background: radial-gradient(circle at left top, #4F113B 0%, rgba(41, 49, 147, 0.6) 100%), linear-gradient(135deg, rgba(255, 0, 150, 0.3), rgba(0, 229, 255, 0.3)), #21052D;
  z-index: 1;
  border-radius: var(--spacing-24);
  box-shadow: 0 0 50px rgba(88, 83, 236, 0.4), 0 0 40px rgba(249, 44, 160, 0.6);
}
@media screen and (max-width: 769px) {
  .product-item__left-image {
    max-width: 100%;
  }
}
.product-item__left-image:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  border-radius: var(--spacing-24);
  background: linear-gradient(90deg, #5F288B, #AE1C7C);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.product-item__left-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
.product-item__left-gallery-item {
  position: relative;
  width: 114px;
  max-height: 114px;
  background: radial-gradient(circle at left top, #4F113B 0%, rgba(41, 49, 147, 0.6) 100%), linear-gradient(135deg, rgba(255, 0, 150, 0.3), rgba(0, 229, 255, 0.3)), #21052D;
  z-index: 1;
  border-radius: 24px;
  box-shadow: 0 0 50px rgba(88, 83, 236, 0.4), 0 0 40px rgba(249, 44, 160, 0.6);
  margin: 0 4px;
}
.product-item__left-gallery-item:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  border-radius: 24px;
  background: linear-gradient(90deg, #5F288B, #AE1C7C);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.product-item__left-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item .slick-track {
  height: 480px;
}
@media screen and (max-width: 769px) {
  .product-item .slick-track {
    height: auto;
  }
}
.product-item__summary-title {
  font-size: 40px;
  font-family: "WorkSans", sans-serif;
  color: #D3D3CB;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .product-item__summary-title {
    margin-bottom: 20px;
  }
}
.product-item__summary-sku {
  font-size: 20px;
  color: #EDEDF5;
}
.product-item__summary-labels {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .product-item__summary-labels {
    margin-top: 20px;
  }
}
.product-item__summary-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .product-item__summary-inner {
    margin-block: 20px;
  }
}
.product-item__summary-price h1, .product-item__summary-price h2, .product-item__summary-price h3, .product-item__summary-price h4, .product-item__summary-price h5, .product-item__summary-price h6 {
  font-family: "Satoshi", sans-serif;
  font-weight: 900;
}
.product-item__summary-rating {
  color: #F92CCE;
  font-size: 15px;
}
.product-item__summary-rating .star-rating span::before {
  color: #F92CCE;
}
.product-item__summary-add-to-cart {
  display: flex;
  margin: 40px 0;
}
@media screen and (max-width: 769px) {
  .product-item__summary-add-to-cart {
    margin: 20px 0;
  }
}
.product-item__summary-add-to-cart a {
  width: 100%;
}
.product-item__summary-customize {
  display: flex;
}
.product-item__summary-customize a {
  position: relative;
  width: 100%;
  background: transparent;
}
.product-item__summary-customize a:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(90deg, #EA2A80, #9B0065);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.product-item__summary-stock, .product-item .stock.in-stock {
  color: #EDEDF5;
}
.product-item__description {
  max-width: 321px;
  width: 100%;
  color: #F2F3FC;
  font-size: 16px;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
}
.product-item__description h1, .product-item__description h2, .product-item__description h3, .product-item__description h4, .product-item__description h5, .product-item__description h6 {
  margin-bottom: var(--spacing-32);
}
.product-item__description ul {
  margin-top: var(--spacing-32);
}
.product-item__description ul li {
  list-style: none;
  margin-bottom: var(--spacing-32);
}

.product-item__specification {
  margin-top: 30px;
}
.product-item__specification-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: var(--spacing-32);
  padding: var(--spacing-32);
  margin-top: var(--spacing-24);
  border-radius: var(--spacing-24);
  background: radial-gradient(circle at left top, #4F113B 0%, rgba(41, 49, 147, 0.6) 100%), linear-gradient(135deg, rgba(255, 0, 150, 0.3), rgba(0, 229, 255, 0.3)), #21052D;
}
@media screen and (max-width: 769px) {
  .product-item__specification-list {
    flex-direction: column;
  }
}
.product-item__specification-list::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: var(--spacing-24);
  background: linear-gradient(90deg, #5F288B, #AE1C7C);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.product-item__specification-description {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-32);
  margin-top: var(--spacing-32);
}
.product-item__specification-description-item {
  display: flex;
  justify-content: space-between;
  gap: var(--spacing-32);
  color: #F2F3FC;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
}
.product-item__specification-description-item .title {
  font-weight: 800;
  flex-basis: 50%;
}
.product-item__specification-description-item .value {
  flex-basis: 50%;
}
@media screen and (max-width: 769px) {
  .product-item .summary {
    margin-top: 75px;
  }
}

.added_to_cart {
  display: none;
}

#custom-product-form label {
  width: 100%;
}
#custom-product-form .two-columns {
  gap: 15px;
  margin-bottom: 20px;
}

.woocommerce-notices-wrapper {
  display: none;
}

#catalog .woocommerce-products-header {
  margin: 46px 0;
}
#catalog .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media screen and (max-width: 1025px) {
  #catalog .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  #catalog .products {
    grid-template-columns: repeat(1, 1fr);
  }
}
#catalog .products .product {
  width: auto;
}

.woocommerce-product-search {
  position: relative;
}
.woocommerce-product-search button {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.no-products-found {
  color: #fff;
}

.m-b-30 {
  margin-bottom: 30px;
}

.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.woocommerce-pagination .page-numbers li {
  list-style: none;
}
.woocommerce-pagination .page-numbers li a {
  color: #fff;
  text-decoration: none;
}
.woocommerce-pagination .page-numbers .page-numbers {
  border: 1px solid #fff;
  padding-inline: 8px;
}

.mini-cart__content h1, .mini-cart__content h2, .mini-cart__content h3, .mini-cart__content h4, .mini-cart__content h5, .mini-cart__content h6 {
  margin-bottom: 32px;
}
.mini-cart__intro {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .mini-cart__intro {
    flex-direction: column;
  }
}
.mini-cart__buttons {
  display: flex;
}
.mini-cart__buttons a {
  display: block;
  width: 100%;
}
.mini-cart__right {
  max-width: 415px;
  width: 100%;
}

.custom-mini-cart {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
  border-right: 1px solid rgba(153, 72, 223, 0.6);
  padding-right: 38px;
}
.custom-mini-cart__intro {
  display: flex;
  gap: 16px;
}
.custom-mini-cart__item {
  position: relative;
  list-style: none;
}
.custom-mini-cart__image {
  position: relative;
  width: 112px;
  height: 112px;
  background: radial-gradient(circle at left top, rgb(79, 17, 59) 0%, rgba(41, 49, 147, 0.6) 100%), linear-gradient(135deg, rgba(255, 0, 150, 0.3), rgba(0, 229, 255, 0.3)), rgb(33, 5, 45);
  border-radius: 9px;
  box-shadow: rgba(249, 44, 160, 0.6) 0px 0px 20px, rgba(88, 83, 236, 0.4) 0px 0px 40px;
}
.custom-mini-cart__image:before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0px;
  padding: 2px;
  border-radius: 9px;
  background: linear-gradient(90deg, rgb(95, 40, 139), rgb(174, 28, 124));
  mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
}
.custom-mini-cart__image img {
  object-fit: cover;
  height: 100%;
  border-radius: 9px;
}
.custom-mini-cart__info {
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #9948DF;
  padding-bottom: 9px;
}
.custom-mini-cart__title a {
  color: #fff;
  text-decoration: none;
}
.custom-mini-cart__remove {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
}
.custom-mini-cart__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.custom-mini-cart .regular-price {
  color: #7F7791;
  font-size: 16px;
  text-decoration: line-through;
}
.custom-mini-cart .sale-price {
  font-size: 20px;
  color: #F92CA0;
}
.custom-mini-cart__quantity {
  display: none;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  color: white;
  margin-bottom: 48px;
}
.cart-total__label {
  font-size: 24px;
}
.cart-total__price {
  color: #F92CA0;
  font-size: 30px;
}

.woocommerce-checkout {
  color: #fff;
}
.woocommerce-checkout .wc-block-formatted-money-amount {
  color: #F92CA0;
  font-size: 20px;
}
.woocommerce-checkout .wc-block-components-product-price__value {
  color: #F92CA0;
  background: transparent;
  font-size: 20px;
}

.wp-block-woocommerce-cart {
  color: #fff;
}

.wc-block-components-product-price__value {
  background: transparent;
  color: #ea2a80;
}

.main-content, .site-main {
  background: #0B1023;
}

.drop-zone {
  border: 2px dashed #a855f7;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  transition: border-color 0.3s;
  cursor: pointer;
  max-width: 500px;
  margin: 20px auto;
  background: #1a1a2e;
}

.drop-zone.dragover {
  border-color: #ec4899;
}

.drop-zone input {
  display: none;
}

.preview {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.preview img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #444;
}

.sale-badge, .bestseller {
  color: #fff;
  background: #AA1A8C;
  padding: 4px 8px;
  border-radius: 8px;
}

.bestseller {
  background: #5853EC;
}

.wp-block-woocommerce-product-new {
  margin-top: 50px;
}

/*# sourceMappingURL=style.css.map */
