*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: Fira Code, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}.container {
  width: 100%;
}@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.visible {
  visibility: visible;
}.invisible {
  visibility: hidden;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.block {
  display: block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.hidden {
  display: none;
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.resize {
  resize: both;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.rounded {
  border-radius: 0.25rem;
}.border {
  border-width: 1px;
}.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 0 0 / var(--tw-bg-opacity, 1));
}.uppercase {
  text-transform: uppercase;
}.lowercase {
  text-transform: lowercase;
}.capitalize {
  text-transform: capitalize;
}.outline {
  outline-style: solid;
}.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{min-height:100vh;line-height:1.5}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}body{font-family:"Poppins",system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.5;color:#111827}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;margin-bottom:1rem;color:#111827}h1{font-size:2.25rem}@media(min-width: 768px){h1{font-size:3rem}}h2{font-size:1.875rem}@media(min-width: 768px){h2{font-size:2.25rem}}h3{font-size:1.5rem}@media(min-width: 768px){h3{font-size:1.875rem}}h4{font-size:1.25rem}@media(min-width: 768px){h4{font-size:1.5rem}}h5{font-size:1.125rem}@media(min-width: 768px){h5{font-size:1.25rem}}h6{font-size:1rem}@media(min-width: 768px){h6{font-size:1.125rem}}p{margin-bottom:1rem}a{color:#e50000;text-decoration:none;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}a:hover{color:#b20000;text-decoration:underline}a:focus-visible{outline:2px solid #e50000;outline-offset:2px}strong,b{font-weight:700}em,i{font-style:italic}code{font-family:"Fira Code","Courier New",monospace;font-size:.9em;background-color:#f3f4f6;padding:.125rem .25rem;border-radius:.125rem}pre{font-family:"Fira Code","Courier New",monospace;background-color:#f3f4f6;padding:1rem;border-radius:.375rem;overflow-x:auto;margin-bottom:1rem}pre code{background:none;padding:0}blockquote{border-left:4px solid #e50000;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#374151}ul,ol{margin-left:1.5rem;margin-bottom:1rem}li{margin-bottom:.25rem}hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width: 640px){.container{max-width:640px}}@media(min-width: 768px){.container{max-width:768px}}@media(min-width: 1024px){.container{max-width:1024px}}@media(min-width: 1230px){.container{max-width:1230px}}@media(min-width: 1536px){.container{max-width:1230px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:1070;width:auto;height:auto;padding:.5rem 1rem;background:#e50000;color:#fff;text-decoration:none;clip:auto}.btn,.woocommerce .button,.woocommerce button[type=submit],.widget_search .search-form .search-submit,.form-submit input[type=submit],.comment-reply-link,.wp-block-button .wp-block-button__link{display:inline-block;padding:.5rem 1.5rem;font-weight:500;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:.375rem;cursor:pointer;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.btn:focus-visible,.woocommerce .button:focus-visible,.woocommerce button[type=submit]:focus-visible,.widget_search .search-form .search-submit:focus-visible,.form-submit input[type=submit]:focus-visible,.comment-reply-link:focus-visible,.wp-block-button .wp-block-button__link:focus-visible{outline:2px solid #e50000;outline-offset:2px}.btn:disabled,.woocommerce .button:disabled,.woocommerce button[type=submit]:disabled,.widget_search .search-form .search-submit:disabled,.form-submit input[type=submit]:disabled,.comment-reply-link:disabled,.wp-block-button .wp-block-button__link:disabled{opacity:.5;cursor:not-allowed}.btn-pill{border-radius:9999px}.btn-no-hover:hover:not(:disabled){background-color:inherit;color:inherit;border-color:inherit;text-decoration:none}.btn-primary,.woocommerce .button,.woocommerce button[type=submit],.widget_search .search-form .search-submit,.form-submit input[type=submit],.wp-block-button .wp-block-button__link{background-color:#e50000;color:#fff;border-color:#e50000}.btn-primary:hover:not(:disabled),.woocommerce .button:hover:not(:disabled),.woocommerce button[type=submit]:hover:not(:disabled),.widget_search .search-form .search-submit:hover:not(:disabled),.form-submit input[type=submit]:hover:not(:disabled),.wp-block-button .wp-block-button__link:hover:not(:disabled){color:#fff;background-color:#b20000;border-color:#b20000;text-decoration:none}.btn-secondary{background-color:#a855f7;color:#fff;border-color:#a855f7}.btn-secondary:hover:not(:disabled){background-color:rgb(143.0730337079,36.2921348315,244.7078651685);border-color:rgb(143.0730337079,36.2921348315,244.7078651685);text-decoration:none}.btn-outline,.comment-reply-link,.wp-block-button.is-style-outline .wp-block-button__link{background-color:rgba(0,0,0,0);color:#e50000;border-color:#e50000}.btn-outline:hover:not(:disabled),.comment-reply-link:hover:not(:disabled),.wp-block-button.is-style-outline .wp-block-button__link:hover:not(:disabled){background-color:#e50000;color:#fff;text-decoration:none}.btn-sm,.comment-reply-link{padding:.25rem 1rem;font-size:.875rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.25rem;font-weight:500;color:#374151}.form-input,.woocommerce .form-row input[type=text],.woocommerce .form-row input[type=email],.woocommerce .form-row input[type=tel],.woocommerce .form-row input[type=number],.woocommerce .form-row textarea,.woocommerce .form-row select,.widget_search .search-form .search-field,.comment-form-author input,.comment-form-email input,.comment-form-url input,.form-textarea,.comment-form-comment textarea,.form-select{width:100%;padding:.5rem 1rem;font-size:1rem;line-height:1.5;color:#111827;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;transition:border-color 150ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1)}.form-input:focus,.woocommerce .form-row input[type=text]:focus,.woocommerce .form-row input[type=email]:focus,.woocommerce .form-row input[type=tel]:focus,.woocommerce .form-row input[type=number]:focus,.woocommerce .form-row textarea:focus,.woocommerce .form-row select:focus,.widget_search .search-form .search-field:focus,.comment-form-author input:focus,.comment-form-email input:focus,.comment-form-url input:focus,.form-textarea:focus,.comment-form-comment textarea:focus,.form-select:focus{outline:none;border-color:#e50000;box-shadow:0 0 0 3px rgba(229,0,0,.1)}.form-input:disabled,.woocommerce .form-row input[type=text]:disabled,.woocommerce .form-row input[type=email]:disabled,.woocommerce .form-row input[type=tel]:disabled,.woocommerce .form-row input[type=number]:disabled,.woocommerce .form-row textarea:disabled,.woocommerce .form-row select:disabled,.widget_search .search-form .search-field:disabled,.comment-form-author input:disabled,.comment-form-email input:disabled,.comment-form-url input:disabled,.form-textarea:disabled,.comment-form-comment textarea:disabled,.form-select:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.form-input::-moz-placeholder, .woocommerce .form-row input[type=text]::-moz-placeholder, .woocommerce .form-row input[type=email]::-moz-placeholder, .woocommerce .form-row input[type=tel]::-moz-placeholder, .woocommerce .form-row input[type=number]::-moz-placeholder, .woocommerce .form-row textarea::-moz-placeholder, .woocommerce .form-row select::-moz-placeholder, .widget_search .search-form .search-field::-moz-placeholder, .comment-form-author input::-moz-placeholder, .comment-form-email input::-moz-placeholder, .comment-form-url input::-moz-placeholder, .form-textarea::-moz-placeholder, .comment-form-comment textarea::-moz-placeholder, .form-select::-moz-placeholder{color:#9ca3af}.form-input::placeholder,.woocommerce .form-row input[type=text]::placeholder,.woocommerce .form-row input[type=email]::placeholder,.woocommerce .form-row input[type=tel]::placeholder,.woocommerce .form-row input[type=number]::placeholder,.woocommerce .form-row textarea::placeholder,.woocommerce .form-row select::placeholder,.widget_search .search-form .search-field::placeholder,.comment-form-author input::placeholder,.comment-form-email input::placeholder,.comment-form-url input::placeholder,.form-textarea::placeholder,.comment-form-comment textarea::placeholder,.form-select::placeholder{color:#9ca3af}.form-textarea,.comment-form-comment textarea{resize:vertical;min-height:120px}.form-checkbox,.form-radio{margin-right:.25rem}.form-error{margin-top:.25rem;font-size:.875rem;color:#ef4444}.form-help{margin-top:.25rem;font-size:.875rem;color:#4b5563}.main-navigation ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem}.main-navigation li{margin:0}.main-navigation a{display:block;padding:.5rem 1rem;color:#374151;text-decoration:none;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.main-navigation a:hover{color:#e50000;text-decoration:none}.main-navigation a.current-menu-item,.main-navigation a.current_page_item{color:#e50000;font-weight:600}.mobile-menu-toggle{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;display:inline-flex;align-items:center;justify-content:center;padding:.5rem;color:#374151;position:relative;width:40px;height:40px}@media(min-width: 1024px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle:focus-visible{outline:2px solid #e50000;outline-offset:2px}.mobile-menu-toggle .mobile-menu-icon{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.mobile-menu-toggle .mobile-menu-icon--hamburger{width:18px;height:14px;opacity:1}.mobile-menu-toggle .mobile-menu-icon--close{width:18px;height:18px;opacity:0}.mobile-menu{display:none;padding:.5rem 1rem}@media(min-width: 640px){.mobile-menu{padding:1rem 1.5rem}}.mobile-menu.is-open{display:block}@media(min-width: 1024px){.mobile-menu{display:block;padding:0}}.mobile-menu .menu{padding:0;margin:0;list-style:none}.mobile-menu .menu-item{margin-bottom:.25rem}@media(min-width: 640px){.mobile-menu .menu-item{margin-bottom:.5rem}}.mobile-menu .menu-item:last-child{margin-bottom:0}.mobile-menu a{padding:.5rem .25rem}@media(min-width: 640px){.mobile-menu a{padding:.5rem .5rem}}.card{background:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden;transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1)}.card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.card-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.card-body{padding:1.5rem}.card-footer{padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.card-image{width:100%;height:auto;display:block}.card-title{margin-bottom:.5rem;font-size:1.25rem}.card-text{color:#4b5563;margin-bottom:1rem}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1040;opacity:0;visibility:hidden;transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1),visibility 300ms cubic-bezier(0.4, 0, 0.2, 1)}.modal-backdrop.is-open{opacity:1;visibility:visible}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%) scale(0.95);background:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);z-index:1050;max-width:90vw;max-height:90vh;overflow:auto;opacity:0;visibility:hidden;transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1),visibility 300ms cubic-bezier(0.4, 0, 0.2, 1),transform 300ms cubic-bezier(0.4, 0, 0.2, 1)}.modal.is-open{opacity:1;visibility:visible;transform:translate(-50%, -50%) scale(1)}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.modal-body{padding:1.5rem}.modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end}.modal-close{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;padding:.25rem;color:#6b7280;font-size:1.25rem;line-height:1}.modal-close:hover{color:#374151}.modal-close:focus-visible{outline:2px solid #e50000;outline-offset:2px}.search-bar{width:100%}.search-bar-wrapper{position:relative;display:flex;align-items:center}.search-input{width:100%;padding:0 3rem 0 1.25rem;height:60px;border:1px solid #eee;border-radius:9999px;font-size:.875rem;background:#fff;transition:border-color 150ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1)}.search-input:focus{outline:none;border-color:#e50000;box-shadow:0 0 0 3px rgba(229,0,0,.1)}.search-input::-moz-placeholder{color:#828282}.search-input::placeholder{color:#828282}.search-submit{margin:0;font:inherit;outline:inherit;position:absolute;right:1.125rem;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;color:#828282;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.search-submit:hover{color:#4b5563}.search-submit:focus-visible{outline:2px solid #e50000;outline-offset:2px}.search-submit svg{display:block;width:20px;height:20px}.auth-links{display:flex;align-items:center;gap:5px}.auth-link{display:inline-flex;align-items:center;justify-content:center;min-width:115px;height:42px;border-radius:9999px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.auth-link.auth-link-login{color:#e50000;background:rgba(0,0,0,0);border:none}.auth-link.auth-link-login:hover{background:rgba(229,0,0,.05);text-decoration:none}.auth-button{display:inline-flex;align-items:center;justify-content:center;min-width:115px;height:42px}.site-logo .logo-icon{width:56px;height:36px;flex-shrink:0}.site-logo .logo-icon svg{width:100%;height:100%}.site-logo .logo-svg{width:100%;height:100%}.site-logo .logo-text{font-size:1.125rem;font-weight:700;letter-spacing:-0.5px;color:#111827}@media(min-width: 768px){.site-logo .logo-icon{width:64px;height:40px}.site-logo .logo-text{font-size:1.25rem}}.cart-icon{display:flex;align-items:center;gap:.25rem;position:relative;padding:0;color:#e50000;text-decoration:none;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);margin-left:10px}.cart-icon:hover{opacity:.8;text-decoration:none}.cart-icon svg{display:block;width:30px;height:30px}.cart-icon .cart-count{position:absolute;top:-4px;right:-6px;background:#e50000;color:#fff;border-radius:9999px;padding:.125rem .375rem;font-size:.5rem;font-weight:700;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;line-height:1}.profile-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:100px;background:#fff0f0;text-decoration:none;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),transform 150ms cubic-bezier(0.4, 0, 0.2, 1)}.profile-icon:hover{background:rgb(255,214.5,214.5);text-decoration:none;transform:scale(1.05)}.profile-icon:active{transform:scale(0.95)}.profile-icon svg{width:24px;height:24px;display:block}.favorite-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:100px;background:#fff0f0;text-decoration:none;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),transform 150ms cubic-bezier(0.4, 0, 0.2, 1)}.favorite-icon:hover{background:rgb(255,214.5,214.5);text-decoration:none;transform:scale(1.05)}.favorite-icon:active{transform:scale(0.95)}.favorite-icon svg{width:24px;height:24px;display:block}.favorite-toast{position:fixed;top:0;left:0;right:0;z-index:1070;transform:translateY(-100%);transition:transform 300ms cubic-bezier(0, 0, 0.2, 1)}.favorite-toast--visible{transform:translateY(0)}.favorite-toast__inner{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#e50000;color:#fff;padding:1rem 1.5rem;font-size:.875rem;font-weight:500;line-height:1.5;text-align:center}.favorite-toast__icon{display:flex;align-items:center;flex-shrink:0}.favorite-toast__icon svg{width:20px;height:20px;display:block}.favorite-toast__message{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-card{text-align:center}.category-card-image{background:#f9fafb;border-radius:.75rem;padding:3rem;aspect-ratio:1/1;width:100%;min-height:220px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.category-card-image img{max-width:100%;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.category-card-title{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:#111827}.category-card-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:#e50000;text-decoration:none}.category-card-link:hover{color:#b20000;text-decoration:none}.category-card-link-icon{font-size:1rem}.featured-products-section{padding:4rem 0}.featured-section-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:3rem}.featured-section-title{text-align:center;flex:1}.featured-section-title h2{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.featured-section-title p{color:#4b5563;margin:0}.featured-section-link{color:#e50000;font-weight:500;text-decoration:none}.featured-products-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 640px){.featured-products-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 1024px){.featured-products-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(min-width: 1230px){.featured-products-grid{grid-template-columns:repeat(4, minmax(0, 1fr))}}.featured-product-card{background:#fff;border:1px solid #f3f4f6;border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1)}.featured-product-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.featured-product-image-wrapper{position:relative;background:#f9fafb}.featured-product-favorite{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;position:absolute;top:12px;right:12px;z-index:2;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:9999px;box-shadow:0 1px 4px rgba(0,0,0,.08);transition:transform 150ms cubic-bezier(0, 0, 0.2, 1)}.featured-product-favorite:hover{transform:scale(1.1)}.featured-product-favorite svg{display:block}.featured-product-favorite.is-favorite svg path{fill:#e50000 !important}.featured-product-discount-badge{position:absolute;top:12px;left:12px;z-index:2;background:#e50000;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:.375rem;line-height:1.4}.featured-product-image{display:flex;justify-content:center;align-items:center;padding:2rem 1.5rem;min-height:220px;aspect-ratio:1/1}.featured-product-img{max-width:75%;max-height:75%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply}.featured-product-placeholder{opacity:.4}.featured-product-body{display:flex;flex-direction:column;gap:10px;padding:1rem 1.5rem 1.5rem;flex:1}.featured-product-title{font-size:.875rem;font-weight:500;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-product-title a{color:#111827;text-decoration:none}.featured-product-title a:hover{color:#e50000}.featured-product-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem}.featured-product-condition{font-size:.75rem;color:#6b7280}.featured-product-price{display:flex;align-items:baseline;gap:.25rem;flex-wrap:wrap;justify-content:flex-end}.featured-product-price-current{font-weight:700;font-size:1rem;color:#111827}.featured-product-price-old{color:#9ca3af;text-decoration:line-through;font-size:.75rem}.featured-product-actions{display:flex;gap:.5rem;margin-top:auto;padding-top:.5rem}.featured-product-actions .btn,.featured-product-actions .woocommerce .button,.woocommerce .featured-product-actions .button,.featured-product-actions .woocommerce button[type=submit],.woocommerce .featured-product-actions button[type=submit],.featured-product-actions .widget_search .search-form .search-submit,.widget_search .search-form .featured-product-actions .search-submit,.featured-product-actions .form-submit input[type=submit],.form-submit .featured-product-actions input[type=submit],.featured-product-actions .comment-reply-link,.featured-product-actions .wp-block-button .wp-block-button__link,.wp-block-button .featured-product-actions .wp-block-button__link{flex:1;text-align:center;white-space:nowrap;padding:.5rem .75rem;font-size:.75rem}@media(min-width: 768px){.featured-product-actions .btn,.featured-product-actions .woocommerce .button,.woocommerce .featured-product-actions .button,.featured-product-actions .woocommerce button[type=submit],.woocommerce .featured-product-actions button[type=submit],.featured-product-actions .widget_search .search-form .search-submit,.widget_search .search-form .featured-product-actions .search-submit,.featured-product-actions .form-submit input[type=submit],.form-submit .featured-product-actions input[type=submit],.featured-product-actions .comment-reply-link,.featured-product-actions .wp-block-button .wp-block-button__link,.wp-block-button .featured-product-actions .wp-block-button__link{font-size:.875rem;padding:.625rem 1rem}.featured-section-title{text-align:center}}.mobile-bottom-nav{position:fixed;bottom:1rem;left:50%;transform:translateX(-50%);width:calc(100% - 2rem);max-width:500px;background:#fff;border-radius:9999px;box-shadow:0 16px 40px rgba(0,0,0,.12);border:1px solid #e5e7eb;padding:.75rem 1rem;z-index:1030;opacity:1;visibility:visible;pointer-events:auto}@media(min-width: 1024px){.mobile-bottom-nav{display:none}}.mobile-bottom-nav-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5, 1fr);gap:.5rem;align-items:center}.mobile-bottom-nav-item{text-align:center}.mobile-bottom-nav-link{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-size:.875rem;color:#9ca3af;text-decoration:none}.mobile-bottom-nav-link svg{color:inherit}.mobile-bottom-nav-link span{font-size:11px;line-height:1}.mobile-bottom-nav-item.is-active .mobile-bottom-nav-link{color:#e50000}.site{padding-bottom:100px}@media(min-width: 1024px){.site{padding-bottom:0}}.shop-filters{display:flex;flex-direction:column;gap:70px}.shop-filter-section{display:flex;flex-direction:column}.shop-filter-title{font-size:1rem;font-weight:600;color:#111827;margin-bottom:29px}.shop-filter-range{display:flex;flex-direction:column}.shop-filter-range-input{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:10px;border-radius:9999px;border:1px solid #eee;background:linear-gradient(#E50000, #E50000) 0/var(--range-progress, 50%) 100% no-repeat,#fff;outline:none;cursor:pointer}.shop-filter-range-input::-webkit-slider-runnable-track{height:10px;border-radius:9999px}.shop-filter-range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:4px;height:22px;border-radius:5px;background:#e50000;border:none;margin-top:-6px;cursor:pointer}.shop-filter-range-input::-moz-range-track{height:10px;border-radius:9999px;background:#fff;border:1px solid #eee}.shop-filter-range-input::-moz-range-progress{height:10px;border-radius:9999px;background:#e50000}.shop-filter-range-input::-moz-range-thumb{width:4px;height:22px;border-radius:5px;background:#e50000;border:none;cursor:pointer}.shop-filter-range-values{display:flex;justify-content:space-between;font-size:.75rem;color:#828282;margin-top:.5rem}.shop-filter-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:15px}.shop-filter-check{display:flex}.shop-filter-check-label{display:flex;align-items:center;gap:24px;font-size:.875rem;color:#4f4f4f;cursor:pointer}.shop-filter-check-label input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15px;height:15px;border-radius:2px;border:1px solid #eee;background:#fff;display:grid;place-items:center;margin:0;cursor:pointer;flex-shrink:0;transition:background 150ms cubic-bezier(0, 0, 0.2, 1),border-color 150ms cubic-bezier(0, 0, 0.2, 1)}.shop-filter-check-label input[type=checkbox]::after{content:"";width:5px;height:8px;border-right:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(45deg);opacity:0}.shop-filter-check-label input[type=checkbox]:checked{background:#e50000;border-color:#e50000}.shop-filter-check-label input[type=checkbox]:checked::after{opacity:1}.shop-filter-specs{display:flex;flex-direction:column;gap:40px}.shop-filter-spec-group{display:flex;flex-direction:column}.shop-filter-spec-title{font-size:1rem;font-weight:600;color:#111827;margin-bottom:15px}.shop-filter-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.shop-filter-list-item.is-active .shop-filter-list-link{color:#e50000;font-weight:600;background:rgba(229,0,0,.06)}.shop-filter-list-link{display:block;padding:8px 12px;font-size:.875rem;color:#4f4f4f;text-decoration:none;border-radius:.5rem;transition:color 150ms cubic-bezier(0, 0, 0.2, 1),background 150ms cubic-bezier(0, 0, 0.2, 1)}.shop-filter-list-link:hover{color:#e50000;background:rgba(229,0,0,.04)}.product-detail{padding:2rem 0 4rem}.product-detail__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;margin-bottom:3rem;flex-wrap:wrap}.product-detail__breadcrumb a{color:#6b7280;text-decoration:none;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.product-detail__breadcrumb a:hover{color:#e50000}.product-detail__breadcrumb-sep{color:#d1d5db}.product-detail__breadcrumb-current{color:#1f2937;font-weight:500}.product-detail__main{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width: 1024px){.product-detail__main{grid-template-columns:1fr 1fr;gap:4rem}}.product-gallery{display:flex;flex-direction:column;gap:1rem}@media(min-width: 1024px){.product-gallery{flex-direction:row;align-items:flex-start;gap:1.5rem}}.product-gallery__main{order:1;background:#f9fafb;border-radius:1rem;display:flex;align-items:center;justify-content:center;min-height:320px;padding:2rem;overflow:hidden}@media(min-width: 1024px){.product-gallery__main{order:2;flex:1;min-height:500px;padding:3rem}}.product-gallery__main-img{max-width:100%;max-height:380px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1)}.product-gallery__main-img:hover{transform:scale(1.03)}@media(min-width: 1024px){.product-gallery__main-img{max-height:460px}}.product-gallery__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:300px;color:#d1d5db}.product-gallery__thumbs{order:2;display:flex;flex-direction:row;gap:.5rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.25rem;scrollbar-width:thin;scrollbar-color:#e5e7eb rgba(0,0,0,0)}.product-gallery__thumbs::-webkit-scrollbar{height:4px}.product-gallery__thumbs::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:2px}@media(min-width: 1024px){.product-gallery__thumbs{order:1;flex-direction:column;overflow-x:hidden;overflow-y:auto;width:76px;flex-shrink:0;max-height:500px;padding-bottom:0;padding-right:.25rem}.product-gallery__thumbs::-webkit-scrollbar{width:4px;height:auto}}.product-gallery__thumb{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;flex-shrink:0;width:68px;height:68px;border-radius:.5rem;border:2px solid rgba(0,0,0,0);background:#f9fafb;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:.25rem;transition:border-color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.product-gallery__thumb:hover{border-color:#d1d5db}.product-gallery__thumb.is-active{border-color:#e50000}.product-gallery__thumb img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}@media(min-width: 1024px){.product-gallery__thumb{width:72px;height:72px}}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-info__title{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.25;margin:0}@media(min-width: 1024px){.product-info__title{font-size:1.875rem}}.product-info__rating{display:flex;align-items:center;gap:.5rem}.product-info__stars{display:flex;gap:2px}.product-info__rating-text{font-size:.875rem;color:#6b7280}.product-info__price{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.product-info__price-current{font-size:1.875rem;font-weight:700;color:#e50000}.product-info__price-current .woocommerce-Price-amount{font-size:inherit;font-weight:inherit;color:inherit}.product-info__price-old{font-size:1.125rem;color:#9ca3af;text-decoration:line-through}.product-info__price-old .woocommerce-Price-amount{font-size:inherit;color:inherit}.product-info__price-badge{background:#fee2e2;color:#e50000;font-size:.875rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px}.product-info__excerpt{font-size:1rem;color:#4b5563;line-height:1.75}.product-info__label{font-size:.875rem;font-weight:600;color:#374151;display:block;margin-bottom:.5rem}.product-info__colors{padding-top:.5rem}.product-info__color-options{display:flex;gap:.5rem;flex-wrap:wrap}.product-info__color-swatch{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;width:36px;height:36px;border-radius:9999px;border:2px solid #e5e7eb;position:relative;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden}.product-info__color-swatch:hover{border-color:#9ca3af}.product-info__color-swatch.is-active{border-color:#e50000;box-shadow:0 0 0 2px rgba(229,0,0,.3)}.product-info__color-name{font-size:.5rem;text-transform:uppercase;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-info__quantity{padding-top:.5rem}.product-info__qty-selector{display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.product-info__qty-btn{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#4b5563;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}.product-info__qty-btn:hover{background:#f9fafb;color:#111827}.product-info__qty-btn:active{background:#f3f4f6}.product-info__qty-input{width:56px;height:44px;text-align:center;border:none;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;font-size:1rem;font-weight:500;font-family:"Poppins",system-ui,-apple-system,sans-serif;-moz-appearance:textfield}.product-info__qty-input::-webkit-outer-spin-button,.product-info__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-info__qty-input:focus{outline:none;background:#f9fafb}.product-info__actions{display:flex;gap:1rem;padding-top:.5rem}.product-info__actions .btn,.product-info__actions .woocommerce .button,.woocommerce .product-info__actions .button,.product-info__actions .woocommerce button[type=submit],.woocommerce .product-info__actions button[type=submit],.product-info__actions .widget_search .search-form .search-submit,.widget_search .search-form .product-info__actions .search-submit,.product-info__actions .form-submit input[type=submit],.form-submit .product-info__actions input[type=submit],.product-info__actions .comment-reply-link,.product-info__actions .wp-block-button .wp-block-button__link,.wp-block-button .product-info__actions .wp-block-button__link{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600}.product-info__extras{display:flex;gap:2rem;border-top:1px solid #f3f4f6;padding-top:1.5rem}.product-info__wishlist,.product-info__share{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4b5563;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.product-info__wishlist:hover,.product-info__share:hover{color:#e50000}.product-info__wishlist svg,.product-info__share svg{flex-shrink:0}.product-info__wishlist.is-favorite{color:#e50000}.product-info__wishlist.is-favorite svg path{fill:#e50000 !important}.product-info__meta{display:flex;flex-direction:column;gap:.5rem;border-top:1px solid #f3f4f6;padding-top:1.5rem}.product-info__meta-item{display:flex;gap:.5rem;font-size:.875rem}.product-info__meta-label{color:#6b7280;font-weight:500;white-space:nowrap}.product-info__meta-value{color:#374151}.product-info__meta-value a{color:#374151;text-decoration:none;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.product-info__meta-value a:hover{color:#e50000}.product-tabs{margin-bottom:4rem}.product-tabs__nav{display:flex;border-bottom:2px solid #f3f4f6;gap:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.product-tabs__nav::-webkit-scrollbar{display:none}.product-tabs__tab{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;padding:1rem 2rem;font-size:1rem;font-weight:500;color:#6b7280;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1);white-space:nowrap}.product-tabs__tab:hover{color:#374151}.product-tabs__tab.is-active{color:#e50000;border-bottom-color:#e50000}.product-tabs__panels{padding-top:3rem}.product-tabs__panel{display:none}.product-tabs__panel.is-active{display:block}.product-tabs__description{font-size:1rem;color:#374151;line-height:1.75}.product-tabs__description p{margin-bottom:1rem}.product-tabs__description h2,.product-tabs__description h3,.product-tabs__description h4{margin-top:2rem;margin-bottom:1rem;color:#111827}.product-tabs__description ul,.product-tabs__description ol{margin-bottom:1rem;padding-left:2rem}.product-tabs__description li{margin-bottom:.25rem}.product-tabs__specs-table{width:100%;border-collapse:collapse}.product-tabs__specs-table tr{border-bottom:1px solid #f3f4f6}.product-tabs__specs-table tr:last-child{border-bottom:none}.product-tabs__specs-table th{text-align:left;padding:1rem 1.5rem 1rem 0;font-weight:500;color:#6b7280;width:35%;vertical-align:top;font-size:.875rem}.product-tabs__specs-table td{padding:1rem 0;color:#1f2937;font-size:.875rem}.product-tabs__reviews-summary{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #f3f4f6}.product-tabs__reviews-avg{display:flex;align-items:center;gap:1rem}.product-tabs__reviews-avg-num{font-size:2.25rem;font-weight:700;color:#111827}.product-tabs__reviews-avg-stars{display:flex;gap:2px}.product-tabs__reviews-avg-count{font-size:.875rem;color:#6b7280}.product-tabs__reviews-list{display:flex;flex-direction:column;gap:2rem}.product-tabs__review{padding-bottom:2rem;border-bottom:1px solid #f3f4f6}.product-tabs__review:last-child{border-bottom:none}.product-tabs__review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.product-tabs__review-avatar{flex-shrink:0}.product-tabs__review-avatar img{width:48px;height:48px;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.product-tabs__review-meta{display:flex;flex-direction:column;flex:1}.product-tabs__review-author{font-size:1rem;color:#111827}.product-tabs__review-date{font-size:.75rem;color:#9ca3af}.product-tabs__review-stars{display:flex;gap:2px}.product-tabs__review-content{font-size:.875rem;color:#4b5563;line-height:1.75}.product-tabs__no-reviews{text-align:center;color:#6b7280;padding:4rem 0}.product-tabs__review-form{margin-top:3rem;padding-top:3rem;border-top:1px solid #f3f4f6}.product-tabs__login-notice{text-align:center;color:#6b7280;padding:2rem 0}.product-tabs__login-notice a{color:#e50000;text-decoration:none}.product-tabs__login-notice a:hover{text-decoration:underline}.product-detail__related{padding-top:3rem;border-top:1px solid #f3f4f6}.product-detail__related-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}.product-detail__related-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.product-detail__related-link{display:inline-flex;align-items:center;gap:.25rem;color:#e50000;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.product-detail__related-link:hover{opacity:.8}.product-detail__related-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 640px){.product-detail__related-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.product-detail__related-grid{grid-template-columns:repeat(4, 1fr)}}.product-sticky-bar{display:flex;gap:1rem;position:fixed;bottom:0;left:0;right:0;padding:1rem 1.5rem;background:#fff;border-top:1px solid #f3f4f6;box-shadow:0 -4px 20px rgba(0,0,0,.08);z-index:1030}@media(min-width: 768px){.product-sticky-bar{display:none}}.product-sticky-bar .btn,.product-sticky-bar .woocommerce .button,.woocommerce .product-sticky-bar .button,.product-sticky-bar .woocommerce button[type=submit],.woocommerce .product-sticky-bar button[type=submit],.product-sticky-bar .widget_search .search-form .search-submit,.widget_search .search-form .product-sticky-bar .search-submit,.product-sticky-bar .form-submit input[type=submit],.form-submit .product-sticky-bar input[type=submit],.product-sticky-bar .comment-reply-link,.product-sticky-bar .wp-block-button .wp-block-button__link,.wp-block-button .product-sticky-bar .wp-block-button__link{flex:1;height:48px;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center}@media(max-width: 767px){.product-info__actions{display:none}.product-detail{padding-bottom:100px}}.cart-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1040;opacity:0;visibility:hidden;transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1),visibility 300ms cubic-bezier(0.4, 0, 0.2, 1)}.cart-drawer-backdrop.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:#fff;z-index:1050;display:flex;flex-direction:column;transform:translateX(100%);transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1);box-shadow:-4px 0 24px rgba(0,0,0,.08)}.cart-drawer.is-open{transform:translateX(0)}@media(max-width: 480px){.cart-drawer{max-width:100%}}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #f3f4f6;flex-shrink:0}.cart-drawer__title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:#111827;margin:0}.cart-drawer__count{font-size:.875rem;font-weight:400;color:#9ca3af}.cart-drawer__close{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;color:#6b7280;transition:background 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.cart-drawer__close:hover{background:#f3f4f6;color:#111827}.cart-drawer__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.cart-drawer__loading{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;color:#e50000}.cart-drawer__spinner{animation:drawer-spin .9s linear infinite}@keyframes drawer-spin{to{transform:rotate(360deg)}}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.cart-drawer__empty svg{display:block;margin-bottom:2rem;flex-shrink:0}.cart-drawer__empty-title{font-size:1.25rem;font-weight:500;color:#374151;margin:0 0 1rem}.cart-drawer__empty-text{font-size:.875rem;color:#6b7280;margin:0 0 2rem;line-height:1.75}.cart-drawer__empty-btn{min-width:180px}.cart-drawer__items{list-style:none;margin:0;padding:0}.cart-drawer__item{display:flex;gap:1rem;padding:1.5rem 2rem;border-bottom:1px solid #f3f4f6;transition:background 150ms cubic-bezier(0.4, 0, 0.2, 1)}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item--new{animation:drawer-item-pulse 1.4s ease forwards}@keyframes drawer-item-pulse{0%{background:rgba(229,0,0,.06)}60%{background:rgba(229,0,0,.06)}100%{background:rgba(0,0,0,0)}}.cart-drawer__item-image{flex-shrink:0;width:80px;height:80px;border-radius:.5rem;background:#f9fafb;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-drawer__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-drawer__item-placeholder{width:32px;height:32px;color:#d1d5db}.cart-drawer__item-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.cart-drawer__item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.cart-drawer__item-name{font-size:.875rem;font-weight:500;color:#111827;margin:0;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer__item-remove{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;flex-shrink:0;padding:2px;color:#9ca3af;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.cart-drawer__item-remove:hover{color:#ef4444}.cart-drawer__item-attrs{font-size:.75rem;color:#6b7280;margin:0;line-height:1.5}.cart-drawer__item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.25rem}.cart-drawer__item-qty{display:inline-flex;align-items:center;gap:2px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:9999px;padding:3px 6px}.cart-drawer__qty-btn{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:9999px;color:#4b5563;transition:background 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.cart-drawer__qty-btn:hover:not(:disabled){background:#e5e7eb;color:#111827}.cart-drawer__qty-btn:disabled{opacity:.35;cursor:not-allowed}.cart-drawer__qty-value{font-size:.875rem;font-weight:500;color:#111827;min-width:22px;text-align:center;line-height:1}.cart-drawer__item-price{font-size:.875rem;font-weight:600;color:#111827}.cart-drawer__item-price .woocommerce-Price-amount{font-size:inherit;font-weight:inherit;color:inherit}.cart-drawer__footer{flex-shrink:0;padding:1.5rem 2rem 2rem;border-top:1px solid #f3f4f6}.cart-drawer__totals{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.cart-drawer__total-row{display:flex;align-items:center;justify-content:space-between}.cart-drawer__total-label{font-size:.875rem;color:#6b7280}.cart-drawer__total-value{font-size:.875rem;font-weight:500;color:#111827}.cart-drawer__total-value .woocommerce-Price-amount{font-size:inherit;font-weight:inherit;color:inherit}.cart-drawer__total-row--grand{padding-top:.5rem;border-top:1px solid #f3f4f6;margin-top:.25rem}.cart-drawer__total-row--grand .cart-drawer__total-label{font-size:1rem;font-weight:600;color:#111827}.cart-drawer__total-row--grand .cart-drawer__total-value{font-size:1rem;font-weight:700;color:#111827}.cart-drawer__actions{display:flex;gap:1rem}.cart-drawer__actions .btn,.cart-drawer__actions .woocommerce .button,.woocommerce .cart-drawer__actions .button,.cart-drawer__actions .woocommerce button[type=submit],.woocommerce .cart-drawer__actions button[type=submit],.cart-drawer__actions .widget_search .search-form .search-submit,.widget_search .search-form .cart-drawer__actions .search-submit,.cart-drawer__actions .form-submit input[type=submit],.form-submit .cart-drawer__actions input[type=submit],.cart-drawer__actions .comment-reply-link,.cart-drawer__actions .wp-block-button .wp-block-button__link,.wp-block-button .cart-drawer__actions .wp-block-button__link{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;white-space:nowrap}.banner-section{margin:4rem 0}.banner-promo{position:relative;overflow:hidden;border-radius:24px;background:#8f4cf7;padding:3rem 4rem;color:#fff}@media(max-width: 767px){.banner-promo{padding:2rem 1.5rem;border-radius:16px}}.banner-promo__content{max-width:42rem;position:relative;z-index:1}.banner-promo__title{font-size:1.875rem;font-weight:600;margin:0 0 .5rem;color:#fff}@media(min-width: 768px){.banner-promo__title{font-size:2.25rem}}.banner-promo__subtitle{font-size:1.125rem;color:hsla(0,0%,100%,.9);margin:0}.banner-promo__image{position:absolute;right:1.5rem;bottom:0;height:100%;max-height:180px;-o-object-fit:contain;object-fit:contain}@media(max-width: 767px){.banner-promo__image{display:none}}.banner-promo__glow{position:absolute;right:5rem;bottom:2.5rem;height:6rem;width:10rem;border-radius:9999px;background:hsla(0,0%,100%,.3);filter:blur(24px);pointer-events:none}.banner-default{position:relative;overflow:hidden;background-color:rgba(17,24,39,.6);background-size:cover;background-position:center}.banner-default__overlay{position:absolute;inset:0;background:rgba(0,0,0,.4)}.banner-default__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}@media(min-width: 768px){.banner-default__content{padding:5rem 2rem}}.banner-default__title{color:#fff;font-size:1.5rem;font-weight:600;margin:0 0 2rem;max-width:48rem}@media(min-width: 768px){.banner-default__title{font-size:2.25rem}}.site-header{background:#fff;position:sticky;top:0;z-index:1020}.has-page-background .site-header,.page-template-page-landing .site-header{background:rgba(0,0,0,0);box-shadow:none}.has-page-background .header-main,.page-template-page-landing .header-main{background:rgba(0,0,0,0)}.header-main{padding:1rem 0}.header-container{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media(min-width: 768px){.header-container{gap:2rem}}.header-left{flex:0 0 auto;display:flex;align-items:center}@media(min-width: 768px){.header-left{flex:1 1 0%}}.header-center{flex:1 1 0%;max-width:603px;display:none}@media(min-width: 768px){.header-center{display:block}}@media(min-width: 1024px){.header-center{max-width:603px}}.header-right{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:0}@media(min-width: 768px){.header-right{flex:1 1 0%}}.header-right .auth-links{display:none}@media(min-width: 768px){.header-right .auth-links{display:flex}}.header-right .header-user-actions{display:none}@media(min-width: 768px){.header-right .header-user-actions{display:flex;align-items:center;gap:24px;margin-right:56px}}.site-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;font-size:1.25rem;color:#111827;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.site-logo:hover{text-decoration:none;opacity:.8}.site-logo .logo-icon{display:flex;align-items:center;justify-content:center}.site-logo .logo-svg{display:block}.site-logo .logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-0.5px}.site-description{font-size:.875rem;color:#4b5563;margin-top:.25rem}.site-header-minimal .header-main{background:#fff}.site-header-minimal .header-center{max-width:500px}@media(min-width: 768px){.site-header-minimal .header-center{max-width:100%}}.site-footer{padding:4rem 0 0;margin-top:4rem}.page-template-page-landing .site-footer{margin-top:0}.footer-top{display:flex;flex-direction:column;gap:3rem;padding-bottom:80px}.footer-brand{display:flex;flex-direction:column;gap:24px;max-width:320px}.footer-brand-info{display:flex;flex-direction:column;gap:5px}.footer-brand-info .site-logo .logo-text{color:#111827}.footer-tagline{margin:0;font-size:.875rem;color:#4b5563;line-height:1.75}.footer-social{display:flex;align-items:center;gap:28px}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;color:#111827;text-decoration:none;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.footer-social-link:hover{color:#e50000;text-decoration:none}.footer-social-link svg{width:20px;height:20px;display:block}.footer-menus{display:flex;flex-direction:column;gap:3rem}.footer-column h3{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:48px;letter-spacing:.05em;text-transform:uppercase}.footer-column ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.footer-column li{line-height:42px}.footer-column a{color:#333;text-decoration:none;font-size:.875rem;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.footer-column a:hover{color:#e50000;text-decoration:none}.footer-bottom{display:flex;justify-content:center;align-items:center;padding:1.5rem 0;text-align:center;font-size:.875rem;color:#111827}@media(min-width: 640px){.footer-menus{flex-direction:row;gap:100px}}@media(min-width: 768px){.footer-top{flex-direction:row;justify-content:space-between;align-items:flex-start}.footer-brand{flex-shrink:0;max-width:280px}}@media(min-width: 1024px){.footer-brand{max-width:320px}.sidebar{padding-left:2rem}}.widget{margin-bottom:2rem}.widget:last-child{margin-bottom:0}.widget-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#111827}.widget ul{list-style:none;margin:0;padding:0}.widget ul li{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.widget ul li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.widget ul a{color:#374151}.widget ul a:hover{color:#e50000}.site-content{padding:2rem 0;min-height:60vh}@media(min-width: 1024px){.content-area{display:grid;grid-template-columns:1fr 300px;gap:2rem}}.entry-header{margin-bottom:2rem}.entry-title{margin-bottom:1rem}.entry-meta{font-size:.875rem;color:#4b5563;margin-bottom:1rem}.entry-meta a{color:#4b5563}.entry-meta a:hover{color:#e50000}.entry-content img{height:auto;max-width:100%;margin:1.5rem 0}.entry-content iframe{max-width:100%}.entry-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;font-size:.875rem;color:#4b5563}.post-navigation{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;gap:1.5rem}.posts-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.posts-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.posts-grid{grid-template-columns:repeat(3, 1fr)}}.home-hero{padding:4rem 0;text-align:center;background:linear-gradient(135deg, #E50000 0%, #a855f7 100%);color:#fff}.home-hero h1{color:#fff;margin-bottom:1.5rem}.home-hero p{font-size:1.125rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.single-post .entry-header,.single-page .entry-header{text-align:center;margin-bottom:3rem}.single-post .entry-featured-image,.single-page .entry-featured-image{margin-bottom:2rem;border-radius:.5rem;overflow:hidden}.single-post .entry-featured-image img,.single-page .entry-featured-image img{width:100%;height:auto;display:block}.archive-header{margin-bottom:3rem;text-align:center}.archive-header h1{margin-bottom:1rem}.archive-header .archive-description{color:#4b5563;font-size:1.125rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{display:inline-block;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;text-decoration:none;color:#374151;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}.pagination a:hover,.pagination span:hover{background-color:#e50000;border-color:#e50000;color:#fff;text-decoration:none}.pagination .current{background-color:#e50000;border-color:#e50000;color:#fff}.page-hero-shell{background-size:cover;background-repeat:no-repeat}.landing-hero{padding:6rem 0rem 0rem;color:#111827;position:relative;text-align:center;min-height:600px;display:flex;align-items:center}@media(min-width: 768px){.landing-hero{min-height:700px}}.landing-hero .hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.landing-hero .hero-pill{display:inline-flex;align-items:center;justify-content:center;border:1px solid #9ca3af;border-radius:9999px;padding:.5rem 1.5rem;font-size:.875rem;color:#374151;margin-bottom:2rem}.landing-hero .hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#111827}@media(min-width: 768px){.landing-hero .hero-title{font-size:4rem}}.landing-hero .hero-title-accent{color:#e50000}.landing-hero .hero-subtitle{font-size:1.125rem;line-height:1.75;color:#4b5563}@media(min-width: 768px){.landing-hero .hero-subtitle{font-size:1.25rem}}.landing-hero .hero-actions{display:flex;gap:1.5rem;margin-top:3rem;flex-wrap:wrap}@media(min-width: 768px){.landing-hero .hero-actions{justify-content:center;align-items:center}}.landing-hero .hero-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.45rem}@media(min-width: 768px){.landing-hero .hero-button{padding:.85rem 2.5rem}}.landing-hero .hero-button{border-radius:9999px;font-weight:500}.landing-hero .hero-button-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:9999px;color:#e50000;font-size:.9rem}.landing-hero .hero-button-secondary{border:2px solid #e50000;border-radius:9999px;color:#e50000;padding:.85rem 1.45rem;font-weight:500;background:rgba(0,0,0,0);display:inline-flex;align-items:center}@media(min-width: 768px){.landing-hero .hero-button-secondary{padding:.85rem 2.5rem}}.landing-hero .hero-visual{display:flex;justify-content:center;margin-top:-4rem;max-height:600px;overflow:hidden}.landing-hero .hero-visual img{width:min(520px,90%);height:auto;transform:translateY(10rem)}.category-section{padding:4rem 0;background:#fff}@media(min-width: 768px){.category-section{text-align:center}}.category-section-header{text-align:center;max-width:720px;margin:0 auto 4rem}.category-hero-image{display:flex;justify-content:center;margin-bottom:2rem}.category-hero-image img{width:min(520px,90%);height:auto}.category-section-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}@media(min-width: 768px){.category-section-title{font-size:1.875rem}}.category-section-subtitle{color:#4b5563;font-size:1rem}@media(min-width: 768px){.category-section-subtitle{font-size:1.125rem}}.category-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 768px){.category-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}.shop-page-header{text-align:center;margin:4rem 0 3rem}@media(max-width: 767px){.shop-page-header{margin:2rem 0 1.5rem}}.shop-page-breadcrumb{font-size:.875rem;color:#6b7280;display:flex;justify-content:center;gap:.25rem;margin-bottom:1rem}.shop-page-breadcrumb a{color:#6b7280;text-decoration:none}.shop-page-breadcrumb a:hover{color:#e50000}.shop-breadcrumb-separator{color:#9ca3af}.shop-page-title{font-size:1.875rem;font-weight:700}@media(max-width: 767px){.shop-page-title{font-size:1.5rem}}.shop-mobile-filter-btn{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;display:flex;align-items:center;gap:.25rem;padding:12px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:1.5rem;width:100%;justify-content:center;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}.shop-mobile-filter-btn:hover{background:#f9fafb;border-color:#d1d5db}.shop-mobile-filter-btn:active{background:#f3f4f6}.shop-mobile-filter-btn svg{width:20px;height:20px;flex-shrink:0}@media(min-width: 1024px){.shop-mobile-filter-btn{display:none}}.shop-layout{display:grid;grid-template-columns:1fr;gap:3rem;padding-bottom:4rem}@media(max-width: 767px){.shop-layout{gap:1.5rem;padding-bottom:3rem}}@media(min-width: 1024px){.shop-layout{grid-template-columns:260px 1fr;align-items:start}}.shop-sidebar{display:none}@media(min-width: 1024px){.shop-sidebar{display:block}}.shop-results{min-width:0}.shop-results-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}@media(max-width: 767px){.shop-results-header{flex-direction:column;align-items:stretch;gap:.5rem;margin-bottom:1.5rem}}.shop-results-count{font-size:.875rem;color:#6b7280;margin:0}.shop-results-count strong{color:#111827;font-weight:600}.shop-sort{display:flex;align-items:center;gap:.5rem}@media(max-width: 767px){.shop-sort{width:100%;justify-content:space-between}}.shop-sort-label{font-size:.875rem;color:#6b7280;white-space:nowrap}.shop-sort-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%236b7280'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:10px;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem 2rem .5rem .75rem;font-size:.875rem;color:#374151;cursor:pointer;transition:border-color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.shop-sort-select:focus{outline:none;border-color:#e50000}.shop-products-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(max-width: 767px){.shop-products-grid{gap:1rem}}@media(min-width: 640px){.shop-products-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5rem}}@media(min-width: 1024px){.shop-products-grid{grid-template-columns:repeat(3, minmax(0, 1fr));gap:2rem}}.shop-load-more{display:flex;justify-content:center;margin-top:4rem}@media(max-width: 767px){.shop-load-more{margin-top:3rem}}.shop-load-more-btn{min-width:200px;padding:.875rem 2.5rem;font-size:1rem;font-weight:500;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}@media(max-width: 767px){.shop-load-more-btn{width:100%;max-width:300px;min-width:auto}}.shop-load-more-btn.is-loading{opacity:.7;cursor:wait}.shop-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;max-width:575px;margin:0 auto;gap:75px}.shop-empty-state__content{display:flex;flex-direction:column;align-items:center;gap:43px;width:100%}.shop-empty-state__icon{display:block;width:150px;height:150px}.shop-empty-state__text{display:flex;flex-direction:column;align-items:center;gap:13px;width:100%;text-align:center}.shop-empty-state__title{font-size:18px;font-weight:400;color:#828282;margin:0;line-height:1.2}.shop-empty-state__description{font-size:16px;font-weight:400;color:#bdbdbd;margin:0;line-height:1.5;max-width:575px}.shop-empty-state__btn{width:381px;height:45px;font-size:16px;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center}@media(max-width: 767px){.shop-empty-state__btn{width:100%;max-width:381px}}.search-page{padding:4rem 0}.search-results{margin-top:2rem}.search-results-brand-section{margin-bottom:4rem}.search-results-brand-section:last-child{margin-bottom:0}.search-results-brand-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem}.search-results-brand-title .search-results-brand-count{font-size:1rem;font-weight:400;color:#6b7280}.search-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;max-width:575px;margin:0 auto;gap:75px}.search-empty-state__content{display:flex;flex-direction:column;align-items:center;gap:43px;width:100%}.search-empty-state__icon{display:block;width:150px;height:150px}.search-empty-state__text{display:flex;flex-direction:column;align-items:center;gap:13px;width:100%;text-align:center}.search-empty-state__title{font-size:18px;font-weight:400;color:#828282;margin:0;line-height:1.2}.search-empty-state__description{font-size:16px;font-weight:400;color:#bdbdbd;margin:0;line-height:1.5;max-width:575px}.search-empty-state__btn{width:338px;height:45px;font-size:16px;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center}@media(max-width: 767px){.search-empty-state__btn{width:100%;max-width:338px}}.shop-filters-modal{position:fixed;bottom:0;left:0;right:0;max-height:90vh;background:#fff;border-radius:20px 20px 0 0;transform:translateY(100%);transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1);z-index:1050;display:flex;flex-direction:column;overflow:hidden}.shop-filters-modal.is-open{transform:translateY(0)}@media(min-width: 1024px){.shop-filters-modal{display:none}}.shop-filters-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.shop-filters-modal-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.shop-filters-modal-close{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;color:#4b5563;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.shop-filters-modal-close:hover{background-color:#f3f4f6;color:#111827}.shop-filters-modal-close svg{width:24px;height:24px}.shop-filters-modal-body{flex:1;overflow-y:auto;padding:2rem;-webkit-overflow-scrolling:touch}.shop-filters-modal-body .shop-filters{gap:3rem}@media(min-width: 1024px){#shop-filters-backdrop{display:none}}.cart-page{background:#fafafa;padding:2rem 0 4rem;min-height:60vh}.cart-page__top{text-align:center;margin-bottom:1rem}.cart-page__continue-link{display:inline-block;font-size:14px;font-weight:400;color:#374151;text-decoration:none;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.cart-page__continue-link:hover{color:#e50000;text-decoration:none}.cart-page__title{text-align:center;font-size:24px;font-weight:700;color:#111827;margin-bottom:2rem}.cart-page__empty{text-align:center;padding:4rem 2rem;background:#fff;width:100%;max-width:600px;aspect-ratio:1;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.cart-page__empty svg{margin-bottom:2rem;display:block}.cart-page__empty .cart-page__empty-title{font-size:1.5rem;font-weight:500;color:#374151;margin:0 0 1rem 0}.cart-page__empty .cart-page__empty-text{font-size:1rem;font-weight:400;color:#6b7280;margin:0 0 2rem 0;line-height:1.75}.cart-page__empty .cart-page__empty-btn{padding:1rem 2rem;font-size:1rem;font-weight:700;border-radius:.5rem;min-width:200px}.cart-page__layout{display:flex;flex-direction:column;gap:24px}@media(min-width: 1024px){.cart-page__layout{flex-direction:row;align-items:flex-start}}.cart-page__left{flex:1;min-width:0;display:flex;flex-direction:column;gap:24px}@media(min-width: 1024px){.cart-page__left{max-width:calc(100% - 421px)}}.cart-page__right{width:100%}@media(min-width: 1024px){.cart-page__right{width:397px;flex-shrink:0}}.cart-card{background:#fff;border-radius:20px;padding:24px}@media(min-width: 768px){.cart-card{padding:32px}}.cart-card__heading{font-size:15px;font-weight:700;color:#111827;margin-bottom:24px}.cart-items{display:flex;flex-direction:column;gap:20px}.cart-item{border:1px solid #eee;border-radius:10px;padding:16px;transition:box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1)}.cart-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.04)}.cart-item__inner{display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media(min-width: 768px){.cart-item__inner{flex-wrap:nowrap}}.cart-item__left{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.cart-item__image-wrap{flex-shrink:0;width:100px;height:90px;border-radius:10px;overflow:hidden;background:#fafafa;display:flex;align-items:center;justify-content:center}@media(min-width: 768px){.cart-item__image-wrap{width:145px;height:130px}}.cart-item__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply}.cart-item__info{display:flex;flex-direction:column;gap:4px;min-width:0}.cart-item__name{font-size:14px;font-weight:500;color:#111827;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__name:hover{color:#e50000;text-decoration:none}.cart-item__variant{font-size:12px;color:#6b7280}.cart-item__right{display:flex;align-items:center;gap:20px}@media(min-width: 768px){.cart-item__right{gap:32px}}.cart-item__pricing{display:flex;flex-direction:column;align-items:flex-end;gap:2px;min-width:80px;text-align:right}.cart-item__price{font-size:14px;font-weight:700;color:#e50000;white-space:nowrap}.cart-item__price .woocommerce-Price-amount{color:inherit;font-weight:inherit;font-size:inherit}.cart-item__old-price{font-size:12px;color:#ffb3b3;text-decoration:line-through;white-space:nowrap}.cart-item__old-price .woocommerce-Price-amount{color:inherit;font-weight:inherit;font-size:inherit}.cart-item__qty{display:flex;align-items:center;border:1px solid #eee;border-radius:8px;overflow:hidden;height:36px}.cart-item__qty-btn{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#6b7280;transition:background 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.cart-item__qty-btn:hover{background:#f5f5f5;color:#111827}.cart-item__qty-btn--minus{border-right:1px solid #eee}.cart-item__qty-btn--plus{border-left:1px solid #eee}.cart-item__qty-value{min-width:32px;text-align:center;font-size:14px;font-weight:500;color:#111827;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cart-item__delete{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#828282;transition:background 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1);flex-shrink:0}.cart-item__delete:hover{background:#fff0f0;color:#e50000}.cart-item__delete:hover svg path{stroke:#e50000}.cart-summary{display:flex;flex-direction:column;gap:16px}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.cart-summary__row--total{padding-top:16px;border-top:1px solid #eee;margin-top:4px}.cart-summary__label{color:#828282;font-weight:400}.cart-summary__value{color:#828282;font-weight:500}.cart-summary__value .woocommerce-Price-amount{color:inherit;font-weight:inherit}.cart-summary__value--total{font-size:18px;font-weight:700;color:#e50000}.cart-summary__value--total .woocommerce-Price-amount{color:inherit;font-weight:inherit;font-size:inherit}.cart-delivery{background:#fff;border-radius:20px;padding:24px}@media(min-width: 768px){.cart-delivery{padding:32px}}.cart-delivery__heading{font-size:15px;font-weight:700;color:#111827;margin-bottom:24px}.cart-delivery__section{margin-bottom:24px}.cart-delivery__section-title{font-size:13px;font-weight:600;color:#111827;margin-bottom:12px}.cart-delivery__options{display:flex;flex-direction:column;gap:12px}.cart-delivery__option{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid #eee;border-radius:10px;cursor:pointer;transition:border-color 150ms cubic-bezier(0.4, 0, 0.2, 1),background 150ms cubic-bezier(0.4, 0, 0.2, 1)}.cart-delivery__option:hover{border-color:#ccc}.cart-delivery__option--active,.cart-delivery__option.is-selected{border-color:#e50000;background:rgba(229,0,0,.02)}.cart-delivery__radio{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.cart-delivery__radio:checked+.cart-delivery__radio-indicator{border-color:#e50000}.cart-delivery__radio:checked+.cart-delivery__radio-indicator::after{transform:scale(1);opacity:1}.cart-delivery__radio:focus-visible+.cart-delivery__radio-indicator{box-shadow:0 0 0 2px rgba(229,0,0,.2)}.cart-delivery__radio-indicator{flex-shrink:0;width:20px;height:20px;border:2px solid #ccc;border-radius:50%;position:relative;margin-top:2px;transition:border-color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.cart-delivery__radio-indicator::after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:#e50000;transform:scale(0);opacity:0;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}.cart-delivery__option-content{display:flex;flex-direction:column;gap:4px}.cart-delivery__option-title{font-size:13px;font-weight:600;color:#111827}.cart-delivery__option-desc{font-size:11px;color:#6b7280;line-height:1.6}.cart-delivery__fields{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.cart-delivery__field{display:flex;flex-direction:column;gap:6px}.cart-delivery__label{font-size:13px;font-weight:500;color:#111827}.cart-delivery__input{width:100%;height:48px;padding:0 16px;border:1px solid #eee;border-radius:10px;font-size:13px;font-family:"Poppins",system-ui,-apple-system,sans-serif;color:#111827;background:#fff;transition:border-color 150ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1)}.cart-delivery__input::-moz-placeholder{color:#ccc}.cart-delivery__input::placeholder{color:#ccc}.cart-delivery__input:focus{outline:none;border-color:#e50000;box-shadow:0 0 0 3px rgba(229,0,0,.08)}.cart-delivery__checkout-btn{display:flex;align-items:center;justify-content:center;width:100%;height:52px;font-size:14px;font-weight:600;border-radius:9999px;margin-bottom:16px}.cart-delivery__support{font-size:11px;color:#6b7280;text-align:center}.cart-delivery__support a{color:#e50000;text-decoration:none}.cart-delivery__support a:hover{text-decoration:underline}.cart-page__payment-note{text-align:center;font-size:12px;color:#6b7280;margin-top:32px}.cart-item--updating{opacity:.5;pointer-events:none}.cart-page--loading{position:relative}.cart-page--loading::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.5);z-index:10}.cart-login-modal{max-width:400px;width:90%;padding:0;text-align:center}.cart-login-modal__content{padding:40px 32px;display:flex;flex-direction:column;align-items:center;gap:16px}.cart-login-modal__title{font-size:20px;font-weight:700;color:#111827;margin:0}.cart-login-modal__message{font-size:14px;font-weight:400;color:#374151;margin:0;line-height:1.5}.cart-login-modal__btn{width:100%;max-width:200px;height:48px;font-size:14px;font-weight:600;margin-top:8px}.confirm-order-page{background:#fafafa;padding:2rem 0 4rem;min-height:60vh}.confirm-order__header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.confirm-order__back{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;color:#374151;transition:background 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1);flex-shrink:0}.confirm-order__back:hover{background:#f3f4f6;color:#111827}.confirm-order__title{font-size:1.25rem;font-weight:700;color:#111827;margin:0}@media(min-width: 768px){.confirm-order__title{font-size:1.5rem}}.confirm-order__empty{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.confirm-order__empty p{font-size:1rem;color:#6b7280;margin:0}.confirm-order__layout{display:flex;flex-direction:column;gap:1.5rem}@media(min-width: 1024px){.confirm-order__layout{flex-direction:row;align-items:flex-start;gap:2rem}}.confirm-order__main{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-width:0}.confirm-order__sidebar{width:100%}@media(min-width: 1024px){.confirm-order__sidebar{width:380px;flex-shrink:0}}.confirm-order__card{background:#fff;border-radius:20px;padding:1.5rem}@media(min-width: 768px){.confirm-order__card{padding:2rem}}.confirm-order__card--summary{position:sticky;top:2rem}.confirm-order__card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.confirm-order__card-title{font-size:1rem;font-weight:700;color:#111827;margin:0}.confirm-order__edit-link{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;color:#e50000;text-decoration:none;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.confirm-order__edit-link:hover{opacity:.75}.confirm-order__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.confirm-order__item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #f3f4f6}.confirm-order__item:last-child{border-bottom:none;padding-bottom:0}.confirm-order__item-img-wrap{flex-shrink:0;width:72px;height:72px;border-radius:.5rem;overflow:hidden;background:#f9fafb;display:flex;align-items:center;justify-content:center}.confirm-order__item-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.confirm-order__item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.confirm-order__item-name{font-size:.875rem;font-weight:500;color:#111827;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.confirm-order__item-name:hover{color:#e50000}.confirm-order__item-variant,.confirm-order__item-qty{font-size:.75rem;color:#6b7280}.confirm-order__item-price{font-size:.875rem;font-weight:600;color:#e50000;white-space:nowrap;flex-shrink:0}.confirm-order__item-price .woocommerce-Price-amount{color:inherit;font-weight:inherit}.confirm-order__delivery-details{display:flex;flex-direction:column;gap:1rem}.confirm-order__delivery-row{display:flex;gap:1.5rem;font-size:.875rem}.confirm-order__delivery-label{color:#6b7280;font-weight:500;min-width:80px;flex-shrink:0}.confirm-order__delivery-value{color:#1f2937}.confirm-order__field-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.confirm-order__field-optional{font-size:.75rem;font-weight:400;color:#9ca3af;margin-left:4px}.confirm-order__input{width:100%;height:48px;padding:0 1rem;border:1px solid #e5e7eb;border-radius:10px;font-size:.875rem;font-family:"Poppins",system-ui,-apple-system,sans-serif;color:#111827;background:#fff;transition:border-color 150ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1)}.confirm-order__input::-moz-placeholder{color:#d1d5db}.confirm-order__input::placeholder{color:#d1d5db}.confirm-order__input:focus{outline:none;border-color:#e50000;box-shadow:0 0 0 3px rgba(229,0,0,.08)}.confirm-order__summary-rows{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.confirm-order__summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.confirm-order__summary-row--total{padding-top:1rem;border-top:1px solid #f3f4f6;margin-top:4px}.confirm-order__summary-label{color:#6b7280}.confirm-order__summary-value{color:#374151;font-weight:500}.confirm-order__summary-value .woocommerce-Price-amount{color:inherit;font-weight:inherit}.confirm-order__summary-value--discount{color:#10b981}.confirm-order__summary-value--total{font-size:1.125rem;font-weight:700;color:#e50000}.confirm-order__summary-value--total .woocommerce-Price-amount{color:inherit;font-weight:inherit;font-size:inherit}.confirm-order__discount{margin-bottom:2rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.confirm-order__discount-row{display:flex;gap:.5rem;margin-top:.5rem}.confirm-order__input--discount{flex:1;height:44px;font-size:.875rem}.confirm-order__apply-btn{height:44px;padding:0 1.5rem;font-size:.875rem;font-weight:600;border-radius:10px;white-space:nowrap;flex-shrink:0}.confirm-order__discount-msg{font-size:.75rem;color:#4b5563;margin:.5rem 0 0;line-height:1.5}.confirm-order__wc-form{display:none !important}.confirm-order__cta{display:flex;align-items:center;justify-content:center;width:100%;height:52px;font-size:1rem;font-weight:600;margin-bottom:1rem}.confirm-order__payment-note{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.75rem;color:#9ca3af;text-align:center;margin:0}.confirm-order__payment-note svg{flex-shrink:0;opacity:.6}.confirm-order__support{font-size:.75rem;color:#6b7280;text-align:center;margin:0}.confirm-order__support a{color:#e50000;text-decoration:none}.confirm-order__support a:hover{text-decoration:underline}.payment-success-page{background:#fafafa;padding:4rem 0;min-height:70vh}.payment-success__inner{max-width:520px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.payment-success__inner--empty{gap:2rem;padding-top:3rem}.payment-success__illustration{margin-bottom:.5rem}.payment-success__illustration svg{display:block}.payment-success__heading{font-size:1.5rem;font-weight:700;color:#111827;margin:0}@media(min-width: 768px){.payment-success__heading{font-size:1.875rem}}.payment-success__message{font-size:1rem;color:#6b7280;line-height:1.75;margin:0;max-width:380px}.payment-success__details-card{width:100%;background:#fff;border-radius:20px;padding:2rem;text-align:left;display:flex;flex-direction:column;gap:1rem}@media(min-width: 640px){.payment-success__details-card{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem}}.payment-success__detail-row{display:flex;flex-direction:column;gap:4px;font-size:.875rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.payment-success__detail-row:last-child{padding-bottom:0;border-bottom:none}@media(min-width: 640px){.payment-success__detail-row{padding-bottom:0;border-bottom:none}}.payment-success__detail-label{color:#9ca3af;font-weight:400;font-size:.75rem}.payment-success__detail-value{color:#111827;font-weight:600}.payment-success__detail-value .woocommerce-Price-amount{color:inherit;font-weight:inherit}.payment-success__detail-value--total{color:#e50000;font-weight:700}.payment-success__detail-value--total .woocommerce-Price-amount{color:inherit;font-weight:inherit}.payment-success__actions{display:flex;flex-direction:column;gap:1rem;width:100%}@media(min-width: 640px){.payment-success__actions{flex-direction:row;justify-content:center}}.payment-success__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:50px;padding:0 2rem;font-size:.875rem;font-weight:600;width:100%}@media(min-width: 640px){.payment-success__btn{width:auto;min-width:180px}}.track-order-page{background:#fafafa;padding:2rem 0 4rem;min-height:60vh}.track-order__breadcrumb{display:none;font-size:.875rem;color:#6b7280;margin-bottom:1.5rem;gap:.5rem;align-items:center}@media(min-width: 768px){.track-order__breadcrumb{display:flex}}.track-order__breadcrumb a{color:#6b7280;text-decoration:none;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.track-order__breadcrumb a:hover{color:#e50000}.track-order__breadcrumb-sep{color:#d1d5db}.track-order__breadcrumb-current{color:#1f2937;font-weight:500}.track-order__header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.track-order__back{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;color:#374151;transition:background 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1);flex-shrink:0}.track-order__back:hover{background:#f3f4f6;color:#111827}@media(min-width: 768px){.track-order__back{display:none}}.track-order__title{font-size:1.25rem;font-weight:700;color:#111827;margin:0}@media(min-width: 768px){.track-order__title{font-size:1.5rem}}.track-order__layout{display:flex;flex-direction:column;gap:1.5rem}@media(min-width: 1024px){.track-order__layout{flex-direction:row;align-items:flex-start;gap:2rem}}.track-order__left{width:100%}@media(min-width: 1024px){.track-order__left{width:360px;flex-shrink:0}}.track-order__right{flex:1;min-width:0;display:flex;flex-direction:column;gap:1.5rem}.track-order__card{background:#fff;border-radius:20px;padding:1.5rem}@media(min-width: 768px){.track-order__card{padding:2rem}}.track-order__card-title{font-size:15px;font-weight:700;color:#111827;margin:0 0 .5rem}.track-order__order-id{font-size:.875rem;color:#6b7280;margin:0 0 2rem}.track-order__timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.track-order__step{position:relative;display:flex;align-items:flex-start;gap:1rem;padding-bottom:2rem}.track-order__step:last-child{padding-bottom:0}.track-order__step-connector{position:absolute;left:13px;top:-2rem;bottom:auto;width:2px;height:2rem}.track-order__step--done .track-order__step-connector{background:rgba(229,0,0,.25)}.track-order__step--pending .track-order__step-connector{background:#f3f4f6}.track-order__step-dot{flex-shrink:0;width:28px;height:28px;border-radius:9999px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.track-order__step--done .track-order__step-dot{background:#e50000}.track-order__step--pending .track-order__step-dot{background:#f3f4f6;border:2px solid #e5e7eb}.track-order__step-content{display:flex;flex-direction:column;gap:2px;padding-top:3px}.track-order__step-label{font-size:.875rem;font-weight:600;line-height:1.25}.track-order__step--done .track-order__step-label{color:#111827}.track-order__step--pending .track-order__step-label{color:#9ca3af}.track-order__step-date{font-size:.75rem;color:#9ca3af;font-weight:400}.track-order__step-desc{font-size:.75rem;color:#6b7280;margin-top:2px}.track-order__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.track-order__item{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.track-order__item:last-child{border-bottom:none;padding-bottom:0}.track-order__item-img-wrap{flex-shrink:0;width:64px;height:64px;border-radius:.5rem;background:#f9fafb;overflow:hidden;display:flex;align-items:center;justify-content:center}.track-order__item-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.track-order__item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.track-order__item-name{font-size:.875rem;font-weight:500;color:#111827;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.track-order__item-qty{font-size:.75rem;color:#6b7280}.track-order__item-price{font-size:.875rem;font-weight:600;color:#e50000;white-space:nowrap;flex-shrink:0}.track-order__item-price .woocommerce-Price-amount{color:inherit;font-weight:inherit}.track-order__delivery{display:flex;flex-direction:column;gap:1rem}.track-order__delivery-row{display:flex;flex-direction:column;gap:4px;font-size:.875rem}@media(min-width: 768px){.track-order__delivery-row{flex-direction:row;gap:1.5rem}}.track-order__delivery-label{color:#6b7280;font-weight:400;font-size:.75rem}@media(min-width: 768px){.track-order__delivery-label{min-width:120px;flex-shrink:0;font-size:.875rem}}.track-order__delivery-value{color:#1f2937;font-weight:500}.track-order__payment-rows{display:flex;flex-direction:column;gap:1rem}.track-order__payment-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.track-order__payment-row--total{padding-top:1rem;border-top:1px solid #f3f4f6;margin-top:4px}.track-order__payment-label{color:#6b7280}.track-order__payment-value{color:#374151;font-weight:500}.track-order__payment-value .woocommerce-Price-amount{color:inherit;font-weight:inherit}.track-order__payment-value--discount{color:#10b981}.track-order__payment-value--total{font-size:1.125rem;font-weight:700;color:#e50000}.track-order__payment-value--total .woocommerce-Price-amount{color:inherit;font-weight:inherit;font-size:inherit}.track-order__support-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:50px;font-size:.875rem;font-weight:600}.track-order__empty{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.track-order__empty p{font-size:1rem;color:#6b7280;margin:0}.profile-page{padding:40px 0 80px}.profile-page__mobile-header{display:none;align-items:center;gap:16px;margin-bottom:24px;position:relative;padding:16px 0}.profile-page__mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}.profile-page__mobile-logo .site-logo{display:flex;align-items:center;gap:8px;text-decoration:none}.profile-page__mobile-logo .logo-text{font-size:18px;font-weight:700;color:#1a1a1a;letter-spacing:.5px}.profile-page__mobile-back{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;z-index:1}.profile-page__mobile-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0;margin-left:auto}.profile-page__title{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:40px;text-align:center}.profile-page__layout{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start}.profile-page__sidebar{position:sticky;top:20px}.profile-page__nav{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:12px;padding:0;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden}.profile-page__nav-item{display:flex;align-items:center;gap:16px;padding:16px 20px;text-decoration:none;color:#1a1a1a;font-size:16px;font-weight:500;transition:all .2s;border-bottom:1px solid #f5f5f5}.profile-page__nav-item:last-child{border-bottom:none}.profile-page__nav-item:hover{background:#fafafa}.profile-page__nav-item.is-active{background:#fafafa}.profile-page__nav-item--logout{color:#ff0001;border-top:1px solid #e0e0e0;margin-top:8px}.profile-page__nav-item--logout:hover{background:#fff0f0}.profile-page__nav-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.profile-page__nav-label{white-space:nowrap}.profile-page__content{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 8px rgba(0,0,0,.05);min-height:400px;min-width:0}.profile-dashboard__title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:32px}.profile-dashboard__section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e0e0e0}.profile-dashboard__section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.profile-dashboard__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.profile-dashboard__section-title{font-size:18px;font-weight:700;color:#1a1a1a}.profile-dashboard__edit-btn{background:none;border:none;cursor:pointer;padding:4px;color:#828282;display:flex;align-items:center;justify-content:center;transition:color .2s}.profile-dashboard__edit-btn:hover{color:#ff0001}.profile-dashboard__edit-btn svg{width:20px;height:20px}.profile-dashboard__section-content{display:flex;flex-direction:column;gap:8px}.profile-dashboard__user-name{font-size:18px;font-weight:600;color:#1a1a1a}.profile-dashboard__user-email{font-size:14px;color:#828282}.profile-dashboard__referral-code{font-size:18px;font-weight:600;color:#1a1a1a;font-family:monospace;letter-spacing:1px}.profile-dashboard__points{font-size:14px;color:#828282;margin-top:4px}.profile-dashboard__referral-text{font-size:14px;color:#4a4a4a;line-height:1.6;margin-top:8px}.profile-dashboard__address{font-size:14px;color:#1a1a1a;line-height:1.6}.profile-dashboard__address--empty{color:#828282;font-style:italic}.profile-dashboard__phone{font-size:14px;color:#1a1a1a}.profile-dashboard__phone--empty{color:#828282;font-style:italic}.profile-orders__title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:24px}.profile-orders__list{display:flex;flex-direction:column;gap:20px}.profile-orders__item{background:#f5f5f5;border-radius:12px;padding:20px}.profile-orders__item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.profile-orders__item-number{font-size:16px;font-weight:500;color:#1a1a1a}.profile-orders__item-status{padding:6px 16px;border-radius:50px;font-size:14px;font-weight:500;text-transform:capitalize;background:#ffe082;color:#1a1a1a}.profile-orders__item-status.status-completed{background:#c8e6c9;color:#2e7d32}.profile-orders__item-status.status-processing{background:#bbdefb;color:#1976d2}.profile-orders__item-status.status-cancelled,.profile-orders__item-status.status-refunded{background:#ffcdd2;color:#c62828}.profile-orders__item-content{display:flex;align-items:center;gap:16px}.profile-orders__item-image{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;border-radius:8px;background:#fff;padding:8px;flex-shrink:0}.profile-orders__item-info{flex:1;display:flex;flex-direction:column;gap:4px}.profile-orders__item-name{font-size:16px;font-weight:500;color:#1a1a1a;margin:0}.profile-orders__item-color{font-size:14px;color:#828282;margin:0}.profile-orders__item-date{font-size:14px;color:#1a1a1a;margin:0}.profile-orders__item-button{flex-shrink:0;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:500;text-decoration:none;white-space:nowrap}.profile-orders__pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:32px}.profile-orders__pagination-link{padding:8px 16px;border:1px solid #e0e0e0;border-radius:6px;text-decoration:none;color:#1a1a1a;font-size:14px;transition:all .2s}.profile-orders__pagination-link:hover{background:#fff0f0;border-color:#ff0001;color:#ff0001}.profile-orders__pagination-info{font-size:14px;color:#828282}.profile-orders__empty{text-align:center;padding:60px 20px}.profile-orders__empty svg{margin-bottom:24px}.profile-orders__empty-title{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.profile-orders__empty-text{font-size:14px;color:#828282;margin-bottom:24px}.profile-delivery__title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:24px}.profile-delivery__form-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:20px;margin-bottom:32px}.profile-delivery__form-group{display:flex;flex-direction:column}.profile-delivery__form-group--textarea{grid-column:1/-1}.profile-delivery__form-label{font-size:14px;font-weight:500;color:#1a1a1a;margin-bottom:8px}.profile-delivery__form-required{color:#ff0001}.profile-delivery__form-input{padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#1a1a1a;transition:all .2s}.profile-delivery__form-input:focus{outline:none;border-color:#ff0001;box-shadow:0 0 0 3px rgba(255,0,1,.1)}.profile-delivery__form-actions{display:flex;gap:12px}.profile-reviews__title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:24px}.profile-reviews__section{margin-bottom:40px}.profile-reviews__section-title{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:20px}.profile-reviews__pending-list{display:flex;flex-direction:column;gap:16px}.profile-reviews__pending-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fafafa;border-radius:8px}.profile-reviews__pending-product{display:flex;align-items:center;gap:16px;flex:1}.profile-reviews__pending-image{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.profile-reviews__pending-info{flex:1}.profile-reviews__pending-name{font-size:16px;font-weight:500;color:#1a1a1a;margin-bottom:4px}.profile-reviews__pending-date{font-size:14px;color:#828282}.profile-reviews__submitted-list{display:flex;flex-direction:column;gap:20px}.profile-reviews__submitted-item{padding:20px;border:1px solid #e0e0e0;border-radius:12px}.profile-reviews__submitted-product{display:flex;gap:16px}.profile-reviews__submitted-image{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.profile-reviews__submitted-info{flex:1}.profile-reviews__submitted-name{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.profile-reviews__submitted-rating{display:flex;gap:4px;margin-bottom:8px}.profile-reviews__submitted-comment{font-size:14px;color:#4a4a4a;line-height:1.6;margin-bottom:8px}.profile-reviews__submitted-date{font-size:12px;color:#828282}.profile-reviews__empty{text-align:center;padding:40px 20px}.profile-reviews__empty-text{font-size:14px;color:#828282}.review-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}.review-modal.is-open{display:flex;align-items:center;justify-content:center}.review-modal__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.review-modal__content{position:relative;background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;z-index:1001}.review-modal__header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e0e0e0}.review-modal__title{font-size:20px;font-weight:700;color:#1a1a1a}.review-modal__close{background:none;border:none;cursor:pointer;color:#828282;padding:4px;display:flex;align-items:center;justify-content:center}.review-modal__close:hover{color:#ff0001}.review-modal__body{padding:24px}.review-modal__product{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e0e0e0}.review-modal__product-image{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.review-modal__product-name{font-size:18px;font-weight:600;color:#1a1a1a}.review-modal__form-group{margin-bottom:24px}.review-modal__form-label{display:block;font-size:14px;font-weight:500;color:#1a1a1a;margin-bottom:8px}.review-modal__rating{display:flex;gap:8px}.review-modal__rating-star{background:none;border:none;cursor:pointer;padding:4px;color:#e0e0e0;transition:all .2s}.review-modal__rating-star:hover,.review-modal__rating-star.is-active{color:gold}.review-modal__form-textarea{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#1a1a1a;font-family:inherit;resize:vertical;min-height:120px}.review-modal__form-textarea:focus{outline:none;border-color:#ff0001;box-shadow:0 0 0 3px rgba(255,0,1,.1)}.review-modal__form-actions{display:flex;gap:12px;justify-content:flex-end}.review-modal__cancel{background:none;border:none;cursor:pointer}.review-success-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1002;align-items:center;justify-content:center}.review-success-modal.is-open{display:flex}.review-success-modal__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.review-success-modal__content{position:relative;background:#fff;border-radius:12px;padding:40px;text-align:center;max-width:400px;z-index:1003}.review-success-modal__icon{margin:0 auto 20px;width:60px;height:60px}.review-success-modal__title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.review-success-modal__text{font-size:14px;color:#828282;margin-bottom:24px}.review-success-modal__close{width:100%}.profile-wishlist__breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:24px;font-size:16px}.profile-wishlist__breadcrumb-link{color:#828282;text-decoration:none;transition:color .2s}.profile-wishlist__breadcrumb-link:hover{color:#ff0001}.profile-wishlist__breadcrumb-separator{color:#828282}.profile-wishlist__breadcrumb-current{color:#828282}.profile-wishlist__title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:24px}.profile-wishlist__list{display:flex;flex-direction:column;gap:32px}.profile-wishlist__empty{text-align:center;padding:60px 20px}.profile-wishlist__empty svg{margin-bottom:24px}.profile-wishlist__empty-title{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.profile-wishlist__empty-text{font-size:14px;color:#828282;margin-bottom:24px}.profile-wishlist-item{background:#fff;border:1px solid rgba(233,233,233,.93);border-radius:10px;padding:0;position:relative;overflow:hidden}.profile-wishlist-item__inner{display:flex;align-items:center;padding:24px;padding-right:48px;gap:20px;justify-content:space-between}.profile-wishlist-item__left{display:flex;align-items:center;gap:18px;flex:1 1 0%;min-width:0}.profile-wishlist-item__image-wrap{width:120px;height:110px;flex-shrink:0;background:#fafafa;border-radius:10px;overflow:hidden;padding:10px;display:flex;align-items:center;justify-content:center}.profile-wishlist-item__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.profile-wishlist-item__info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.profile-wishlist-item__name{font-size:16px;font-weight:500;color:#1a1a1a;text-decoration:none;line-height:1.3;display:block;word-wrap:break-word;overflow-wrap:break-word}.profile-wishlist-item__name:hover{color:#ff0001}.profile-wishlist-item__variant{font-size:14px;font-weight:400;color:#bdbdbd;line-height:1.25;display:block}.profile-wishlist-item__right{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.profile-wishlist-item__price-section{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.profile-wishlist-item__price{font-size:22px;font-weight:600;color:#ff0001;line-height:1.2;text-align:right;white-space:nowrap}.profile-wishlist-item__price .woocommerce-Price-amount{color:#ff0001;font-size:inherit;font-weight:inherit}.profile-wishlist-item__price .woocommerce-Price-currencySymbol{font-size:inherit}.profile-wishlist-item__price del{display:block;font-size:14px;font-weight:400;color:#bdbdbd;text-decoration:line-through;margin-bottom:2px}.profile-wishlist-item__price del .woocommerce-Price-amount{color:#bdbdbd;font-size:14px;font-weight:400}.profile-wishlist-item__price ins{text-decoration:none;font-size:22px;font-weight:600;color:#ff0001}.profile-wishlist-item__price ins .woocommerce-Price-amount{color:#ff0001;font-size:22px;font-weight:600}.profile-wishlist-item__add-to-cart{width:150px;height:42px;border-radius:50px;font-size:14px;font-weight:500;padding:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);color:#c00;border:1px solid #c00;text-transform:none;flex-shrink:0}.profile-wishlist-item__add-to-cart:hover{background:#c00;color:#fff}.profile-wishlist-item__delete{position:absolute;top:12px;right:12px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:2px;transition:opacity .2s;z-index:2}.profile-wishlist-item__delete:hover{opacity:.6}.profile-wishlist-item__delete svg{width:20px;height:20px;flex-shrink:0}.profile-wishlist-item__delete svg path{fill:#828282}@media(max-width: 768px){.profile-wishlist-item__inner{flex-direction:column;align-items:stretch;gap:16px;padding:16px;padding-top:40px;padding-right:16px}.profile-wishlist-item__left{gap:12px}.profile-wishlist-item__image-wrap{width:80px;height:80px}.profile-wishlist-item__right{align-items:stretch}.profile-wishlist-item__price-section{flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px;width:100%}.profile-wishlist-item__price{text-align:left;min-width:0}.profile-wishlist-item__price del{display:inline;margin-bottom:0;margin-right:8px}.profile-wishlist-item__price ins{display:inline}.profile-wishlist-item__add-to-cart{width:auto;padding:0 24px}}@media(max-width: 1024px){.profile-page__layout{grid-template-columns:1fr;gap:24px;overflow:hidden}.profile-page__sidebar{position:static;overflow:hidden}.profile-page__content{overflow:hidden}.profile-page__nav{flex-direction:row;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:12px}.profile-page__nav-item{white-space:nowrap;flex-shrink:0}}@media(max-width: 768px){.profile-page{padding:20px 0 40px}.profile-page__title{font-size:24px;margin-bottom:24px}.profile-page__content{padding:20px}.profile-dashboard__stats{grid-template-columns:1fr}.profile-dashboard__order-item{flex-direction:column;align-items:flex-start;gap:12px}.profile-dashboard__order-amount{text-align:left;min-width:auto}.profile-orders__item-header{flex-direction:column;align-items:flex-start;gap:12px}.profile-orders__item-footer{flex-direction:column;align-items:flex-start;gap:12px}.profile-delivery__form-grid{grid-template-columns:1fr}.review-modal__content{width:95%;max-height:95vh}.profile-settings__card{padding:24px 20px}.profile-settings__form-actions{flex-direction:column}.profile-settings__form-actions .profile-settings__submit-btn,.profile-settings__form-actions .profile-settings__cancel-btn{width:100%;text-align:center}}.profile-settings__breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:24px;font-size:16px}.profile-settings__breadcrumb-link{color:#828282;text-decoration:none;transition:color .2s}.profile-settings__breadcrumb-link:hover{color:#ff0001}.profile-settings__breadcrumb-separator{color:#828282}.profile-settings__breadcrumb-current{color:#828282}.profile-settings__title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:24px}.profile-settings__card{background:#fff;border-radius:12px;padding:32px}.profile-settings__card-title{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:28px}.profile-settings__form{display:flex;flex-direction:column;gap:20px;max-width:480px}.profile-settings__form-group{display:flex;flex-direction:column}.profile-settings__form-label{font-size:14px;font-weight:500;color:#1a1a1a;margin-bottom:8px}.profile-settings__input-wrap{position:relative;display:flex;align-items:center}.profile-settings__form-input{width:100%;padding:12px 44px 12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#1a1a1a;background:#fff;transition:all .2s;font-family:inherit}.profile-settings__form-input::-moz-placeholder{color:#bdbdbd}.profile-settings__form-input::placeholder{color:#bdbdbd}.profile-settings__form-input:focus{outline:none;border-color:#ff0001;box-shadow:0 0 0 3px rgba(255,0,1,.1)}.profile-settings__form-input.is-error{border-color:#ff0001;background:#fff5f5}.profile-settings__eye-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#828282;transition:color .2s}.profile-settings__eye-toggle:hover{color:#4a4a4a}.profile-settings__eye-toggle svg{width:20px;height:20px}.profile-settings__form-error{display:none;font-size:13px;color:#ff0001;margin-top:6px;font-weight:500}.profile-settings__form-actions{display:flex;gap:12px;margin-top:12px}.profile-settings__form-actions .btn,.profile-settings__form-actions .woocommerce .button,.woocommerce .profile-settings__form-actions .button,.profile-settings__form-actions .woocommerce button[type=submit],.woocommerce .profile-settings__form-actions button[type=submit],.profile-settings__form-actions .widget_search .search-form .search-submit,.widget_search .search-form .profile-settings__form-actions .search-submit,.profile-settings__form-actions .form-submit input[type=submit],.form-submit .profile-settings__form-actions input[type=submit],.profile-settings__form-actions .comment-reply-link,.profile-settings__form-actions .wp-block-button .wp-block-button__link,.wp-block-button .profile-settings__form-actions .wp-block-button__link{min-width:140px;text-align:center;padding:12px 32px;border-radius:8px;font-size:14px;font-weight:500}.profile-settings__submit-btn{background:#ff0001;color:#fff;border:1px solid #ff0001}.profile-settings__submit-btn:hover{background:rgb(214.2,0,.84)}.profile-settings__submit-btn:disabled{opacity:.6;cursor:not-allowed}.profile-settings__cancel-btn{background:rgba(0,0,0,0);color:#1a1a1a;border:1px solid #e0e0e0}.profile-settings__cancel-btn:hover{background:#fafafa;border-color:#bdbdbd}.profile-settings__success{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;min-height:300px}.profile-settings__success-icon{margin-bottom:24px}.profile-settings__success-icon svg{width:64px;height:64px}.profile-settings__success-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.profile-settings__success-text{font-size:14px;color:#828282;margin-bottom:32px;max-width:360px;line-height:1.6}.profile-settings__success-btn{min-width:200px;text-align:center;padding:12px 32px;border-radius:8px}.wishlist-page{padding:40px 0 80px}.wishlist-page__title{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:40px;text-align:center}.wishlist-page__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:24px;margin-bottom:40px}.wishlist-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;min-height:400px}.wishlist-page__empty-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-top:24px;margin-bottom:12px}.wishlist-page__empty-text{font-size:16px;color:#828282;margin-bottom:32px}@media(max-width: 768px){.wishlist-page{padding:20px 0 100px}.wishlist-page__title{font-size:24px;margin-bottom:24px}.wishlist-page__grid{grid-template-columns:repeat(2, 1fr);gap:16px}.wishlist-page__empty{padding:40px 20px;min-height:300px}}.auth-page{background-color:#fff;min-height:100vh}@media(min-width: 768px){.auth-page{background-color:#f9fafb}}.auth-wrapper{display:flex;flex-direction:column;min-height:100vh}@media(min-width: 768px){.auth-wrapper{align-items:center;justify-content:center;padding:3rem 1rem}}.auth-card{display:flex;flex-direction:column;flex:1;width:100%;padding:3rem 1.5rem 2rem}@media(min-width: 768px){.auth-card{flex:none;max-width:664px;background:#fff;border-radius:20px;padding:52px 60px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}}.auth-card__icon{text-align:center;margin-bottom:1.5rem}.auth-card__icon svg{display:inline-block}.auth-card__icon--error svg{stroke:#ef4444}.auth-card__title{font-size:1.5rem;font-weight:600;color:#111827;text-align:left;margin:0 0 .5rem}@media(min-width: 768px){.auth-card__title{font-size:1.875rem;text-align:center}}.auth-card__subtitle{font-size:.875rem;color:#6b7280;text-align:left;margin:0 0 2rem;line-height:1.5}@media(min-width: 768px){.auth-card__subtitle{text-align:center}}.auth-alert{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;margin-bottom:1.5rem;line-height:1.5}.auth-alert--error{background:rgba(239,68,68,.08);color:#ef4444;border:1px solid rgba(239,68,68,.2)}.auth-alert--success{background:rgba(16,185,129,.08);color:rgb(11.9402985075,138.0597014925,96.2686567164);border:1px solid rgba(16,185,129,.2)}.auth-form{display:flex;flex-direction:column;gap:1.5rem;flex:1}@media(min-width: 768px){.auth-form{flex:none}}.auth-field{display:flex;flex-direction:column}.auth-field__label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.auth-field__label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.auth-field__label-row .auth-field__label{margin-bottom:0}.auth-field__link{font-size:.75rem;color:#e50000;text-decoration:none;font-weight:500}.auth-field__link:hover{text-decoration:underline}.auth-field__input-wrap{position:relative}.auth-field__input-wrap--password .auth-field__input{padding-right:2.75rem}.auth-field__input{width:100%;padding:.625rem 1rem;font-size:1rem;font-family:"Poppins",system-ui,-apple-system,sans-serif;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;transition:border-color 150ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1)}.auth-field__input::-moz-placeholder{color:#9ca3af}.auth-field__input::placeholder{color:#9ca3af}.auth-field__input:focus{outline:none;border-color:#e50000;box-shadow:0 0 0 3px rgba(229,0,0,.1)}.auth-field__input.is-invalid{border-color:#ef4444}.auth-field__input.is-invalid:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)}.auth-field__toggle-pw{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;transition:color 150ms;display:flex;align-items:center}.auth-field__toggle-pw:hover{color:#4b5563}.auth-field__hint{margin:.25rem 0 0;font-size:.75rem;color:#9ca3af}.auth-field__error{margin:.25rem 0 0;font-size:.75rem;color:#ef4444}.auth-form__submit{width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:auto}@media(min-width: 768px){.auth-form__submit{margin-top:.5rem}}.auth-form__submit-loading .spinner{animation:auth-spin 1s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-logo{display:block;text-align:center;margin-bottom:3rem;text-decoration:none}.auth-logo .site-logo{display:flex;align-items:center;justify-content:center}.auth-footer-text{margin-top:2rem;text-align:center;font-size:.875rem;color:#6b7280}.auth-footer-link{color:#e50000;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.auth-footer-link:hover{text-decoration:underline}.auth-resend{text-align:center;margin-top:2rem}.auth-resend__text{font-size:.875rem;color:#6b7280;margin:0 0 1rem}.auth-resend__btn{font-size:.875rem}.auth-resend__btn:disabled{opacity:.6;cursor:not-allowed}.auth-resend__timer{font-variant-numeric:tabular-nums}.wp-block-group{margin-bottom:2rem}.wp-block-image{margin:1.5rem 0}.wp-block-image img{height:auto}.wp-block-image figcaption{margin-top:.5rem;font-size:.875rem;color:#4b5563;text-align:center}.wp-block-quote{border-left:4px solid #e50000;padding-left:1.5rem;margin:2rem 0;font-style:italic}.wp-block-quote cite{display:block;margin-top:.5rem;font-size:.875rem;font-style:normal;color:#4b5563}.wp-block-separator{margin:3rem 0;border:none;border-top:1px solid #e5e7eb}.wp-block-columns{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.wp-block-columns{grid-template-columns:repeat(2, 1fr)}}.comments-area{margin-top:4rem;padding-top:3rem;border-top:1px solid #e5e7eb}.comments-title{margin-bottom:2rem}.comment-list{list-style:none;margin:0;padding:0}.comment-list .comment{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.comment-list .comment:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.comment-body{display:flex;gap:1rem}.comment-author-avatar img{border-radius:9999px;width:48px;height:48px}.comment-content{flex:1}.comment-content .comment-author{font-weight:600;margin-bottom:.25rem}.comment-content .comment-author a{color:#111827}.comment-content .comment-metadata{font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.comment-reply-link{font-size:.875rem}.comment-form{margin-top:2rem}.comment-form .form-group{margin-bottom:1.5rem}.widget{margin-bottom:2rem}.widget:last-child{margin-bottom:0}.widget-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#111827}.widget ul{list-style:none;margin:0;padding:0}.widget ul li{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.widget ul li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.widget ul a{color:#374151}.widget ul a:hover{color:#e50000}.widget_search .search-form{display:flex;gap:.5rem}.widget_search .search-form .search-field{flex:1}.widget_recent_entries ul,.widget_recent_comments ul,.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_pages ul{list-style:none}.widget_tag_cloud .tagcloud{display:flex;flex-wrap:wrap;gap:.5rem}.widget_tag_cloud .tagcloud a{display:inline-block;padding:.25rem .5rem;background-color:#f3f4f6;border-radius:.375rem;font-size:.875rem !important;color:#374151;text-decoration:none;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}.widget_tag_cloud .tagcloud a:hover{background-color:#e50000;color:#fff;text-decoration:none}.woocommerce-wrapper{padding:2rem 0}.woocommerce-content{max-width:1200px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:2rem;margin-top:2rem}@media(min-width: 768px){.products-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.products-grid{grid-template-columns:repeat(3, 1fr)}}.product-card{position:relative;transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1)}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.product-image-link{position:relative;display:block;overflow:hidden}.product-image{width:100%;height:auto;transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1)}.product-card:hover .product-image{transform:scale(1.05)}.product-badge{position:absolute;top:.5rem;right:.5rem;background:#ef4444;color:#fff;padding:.25rem .5rem;border-radius:.375rem;font-size:.875rem;font-weight:700;z-index:10}.product-body .product-title{margin-bottom:.5rem}.product-body .product-title a{color:#111827;text-decoration:none}.product-body .product-title a:hover{color:#e50000}.product-price{margin-bottom:1rem;font-size:1.125rem;font-weight:700;color:#e50000}.product-price .regular-price{text-decoration:line-through;color:#6b7280;font-size:1rem;margin-left:.5rem}.product-price .sale-price{color:#ef4444}.product-actions{display:flex;gap:.5rem}.product-actions .btn,.product-actions .woocommerce .button,.woocommerce .product-actions .button,.product-actions .woocommerce button[type=submit],.woocommerce .product-actions button[type=submit],.product-actions .wp-block-button .wp-block-button__link,.wp-block-button .product-actions .wp-block-button__link,.product-actions .comment-reply-link,.product-actions .form-submit input[type=submit],.form-submit .product-actions input[type=submit],.product-actions .widget_search .search-form .search-submit,.widget_search .search-form .product-actions .search-submit{flex:1}.single-product .product-content{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width: 1024px){.single-product .product-content{grid-template-columns:1fr 1fr}}.single-product .product-images .product-image-main{margin-bottom:1rem}.single-product .product-images .product-image-main img{width:100%;height:auto;border-radius:.5rem}.single-product .product-images .product-gallery{display:grid;grid-template-columns:repeat(4, 1fr);gap:.5rem}.single-product .product-images .product-gallery img{width:100%;height:auto;border-radius:.375rem;cursor:pointer;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.single-product .product-images .product-gallery img:hover{opacity:.8}.single-product .product-details .product-title{font-size:1.875rem;margin-bottom:1rem}.single-product .product-details .product-price{font-size:1.5rem;margin-bottom:1.5rem}.single-product .product-details .product-description{margin-bottom:2rem;line-height:1.75}.single-product .product-details .product-meta{margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:.375rem}.single-product .product-details .product-meta p{margin-bottom:.5rem}.single-product .product-details .product-meta p:last-child{margin-bottom:0}.woocommerce .form-row{margin-bottom:1.5rem}.woocommerce .form-row label{display:block;margin-bottom:.25rem;font-weight:500}.woocommerce .quantity{display:flex;align-items:center;gap:.5rem}.woocommerce .quantity input[type=number]{width:80px;text-align:center}.woocommerce-cart-form .shop_table{width:100%;border-collapse:collapse;margin-bottom:2rem}.woocommerce-cart-form .shop_table th,.woocommerce-cart-form .shop_table td{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}.woocommerce-cart-form .shop_table th{font-weight:700;background:#f9fafb}.woocommerce-cart-form .shop_table .product-remove{width:50px}.woocommerce-cart-form .shop_table .product-remove a{color:#ef4444;text-decoration:none}.woocommerce-cart-form .shop_table .product-remove a:hover{text-decoration:underline}.related-products{margin-top:4rem;padding-top:3rem;border-top:1px solid #e5e7eb}.related-products h2{margin-bottom:2rem;text-align:center}

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