/** Shopify CDN: Minification failed

Line 671:10 Expected identifier but found whitespace
Line 671:11 Unexpected "rgb("

**/
:root {
  --spacing-sections-mobile: 4rem;
  --spacing-sections-desktop: 6rem;
  --font-body-family: "Poppins", sans-serif;
  --font-heading-family: "stinger-variable", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  font-size: calc(1rem * 62.5%); /* makes 1rem = 10px */
  height: 100%;
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 3rem;
}

textarea,
input,
button {
  box-sizing: border-box;
}
ul {
  list-style: none;
}

body {
  font-size: 1rem;
  letter-spacing: 0;
  position: relative;
  font-family: var(--font-body-family);
  background-color: rgb(var(--color-background));
}
body,
button,
input,
select,
textarea {
  font-family: var(--font-body-family);
}
.heading {
  font-family: var(--font-heading-family);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

/* base */

.page-width {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 1rem;
}

.page-width--2 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-width--3 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
.page-width--4 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .page-width {
    padding: 0 2.5rem;
  }
  .page-width--2 {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-width {
    width: 100%;
    padding: 0 1rem;
  }
  .page-width--2 {
    width: 100%;
    padding: 0 2.5rem;
  }
  .page-width--3 {
    padding: 0 5rem;
  }
  .page-width--4 {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .page-width {
    padding: 0 2.5rem;
  }
  .page-width--2 {
    padding: 0 5rem;
  }
}

.text-xs {
  font-size: 10px;
}
.text-sm {
  font-size: 12px;
}
.text-md {
  font-size: 14px;
}
.text-lg {
  font-size: 16px;
}
.text-xl {
  font-size: clamp(1rem, 0.5924rem + 0.6522vw, 1.375rem);
}
.text-2xl {
  font-size: 20px;
}
.text-3xl {
  font-size: 22px;
}
.text-4xl {
  line-height: 1.2;
  font-size: clamp(1.125rem, 0.4457rem + 1.087vw, 1.75rem);
}
@media screen and (max-width: 768px) {
  .text-xs {
    font-size: 10px;
  }
  .text-sm {
    font-size: 12px;
  }
  .text-md {
    font-size: 14px;
  }
  .text-lg {
    font-size: 16px;
  }
  .text-xl {
    font-size: 16px;
  }
  .text-2xl {
    font-size: 18px;
  }
  .text-3xl {
    font-size: 22px;
  }
  .text-4xl {
    font-size: 20px;
  }
}

/* ===== LAZY LOADING SKELETON ===== */
.lazy-wrapper {
  position: relative;
  overflow: hidden;
}

/* Skeleton animation */
@keyframes skeleton-loading {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Loading state - skeleton background */
.lazy-wrapper.loading {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.04) 25%,
    rgba(0, 0, 0, 0.06) 50%,
    rgba(0, 0, 0, 0.04) 75%
  );
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
}

/* Image inside wrapper */
.lazy-fade {
  min-height: 1px;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: block;
}

.lazy-fade.loaded {
  opacity: 1;
}

/* Remove skeleton when loaded */
.lazy-wrapper.loaded {
  background: transparent;
  animation: none;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 768px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  color: rgb(var(--color-foreground));
}

.text-small {
  font-size: clamp(0.875rem, 0.785rem + 0.238vw, 1rem);
}

.mt-40 {
  margin-top: 40px !important;
}
.mr-8 {
  margin-right: 8px !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0.1rem;
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

.h0 {
  font-size: 4rem;
}

@media only screen and (min-width: 768px) {
  .h0 {
    font-size: 5.2rem;
  }
}

h1,
.h1 {
  font-size: 2rem;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: clamp(2.75rem, -0.2391rem + 4.7826vw, 5.5rem);
  }
}

h2,
.h2 {
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.4rem;
  }
}

h3,
.h3 {
  font-size: 1.7rem;
}

@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.8rem;
  }
}

h4,
.h4 {
  font-family: var(--font-body-family);
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.3rem;
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

a:not([href]) {
  cursor: not-allowed;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 768px) {
  hr {
    margin: 7rem 0;
  }
}

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

svg path {
  stroke: rgb(var(--color-foreground));
}

.icon_close-btn {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  align-items: center;
  position: relative;
  display: flex;
  cursor: pointer;
  color: rgb(var(--color-foreground), 0.6);
  justify-content: center;
  transition: box-shadow 0.3s ease;
}
.icon_close-btn:hover {
  box-shadow: 0 0 5px 2px rgb(var(--color-foreground), 0.4);
}

.icon_close-btn svg {
  width: 18px;
  height: 18px;
  display: block;
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

/* Dot pulse uses horizontal margin for inline flow; breaks flex centering inside buttons */
.loading__spinner .loading-spinner {
  margin: 0;
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

@media (min-width: 1000px) {
  .mobile-only {
    display: none !important;
  }
}

/* Loading indicator: three pulsing dots (replaces ring spinner) */
.loading-spinner {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 12px;
  border-radius: 50%;
  background: rgb(var(--color-foreground));
  animation: loading-dot-pulse 1.2s ease-in-out infinite;
  border: none;
  display: inline-block;
  vertical-align: middle;
}

.loading-spinner::before,
.loading-spinner::after {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(var(--color-foreground));
  animation: loading-dot-pulse 1.2s ease-in-out infinite;
}

.loading-spinner::before {
  left: -10px;
  animation-delay: -0.2s;
}

.loading-spinner::after {
  left: 10px;
  animation-delay: 0.2s;
}

.loading-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  vertical-align: middle;
}

.loading-indicator span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(var(--color-foreground));
  animation: loading-dot-pulse 1.2s ease-in-out infinite;
}

.loading-indicator span:nth-child(2) {
  animation-delay: 0.15s;
}

.loading-indicator span:nth-child(3) {
  animation-delay: 0.3s;
}

.loading-indicator--large span {
  width: 8px;
  height: 8px;
}

@keyframes loading-dot-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.85);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.font-heading {
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
}
.font-body {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
}

/* Reset link styles */
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.cta__button {
  display: block;
  border: none;
  background-color: rgb(var(--color-button));
  padding: 10px 20px;
  color: rgb(var(--color-button-text));
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1000px) {
  .cta__button {
    padding: 8px 16px;
    font-size: 12px;
  }
}

.cta_btn-full {
  width: 100%;
  padding-block: 10px;
  border-radius: 50px;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-background));
  font-size: var(--fluid-14-16);
  transition: opacity 0.3s ease;
  margin-top: 1.25rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

.cta_btn-full[data-loading] {
  opacity: 0.7;
  pointer-events: none;
}

.cta_btn-full[data-loading]::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: cart-btn-shimmer 1.2s infinite;
}

@keyframes cart-btn-shimmer {
  0% { transform: translateX(0); }
  100% { transform: translateX(280%); }
}

.button--primary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 36px;
  font-size:16px;
  text-align: center;
  background-color: transparent;
  color: rgb(var(--color-button-text));
  z-index: 0;
  font-weight: bold;
  border: none;  transition: transform 0.3s ease;
  @media screen and (max-width: 999px) {
    padding: 10px 24px; 
    font-size: 14px;
  }
}

  .button--primary.btn-list {
    color: rgb(var(--color-button))
    &::before{
      background: rgb(var(--color-background));
    }
  }

.button--primary::before {
  border: 1px solid rgba(var(--color-foreground), 0.3);
  border-radius: 6px;
  background-color: rgb(var(--color-button));
  content: "";
  position: absolute;
  inset: 0; 
  z-index: -1;
  
}
.button--primary::after {
  content: "";  transition: transform 0.3s ease;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(var(--color-foreground), 0.3);
  border-radius: 6px;
  background-color: rgba(var(--color-foreground), 0.3);
  z-index: -2;
}

.button--primary:disabled::after, 
.button--primary:hover::after {
  transform: translate(-5px, -5px)
}
.button--primary:disabled, 
.button--primary:hover {
  transform: translate(5px, 5px)
}

.shadow-hover:hover {
  box-shadow: 0 0 5px 5px rgb(var(--color-button), 0.05);
}

.loader {
  border: 3px solid rgb(var(--color-foreground), 0.3);
  border-radius: 50%;
  border-top-color: rgb(var(--color-foreground));
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  margin: 1rem auto;
}

/* Reset button styles */
button,
[role="button"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
  outline: inherit;
  font-family: inherit;
}

.rtl button {
  direction: rtl;
}

/* Reset SVG styles inside interactive elements */
a svg,
button svg,
[role="button"] svg,
.svg_wrapper svg {
  fill: currentColor;
}

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

.svg_wrapper svg path {
  fill: none;
  stroke: rgb(var(--color-foreground), 0.6);
}

.svg_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.svg_wrapper svg {
  width: 100%;
  height: 100%;
}

.svg_wrapper-small {
  width: 18px;
  flex-shrink: 0;
  height: 18px;
  display: inline-block;
}
.svg_wrapper-small svg {
  width: 100%;
  height: auto;
}
.svg_wrapper-small svg path {
  stroke: rgb(var(--color-foreground));
  stroke-width: 1px;
}

.svg-small {
  width: 14px;
  height: 14px;
}
.svg-small svg {
  width: 100%;
  height: 100%;
}
.svg-small svg path {
  stroke: rgb(var(--color-foreground), 0.1);
}

.svg_wrapper-medium {
  width: 28px;
  height: auto;
  display: inline-block;
}
.svg_wrapper-medium svg {
  width: 22px;
  height: 22px;
  pointer-events: none;
  display: block;
}
.svg_wrapper-micro {
  width: 16px;
  height: auto;
  display: inline-block;
}
.svg_wrapper-micro svg {
  width: 10px;
  height: 10px;
  pointer-events: none;
  display: block;
}

/* Hide all detail toggle icons */
details summary::-webkit-details-marker,
details summary::marker {
  display: none !important;
  content: "" !important;
}
details summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 0; /* Remove default padding */
}

details[open] .icon-caret svg {
  transform: rotate(45deg);
}
.icon-caret {
  transition: transform 0.3s ease;
}

@media (min-width: 400px) {
  .mobile-only_header {
    top: -55px;
  }
}
@media (min-width: 1000px) {
  .desktop--hidden {
    display: none;
  }

  .mobile--hidden {
    display: block;
  }
}
@media (max-width: 999px) {
  .desktop--hidden {
    display: block;
  }

  .svg_wrapper-small {
    width: 16px;
    height: 16px;
  }

  .mobile--hidden {
    display: none;
  }
}

/* Base animation styles */
@media (prefers-reduced-motion: no-preference) {
  /* Default hidden state for any scroll trigger */
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
    transform: translateY(2rem);
  }

  .scroll-trigger.animate--mask-reveal {
    clip-path: inset(0 0 100% 0);
    display: inline-block;
    will-change: clip-path, opacity;
  }

  /* Reveal: when the element is marked revealed by the observer,
     OR when its parent section is active. */
  .scroll-trigger.animate--slide-in.is-revealed,
  .section-scroll-trigger.section-active .scroll-trigger.animate--slide-in {
    animation: slideIn 0.6s forwards;
    animation-delay: calc(var(--animation-order, 0) * 75ms);
  }

  .scroll-trigger.animate--mask-reveal.is-revealed,
  .section-scroll-trigger.section-active .scroll-trigger.animate--mask-reveal {
    animation: maskReveal var(--mask-reveal-duration, 0.8s)
      cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation-delay: calc(var(--animation-order, 0) * 75ms);
  }

  /* Design mode: render everything as final state, no animation */
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .section-scroll-trigger.scroll-trigger--design-mode
    .scroll-trigger.animate--slide-in {
    opacity: 1;
    animation: none;
    transform: translateY(0);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--mask-reveal,
  .section-scroll-trigger.scroll-trigger--design-mode
    .scroll-trigger.animate--mask-reveal {
    animation: none;
    clip-path: inset(0 0 0 0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes maskReveal {
    from {
      clip-path: inset(0 0 100% 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion) {
  .scroll-trigger.animate--slide-in,
  .section-scroll-trigger .scroll-trigger.animate--slide-in {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .scroll-trigger.animate--mask-reveal,
  .section-scroll-trigger .scroll-trigger.animate--mask-reveal {
    animation: none !important;
    clip-path: inset(0 0 0 0) !important;
    opacity: 1 !important;
  }
}

.title--primary {
  font-size: clamp(2.375rem, -1.565rem + 6.304vw, 6rem);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.2px;
}

@media (max-width: 1000px) {
  .title--primary {
    font-size: clamp(2rem, 0.875rem + 5vw, 4rem);
    text-wrap: balance;
  }
}
