:root {
  --le-green: #00C853;
  --le-yellow: #FFD54F;
  --le-green-dark: #009624;
  --le-gold-bg: linear-gradient(135deg, #fff9e6 0%, #f0fff4 55%, #fffde7 100%);
}

.le-shop-page {
  background: #fff;
}

.le-shop-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.le-shop-cart-btn {
  background: var(--le-yellow);
  color: #212529;
  border: none;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.55rem 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.le-shop-cart-btn:hover,
.le-shop-cart-btn:focus {
  background: #ffc107;
  color: #212529;
}

.le-shop-badge {
  background: var(--le-green-dark);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  letter-spacing: 0.02em;
}

.le-shop-badge-yellow {
  background: var(--le-yellow);
  color: #212529;
}

.le-shop-hero-block {
  border: 1px solid rgba(0, 200, 83, 0.12);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  padding: 2rem 2rem 2.5rem;
}

.le-shop-hero-img {
  width: 100%;
  max-width: 560px;
  height: auto;
  border-radius: 1.25rem;
}

.le-shop-hero-img-slot {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.le-shop-hero-marketing .le-shop-hero-img-slot {
  margin-left: 0;
  margin-right: auto;
}

@media (min-width: 992px) {
  .text-lg-start .le-shop-hero-img-slot {
    margin-left: 0;
    margin-right: auto;
  }
}

.le-shop-hero-img-placeholder,
.le-shop-product-img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #e9ecef;
  color: #6c757d;
  border-radius: 1.25rem;
  text-align: center;
}

.le-shop-hero-img-placeholder {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1 / 1;
  min-height: 220px;
}

.le-shop-hero-img-placeholder .bi-image {
  font-size: 2.75rem;
  line-height: 1;
  opacity: 0.55;
}

.le-shop-hero-img-loading {
  font-size: 0.875rem;
  font-weight: 600;
}

.le-shop-product-img-placeholder {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 0.85rem;
}

.le-shop-product-img-placeholder .bi-image {
  font-size: 1.35rem;
  line-height: 1;
  opacity: 0.55;
}

.le-shop-hero-marketing .le-shop-hero-img-col {
  align-self: flex-start;
}

.le-shop-hero-info-pair .le-shop-zero-price-card,
.le-shop-hero-info-pair .le-shop-info-card {
  height: 100%;
}

.le-shop-info-card {
  background: #fffdf5;
  border: 1px solid rgba(255, 213, 79, 0.65);
  border-radius: 1rem;
  padding: 1.25rem 1.35rem;
  height: 100%;
}

.le-shop-info-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--le-green-dark);
  margin-bottom: 0.65rem;
}

.le-shop-info-card p {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.le-shop-steps-card {
  background: #f8fffb;
  border: 1px solid rgba(0, 200, 83, 0.15);
  border-radius: 1rem;
  padding: 1rem;
}

.le-shop-steps-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

.le-shop-claim-card {
  background: #fff;
  border: 1px solid rgba(0, 200, 83, 0.18);
  border-radius: 1.25rem;
  padding: 1.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.le-shop-upload-zone {
  border: 2px dashed rgba(0, 200, 83, 0.45);
  border-radius: 1rem;
  background: rgba(0, 200, 83, 0.04);
  padding: 2rem 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.le-shop-upload-zone:hover {
  background: rgba(0, 200, 83, 0.07);
  border-color: var(--le-green-dark);
}

.le-shop-upload-zone-drag {
  background: rgba(0, 200, 83, 0.12);
  border-color: var(--le-green-dark);
}

.le-shop-upload-zone-has-file {
  padding-bottom: 1rem;
}

.le-shop-upload-preview {
  max-width: 100%;
  max-height: 220px;
  border-radius: 0.75rem;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.le-checkout-required {
  color: #b45309;
  font-weight: 600;
  font-size: 0.85em;
  white-space: nowrap;
}

.le-shop-checkout-required-note {
  font-size: 0.875rem;
  line-height: 1.45;
}

  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.le-shop-grade9-steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.le-shop-grade9-steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid rgba(0, 150, 36, 0.15);
  border-radius: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

/* Grade 9 application flow — horizontal boxes with arrows (Shop_grade9) */
.le-shop-grade9-flow {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.25rem 0 0.5rem;
  scroll-snap-type: x proximity;
}

.le-shop-grade9-flow-item {
  flex: 1 1 0;
  min-width: 9.5rem;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  padding: 1rem 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 150, 36, 0.18);
  border-radius: 0.85rem;
  font-size: 0.82rem;
  line-height: 1.4;
}

.le-shop-grade9-flow-item .le-shop-grade9-step-num {
  width: 2rem;
  height: 2rem;
  font-size: 0.9rem;
}

.le-shop-grade9-flow-arrow {
  flex: 0 0 auto;
  align-self: center;
  color: var(--le-green-dark);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  padding: 0 0.35rem;
  opacity: 0.85;
}

.le-shop-grade9-flow-card {
  background: #f8fffb;
  border: 1px solid rgba(0, 200, 83, 0.15);
  border-radius: 1rem;
  padding: 1rem 0.75rem 1.25rem;
}

.le-shop-shop-more-cta {
  text-align: center;
  padding: 2rem 1rem 1.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(0, 200, 83, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(0, 150, 36, 0.12);
}

.le-shop-shop-more-cta h2 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  color: var(--le-green-dark);
  margin-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  .le-shop-grade9-flow-item {
    min-width: 8.5rem;
    font-size: 0.78rem;
  }

  .le-shop-grade9-flow-arrow {
    font-size: 1.1rem;
    padding: 0 0.2rem;
  }
}

@media (max-width: 575.98px) {
  .le-shop-grade9-flow {
    flex-direction: column;
    overflow-x: visible;
    scroll-snap-type: none;
  }

  .le-shop-grade9-flow-item {
    min-width: 0;
    width: 100%;
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }

  .le-shop-grade9-flow-arrow {
    transform: rotate(90deg);
    padding: 0.15rem 0;
    align-self: center;
  }
}

.le-shop-grade9-step-num {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--le-green-dark);
  color: #fff;
  font-weight: 800;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.le-shop-price-lg {
  color: var(--le-green-dark);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.le-shop-btn-primary {
  background: var(--le-green-dark);
  border-color: var(--le-green-dark);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.75rem 1.75rem;
}

.le-shop-btn-primary:hover,
.le-shop-btn-primary:focus {
  background: #007a1c;
  border-color: #007a1c;
  color: #fff;
}

.le-shop-btn-outline {
  border: 2px solid var(--le-green);
  color: var(--le-green);
  font-weight: 600;
  border-radius: 999px;
  background: transparent;
}

.le-shop-btn-outline:hover {
  background: rgba(0, 200, 83, 0.08);
  color: var(--le-green-dark);
  border-color: var(--le-green-dark);
}

.le-shop-series-banner {
  background: var(--le-gold-bg);
  border: 1px solid rgba(255, 213, 79, 0.55);
  border-radius: 1.25rem;
  padding: 1.5rem 2rem;
}

.le-shop-series-banner h2 {
  color: var(--le-green);
  font-weight: 800;
  font-size: 1.45rem;
}

.le-shop-product-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  height: 100%;
  background: #fff;
}

.le-shop-product-card:hover {
  box-shadow: 0 0.65rem 1.5rem rgba(0, 0, 0, 0.09);
  transform: translateY(-2px);
}

.le-shop-product-img-wrap {
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 0.85rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.le-shop-product-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.le-shop-product-img-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: inherit;
}

.le-shop-product-img-btn:hover .le-shop-product-main-img,
.le-shop-product-img-btn:focus-visible .le-shop-product-main-img {
  transform: scale(1.02);
}

.le-shop-product-img-btn:focus-visible {
  outline: 2px solid rgba(0, 200, 83, 0.55);
  outline-offset: 2px;
}

.le-shop-product-main-img {
  transition: transform 0.2s ease;
}

.le-shop-keychain-img-wrap .le-shop-product-img-btn img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.le-shop-keychain-img-wrap .le-shop-product-img-btn:hover img,
.le-shop-keychain-img-wrap .le-shop-product-img-btn:focus-visible img {
  transform: scale(1.02);
}

.le-shop-card-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.le-shop-card-gallery-thumb {
  width: 52px;
  height: 52px;
  padding: 0;
  border: 2px solid rgba(0, 200, 83, 0.18);
  border-radius: 0.55rem;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.le-shop-card-gallery-thumb:hover,
.le-shop-card-gallery-thumb:focus {
  border-color: rgba(0, 200, 83, 0.5);
}

.le-shop-card-gallery-thumb.is-active {
  border-color: var(--le-green-dark);
  box-shadow: 0 0 0 2px rgba(0, 200, 83, 0.18);
}

.le-shop-card-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.le-shop-mug-print-note {
  font-size: 0.8125rem;
  line-height: 1.35;
}

.le-shop-keychain-img-wrap {
  aspect-ratio: auto;
  min-height: 190px;
  max-height: 220px;
  background: #fff;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  margin-bottom: 1rem;
}

.le-shop-keychain-img-wrap img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.le-shop-trust-bar img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.65rem;
}

.le-shop-section-title {
  color: var(--le-green);
  font-weight: 800;
}

.le-shop-cart-item-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: #f8f9fa;
  border-radius: 0.85rem;
  padding: 0.25rem;
}

.le-shop-cart-offcanvas {
  width: min(420px, 100vw);
}

.le-shop-cart-body {
  min-height: 0;
  height: 100%;
}

.le-shop-cart-scroll {
  min-height: 0;
}

.le-shop-cart-footer {
  background: #fff;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}

.le-shop-modal-img-wrap {
  background: #f8f9fa;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0.75rem 1rem 1rem;
}

.le-shop-modal-zoom-hint {
  text-align: center;
  font-size: 0.8125rem;
  color: #6c757d;
  margin: 0 0 0.5rem;
}

.le-shop-modal-zoom-viewport {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  cursor: crosshair;
}

.le-shop-modal-zoom-viewport img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  transition: transform 0.12s ease-out;
  will-change: transform;
}

@media (hover: none) {
  .le-shop-modal-zoom-hint {
    display: none;
  }

  .le-shop-modal-zoom-viewport {
    cursor: default;
  }
}

.le-shop-modal-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.le-shop-modal-gallery-thumb {
  width: 72px;
  height: 72px;
  padding: 0;
  border: 2px solid rgba(0, 200, 83, 0.2);
  border-radius: 0.75rem;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.le-shop-modal-gallery-thumb:hover,
.le-shop-modal-gallery-thumb:focus {
  border-color: rgba(0, 200, 83, 0.55);
}

.le-shop-modal-gallery-thumb.is-active {
  border-color: var(--le-green-dark);
  box-shadow: 0 0 0 2px rgba(0, 200, 83, 0.2);
}

.le-shop-modal-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.le-shop-modal-specs {
  display: grid;
  gap: 0.35rem;
  font-size: 0.95rem;
}

.le-shop-cart-remove svg {
  display: block;
}

.le-shop-cart-line:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


.le-shop-sticky-cart {
  position: sticky;
  top: 0.75rem;
  z-index: 1020;
}

.le-shop-headline {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--le-green-dark);
  line-height: 1.15;
}

.le-shop-headline-hero {
  font-size: clamp(2rem, 5.5vw, 3.15rem);
  font-weight: 800;
  color: var(--le-green-dark);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.le-shop-hero-lead {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 600;
  color: #212529;
  line-height: 1.45;
}

.le-shop-hero-tagline {
  font-size: 1.05rem;
  font-weight: 600;
  color: #495057;
  font-style: italic;
}

.le-shop-hero-motivation {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 700;
  color: var(--le-green-dark);
  line-height: 1.45;
}

.le-shop-text-green-dark {
  color: var(--le-green-dark) !important;
}

.le-shop-zero-price-card {
  background: #fffdf5;
  border: 1px solid rgba(255, 213, 79, 0.55);
  border-radius: 1rem;
  padding: 1.15rem 1.25rem;
  text-align: left;
}

.le-shop-zero-price-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--le-green-dark);
  margin-bottom: 0.65rem;
}

.le-shop-zero-price-card p {
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.le-shop-uk-delivery-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  padding: 1rem 1.15rem;
  background: #fff;
  border: 1px solid rgba(0, 150, 36, 0.28);
  border-radius: 0.85rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.le-shop-uk-delivery-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  flex: 1 1 16rem;
  min-width: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.le-shop-uk-delivery-notice strong {
  display: block;
  color: var(--le-green-dark);
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}

.le-shop-uk-delivery-icon {
  flex-shrink: 0;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--le-green-dark);
  margin-top: 0.1rem;
}

.le-shop-uk-delivery-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 0.75rem;
  flex-shrink: 0;
}

.le-shop-collectible-note {
  background: linear-gradient(135deg, #fffde7 0%, #f0fff4 100%);
  border: 1px solid rgba(255, 213, 79, 0.55);
  border-radius: 1rem;
  padding: 1.15rem 1.25rem;
  text-align: left;
}

.le-shop-collectible-title {
  font-weight: 800;
  color: var(--le-green-dark);
  font-size: 1.05rem;
}

.le-shop-how-it-works {
  padding-top: 0.25rem;
}

.le-shop-claim-cta {
  padding-top: 0.25rem;
}

.le-shop-shipping-value-card {
  background: rgba(0, 200, 83, 0.06);
  border: 1px solid rgba(0, 200, 83, 0.28);
  border-radius: 1rem;
  padding: 1.35rem 1.5rem;
}

.le-shop-shipping-value-card h2 {
  color: var(--le-green-dark);
}

.le-shop-uk-delivery-inline {
  color: var(--le-green-dark);
  font-weight: 600;
}

/* legacy standalone notice (grade9 back link row) */
.alert.le-shop-uk-delivery-notice {
  background: #fff;
  border-color: rgba(0, 150, 36, 0.28) !important;
  border-radius: 0.75rem;
}

.alert.le-shop-uk-delivery-notice strong {
  color: var(--le-green-dark);
}

.le-shop-shipping-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem 1.5rem;
  padding-left: 1.15rem;
  margin-bottom: 0;
}

.le-shop-trust-intro {
  padding: 0.5rem 0.75rem;
}

.le-shop-trust-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  padding: 1.15rem 1rem;
  text-align: center;
}

.le-shop-trust-card-icon {
  font-size: 1.65rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.le-shop-product-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--le-green-dark);
  background: rgba(0, 200, 83, 0.1);
  border: 1px solid rgba(0, 200, 83, 0.28);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
}

.le-shop-checklist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.le-shop-checklist li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.45rem;
}

.le-shop-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--le-green);
  font-weight: 700;
}

.le-shop-checklist li:last-child {
  margin-bottom: 0;
}

.le-shop-checkout-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.25rem;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.04);
  overflow: visible;
}

.le-shop-checkout-product-link {
  cursor: pointer;
  max-width: 100%;
}

.le-shop-checkout-product-link:hover,
.le-shop-checkout-product-link:focus {
  opacity: 0.88;
}

.le-shop-checkout-totals {
  background: rgba(0, 200, 83, 0.05);
  border-radius: 0.75rem;
  padding: 1rem 1.15rem;
}

.le-shop-success-icon {
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: rgba(0, 200, 83, 0.12);
  color: var(--le-green);
  font-size: 2rem;
  font-weight: 800;
  line-height: 4rem;
}

.le-shop-checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.le-shop-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 5.5rem;
  color: #adb5bd;
}

.le-shop-step-active {
  color: var(--le-green-dark);
}

.le-shop-step-active .le-shop-step-num {
  background: var(--le-green);
  color: #fff;
  border-color: var(--le-green);
}

.le-shop-step-done {
  color: var(--le-green-dark);
}

.le-shop-step-done .le-shop-step-num {
  background: rgba(0, 200, 83, 0.15);
  color: var(--le-green);
  border-color: var(--le-green);
}

.le-shop-step-num {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 2px solid #ced4da;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  background: #fff;
}

.le-shop-step-label {
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
  max-width: 7rem;
}

.le-shop-step-line {
  flex: 1;
  min-width: 1.5rem;
  max-width: 3rem;
  height: 2px;
  background: #dee2e6;
  margin: 0 0.35rem 1.25rem;
}

.le-shop-checkout-products {
  display: grid;
  gap: 0.85rem;
}

.le-shop-checkout-product {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.le-shop-checkout-product:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.le-shop-checkout-ship-tip-save {
  line-height: 1.4;
}

.le-shop-checkout-ship-tip-upsell {
  line-height: 1.4;
  font-style: italic;
}

.le-shop-checkout-ship-upsell {
  line-height: 1.45;
  padding: 0.5rem 0.65rem;
  background: rgba(0, 200, 83, 0.08);
  border-radius: 0.5rem;
  border-left: 3px solid var(--le-green-dark, #00a152);
}

.le-shop-checkout-ship-upsell a {
  text-decoration: none;
}

.le-shop-checkout-ship-upsell a:hover {
  text-decoration: underline;
}

.le-shop-checkout-product-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #f8f9fa;
  border-radius: 0.85rem;
  padding: 0.25rem;
}

.le-shop-checkout-summary {
  position: sticky;
  top: 1rem;
}

.le-shop-stripe-trust {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 1.25rem;
}

.le-shop-stripe-logo {
  max-width: 200px;
}

.le-shop-stripe-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.le-shop-check-icon {
  color: var(--le-green);
  font-weight: 700;
  flex-shrink: 0;
}

.le-shop-orders-btn {
  background: #fff;
  border: 2px solid var(--le-green);
  color: var(--le-green-dark);
  font-weight: 700;
  border-radius: 999px;
  padding: 0.45rem 1rem;
}

.le-shop-orders-btn:hover {
  background: rgba(0, 200, 83, 0.08);
  color: var(--le-green-dark);
}

/* My orders modal */
.le-shop-orders-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.5rem 1rem;
  background: linear-gradient(135deg, rgba(0, 200, 83, 0.1) 0%, rgba(255, 255, 255, 1) 70%);
  border-bottom: 1px solid rgba(0, 200, 83, 0.15);
}

.le-shop-orders-modal-header-text {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.le-shop-orders-modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: var(--le-green);
  color: #fff;
  flex-shrink: 0;
}

.le-shop-orders-modal-sub {
  font-size: 0.8125rem;
  color: #6c757d;
  margin-top: 0.15rem;
}

.le-shop-orders-modal-body {
  padding: 1.25rem 1.5rem 1.5rem;
  background: #f8faf9;
}

.le-shop-orders-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.le-shop-orders-loading {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.le-shop-order-skeleton {
  height: 9.5rem;
  border-radius: 1rem;
  background: linear-gradient(90deg, #eef2f0 25%, #f8faf9 50%, #eef2f0 75%);
  background-size: 200% 100%;
  animation: le-shop-skeleton-shimmer 1.2s ease-in-out infinite;
}

@keyframes le-shop-skeleton-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.le-shop-orders-error {
  margin-bottom: 1rem;
}

.le-shop-orders-error-inner {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  background: #fff5f5;
  border: 1px solid rgba(220, 53, 69, 0.25);
  color: #842029;
}

.le-shop-orders-error-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #dc3545;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.le-shop-orders-empty,
.le-shop-orders-login {
  text-align: center;
  padding: 2rem 1rem 1.5rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 200, 83, 0.35);
}

.le-shop-orders-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(0, 200, 83, 0.12);
  color: var(--le-green-dark);
  margin-bottom: 1rem;
}

.le-shop-order-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  padding: 1.1rem 1.2rem;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.le-shop-order-card--paid {
  border-left: 4px solid var(--le-green);
}

.le-shop-order-card--pending {
  border-left: 4px solid #ffc107;
}

.le-shop-order-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.le-shop-order-id-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.le-shop-order-id-label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  font-weight: 600;
}

.le-shop-order-id {
  font-size: 1.125rem;
  font-weight: 800;
  color: #212529;
  line-height: 1.2;
}

.le-shop-order-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}

.le-shop-order-pill-paid {
  background: rgba(0, 200, 83, 0.15);
  color: var(--le-green-dark);
}

.le-shop-order-pill-pending {
  background: rgba(255, 193, 7, 0.2);
  color: #856404;
}

.le-shop-order-pill-muted {
  background: #eef2f0;
  color: #6c757d;
}

.le-shop-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.8125rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}

.le-shop-order-item-count::before {
  content: "·";
  margin-right: 0.75rem;
  opacity: 0.5;
}

.le-shop-order-hint {
  font-size: 0.8125rem;
  color: var(--le-green-dark);
  background: rgba(0, 200, 83, 0.08);
  border-radius: 0.5rem;
  padding: 0.4rem 0.65rem;
  margin-bottom: 0.65rem;
}

.le-shop-order-items {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.le-shop-order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.875rem;
  padding: 0.45rem 0.65rem;
  background: #f8faf9;
  border-radius: 0.5rem;
}

.le-shop-order-item-muted {
  color: #6c757d;
  font-style: italic;
}

.le-shop-order-item-name {
  flex: 1;
  min-width: 0;
  color: #212529;
  font-weight: 500;
}

.le-shop-order-qty {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #6c757d;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  padding: 0.1rem 0.45rem;
}

.le-shop-order-grade9 {
  font-size: 0.8125rem;
  color: #0c5460;
  background: rgba(13, 202, 240, 0.12);
  border-radius: 0.5rem;
  padding: 0.45rem 0.65rem;
  margin-bottom: 0.75rem;
}

.le-shop-order-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.le-shop-order-shipping {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-size: 0.8125rem;
}

.le-shop-order-shipping-label {
  color: #6c757d;
}

.le-shop-order-shipping-cost {
  color: #495057;
  font-weight: 600;
}

.le-shop-order-total {
  text-align: right;
}

.le-shop-order-total-label {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  font-weight: 600;
}

.le-shop-order-total-amount {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--le-green-dark);
  line-height: 1.2;
}

.le-shop-order-card-placeholder {
  opacity: 0.55;
  border-style: dashed;
}

.le-shop-order-status-paid {
  color: var(--le-green);
  font-weight: 700;
}

.le-shop-order-status-pending {
  color: #856404;
  font-weight: 700;
}

.le-shop-teaser-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 1rem;
}

.le-shop-grade9-teaser {
  padding: 1.5rem 1.75rem;
}

.le-shop-grade9-teaser .le-shop-headline {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
}

.le-shop-qty-input {
  width: 4rem;
  text-align: center;
}

@media (max-width: 991.98px) {
  .le-shop-hero-block {
    padding: 1.25rem;
  }

  .le-shop-price-lg {
    font-size: 2.35rem;
  }

  .le-shop-hero-img {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .le-shop-sticky-cart {
    position: static;
  }

  .le-shop-series-banner {
    padding: 1.25rem;
  }

  .le-shop-hero-marketing {
    text-align: center;
  }

  .le-shop-hero-marketing .le-shop-how-it-works {
    text-align: center;
  }

  .le-shop-grade9-teaser {
    padding: 1.25rem;
    text-align: center;
  }

  .le-shop-grade9-teaser .le-shop-teaser-img {
    max-width: 220px;
    margin-bottom: 0.5rem;
  }

  .le-shop-info-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .le-shop-shipping-list {
    grid-template-columns: 1fr;
  }

  .le-shop-headline-hero {
    font-size: clamp(1.75rem, 6vw, 2.25rem);
  }

  .le-shop-collectible-note {
    text-align: center;
  }

  .le-shop-uk-delivery-actions {
    width: 100%;
    justify-content: stretch;
  }

  .le-shop-uk-delivery-actions .le-shop-orders-btn,
  .le-shop-uk-delivery-actions .le-shop-cart-btn {
    flex: 1 1 auto;
    justify-content: center;
  }
}

.le-shop-grade9-login-panel {
  border: 2px dashed rgba(0, 200, 83, 0.45);
  border-radius: 1rem;
  background: rgba(0, 200, 83, 0.04);
  padding: 1.5rem 1.35rem;
}

.le-shop-grade9-success-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(0, 200, 83, 0.15);
  color: var(--le-green-dark);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 3rem;
  text-align: center;
}

.le-shop-grade9-success-icon-lg {
  width: auto;
  height: auto;
  background: transparent;
  font-size: 2.75rem;
  line-height: 1.2;
}

.le-shop-grade9-submitted-panel {
  background: #f8fffb;
  border-color: rgba(0, 200, 83, 0.25);
}

.le-shop-grade9-success-modal .modal-body {
  background: linear-gradient(180deg, #f8fffb 0%, #fff 100%);
}

.le-shop-membership-eligibility {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  background: var(--le-gold-bg);
  border: 1px solid rgba(255, 213, 79, 0.55);
}

.le-shop-membership-badges {
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
  align-items: center;
}

.le-shop-membership-badges img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 50%;
}

.le-shop-membership-eligibility-title {
  font-size: 0.95rem;
  color: var(--le-green-dark);
  margin-bottom: 0.25rem;
}

.le-shop-membership-eligibility.le-shop-membership-ineligible {
  background: #fff8e6;
  border-color: rgba(255, 193, 7, 0.55);
}

.le-shop-membership-eligibility.le-shop-membership-ineligible .le-shop-membership-eligibility-title {
  color: #856404;
}

@media (max-width: 575px) {
  .le-shop-membership-eligibility {
    flex-direction: column;
    text-align: center;
  }

  .le-shop-membership-badges img {
    width: 56px;
    height: 56px;
  }
}

.le-shop-shipping-reference {
  border: 1px solid rgba(0, 200, 83, 0.35);
  border-radius: 1rem;
  background: #f8fffb;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 80, 40, 0.06);
}

.le-shop-shipping-reference-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  border: 0;
  background: linear-gradient(180deg, #f0fff6 0%, #f8fffb 100%);
  padding: 1rem 1.15rem;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.le-shop-shipping-reference-toggle:hover,
.le-shop-shipping-reference-toggle:focus {
  background: rgba(0, 200, 83, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 200, 83, 0.25);
}

.le-shop-shipping-ref-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.65rem;
}

.le-shop-shipping-ref-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(0, 200, 83, 0.15);
  color: var(--le-green-dark);
  flex-shrink: 0;
}

.le-shop-shipping-ref-icon-wrap .bi-truck {
  font-size: 1rem;
  line-height: 1;
}

.le-shop-shipping-ref-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--le-green-dark);
  color: #fff;
}

.le-shop-shipping-ref-expand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  flex-shrink: 0;
  min-width: 3.25rem;
  padding: 0.35rem 0.5rem;
  border-radius: 0.65rem;
  background: rgba(0, 200, 83, 0.12);
  border: 1px solid rgba(0, 200, 83, 0.35);
  color: var(--le-green-dark);
}

.le-shop-shipping-ref-expand-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
}

.le-shop-shipping-reference-toggle.is-open .le-shop-shipping-ref-expand-label::before {
  content: "Hide";
}

.le-shop-shipping-reference-toggle:not(.is-open) .le-shop-shipping-ref-expand-label::before {
  content: "Show";
}

.le-shop-shipping-reference-toggle.is-open .le-shop-shipping-ref-badge {
  background: #6c757d;
}

.le-shop-shipping-ref-chevron {
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--le-green-dark);
  transition: transform 0.2s ease;
}

.le-shop-shipping-reference-toggle.is-open .le-shop-shipping-ref-chevron {
  transform: rotate(180deg);
}

.le-shop-shipping-reference-panel {
  display: none;
  padding: 0 1.15rem 1.15rem;
  border-top: 1px dashed rgba(0, 200, 83, 0.35);
  background: #fff;
}

.le-shop-shipping-reference-panel.show {
  display: block;
  padding-top: 1rem;
}

@media (max-width: 575px) {
  .le-shop-shipping-reference-toggle {
    flex-wrap: wrap;
  }

  .le-shop-shipping-ref-expand {
    flex-direction: row;
    width: 100%;
    min-width: 0;
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
    justify-content: center;
  }

  .le-shop-shipping-ref-expand-label::before {
    margin-right: 0.35rem;
  }
}

.le-shop-shipping-ref-loading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
  color: #6c757d;
  font-size: 0.95rem;
}

.le-shop-shipping-ref-spinner {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid rgba(0, 150, 36, 0.2);
  border-top-color: var(--le-green-dark);
  border-radius: 50%;
  animation: le-shop-spin 0.8s linear infinite;
}

@keyframes le-shop-spin {
  to { transform: rotate(360deg); }
}

.le-shop-shipping-ref-table {
  margin-bottom: 0;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
}

.le-shop-shipping-ref-table thead th {
  background: #fff;
  border-bottom-width: 1px;
  font-size: 0.85rem;
  color: #495057;
  white-space: nowrap;
}

.le-shop-shipping-ref-table tbody td {
  border-color: rgba(0, 0, 0, 0.06);
  font-size: 0.92rem;
  vertical-align: middle;
}

.le-shop-shipping-ref-country {
  font-weight: 600;
  color: #212529;
  white-space: nowrap;
}

.le-shop-shipping-ref-flag {
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin-right: 0.5rem;
  vertical-align: -3px;
}

.le-shop-upload-help-btn {
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  border: 2px solid var(--le-green-dark);
  background: #fff;
  color: var(--le-green-dark);
  font-weight: 800;
  font-size: 0.85rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  margin-top: 0.15rem;
}

.le-shop-upload-help-btn:hover,
.le-shop-upload-help-btn:focus {
  background: rgba(0, 200, 83, 0.1);
}

.le-shop-upload-help-btn[aria-expanded="true"] {
  background: var(--le-green-dark);
  color: #fff;
}

.le-shop-upload-guideline {
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  background: #f8fffb;
  border: 1px solid rgba(0, 200, 83, 0.22);
}

.le-shop-upload-guideline ul li {
  margin-bottom: 0.35rem;
}

.le-shop-upload-guideline ul li:last-child {
  margin-bottom: 0;
}

.le-shop-address-preview {
  border-color: rgba(0, 200, 83, 0.22) !important;
  background: #f8fffb !important;
}

.le-shop-address-preview-body strong {
  color: var(--le-green-dark, #198754);
}
