.star-ratings {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
  color: #88013e;
}

.star-ratings .ri-star-line,
.star-ratings .ri-star-fill,
.star-ratings .ri-star-half-fill,
.star-ratings .fa-star {
  font-size: 16px;
  color: #cfcfcf;
}

.star-ratings .ri-star-fill.active,
.star-ratings .ri-star-half-fill.active,
.star-ratings .fa-star.active {
  color: #88013e;
}

.product-rating-row .price {
  font-size: 14px;
}

/* Live PHP breadcrumb (`style.css`): grey bar, title left, trail right via nav { margin-left:auto } */
.breadscrumb-section {
  background-color: #edebeb !important;
  margin-bottom: 1.5rem !important;
  padding: 10px 0 !important;
}

.breadscrumb-section .breadscrumb-contain {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
  background-color: #edebeb !important;
  color: #222;
}

.breadscrumb-section .breadscrumb-contain h2 {
  font-weight: 700 !important;
  font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320))) !important;
  margin: 0 !important;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.3;
  text-align: left;
  text-transform: capitalize;
}

.breadscrumb-section .breadscrumb-contain nav {
  flex: 0 0 auto;
  margin-left: auto !important;
}

.breadscrumb-section .breadcrumb {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.breadscrumb-section .breadcrumb-item {
  font-weight: 500;
  font-size: 11px;
  color: #000;
  text-transform: lowercase;
}

.breadscrumb-section .breadcrumb-item a {
  color: #4a5568;
  text-decoration: none;
}

.breadscrumb-section .breadcrumb-item a i {
  color: #4a5568;
  font-size: 12px;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .breadscrumb-section .breadscrumb-contain {
    display: block !important;
  }

  .breadscrumb-section .breadscrumb-contain h2 {
    text-align: center !important;
    margin-bottom: 8px !important;
  }

  .breadscrumb-section .breadscrumb-contain nav {
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
  }
}

/* Undo custom.css stacking that breaks live PDP purchase row */
.product-section .right-box-contain .note-box {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 12px !important;
}

.product-section .right-box-contain .note-box .product-qty {
  width: auto !important;
  max-width: none !important;
  margin-top: 0 !important;
  flex: 0 0 auto;
}

.product-section .right-box-contain .note-box .product-qty .input-group {
  background: linear-gradient(187.77deg, #fafafa 5.52%, #f8f8f8 94%);
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 0;
}

.product-section .right-box-contain .note-box .product-qty .input-group .pdp-qty-btn,
.product-section .right-box-contain .note-box .product-qty .input-group .btn {
  width: 36px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #88013e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.product-section .right-box-contain .note-box .product-qty .input-group .pdp-qty-btn.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.product-section .right-box-contain .note-box .product-qty .input-group .qty-input {
  width: 44px;
  height: 40px;
  border: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background: #fff;
  text-align: center;
  box-shadow: none;
  font-weight: 600;
  padding: 0;
}

.product-section .right-box-contain .note-box #purchase-btns {
  flex: 1 1 auto;
  min-width: 0;
}

.product-section .right-box-contain .note-box .cart-button,
.product-section .right-box-contain .note-box .btn-buy-cart {
  width: auto !important;
  min-width: 140px;
  flex: 1 1 0;
}

.product-gallery-actions .btn-pink-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1.2;
  white-space: nowrap;
}

.product-gallery-actions .pdp-wishlist-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
  border: 1px solid #88013e;
  border-radius: 16px;
  background: #fff;
  color: #88013e;
}

.product-gallery-actions .pdp-wishlist-btn .heart-wishlist {
  height: auto;
  width: auto;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  color: #88013e;
}

.product-gallery-actions .pdp-wishlist-btn.filled,
.product-gallery-actions .pdp-wishlist-btn.filled .heart-wishlist {
  color: #88013e;
}

.btn-buy-cart,
.buy_now.btn-buy-cart {
  background: #fff !important;
  color: #88013e !important;
  border: 1px solid #88013e !important;
  min-width: 120px;
  text-transform: capitalize;
}

.btn-buy-cart:hover,
.buy_now.btn-buy-cart:hover {
  background: #88013e !important;
  color: #fff !important;
}

.at-a-glance.hidden {
  display: none;
}

.whatsapp-button {
  position: fixed;
  bottom: 70px;
  right: 12px;
  z-index: 1000;
  background-color: #25d366;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-button img {
  width: 32px;
  height: 32px;
  display: block;
}

.productreels-slider {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  padding-bottom: 8px;
}

.productreels-slider::-webkit-scrollbar {
  display: none;
}

.productreels-slider .reel-box {
  flex: 0 0 auto;
  width: 180px;
}

.productreels-slider video {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 12px;
}

.single-comment img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.p-rating {
  height: 12px;
  background: #ddd;
  position: relative;
  width: 70px;
}

.p-rating::before {
  content: "";
  position: absolute;
  inset: 0;
  width: inherit;
  background: #cc7178;
}

/* PDP product rails � same grab scroll as Options (.group-box-container) */
/* Overflow control without collapsing Embla slide widths */
.pdp-product-rails .row {
  min-width: 0;
}
.pdp-product-rails .product-rail-carousel {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.pdp-product-rails .product-rail-carousel .storefront-carousel,
.pdp-product-rails .product-rail-carousel .storefront-carousel__viewport,
.pdp-product-rails .product-rail-carousel .storefront-carousel__legacy {
  width: 100%;
  max-width: 100%;
}
.pdp-product-rails .storefront-carousel__slide {
  min-width: 0;
}

.pdp-product-rail-strip {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 5px;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  overscroll-behavior-x: contain;
  scroll-behavior: auto !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  cursor: grab;
  /* Keep room so card buttons/shadows aren't clipped by overflow-y:hidden */
  padding-bottom: 16px;
  margin-bottom: 4px;
  box-sizing: border-box;
}

.pdp-product-rail-strip.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.pdp-product-rail-strip::-webkit-scrollbar {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  background: transparent !important;
}

.pdp-product-rail-strip::-webkit-scrollbar-thumb,
.pdp-product-rail-strip::-webkit-scrollbar-track,
.pdp-product-rail-strip::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.pdp-product-rail-strip__item {
  flex: 0 0 46% !important;
  width: 46% !important;
  min-width: 46% !important;
  max-width: 46% !important;
  box-sizing: border-box !important;
}

.pdp-product-rail-strip .product-card-container {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.pdp-product-rail-strip a,
.pdp-product-rail-strip button,
.pdp-product-rail-strip img {
  -webkit-user-drag: none;
  user-select: none;
  touch-action: none !important;
}

@media (max-width: 684px) {
  .mobile-cart-sticky {
    position: sticky;
    bottom: 0;
    z-index: 1000;
    transition: all 0.3s ease;
  }

  .mobile-cart-sticky.form-ended {
    position: static;
    box-shadow: none;
  }

  .cart-button {
    min-width: 120px;
    font-size: 12px;
  }

  .mobile-cart-sticky .product-qty .input-group {
    background: linear-gradient(187.77deg, #fafafa 5.52%, #f8f8f8 94%);
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    display: inline-flex;
  }

  .mobile-cart-sticky .product-qty .pdp-qty-btn,
  .mobile-cart-sticky .product-qty .btn {
    width: 34px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #88013e;
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-cart-sticky .product-qty .qty-input {
    width: 40px;
    height: 38px;
    border: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    font-weight: 600;
  }

  /* Mobile-only gallery: full-width thumb strip under main image (desktop stays vertical) */
  .product-left-box > .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .product-left-box .left-slider-image-2 .sidebar-image img {
    height: 64px !important;
    width: 64px !important;
    object-fit: cover;
  }

  .product-left-box .left-slider-image-2 .slick-slide {
    padding: 0 4px;
  }

  .whatsapp-button {
    padding: 8px;
    bottom: 78px;
    right: 10px;
  }

  .whatsapp-button img {
    width: 28px;
    height: 28px;
  }
}

/* Write Review modal � avoid Bootstrap/FA (broken glyph on PDP) */
.write-review-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.write-review-modal__close {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0 !important;
  border-radius: 6px;
  background: #88013e !important;
  color: #fff !important;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0 !important;
  line-height: 1;
  box-shadow: none !important;
}

.write-review-modal__close:hover {
  background: #6d0132 !important;
  color: #fff !important;
}

.write-review-modal__close i,
.write-review-modal__close .ri-close-line {
  font-size: 22px !important;
  line-height: 1 !important;
  color: #fff !important;
  font-style: normal !important;
}

.write-review-modal__cancel,
.write-review-modal__save {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  min-height: 42px;
  padding: 8px 22px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  cursor: pointer;
  border: 0 !important;
  text-decoration: none !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}

.write-review-modal__cancel {
  background: #ea5455 !important;
  color: #fff !important;
}

.write-review-modal__cancel:hover {
  background: #d63d3e !important;
  color: #fff !important;
}

.write-review-modal__save {
  background: #88013e !important;
  color: #fff !important;
}

.write-review-modal__save:hover {
  background: #6d0132 !important;
  color: #fff !important;
}

.write-review-modal__save:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* PDP rails: force homepage-matching Embla arrows (product.css can flatten buttons) */
.product-section .storefront-carousel.storefront-carousel--arrows-light .storefront-carousel__btn {
  display: flex !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #88013e !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12) !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 5 !important;
}

.product-section .storefront-carousel.storefront-carousel--arrows-light .storefront-carousel__btn--prev {
  left: 8px !important;
}

.product-section .storefront-carousel.storefront-carousel--arrows-light .storefront-carousel__btn--next {
  right: 8px !important;
}

.product-section .storefront-carousel.storefront-carousel--arrows-light .storefront-carousel__btn .preeco-slick-icon {
  color: #88013e !important;
  font-size: 22px !important;
  line-height: 1 !important;
  display: inline-block !important;
}

.product-section .storefront-carousel.storefront-carousel--arrows-light .storefront-carousel__btn:hover {
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
  transform: translateY(-50%) scale(1.06) !important;
}

.product-section .storefront-carousel.storefront-carousel--arrows-light .storefront-carousel__btn:before,
.product-section .storefront-carousel.storefront-carousel--arrows-light .storefront-carousel__btn:after {
  content: none !important;
  display: none !important;
}

/* Shade/options strip � PHP View All link + thin grabable scrollbar */
.pdp-view-all-options {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  color: #88013e !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.pdp-view-all-options:hover {
  color: #6d0132 !important;
  text-decoration: underline;
}

.pdp-view-all-options .fa-angles-right {
  font-size: 12px;
}

.right-box-contain,
.product_details,
.product-detail-container {
  min-width: 0;
}

.group-box-container {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 0;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  overscroll-behavior-x: contain;
  scroll-behavior: auto !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  cursor: grab;
  padding-bottom: 0;
}

.group-box-container.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.group-box-container::-webkit-scrollbar {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  background: transparent !important;
}

.group-box-container::-webkit-scrollbar-thumb,
.group-box-container::-webkit-scrollbar-track,
.group-box-container::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.group-box-container .group-box {
  flex: 0 0 100px !important;
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  box-sizing: border-box;
}

.group-box-container .group-box a,
.group-box-container .group-box img {
  -webkit-user-drag: none;
  user-select: none;
  touch-action: none;
}

.pdp-shades-modal .group-box {
  width: 100%;
  max-width: 100%;
  min-width: 0 !important;
  flex: none !important;
}

.pdp-shades-modal .group-box img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------
   Mobile sticky purchase bar (Nykaa-style) — SS3
   -------------------------------------------------------------------------- */
.pdp-mobile-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 65px;
  z-index: 1040;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.pdp-mobile-sticky--form-ended {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.pdp-mobile-sticky__inner {
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pdp-mobile-sticky__summary {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.pdp-mobile-sticky__thumb {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #eee;
  overflow: hidden;
  background: #fafafa;
}

.pdp-mobile-sticky__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-mobile-sticky__info {
  flex: 1 1 auto;
  min-width: 0;
}

.pdp-mobile-sticky__name {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdp-mobile-sticky__shade {
  margin: 2px 0 0;
  font-size: 11px;
  line-height: 1.3;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdp-mobile-sticky__pricing {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}

.pdp-mobile-sticky__mrp {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
  line-height: 1.2;
}

.pdp-mobile-sticky__price {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

.pdp-mobile-sticky__disc {
  font-size: 10px;
  font-weight: 700;
  color: #2e7d32;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdp-mobile-sticky__actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.pdp-mobile-sticky__qty {
  flex: 0 0 auto;
  margin: 0 !important;
}

.pdp-mobile-sticky__qty .pdp-qty-group {
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(187.77deg, #fafafa 5.52%, #f8f8f8 94%);
  display: inline-flex;
  align-items: center;
}

.pdp-mobile-sticky__qty .pdp-qty-btn {
  width: 32px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #88013e;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pdp-mobile-sticky__qty .pdp-qty-btn.is-disabled {
  opacity: 0.45;
}

.pdp-mobile-sticky__qty .pdp-mobile-sticky__qty-input,
.pdp-mobile-sticky__qty .qty-input {
  width: 36px;
  height: 44px;
  border: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  box-shadow: none;
}

.pdp-mobile-sticky__bag {
  flex: 1 1 0;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: #1a1a1a !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pdp-mobile-sticky__bag:disabled {
  opacity: 0.65;
}

.pdp-mobile-sticky__wishlist {
  flex: 1 1 0;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #ddd !important;
  border-radius: 6px;
  background: #fff !important;
  color: #1a1a1a !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}

.pdp-mobile-sticky__wishlist .heart-wishlist {
  font-size: 16px;
  color: #1a1a1a;
  flex-shrink: 0;
}

.pdp-mobile-sticky__wishlist.filled .heart-wishlist {
  color: #88013e;
}

.pdp-mobile-sticky__wishlist .wishlist-btn__label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.pdp-mobile-sticky__enquiry,
.pdp-mobile-sticky__notify {
  flex: 1 1 100%;
  width: 100%;
  height: 44px;
  margin: 0;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.pdp-mobile-sticky__enquiry {
  background: #88013e;
  color: #fff;
  text-decoration: none;
}

.pdp-mobile-sticky__enquiry .fa-whatsapp {
  font-size: 18px;
}

.pdp-mobile-sticky__actions--in-cart .pdp-mobile-sticky__wishlist--wide {
  flex: 1 1 0;
}

/* --------------------------------------------------------------------------
   SS1 — Nykaa-style variation chips (size / band / cup)
   -------------------------------------------------------------------------- */
.pdp-variation-selectors {
  margin-top: 12px;
}

.pdp-variation-group + .pdp-variation-group {
  margin-top: 16px;
}

.pdp-variation-group__head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 10px;
}

.pdp-variation-group__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}

.pdp-variation-group__urgency {
  font-size: 12px;
  font-weight: 500;
  color: #e80071;
}

.pdp-variation-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 2px;
}

.pdp-variation-chips::-webkit-scrollbar {
  display: none;
}

.pdp-variation-chip {
  flex: 0 0 auto;
  min-width: 56px;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #f5f5f5;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font: inherit;
  text-align: center;
}

.pdp-variation-chip--active {
  background: #fff;
  border-color: #88013e;
  color: #88013e;
}

.pdp-variation-chip__label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.pdp-variation-chip__price {
  font-size: 11px;
  font-weight: 500;
  color: #888;
  line-height: 1.2;
}

.pdp-variation-chip--active .pdp-variation-chip__price {
  color: #88013e;
}

/* --------------------------------------------------------------------------
   SS2 — Nykaa-style colour / options strip + bottom sheet
   -------------------------------------------------------------------------- */
.pdp-shades-strip {
  margin-top: 16px;
}

.pdp-shades-strip__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.pdp-shades-strip__title {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
}

.pdp-shades-strip__title b {
  font-weight: 700;
  text-transform: capitalize;
}

.pdp-shades-strip__view-all {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  color: #88013e !important;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.pdp-shades-strip__scroll {
  display: flex !important;
  gap: 8px;
}

.pdp-shades-strip__scroll .pdp-shade-card {
  flex: 0 0 100px;
  width: 100px;
}

.pdp-shade-card__link {
  text-decoration: none;
  color: inherit;
  flex: 0 0 100px;
  width: 100px;
}

.pdp-shade-card__img-link,
.pdp-shade-card__name-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.pdp-shade-card {
  flex: 0 0 100px;
  width: 100px;
  border: 1px solid #f0c4d4;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.pdp-shade-card--active {
  border-color: #88013e;
  box-shadow: 0 0 0 1px #88013e;
}

.pdp-shade-card__media {
  position: relative;
  background: #fafafa;
}

.pdp-shade-card__img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: contain;
  padding: 4px;
  box-sizing: border-box;
}

.pdp-shade-card__wishlist {
  position: absolute !important;
  top: 6px;
  right: 6px;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #e8e8e8 !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
}

.pdp-shade-card__wishlist .heart-wishlist {
  font-size: 15px !important;
  line-height: 1 !important;
  color: #444 !important;
  display: block;
}

.pdp-shade-card__wishlist.filled {
  border-color: #88013e !important;
  background: #fff5f8 !important;
}

.pdp-shade-card__wishlist.filled .heart-wishlist {
  color: #88013e !important;
}

@media (min-width: 768px) {
  .pdp-shade-card__wishlist {
    top: 8px;
    right: 8px;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }

  .pdp-shade-card__wishlist .heart-wishlist {
    font-size: 16px !important;
  }
}

.pdp-shade-card__body {
  border-top: 1px solid #f5d0dc;
  padding: 6px 4px 8px;
  min-height: 58px;
}

.pdp-shade-card__name {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pdp-shade-card--active .pdp-shade-card__name {
  color: #88013e;
}

.pdp-shade-card__price-row {
  margin: 0;
  text-align: center;
  line-height: 1.2;
}

.pdp-shade-card__price {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;
}

.pdp-shade-card__mrp {
  display: block;
  font-size: 10px;
  color: #999;
  text-decoration: line-through;
}
