*, ::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.17 | 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: Plus Jakarta Sans, system-ui, -apple-system, 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background-color: var(--color-bg-dark);
  color: var(--color-text);
}

body.is-loading {
  overflow: hidden;
}

html.brand-loader-off body.is-loading {
  overflow: visible;
}

html.brand-loader-off .brand-loader {
  display: none !important;
}

.brand-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 17rem),
    #000000;
  opacity: 1;
  visibility: visible;
  contain: layout paint;
  will-change: opacity;
  transition: opacity 520ms ease, visibility 0s linear 520ms;
}

.brand-loader__mark {
  position: relative;
  width: clamp(9rem, 20vw, 16rem);
  opacity: 0;
  filter: blur(10px);
  transform: translateY(14px) scale(0.98);
  animation: loaderLogoSimple 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards 140ms;
}

.brand-loader__logo {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.brand-loader__line {
  width: clamp(5.5rem, 12vw, 8rem);
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
  opacity: 0;
  animation: loaderLineReveal 520ms ease forwards 520ms;
}

.brand-loader__line::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: translateX(-100%);
  animation: loaderLineFill 1150ms cubic-bezier(0.16, 1, 0.3, 1) forwards 620ms;
}

body.page-loaded .brand-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes loaderLogoSimple {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(14px) scale(0.98);
  }

  65% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1.01);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes loaderLineReveal {
  100% {
    opacity: 1;
  }
}

@keyframes loaderLineFill {
  100% {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-loader,
  .brand-loader__mark,
  .brand-loader__line,
  .brand-loader__line::after {
    transition-duration: 1ms;
    animation-duration: 1ms;
    animation-delay: 0ms;
  }
}

html {
  scroll-behavior: smooth;
}

/* Glassmorphism Card */

.glass-card {
  background: rgba(20, 20, 20, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Grain Texture Overlay */

.grain-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.5' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.03;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Spotlight Card Effect */

.spotlight-card {
  position: relative;
}

.spotlight-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), 
      rgba(255, 255, 255, 0.08), transparent 40%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 1;
}

.spotlight-card:hover::before {
  opacity: 1;
}

/* Light Theme */

body.light-theme {
  background: #ffffff;
  color: #171717;
}

body.light-theme .bg-black,
body.light-theme .bg-zinc-950 {
  background-color: #ffffff;
}

body.light-theme .bg-black\/40,
body.light-theme .bg-black\/50,
body.light-theme .bg-black\/60,
body.light-theme .bg-black\/70,
body.light-theme .bg-black\/80,
body.light-theme .bg-white\/5 {
  background-color: rgba(255, 255, 255, 0.54);
}

body.light-theme .bg-black\/20 {
  background-color: rgba(23, 23, 23, 0.08);
}

body.light-theme .bg-white\/10 {
  background-color: rgba(23, 23, 23, 0.08);
}

body.light-theme .text-white {
  color: #171717;
}

body.light-theme .text-white\/80 {
  color: rgba(23, 23, 23, 0.76);
}

body.light-theme .text-white\/70,
body.light-theme .text-white\/60 {
  color: rgba(23, 23, 23, 0.62);
}

body.light-theme .text-white\/40 {
  color: rgba(23, 23, 23, 0.44);
}

body.light-theme .border-white\/5,
body.light-theme .border-white\/10 {
  border-color: rgba(23, 23, 23, 0.08);
}

body.light-theme .border-white\/20,
body.light-theme .border-white\/30 {
  border-color: rgba(23, 23, 23, 0.12);
}

body.light-theme .hover\:text-white:hover {
  color: #171717;
}

body.light-theme .hover\:bg-white\/10:hover {
  background-color: rgba(23, 23, 23, 0.08);
}

body.light-theme .hover\:border-white\/20:hover {
  border-color: rgba(23, 23, 23, 0.12);
}

body.light-theme .hero-bleed-top .grain-overlay {
  mix-blend-mode: multiply;
  opacity: 0.06;
}

body.light-theme #story,
body.light-theme #products,
body.light-theme #size-guide,
body.light-theme footer {
  background: #ffffff;
}

body.light-theme #size-guide .overflow-hidden.rounded-2xl,
body.light-theme #size-guide .bg-white\/5,
body.light-theme #story .bg-white\/5 {
  background-color: rgba(255, 255, 255, 0.66);
  border-color: rgba(23, 23, 23, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

#story .lg\:w-1\/2.lg\:h-\[600px\].flex.flex-col.justify-between {
  justify-content: flex-end;
}

#story .flex.flex-col.lg\:flex-row.gap-16 {
  gap: clamp(1rem, 2.4vw, 2.5rem);
}

.story-title {
  line-height: 0.98;
}

@media (min-width: 1024px) {
  .story-title {
    position: relative;
    left: 50%;
    width: max-content;
    max-width: none;
    transform: translateX(-50%);
    font-size: 4.15rem;
    white-space: nowrap;
  }
}

body.light-theme #products .absolute.bottom-7,
body.light-theme #products .absolute.bottom-7 span {
  color: #171717;
}

body.light-theme #products a.group {
  background: transparent;
  box-shadow: none;
}

body.light-theme #products .absolute.bottom-7 span {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 23, 23, 0.08);
}

body.light-theme #size-guide table thead tr {
  background: rgba(23, 23, 23, 0.04);
}

body.light-theme #size-guide table tbody tr:hover {
  background: rgba(23, 23, 23, 0.035);
}

body.light-theme #size-guide .size-arrow {
  background: rgba(255, 255, 255, 0.92);
  color: #171717;
  border-color: rgba(23, 23, 23, 0.08);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

body.light-theme footer {
  border-top-color: rgba(23, 23, 23, 0.08);
}

body.light-theme footer img {
  filter: brightness(0);
}

.brand-footer .mt-8.pt-8.border-t.border-white\/10.text-center {
  display: none;
}

.brand-footer {
  background: #f4f0e9;
  color: #000000;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  overflow: hidden;
}

body.light-theme .brand-footer {
  background: #f4f0e9;
}

.brand-footer__inner {
  container-type: inline-size;
  width: 100%;
  margin: 0 auto;
  padding: clamp(2.2rem, 4vw, 4rem) var(--page-edge) 0;
}

.brand-footer__newsletter {
  width: min(100%, 38rem);
  max-width: none;
}

.brand-footer__eyebrow,
.brand-footer__wordmark {
  text-transform: uppercase;
}

.brand-footer__eyebrow {
  margin: 0 0 0.4rem;
  font-size: clamp(1rem, 0.92rem + 0.34vw, 1.32rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.brand-footer__subcopy {
  margin: 0;
  font-size: clamp(0.78rem, 0.74rem + 0.18vw, 0.92rem);
  font-weight: 700;
  color: #000000;
}

.brand-footer__form {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: min(100%, 34rem);
  margin-top: clamp(1.7rem, 3vw, 2.5rem);
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.74);
}

.brand-footer__input {
  flex: 1;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: clamp(0.88rem, 0.84rem + 0.2vw, 1rem);
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.brand-footer__input::placeholder {
  color: #111111;
  opacity: 1;
}

.brand-footer__submit {
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 200ms ease, opacity 200ms ease;
}

.brand-footer__submit:hover {
  opacity: 0.72;
  transform: translateX(3px);
}

.brand-footer__consent {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.55rem;
  font-size: clamp(0.76rem, 0.72rem + 0.18vw, 0.9rem);
  font-weight: 700;
  color: #000000;
}

.brand-footer__consent input {
  width: 0.78rem;
  height: 0.78rem;
  accent-color: #111111;
}

.brand-footer__accordions {
  display: grid;
  gap: 0.42rem;
  width: min(100%, 45rem);
  margin-top: 0;
  border-top: 0;
}

.brand-footer__panel {
  background: #eeeae2;
  border: 0;
  border-radius: 2px;
  overflow: hidden;
  transition: background 180ms ease;
  contain: layout paint;
}

.brand-footer__panel:hover,
.brand-footer__panel[open]:not(.is-enhanced),
.brand-footer__panel.is-open {
  background: #eeeae2;
}

.brand-footer__panel-trigger {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 1.82rem;
  padding: 0.5rem 2rem 0.46rem 0.58rem;
  color: #000000;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  transition: none;
}

.brand-footer__panel-trigger::-webkit-details-marker {
  display: none;
}

.brand-footer__panel-trigger::after {
  content: '+';
  position: absolute;
  right: 0.58rem;
  top: 50%;
  color: #000000;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.brand-footer__panel[open]:not(.is-enhanced) .brand-footer__panel-trigger::after,
.brand-footer__panel.is-open .brand-footer__panel-trigger::after {
  content: '-';
  transform: translateY(-50%);
}

.brand-footer__panel-content {
  display: grid;
  gap: 0.62rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 0.58rem;
  transform: translateY(-0.22rem);
  visibility: hidden;
  transition:
    max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 320ms;
  will-change: max-height, transform, opacity;
}

.brand-footer__panel[open]:not(.is-enhanced) .brand-footer__panel-content,
.brand-footer__panel.is-open .brand-footer__panel-content {
  max-height: var(--brand-footer-panel-height, 14rem);
  opacity: 1;
  padding: 0.1rem 0.58rem 0.62rem;
  transform: translateY(0);
  visibility: visible;
  transition:
    max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease 60ms,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0s;
}

.brand-footer__panel-content a {
  display: block;
  width: max-content;
  color: #000000;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  transform: none;
  transition: opacity 160ms ease;
}

.brand-footer__panel[open]:not(.is-enhanced) .brand-footer__panel-content a,
.brand-footer__panel.is-open .brand-footer__panel-content a {
  opacity: 1;
  transform: none;
}

.brand-footer__panel-content a:hover {
  opacity: 0.58;
}

@media (max-width: 767px) {
  .brand-footer__panel-trigger {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.18;
  }

  .brand-footer__panel-content a {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1.18;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-footer__panel,
  .brand-footer__panel-trigger::after,
  .brand-footer__panel-content {
    transition-duration: 1ms;
  }
}

.brand-footer__wordmark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 0.12em);
  max-width: none;
  margin-top: clamp(4rem, 10vw, 7rem);
  margin-left: -0.06em;
  margin-right: -0.06em;
  margin-bottom: 0;
  padding-inline: 0;
  color: rgba(199, 188, 171, 0.8);
  font-family: "Arial Black", Impact, Helvetica, Arial, sans-serif;
  font-size: clamp(3.8rem, 15.2cqi, 16rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
  transform: none;
  transform-origin: center bottom;
  text-rendering: geometricPrecision;
}

@media (max-width: 720px) {
  .brand-footer__inner {
    padding: 2rem 1rem 0;
  }

  .brand-footer__form {
    gap: 0.5rem;
    width: 100%;
  }

  .brand-footer__input {
    font-size: 0.92rem;
  }

  .brand-footer__consent {
    align-items: flex-start;
  }

  .brand-footer__accordions {
    width: 100%;
    margin-top: 0;
  }

  .brand-footer__wordmark {
    width: 100vw;
    margin-top: clamp(4.2rem, 18vw, 6.4rem);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    font-size: clamp(3rem, 14.2vw, 6.3rem);
    letter-spacing: 0;
  }
}

.catalog-card {
  display: block;
  background: transparent;
  color: #111111;
}

.catalog-card__media {
  position: relative;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  background: #ededed;
  border-radius: 0.5rem;
  -webkit-overflow-scrolling: touch;
}

.catalog-card__media::-webkit-scrollbar {
  display: none;
}

.catalog-card .catalog-card__media {
  aspect-ratio: 1 / 1;
}

.catalog-card__media > img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
  object-fit: cover;
}

.remeras-catalog-page .catalog-card__media > img[src$="-1.png"],
.remeras-catalog-page .catalog-card__media > img[src$="-2.png"] {
  box-sizing: border-box;
  object-fit: contain;
  padding: 8%;
}

.novedades-section .catalog-card__media > img[src^="imgremeras/"][src$="-1.png"],
.novedades-section .catalog-card__media > img[src^="imgremeras/"][src$="-2.png"] {
  box-sizing: border-box;
  object-fit: contain;
  padding: 8%;
}

.catalog-card__body {
  padding: 0.48rem 0 0;
}

.catalog-card h3 {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.22;
}

.catalog-card p {
  margin-top: 0.12rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.catalog-page-body {
  background: #ffffff;
  color: #111111;
  min-height: 100vh;
}

.catalog-page {
  width: min(calc(100% - var(--page-gutter)), 80rem);
  margin: 0 auto;
  padding: 8.5rem 0 4rem;
}

.catalog-page__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 0 1.25rem;
}

.catalog-page__controls {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.catalog-page__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 2.35rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 0.5rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #111111;
  box-shadow: 0 3px 10px rgba(17, 17, 17, 0.03);
}

.catalog-page__control.is-active {
  background: #e8e1d6;
}

.catalog-page__control svg {
  width: 1.1rem;
  height: 1.1rem;
}

.catalog-page__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.45);
}

.catalog-page__title {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  padding-top: 0.3rem;
}

.catalog-page__lead {
  max-width: 34rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.62);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.catalog-grid.is-two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalog-page-footer {
  width: min(calc(100% - var(--page-gutter)), 118rem);
  margin: 0 auto;
  padding: 0 0 2rem;
}

.catalog-page-footer__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: #f3eee6;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.88rem;
}

@media (max-width: 1080px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .catalog-page {
    width: min(calc(100% - var(--page-gutter-mobile)), 118rem);
    padding-top: 7.5rem;
  }

  .catalog-page__hero {
    padding-top: 1.25rem;
    align-items: flex-start;
  }

  .catalog-page__controls {
    justify-content: flex-start;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .catalog-page-footer__box {
    flex-direction: column;
    align-items: flex-start;
  }
}

.products-showcase-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.products-showcase-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}

.products-showcase-card__media {
  aspect-ratio: 3 / 4;
  border-radius: 0;
  overflow: hidden;
}

.fn-rounded-media {
  border-radius: 0.5rem !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  .fn-rounded-media {
    border-radius: 0.14rem !important;
  }
  
  .products-showcase-card__media {
    border-radius: 0;
  }
}

.products-showcase-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 700ms ease;
}

.products-showcase-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  transition: background 350ms ease;
}

.products-showcase-card:hover .products-showcase-card__media img {
  filter: none;
}

.products-showcase-card:hover::after {
  background: transparent;
}

.products-showcase-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  transform: translateY(1.45rem);
}

.products-showcase-card__title {
  font-size: clamp(1.08rem, 1.45vw, 1.55rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.product-detail-body {
  background: #ededed;
  color: #111111;
  min-height: 100vh;
}

.product-detail-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.product-detail-topbar__inner {
  width: min(calc(100% - var(--page-gutter)), 118rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
}

.product-detail-topbar__brand img {
  width: 4.75rem;
  height: auto;
}

.product-detail-topbar__nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.95rem;
  color: rgba(17, 17, 17, 0.7);
}

.product-detail-topbar__nav a,
.product-detail-topbar__back {
  transition: color 0.24s ease, opacity 0.24s ease;
}

.product-detail-topbar__nav a:hover,
.product-detail-topbar__back:hover {
  color: #000000;
}

.product-detail-topbar__back {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.55);
}

.product-detail-page {
  width: min(calc(100% - var(--page-gutter)), 120rem);
  margin: 0 auto;
  padding: 6.4rem 0 3.2rem;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(26.5rem, 0.75fr);
  gap: 1rem;
  align-items: start;
}

.product-detail-gallery {
  position: relative;
  min-width: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.product-detail-gallery-shell {
  display: grid;
  grid-template-columns: 5.9rem minmax(0, 1fr);
  gap: 0.5rem;
  align-items: stretch;
  min-height: 100%;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.product-detail-thumbs {
  position: relative;
  display: grid;
  gap: 0.85rem;
  align-content: start;
  padding: 0.6rem 0.4rem 0.6rem 0.6rem;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  border-radius: 0.32rem;
  box-shadow: none;
  z-index: 2;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-detail-thumb-indicator {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 1.5px solid #000;
  border-radius: 0.16rem;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.2s ease,
    height 0.2s ease,
    opacity 0.18s ease;
  will-change: transform, width, height;
  z-index: 10;
  opacity: 0;
  display: block;
}

.product-detail-thumbs::-webkit-scrollbar {
  display: none;
}

.product-detail-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0.16rem;
  border: 1px solid transparent;
  overflow: hidden;
  background: #ededed;
  cursor: pointer;
  box-shadow: none;
  transition: opacity 0.18s ease;
}

.product-detail-thumb:hover {
  opacity: 0.8;
}

.product-detail-thumb.is-active {
  border-color: transparent;
}

.product-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.remera-detail-page .product-detail-thumb img[src$="-1.png"],
.remera-detail-page .product-detail-thumb img[src$="-2.png"] {
  box-sizing: border-box;
  object-fit: contain;
  padding: 8%;
}

.product-detail-stage {
  position: relative;
  display: flex;
  gap: 0.85rem;
  align-items: stretch;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-radius: 0;
  border: none;
  background: #ededed;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 0;
  box-shadow: none;
}

.product-detail-stage::-webkit-scrollbar {
  display: none;
}

.product-detail-stage img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: none;
  object-fit: cover;
  display: block;
  scroll-snap-align: center;
}

.remera-detail-page .product-detail-stage img[src$="-1.png"],
.remera-detail-page .product-detail-stage img[src$="-2.png"] {
  box-sizing: border-box;
  object-fit: contain;
  padding: 10%;
}

.product-detail-panel {
  position: sticky;
  top: 5.1rem;
  border-radius: 0.45rem;
  padding: 1.45rem 1.35rem 1.5rem;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
}

.product-detail-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.7rem;
  padding: 0;
  border: none;
  background: transparent;
  color: rgba(17, 17, 17, 0.45);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
}

.product-detail-eyebrow:hover {
  color: rgba(17, 17, 17, 0.7);
}

.product-detail-fit-note {
  display: none !important;
}

.product-detail-title {
  font-size: 0.88rem;
  color: #4a2a1b;
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.product-detail-price {
  margin-top: 0.42rem;
  font-size: 0.95rem;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0;
}

.product-detail-price-note {
  margin-top: 0.35rem;
  font-size: 1.04rem;
  color: rgba(17, 17, 17, 0.6);
}

.product-detail-block {
  margin-top: 2rem;
}

.product-detail-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.product-detail-label {
  color: #000000;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-detail-muted-link {
  font-size: 0.8rem;
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.product-detail-color-list,
.product-detail-size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.product-detail-color-option,
.product-detail-size {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.product-detail-color-option {
  width: 4.15rem;
  height: 4.15rem;
  border-radius: 0.22rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #ededed;
  overflow: hidden;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.product-detail-color-option:hover {
  border-color: #000000;
  box-shadow: none;
}

.product-detail-color-option.is-active {
  border-color: #000000;
}

.product-detail-color-option img {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.product-detail-size {
  position: relative;
  min-height: 2.5rem;
  min-width: 2.3rem;
  border-radius: 0;
  border: none;
  background: transparent;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0.45rem;
  cursor: pointer;
  transition: color 0.2s ease;
}

.product-detail-size::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  width: 1.5rem;
  height: 1px;
  background: #000000;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.product-detail-size:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.product-detail-size.is-active::after {
  transform: translateX(-50%) scaleX(1);
}

.product-detail-size:focus-visible {
  outline: none;
}

.product-detail-size:disabled {
  cursor: default;
}

.product-detail-actions {
  display: grid;
  gap: 0.55rem;
  margin-top: 2.2rem;
}

.product-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.65rem;
  border-radius: 0.22rem;
  padding: 0 1.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.product-detail-btn--primary {
  background: #ece7df;
  color: #000000;
}

.product-detail-btn--primary:hover {
  background: #e3ddd4;
}

.product-detail-btn--primary.is-prompt {
  background: #d7d2ca;
}

.product-detail-btn--secondary {
  background: #482922;
  color: #ffffff;
}

.product-detail-accordion-list {
  margin-top: 2.4rem;
  display: grid;
  gap: 0;
}

.product-detail-accordion {
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  background: transparent;
  overflow: hidden;
}

.product-detail-accordion summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-detail-accordion summary::-webkit-details-marker {
  display: none;
}

.product-detail-accordion summary::after {
  content: '+';
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.product-detail-accordion.is-open summary::after {
  content: '-';
}

.product-detail-accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.28s ease;
}

.product-detail-accordion__inner {
  padding: 0 0 1rem;
}

.product-detail-accordion p {
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.6;
  font-size: 0.86rem;
}

@media (min-width: 1025px) {
  .product-detail-page {
    height: 100dvh;
    padding: 5.7rem 0 1rem;
    overflow: hidden;
  }

  .product-detail-layout {
    height: 100%;
    min-height: 0;
    align-items: stretch;
  }

  .product-detail-gallery {
    height: 100%;
    min-height: 0;
    padding: 0;
  }

  .product-detail-gallery-shell {
    height: 100%;
    min-height: 0;
  }

  .product-detail-thumbs {
    position: relative;
    width: auto;
    height: 100%;
    background: #ffffff;
    padding: 0.7rem 0.45rem 0.7rem 0.7rem;
  }

  .product-detail-stage {
    height: 100%;
    min-height: 0;
    padding-left: 0.5rem;
  }

  .product-detail-panel {
    position: relative;
    top: auto;
    height: 100%;
    overflow: auto;
  }
}

@media (max-width: 1024px) {
  .product-detail-layout {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .product-detail-gallery {
    padding: 0;
    border-radius: 0;
  }

  .product-detail-gallery-shell {
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  .product-detail-thumbs {
    order: 2;
    position: relative;
    width: auto;
    height: auto;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 2.8rem - 0.8rem) / 5);
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0.7rem;
    margin-top: 0.55rem;
    padding: 0.4rem;
    background: #ffffff;
    border-radius: 0.42rem;
  }

  .product-detail-stage {
    order: 1;
    min-height: auto;
    padding: 0;
  }

  .product-detail-stage img {
    max-height: none;
    max-width: 100%;
  }

  .product-detail-panel {
    position: static;
    margin-top: 0.45rem;
  }
}

@media (max-width: 720px) {
  .product-detail-topbar__inner {
    width: min(calc(100% - var(--page-gutter-mobile)), 118rem);
    padding: 0.85rem 0;
  }

  .product-detail-topbar__nav {
    display: none;
  }

  .product-detail-page {
    width: min(calc(100% - var(--page-gutter-mobile)), 120rem);
    padding: 5.45rem 0 2.25rem;
  }

  .product-detail-stage {
    min-height: auto;
    padding: 0;
  }

  .product-detail-stage img {
    max-height: none;
    max-width: 100%;
  }

  .product-detail-thumbs {
    grid-auto-columns: calc((100% - 2.48rem - 0.7rem) / 5);
    gap: 0.62rem;
    margin-top: 0.45rem;
    padding: 0.35rem;
  }

  .product-detail-thumb {
    border-radius: 0.2rem;
  }

  .product-detail-panel {
    margin-top: 0.62rem;
    padding: 1rem;
  }

  .product-detail-title {
    font-size: 1.18rem;
    line-height: 1.14;
  }

  .product-detail-price {
    font-size: 1.02rem;
  }

  .product-detail-price-note {
    font-size: 0.9rem;
  }

  .product-detail-block {
    margin-top: 1.45rem;
  }

  .product-detail-color-option {
    width: 3.75rem;
    height: 3.75rem;
  }

  .product-detail-size {
    min-height: 2.15rem;
    min-width: 2rem;
    font-size: 0.92rem;
  }

  .product-detail-actions {
    margin-top: 1.55rem;
  }

  .product-detail-btn {
    min-height: 2.45rem;
    font-size: 0.72rem;
  }

  .cart-item {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .cart-item__image {
    width: 76px;
    height: 76px;
  }

  .cart-item__top {
    gap: 0.7rem;
  }
}

/* Header Scroll State */

.site-header {
  top: 1.1rem;
  width: min(100% - 3rem, 118rem);
}

.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 73;
  border-radius: 6px;
  box-shadow:
    1px 0 0 rgba(0, 0, 0, 0.24) inset,
    -1px 0 0 rgba(0, 0, 0, 0.24) inset;
  pointer-events: none;
}

body.product-detail-body .site-header,
body.catalog-page-body .site-header {
  top: 1.1rem;
  width: min(100% - 3rem, 118rem);
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.product-detail-body .site-header__ticker {
  display: none;
}

body.product-detail-body .site-header__shell {
  grid-template-columns: 1fr auto 1fr;
  min-height: 2.95rem;
  padding: 0.62rem 1.2rem;
  border-radius: 6px;
  background: #ffffff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.08),
    0 5px 14px rgba(0, 0, 0, 0.1);
}

body.catalog-page-body .site-header__shell {
  grid-template-columns: 1fr auto 1fr;
  min-height: 2.95rem;
  padding: 0.62rem 1.2rem;
}

body.product-detail-body .site-header-logo,
body.catalog-page-body .site-header-logo {
  height: 2.45rem;
}

body.product-detail-body .site-header-action--icon,
body.product-detail-body .site-header-action--cart,
body.catalog-page-body .site-header-action--icon,
body.catalog-page-body .site-header-action--cart {
  width: 2.3rem;
  height: 2.3rem;
  min-width: 2.3rem;
  min-height: 2.3rem;
}

body.product-detail-body .site-header-action__icon,
body.catalog-page-body .site-header-action__icon {
  width: 1.28rem;
  height: 1.28rem;
}

.site-header__ticker {
  position: relative;
  z-index: 70;
  overflow: hidden;
  border: none;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(
    90deg,
    rgba(239, 231, 221, 0.84) 0%,
    rgba(231, 221, 209, 0.8) 50%,
    rgba(239, 231, 221, 0.84) 100%
  );
  color: #000000;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header__ticker-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 2.25rem;
}

.site-header__ticker::before,
.site-header__ticker::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 1;
  pointer-events: none;
}

.site-header__ticker::before {
  left: 0;
  background: transparent;
}

.site-header__ticker::after {
  right: 0;
  background: transparent;
}

.site-header__ticker-track {
  display: flex;
  align-items: center;
  gap: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.62rem 0;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: space-around;
}

.site-header__ticker-track:first-child {
  animation: site-header-marquee-primary 72s linear infinite;
}

.site-header__ticker-track:last-child {
  animation: site-header-marquee-secondary 72s linear infinite;
}

.site-header__ticker-track span {
  flex: 0 0 auto;
  position: relative;
  padding: 0 3.2rem 0 0;
  font-weight: 900;
}

.site-header__shell {
  position: relative;
  z-index: 70;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 2.95rem;
  border: none;
  border-radius: 0 0 6px 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(244, 241, 236, 0.34);
  color: #000000;
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  padding: 0.62rem 1.2rem;
  transition:
    background 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header__shell::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.site-header__shell::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.18);
  opacity: 1;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.14));
  pointer-events: none;
}

.site-header__side {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  min-width: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

.site-header__side--left {
  justify-self: start;
}

.site-header__side--right {
  justify-self: end;
  justify-content: flex-end;
}

.site-header-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  position: relative;
  z-index: 1;
}

.site-header-logo {
  width: auto;
  height: 2.45rem;
  filter: brightness(0);
}

.site-header-burger {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  width: 2rem;
  height: 2rem;
  justify-self: start;
  color: #000000;
  position: relative;
  z-index: 72;
}

.site-header-burger span {
  display: block;
  width: 1.45rem;
  height: 0.075rem;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition:
    transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.22s ease;
}

.site-header-burger.is-open span:nth-child(1) {
  transform: translateY(0.355rem) rotate(45deg);
}

.site-header-burger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.3);
}

.site-header-burger.is-open span:nth-child(3) {
  transform: translateY(-0.355rem) rotate(-45deg);
}

.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(17, 17, 17, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.34s ease,
    visibility 0s linear 0.34s;
}

.mobile-menu-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.34s ease;
}

.mobile-menu-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 69;
  width: 100%;
  margin: 0;
  border-radius: 0 0 6px 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(244, 241, 236, 0.34);
  color: #000000;
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  transform-origin: top center;
  transition: none;
}

.mobile-menu-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition: none;
}

body.menu-open .site-header__shell {
  border-radius: 0 !important;
  border: none;
  box-shadow: none !important;
}

body.menu-open .mobile-menu-panel {
  top: 100%;
  border: none;
  border-radius: 0 0 6px 6px;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.16),
    0 8px 18px rgba(0, 0, 0, 0.06) !important;
  margin-top: -1px;
}

body.product-detail-body.menu-open .site-header__shell,
body.product-detail-body.menu-open .mobile-menu-panel {
  background: #ffffff !important;
  color: #000000;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.product-detail-body .mobile-menu-panel {
  background: #ffffff;
  color: #000000;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.product-detail-body .mobile-menu-backdrop {
  background: rgba(255, 255, 255, 0.46);
}

.mobile-menu-panel__inner {
  display: grid;
  gap: 0.42rem;
  padding: clamp(0.95rem, 3vw, 1.25rem) clamp(0.82rem, 2.4vw, 1.85rem);
  opacity: 1;
  transform: none;
}

.mobile-menu-panel.is-open .mobile-menu-panel__inner {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}

.mobile-menu-panel__link,
.mobile-menu-panel__summary {
  color: #050505;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu-panel__link {
  display: flex;
  align-items: center;
  min-height: 1.82rem;
  width: 100%;
  padding: 0.16rem 0.7rem;
}

.mobile-menu-panel__group {
  width: 100%;
}

.mobile-menu-panel__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 1.82rem;
  padding: 0.16rem 0.7rem;
  background: transparent;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.mobile-menu-panel__summary::-webkit-details-marker {
  display: none;
}

.mobile-menu-panel__summary::after {
  content: '';
  flex: 0 0 auto;
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-0.12rem);
  transition: transform 0.24s ease;
}

.mobile-menu-panel__group.is-open .mobile-menu-panel__summary::after,
.mobile-menu-panel__group[open] .mobile-menu-panel__summary::after {
  transform: rotate(-135deg) translateY(-0.02rem);
}

.mobile-menu-panel__subnav {
  display: grid;
  gap: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  background: transparent;
  opacity: 0;
  transition:
    height 0.26s ease,
    opacity 0.26s ease,
    padding 0.26s ease;
}

.mobile-menu-panel__group.is-open .mobile-menu-panel__subnav,
.mobile-menu-panel__group[open] .mobile-menu-panel__subnav {
  height: auto;
  overflow: visible;
  padding: 0.25rem 0 0.35rem;
  opacity: 1;
}

.mobile-menu-panel__subnav a {
  display: flex;
  align-items: center;
  min-height: 1.9rem;
  width: 100%;
  padding: 0 0.7rem 0 1.25rem;
  color: #050505;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

body.menu-open {
  overflow: hidden;
}

.site-header .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0;
  color: rgba(0, 0, 0, 1);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  transition:
    color 0.28s ease,
    opacity 0.28s ease;
}

.site-header .nav-link__label {
  position: relative;
  z-index: 1;
}

.nav-link__indicator {
  position: absolute;
  left: 50%;
  bottom: -0.95rem;
  width: 0;
  height: 0.11rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.72);
  transform: translateX(-50%);
  opacity: 0;
  transition:
    width 0.22s ease,
    opacity 0.22s ease;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: #111111;
}

.nav-link:hover .nav-link__indicator,
.nav-link.active .nav-link__indicator {
  width: 1.6rem;
  opacity: 1;
}

.site-header-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.05rem;
  padding: 0.3rem 0.4rem;
  border: none;
  border-radius: 0;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  background: transparent;
  transition:
    background-color 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s ease;
  z-index: 1;
}

.site-header-action:hover {
  transform: translateY(-1px);
  background: transparent;
}

.site-header-action--ghost {
  background: transparent;
}

.site-header-action--icon {
  width: 2.3rem;
  height: 2.3rem;
  min-width: 2.3rem;
  min-height: 2.3rem;
  padding: 0;
  border-radius: 0;
}

.site-header-action--primary {
  background: transparent;
  border: none;
  color: #111111;
}

.site-header-action--primary:hover {
  background: transparent;
  border-color: transparent;
}

.site-header-action--cart {
  width: 2.3rem;
  height: 2.3rem;
  min-width: 2.3rem;
  min-height: 2.3rem;
  padding: 0;
}

.site-header-action__badge {
  position: absolute;
  top: 0.36rem;
  right: 0.32rem;
  min-width: 0.32rem;
  width: 0.32rem;
  height: 0.32rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
}

.site-header-action__badge.is-empty {
  display: none;
}

.site-header-action__icon {
  width: 1.28rem;
  height: 1.28rem;
  display: block;
}

.cart-item__image-link,
.cart-item__title-link {
  text-decoration: none !important;
  display: block;
}

.cart-item__title-link:hover .cart-item__title {
  opacity: 0.7;
}

.cart-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(16, 24, 39, 0.72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.52s ease,
    visibility 0s linear 0.52s;
  z-index: 90;
}

.cart-drawer-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.52s ease;
}

.cart-drawer {
  --cart-drawer-offset: 0rem;
  position: fixed;
  top: 0;
  right: var(--cart-drawer-offset);
  width: min(82vw, 22.5rem);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #050505;
  border-radius: 0;
  box-shadow: 0 1.2rem 4rem rgba(0, 0, 0, 0.24);
  transform: translate3d(calc(100% + var(--cart-drawer-offset)), 0, 0);
  visibility: hidden;
  pointer-events: none;
  will-change: transform;
  contain: layout paint;
  overflow: hidden;
  transition:
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0.72s;
  z-index: 91;
}

.cart-drawer.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-drawer__header,
.cart-drawer__footer {
  padding: 1.4rem 1.35rem;
}

.cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  position: relative;
  padding-top: 0.95rem;
  padding-bottom: 1rem;
}

.cart-drawer__eyebrow {
  display: none;
}

.cart-drawer__title {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cart-drawer__close {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -0.35rem -0.55rem -0.35rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  cursor: pointer;
}

.cart-drawer__close svg {
  width: 1.15rem;
  height: 1.15rem;
  stroke-width: 1.55;
}

.cart-drawer__shipping {
  padding: 1rem 1.35rem;
  background: #f4f1ea;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.cart-drawer__shipping-title {
  display: block;
  margin: 0 0 0.6rem;
  color: #000;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
}

.cart-drawer__shipping-track {
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: rgba(0,0,0,0.1);
  border-radius: 1px;
}

.cart-drawer__shipping-track span {
  display: block;
  width: 0%;
  height: 100%;
  background: #000;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}

.cart-drawer__shipping.is-complete .cart-drawer__shipping-track span {
  background: #000;
}

.cart-drawer__shipping.is-hidden {
  display: none;
}

.cart-drawer__body {
  flex: 1;
  padding: 1rem 1.35rem;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

.cart-drawer__body::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

.cart-drawer__items {
  display: grid;
  gap: 0.82rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: start;
  gap: 0.68rem;
  padding-bottom: 0.82rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.cart-item__image {
  width: 82px;
  height: 82px;
  object-fit: contain;
  border-radius: 0.18rem;
  background: rgba(17, 17, 17, 0.04);
}

.cart-item__content {
  min-width: 0;
  display: grid;
  gap: 0.55rem;
}

.cart-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.6rem;
}

.cart-item__info {
  min-width: 0;
}

.cart-item__title {
  margin: 0;
  color: #111111;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.cart-item__meta {
  margin: 0.38rem 0 0;
  color: #111111;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
}

.cart-item__price {
  margin: 0.18rem 0 0;
  color: #111111;
  font-size: 0.65rem;
  font-weight: 500;
}

.cart-item__remove {
  width: fit-content;
  padding: 0;
  border: 0;
  background: none;
  color: #111111;
  font-size: 0.66rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.cart-item__remove:hover {
  color: rgba(17, 17, 17, 0.72);
}

.cart-item__quantity {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
}

.cart-item__quantity-btn,
.cart-item__quantity-value {
  color: #111111;
  font-size: 0.78rem;
  font-weight: 700;
}

.cart-item__quantity-btn {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  line-height: 1;
}

.cart-item__quantity-btn:hover {
  color: rgba(17, 17, 17, 0.66);
}

.cart-item__quantity-value {
  min-width: 0.65rem;
  text-align: center;
}

.cart-drawer__empty {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1.4rem 0;
}

.cart-drawer__empty-icon {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  border-radius: 1.25rem;
  background: #111111;
  color: #f7f2ec;
  box-shadow: 0 18px 30px rgba(17, 17, 17, 0.14);
}

.cart-drawer__empty h3 {
  margin: 0 0 0.55rem;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cart-drawer__empty p,
.cart-drawer__hint {
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  line-height: 1.6;
}

.cart-drawer__link {
  margin-top: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  background: #111111;
  color: #f7f2ec;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cart-drawer__footer {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.cart-drawer__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.cart-drawer__summary span {
  color: #000000;
  font-size: 0.8rem;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cart-drawer__summary strong {
  color: #000000;
  font-size: 0.85rem;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cart-drawer__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.65rem;
  border: none;
  border-radius: 0.22rem;
  padding: 0 1.4rem;
  background: #ece7df;
  color: #000000;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.55;
  cursor: not-allowed;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.cart-drawer__checkout:not(:disabled) {
  opacity: 1;
  cursor: pointer;
}

.cart-drawer__checkout:not(:disabled):hover {
  background: #e3ddd4;
}

.cart-drawer__hint {
  margin-top: 0.9rem;
  font-size: 0.84rem;
}

.cart-drawer--checkout {
  width: min(100vw, 27.5rem);
  background: #f7f7f7;
}

.cart-drawer--checkout .cart-drawer__header {
  min-height: 3.5rem;
  background: #ffffff;
}

.cart-drawer--checkout .cart-drawer__title {
  font-size: 0.95rem;
}

.cart-drawer--checkout .cart-drawer__body {
  padding: 0;
  background: #f7f7f7;
}

.cart-drawer--checkout .cart-drawer__footer {
  background: #ffffff;
}

.checkout-panel {
  min-height: 100%;
  color: #000000;
  background: #f7f7f7;
}

.checkout-panel__brand {
  display: flex;
  justify-content: center;
  padding: 1.35rem 1.25rem 1.1rem;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}

.checkout-panel__logo {
  width: min(13.5rem, 62%);
  max-height: 4.6rem;
  object-fit: contain;
  filter: grayscale(1) contrast(1.1);
}

.checkout-order-toggle {
  background: #f1f1f1;
  border-bottom: 1px solid #dddddd;
}

.checkout-order-toggle summary {
  min-height: 3.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.05rem;
  color: #000000;
  font-size: 0.86rem;
  cursor: pointer;
  list-style: none;
}

.checkout-order-toggle summary::-webkit-details-marker {
  display: none;
}

.checkout-order-toggle summary span::after {
  content: "v";
  margin-left: 0.4rem;
  font-size: 0.82rem;
}

.checkout-order-toggle summary strong {
  font-size: 1.05rem;
}

.checkout-order-mini {
  display: grid;
  gap: 0.55rem;
  padding: 0 1.05rem 1rem;
  font-size: 0.78rem;
}

.checkout-order-mini__item,
.checkout-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  padding: 1.4rem 1rem 1.1rem;
  color: #666666;
  font-size: 0.72rem;
}

.checkout-steps .is-active {
  color: #000000;
  font-weight: 700;
}

.checkout-express {
  padding: 0 1.05rem 0.85rem;
  text-align: center;
}

.checkout-express p {
  margin: 0 0 0.8rem;
  color: #666666;
  font-size: 0.82rem;
}

.checkout-express__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.68rem;
}

.checkout-express__btn {
  min-height: 2.78rem;
  border: 0;
  border-radius: 0.45rem;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.checkout-express__btn--paypal {
  background: #ffc439;
  color: #003087;
  font-style: italic;
}

.checkout-express__btn--google,
.checkout-express__btn--apple {
  background: #000000;
  color: #ffffff;
}

.checkout-express__btn--apple {
  grid-column: 1 / -1;
}

.checkout-divider {
  position: relative;
  margin: 1rem 0 0;
  color: #666666;
  font-size: 0.72rem;
}

.checkout-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #dddddd;
}

.checkout-divider span {
  position: relative;
  display: inline-flex;
  padding: 0 0.75rem;
  background: #f7f7f7;
}

.checkout-form {
  display: grid;
  gap: 1.35rem;
  padding: 0.15rem 1.05rem 1.4rem;
}

.checkout-form__section {
  display: grid;
  gap: 0.76rem;
}

.checkout-form__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.checkout-form h3,
.checkout-order-list h3 {
  margin: 0;
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.2;
}

.checkout-form__heading button,
.checkout-summary-box button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 0.8rem;
  text-decoration: underline;
  cursor: pointer;
}

.checkout-form input,
.checkout-form select {
  width: 100%;
  min-height: 3.05rem;
  padding: 0 0.75rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.48rem;
  background: #ffffff;
  color: #000000;
  font-size: 0.86rem;
  outline: none;
}

.checkout-form input:focus,
.checkout-form select:focus {
  border-color: #000000;
  box-shadow: 0 0 0 1px #000000;
}

.checkout-check {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  align-items: start;
  gap: 0.58rem;
  color: #000000;
  font-size: 0.82rem;
  line-height: 1.35;
}

.checkout-check input {
  width: 1rem;
  min-height: 1rem;
  height: 1rem;
  margin: 0.1rem 0 0;
  padding: 0;
  accent-color: #000000;
}

.checkout-summary-box {
  display: grid;
  gap: 0;
  margin: 0 1.05rem 1rem;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.checkout-summary-box div {
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr) auto;
  gap: 0.7rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 0.8rem;
}

.checkout-summary-box div:last-child {
  border-bottom: 0;
}

.checkout-summary-box span {
  color: #686868;
}

.checkout-summary-box strong {
  font-weight: 500;
  line-height: 1.25;
}

.checkout-order-list {
  display: grid;
  gap: 0.78rem;
  padding: 0 1.05rem 1.4rem;
}

.checkout-order-item {
  display: grid;
  grid-template-columns: 3.75rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.78rem;
  border-bottom: 1px solid #dddddd;
}

.checkout-order-item img {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
  border-radius: 0.5rem;
  background: #ffffff;
}

.checkout-order-item div {
  display: grid;
  gap: 0.22rem;
}

.checkout-order-item strong,
.checkout-order-item b {
  font-size: 0.78rem;
  font-weight: 700;
}

.checkout-order-item span {
  color: #6d6d6d;
  font-size: 0.72rem;
}

.checkout-total-row {
  padding-top: 0.25rem;
  font-size: 0.9rem;
}

.checkout-total-row strong {
  font-size: 1rem;
}

.checkout-page {
  min-height: 100vh;
  margin: 0;
  background: #ffffff;
  color: #000000;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
}

.checkout-page__frame {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  background: #ffffff;
}

.checkout-full {
  width: 100%;
  max-width: 28rem;
  min-height: 100vh;
  background: #ffffff;
  color: #000000;
  border: 0 !important;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .checkout-full {
    max-width: 100%;
    width: 100%;
  }
}

.checkout-full__brand {
  display: flex;
  justify-content: center;
  padding: 1.75rem 1rem;
  background: #ffffff;
  border-bottom: 0;
}

.checkout-full__logo {
  width: min(11rem, 55vw);
  height: auto;
  object-fit: contain;
  filter: brightness(0);
}

.checkout-full__summary {
  background: #f4f0e9;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.checkout-full__summary-toggle {
  width: 100%;
  min-height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0 1.25rem;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 0.85rem;
  cursor: pointer;
}

.checkout-full__summary-toggle > div:first-child {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.checkout-full__summary-toggle span {
  color: #333333;
  font-weight: 500;
}

.checkout-full__summary-arrow {
  flex: 0 0 auto;
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1.5px solid #333333;
  border-bottom: 1.5px solid #333333;
  transform: rotate(45deg);
  margin-bottom: 0.15rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.checkout-full__summary-toggle[aria-expanded="true"] .checkout-full__summary-arrow {
  transform: rotate(-135deg);
  margin-bottom: -0.1rem;
}

.checkout-full__summary-toggle strong {
  font-size: 0.95rem;
  font-weight: 600;
  color: #000000;
}

.checkout-full__summary-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition: 
    grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.4s;
  overflow: hidden;
}

.checkout-full__summary-content.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  transition: 
    grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0s;
}

.checkout-full__summary-content-inner {
  min-height: 0;
  display: grid;
  gap: 1.25rem;
  padding: 1.25rem;
}

.checkout-full__items {
  display: grid;
  gap: 1rem;
}

.checkout-full-item {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
}

.checkout-full-item__media {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #e1e1e1;
  border-radius: 0.5rem;
  background: #ffffff;
}

.checkout-full-item__media img {
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  object-fit: contain;
}

.checkout-full-item__media span {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  min-width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
}

.checkout-full-item__info {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.checkout-full-item__info strong {
  font-size: 0.85rem;
  font-weight: 500;
  color: #333333;
}

.checkout-full-item__info span {
  color: #707070;
  font-size: 0.75rem;
}

.checkout-full-item b {
  font-size: 0.85rem;
  font-weight: 500;
}

.checkout-shipping-estimator {
  display: grid;
  gap: 0.42rem;
}

.checkout-shipping-estimator label {
  color: #707070;
  font-size: 0.75rem;
}

.checkout-shipping-estimator div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.75rem;
  gap: 0.75rem;
}

.checkout-shipping-estimator input {
  min-height: 2.85rem;
  padding: 0 0.85rem;
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
}

.checkout-shipping-estimator button {
  min-height: 2.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  background: #f8f8f8;
  color: #707070;
  cursor: pointer;
  padding: 0;
}

.checkout-shipping-estimator button span {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1.6px solid #707070;
  border-bottom: 1.6px solid #111111; /* Un poco más oscuro para mejor visibilidad */
  transform: rotate(-45deg);
  margin-right: 0.15rem; /* Pequeño ajuste para centrado óptico */
}

.checkout-shipping-estimator p {
  margin: 0;
  color: #707070;
  font-size: 0.75rem;
}

.checkout-full__totals {
  display: grid;
  gap: 0.75rem;
  border-top: 1px solid #e6e6e6;
  padding-top: 1.25rem;
}

.checkout-full__totals div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #707070;
  font-size: 0.85rem;
}

.checkout-full__totals strong,
.checkout-full__totals b {
  color: #000000;
  font-weight: 500;
}

.checkout-full__totals div:nth-child(2) strong {
  color: #707070;
  font-weight: 400;
  text-align: right;
}

.checkout-full__total-row {
  margin-top: 0.5rem;
  padding-top: 0.15rem;
}

.checkout-full__total-row span {
  color: #000000;
  font-size: 1.15rem;
  font-weight: 600;
}

.checkout-full__total-row strong {
  font-size: 1.15rem;
}

.checkout-full__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.5rem 1.25rem 1rem;
  color: #707070;
  font-size: 0.75rem;
  background: #ffffff;
}

.checkout-full__steps .is-active {
  color: #000000;
  font-weight: 600;
}

.checkout-full__body {
  padding: 0 1.25rem;
}

.checkout-full__form,
.checkout-full__section {
  display: grid;
  gap: 0.76rem;
}

.checkout-full__form {
  gap: 1.35rem;
}

.checkout-full__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.checkout-full h1,
.checkout-full h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.2;
}

.checkout-full__heading button,
.checkout-review-row button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 0.8rem;
  text-decoration: underline;
  cursor: pointer;
}

.checkout-full__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.76rem;
}

.checkout-full__phone-group {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  background: #ffffff;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.checkout-full__phone-group:focus-within {
  border-color: #000000;
  box-shadow: 0 0 0 1px #000000;
}

.checkout-full__phone-prefix {
  padding-left: 0.85rem;
  color: #707070;
  font-size: 16px;
  font-weight: 500;
  user-select: none;
}

.checkout-full__phone-group input {
  border: none !important;
  box-shadow: none !important;
  padding-left: 0.4rem !important;
}

.checkout-full input,
.checkout-full select {
  width: 100%;
  min-height: 2.85rem;
  padding: 0 0.85rem;
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  outline: none;
}

.checkout-full input:focus,
.checkout-full select:focus {
  border-color: #000000;
  box-shadow: 0 0 0 1px #000000;
}

.checkout-full__review {
  display: grid;
  margin-bottom: 2rem;
}

.checkout-review-row {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr) auto;
  gap: 0.8rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.84rem;
  align-items: center;
}

.checkout-review-row:last-child {
  border-bottom: 0;
}

.checkout-review-row span {
  color: #707070;
  font-weight: 400;
}

.checkout-review-row strong {
  font-weight: 500;
  color: #000000;
  line-height: 1.35;
}

.checkout-review-row button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 0.78rem;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  cursor: pointer;
  transition: opacity 0.2s;
}

.checkout-review-row button:hover {
  opacity: 0.6;
}

.checkout-payment-method {
  border: 1px solid #000000;
  border-radius: 0.45rem;
  padding: 1.25rem;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.checkout-payment-method strong {
  font-size: 0.95rem;
  font-weight: 600;
}

.checkout-payment-method p {
  font-size: 0.82rem;
  color: #707070;
  line-height: 1.4;
}

.checkout-full__footer {
  display: grid;
  gap: 0.75rem;
  padding: 2rem 1.25rem;
  margin-top: auto;
}

.checkout-full__primary {
  min-height: 3rem;
  width: 100%;
  border: 0;
  border-radius: 0.5rem;
  background: #ece7df;
  color: #000000;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.checkout-full__primary:hover {
  background: #e3ddd4;
}

.checkout-full__primary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.checkout-full__back {
  color: #707070;
  font-size: 0.85rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.35rem;
  transition: color 0.2s;
}

.checkout-empty {
  min-height: 100vh;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
}

.checkout-empty img {
  width: 12rem;
  filter: grayscale(1);
}

.checkout-empty h1 {
  font-size: 1.4rem;
  font-weight: 700;
}

.checkout-empty a {
  min-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
  border-radius: 0.5rem;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
}

body.cart-open {
  overflow: hidden;
}

@keyframes site-header-marquee-primary {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes site-header-marquee-secondary {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .site-header {
    top: 0.8rem;
    width: calc(100% - 2rem);
  }

  body.product-detail-body .site-header,
  body.catalog-page-body .site-header {
    top: 0.8rem;
    width: calc(100% - 2rem);
  }

  body.product-detail-body .site-header__shell {
    grid-template-columns: 2rem 1fr auto;
    min-height: 2.9rem;
    padding: 0.56rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 1);
    border-top: none;
    border-radius: 5px;
    background: #ffffff;
    box-shadow:
      0 1px 0 rgba(0, 0, 0, 0.08),
      0 5px 14px rgba(0, 0, 0, 0.1) !important;
  }

  body.catalog-page-body .site-header__shell {
    grid-template-columns: 2rem 1fr auto;
    min-height: 2.9rem;
    padding: 0.56rem 0.75rem;
  }

  body.menu-open .site-header__shell {
    box-shadow: none !important;
  }

  body.product-detail-body .site-header-logo,
  body.catalog-page-body .site-header-logo {
    height: 1.62rem;
  }

  body.product-detail-body .site-header-action--icon,
  body.product-detail-body .site-header-action--cart,
  body.catalog-page-body .site-header-action--icon,
  body.catalog-page-body .site-header-action--cart {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
  }

  body.product-detail-body .site-header-action__icon,
  body.catalog-page-body .site-header-action__icon {
    width: 1.46rem;
    height: 1.46rem;
  }

  .site-header__ticker {
    border-radius: 5px 5px 0 0;
  }

  .site-header__ticker-marquee {
    min-height: 1.68rem;
  }

  .site-header__ticker-track {
    gap: 0;
    width: max-content;
    padding: 0.44rem 0;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
    justify-content: flex-start;
  }

  .site-header__ticker-track span {
    padding-right: 1.8rem;
    font-weight: 900;
  }

  .site-header__shell {
    grid-template-columns: 2rem 1fr auto;
    min-height: 2.9rem;
    padding: 0.56rem 0.75rem;
    border-radius: 0 0 5px 5px;
  }

  .site-header__side--left {
    display: none;
  }

  .site-header-burger {
    display: inline-flex;
  }

  .mobile-menu-panel {
    border-radius: 0 0 5px 5px;
  }

  .site-header-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    justify-self: auto;
  }

  .site-header-logo {
    height: 1.62rem;
  }

  .site-header__side--right {
    gap: 0.18rem;
    width: auto;
  }

  .site-header-action {
    min-height: 2rem;
    padding: 0.18rem;
    font-size: 0.76rem;
  }

  .site-header-action--icon {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    padding: 0;
  }

  .site-header-action--cart {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    padding: 0;
  }

  .site-header-action__icon {
    width: 1.46rem;
    height: 1.46rem;
  }

  .site-header-action__icon * {
    stroke-width: 1.45;
  }

  .site-header-action__badge {
    position: absolute;
    top: 0.34rem;
    right: 0.28rem;
    min-width: 0.32rem;
    width: 0.32rem;
    height: 0.32rem;
    padding: 0;
    font-size: 0;
    border: 0;
    background: #000000;
  }

  .site-header-action__badge.is-empty {
    display: none;
  }

  .mobile-menu-panel__link,
  .mobile-menu-panel__summary {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
  }

  .mobile-menu-panel__subnav a {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0;
  }

  .cart-drawer {
    --cart-drawer-offset: 0rem;
    top: 0;
    width: calc(100% - 3.25rem);
    max-width: 22.5rem;
    height: 100dvh;
  }

  .cart-drawer__header,
  .cart-drawer__body,
  .cart-drawer__footer {
    padding-inline: 1rem;
  }

  .cart-drawer__shipping {
    padding-inline: 1rem;
  }

  .cart-drawer__title {
    font-size: 1.7rem;
  }

  .cart-drawer--checkout {
    width: min(100%, 24.5rem);
    max-width: none;
  }

  .cart-drawer--checkout .cart-drawer__title {
    font-size: 1.05rem;
  }

  .checkout-summary-box div {
    grid-template-columns: 4.8rem minmax(0, 1fr);
  }

  .checkout-summary-box button {
    grid-column: 2;
    justify-self: start;
  }
}

/* Navigation Active State */

.nav-link.active {
  color: inherit;
}

.nav-link.active span {
  width: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 0.5rem;
}

.bottom-7 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[15\%\] {
  bottom: 15%;
}

.bottom-\[20\%\] {
  bottom: 20%;
}

.left-1\/2 {
  left: 50%;
}

.left-\[10\%\] {
  left: 10%;
}

.left-\[5\%\] {
  left: 5%;
}

.right-\[5\%\] {
  right: 5%;
}

.right-\[8\%\] {
  right: 8%;
}

.top-4 {
  top: 1rem;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[15\%\] {
  top: 15%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-72 {
  height: 18rem;
}

.h-80 {
  height: 20rem;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[500px\] {
  height: 500px;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.featured-products-shell {
  max-width: 80rem;
  padding-left: var(--page-edge) !important;
  padding-right: var(--page-edge) !important;
}

.novedades-section {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.products-showcase-shell {
  max-width: 80rem;
  padding-left: var(--page-edge) !important;
  padding-right: var(--page-edge) !important;
}

.products-section {
  padding-top: 2.75rem;
  padding-bottom: 0;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-\[0\.03\] {
  opacity: 0.03;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_4px_15px_rgba\(220\2c 38\2c 38\2c 0\.4\)\] {
  --tw-shadow: 0 4px 15px rgba(220,38,38,0.4);
  --tw-shadow-colored: 0 4px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

/* Fade Slide In Animation */

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

[animation\:fadeSlideIn_0\.8s_ease-out_0\.1s_both] {
  animation: fadeSlideIn 0.8s ease-out 0.1s both;
}

[animation\:fadeSlideIn_0\.8s_ease-out_0\.2s_both] {
  animation: fadeSlideIn 0.8s ease-out 0.2s both;
}

[animation\:fadeSlideIn_0\.8s_ease-out_0\.3s_both] {
  animation: fadeSlideIn 0.8s ease-out 0.3s both;
}

/* Float Animation */

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

/* Glitch Effect */

@keyframes glitch {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-2px, 2px);
  }

  40% {
    transform: translate(-2px, -2px);
  }

  60% {
    transform: translate(2px, 2px);
  }

  80% {
    transform: translate(2px, -2px);
  }

  100% {
    transform: translate(0);
  }
}

.brand-glitch:hover {
  animation: glitch 0.3s ease;
}

/* 3D Transform Utilities */

.perspective-distant {
  perspective: 1200px;
}

.transform-style-preserve-3d {
  transform-style: preserve-3d;
}

.\[animation\:fadeSlideIn_0\.8s_ease-out_0\.1s_both\] {
  animation: fadeSlideIn 0.8s ease-out 0.1s both;
}

.\[animation\:fadeSlideIn_0\.8s_ease-out_0\.2s_both\] {
  animation: fadeSlideIn 0.8s ease-out 0.2s both;
}

.\[animation\:fadeSlideIn_0\.8s_ease-out_0\.3s_both\] {
  animation: fadeSlideIn 0.8s ease-out 0.3s both;
}

/* CSS Variables */

:root {
  --color-primary: #dc2626;
  /* red-600 */
  --color-primary-hover: #ef4444;
  /* red-500 */
  --color-bg-dark: #000000;
  --color-bg-darker: #0a0a0a;
  --color-text: #ffffff;
  --color-text-muted: rgba(255, 255, 255, 0.6);
  --page-edge: 1.5rem;
  --page-edge-mobile: 1rem;
  --page-gutter: 3rem;
  --page-gutter-mobile: 2rem;
}

/* Base Styles */

/* Custom Components */

/* Animations */

/* Responsive Breakpoints */

@media (max-width: 768px) {
  /* Hide floating cards on mobile, show simplified hero */

  .perspective-distant > div > div:not(:nth-child(5)) {
    display: none;
  }

}

/* Custom Scrollbar */

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

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  background: #1a1a1a;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2a2a2a;
}

.selection\:bg-red-600 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.selection\:bg-red-600 *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.selection\:text-white *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selection\:text-white *::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selection\:bg-red-600::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.selection\:bg-red-600::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.selection\:text-white::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selection\:text-white::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:shadow-\[0_8px_25px_rgba\(220\2c 38\2c 38\2c 0\.6\)\]:hover {
  --tw-shadow: 0 8px 25px rgba(220,38,38,0.6);
  --tw-shadow-colored: 0 8px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .products-showcase-shell {
    max-width: none;
    width: 100%;
    padding-left: var(--page-edge) !important;
    padding-right: var(--page-edge) !important;
  }

  .products-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.2rem;
  }

  .products-showcase-card__media {
    aspect-ratio: 0.78;
    min-height: 52rem;
  }

}

@media (max-width: 767px) {
  .products-section {
    overflow: hidden;
    padding-top: 1.25rem;
    padding-bottom: 0;
  }

  .products-showcase-shell {
    max-width: none;
    width: 100%;
    padding-left: var(--page-edge-mobile) !important;
    padding-right: var(--page-edge-mobile) !important;
  }

  .products-showcase-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(15.5rem, 72vw, 21rem);
    grid-template-columns: none;
    gap: 0.28rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--page-edge-mobile);
    padding: 0 0 0.25rem 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .products-showcase-grid::-webkit-scrollbar {
    display: none;
  }

  .products-showcase-card {
    min-width: 0;
    scroll-snap-align: start;
  }

  .products-showcase-card__media {
    aspect-ratio: 0.76;
    min-height: clamp(17rem, 52vh, 25rem);
  }

  .products-showcase-card__overlay {
    padding: 1rem;
  }

  .products-showcase-card__title {
    font-size: clamp(0.92rem, 3.6vw, 1.12rem);
  }

  .novedades-section h2 {
    font-size: 1.35rem !important;
    line-height: 1.05;
  }

  .novedades-section .featured-products-shell > .flex {
    margin-bottom: 0.5rem !important;
  }

  .novedades-section {
    padding-top: 1.75rem;
    padding-bottom: 0;
  }

  .novedades-section .featured-products-shell {
    padding-left: var(--page-edge-mobile) !important;
    padding-right: var(--page-edge-mobile) !important;
  }

  .novedades-section .featured-products-shell > .grid {
    gap: 0.75rem !important;
  }

  .novedades-section .catalog-card__media,
  .catalog-page .catalog-card__media {
    border-radius: 0.2rem;
  }

  .novedades-section .catalog-card__body,
  .catalog-page .catalog-card__body {
    padding-top: 0.4rem;
  }

  .novedades-section .featured-products-shell > .grid,
  .catalog-page [data-catalog-grid] {
    gap: 0.75rem !important;
  }
}


  

/* Slider Config */
#table-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none; /* Oculta scrollbar */
  scrollbar-width: none;    /* Oculta scrollbar */
}

#size-guide .size-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#size-guide .size-arrow-left {
  left: -2.5rem;
}

#size-guide .size-arrow-right {
  right: -2.5rem;
}

#table-slider::-webkit-scrollbar {
  display: none;
}

#table-slider > div {
  flex: 0 0 100%; /* Cada tabla ocupa el 100% del contenedor */
  scroll-snap-align: center;
}

/* Efecto para las flechas */
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}




/* Para que el botón de 'VER' se sienta más orgánico */
.group:hover h3, .group:hover div {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}





/* centrar section al hacer scroll */
section {
  scroll-margin-top: 70px;
}

/* Home hero sizing */
#inicio.hero-bleed-top {
  min-height: 85vh;
  height: 85vh;
}

@media (max-width: 767px) {
  #inicio.hero-bleed-top {
    min-height: 70vh;
    height: 70vh;
  }
}

/* Compact product card typography */
.catalog-card h3 {
  color: #000000 !important;
  font-size: 0.8rem !important;
  line-height: 1.18;
  font-weight: 500 !important;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalog-card p {
  color: #000000 !important;
  font-size: 0.85rem !important;
  line-height: 1.18;
  font-weight: 700 !important;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalog-card p {
  margin-top: 0.34rem !important;
}

@media (max-width: 767px) {
  .catalog-card h3 {
    font-size: 0.74rem !important;
    line-height: 1.18;
  }

  .catalog-card p {
    font-size: 0.74rem !important;
    line-height: 1.18;
  }
}

/* Global page edge spacing */
.featured-products-shell,
.products-showcase-shell {
  padding-left: var(--page-edge) !important;
  padding-right: var(--page-edge) !important;
}

.products-section .products-showcase-shell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.catalog-page,
.catalog-page-footer,
.product-detail-topbar__inner,
.product-detail-page {
  width: min(calc(100% - var(--page-gutter)), 80rem);
}

.brand-footer__inner {
  padding-left: var(--page-edge);
  padding-right: var(--page-edge);
}

@media (max-width: 767px) {
  .featured-products-shell,
  .products-showcase-shell {
    padding-left: var(--page-edge-mobile) !important;
    padding-right: var(--page-edge-mobile) !important;
  }

  .products-section .products-showcase-shell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .products-section .products-showcase-grid {
    scroll-padding-left: 0;
  }

  .catalog-page,
  .catalog-page-footer,
  .product-detail-topbar__inner,
  .product-detail-page {
    width: min(calc(100% - var(--page-gutter-mobile)), 80rem);
  }

  .brand-footer__inner {
    padding-left: var(--page-edge-mobile);
    padding-right: var(--page-edge-mobile);
  }
}

/* Quitar todas las sombras del sitio */
*,
*::before,
*::after {
  box-shadow: none !important;
  text-shadow: none !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
}

.checkout-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.checkout-full input.is-invalid,
.checkout-full .checkout-full__phone-group.is-invalid {
  border-color: #ff0000 !important;
}

.checkout-field-error {
  color: #ff0000;
  font-size: 0.72rem;
  font-weight: 500;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.checkout-field-error::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 0.9rem;
  background: #ff0000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 800;
}

/* Suprimir anillos de enfoque azules en checkout */
.checkout-full *:focus {
  outline: none !important;
  box-shadow: none !important;
  --tw-ring-width: 0px !important;
  --tw-ring-offset-width: 0px !important;
}

/* QUICK ADD STYLES */
.quick-add-btn {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 1.6rem;
  z-index: 10;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #000000;
}

.quick-add-btn svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  pointer-events: none;
}

.quick-add-btn:hover {
  transform: translateX(-50%);
  background: #f4f0e9;
}

.quick-add-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.quick-add-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.quick-add-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: #ffffff;
  border-radius: 0;
  padding: 1.5rem;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  max-width: 500px;
  margin: 0 auto;
}

.quick-add-modal.is-open {
  transform: translateY(0);
}

.quick-add-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.quick-add-modal__title {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.quick-add-modal__close {
  padding: 0.5rem;
  margin-right: -0.5rem;
  color: #111;
}

.quick-add-modal__product-info {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: center;
}

.quick-add-modal__image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  background: #f5f5f5;
  border-radius: 0.5rem;
}

.quick-add-modal__name {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.quick-add-modal__price {
  font-size: 0.9rem;
  font-weight: 700;
}

.quick-add-modal__sizes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.quick-add-size-btn {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.quick-add-size-btn:hover {
  border-color: #111;
  background: #f9f9f9;
}

.payment-status {
  width: min(100%, 30rem);
  margin: 1.25rem auto 0;
  padding: 0.85rem 1rem;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  color: #111111;
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: center;
}

.payment-status--error {
  border-color: #d9b3b3;
  background: #fff7f7;
  color: #8a1f1f;
}

.checkout-success {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}

.checkout-success__panel {
  width: min(100%, 24rem);
  border: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.12);
}

.checkout-success__panel img {
  width: 4.5rem;
  height: auto;
  margin: 0 auto 1rem;
}

.checkout-success__panel p {
  margin: 0 0 0.6rem;
  color: #747474;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-success__panel h2 {
  margin: 0;
  color: #111111;
  font-size: 1.35rem;
  line-height: 1.15;
}

.checkout-success__panel span {
  display: block;
  margin-top: 0.75rem;
  color: #5f5f5f;
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 500px) {
  .quick-add-modal {
    max-width: 100%;
    border-radius: 0;
  }
}

/* Global text color */
body,
body :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, em, small, label, summary, button, input, textarea, select, option, li, dt, dd, figcaption, blockquote) {
  color: #000000 !important;
}

.products-showcase-card__title {
  color: #ffffff !important;
}

.product-detail-btn--secondary,
.product-detail-btn--secondary:visited,
.product-detail-btn--secondary:hover {
  color: #ffffff !important;
}
