/** Shopify CDN: Minification failed

Line 716:8 Unexpected "{"
Line 716:17 Expected ":"
Line 716:24 Unexpected "{"

**/
/* ═══════════════════════════════════════════════════════════════
   custom-pdp-redesign.css  —  Aflora Product Page Redesign
   Brand palette: Burgundy #5c1011, Warm-off-white #f8f5f1, Charcoal #111
   ═══════════════════════════════════════════════════════════════ */

/* ── 1. TITLE + PRICE UNIFIED CARD ─────────────────────────── */
.sunya-title-price-card {
  border: 1.5px solid #e8e3dd;
  border-radius: 14px;
  background: #ffffff;
  padding: 18px 20px 16px;
  margin-bottom: 18px;
}

.sunya-title-price-card-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.sunya-title-price-card-left {
  flex: 1;
  min-width: 0;
}

.sunya-title-price-card-left .product__title,
.sunya-title-price-card-left h1.product__title {
  margin: 0 !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #111111 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

.sunya-title-price-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  flex-shrink: 0;
}

/* Price inside the title card */
.sunya-title-price-card-right .price__container,
.sunya-title-price-card-right .price {
  margin: 0 !important;
  padding: 0 !important;
}

.sunya-title-price-card-right .price .price-item--regular,
.sunya-title-price-card-right .price .price-item {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #111111 !important;
  letter-spacing: -0.01em !important;
}

.sunya-title-price-card-right .price--sale .price-item--sale {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #5c1011 !important;
}

.sunya-tax-notice-small {
  font-size: 10.5px;
  font-weight: 400;
  color: #888;
  font-style: italic;
  margin-top: 4px;
  display: block;
}

/* ── 2. VARIANT / SIZE PICKER ───────────────────────────────── */
/* Legend row — "Size: S"   [Size chart] */
.form__label {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: #111111 !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  border: none !important;
}

/* Size chart link inside legend */
.product-popup-modal__opener.inline-opener {
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}

.product-popup-modal__opener.inline-opener button.product-popup-modal__button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #5c1011 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transform: none !important;
  letter-spacing: 0 !important;
}

/* ── Pill/Button size swatches ── */
.product-form__input--pill input[type='radio'] + label {
  border: 1.5px solid #dddad3 !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  border-radius: 8px !important;
  padding: 9px 20px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  line-height: 1 !important;
  min-width: 48px !important;
  text-align: center !important;
  transition: border-color 0.15s, background-color 0.15s !important;
  box-shadow: none !important;
  transform: none !important;
  margin: 0 6px 8px 0 !important;
  cursor: pointer !important;
}

.product-form__input--pill input[type='radio'] + label:hover {
  border-color: #111111 !important;
  background-color: #ffffff !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Selected pill — dark fill */
.product-form__input--pill input[type='radio']:checked + label {
  background-color: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Sold-out / disabled pills */
.product-form__input--pill input[type='radio'].disabled + label,
.product-form__input--pill input[type='radio'][disabled] + label,
.product-form__input--pill input[type='radio']:disabled + label {
  color: #c0c0c0 !important;
  border-color: #ebebeb !important;
  background-color: #ffffff !important;
  position: relative !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}

/* Diagonal slash for unavailable sizes */
.product-form__input--pill input[type='radio'].disabled + label::after,
.product-form__input--pill input[type='radio'][disabled] + label::after,
.product-form__input--pill input[type='radio']:disabled + label::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top right,
    transparent calc(50% - 0.75px),
    #c0c0c0 50%,
    transparent calc(50% + 0.75px)
  ) !important;
  pointer-events: none !important;
  border-radius: inherit !important;
}

/* ── 3. SHIPPING INFO BAR ────────────────────────────────────── */
.sunya-shipping-info-bar {
  border: 1.5px solid #e8e3dd;
  border-radius: 14px;
  padding: 14px 8px;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin-top: 12px;
  margin-bottom: 20px;
}

/* When rendered directly below buy buttons — tighter spacing */
.sunya-shipping-below-buynow {
  margin-top: 14px !important;
  margin-bottom: 4px !important;
}

/* Hide the standalone block render so it doesn't duplicate */
.sunya-shipping-info-bar:not(.sunya-shipping-below-buynow) {
  display: none !important;
}

.sunya-shipping-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4px 8px;
  position: relative;
}

.sunya-shipping-col:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background-color: #e8e3dd;
}

.sunya-shipping-icon-box {
  color: #5c1011;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.sunya-shipping-icon-box svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8px;
}

.sunya-shipping-title {
  font-size: 8.5px;
  font-weight: 700;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 3px;
  line-height: 1;
}

.sunya-shipping-value {
  font-size: 11px;
  font-weight: 700;
  color: #111111;
  line-height: 1.35;
}

/* ── 4. COLLAPSIBLE ACCORDIONS ───────────────────────────────── */

/* Remove any existing top borders so they don't double up */
.product__accordion {
  border-top: none !important;
  border-bottom: 1px solid #e8e3dd !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product__accordion:first-of-type {
  border-top: 1px solid #e8e3dd !important;
}

.product__accordion details {
  padding: 0 !important;
}

.product__accordion details > summary {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  cursor: pointer !important;
  padding: 16px 0 !important;
  list-style: none !important;
}

/* Suppress the default browser triangle */
.product__accordion details > summary::-webkit-details-marker,
.product__accordion details > summary::marker {
  display: none !important;
  content: '' !important;
}

/* Hide any default caret SVG the theme injects */
.product__accordion summary::after {
  display: none !important;
}
.product__accordion summary .icon-caret {
  display: none !important;
}

/* Left icon + heading group */
.product__accordion .summary__title {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 1 !important;
}

.product__accordion .summary__title svg,
.product__accordion .summary__title .svg-wrapper svg {
  width: 18px !important;
  height: 18px !important;
  color: #5c1011 !important;
  flex-shrink: 0 !important;
  stroke-width: 1.6px !important;
}

.product__accordion h2.accordion__title {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #111111 !important;
  margin: 0 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* The + / × toggle icon */
.accordion-chevron {
  flex-shrink: 0 !important;
  color: #888 !important;
  transition: transform 0.25s ease !important;
  width: 16px !important;
  height: 16px !important;
}

.product__accordion details[open] .accordion-chevron {
  transform: rotate(45deg) !important;
}

.product__accordion .accordion__content {
  padding: 0 0 16px 30px !important;
  font-size: 1.35rem !important;
  line-height: 1.7 !important;
  color: #555555 !important;
}

/* ── 5. REWARDS WITH PURCHASE CARD ──────────────────────────── */
.sunya-rewards-card {
  border: 1.5px solid #e8e3dd;
  border-radius: 14px;
  padding: 18px 16px 14px;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sunya-rewards-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.sunya-rewards-title {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10.5px;
  font-weight: 800;
  color: #5c1011;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sunya-rewards-title svg {
  color: #5c1011;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

/* "+₹100 PREPAID" pill badge */
.sunya-rewards-badge {
  background-color: #5c1011;
  color: #ffffff;
  font-size: 9.5px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* Progress bar */
.sunya-rewards-progress-wrapper {
  margin-bottom: 12px;
}

.sunya-rewards-progress-bar {
  background-color: #f0ece6;
  height: 5px;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 6px;
}

.sunya-rewards-progress-fill {
  background-color: #5c1011;
  height: 100%;
  border-radius: 100px;
  position: relative;
}

/* Dot at the fill end */
.sunya-rewards-progress-fill::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5c1011;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #5c1011;
}

.sunya-rewards-progress-text {
  font-size: 11px;
  font-weight: 700;
  color: #5c1011;
}

/* 3-column tiers */
.sunya-rewards-tiers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

.sunya-reward-tier {
  border: 1.5px solid #e8e3dd;
  border-radius: 10px;
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  text-align: center;
  gap: 4px;
}

/* Tier 1 — unlocked (checkmark) */
.sunya-reward-tier.unlocked {
  border-color: #e8e3dd;
  background-color: #ffffff;
}

.sunya-tier-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #5c1011;
  color: #ffffff;
  font-size: 8px;
  margin-left: 3px;
  vertical-align: middle;
  line-height: 1;
}

/* Tier 2 — active/next target — bordered burgundy */
.sunya-reward-tier.active {
  border: 1.5px solid #5c1011;
  background-color: #ffffff;
}

/* Tier 3 — locked/disabled — muted burgundy fill */
.sunya-reward-tier.disabled {
  background-color: #9f727c;
  border-color: #9f727c;
}

.sunya-reward-tier.disabled .sunya-tier-spend {
  color: rgba(255, 255, 255, 0.75);
}

.sunya-reward-tier.disabled .sunya-tier-discount {
  color: #ffffff;
}

.sunya-tier-spend {
  font-size: 8.5px;
  font-weight: 700;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.sunya-tier-discount {
  font-size: 13px;
  font-weight: 800;
  color: #111111;
  line-height: 1;
}

/* Footer message */
.sunya-rewards-footer {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #888888;
}

.sunya-rewards-footer svg {
  width: 12px;
  height: 12px;
  color: #5c1011;
  flex-shrink: 0;
}

/* ── 6. STICKY ATC DRAWER ────────────────────────────────────── */
.sticky-atc {
  position: fixed !important;
  bottom: 1.5rem !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(200%) !important;
  z-index: 1000 !important;
  background: #ffffff !important;
  border: 1.5px solid #e0dbd4 !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10) !important;
  border-radius: 18px !important;
  width: calc(100% - 2.4rem) !important;
  max-width: 520px !important;
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.1) !important;
  will-change: transform !important;
  overflow: hidden !important;
  padding: 16px 16px 14px !important;
}

.sticky-atc.is-visible {
  transform: translateX(-50%) translateY(0) !important;
}

.sticky-atc__inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Row 1 */
.sticky-atc__row-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

.sticky-atc__product-info {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.sticky-atc__image {
  flex-shrink: 0 !important;
}

.sticky-atc__image img {
  width: 48px !important;
  height: 48px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  border: 1px solid #f0eeeb !important;
  display: block !important;
}

.sticky-atc__price {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  letter-spacing: -0.01em !important;
}

/* SIZE CHART text button */
.sticky-atc__sizechart-link {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #5c1011 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  border: none !important;
  background: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
}

/* Row 2 — buttons */
.sticky-atc__row-buttons {
  display: grid !important;
  grid-template-columns: 1fr 1.3fr !important;
  gap: 10px !important;
  width: 100% !important;
}

/* ADD TO CART — hollow */
.sticky-atc__btn-add {
  border: 1.5px solid #dddad3 !important;
  border-radius: 10px !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  padding: 0 16px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: pointer !important;
  height: 50px !important;
  transition: border-color 0.15s !important;
}

.sticky-atc__btn-add:hover {
  border-color: #5c1011 !important;
}

.sticky-atc__btn-add svg {
  width: 15px !important;
  height: 15px !important;
  stroke-width: 2px !important;
  flex-shrink: 0 !important;
}

/* BUY NOW — solid burgundy */
.sticky-atc__btn-buynow {
  border: none !important;
  border-radius: 10px !important;
  background-color: #5c1011 !important;
  color: #ffffff !important;
  padding: 0 16px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: pointer !important;
  height: 50px !important;
  transition: opacity 0.15s !important;
  line-height: 1.2 !important;
}

.sticky-atc__btn-buynow:hover {
  opacity: 0.93 !important;
}

.sticky-atc__btn-buynow .buynow-label {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
}

.sticky-atc__btn-buynow .buynow-price {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
}

/* Disabled states */
.sticky-atc__btn-add:disabled {
  background-color: #f5f3f0 !important;
  border-color: #e0dbd4 !important;
  color: #aaaaaa !important;
  cursor: not-allowed !important;
}

.sticky-atc__btn-buynow:disabled {
  background-color: #9f727c !important;
  cursor: not-allowed !important;
}

/* ── 7. MISC CLEANUP ─────────────────────────────────────────── */

/* Remove any unwanted bottom margin on accordion first item */
.product__accordion + .product__accordion {
  border-top: none !important;
}

/* Ensure the default section-level price block hidden by our skip_price logic looks fine */
#price-{{ section.id }} {
  display: none;
}

/* Mobile */
@media screen and (max-width: 480px) {
  .sticky-atc {
    bottom: 1rem !important;
    width: calc(100% - 2rem) !important;
    padding: 12px 14px 10px !important;
  }

  .sticky-atc__row-buttons {
    gap: 8px !important;
  }

  .sunya-rewards-tiers {
    gap: 6px;
  }

  .sunya-title-price-card-left .product__title,
  .sunya-title-price-card-left h1.product__title {
    font-size: 1.7rem !important;
  }
}

/* ── 9. PLAYFUL PRODUCT PAGE SALE BADGE ──────────────────────────── */
.badge.price__badge-sale,
.product__info-wrapper .price__badge-sale {
  display: inline-block !important;
  background-color: #fffbfa !important;
  color: #111111 !important;
  border: 2px solid #111111 !important;
  border-radius: 8px !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  padding: 0.6rem 1.2rem !important;
  text-transform: uppercase !important;
  box-shadow: 3px 3px 0px #111111 !important;
  transform: rotate(-3deg) !important;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              box-shadow 0.2s ease !important;
  margin-top: 10px !important;
  margin-left: 2px !important; /* Buffer for shadow */
}

.badge.price__badge-sale:hover,
.product__info-wrapper .price__badge-sale:hover {
  transform: translate(-2px, -2px) rotate(-1deg) !important;
  box-shadow: 5px 5px 0px #111111 !important;
}

@media screen and (max-width: 480px) {
  .badge.price__badge-sale,
  .product__info-wrapper .price__badge-sale {
    font-size: 1rem !important;
    padding: 0.5rem 1rem !important;
    border: 1.5px solid #111111 !important;
    box-shadow: 2px 2px 0px #111111 !important;
    border-radius: 6px !important;
    margin-top: 5px !important;
  }
}

/* ── 10. SHIPPING INFO CARD ──────────────────────────── */
.shipping-info-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2.5px solid #222222;
  border-radius: 16px;
  padding: 20px 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fef8f5;
  box-shadow: 4px 4px 0px #111111;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease;
}
.shipping-info-card:hover {
  transform: translate(-2px, -2px) rotate(0.5deg);
  box-shadow: 6px 6px 0px #111111;
}
.shipping-info-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  cursor: default;
}
.shipping-info-icon {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border: 2px solid #222222;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: 2px 2px 0px #111111;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease, background-color 0.2s ease;
}
.shipping-info-col:hover .shipping-info-icon {
  transform: translateY(-4px) rotate(-3deg);
  box-shadow: 4px 5px 0px #111111;
  background-color: #fff1a0;
}
.shipping-info-icon svg {
  width: 20px;
  height: 20px;
  color: #111111;
}
.shipping-info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.shipping-info-sub {
  font-size: 10px;
  font-weight: 800;
  color: #555555;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.shipping-info-head {
  font-size: 13px;
  font-weight: 800;
  color: #111111;
}
.shipping-info-divider {
  width: 2px;
  height: 50px;
  background-color: #222222;
  margin: 0 10px;
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .shipping-info-card {
    padding: 16px 8px;
    box-shadow: 3px 3px 0px #111111;
  }
  .shipping-info-card:hover {
    box-shadow: 4px 4px 0px #111111;
  }
  .shipping-info-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    margin-bottom: 8px;
  }
  .shipping-info-icon svg {
    width: 16px;
    height: 16px;
  }
  .shipping-info-head {
    font-size: 11px;
  }
  .shipping-info-sub {
    font-size: 9px;
  }
  .shipping-info-divider {
    height: 40px;
    margin: 0 4px;
  }
}
