/** Shopify CDN: Minification failed

Line 184:45 Expected identifier but found whitespace
Line 299:0 Unexpected "}"

**/
/* ========================================
   PREMIUM PRODUCT VARIANT SLIDER
   Luxury Fashion Ecommerce Design
   ======================================== */

/* ========================================
   LATEST PRODUCTS SWIPER STYLES
   ======================================== */

.latest-products-swiper {
  overflow: hidden;
  position: relative;
  padding: 0 50px;
  /* Space for arrows */
}

.latest-products-swiper .swiper-wrapper {
  display: flex !important;
}

.latest-products-swiper .swiper-slide {
  width: auto !important;
  height: auto;
}

/* Navigation for Latest Products */
.latest-prev,
.latest-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #555;
  font-size: 18px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.latest-prev:hover,
.latest-next:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.latest-prev {
  left: 0;
}

.latest-next {
  right: 0;
}

.latest-prev.swiper-button-disabled,
.latest-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* Top Product Swiper */
.top-product-swiper {
  overflow: hidden;
  position: relative;
}

.top-product-swiper .swiper-slide {
  height: auto;
}

.top-product-swiper .swiper-button-prev,
.top-product-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 50%;
  color: #555;
  transition: all 0.25s;
}

.top-product-swiper .swiper-button-prev:hover,
.top-product-swiper .swiper-button-next:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.top-product-swiper .swiper-button-prev::after,
.top-product-swiper .swiper-button-next::after {
  font-size: 16px;
}

/* ===== CONTAINER ===== */
.variant-slider-wrap {
  position: relative;
  width: 100%;
  padding: 0 32px;
  margin: 0px 0;
  box-sizing: border-box;
}

/* ===== SWIPER BASE ===== */
.variant-swiper {
  width: 100%;
  overflow: hidden;
  padding: 0px 0px;
}

div#swiper-wrapper-3a730efa1c889df1 {
  padding: 0px 0px;
}

.variant-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 0px !important;
}

.variant-swiper .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px !important
}

/* ===== HIDE INPUT ===== */
.variant-swiper input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* ========================================
   COLOR SWATCHES
   ======================================== */

.color-swatch-round {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  /* border: 2px solid #e5e5e5; */
  /* transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); */
  position: relative;
  /* background-clip: padding-box; */
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); */
}

/* .color-swatch-round:hover {
  transform: scale(1.08);
  border-color: #bbb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
} */

/* Selected Color State */
input[type="radio"]:checked+.color-swatch-round {
  border: 1px solid #000000ff;
  /* box-shadow: 0 0 0 2px #fff, 0 0 0 3px #fd6c1e8a; */
  /* transform: scale(1.05); */
  z-index: 9999999;
}

/* Selected Color State */
input[type="radio"]:checked+.color-swatchimg. color-swatch-round.label.color-swatchimg.color-swatch.active.label.color-swatch-round {
  border: 1px solid #000000ff;
  /* box-shadow: 0 0 0 2px #fff, 0 0 0 3px #fd6c1e8a; */
  box-shadow: 0 0 0 1px #000, 1);
  /* transform: scale(1.05); */
  z-index: 9999999;
}

/* input[type="radio"]:checked + .color-swatchimg color-swatch. color-swatch-round{
  border: 1px solid #fd6c1e;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #fd6c1e8a;
  transform: scale(1.05);
  z-index:9999999;
}  */

label.color-swatchimg.color-swatch {
  margin-right: 0px !important;
  width: 15px !important;
  aspect-ratio: 1 / 1;
}

.swiper-slide swiper-slide-active {
  margin: 0px !important;
}



input[type="radio"]:checked+.color-swatch-round::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}

/* ========================================
   SIZE OPTIONS
   ======================================== */

.size-swatch {
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1.5px solid #d4d4d4;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  background: #fff;
  color: #333;
  text-align: center;
  /* transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  user-select: none;
}

.size-swatch:hover {
  border-color: #999;
  background: #fafafa;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

/* Selected Size State */
input[type="radio"]:checked+.size-swatch {
  background: #000;
  color: #fff;
  border-color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  /* transform: translateY(-1px); */
}

/* ========================================
   NAVIGATION ARROWS
   ======================================== */

.variant-prev,
.variant-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #555;
  font-size: 11px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  opacity: 1;
  visibility: visible;
}


/* .variant-prev:hover,
.variant-next:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%) scale(1.05); */
}

.variant-prev:active,
.variant-next:active {
  transform: translateY(-50%) scale(0.95);
}

.variant-prev {
  left: 0;

}

.variant-next {
  right: 0;
}

/* Hide arrows when not needed */
.variant-prev.swiper-button-disabled,
.variant-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ========================================
   FIELDSET STYLING
   ======================================== */

fieldset.swatchComponent,
fieldset.js.product-form__input {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.product-form__input,
fieldset.js.product-form__input,
.variant-slider-wrap,
.variant-swiper {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}

/* ========================================
   RESPONSIVE: MOBILE
   ======================================== */

@media (max-width: 767px) {
  .variant-slider-wrap {
    padding: 0 26px;

  }




  /* Size Options - Mobile */
  .size-swatch {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
    border-width: 1.5px;
    border-radius: 5px;
  }

  /* Navigation - Mobile */
  .variant-prev,
  .variant-next {
    width: 24px;
    height: 24px;
    font-size: 12px;
    border-width: 1px;
  }

  .variant-prev {
    left: -1px;
  }

  .variant-next {
    right: -1px;
  }

  .swiper-wrapper {
    gap: 6px;
  }
}

/* ========================================
   RESPONSIVE: TABLET
   ======================================== */

@media (min-width: 768px) and (max-width: 1024px) {
  .variant-slider-wrap {
    padding: 0 30px;
  }

  .color-swatch-round {
    width: 15px !important;
    height: 15px !important;
  }

  .size-swatch {
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    font-size: 12.5px;
  }

  .variant-prev,
  .variant-next {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}

/* ========================================
   RESPONSIVE: DESKTOP
   ======================================== */

@media (min-width: 1025px) {
  .variant-slider-wrap {
    padding: 0 34px;
  }

  .color-swatch-round {
    width: 15px;
    height: 15px;
  }
}

/* ========================================
   ACCESSIBILITY
   ======================================== */

.variant-swiper input[type="radio"]:focus+.color-swatch-round,
.variant-swiper input[type="radio"]:focus+.size-swatch {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}

/* ========================================
   PREMIUM ENHANCEMENTS
   ======================================== */

/* Smooth slide transitions */
.variant-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Prevent layout shift */
/* .variant-slider-wrap {
  min-height: 48px;
} */

/* Card integration */
.card-wrapper .variant-slider-wrap {
  padding-left: 0px;
  padding-right: 0px;
}

/* Ensure no page overflow */
body {
  overflow-x: hidden;
}

.wbproduct-container {
  overflow: hidden;
}

/* ========================================
   LOADING STATE (Optional)
   ======================================== */

.variant-swiper.loading {
  opacity: 0.6;
  pointer-events: none;
}

/* ========================================
   PREMIUM BRAND VARIANTS (Optional)
   ======================================== */

/* For darker themed cards */
.card-wrapper.dark-theme .size-swatch {
  background: #1a1a1a;
  color: #fff;
  border-color: #333;
}

.card-wrapper.dark-theme .size-swatch:hover {
  background: #2a2a2a;
  border-color: #444;
}

.card-wrapper.dark-theme input[type="radio"]:checked+.size-swatch {
  background: #fff;
  color: #000;
  border-color: #fff;
}

/* ========================================
   RESPONSIVE: LATEST PRODUCTS
   ======================================== */

@media (max-width: 767px) {
  .latest-products-swiper {
    padding: 0 35px;
  }

  .latest-prev,
  .latest-next {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .latest-products-swiper {
    padding: 0 45px;
  }

  .latest-prev,
  .latest-next {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}

.variant-prev,
.variant-next {
  font-size: 0 !important;
  position: absolute;
  font-size: 0 !important;
  /* margin-top: 2px; */
  top: 50%;
  transform: translateY(-37%);
}

.variant-prev::before {
  content: "‹";
  font-size: 12px;
}

.variant-next::before {
  content: "›";
  font-size: 12px;
}


.swiper-slide swiper-slide-active.swiper-slide swiper-slide-next {
  margin: 5px !important;
}