/** Shopify CDN: Minification failed

Line 290:25 Expected "}" to go with "{"

**/
/* === Sales Badge to Top-Left Corner with No Space === */

.product-badges--top-left {
  top: 0 !important;
  left: 0 !important;
}

.product-badges__badge {
  font-size: 0.75rem !important;
}
/*toaste message*/
.wishlist-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 20px;
  border-radius: 8px;
  max-width: 90%;
  font-size: 16px;
  font-weight: 600;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: white;
   opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-50%) translateY(20px);
}

.wishlist-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.wishlist-toast.hidden {
  
  pointer-events: none;
}
@media (max-width: 480px) {
  #wishlist-toast {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 16px;
    text-align: center;
  }
}

/* ============================
   ❤️ WISHLIST BUTTON STYLING
   ============================ */

.card-wishlist-button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  width: 24px;   /* Fix consistent width to prevent layout shift */
  height: 24px;  /* Fix consistent height to prevent layout shift */
}

/* Both hearts are stacked in the same space */
.card-wishlist-button svg {
  width: 100%;
  height: 100%;
  position: absolute;      /* Stack both SVGs on top of each other */
  top: 0;
  left: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;    /* Allow clicks to pass through to button */
}

/* Default state — outline visible, filled hidden */
.card-wishlist-button .heart-outline {
  opacity: 1;              /* Visible by default */
}

.card-wishlist-button .heart-filled {
  opacity: 0;              /* Hidden by default */
}

/* Active state — fade between icons smoothly */
.card-wishlist-button.is-active .heart-outline {
  opacity: 0;              /* Fade out outline */
}

.card-wishlist-button.is-active .heart-filled {
  opacity: 1;              /* Fade in filled heart */
}

/* Optional: gentle pop when toggled */
.card-wishlist-button.is-active svg {
  transform: scale(1.1);
}

/* Keep stroke color consistent with theme */
.card-wishlist-button .heart-outline path {
  stroke: var(--color-foreground);
}

/* Maintain consistent stroke width across scales */
.card-wishlist-button svg path {
  vector-effect: non-scaling-stroke;
}


/* ============================
   🏷️ TITLE + WISHLIST LAYOUT
   ============================ */

.product-title-wrapper {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
}

.product-title-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.product-title-text * {
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  margin: 0;
}

/* Keeps wishlist icon aligned neatly beside title */
.wishlist-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@keyframes heartPulse {
  0%   { transform: scale(1); }
  30%  { transform: scale(1.2); }
  60%  { transform: scale(0.9); }
  100% { transform: scale(1); }
}

.card-wishlist-button.is-active svg {
  animation: heartPulse 0.4s ease;
}

/* styling for size guide button wrapper */
.size-label-wrapper {
  display: flex;
  justify-content: space-between; /* pushes items to left & right ends */
  align-items: center;
  gap: 12px;
  width: 100%; 
}
.sizeguide-button {
  font-size: 14px;
  color: #0074bd;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}
/* styling for wishlist-icon header*/

.header-actions__wishlist-icon {
  position: relative;
  --wishlist-bubble-size: 20px;
  --wishlist-bubble-top: 4.5px;
  --wishlist-bubble-right: 2.5px;
}

.header-actions__wishlist-icon .wishlist-count-bubble {
  position: absolute;
  width: var(--wishlist-bubble-size);
  top: var(--wishlist-bubble-top);
  right: var(--wishlist-bubble-right);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist-bubble__background {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background-color: var(--color-primary-button-background);
}

.wishlist-bubble__text {
  position: relative;
  z-index: 1;
  font-size: var(--font-size--xs);
  font-family: var(--font-paragraph--family);
  font-weight: var(--font-paragraph--weight);
  color: var(--color-primary-button-text);
}

.header-actions__wishlist-icon--has-items svg {
  mask: radial-gradient(
    calc(var(--wishlist-bubble-size) + 2px) at calc(100% - var(--wishlist-bubble-right)) var(--wishlist-bubble-top),
    transparent 45.45%,
    white 45.45%,
    white 100%
  );
}
 /*slideshow mobile image */
.slide__image--mobile {
  display: none;
}
.slide__image--desktop {
  display: block;
}

@media screen and (max-width: 767px) {
  .slide__image--mobile {
    width: 100%;
      display: block;
  }
  .slide__image--desktop {
    display: none;
  }
}
/*cart drawer animation*/
.dialog-drawer[open] {
  animation-name: slideInRightCustom !important;
  animation-duration: 0.5s !important;
  animation-timing-function: ease-in-out !important;
  animation-fill-mode: forwards !important;
}

@keyframes slideInRightCustom {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}

/*slide height for large*/
@media screen and (max-width: 768px) {
  slideshow-slides[size=large] {
    min-height: 40rem !important;
     }

  /*slideshow pause button display */
 .slideshow-control:is(.icon-pause,.icon-play) {
  display: none !important;
}
/*product title on mob*/

@media screen and (max-width: 749px) {
  h1,
  .h1.h1,
  .text-block.h1 > * {
    font-size: 20px !important; 
    line-height: 1.3; /* keeps it readable */
  }
}
  /*New Changes */
  /* Center “YOUR LOADOUT” while keeping the close button on the right */
.cart-drawer__header { position: relative; }
.cart-drawer__heading--center {
  position: absolute; 
  left: 50%; 
  transform: translateX(-50%);
  text-transform: uppercase; 
  letter-spacing: .02em; 
  font-weight: 800; 
  font-size: 18px; 
  display: inline-flex; 
  align-items: center; 
  gap: 6px; 
  margin: 0;
}
/* optional: make the bubble compact next to the title */
.cart-drawer__heading--center .cart-bubble { 
  padding: 4px 6px; 
  min-width:auto; 
  border-radius: 999px;
}

/*slideeshow animation */