/** Shopify CDN: Minification failed

Line 860:0 Unexpected "}"

**/
/* Premium Product Information Section Styles */

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

:root {
  --premium-brand-green: #123d07;
  --premium-bg: #fefef7;
  --premium-variant-fill: #d1ffc9;
  --premium-border-radius: 14px;
}

/* Typography */
.premium-info__title,
.premium-price__current,
.premium-price__mrp,
.premium-variant__label,
.premium-variant__value,
.premium-sticky-atc__variant,
.premium-sticky-atc__price {
  font-family: "Lexend", sans-serif;
}

.premium-info__description,
.premium-rating__text,
.premium-variant__price,
.premium-usp__label {
  font-family: "Inter", sans-serif;
}

/* Main Container */
.premium-product-section {
  background-color: var(--premium-bg);
  padding: 3rem 0 6rem;
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.premium-product-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
  box-sizing: border-box;
  width: 100%;
  overflow: visible;
}

/* Ensure all child elements respect container width */
.premium-product-media,
.premium-product-info {
  min-width: 0;
  max-width: 100%;
}

/* ===== LEFT SIDE - IMAGE CAROUSEL ===== */

.premium-product-media {
  position: sticky;
  top: 2rem;
  align-self: start;
}

.premium-carousel {
  width: 100%;
}

/* Main Image */
.premium-carousel__main {
  position: relative;
  width: 100%;
  background: #fff;
  /* border-radius: var(--premium-border-radius); */
  overflow: hidden;
  margin-bottom: 1.5rem;
  aspect-ratio: 1;
  cursor: pointer;
}

.premium-carousel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
}

/* Zoom Button */
.premium-carousel__zoom-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--premium-brand-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  color: var(--premium-brand-green);
  pointer-events: auto;
}

.premium-carousel__zoom-btn:hover {
  background: var(--premium-brand-green);
  color: #fff;
  transform: scale(1.1);
}

/* Thumbnail Strip */
.premium-carousel__thumbnails {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.premium-carousel__thumbnails::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.premium-carousel__thumb {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  padding: 0;
}

.premium-carousel__thumb:hover {
  border-color: var(--premium-brand-green);
  opacity: 0.8;
}

.premium-carousel__thumb.active {
  border-color: var(--premium-brand-green);
  box-shadow: 0 0 0 1px var(--premium-brand-green);
}

.premium-carousel__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== RIGHT SIDE - PRODUCT INFO ===== */

.premium-product-info {
  display: flex;
  flex-direction: column;
}

/* 1. Header - Title + Share */
.premium-info__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.premium-info__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--premium-brand-green);
  margin: 0 0 8px;
  flex: 1;
}

.premium-info__share {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid var(--premium-brand-green);
  border-radius: 50%;
  background: transparent;
  color: var(--premium-brand-green);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.premium-info__share:hover {
  background: var(--premium-brand-green);
  color: #fff;
}

/* 2. Description */
.premium-info__description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 5px 0 10px;
  font-weight: 500;
}

/* 3. Rating */
.premium-info__rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.premium-rating__stars {
  display: flex;
  gap: 2px;
  font-family: "JudgemeStar" !important;
}

.premium-rating__text {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  font-family: "Inter";
}

/* Judge.me Widget Styling */
.jdgm-widget.jdgm-preview-badge {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
}

.jdgm-preview-badge .jdgm-star {
  color: #123d07 !important;
  fill: #123d07 !important;
}

.jdgm-preview-badge__text {
  font-family: "Inter", sans-serif !important;
  font-size: 0.95rem !important;
  color: #333 !important;
  font-weight: 500 !important;
}

.jdgm-preview-badge[data-average-rating="0.00"] {
  display: none !important;
}

/* 4. Price */
.premium-info__price-wrapper {
  position: relative;
  margin-bottom: 12px;
}

.premium-price__offer {
  display: inline-block;
  background: var(--premium-brand-green);
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}

.premium-info__price-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
}

.premium-price__current {
  font-size: 20px;
  font-weight: 600;
  color: var(--premium-brand-green);
  font-family: Inter;
}

.premium-price__compare {
  font-size: 1.5rem;
  color: #999;
  text-decoration: line-through;
  font-family: "Inter", sans-serif;
}

.premium-price__mrp {
  font-size: 14px;
  color: #333;
  margin: 0;
  font-weight: 500;
  font-family: "Inter";
}

/* 5. Variant Selectors */
.premium-info__variants {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.premium-variant-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.premium-variant__label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--premium-brand-green);
  margin: 0;
}

.premium-variant__options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

.premium-variant__option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  border: 2px solid var(--premium-brand-green);
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  min-height: 120px;
  pointer-events: auto;
  z-index: 2;
  user-select: none;
}

.premium-variant__option * {
  pointer-events: none;
  user-select: none;
}

.premium-variant__option:hover:not(:disabled) {
  background: rgba(209, 255, 201, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(18, 61, 7, 0.1);
}

.premium-variant__option.active {
  background: var(--premium-variant-fill);
  border-color: var(--premium-brand-green);
  box-shadow: 0 0 0 1px var(--premium-brand-green);
}

.premium-variant__option:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Bestseller Badge - show whenever variant has bestseller metafield */
.premium-variant__option.has-bestseller::before {
  content: "BESTSELLER";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--premium-brand-green);
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.35rem 1rem;
  border-radius: 20px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.premium-variant__value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--premium-brand-green);
  margin-bottom: 0.5rem;
  line-height: 1;
  opacity: 1;
}

.premium-variant__option:not(.active) .premium-variant__value {
  color: #333;
}

.premium-variant__option.active .premium-variant__value {
  color: var(--premium-brand-green);
}

.premium-variant__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.1rem;
  color: var(--premium-brand-green);
  font-weight: 700;
}

.premium-variant__unit {
  font-size: 15px;
  color: var(--premium-brand-green);
  font-weight: 500;
}

/* 6. USP Badges */
.premium-info__usp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 2rem 0;
  width: 100%;
  max-width: 100%;
}

.premium-usp__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  min-width: 0;
}

.premium-usp__label {
  font-size: 0.85rem;
  line-height: 1.3;
  color: #333;
  font-weight: 500;
  display: none;
}

/* 7. USP Badges (same styling as assurance) */
.premium-info__usp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 2rem 0;
  width: 100%;
  max-width: 100%;
}

.premium-usp__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  min-width: 0;
}

.premium-usp__icon {
  width: 100%;
  max-width: 200px;
  height: 120px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-usp__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 7. Sticky Add to Cart Bar */
.premium-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--premium-bg);
  border-top: 2px solid var(--premium-brand-green);
  z-index: 100;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

.premium-sticky-atc__container {
  max-width: 95vw;
  margin: 0 auto;
  padding: 1.25rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.premium-sticky-atc__image {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 61, 7, 0.2);
}

.premium-sticky-atc__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.premium-sticky-atc__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1 1 auto;
}

.premium-sticky-atc__variant {
  font-size: 1rem;
  font-weight: 600;
  color: var(--premium-brand-green);
}

.premium-sticky-atc__price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--premium-brand-green);
}

.premium-sticky-atc__form {
  display: flex;
}

.premium-sticky-atc__button {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--premium-brand-green);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 1rem 2.5rem;
  font-family: "Lexend", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.premium-sticky-atc__button:hover:not(:disabled) {
  background: #0d2d05;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(18, 61, 7, 0.3);
}

.premium-sticky-atc__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ===== RESPONSIVE DESIGN ===== */

@media (min-width: 1300px) and (max-width: 1024px) {
  .premium-variant__options {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .premium-product-container {
    gap: 4rem;
  }

  .premium-info__title {
    font-size: 2rem;
  }

  .premium-info__usp {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

/* Medium Desktop - Variant Grid Adjustment */
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .premium-variant__options {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .premium-product-section {
    padding: 2rem 0 4rem;
    overflow-x: hidden;
    width: 100%;
  }

  .premium-product-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  /* Product info container comes first, but we'll split it */
  .premium-product-info {
    max-width: 100%;
    width: 100%;
    display: contents; /* This makes children direct flex items */
  }

  /* Reorder: Title, description, rating ABOVE carousel */
  .premium-info__header {
    max-width: 100%;
    order: 1;
  }

  .premium-info__description {
    max-width: 100%;
    word-wrap: break-word;
    order: 2;
    font-size: 12px;
  }

  .premium-info__rating {
    order: 3;
    margin-bottom: 1rem;
  }

  /* Carousel in the middle */
  .premium-product-media {
    position: static;
    max-width: 100%;
    width: 100%;
    order: 4;
  }

  /* Price and rest BELOW carousel */
  .premium-info__price-wrapper {
    order: 5;
  }

  .premium-info__usp {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
    max-width: 100%;
    width: 100%;
    padding: 0.5rem 0;
    order: 6;
  }

  .premium-info__variants {
    max-width: 100%;
    width: 100%;
    order: 7;
  }

  .premium-info__usp {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
    max-width: 100%;
    width: 100%;
    padding: 0.5rem 0;
    order: 8;
  }

  .premium-delivery-checker {
    max-width: 100%;
    width: 100%;
    padding: 1rem;
    order: 9;
  }

  .premium-carousel {
    max-width: 100%;
    width: 100%;
  }

  .premium-carousel__main {
    max-width: 100%;
    width: 100%;
  }

  .premium-carousel__thumbnails {
    max-width: 100%;
    width: 100%;
  }

  .premium-carousel__thumb {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
  }

  .premium-info__title {
    font-size: 1.75rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }

  .premium-info__share {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .premium-price__current {
    font-size: 1.75rem;
  }

  .premium-price__compare {
    font-size: 1.25rem;
  }

  .premium-variant-group {
    max-width: 100%;
    width: 100%;
  }
    max-width: 100%;
  }

  .premium-usp__label {
    font-size: 0.8rem;
  }

  .premium-variant__options {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    width: 100%;
  }

  .premium-variant__option {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  .premium-variant__value {
    font-size: 1.5rem;
  }

  .premium-variant__price {
    font-size: 0.95rem;
  }

  .premium-delivery-checker {
    max-width: 100%;
    width: 100%;
    padding: 1rem;
  }

  .premium-delivery__input-group {
    max-width: 100%;
    width: 100%;
  }

  .premium-delivery__input {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  .premium-delivery__button {
    flex-shrink: 0;
  }

  .premium-sticky-atc {
    max-width: 100vw;
    width: 100%;
    overflow-x: hidden;
  }

  .premium-sticky-atc__image {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }

  .premium-sticky-atc__info {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 70px);
  }

  .premium-sticky-atc__variant {
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .premium-sticky-atc__form {
    width: 100%;
    flex-basis: 100%;
    gap: 0.5rem;
    max-width: 100%;
    flex: 1;
  }

  .premium-sticky-atc__select {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0.75rem 2rem 0.75rem 0.875rem;
    font-size: 0.9rem;
  }

  .premium-sticky-atc__button {
    width: 100%;
    justify-content: center;
    padding: 0.875rem 1rem;
    max-width: 100%;
    font-size: 1rem;
  }

  .premium-sticky-atc__price {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .premium-sticky-atc__select {
    min-width: 160px;
    font-size: 0.9rem;
    padding: 0.875rem 2.5rem 0.875rem 1rem;
  }
}

@media screen and (min-width: 769px) {
  .premium-sticky-atc__select {
    min-width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .premium-product-section {
    overflow-x: hidden;
    width: 100%;
  }

  .premium-product-container {
    padding: 0 0.75rem;
    width: 100%;
    gap:0;
  }

  .premium-info__title {
    font-size: 1.5rem;
  }

  .premium-carousel__thumb {
    width: 60px;
    height: 60px;
  }

  .premium-variant__options {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    width: 100%;
  }

  .premium-variant__option {
    padding: 0.875rem 1rem;
    min-height: 100px;
    width: 100%;
  }

  .premium-variant__value {
    font-size: 1.25rem;
  }

  .premium-variant__price {
    font-size: 0.9rem;
  }

  .premium-sticky-atc__variant {
    font-size: 0.85rem;
  }

  .premium-sticky-atc__price {
    font-size: 1.1rem;
  }

  .premium-sticky-atc__select {
    font-size: 0.9rem;
    padding: 0.75rem 2rem 0.75rem 0.875rem;
    width: 100%;
  }

  .premium-sticky-atc__container {
    padding: 0.875rem;
  }
}

/* ===== FULLSCREEN LIGHTBOX ===== */

.premium-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: var(--premium-bg);
}

.premium-lightbox.active {
  display: block;
  opacity: 1;
}

.premium-lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--premium-bg);
}

.premium-lightbox__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  background: var(--premium-bg);
}

.premium-lightbox__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  background: rgba(18, 61, 7, 0.1);
  border: 1px solid var(--premium-brand-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: var(--premium-brand-green);
}

.premium-lightbox__close:hover {
  background: var(--premium-brand-green);
  color: #fff;
  transform: scale(1.1);
}

.premium-lightbox__image-container {
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-lightbox__image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}

.premium-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: rgba(18, 61, 7, 0.1);
  border: 1px solid var(--premium-brand-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: var(--premium-brand-green);
}

.premium-lightbox__nav:hover {
  background: var(--premium-brand-green);
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.premium-lightbox__nav--prev {
  left: 2rem;
}

.premium-lightbox__nav--next {
  right: 2rem;
}

.premium-lightbox__counter {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--premium-brand-green);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 24px;
  font-family: "Lexend", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .premium-lightbox__content {
    padding: 2rem 1rem;
  }

  .premium-lightbox__close {
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }

  .premium-lightbox__nav {
    width: 48px;
    height: 48px;
  }

  .premium-lightbox__nav--prev {
    left: 1rem;
  }

  .premium-lightbox__nav--next {
    right: 1rem;
  }

  .premium-carousel__zoom-btn {
    width: 40px;
    height: 40px;
  }
}

/* 7. Delivery Checker */
.premium-delivery-checker {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border: 2px solid var(--premium-brand-green);
  border-radius: 12px;
  background: rgba(209, 255, 201, 0.1);
  margin-top: 1.5rem;
}

.premium-delivery__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--premium-brand-green);
}

.premium-delivery__header svg {
  flex-shrink: 0;
}

.premium-delivery__title {
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--premium-brand-green);
}

.premium-delivery__input-group {
  display: flex;
  gap: 0.75rem;
}

.premium-delivery__input {
  flex: 1;
  padding: 0.875rem 1rem;
  border: 2px solid var(--premium-brand-green);
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}

.premium-delivery__input:focus {
  outline: none;
  border-color: var(--premium-brand-green);
  box-shadow: 0 0 0 3px rgba(18, 61, 7, 0.1);
}

.premium-delivery__input::placeholder {
  color: #999;
}

.premium-delivery__button {
  padding: 0.875rem 2rem;
  background: var(--premium-brand-green);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: "Lexend", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.premium-delivery__button:hover {
  background: #0d2d05;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(18, 61, 7, 0.3);
}

.premium-delivery__result {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333;
  padding: 0.75rem;
  border-radius: 6px;
  display: none;
}

.premium-delivery__result.success {
  display: block;
  background: rgba(209, 255, 201, 0.5);
  color: var(--premium-brand-green);
  font-weight: 500;
}

.premium-delivery__result.error {
  display: block;
  background: rgba(255, 0, 0, 0.1);
  color: #c41e3a;
  font-weight: 500;
}

.premium-delivery__result svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  .premium-delivery__input-group {
    flex-direction: column;
  }

  .premium-delivery__button {
    width: 100%;
  }
}

.premium-sticky-atc__select {
  padding: 1rem 3rem 1rem 1.25rem;
  border: 2px solid var(--premium-brand-green);
  border-radius: 10px;
  background: #fff;
  color: var(--premium-brand-green);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23123d07' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 20px;
  max-width: 100%;
  box-shadow: 0 2px 8px rgba(18, 61, 7, 0.08);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.premium-sticky-atc__select:hover {
  border-color: #0d2d05;
  box-shadow: 0 4px 16px rgba(18, 61, 7, 0.15);
  transform: translateY(-1px);
}

.premium-sticky-atc__select:focus {
  outline: none;
  border-color: var(--premium-brand-green);
  box-shadow: 0 0 0 4px rgba(18, 61, 7, 0.15), 0 4px 16px rgba(18, 61, 7, 0.2);
}

.premium-sticky-atc__select option {
  padding: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: var(--premium-brand-green);
  background: #fff;
}

.premium-sticky-atc__select option:disabled {
  color: #999;
  background: #f5f5f5;
}

.premium-sticky-atc__select option:checked {
  background: var(--premium-variant-fill);
  color: var(--premium-brand-green);
}

.premium-sticky-atc__form {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Clean Minimal Quantity Selector in Sticky ATC */
.premium-sticky-quantity {
  display: inline-flex;
  align-items: stretch;
  background: var(--premium-bg);
  border: 2px solid var(--premium-brand-green);
  border-radius: 8px;
  overflow: hidden;
  height: 52px;
  width: 100%;
  max-width: 185px;
}

.premium-quantity__button {
  width: 52px;
  height: 100%;
  background: transparent;
  color: var(--premium-brand-green);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
  border-right: 1px solid rgba(18, 61, 7, 0.15);
}

.premium-quantity__button:last-child {
  border-right: none;
  border-left: 1px solid rgba(18, 61, 7, 0.15);
}

.premium-quantity__button:hover {
  background: var(--premium-brand-green);
  color: #fff;
}

.premium-quantity__button:active {
  background: #0d2d05;
}

.premium-quantity__button svg {
  transition: none;
}

.premium-quantity__input {
  width: 80px;
  height: 100%;
  border: none;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--premium-brand-green);
  background: transparent;
  -moz-appearance: textfield;
  padding: 0 0.5rem;
}

.premium-quantity__input::-webkit-outer-spin-button,
.premium-quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.premium-quantity__input:focus {
  outline: none;
  background: rgba(209, 255, 201, 0.2);
}

@media screen and (max-width: 768px) {
  .premium-sticky-quantity {
    width: 100%;
    height: 48px;
  }

  .premium-quantity__button {
    width: 48px;
  }

  .premium-quantity__input {
    flex: 1;
    width: auto;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .premium-sticky-quantity {
    height: 44px;
  }

  .premium-quantity__button {
    width: 44px;
  }
}


/* Mobile-Only Sticky ATC */
.premium-sticky-atc-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--premium-bg);
  border-top: 2px solid var(--premium-brand-green);
  z-index: 100;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.premium-sticky-atc-mobile.visible {
  transform: translateY(0);
}

.premium-sticky-atc-mobile__container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.premium-sticky-atc-mobile__variants {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.25rem 0;
}

.premium-sticky-atc-mobile__variants::-webkit-scrollbar {
  display: none;
}

.premium-sticky-atc-mobile__variant {
  flex: 1;
  min-width: 0;
  padding: 0.75rem 1rem;
  border: 2px solid var(--premium-brand-green);
  border-radius: 8px;
  background: transparent;
  color: var(--premium-brand-green);
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-align: center;
}

.premium-sticky-atc-mobile__variant.active {
  background: var(--premium-variant-fill);
  border-color: var(--premium-brand-green);
}

.premium-sticky-atc-mobile__variant:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.premium-sticky-atc-mobile__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: var(--premium-brand-green);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 1rem;
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.premium-sticky-atc-mobile__button:hover:not(:disabled) {
  background: #0d2d05;
}

.premium-sticky-atc-mobile__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Hide desktop sticky ATC on mobile */
@media screen and (max-width: 768px) {
  .premium-sticky-atc {
    display: none !important;
  }
  
  .premium-sticky-atc-mobile {
    display: block;
  }
}

/* Show desktop sticky ATC on larger screens */
@media screen and (min-width: 769px) {
  .premium-sticky-atc-mobile {
    display: none !important;
  }
}

/* Mobile Quantity Selector */
.mobile-quantity-selector {
  display: inline-flex;
  align-items: stretch;
  background: var(--premium-bg);
  border: 2px solid var(--premium-brand-green);
  border-radius: 8px;
  overflow: hidden;
  height: 48px;
  width: 100%;
}

.mobile-quantity__button {
  width: 48px;
  height: 100%;
  background: transparent;
  color: var(--premium-brand-green);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
  border-right: 1px solid rgba(18, 61, 7, 0.15);
}

.mobile-quantity__button:last-child {
  border-right: none;
  border-left: 1px solid rgba(18, 61, 7, 0.15);
}

.mobile-quantity__button:hover {
  background: var(--premium-brand-green);
  color: #fff;
}

.mobile-quantity__button:active {
  background: #0d2d05;
}

.mobile-quantity__input {
  flex: 1;
  width: auto;
  height: 100%;
  border: none;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--premium-brand-green);
  background: transparent;
  -moz-appearance: textfield;
  appearance: textfield;
  padding: 0 0.5rem;
}

.mobile-quantity__input::-webkit-outer-spin-button,
.mobile-quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mobile-quantity__input:focus {
  outline: none;
  background: rgba(209, 255, 201, 0.2);
}

@media screen and (max-width: 480px) {
  .mobile-quantity-selector {
    height: 44px;
  }

  .mobile-quantity__button {
    width: 44px;
  }
}
