/** Shopify CDN: Minification failed

Line 592:0 Unexpected "}"
Line 3620:17 Expected identifier but found whitespace
Line 3620:18 Unexpected "0.01rem"
Line 4565:8 Expected identifier but found whitespace
Line 4565:9 Unexpected "100%"

**/
/* ------------------------------------------------------------
   CORE CARD VISIBILITY & LAYOUT RECOVERY
   ------------------------------------------------------------ */

/* Global brand token — single source of truth for teal */
:root {
  --loopmarket-teal: #3BB18A;
  --loopmarket-teal-dark: #329675;
  --loopmarket-teal-shadow: rgba(59, 177, 138, 0.2);
  --loopmarket-teal-shadow-hover: rgba(59, 177, 138, 0.3);
}

.loopmarket-collection-grid .product-card-wrapper {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Universal card stabilization for alignment & height */
.card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.card__content {
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.card__information {
  margin-top: auto !important;
}

/* Fix: NEVER force 100% height on inner if it's in a grid row set to auto */
.product-card-wrapper > .card > .card__inner {
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

.loopmarket-section {
  --loopmarket-accent: var(--loopmarket-teal);
  --loopmarket-ui-green: var(--loopmarket-teal);
  --loopmarket-soft-green-bg: #f9fafb;
  --loopmarket-text: #111827;
  --loopmarket-surface: #ffffff;
  --loopmarket-background: #f9fafb;
  --loopmarket-border: #e6e6e6;
  --loopmarket-shadow: 0 4px 12px rgba(0,0,0,0.05);
  --loopmarket-radius: 12px;
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(59, 177, 138, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 250, 251, 0.96));
}

.loopmarket-hero,
.loopmarket-products,
.loopmarket-content-cards,
.loopmarket-setup-addons,
.loopmarket-trust {
  background: #ffffff;
}

.loopmarket-product-strip,
.loopmarket-bundles,
.loopmarket-seo-guides {
  background: #f7f7f7;
}

.loopmarket-flexible-payments {
  background:
    radial-gradient(circle at top right, rgba(139, 197, 63, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff, #f5f8f2);
}

.loopmarket-section .page-width {
  position: relative;
}

.page-width,
.main-page-width {
  max-width: min(100%, var(--page-width));
  margin-left: auto;
  margin-right: auto;
}

.shopify-section-group-header-group,
.shopify-section-group-footer-group,
#MainContent,
.content-for-layout {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.loopmarket-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  padding: 0.7rem 1.2rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--loopmarket-text);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

.loopmarket-heading {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: clamp(3.4rem, 5vw, 6.4rem);
  line-height: 1.04;
  letter-spacing: -0.08rem;
}

.loopmarket-heading__line {
  display: block;
  white-space: nowrap;
}

.loopmarket-heading__line:first-child {
  font-size: 0.88em;
  font-weight: 600;
  letter-spacing: -0.05rem;
}

.loopmarket-heading__line:last-child {
  font-weight: 700;
}

.loopmarket-heading--hero .loopmarket-heading__line {
  white-space: normal;
}

.loopmarket-heading--hero .loopmarket-heading__line:first-child,
.loopmarket-heading--hero .loopmarket-heading__line:last-child {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: -0.08rem;
}

.loopmarket-hero__brand-lockup {
  margin: 1.2rem 0 0;
}

.loopmarket-hero__brand-line,
.loopmarket-hero__brand-tagline {
  margin: 0;
}

.loopmarket-hero__brand-line {
  color: #111111;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.loopmarket-hero__brand-tagline {
  margin-top: 0.4rem;
  color: #595959;
  font-size: 1.55rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
}

.loopmarket-subheading {
  margin: 1.8rem 0 0;
  max-width: 60rem;
  color: #595959;
  font-size: 1.7rem;
  line-height: 1.6;
}

.loopmarket-hero__specialization {
  margin: 1.2rem 0 0;
  color: rgba(31, 31, 31, 0.8);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 1.5;
}

.loopmarket-hero__price-anchor {
  display: grid;
  gap: 0.2rem;
  margin: 2rem 0 0;
  width: fit-content;
}

.loopmarket-hero__price-line {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin: 0;
  flex-wrap: wrap;
}

.loopmarket-hero__price-product-label {
  margin: 0 0 0.4rem;
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.25;
}

.loopmarket-hero__price-label,
.loopmarket-hero__price-value {
  margin: 0;
}

.loopmarket-hero__price-label {
  color: #6B7280;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
}

.loopmarket-hero__price-value {
  color: #6B7280;
  font-size: clamp(2.4rem, 3.2vw, 4.0rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02rem;
}

.loopmarket-hero__price-savings {
  display: block;
  margin: 1.6rem 0 0;
  padding: 1.6rem 0 0;
  color: var(--loopmarket-teal);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.loopmarket-section-heading {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: clamp(2.8rem, 3.6vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -0.05rem;
}

.loopmarket-section-copy {
  margin: 1.4rem 0 0;
  color: rgba(31, 31, 31, 0.82);
  line-height: 1.6;
}

.loopmarket-header-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.6rem;
}

.loopmarket-link {
  color: var(--loopmarket-text);
  font-weight: 700;
  text-decoration: none;
}

.loopmarket-link:focus-visible {
  color: var(--loopmarket-text);
  text-decoration: underline;
  text-underline-offset: 0.24rem;
}

.loopmarket-link:hover {
  color: var(--loopmarket-accent);
}

.loopmarket-grid {
  display: grid;
  gap: 2rem;
}

.loopmarket-grid__item {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  grid-column: span 1;
}

.loopmarket-seo-guides__grid {
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 4rem) / 3);
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x proximity;
  scroll-padding-left: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.loopmarket-seo-guides__grid::-webkit-scrollbar {
  display: none;
}

.loopmarket-seo-guide-card {
  height: 100%;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: var(--loopmarket-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(31, 31, 31, 0.06);
  overflow: hidden;
  scroll-snap-align: start;
}

.loopmarket-seo-guide-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.loopmarket-seo-guide-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: 
    radial-gradient(circle at 75% 25%, #ffffff, transparent 70%),
    radial-gradient(circle at 20% 85%, #dce9d7, transparent 60%),
    #e6efe3;
}

/* Subtle overlay to unify depth across all images */
.loopmarket-seo-guide-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.25), transparent 70%);
  pointer-events: none;
  z-index: 2;
}

.loopmarket-seo-guide-card__image,
.loopmarket-seo-guide-card__image-placeholder {
  width: 100%;
  height: 100%;
  display: block;
}

.loopmarket-seo-guide-card__image {
  object-fit: cover;
  object-position: center right;
  transform: scale(1.15);
  transform-origin: center right;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Nudge middle phone up slightly to match scale/position of others */
.loopmarket-seo-guides__grid > :nth-child(2) .loopmarket-seo-guide-card__image {
  transform: scale(1.15) translateY(-2%);
}

.loopmarket-seo-guide-card__image-placeholder {
  background: transparent; /* Inherits from parent container */
}

.loopmarket-seo-guide-card__body {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  flex: 1;
  padding: 2rem 2rem 2.2rem;
}

.loopmarket-seo-guide-card__kicker {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  z-index: 3;
  margin: 0;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(31, 31, 31, 0.72);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.loopmarket-seo-guide-card__title {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: 2.1rem;
  line-height: 1.2;
}

.loopmarket-seo-guide-card__description {
  margin: 0;
  color: rgba(31, 31, 31, 0.76);
  line-height: 1.6;
}

.loopmarket-seo-guide-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
  color: var(--loopmarket-text);
  font-weight: 700;
  text-decoration: none;
}

.loopmarket-seo-guide-card__link:hover .loopmarket-seo-guide-card__cta,
.loopmarket-seo-guide-card__link:focus-visible .loopmarket-seo-guide-card__cta,
.loopmarket-seo-guide-card__link:hover .loopmarket-seo-guide-card__title,
.loopmarket-seo-guide-card__link:focus-visible .loopmarket-seo-guide-card__title {
  color: var(--loopmarket-accent);
}

.loopmarket-seo-guide-card__link:hover .loopmarket-seo-guide-card__image,
.loopmarket-seo-guide-card__link:focus-visible .loopmarket-seo-guide-card__image {
  transform: scale(1.22);
}

.loopmarket-seo-guides__grid > :nth-child(2) .loopmarket-seo-guide-card__link:hover .loopmarket-seo-guide-card__image,
.loopmarket-seo-guides__grid > :nth-child(2) .loopmarket-seo-guide-card__link:focus-visible .loopmarket-seo-guide-card__image {
  transform: scale(1.22) translateY(-2%);
}

@media screen and (max-width: 989px) {
  .loopmarket-seo-guides__grid {
    grid-auto-columns: calc((100% - 2rem) / 2);
  }
}

@media screen and (max-width: 749px) {
  .loopmarket-seo-guides__grid {
    grid-auto-columns: 84vw;
  }
}

.loopmarket-empty-state {
  grid-column: 1 / -1;
  padding: 2.4rem;
  border: 1px dashed rgba(31, 31, 31, 0.16);
  border-radius: var(--loopmarket-radius);
  background: rgba(255, 255, 255, 0.72);
}

.loopmarket-empty-state__eyebrow {
  margin: 0 0 0.8rem;
  color: rgba(31, 31, 31, 0.48);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.loopmarket-empty-state__title {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: 2.2rem;
}

.loopmarket-empty-state__copy {
  margin: 0.8rem 0 0;
  max-width: 62rem;
  color: rgba(31, 31, 31, 0.7);
  line-height: 1.6;
}

.loopmarket-empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.8rem;
}

.loopmarket-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.loopmarket-card {
  height: 100%;
  padding: 2.4rem;
  border: 1px solid var(--loopmarket-border);
  border-radius: var(--loopmarket-radius);
  background: var(--loopmarket-surface);
  box-shadow: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.loopmarket-card:hover {
  transform: translateY(-0.6rem);
  border-color: rgba(139, 197, 63, 0.24);
  box-shadow: none;
}

.loopmarket-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: flex-start;
}

.loopmarket-card__badges--anchored {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 2;
}

.loopmarket-card__badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.4rem 1rem;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.loopmarket-card__badge-pill--value {
  background: var(--loopmarket-teal);
}

.loopmarket-card__badge-pill--creator {
  background: #e5e7eb;
  color: #374151;
}

.loopmarket-card__badge-pill--starter {
  background: #2563eb;
}

.loopmarket-card__badge-pill--protection {
  background: #7c3aed;
}

.loopmarket-card__badge-pill--soft,
.loopmarket-card__badge-pill--neutral {
  background: #EAF7D6;
  color: #2E2E2E;
  border: 1px solid #8EDC00;
  transition: background-color 0.2s ease;
}

.loopmarket-card__badge-pill--limited {
  background: #8EDC00;
  color: #000000;
  font-weight: 700;
}

/* Stock Indicator / Note Styles */
.loopmarket-card__availability,
.loopmarket-card__note,
.loopmarket-setup-addon-card__note,
.limited-drop-card__inventory {
  color: #8EDC00 !important;
  font-weight: 600 !important;
}

}

/* ------------------------------------------------------------
   GLOBAL BUTTON STANDARDIZATION
   ------------------------------------------------------------ */
.button,
.button--primary,
.button--secondary,
.customer button,
.quick-add__submit,
.featured-iphone-card__button,
.loopmarket-hero__actions .button {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  padding: 1.2rem 2.6rem !important;
  min-height: 4.6rem !important;
  cursor: pointer !important;
  position: relative !important;
}

/* Explicitly kill Dawn/Theme pseudo-borders */
.button::after,
.button::before,
.button--primary::after,
.button--secondary::after,
.quick-add__submit::after,
.featured-iphone-card__button::after {
  content: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Primary Styling (Brand Green) */
.button--primary,
.quick-add__submit,
.featured-iphone-card__button,
.loopmarket-hero__actions .button--primary {
  background: var(--loopmarket-teal) !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 14px var(--loopmarket-teal-shadow) !important;
}

.button--primary:hover,
.quick-add__submit:hover,
.featured-iphone-card__button:hover,
.loopmarket-hero__actions .button--primary:hover {
  background: var(--loopmarket-teal-dark) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px var(--loopmarket-teal-shadow-hover) !important;
}

/* Secondary Styling (Soft Gray/White Premium) */
.button--secondary,
.loopmarket-hero__actions .button--secondary {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #111827 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  backdrop-filter: blur(8px);
}

.button--secondary:hover,
.loopmarket-hero__actions .button--secondary:hover {
  background: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1) !important;
}


.loopmarket-content-cards {
  padding: 3.2rem 0 4.8rem;
}

.loopmarket-content-cards__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.loopmarket-content-card {
  display: grid;
  align-content: start;
  gap: 1.6rem;
}

.loopmarket-content-card:hover .loopmarket-content-card__divider,
.loopmarket-content-card:focus-within .loopmarket-content-card__divider {
  width: 56%;
  background: rgba(163, 199, 70, 0.7);
}

.loopmarket-content-card__badge {
  justify-self: start;
}

.loopmarket-content-card__title {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: 2.4rem;
  line-height: 1.1;
}

.loopmarket-content-card__spec-line {
  margin: -0.4rem 0 0;
  color: rgba(31, 31, 31, 0.54);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.065rem;
  text-transform: uppercase;
}

.loopmarket-content-card__divider {
  display: block;
  width: 40%;
  height: 1px;
  margin: -0.2rem 0 0.2rem;
  background: #eaeaea;
  transition: width 180ms ease, background-color 180ms ease;
}

.loopmarket-content-card__description {
  margin: 0;
  color: rgba(31, 31, 31, 0.72);
}

.loopmarket-content-card__actions {
  margin-top: auto;
}

.loopmarket-content-card__link {
  color: var(--loopmarket-text);
  font-weight: 700;
  text-decoration: none;
}

.loopmarket-content-card__link:hover,
.loopmarket-content-card__link:focus-visible {
  color: var(--loopmarket-accent);
  text-decoration: underline;
  text-underline-offset: 0.24rem;
}

.loopmarket-placeholder-product {
  display: grid;
  gap: 1.8rem;
}

.loopmarket-placeholder-product__media {
  display: grid;
  place-items: center;
  min-height: 24rem;
  border-radius: 12px;
  background:
    radial-gradient(circle at top, rgba(139, 197, 63, 0.24), transparent 28%),
    linear-gradient(180deg, #f8fafb, #eef2f4);
}

.loopmarket-placeholder-product__device {
  position: relative;
  width: min(16rem, 56%);
  aspect-ratio: 0.54 / 1;
  border-radius: 12px;
  background: linear-gradient(180deg, #1f2023, #0f1012);
  box-shadow:
    0 2rem 4rem rgba(31, 31, 31, 0.18),
    inset 0 0 0 0.1rem rgba(255, 255, 255, 0.12);
}

.loopmarket-placeholder-product__device::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 5.8rem;
  height: 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
}

.loopmarket-placeholder-product__camera {
  position: absolute;
  top: 1.8rem;
  left: 1.6rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 0.1rem rgba(255, 255, 255, 0.06),
    inset 0 0 0 0.1rem rgba(255, 255, 255, 0.04);
}

.loopmarket-placeholder-product__camera::before,
.loopmarket-placeholder-product__camera::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.loopmarket-placeholder-product__camera::before {
  top: 0.7rem;
  left: 0.7rem;
  width: 1rem;
  height: 1rem;
}

.loopmarket-placeholder-product__camera::after {
  right: 0.7rem;
  bottom: 0.7rem;
  width: 1.2rem;
  height: 1.2rem;
}

.loopmarket-placeholder-product__cable {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.loopmarket-placeholder-product__cable-head {
  width: 2.2rem;
  height: 3.2rem;
  border-radius: 0.8rem;
  background: linear-gradient(180deg, #24262a, #101114);
  box-shadow: 0 1rem 2rem rgba(31, 31, 31, 0.14);
}

.loopmarket-placeholder-product__cable-line {
  width: 9rem;
  height: 0.8rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #d6dcdf, #f5f7f8, #d6dcdf);
}

.loopmarket-placeholder-product__charger {
  position: relative;
  width: 10rem;
  height: 12rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #ffffff, #e8edf0);
  box-shadow:
    0 2rem 3.6rem rgba(31, 31, 31, 0.14),
    inset 0 0 0 0.1rem rgba(31, 31, 31, 0.04);
}

.loopmarket-placeholder-product__charger-prong {
  position: absolute;
  top: -1.8rem;
  width: 1rem;
  height: 2.6rem;
  border-radius: 999px;
  background: #c8ced3;
}

.loopmarket-placeholder-product__charger-prong:first-child {
  left: 3.3rem;
}

.loopmarket-placeholder-product__charger-prong:last-child {
  right: 3.3rem;
}

.loopmarket-placeholder-product__case {
  position: relative;
  width: 13rem;
  aspect-ratio: 0.56 / 1;
  border-radius: 3rem;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.12), rgba(31, 31, 31, 0.05));
  box-shadow:
    inset 0 0 0 0.2rem rgba(31, 31, 31, 0.16),
    0 2rem 3.6rem rgba(31, 31, 31, 0.12);
}

.loopmarket-placeholder-product__case-cutout {
  position: absolute;
  top: 1.5rem;
  left: 1.4rem;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  background: rgba(31, 31, 31, 0.12);
  box-shadow: inset 0 0 0 0.1rem rgba(31, 31, 31, 0.08);
}

.loopmarket-placeholder-product__shield {
  width: 12rem;
  aspect-ratio: 0.62 / 1;
  border-radius: 2.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(223, 231, 235, 0.86));
  box-shadow:
    inset 0 0 0 0.1rem rgba(31, 31, 31, 0.08),
    0 2rem 3.6rem rgba(31, 31, 31, 0.12);
}

.loopmarket-placeholder-product__body {
  display: grid;
  gap: 0.8rem;
}

.loopmarket-placeholder-product__eyebrow {
  margin: 0;
  color: rgba(31, 31, 31, 0.45);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.loopmarket-placeholder-product__title {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: 2rem;
  line-height: 1.08;
}

.loopmarket-placeholder-product__copy {
  margin: 0;
  color: rgba(31, 31, 31, 0.68);
  line-height: 1.6;
}

.loopmarket-stat-list,
.loopmarket-pill-list,
.loopmarket-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.loopmarket-pill {
  padding: 1rem 1.4rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: rgba(31, 31, 31, 0.84);
  font-size: 1.3rem;
  font-weight: 600;
}

.loopmarket-hero {
  overflow: hidden;
  padding: 3.6rem 0 4.4rem;
}

.loopmarket-hero__frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 52rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 3.2rem;
  background: #eef2ef;
  box-shadow: 0 28px 90px rgba(31, 31, 31, 0.08);
}

.loopmarket-hero__frame > * {
  min-width: 0;
}

.loopmarket-hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.loopmarket-hero__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.56) 26%, rgba(255, 255, 255, 0.22) 46%, rgba(255, 255, 255, 0.04) 66%, rgba(255, 255, 255, 0) 80%),
    linear-gradient(180deg, rgba(8, 12, 11, 0.04), rgba(8, 12, 11, 0.08));
  pointer-events: none;
}

.loopmarket-hero__background-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 12%;
}

.loopmarket-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  width: min(100%, 58rem);
  min-height: 52rem;
  padding: clamp(4rem, 5vw, 6.4rem);
  color: var(--loopmarket-text);
}

.loopmarket-hero__content > * {
  position: relative;
  z-index: 2;
}

.loopmarket-hero .loopmarket-heading {
  font-size: clamp(2.8rem, 3.7vw, 4.8rem);
  line-height: 1.1;
  color: var(--loopmarket-text);
}

.loopmarket-hero .loopmarket-subheading {
  margin-top: 2.4rem;
  margin-bottom: 0;
  color: rgba(31, 31, 31, 0.82);
}

.loopmarket-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 2.4rem;
}

@keyframes loopmarket-hero-float {
  0%,
  100% {
    transform: scale(1.12) translateY(0);
  }

  50% {
    transform: scale(1.12) translateY(-0.6rem);
  }
}

@keyframes loopmarket-hero-placeholder-float {
  0%,
  100% {
    transform: rotate(-12deg) translateY(-0.8rem);
  }

  50% {
    transform: rotate(-12deg) translateY(-1.4rem);
  }
}

.loopmarket-hero__placeholder {
  position: relative;
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 32rem;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.98), transparent 18%),
    radial-gradient(circle at 70% 70%, rgba(139, 197, 63, 0.12), transparent 22%),
    linear-gradient(145deg, #ffffff, #edf1f4);
}

.loopmarket-hero__phone {
  position: relative;
  width: min(24.8rem, 49.5%);
  aspect-ratio: 0.5 / 1;
  padding: 0.8rem;
  border-radius: 4rem;
  background: linear-gradient(180deg, #56585d, #1a1b1f);
  box-shadow:
    0 4.2rem 7.8rem rgba(31, 31, 31, 0.12),
    inset 0 0 0 0.1rem rgba(255, 255, 255, 0.14);
  transform: rotate(-12deg) translateY(-0.8rem);
  animation: loopmarket-hero-placeholder-float 6s ease-in-out infinite;
}

.loopmarket-hero__phone-screen {
  position: relative;
  height: 100%;
  border-radius: 3.2rem;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.16), transparent 16%),
    radial-gradient(circle at 68% 58%, rgba(139, 197, 63, 0.12), transparent 20%),
    linear-gradient(180deg, #30343a, #1d2025 52%, #0f1216);
}

.loopmarket-hero__phone-screen::before {
  content: '';
  position: absolute;
  top: 1.4rem;
  left: 50%;
  width: 8rem;
  height: 1.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
}

.loopmarket-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.2rem);
}

.loopmarket-hero__orb--one {
  top: 3.2rem;
  right: 4.8rem;
  width: 9rem;
  height: 9rem;
  background: rgba(139, 197, 63, 0.25);
}

.loopmarket-hero__orb--two {
  bottom: 3.2rem;
  left: 5.2rem;
  width: 6rem;
  height: 6rem;
  background: rgba(31, 31, 31, 0.08);
}

.loopmarket-hero__chip {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  padding: 1rem 1.4rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: rgba(31, 31, 31, 0.78);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.loopmarket-hero__image-card img,
.loopmarket-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loopmarket-hero .loopmarket-eyebrow,
.loopmarket-hero__price-label,
.loopmarket-hero__price-product-label,
.loopmarket-hero__price-value {
  color: var(--loopmarket-text);
}

.loopmarket-hero .loopmarket-eyebrow {
  border-color: rgba(31, 31, 31, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.loopmarket-hero__price-label {
  color: rgba(31, 31, 31, 0.72);
}

.loopmarket-hero__price-product-label {
  color: rgba(31, 31, 31, 0.82);
}

.loopmarket-hero__actions .button--secondary {
  border-color: rgba(31, 31, 31, 0.6);
  color: rgba(31, 31, 31, 0.92);
  background: rgba(255, 255, 255, 0.72);
}

.loopmarket-price {
  color: var(--loopmarket-text);
  font-weight: 700;
}

.loopmarket-products {
  padding: 3.2rem 0 4rem;
}

.loopmarket-product-strip {
  padding: 3.2rem 0 2.8rem;
}

.loopmarket-product-strip__header {
  margin-bottom: 1.8rem;
}

.loopmarket-product-strip__title {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: clamp(2.2rem, 2.8vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.04rem;
}

  .loopmarket-product-strip__subtitle {
    margin: 0.8rem 0 0;
  color: rgba(31, 31, 31, 0.78);
  font-size: 1.5rem;
  line-height: 1.6;
}

.loopmarket-product-strip__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.loopmarket-product-strip__card {
  display: grid;
  justify-items: center;
  gap: 1rem;
  padding: 1.6rem 1.6rem 1.5rem;
  text-decoration: none;
  transition:
    transform 250ms ease,
    box-shadow 250ms ease,
    border-color 250ms ease;
}

.loopmarket-product-strip__card,
.loopmarket-product-strip__card:hover,
.loopmarket-product-strip__card:focus-visible {
  color: inherit;
  text-decoration: none;
}

.loopmarket-product-strip__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 16rem;
  max-width: 19.6rem;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  padding: 1.4rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #ffffff, #f4f6f7);
}

.loopmarket-product-strip__media::before {
  content: '';
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(200, 210, 200, 0.18), transparent 70%);
  opacity: 0.42;
  transform: scale(0.92);
  transition:
    opacity 250ms ease,
    transform 250ms ease;
}

.loopmarket-product-strip__media img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 114%;
  height: auto;
  max-height: 114%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0.7rem 1.2rem rgba(31, 31, 31, 0.065));
  transition:
    transform 250ms ease,
    filter 250ms ease;
}

.loopmarket-product-strip__placeholder {
  display: grid;
  place-items: center;
  min-height: 16rem;
}

.loopmarket-product-strip__phone {
  position: relative;
  width: min(10rem, 44%);
  aspect-ratio: 0.54 / 1;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #1f2023, #0f1012);
  box-shadow:
    0 1.6rem 3rem rgba(31, 31, 31, 0.16),
    inset 0 0 0 0.1rem rgba(255, 255, 255, 0.12);
}

.loopmarket-product-strip__phone::before {
  content: '';
  position: absolute;
  top: 0.8rem;
  left: 50%;
  width: 4.2rem;
  height: 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
}

.loopmarket-product-strip__body {
  display: grid;
  gap: 0.6rem;
  justify-items: center;
  text-align: center;
}

.loopmarket-product-strip__name {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.12;
}

.loopmarket-product-strip__highlight {
  margin: 0;
  color: #111111;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.35;
}

.loopmarket-product-strip__features {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.loopmarket-product-strip__features li {
  color: rgba(31, 31, 31, 0.72);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.45;
}

.loopmarket-product-strip__features li::before {
  content: '';
}

.loopmarket-product-strip__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.3rem;
  color: var(--loopmarket-text);
  font-size: 1.35rem;
  font-weight: 700;
}

.loopmarket-product-strip__cta::after {
  content: '\2192';
  font-size: 1.2em;
  line-height: 1;
  transition: transform 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .loopmarket-product-strip__card:hover {
    border-color: rgba(139, 197, 63, 0.24);
  }

  .loopmarket-product-strip__card:hover .loopmarket-product-strip__media::before {
    opacity: 1;
    transform: scale(1.04);
  }

  .loopmarket-product-strip__card:hover .loopmarket-product-strip__media img {
    transform: scale(1.03);
    filter: drop-shadow(0 1.2rem 2rem rgba(31, 31, 31, 0.1));
  }

  .loopmarket-product-strip__card:hover .loopmarket-product-strip__cta::after {
    transform: translateX(0.3rem);
  }
}

.loopmarket-card .card {
  background: transparent;
}

.loopmarket-card .card__inner {
  overflow: hidden;
  border-radius: 1.2rem;
}

.loopmarket-card .card__media {
  margin-bottom: 1.8rem;
}

.loopmarket-card .media {
  position: relative;
  aspect-ratio: 1 / 1;
  padding: 0;
  background:
    radial-gradient(circle at top, rgba(139, 197, 63, 0.14), transparent 28%),
    linear-gradient(180deg, #fbfcfc, #eef2f4);
}

.loopmarket-card .media::after,
.loopmarket-product-strip__media::after {
  content: '';
  position: absolute;
  inset: 12% 14% 10%;
  border-radius: 2.8rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 0 0 0.1rem rgba(31, 31, 31, 0.03),
    0 2.2rem 4.8rem rgba(31, 31, 31, 0.06);
  pointer-events: none;
}

.loopmarket-product-strip__media::after {
  inset: 8% 9% 7%;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 0 0 0.1rem rgba(31, 31, 31, 0.02),
    0 0.8rem 1.4rem rgba(31, 31, 31, 0.024);
}

.loopmarket-card .media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  filter: drop-shadow(0 2.4rem 3.8rem rgba(31, 31, 31, 0.18));
  transition:
    transform 220ms ease,
    filter 220ms ease;
}

.loopmarket-card:hover .media img {
  transform: translateY(-0.4rem) scale(1.03);
  filter: drop-shadow(0 3rem 4.8rem rgba(31, 31, 31, 0.2));
}

.loopmarket-card .card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
}

.loopmarket-card .card:not(.ratio) > .card__content,
.loopmarket-card .card__inner .card__content {
  grid-template-rows: none;
}

.loopmarket-card .card__information {
  display: grid;
  gap: 0.6rem;
  padding: 0;
}

.loopmarket-card .card__heading {
  margin: 0;
  font-size: clamp(2rem, 2.4vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: -0.03rem;
}

.loopmarket-card .card-information {
  display: grid;
  gap: 0.4rem;
}

.loopmarket-card__copy {
  color: rgba(31, 31, 31, 0.64);
  font-size: 1.4rem;
  line-height: 1.45;
}

.loopmarket-card__note {
  margin: 0.6rem 0 0;
  color: rgba(31, 31, 31, 0.56);
  font-size: 1.2rem;
  line-height: 1.5;
}

.loopmarket-card__variant {
  color: rgba(31, 31, 31, 0.54);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.loopmarket-card__variant-list {
  color: rgba(31, 31, 31, 0.58);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
}

.loopmarket-card__actions {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.loopmarket-card__actions .form {
  margin: 0;
}

.loopmarket-card__actions .button,
.loopmarket-card__actions .quick-add__submit,
.loopmarket-card__quick-view {
  position: relative;
  z-index: 3;
}

.loopmarket-card__quick-view {
  justify-content: center;
}

.loopmarket-products .loopmarket-card__actions .button,
.loopmarket-products .loopmarket-card__actions .quick-add__submit,
.loopmarket-setup-addons .loopmarket-card__actions .button,
.loopmarket-setup-addons .loopmarket-card__actions .quick-add__submit {
  border: 0;
  border-radius: 1rem;
  background: #1f1f1f;
  color: #ffffff;
  box-shadow: 0 1rem 2.4rem rgba(31, 31, 31, 0.14);
}

.loopmarket-products .loopmarket-card__actions .button::after,
.loopmarket-products .loopmarket-card__actions .quick-add__submit::after,
.loopmarket-setup-addons .loopmarket-card__actions .button::after,
.loopmarket-setup-addons .loopmarket-card__actions .quick-add__submit::after {
  border-radius: 1rem;
  box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.06);
}

.loopmarket-products .loopmarket-card__actions .button:hover,
.loopmarket-products .loopmarket-card__actions .button:focus-visible,
.loopmarket-products .loopmarket-card__actions .quick-add__submit:hover,
.loopmarket-products .loopmarket-card__actions .quick-add__submit:focus-visible,
.loopmarket-setup-addons .loopmarket-card__actions .button:hover,
.loopmarket-setup-addons .loopmarket-card__actions .button:focus-visible,
.loopmarket-setup-addons .loopmarket-card__actions .quick-add__submit:hover,
.loopmarket-setup-addons .loopmarket-card__actions .quick-add__submit:focus-visible {
  background: #111111;
  color: #ffffff;
}

/* CTA Hierarchy */
.product-form__submit.button--primary {
  background-color: var(--loopmarket-teal);
  border-color: var(--loopmarket-teal);
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding: 1.8rem;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(59, 177, 138, 0.2);
}

.product-form__submit.button--primary:hover {
  background-color: #329675;
  border-color: #329675;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(59, 177, 138, 0.3);
}

.loopmarket-secondary-cta-wrapper {
  margin-top: 1.2rem;
}

.loopmarket-secondary-cta-wrapper .shopify-payment-button__button--unbranded {
  background: transparent !important;
  color: var(--loopmarket-teal) !important;
  border: 1px solid var(--loopmarket-teal) !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  padding: 1.6rem !important;
  transition: all 0.3s ease !important;
}

.loopmarket-secondary-cta-wrapper .shopify-payment-button__button--unbranded:hover {
  background: rgba(59, 177, 138, 0.05) !important;
  transform: translateY(-1px);
}

/* Accessory PDP Simplification */
.loopmarket-micro-trust-row--small {
  font-size: 1.15rem;
  gap: 1.2rem;
}

/* Price Anchoring */
.loopmarket-upsell-anchoring {
  background: #F8FAFC;
  padding: 1.6rem;
  border-radius: 1.2rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.loopmarket-upsell-anchoring__line {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  color: #64748B;
  margin-bottom: 0.4rem;
}

.loopmarket-upsell-anchoring__line--highlight {
  font-weight: 700;
  color: #111827;
  font-size: 1.6rem;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: 0.8rem;
}

.loopmarket-upsell-anchoring__save {
  margin-top: 1rem;
  color: var(--loopmarket-teal);
  font-weight: 800;
  font-size: 1.5rem;
}

/* PDP Signals */
.loopmarket-pdp-signals {
  margin: 1.6rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.loopmarket-signal {
  font-size: 1.35rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.loopmarket-signal--stock {
  color: #EF4444;
}

.loopmarket-signal--delivery {
  color: #111827;
}

.loopmarket-signal__timer {
  background: #FEF2F2;
  color: #EF4444;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  font-variant-numeric: tabular-nums;
}

/* Upsell Live Total Row */
.loopmarket-upsell-total-row {
  margin-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loopmarket-upsell-live-total {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
}

.loopmarket-upsell-live-total span {
  font-weight: 800;
  color: var(--loopmarket-teal);
}

/* Bundle Upgrade Bridge */
.loopmarket-bundle-upgrade {
  background: #F0FDF4;
  border: 1px dashed var(--loopmarket-teal);
  border-radius: 1.2rem;
  padding: 1.6rem;
  margin-bottom: 2rem;
  animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.loopmarket-bundle-upgrade__text {
  font-size: 1.4rem;
  color: #111827;
  margin: 0 0 1.2rem;
  line-height: 1.5;
}

.loopmarket-bundle-upgrade__text strong {
  font-weight: 700;
  color: var(--loopmarket-teal);
}

.loopmarket-bundle-upgrade__btn {
  display: inline-block;
  background: var(--loopmarket-teal);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(59, 177, 138, 0.15);
}

.loopmarket-bundle-upgrade__btn:hover {
  background: #329675;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(59, 177, 138, 0.2);
}

.loopmarket-product-addons__title-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Upsell Live Total Row */
.loopmarket-upsell-total-row {
  margin-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loopmarket-upsell-live-total {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
}

.loopmarket-upsell-live-total span {
  font-weight: 800;
  color: var(--loopmarket-teal);
}

/* Bundle Upgrade Bridge */
.loopmarket-bundle-upgrade {
  background: #F0FDF4;
  border: 1px dashed var(--loopmarket-teal);
  border-radius: 1.2rem;
  padding: 1.6rem;
  margin-bottom: 2rem;
  animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.loopmarket-bundle-upgrade__text {
  font-size: 1.4rem;
  color: #111827;
  margin: 0 0 1.2rem;
  line-height: 1.5;
}

.loopmarket-bundle-upgrade__text strong {
  font-weight: 700;
  color: var(--loopmarket-teal);
}

.loopmarket-bundle-upgrade__btn {
  display: inline-block;
  background: var(--loopmarket-teal);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(59, 177, 138, 0.15);
}

.loopmarket-bundle-upgrade__btn:hover {
  background: #329675;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(59, 177, 138, 0.2);
}

.loopmarket-bundle-savings {
  color: var(--loopmarket-teal);
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  background: #EAF7D6;
  padding: 0.4rem 0.8rem;
  border-radius: 0.6rem;
}

.loopmarket-upsell-total {
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(31, 31, 31, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loopmarket-upsell-total.hidden {
  display: none;
}

.loopmarket-upsell-total__label {
  color: rgba(31, 31, 31, 0.68);
  font-size: 1.4rem;
  font-weight: 500;
}

.loopmarket-upsell-total__price {
  color: #111111;
  font-size: 1.8rem;
  font-weight: 700;
}

.loopmarket-micro-trust-row--under-cta {
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Product Media Enhancements */
.product__media-wrapper {
  transition: box-shadow 0.4s ease;
}

.product__media-wrapper:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.product__media img {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s ease !important;
}

.product__media img:hover {
  transform: scale(1.05) !important;
}

.product__media-item {
  transition: opacity 0.4s ease !important;
}

.product__modal-opener:hover .product__media-icon {
  opacity: 1 !important;
  transform: scale(1.1);
}

.loopmarket-product-addons__recommendation {
  font-size: 1.35rem;
  color: var(--loopmarket-teal);
  font-weight: 600;
  margin-top: -0.8rem;
  margin-bottom: 1.2rem;
}

/* Cart Drawer Optimizations */
.loopmarket-cart-bundle {
  background: #F0FDF4;
  border: 1px dashed var(--loopmarket-teal);
  border-radius: 1.2rem;
  padding: 1.6rem;
  margin-top: 1.6rem;
  text-align: center;
}

.loopmarket-cart-bundle__text {
  font-size: 1.4rem;
  color: #111827;
  margin: 0 0 1rem;
  font-weight: 500;
}

.loopmarket-cart-bundle__text strong {
  color: var(--loopmarket-teal);
  font-weight: 700;
}

.loopmarket-cart-bundle__link {
  display: inline-block;
  color: var(--loopmarket-teal);
  font-weight: 700;
  font-size: 1.3rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.2s ease;
}

.loopmarket-cart-bundle__link:hover {
  color: #329675;
}

.loopmarket-cart-header {
  background: #F0FDF4;
  color: var(--loopmarket-teal);
  padding: 1.2rem 2rem;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 -2rem 1.5rem;
  border-bottom: 1px solid rgba(59, 177, 138, 0.1);
}

.loopmarket-cart-header.hidden {
  display: none !important;
}

.loopmarket-cart-header__icon {
  font-size: 1.6rem;
}

.loopmarket-cart-savings {
  color: var(--loopmarket-teal);
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0.8rem 0;
  background: #EAF7D6;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
  display: inline-block;
}

.loopmarket-cart-upsell {
  margin-top: 1.6rem;
  padding: 1.6rem;
  background: #F9FAFB;
  border-radius: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.loopmarket-cart-upsell__title {
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #6B7280;
  margin: 0 0 1.2rem;
}

.loopmarket-cart-upsell__items {
  display: grid;
  gap: 1rem;
}

.loopmarket-cart-upsell__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #111827;
}

.loopmarket-cart-upsell__add {
  background: var(--loopmarket-teal);
  color: #FFFFFF;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.loopmarket-cart-upsell__add:hover {
  background: #329675;
  transform: translateY(-1px);
}

.loopmarket-cart-urgency-note {
  font-size: 1.2rem;
  color: #6B7280;
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
}

.loopmarket-default-badge {
  background: #EAF7D6;
  color: var(--loopmarket-teal);
  font-size: 1.1rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.6rem;
  margin-left: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-weight: 700;
}

.loopmarket-default-badge.hidden {
  display: none;
}

.loopmarket-product-addon-card.is-selected {
  border-color: var(--loopmarket-teal);
  background: #F9FBF8;
}

.loopmarket-product-trust__bullets {
  list-style: none;
  padding: 0;
  margin: 0.8rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.loopmarket-product-trust__bullets li {
  color: var(--loopmarket-teal);
  font-size: 1.35rem;
  font-weight: 600;
}

.loopmarket-product-addons {
  display: grid;
  gap: 1.6rem;
  margin-top: 2rem;
  padding: 2rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 249, 0.98));
}

.loopmarket-product-addons__header {
  display: grid;
  gap: 0.4rem;
}

.loopmarket-product-addons__eyebrow,
.loopmarket-product-addon-card__meta {
  margin: 0;
  color: rgba(31, 31, 31, 0.48);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.loopmarket-product-addons__title {
  margin: 0;
  color: #111111;
  font-size: 2.2rem;
  line-height: 1.1;
}

.loopmarket-product-addons__copy {
  margin: 0;
  color: rgba(31, 31, 31, 0.68);
  font-size: 1.45rem;
  line-height: 1.6;
}

.loopmarket-product-addons__grid {
  display: grid;
  gap: 1rem;
}

.loopmarket-product-addon-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 1.2rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.loopmarket-product-addon-card:hover,
.loopmarket-product-addon-card:focus-within {
  border-color: rgba(139, 197, 63, 0.24);
  box-shadow: 0 1rem 2.4rem rgba(31, 31, 31, 0.05);
  transform: translateY(-0.1rem);
}

.loopmarket-product-addon-card__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.loopmarket-product-addon-card__box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0.2rem;
  border: 1px solid rgba(31, 31, 31, 0.2);
  border-radius: 0.6rem;
  background: #ffffff;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.loopmarket-product-addon-card__check {
  width: 0.9rem;
  height: 0.5rem;
  border-bottom: 0.2rem solid transparent;
  border-left: 0.2rem solid transparent;
  transform: rotate(-45deg) translateY(-0.05rem);
}

.loopmarket-product-addon-card__checkbox:checked + .loopmarket-product-addon-card__box {
  border-color: var(--loopmarket-teal);
  background: var(--loopmarket-teal);
  box-shadow: inset 0 0 0 0.1rem rgba(139, 197, 63, 0.2);
}

.loopmarket-product-addon-card__checkbox:checked + .loopmarket-product-addon-card__box .loopmarket-product-addon-card__check {
  border-color: #ffffff;
}

.loopmarket-product-addon-card__content {
  display: grid;
  gap: 0.4rem;
}

.loopmarket-product-addon-card__name,
.loopmarket-product-addon-card__price {
  color: #111111;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.loopmarket-product-addon-card__description {
  color: rgba(31, 31, 31, 0.68);
  font-size: 1.35rem;
  line-height: 1.55;
}

@media screen and (max-width: 749px) {
  .loopmarket-product-addons {
    gap: 1.2rem;
    margin-top: 1.6rem;
    padding: 1.6rem;
    border-radius: 1.2rem;
  }

  .loopmarket-product-addons__title {
    font-size: 1.9rem;
  }

  .loopmarket-product-addons__copy {
    font-size: 1.35rem;
    line-height: 1.5;
  }

  .loopmarket-product-addons__grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(26rem, 84vw);
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.4rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .loopmarket-product-addons__grid::-webkit-scrollbar {
    display: none;
  }

  .loopmarket-product-addon-card {
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.3rem;
    scroll-snap-align: start;
  }

  .loopmarket-product-addon-card__price {
    grid-column: 2;
  }
}

.loopmarket-card .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.2rem;
}

.loopmarket-card .price__container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}

.loopmarket-card .price-item {
  color: var(--loopmarket-text);
}

.loopmarket-card .price-item--regular,
.loopmarket-card .price-item--sale {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04rem;
}

.loopmarket-card .price-item--sale {
  color: #111111;
}

.loopmarket-card .price-item--last {
  margin-right: 0;
}

.loopmarket-card .price__sale .price-item--regular,
.loopmarket-card .price-item--regular.price-item--compare-at {
  color: rgba(31, 31, 31, 0.42);
  font-size: 1.5rem;
  font-weight: 600;
}

.loopmarket-card .card-information > .price:first-child {
  margin-top: 0;
}

.loopmarket-card__payment-terms {
  margin: 0.1rem 0 0;
  color: rgba(31, 31, 31, 0.64);
  font-size: 1.25rem;
  line-height: 1.5;
}

.loopmarket-card__payment-terms .shopify-payment-terms {
  margin: 0;
}

.loopmarket-card__payment-terms .shopify-payment-terms__content {
  color: inherit;
}

.loopmarket-card__trust {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.8rem;
  color: rgba(31, 31, 31, 0.6);
  font-size: 1.2rem;
  line-height: 1.45;
}

.loopmarket-card__trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.loopmarket-card__trust-item::before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: var(--loopmarket-teal);
  box-shadow: 0 0 0 0.25rem rgba(139, 197, 63, 0.16);
  flex-shrink: 0;
}

.loopmarket-delivery-box {
  margin-top: 1.4rem;
  padding: 1.4rem;
  border: 1px solid #ececec;
  border-radius: 0.8rem;
  background: #f7f7f7;
}

.loopmarket-delivery-box__title {
  margin: 0 0 1rem;
  color: var(--loopmarket-text);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.loopmarket-delivery-box__items {
  display: grid;
  gap: 1rem;
}

.loopmarket-delivery-box__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.loopmarket-delivery-box__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 999px;
  background: rgba(139, 197, 63, 0.12);
  color: #6f9630;
}

.loopmarket-delivery-box__icon .icon,
.loopmarket-delivery-box__icon svg {
  width: 1.8rem;
  height: 1.8rem;
  color: currentColor;
}

.loopmarket-delivery-box__content {
  display: grid;
  gap: 0.3rem;
}

.loopmarket-delivery-box__line,
.loopmarket-delivery-box__meta {
  margin: 0;
}

.loopmarket-delivery-box__line {
  color: var(--loopmarket-text);
  font-size: 1.4rem;
  line-height: 1.35;
}

.loopmarket-delivery-box__line strong {
  font-weight: 700;
}

.loopmarket-delivery-box__meta {
  color: rgba(31, 31, 31, 0.64);
  font-size: 1.25rem;
  line-height: 1.45;
}

.loopmarket-product-trust {
  margin-top: 1.6rem;
  padding: 1.8rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.78);
}

.loopmarket-product-trust__header {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
}

.loopmarket-product-trust__eyebrow,
.loopmarket-product-trust__label,
.loopmarket-product-trust__description {
  margin: 0;
}

.loopmarket-product-trust__eyebrow {
  color: #111111;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
}

.loopmarket-product-trust__copy {
  margin: 0;
  color: #595959;
  font-size: 1.4rem;
  line-height: 1.6;
}

.loopmarket-product-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(31, 31, 31, 0.08);
}

.loopmarket-product-trust__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  padding: 0.8rem 0.6rem;
  border-radius: 1.2rem;
  background: rgba(247, 247, 247, 0.9);
}

.loopmarket-product-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 999px;
  border: 1px solid rgba(31, 31, 31, 0.16);
  background: #ffffff;
  color: #2e7d32;
}

.loopmarket-product-trust__icon .icon,
.loopmarket-product-trust__icon svg {
  width: 2rem;
  height: 2rem;
  color: currentColor;
}

.loopmarket-product-trust__label {
  margin: 0;
  color: #111111;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  text-wrap: pretty;
}

.loopmarket-product-card-meta {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.6rem;
  margin: 0 0 1.2rem;
  overflow: hidden;
}

.loopmarket-meta-badge {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #7CB342;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  flex: 0 1 auto;
  transition: background-color 0.2s ease;
}

.loopmarket-meta-badge:hover {
  background: #5A8F2E;
}

.loopmarket-setup-addons .loopmarket-meta-badge {
  background: #8BC34A;
  color: #FFFFFF;
  border-radius: 12px;
  font-size: 1.1rem;
  padding: 0.4rem 1rem;
  font-weight: 700;
}

.loopmarket-bundles {
  padding: 3.2rem 0 4rem;
}

.loopmarket-setup-addons {
  padding: 3.2rem 0 4rem;
}

.loopmarket-setup-addons__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
}

.loopmarket-setup-addons__grid--swipe {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(26rem, 82%);
  overflow-x: auto;
  padding-bottom: 0.8rem;
  scroll-snap-type: x proximity;
}

.loopmarket-setup-addons__grid--swipe > * {
  scroll-snap-align: start;
}

.loopmarket-flexible-payments {
  padding: 3.6rem 0;
}

.loopmarket-flexible-payments__shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  gap: 0;
  max-width: 118rem;
  margin: 0 auto;
  padding: 4.4rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 3rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 246, 244, 0.98));
  box-shadow:
    inset 0 0 0 0.1rem rgba(255, 255, 255, 0.72),
    0 2.2rem 5rem rgba(31, 31, 31, 0.05);
  text-align: center;
  animation: loopmarket-flexible-shell-in 520ms ease-out both;
}

.loopmarket-flexible-payments__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(32rem, 40rem);
  align-items: stretch;
  gap: 3.2rem;
}

.loopmarket-flexible-payments__content {
  display: grid;
  gap: 3.2rem;
  min-width: 0;
}

.loopmarket-flexible-payments__shell::before,
.loopmarket-flexible-payments__shell::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.loopmarket-flexible-payments__shell::before {
  background:
    radial-gradient(circle at 88% 14%, rgba(139, 197, 63, 0.18), transparent 24%),
    radial-gradient(circle at 16% 84%, rgba(31, 31, 31, 0.04), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 46%);
}

.loopmarket-flexible-payments__shell::after {
  inset: 1.2rem;
  border-radius: 2.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.12)),
    radial-gradient(circle at top right, rgba(139, 197, 63, 0.08), transparent 34%);
  box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.44);
}

.loopmarket-flexible-payments__shell > * {
  position: relative;
  z-index: 1;
}

.loopmarket-flexible-payments__intro {
  max-width: 72rem;
  margin: 0;
}

.loopmarket-flexible-payments__intro .loopmarket-eyebrow {
  justify-self: start;
  border-color: rgba(31, 31, 31, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: #111111;
  box-shadow: 0 0.8rem 1.8rem rgba(31, 31, 31, 0.04);
}

.loopmarket-flexible-payments__intro .loopmarket-section-copy {
  max-width: 72rem;
}

.loopmarket-flexible-payments__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.loopmarket-flexible-payments__card {
  display: grid;
  gap: 1.4rem;
  padding: 2.4rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  text-align: left;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.loopmarket-flexible-payments__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}

.loopmarket-flexible-payments__provider {
  color: rgba(17, 17, 17, 0.82);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.loopmarket-flexible-payments__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid rgba(31, 31, 31, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0.8rem 1.8rem rgba(31, 31, 31, 0.05);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.loopmarket-flexible-payments__logo img {
  display: block;
  height: 1.8rem;
  width: auto;
  max-width: 12rem;
  object-fit: contain;
  filter: contrast(1.08) saturate(1.05);
}

.loopmarket-flexible-payments__logo--payjustnow img {
  height: 1.9rem;
}

.loopmarket-flexible-payments__card-title {
  margin: 0;
  color: #111111;
  font-size: 2.1rem;
  line-height: 1.15;
  letter-spacing: -0.03rem;
}

.loopmarket-flexible-payments__card-copy {
  margin: 0;
  color: #555555;
  font-size: 1.5rem;
  line-height: 1.6;
}

.loopmarket-flexible-payments__trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.loopmarket-flexible-payments__trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #111111;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.loopmarket-flexible-payments__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  color: #2e7d32;
  flex: 0 0 auto;
}

.loopmarket-flexible-payments__trust-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

.loopmarket-flexible-payments__actions {
  display: flex;
  justify-content: center;
}

.loopmarket-flexible-payments__actions .button {
  min-width: 20rem;
}

.loopmarket-flexible-payments__button-note {
  margin: -1.4rem 0 0;
  color: rgba(31, 31, 31, 0.64);
  font-size: 1.3rem;
  line-height: 1.5;
}

.loopmarket-flexible-payments__terms {
  display: grid;
  gap: 0.8rem;
  justify-items: center;
}

.loopmarket-flexible-payments__terms-form {
  margin: 0;
  color: #111111;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.5;
}

.loopmarket-flexible-payments__terms-form .shopify-payment-terms {
  margin: 0;
}

.loopmarket-flexible-payments__terms-form .shopify-payment-terms__content {
  color: #111111;
}

.loopmarket-flexible-payments__demo-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  min-height: 54rem;
  padding: 0;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 1.2rem;
  background: #f3f0f8;
  box-shadow:
    inset 0 0 0 0.1rem rgba(255, 255, 255, 0.72),
    0 1.8rem 3.6rem rgba(31, 31, 31, 0.05);
  text-align: left;
}

.loopmarket-flexible-payments__demo-background {
  position: relative;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.loopmarket-flexible-payments__demo-background::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 245, 250, 0.96) 0%, rgba(247, 245, 250, 0.88) 28%, rgba(247, 245, 250, 0.56) 46%, rgba(247, 245, 250, 0.14) 66%, rgba(247, 245, 250, 0) 84%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 30%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0.58) 82%, rgba(255, 255, 255, 0.84) 100%);
  pointer-events: none;
}

.loopmarket-flexible-payments__demo-background-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.loopmarket-flexible-payments__demo-card--product-fallback .loopmarket-flexible-payments__demo-background-media {
  object-fit: contain;
  object-position: right bottom;
  transform: scale(0.92);
}

.loopmarket-flexible-payments__demo-body {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 1.4rem;
  min-height: 54rem;
  width: min(100%, 24rem);
  padding: 2.2rem 2rem 2.2rem;
}

.loopmarket-flexible-payments__demo-header {
  display: grid;
  gap: 0.2rem;
}

.loopmarket-flexible-payments__demo-title {
  margin: 0;
  color: #111111;
  font-size: 2.4rem;
  line-height: 1.08;
  letter-spacing: -0.04rem;
}

.loopmarket-flexible-payments__demo-price {
  margin: 0;
  color: #111111;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03rem;
}

.loopmarket-flexible-payments__demo-price-label {
  margin-right: 0.4rem;
  font-weight: 500;
}

.loopmarket-flexible-payments__demo-price strong {
  font-size: 1.2em;
  font-weight: 800;
}

.loopmarket-flexible-payments__demo-storage {
  margin: -0.4rem 0 0;
  color: rgba(31, 31, 31, 0.68);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
}

.loopmarket-flexible-payments__demo-breakdowns {
  display: grid;
  gap: 0.8rem;
}

.loopmarket-flexible-payments__demo-breakdown {
  display: grid;
  gap: 0.5rem;
  justify-items: start;
}

.loopmarket-flexible-payments__demo-installment {
  margin: 0;
  color: #111111;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02rem;
}

.loopmarket-flexible-payments__demo-installment strong {
  font-weight: 800;
}

.loopmarket-flexible-payments__demo-times {
  display: inline-block;
  margin-left: 0.15rem;
  font-size: 0.86em;
  font-weight: 800;
}

.loopmarket-flexible-payments__demo-meta {
  margin: 0;
  color: #5c5c5c;
  font-size: 1.35rem;
  line-height: 1.45;
}

.loopmarket-flexible-payments__demo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(167, 117, 255, 0.9), rgba(214, 186, 255, 0.9));
}

.loopmarket-flexible-payments__demo-chip--dark {
  background: #d8ef49;
}

.loopmarket-flexible-payments__demo-chip img {
  display: block;
  width: auto;
  height: 1.35rem;
}

.loopmarket-flexible-payments__demo-actions {
  display: flex;
  margin-top: auto;
  padding-top: 0.8rem;
}

.loopmarket-flexible-payments__demo-actions .button {
  width: 100%;
}

.loopmarket-promo-carousel {
  display: grid;
  gap: 2.8rem;
  max-width: 124rem;
  margin: 0 auto;
}

.loopmarket-promo-carousel__intro {
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
}

.loopmarket-promo-carousel__intro .loopmarket-section-copy {
  max-width: 58rem;
}

.loopmarket-promo-carousel__viewport {
  overflow: hidden;
}

.loopmarket-promo-carousel__track {
  display: flex;
  gap: 2rem;
  transition: transform 420ms ease;
  will-change: transform;
}

.loopmarket-promo-carousel__card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  flex: 0 0 calc((100% - 4rem) / 3);
  min-height: 51rem;
  padding: 2.6rem 2.6rem 0;
  border: 1px solid rgba(31, 31, 31, 0.06);
  border-radius: 1.2rem;
  background: #f1f1f4;
  box-shadow: 0 1.4rem 3rem rgba(31, 31, 31, 0.05);
  text-decoration: none;
}

.loopmarket-promo-carousel__card:hover,
.loopmarket-promo-carousel__card:focus-visible,
.loopmarket-promo-carousel__card:active {
  text-decoration: none;
}

.loopmarket-promo-carousel__card--overlay {
  background: linear-gradient(180deg, #240013, #0d0630);
  color: #ffffff;
}

.loopmarket-promo-carousel__card--anchor.loopmarket-promo-carousel__card--overlay {
  background:
    radial-gradient(circle at top right, rgba(160, 255, 187, 0.16), transparent 34%),
    linear-gradient(180deg, #101725 0%, #182235 100%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 1.8rem 3.8rem rgba(16, 23, 37, 0.18);
}

.loopmarket-promo-carousel__overlay-background {
  position: absolute;
  inset: 0;
}

.loopmarket-promo-carousel__overlay-background::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 7, 27, 0.1), rgba(12, 7, 27, 0.24));
}

.loopmarket-promo-carousel__overlay-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loopmarket-promo-carousel__verified-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.4rem;
  pointer-events: none;
  z-index: 1;
}

.loopmarket-promo-carousel__verified-overlay--top-center {
  align-items: flex-start;
  padding-top: 2.4rem;
}

.loopmarket-promo-carousel__verified-overlay--bottom-center {
  align-items: flex-end;
  padding-bottom: 2.4rem;
}

.loopmarket-promo-carousel__verified-overlay-image {
  display: block;
  width: min(100%, 26rem);
  max-width: 26rem;
  height: auto;
  object-fit: contain;
  opacity: var(--verified-card-overlay-opacity, 0.08);
  transform: scale(var(--verified-card-overlay-scale, 0.7));
  transform-origin: center;
  filter: saturate(0.82) contrast(0.92);
}

.loopmarket-promo-carousel__card-body {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.9rem;
}

.loopmarket-promo-carousel__card-body--overlay {
  min-height: 100%;
  align-content: space-between;
}

.loopmarket-promo-carousel__label {
  margin: 0;
  color: rgba(31, 31, 31, 0.6);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.loopmarket-promo-carousel__card--overlay .loopmarket-promo-carousel__label,
.loopmarket-promo-carousel__card--overlay .loopmarket-promo-carousel__title,
.loopmarket-promo-carousel__card--overlay .loopmarket-promo-carousel__copy {
  color: #ffffff;
}

.loopmarket-promo-carousel__card--anchor .loopmarket-promo-carousel__copy {
  max-width: 22ch;
  color: rgba(255, 255, 255, 0.82);
}

.loopmarket-promo-carousel__title {
  margin: 0.2rem 0 0;
  color: #171717;
  font-size: clamp(2.1rem, 2.5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04rem;
  text-decoration: none;
}

.loopmarket-promo-carousel__pricing {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.2rem;
}

.loopmarket-promo-carousel__price-prefix {
  color: rgba(23, 23, 23, 0.7);
  font-size: 1.35rem;
  font-weight: 600;
  text-decoration: none;
}

.loopmarket-promo-carousel__price-current {
  color: #171717;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.loopmarket-promo-carousel__saving {
  margin: -0.1rem 0 0;
  color: #d82118;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.loopmarket-promo-carousel__copy {
  margin: 0;
  color: rgba(23, 23, 23, 0.62);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
}

.loopmarket-promo-carousel__card--accessory {
  background: #f7f8f9;
}

.loopmarket-promo-carousel__card--bundle,
.loopmarket-promo-carousel__card--upgrade {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8f6 100%);
  border-color: rgba(59, 177, 138, 0.22);
  box-shadow: 0 1.6rem 3.4rem rgba(59, 177, 138, 0.12);
  transform: scale(1.03);
  position: relative;
  z-index: 2;
  padding-top: 4.6rem;
}

/* Recommended Bundle badge */
.loopmarket-promo-carousel__card--bundle::before,
.loopmarket-promo-carousel__card--upgrade::before {
  content: 'Recommended Bundle';
  position: absolute;
  top: 1rem;
  left: 2rem;
  transform: none;
  background: #3BB18A;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  white-space: nowrap;
  z-index: 3;
}

.loopmarket-promo-carousel__card-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}

.loopmarket-promo-carousel__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: 0 1.8rem;
  border-radius: 999px;
  background: var(--loopmarket-teal);
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.loopmarket-promo-carousel__card--bundle .loopmarket-promo-carousel__cta,
.loopmarket-promo-carousel__card--upgrade .loopmarket-promo-carousel__cta {
  background: #111827;
}

.loopmarket-promo-carousel__card--overlay .loopmarket-promo-carousel__cta {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.loopmarket-promo-carousel__card--anchor .loopmarket-promo-carousel__cta {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.loopmarket-promo-carousel__overlay-badge-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: end;
  margin-top: auto;
  padding-top: 2rem;
  position: relative;
}

.loopmarket-promo-carousel__overlay-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5.8rem;
  padding: 0.8rem 2.8rem;
  border-radius: 999px;
  background: rgba(165, 147, 235, 0.24);
  backdrop-filter: blur(1rem);
  color: #ffffff;
  font-size: clamp(2rem, 2.4vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.loopmarket-promo-carousel__overlay-plus {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  display: inline-grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 0.2rem solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(165, 147, 235, 0.18);
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
}

.loopmarket-promo-carousel__card--anchor .loopmarket-promo-carousel__overlay-plus {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
}

.loopmarket-promo-carousel__payment {
  display: grid;
  justify-items: start;
  gap: 0.7rem;
  margin-top: 0.2rem;
}

.loopmarket-promo-carousel__payment-copy {
  margin: 0;
  color: rgba(23, 23, 23, 0.78);
  font-size: 1.35rem;
  line-height: 1.35;
}

.loopmarket-promo-carousel__payment-copy strong {
  color: #171717;
  font-weight: 800;
}

.loopmarket-promo-carousel__payment-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
}

.loopmarket-promo-carousel__payment-chip--payflex {
  background: rgba(167, 117, 255, 0.45);
}

.loopmarket-promo-carousel__payment-chip--payjustnow {
  background: rgba(216, 239, 73, 0.78);
}

.loopmarket-promo-carousel__payment-chip img {
  display: block;
  width: auto;
  height: 1.35rem;
}

.loopmarket-promo-carousel__image-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 24rem;
  margin-top: auto;
  padding-top: 1.6rem;
}

.loopmarket-promo-carousel__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 28rem;
  object-fit: contain;
}

@media (hover: hover) and (pointer: fine) {
  .loopmarket-promo-carousel__card:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0 1.8rem 3.6rem rgba(31, 31, 31, 0.08);
  }
}

@media screen and (max-width: 989px) {
  .loopmarket-promo-carousel__card {
    flex-basis: calc((100% - 2rem) / 2);
  }
}

@media screen and (max-width: 749px) {
  .loopmarket-promo-carousel {
    gap: 2rem;
  }

  .loopmarket-promo-carousel__intro {
    justify-items: start;
    text-align: left;
  }

  .loopmarket-promo-carousel__card {
    flex-basis: 86%;
    min-height: 46rem;
    padding: 2rem 2rem 0;
  }

  .loopmarket-promo-carousel__overlay-chip {
    min-height: 5rem;
    padding: 0.7rem 2rem;
    font-size: 2rem;
  }

  .loopmarket-promo-carousel__image-wrap {
    min-height: 20rem;
  }
}

.loopmarket-review-stars {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
  min-width: 0;
  color: #2e2e2e;
  font-size: 1.3rem;
  line-height: 1;
  margin: 0.6rem auto;
}

.loopmarket-review-stars__stars {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.loopmarket-review-stars__star {
  position: relative;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1;
}

.loopmarket-review-stars__star-empty,
.loopmarket-review-stars__star-fill {
  position: absolute;
  inset: 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}

.loopmarket-review-stars__star-empty {
  color: #d9d9d9;
}

.loopmarket-review-stars__star-fill {
  overflow: hidden;
  color: #2e2e2e;
  white-space: nowrap;
}

.loopmarket-review-stars__count {
  margin-left: 0.6rem;
  color: #2e2e2e;
  font-size: 1.3rem;
  font-weight: 500;
}

.loopmarket-review-stars--empty .loopmarket-review-stars__star-fill {
  color: #d9d9d9;
}

.loopmarket-review-stars--empty .loopmarket-review-stars__count {
  color: rgba(46, 46, 46, 0.4);
}

@media (hover: hover) and (pointer: fine) {
  .loopmarket-flexible-payments__card:hover {
    transform: translateY(-0.4rem);
    border-color: rgba(139, 197, 63, 0.18);
    box-shadow: 0 1.6rem 3.2rem rgba(31, 31, 31, 0.06);
  }

  .loopmarket-flexible-payments__card:hover .loopmarket-flexible-payments__logo {
    transform: translateY(-0.1rem);
    border-color: rgba(139, 197, 63, 0.24);
    box-shadow: 0 0.8rem 1.8rem rgba(31, 31, 31, 0.05);
  }

  .loopmarket-flexible-payments__trust-item:hover {
    transform: translateY(-0.2rem);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1rem 2rem rgba(31, 31, 31, 0.05);
  }
}

@keyframes loopmarket-flexible-shell-in {
  0% {
    opacity: 0;
    transform: translateY(1.4rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .loopmarket-flexible-payments__shell {
    animation: none;
  }

  .loopmarket-flexible-payments__card,
  .loopmarket-flexible-payments__logo,
  .loopmarket-flexible-payments__trust-item {
    transition: none;
  }
}

.loopmarket-setup-addon-card {
  display: grid;
  gap: 1.2rem;
}

.loopmarket-setup-addon-card__note {
  margin: 0.8rem 0 0;
  color: rgba(31, 31, 31, 0.56);
  font-size: 1.2rem;
  line-height: 1.5;
}

.loopmarket-setup-addon-card__media {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 18rem;
  aspect-ratio: 1 / 1;
  padding: 1.8rem;
  border-radius: 1.2rem;
  background: #f8f8f8;
}

.loopmarket-setup-addon-card__media::after {
  content: '';
  position: absolute;
  inset: 10%;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 0 0 0.1rem rgba(31, 31, 31, 0.02);
  pointer-events: none;
}

.loopmarket-setup-addon-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1.03);
  filter: contrast(1.05) saturate(1.04) drop-shadow(0 2.4rem 3.6rem rgba(31, 31, 31, 0.18));
}

.loopmarket-setup-addon-card__placeholder {
  display: grid;
  place-items: center;
  min-height: 22rem;
  width: 100%;
}

.loopmarket-setup-addon-card__placeholder-shape {
  position: relative;
  display: block;
  box-shadow: 0 1.8rem 3rem rgba(31, 31, 31, 0.1);
}

.loopmarket-setup-addon-card__placeholder-shape--cable {
  width: 12rem;
  height: 3rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #24262a 0 18%, #eef2f4 18% 82%, #24262a 82% 100%);
}

.loopmarket-setup-addon-card__placeholder-shape--adapter {
  width: 10rem;
  height: 12rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #ffffff, #e8edf0);
}

.loopmarket-setup-addon-card__placeholder-shape--adapter::before,
.loopmarket-setup-addon-card__placeholder-shape--adapter::after {
  content: '';
  position: absolute;
  top: -1.6rem;
  width: 0.9rem;
  height: 2.2rem;
  border-radius: 999px;
  background: #c8ced3;
}

.loopmarket-setup-addon-card__placeholder-shape--adapter::before {
  left: 2.8rem;
}

.loopmarket-setup-addon-card__placeholder-shape--adapter::after {
  right: 2.8rem;
}

.loopmarket-setup-addon-card__placeholder-shape--case {
  width: 12rem;
  aspect-ratio: 0.58 / 1;
  border-radius: 2.8rem;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.12), rgba(31, 31, 31, 0.05));
  box-shadow:
    inset 0 0 0 0.18rem rgba(31, 31, 31, 0.12),
    0 1.8rem 3rem rgba(31, 31, 31, 0.08);
}

.loopmarket-setup-addon-card__placeholder-shape--case::before {
  content: '';
  position: absolute;
  top: 1.4rem;
  left: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1.2rem;
  background: rgba(31, 31, 31, 0.12);
}

.loopmarket-setup-addon-card__placeholder-shape--shield {
  width: 12rem;
  aspect-ratio: 0.68 / 1;
  border-radius: 2.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(223, 231, 235, 0.9));
  box-shadow:
    inset 0 0 0 0.12rem rgba(31, 31, 31, 0.08),
    0 1.8rem 3rem rgba(31, 31, 31, 0.08);
}

.loopmarket-setup-addon-card__body {
  display: grid;
  gap: 0.6rem;
}

.loopmarket-setup-addon-card__title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.16;
  letter-spacing: -0.03rem;
}

.loopmarket-setup-addon-card__title a {
  color: var(--loopmarket-text);
  text-decoration: none;
}

.loopmarket-setup-addon-card__copy {
  margin: 0;
  color: #666666;
  font-size: 1.3rem;
  line-height: 1.5;
}

.loopmarket-setup-addon-card__actions {
  margin-top: 0.2rem;
}

.loopmarket-setup-addon-card__actions .button,
.loopmarket-setup-addon-card__actions .product-form {
  width: 100%;
}

.loopmarket-setup-addon-card__actions .button {
  min-height: 4.4rem;
}

.loopmarket-bundle-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 2.8rem;
}

.loopmarket-bundle-card {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: 100%;
  padding: 1.8rem;
  overflow: hidden;
  border-radius: 1.2rem;
}

.loopmarket-bundle-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  min-height: 2.4rem;
}
.loopmarket-bundle-card__meta .loopmarket-meta-badge {
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: #7CB342;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.loopmarket-bundle-card__meta .loopmarket-meta-badge:hover {
  background: #5A8F2E;
}

  letter-spacing: 0.01rem;
}

.loopmarket-bundle-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 1.2rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8f9 100%);
}

.loopmarket-bundle-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1.05);
  filter: none;
}

.loopmarket-bundle-card__placeholder {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: space-between;
  min-height: 22rem;
  padding: 2rem;
  background:
    radial-gradient(circle at top right, rgba(139, 197, 63, 0.22), transparent 24%),
    linear-gradient(180deg, #f8fafb, #eef2f4);
}

.loopmarket-bundle-card__placeholder-badge {
  width: fit-content;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(31, 31, 31, 0.74);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.loopmarket-bundle-card__placeholder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.loopmarket-bundle-card__placeholder-grid span {
  display: block;
  aspect-ratio: 1;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(214, 223, 228, 0.98));
  box-shadow:
    inset 0 0 0 0.1rem rgba(31, 31, 31, 0.05),
    0 1.4rem 2.8rem rgba(31, 31, 31, 0.05);
}

.loopmarket-bundle-card__placeholder-scene {
  position: relative;
  min-height: 18rem;
}

.loopmarket-bundle-shape {
  position: absolute;
  display: block;
  box-shadow: 0 1.8rem 3rem rgba(31, 31, 31, 0.1);
}

.loopmarket-bundle-shape--case {
  left: 2.2rem;
  top: 2.2rem;
  width: 9rem;
  aspect-ratio: 0.58 / 1;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.18), rgba(31, 31, 31, 0.08));
  box-shadow:
    inset 0 0 0 0.14rem rgba(31, 31, 31, 0.14),
    0 1.8rem 3rem rgba(31, 31, 31, 0.12);
}

.loopmarket-bundle-shape--shield {
  right: 2.2rem;
  top: 3rem;
  width: 8rem;
  aspect-ratio: 0.66 / 1;
  border-radius: 2.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(214, 223, 228, 0.96));
  box-shadow:
    inset 0 0 0 0.1rem rgba(31, 31, 31, 0.1),
    0 1.8rem 3rem rgba(31, 31, 31, 0.09);
}

.loopmarket-bundle-shape--cloth {
  left: 6.4rem;
  bottom: 1.8rem;
  width: 7rem;
  height: 5rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #f7faf5, #dce9cb);
}

.loopmarket-bundle-shape--adapter {
  left: 3rem;
  top: 3rem;
  width: 7.6rem;
  height: 9rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #ffffff, #e7ecef);
  box-shadow:
    inset 0 0 0 0.1rem rgba(31, 31, 31, 0.05),
    0 1.8rem 3rem rgba(31, 31, 31, 0.08);
}

.loopmarket-bundle-shape--adapter::before,
.loopmarket-bundle-shape--adapter::after {
  content: '';
  position: absolute;
  top: -1.4rem;
  width: 0.8rem;
  height: 2rem;
  border-radius: 999px;
  background: #c8ced3;
}

.loopmarket-bundle-shape--adapter::before {
  left: 2.2rem;
}

.loopmarket-bundle-shape--adapter::after {
  right: 2.2rem;
}

.loopmarket-bundle-shape--cable {
  right: 2.4rem;
  top: 4.2rem;
  width: 8.8rem;
  height: 8.8rem;
  border: 0.9rem solid rgba(31, 31, 31, 0.14);
  border-radius: 50%;
  box-shadow: none;
}

.loopmarket-bundle-shape--cable::before,
.loopmarket-bundle-shape--cable::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1.5rem;
  height: 2.4rem;
  border-radius: 0.7rem;
  background: linear-gradient(180deg, #24262a, #101114);
  transform: translateY(-50%);
}

.loopmarket-bundle-shape--cable::before {
  left: -1.2rem;
}

.loopmarket-bundle-shape--cable::after {
  right: -1.2rem;
}

.loopmarket-bundle-shape--car {
  left: 7.4rem;
  bottom: 2rem;
  width: 7.6rem;
  height: 3.6rem;
  border-radius: 1.2rem 1.2rem 1.1rem 1.1rem;
  background: linear-gradient(180deg, #2f3338, #17191d);
}

.loopmarket-bundle-shape--car::before,
.loopmarket-bundle-shape--car::after {
  content: '';
  position: absolute;
  bottom: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #1b1d21;
}

.loopmarket-bundle-shape--car::before {
  left: 1rem;
}

.loopmarket-bundle-shape--car::after {
  right: 1rem;
}

.loopmarket-bundle-shape--cable-short {
  left: 2.6rem;
  top: 5.6rem;
  width: 7.2rem;
  height: 7.2rem;
  border: 0.8rem solid rgba(31, 31, 31, 0.14);
  border-radius: 50%;
  box-shadow: none;
}

.loopmarket-bundle-shape--phone {
  left: 2.4rem;
  top: 2rem;
  width: 8.8rem;
  aspect-ratio: 0.56 / 1;
  border-radius: 2.6rem;
  background: linear-gradient(180deg, #f9fbfc, #d9e5eb);
  box-shadow:
    inset 0 0 0 0.16rem rgba(31, 31, 31, 0.08),
    0 1.8rem 3rem rgba(31, 31, 31, 0.09);
}

.loopmarket-bundle-shape--phone::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 3rem;
  height: 0.8rem;
  border-radius: 999px;
  background: rgba(31, 31, 31, 0.12);
  transform: translateX(-50%);
}

.loopmarket-bundle-shape--shield-small {
  width: 6.6rem;
  top: auto;
  right: auto;
  bottom: 2.4rem;
  left: 9rem;
}

.loopmarket-bundle-shape--adapter-small {
  width: 6.4rem;
  height: 7.4rem;
  left: auto;
  right: 2.8rem;
  top: 4.6rem;
}

.loopmarket-bundle-shape--adapter-small::before,
.loopmarket-bundle-shape--adapter-small::after {
  top: -1.2rem;
  height: 1.7rem;
}

.loopmarket-bundle-shape--magsafe {
  left: 10rem;
  top: 6.8rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 0.7rem solid rgba(194, 216, 183, 0.95);
  box-shadow:
    inset 0 0 0 0.16rem rgba(31, 31, 31, 0.04),
    0 1.2rem 2.4rem rgba(31, 31, 31, 0.08);
}

.loopmarket-bundle-shape--ring-light {
  right: 2.6rem;
  top: 3.6rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 0.85rem solid rgba(31, 31, 31, 0.18);
  box-shadow: 0 1.2rem 2.8rem rgba(31, 31, 31, 0.08);
}

.loopmarket-bundle-shape--tripod {
  right: 4.8rem;
  bottom: 1.8rem;
  width: 0.8rem;
  height: 6.2rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #373b40, #1c1f23);
  box-shadow: none;
}

.loopmarket-bundle-shape--tripod::before,
.loopmarket-bundle-shape--tripod::after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  width: 0.5rem;
  height: 3.4rem;
  border-radius: 999px;
  background: #2a2d31;
  transform-origin: top center;
}

.loopmarket-bundle-shape--tripod::before {
  left: -1rem;
  transform: rotate(24deg);
}

.loopmarket-bundle-shape--tripod::after {
  right: -1rem;
  transform: rotate(-24deg);
}

.loopmarket-bundle-card__title {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: clamp(2rem, 2.4vw, 2.6rem);
  line-height: 1.16;
  letter-spacing: -0.03rem;
}

.loopmarket-bundle-card__title a {
  color: inherit;
  text-decoration: none;
}

.loopmarket-bundle-card__title a:hover,
.loopmarket-bundle-card__title a:focus-visible {
  color: inherit;
  text-decoration: none;
}

.loopmarket-bundle-card__copy {
  margin: 0;
  color: rgba(31, 31, 31, 0.64);
  font-size: 1.4rem;
  line-height: 1.45;
}

.loopmarket-bundle-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1.4rem;
  min-height: 0;
}

.loopmarket-bundle-card__copy-block {
  display: grid;
  gap: 0.8rem;
}

.loopmarket-bundle-card__includes {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.loopmarket-bundle-card__footer {
  display: grid;
  gap: 1rem;
  margin-top: auto;
  padding-bottom: 0.6rem;
}

.loopmarket-bundle-card__footer-copy {
  display: grid;
  gap: 0.6rem;
}

.loopmarket-bundle-card__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.6rem;
}

.loopmarket-bundle-card__pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.loopmarket-bundle-card__pricing-block {
  display: grid;
  gap: 0.5rem;
}

.loopmarket-bundle-card__price-original {
  color: rgba(31, 31, 31, 0.46);
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: line-through;
}

.loopmarket-bundle-card__price {
  color: var(--loopmarket-text);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.loopmarket-bundle-card__availability {
  margin: 0;
  color: rgba(31, 31, 31, 0.62);
  font-size: 1.3rem;
  font-weight: 500;
}

.loopmarket-bundle-card__savings {
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(139, 197, 63, 0.16);
  color: rgba(31, 31, 31, 0.8);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.loopmarket-bundle-card__cta-note {
  margin: 0;
  color: rgba(31, 31, 31, 0.54);
  font-size: 1.2rem;
  line-height: 1.5;
}

.loopmarket-bundle-card__actions .button {
  width: 100%;
  min-height: 4.4rem;
  border: 0;
  border-radius: 1rem;
  background: #1f1f1f;
  color: #ffffff;
  box-shadow: 0 1rem 2.4rem rgba(31, 31, 31, 0.18);
}

.loopmarket-bundle-card__actions .button::after {
  border-radius: 1rem;
  box-shadow: inset 0 0 0 0.1rem rgba(0, 0, 0, 0.18);
}

.loopmarket-bundle-card__actions .button:hover,
.loopmarket-bundle-card__actions .button:focus-visible {
  background: #111111;
  color: #ffffff;
}

.loopmarket-button-disabled {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
}

.loopmarket-bundle-card__contents {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}

.loopmarket-bundle-card__contents-label {
  color: #1F1F1F;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
}

.loopmarket-bundle-card__contents-copy {
  margin: 0;
  color: #555555;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
}

.loopmarket-bundle-card__trust-line {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  color: rgba(31, 31, 31, 0.58);
  font-size: 1.2rem;
  line-height: 1.45;
}

.loopmarket-bundle-card__trust-line::before {
  content: '\2713';
  color: #2e7d5b;
  font-weight: 700;
}

.loopmarket-bundle-card:hover .loopmarket-bundle-card__media img {
  transform: scale(1.08);
  filter: none;
}

.loopmarket-bundle-card:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.08);
}


.loopmarket-specs {
  padding: 0 0 3.2rem;
}

.loopmarket-collection-hero {
  padding: 2.4rem 0 1.6rem;
  background:
    radial-gradient(circle at top right, rgba(139, 197, 63, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 246, 247, 0.92));
}

.loopmarket-collection-hero__inner {
  gap: 2.4rem;
  padding: clamp(2.4rem, 4vw, 4.8rem);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 80px rgba(31, 31, 31, 0.07);
}

.loopmarket-collection-hero__eyebrow {
  margin: 0 0 1.2rem;
  color: rgba(31, 31, 31, 0.48);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

.loopmarket-collection-hero .collection-hero__title {
  margin-bottom: 1.4rem;
  color: var(--loopmarket-text);
  letter-spacing: -0.06rem;
}

.loopmarket-collection-hero .collection-hero__description {
  color: rgba(31, 31, 31, 0.72);
}

.loopmarket-collection-hero__pills {
  margin-top: 2rem;
}

.loopmarket-collection-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.loopmarket-collection-hero__image-container {
  overflow: hidden;
  border-radius: 2.6rem;
  background: linear-gradient(180deg, #fbfcfc, #eef2f4);
  --media-border-width: 0px;
  --media-border-opacity: 0;
  --media-shadow-opacity: 0;
  border: 0 !important;
  box-shadow: none !important;
}

.loopmarket-collection-hero__image-container::after {
  display: none !important;
}

.loopmarket-collection-hero .collection-hero__text-wrapper {
  position: relative;
  z-index: 1;
}

.loopmarket-collection-hero .collection-hero__image-container {
  --loopmarket-collection-image-scale: 1.16;
  --loopmarket-collection-image-position: center;
  min-height: clamp(22rem, 32vw, 34rem);
}

.loopmarket-collection-hero .loopmarket-collection-hero__image-container--portrait {
  --loopmarket-collection-image-scale: 1.42;
  --loopmarket-collection-image-position: center;
}

.loopmarket-collection-hero .loopmarket-collection-hero__image-container--square {
  --loopmarket-collection-image-scale: 1.28;
  --loopmarket-collection-image-position: center;
}

.loopmarket-collection-hero .loopmarket-collection-hero__image-container--landscape {
  --loopmarket-collection-image-scale: 1.18;
  --loopmarket-collection-image-position: center right;
}

.loopmarket-collection-hero .collection-hero__image-container img {
  object-fit: contain;
  object-position: var(--loopmarket-collection-image-position);
  padding: clamp(0.4rem, 1vw, 0.8rem);
  transform: scale(var(--loopmarket-collection-image-scale));
  transform-origin: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(242, 244, 246, 0.92));
}

.loopmarket-collection-hero__placeholder {
  display: grid;
  place-items: center;
  min-height: 24rem;
  padding: 2.4rem;
}

.loopmarket-collection-hero__placeholder-card {
  display: grid;
  gap: 1.6rem;
  width: min(100%, 34rem);
  padding: 2rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.86);
}

.loopmarket-collection-hero__placeholder-label {
  width: fit-content;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(139, 197, 63, 0.14);
  color: rgba(31, 31, 31, 0.78);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.loopmarket-collection-hero__spotlight {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  min-height: 22rem;
  align-items: end;
}

.loopmarket-collection-hero__spotlight-device,
.loopmarket-collection-hero__spotlight-card,
.loopmarket-collection-hero__spotlight-pill {
  display: block;
}

.loopmarket-collection-hero__spotlight-device {
  grid-row: 1 / span 2;
  align-self: stretch;
  width: 100%;
  border-radius: 2.6rem;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.14), rgba(31, 31, 31, 0.06));
  box-shadow:
    inset 0 0 0 0.14rem rgba(31, 31, 31, 0.12),
    0 2rem 3.6rem rgba(31, 31, 31, 0.1);
}

.loopmarket-collection-hero__spotlight-card {
  min-height: 10.8rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #ffffff, #e9eef1);
  box-shadow: inset 0 0 0 0.1rem rgba(31, 31, 31, 0.04);
}

.loopmarket-collection-hero__spotlight-pill {
  height: 1.4rem;
  border-radius: 999px;
  background: rgba(31, 31, 31, 0.1);
}

.loopmarket-collection-hero__spotlight-pill--wide {
  grid-column: 1 / -1;
  width: 72%;
}

.loopmarket-series-hero {
  padding: 2.4rem 0 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 249, 0.92));
}

.loopmarket-series-hero__inner {
  display: grid;
  gap: 2.2rem;
}

.loopmarket-series-hero__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: rgba(31, 31, 31, 0.48);
  font-size: 1.3rem;
}

.loopmarket-series-hero__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.loopmarket-series-hero__breadcrumbs a:hover,
.loopmarket-series-hero__breadcrumbs a:focus-visible {
  color: var(--loopmarket-text);
  text-decoration: underline;
}

.loopmarket-series-hero__copy {
  max-width: 116rem;
}

.loopmarket-series-hero__title {
  margin: 0 0 1.2rem;
  color: var(--loopmarket-text);
  font-size: clamp(4rem, 5vw, 6rem);
  letter-spacing: -0.2rem;
  line-height: 0.95;
}

.loopmarket-series-hero__description {
  max-width: 122rem;
  color: rgba(31, 31, 31, 0.82);
  font-size: 1.9rem;
  line-height: 1.55;
}

.loopmarket-series-hero__description p {
  margin: 0;
}

.loopmarket-series-hero__models {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem 2rem;
  padding-top: 1.8rem;
  align-items: start;
}

.loopmarket-series-model {
  display: grid;
  justify-items: start;
  gap: 1rem;
  padding: 1.2rem 1rem;
  border-radius: 1.2rem;
  color: var(--loopmarket-text);
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.loopmarket-series-model:hover,
.loopmarket-series-model:focus-visible {
  background: rgba(139, 197, 63, 0.08);
  box-shadow: 0 1.2rem 2.4rem rgba(31, 31, 31, 0.06);
  transform: translateY(-0.2rem);
}

.loopmarket-series-model__icon {
  position: relative;
  width: 4.8rem;
  height: 5.2rem;
}

.loopmarket-series-model__device {
  position: absolute;
  top: 0.3rem;
  width: 2.2rem;
  height: 4.4rem;
  border: 0.15rem solid rgba(31, 31, 31, 0.72);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0.6rem 1.6rem rgba(31, 31, 31, 0.06);
}

.loopmarket-series-model__device::before {
  content: '';
  position: absolute;
  top: 0.22rem;
  left: 50%;
  width: 0.6rem;
  height: 0.12rem;
  border-radius: 999px;
  background: rgba(31, 31, 31, 0.56);
  transform: translateX(-50%);
}

.loopmarket-series-model__device--back {
  left: 0;
  background: linear-gradient(180deg, rgba(253, 253, 253, 0.96), rgba(245, 245, 245, 0.92));
}

.loopmarket-series-model__device--front {
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.94));
}

.loopmarket-series-model__label {
  color: var(--loopmarket-text);
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
}

.loopmarket-collection-grid {
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
}

.loopmarket-collection-grid__shell {
  display: grid;
  gap: 1.8rem;
}

.loopmarket-collection-grid__products .collection {
  padding: 2.4rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 2.8rem;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 60px rgba(31, 31, 31, 0.05);
}

.loopmarket-collection-grid .facets-wrapper {
  padding: 2rem 2.4rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 48px rgba(31, 31, 31, 0.05);
}

.loopmarket-collection-grid .product-grid {
  row-gap: 2rem;
}

.loopmarket-collection-grid .collection--empty {
  margin-top: 0;
}

.loopmarket-collection-grid .collection--empty .title-wrapper {
  margin: 0 auto;
  max-width: 94rem;
}

.loopmarket-collection-grid .facet-filters.sorting {
  width: fit-content;
  margin: 0 auto;
  padding: 1.2rem 1.8rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 40px rgba(31, 31, 31, 0.04);
}

.loopmarket-collection-grid .product-count__text {
  color: rgba(31, 31, 31, 0.56);
}

.loopmarket-collection-grid--iphones .facets-wrapper {
  padding: 1.8rem 2rem;
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  overflow: visible;
}

/* Override Dawn's padding-right that eats sidebar width */
.loopmarket-collection-grid--iphones .facets-vertical .facets-wrapper {
  padding-right: 2rem !important;
}

.loopmarket-collection-grid--iphones .facet-filters.sorting {
  padding: 1.4rem 1.8rem;
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.loopmarket-collection-grid--iphones .product-grid {
  padding: 0;
  border-radius: 0;
  background: transparent;
  column-gap: 2.4rem;
  row-gap: 3.2rem;
  align-items: stretch;
}

.loopmarket-collection-grid--iphones .product-grid .grid__item {
  display: flex;
  height: 100%;
}

.loopmarket-collection-grid--iphones .product-card-wrapper {
  width: 100%;
  height: 100%;
}

.loopmarket-collection-grid--iphones .product-card-wrapper > .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: auto;
  border-radius: 1.2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
  background: #FFFFFF;
  overflow: hidden;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner {
  display: flex;
  flex-direction: column;
}

.loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner.ratio::before {
  display: none;
}

.loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .card__information {
  display: block;
}

.loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .card__content {
  padding: 1.4rem 1.6rem 0;
}

.loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8FAFC;
  border-radius: 14px 14px 0 0;
  min-height: 26rem;
  overflow: hidden;
}

/* iPhone card base */
.loopmarket-collection-grid--iphones .product-card-wrapper > .card {
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  border-radius: 16px !important;
}
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: 1.2rem;
  overflow: hidden;
}

.loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background: #FFFFFF;
}

.loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .media::after {
  display: none;
}

.loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .media.media--hover-effect > img {
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    filter 220ms ease;
}

.loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .media.media--hover-effect > img + img {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
}

.loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .card__media img,
.loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .media img {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1);
  filter: drop-shadow(0 0.8rem 1.4rem rgba(31, 31, 31, 0.08));
  transition: transform 0.25s ease;
}

.loopmarket-collection-grid--iphones .product-card-wrapper:hover .media img {
  transform: scale(1.03);
}

@media screen and (min-width: 990px) {
  .loopmarket-collection-grid--iphones .product-card-wrapper:hover > .card .media.media--hover-effect > img:first-child:not(:only-child) {
    opacity: 0;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper:hover > .card .media.media--hover-effect > img + img {
    opacity: 1;
    transform: translateY(0.2rem) scale(1.1);
  }
}

.loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__content {
  padding: 1rem 1.6rem 1.6rem;
}

.loopmarket-collection-grid--iphones .card-information {
  gap: 0.2rem;
}

.loopmarket-collection-grid--iphones .card__heading {
  font-size: 2.1rem;
  line-height: 1.08;
  letter-spacing: -0.05rem;
}

.loopmarket-collection-grid--iphones .loopmarket-price--iphone {
  margin-top: 0.6rem;
}

.loopmarket-collection-grid--iphones .loopmarket-price--iphone .price-item--regular,
.loopmarket-collection-grid--iphones .loopmarket-price--iphone .price-item--sale {
  font-weight: 600;
  letter-spacing: -0.03rem;
}

.loopmarket-collection-grid--iphones .loopmarket-price--iphone .price-item--sale {
  font-size: 2.2rem;
}

.loopmarket-collection-grid--iphones .loopmarket-price--iphone .price-item--regular {
  font-size: 1.4rem;
  opacity: 0.55;
}

.loopmarket-collection-grid--iphones .loopmarket-card__variant-list {
  margin-top: 0.2rem;
  color: #6b6b6b;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}

.loopmarket-collection-grid--iphones .loopmarket-card__actions {
  margin-top: 1rem;
}

.loopmarket-collection-grid--iphones .loopmarket-card__actions .button,
.loopmarket-collection-grid--iphones .loopmarket-card__actions .quick-add__submit {
  border-radius: 1.2rem;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.loopmarket-collection-grid--iphones .loopmarket-card__actions .button:hover,
.loopmarket-collection-grid--iphones .loopmarket-card__actions .quick-add__submit:hover,
.loopmarket-collection-grid--iphones .loopmarket-card__actions .button:focus-visible,
.loopmarket-collection-grid--iphones .loopmarket-card__actions .quick-add__submit:focus-visible {
  transform: translateY(-0.1rem);
  background: #111111;
  color: #ffffff;
}

.loopmarket-collection-grid--iphones .loopmarket-card__actions .button:active,
.loopmarket-collection-grid--iphones .loopmarket-card__actions .quick-add__submit:active {
  transform: scale(0.97);
}

@media (hover: hover) and (pointer: fine) {
  .loopmarket-collection-grid--iphones .product-card-wrapper:hover > .card {
    transform: translateY(-0.6rem);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
  }

  .loopmarket-collection-grid--bundles .product-card-wrapper:hover > .card {
    transform: translateY(-0.6rem);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
  }
}

@media screen and (min-width: 990px) {
  .loopmarket-collection-grid .facets-vertical-sort,
  .loopmarket-collection-grid__shell {
    max-width: 118rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .loopmarket-collection-grid .facets-vertical-sort.page-width,
  .loopmarket-collection-grid__shell.page-width {
    max-width: 118rem;
  }

  .loopmarket-collection-grid__shell.facets-vertical {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .loopmarket-collection-grid .facets-wrapper {
    display: none;
  }

  /* iPhones collection — two-column sidebar layout */
  .loopmarket-collection-grid--iphones .loopmarket-collection-grid__shell.facets-vertical {
    grid-template-columns: 28rem minmax(0, 1fr);
    align-items: start;
    gap: 2.4rem;
  }

  .loopmarket-collection-grid--iphones .facets-wrapper {
    display: block !important;
    width: 28rem;
    min-width: 28rem;
    max-width: 28rem;
    position: sticky;
    top: 2rem;
    align-self: start;
    overflow: visible;
  }

  .loopmarket-collection-grid .facets-vertical-sort {
    position: relative;
    z-index: 10;
    margin-bottom: 3.2rem;
  }

  .loopmarket-collection-grid .facets-vertical-form {
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
    position: relative;
    z-index: 10;
  }

  .loopmarket-collection-grid .facet-filters.sorting {
    margin: 0;
    position: relative;
    z-index: 20;
  }

  .loopmarket-collection-grid .facet-filters__field,
  .loopmarket-collection-grid .facet-filters__field .select,
  .loopmarket-collection-grid .facet-filters__sort {
    position: relative;
    z-index: 20;
  }

  .loopmarket-collection-grid .product-count-vertical {
    margin-left: 0;
  }

  .loopmarket-collection-grid .facets__display,
  .loopmarket-collection-grid .facets__display-vertical {
    z-index: 50;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }

  .loopmarket-collection-grid__products,
  .loopmarket-collection-grid__products .collection,
  .loopmarket-collection-grid .product-grid,
  .loopmarket-collection-grid .product-grid .grid__item {
    position: relative;
    z-index: 1;
  }

  .loopmarket-collection-grid__products .collection {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .loopmarket-collection-grid .product-grid {
    column-gap: 2.4rem;
    row-gap: 2.4rem;
  }
}

.loopmarket-collection-grid--accessories .facets-wrapper {
  width: 26rem;
  min-width: 26rem;
}

.loopmarket-collection-grid--bundles .facets-wrapper {
  width: 26rem;
  min-width: 26rem;
}

/* ── ACCESSORIES GRID ─────────────────────────────────── */
.loopmarket-collection-grid--accessories .product-grid {
  column-gap: 2rem;
  row-gap: 2.4rem;
}

.loopmarket-collection-grid--accessories .product-card-wrapper > .card {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 220ms ease, box-shadow 220ms ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.loopmarket-collection-grid--accessories .product-card-wrapper > .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
}

.loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__inner .card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
  padding: 1.6rem 1.6rem 0;
  background: #F8FAFC;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

.loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__inner .media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__inner .card__media img,
.loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__inner .media img {
  width: auto;
  max-width: 85%;
  height: 100%;
  max-height: 16rem;
  object-fit: contain;
  transition: transform 300ms ease;
}

.loopmarket-collection-grid--accessories .product-card-wrapper > .card:hover .card__media img,
.loopmarket-collection-grid--accessories .product-card-wrapper > .card:hover .media img {
  transform: scale(1.06);
}

.loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.4rem 1.6rem 1.6rem;
}

.loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__content .card__information,
.loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__content .card-information {
  flex-grow: 1;
}

/* Product title */
.loopmarket-collection-grid--accessories .card__heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 4px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Benefit line */
.loopmarket-collection-grid--accessories .loopmarket-card__copy {
  font-size: 1.25rem;
  color: #4B5563;
  line-height: 1.4;
  margin-bottom: 4px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Trust line */
.loopmarket-collection-grid--accessories .product-benefits span:last-child,
.loopmarket-collection-grid--accessories .loopmarket-card__trust {
  font-size: 1.1rem;
  color: #3BB18A;
  font-weight: 500;
}

/* Price */
.loopmarket-collection-grid--accessories .price .price-item--regular,
.loopmarket-collection-grid--accessories .price .price-item--sale {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111827;
}

.loopmarket-collection-grid--accessories .price .price-item--compare {
  font-size: 1.2rem;
  opacity: 0.45;
  text-decoration: line-through;
}

/* CTA button */
.loopmarket-collection-grid--accessories .loopmarket-card__actions,
.loopmarket-collection-grid--accessories .card__content .button,
.loopmarket-collection-grid--accessories .card__content .quick-add__submit {
  margin-top: auto;
}

.loopmarket-collection-grid--accessories .loopmarket-card__media-fallback--accessory {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at top right, rgba(139, 197, 63, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 246, 247, 0.96));
}

.loopmarket-collection-grid--accessories .loopmarket-card__media-fallback--accessory::before {
  content: '';
  width: 12rem;
  height: 12rem;
  border-radius: 1.2rem;
  border: 0.2rem solid rgba(31, 31, 31, 0.08);
  background:
    linear-gradient(135deg, rgba(139, 197, 63, 0.08), rgba(255, 255, 255, 0.82)),
    #ffffff;
  box-shadow: 0 1.2rem 3rem rgba(31, 31, 31, 0.08);
}

.loopmarket-collection-grid--accessories .loopmarket-card__media-fallback-pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.6rem;
  min-height: 3.2rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(31, 31, 31, 0.1);
  background: rgba(255, 255, 255, 0.94);
  color: rgba(31, 31, 31, 0.72);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  box-shadow: 0 0.8rem 1.8rem rgba(31, 31, 31, 0.06);
}

@media (hover: hover) and (pointer: fine) {
  .loopmarket-collection-grid--accessories .product-card-wrapper:hover > .card {
    transform: translateY(-0.6rem);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
  }
}

.loopmarket-collection-grid--bundles .product-grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3.2rem;
  row-gap: 3.2rem;
  align-items: stretch;
}

.loopmarket-collection-grid--bundles .product-grid .grid__item {
  display: flex;
  height: 100%;
}

.loopmarket-collection-grid--bundles .product-card-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.loopmarket-collection-grid--bundles .product-card-wrapper > .card {
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__inner {
  display: flex;
  flex-direction: column;
}

.loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__inner .card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26rem;
  padding: 1.6rem 1.6rem 0.8rem;
  overflow: hidden;
}

.loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__inner .media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__inner .card__media img,
.loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__inner .media img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 21rem;
  object-fit: contain;
  transform: scale(1.15);
  transform-origin: center center;
}

@media screen and (min-width: 990px) {
  .loopmarket-collection-grid--bundles .product-grid .grid__item:nth-child(n + 4) .card__media img,
  .loopmarket-collection-grid--bundles .product-grid .grid__item:nth-child(n + 4) .media img {
    transform: scale(1.18);
  }
}

.loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 1.6rem 1.6rem;
}

.loopmarket-collection-grid--bundles .loopmarket-card__media-fallback--bundle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at top right, rgba(139, 197, 63, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 246, 247, 0.96));
}

.loopmarket-collection-grid--bundles .loopmarket-card__media-fallback--bundle::before {
  content: none;
}

.loopmarket-collection-grid--bundles .loopmarket-card__media-fallback--bundle::after {
  content: '';
  position: absolute;
  inset: 2rem;
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.loopmarket-collection-grid--bundles .loopmarket-card__media-fallback-chip {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.2rem;
  min-height: 3.6rem;
  padding: 0.8rem 1.1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(31, 31, 31, 0.1);
  background: rgba(255, 255, 255, 0.94);
  color: rgba(31, 31, 31, 0.72);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  box-shadow: 0 0.8rem 1.8rem rgba(31, 31, 31, 0.06);
}

.loopmarket-collection-grid--bundles .loopmarket-card__media-fallback-chip--case {
  transform: translateY(-0.4rem);
}

.loopmarket-collection-grid--bundles .loopmarket-card__media-fallback-chip--cable {
  transform: translateY(0.8rem);
}

.loopmarket-collection-grid--bundles .loopmarket-card__media-fallback-chip--screen {
  transform: translateY(-0.1rem);
}

.loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__content .card__information,
.loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__content .card-information,
.loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__content .quick-add {
  display: flex;
  flex-direction: column;
}

.loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__content .card__information,
.loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__content .card-information {
  flex-grow: 1;
}

.loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__content > .quick-add {
  margin-top: auto;
}

.loopmarket-collection-grid--bundles .card__heading {
  font-weight: 600;
  letter-spacing: -0.01em;
  min-height: calc(1.12em * 2);
}

.loopmarket-collection-grid--bundles .loopmarket-card__copy {
  display: -webkit-box;
  margin-top: 0.8rem;
  min-height: 5.6rem;
  overflow: hidden;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.loopmarket-collection-grid--bundles .loopmarket-card__variant-list,
.loopmarket-collection-grid--bundles .price {
  min-height: 2.4rem;
}

.loopmarket-collection-grid--bundles .price {
  margin-top: 0.8rem;
}

.loopmarket-collection-grid--bundles .loopmarket-card__actions,
.loopmarket-collection-grid--bundles .card__content .button,
.loopmarket-collection-grid--bundles .card__content .quick-add__submit {
  margin-top: auto;
}

.loopmarket-collection-promo {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}

.loopmarket-collection-promo-item {
  height: 100%;
  display: flex;
}

.loopmarket-collection-promo-item .loopmarket-collection-promo {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.loopmarket-collection-promo-item .loopmarket-collection-promo__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loopmarket-collection-promo__card {
  display: grid;
  gap: 1.2rem;
  align-items: start;
  padding: 2.8rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at top right, rgba(139, 197, 63, 0.16), transparent 28%),
    linear-gradient(135deg, #f4f7f4, #eef3ef);
  box-shadow: 0 18px 48px rgba(31, 31, 31, 0.05);
}

.loopmarket-collection-promo__eyebrow {
  margin: 0;
  color: rgba(31, 31, 31, 0.52);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.loopmarket-collection-promo__title {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04rem;
}

.loopmarket-collection-promo__copy {
  margin: 0;
  max-width: 62rem;
  color: rgba(31, 31, 31, 0.74);
  line-height: 1.6;
}

.loopmarket-collection-promo__actions {
  margin-top: 0.4rem;
}

.loopmarket-specs__shell {
  display: grid;
  gap: 2rem;
}

.loopmarket-in-the-box {
  padding: 5.6rem 0 4.8rem;
}

.loopmarket-in-the-box__heading {
  margin-bottom: 4.4rem;
  text-align: center;
}

.loopmarket-in-the-box__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.4rem;
}

.loopmarket-in-the-box__item {
  text-align: center;
}

.loopmarket-in-the-box__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8.8rem;
  height: 8.8rem;
  margin-bottom: 1.6rem;
  color: var(--loopmarket-text);
}

.loopmarket-in-the-box__icon svg {
  width: 6rem;
  height: 6rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loopmarket-in-the-box__title {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.03rem;
}

.loopmarket-in-the-box__copy {
  max-width: 24rem;
  margin: 1rem auto 0;
  color: rgba(31, 31, 31, 0.72);
  font-size: 1.6rem;
  line-height: 1.55;
}

@media screen and (min-width: 990px) {
  .product--thumbnail_slider .product__media-wrapper media-gallery {
    display: block;
  }

  .product--thumbnail_slider .product__media-wrapper #GalleryViewer {
    min-width: 0;
  }

  .product--thumbnail_slider .product__media-wrapper #GalleryThumbnails {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }

  .product--thumbnail_slider .product__media-wrapper .thumbnail-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .product--thumbnail_slider .product__media-wrapper .thumbnail-list.slider--tablet-up {
    display: flex;
    gap: 0.9rem;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .product--thumbnail_slider .product__media-wrapper .thumbnail-list__item.slider__slide,
  .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide,
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 7.6rem;
    flex: 0 0 7.6rem;
  }

  .product--thumbnail_slider .product__media-wrapper .thumbnail-list__item {
    position: relative;
    aspect-ratio: 1 / 1;
  }

  .product--thumbnail_slider .product__media-wrapper .thumbnail {
    overflow: hidden;
    border-radius: 1.2rem;
    border: 1px solid rgba(31, 31, 31, 0.08);
    background: linear-gradient(180deg, #fbfcfc, #eef2f4);
    box-shadow: 0 12px 24px rgba(31, 31, 31, 0.05);
  }

  .product--thumbnail_slider .product__media-wrapper .thumbnail[aria-current='true'] {
    border-color: rgba(139, 197, 63, 0.72);
    box-shadow:
      0 0 0 0.2rem rgba(139, 197, 63, 0.16),
      0 12px 24px rgba(31, 31, 31, 0.06);
  }

  .product--thumbnail_slider .product__media-wrapper .product__media-list {
    margin: 0;
    padding-right: 0;
  }

  .product--thumbnail_slider .product__media-wrapper .product__media-item {
    width: 100%;
    max-width: none;
  }

  .product--thumbnail_slider .product__media-wrapper .product-media-container {
    padding: 2.4rem;
    border-radius: 3rem;
    border: 1px solid rgba(31, 31, 31, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 246, 247, 0.92));
    box-shadow: 0 24px 80px rgba(31, 31, 31, 0.07);
    overflow: hidden;
  }

  .product--thumbnail_slider .product__media-wrapper .product__media {
    background: transparent;
  }

  .product--thumbnail_slider .product__media-wrapper .product__media .media > img,
  .product--thumbnail_slider .product__media-wrapper .product__media .deferred-media__poster img {
    width: auto;
    max-width: min(100%, 44rem);
    max-height: 46rem;
    margin: 0 auto;
    object-fit: contain;
  }

  .product--thumbnail_slider .product__media-wrapper .product__media-icon,
  .product--thumbnail_slider .product__media-wrapper .thumbnail__badge {
    top: 1.6rem;
    left: 1.6rem;
  }

  .product--thumbnail_slider .product__media-wrapper .slider-mobile-gutter {
    min-width: 0;
  }

  .product--thumbnail_slider .product__media-wrapper .thumbnail-slider .slider-button {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .loopmarket-in-the-box__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.2rem 2.4rem;
  }
}

@media screen and (min-width: 990px) {
  .loopmarket-in-the-box__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3.2rem;
  }
}

.loopmarket-specs__panel,
.loopmarket-trust-card {
  padding: 2.6rem;
  border: 1px solid var(--loopmarket-border);
  border-radius: var(--loopmarket-radius);
  background: var(--loopmarket-surface);
  box-shadow: var(--loopmarket-shadow);
}

.loopmarket-trust-card {
  text-align: center;
}

.loopmarket-trust-card:hover .loopmarket-trust-icon,
.loopmarket-trust-card:focus-within .loopmarket-trust-icon {
  background: rgba(139, 197, 63, 0.22);
  transform: translateY(-0.2rem);
  box-shadow: 0 1.2rem 2.4rem rgba(31, 31, 31, 0.08);
}

.loopmarket-trust-card:hover .loopmarket-trust-icon svg,
.loopmarket-trust-card:focus-within .loopmarket-trust-icon svg {
  transform: scale(1.08);
}

.loopmarket-specs__label {
  margin: 0 0 0.8rem;
  color: rgba(31, 31, 31, 0.52);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.loopmarket-specs__title {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: 2.2rem;
}

.loopmarket-specs__copy,
.loopmarket-trust-copy {
  margin: 0.8rem 0 0;
  color: rgba(31, 31, 31, 0.72);
  line-height: 1.6;
}

.loopmarket-spec-list {
  display: grid;
  gap: 1.4rem;
  margin: 1.8rem 0 0;
}

.loopmarket-spec-row {
  display: grid;
  gap: 0.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--loopmarket-border);
}

.loopmarket-spec-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.loopmarket-spec-key {
  color: rgba(31, 31, 31, 0.5);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.loopmarket-spec-value {
  color: var(--loopmarket-text);
  font-size: 1.6rem;
  line-height: 1.5;
}

.loopmarket-trust {
  padding: 4.8rem 0 4.2rem;
  margin-bottom: 5.6rem;
}

.loopmarket-trust .loopmarket-section-copy {
  margin-bottom: 2.8rem;
}

.loopmarket-trust-icon,
.lm-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1rem;
  background: #ecfdf5;
  color: var(--loopmarket-teal);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.loopmarket-trust-icon svg,
.lm-icon {
  width: 1.8rem;
  height: 1.8rem;
  stroke: var(--loopmarket-teal);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transition: all 300ms ease;
}

/* Elite Hover State */
.quick-action-card:hover .lm-icon-wrapper,
.loopmarket-trust-item:hover .lm-icon-wrapper,
.loopmarket-trust-card:hover .lm-icon-wrapper {
  background: var(--loopmarket-teal);
}

.quick-action-card:hover .lm-icon,
.loopmarket-trust-item:hover .lm-icon,
.loopmarket-trust-card:hover .lm-icon {
  stroke: #ffffff;
  transform: scale(1.1);
}

@media (prefers-reduced-motion: reduce) {
  .loopmarket-trust-icon,
  .loopmarket-trust-icon svg {
    transition: none;
  }
}

.loopmarket-trust-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.2rem;
  align-items: center;
}

.loopmarket-trust-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.loopmarket-trust-item:hover .loopmarket-trust-icon,
.loopmarket-trust-item:focus-within .loopmarket-trust-icon {
  transform: translateY(-0.1rem);
  background: rgba(139, 197, 63, 0.18);
  color: var(--loopmarket-accent);
}

.loopmarket-trust-item:hover .loopmarket-trust-icon svg,
.loopmarket-trust-item:focus-within .loopmarket-trust-icon svg {
  transform: scale(1.04);
}

.loopmarket-trust-item__text {
  min-width: 0;
}

.loopmarket-trust-title {
  margin: 0;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.loopmarket-trust-subtitle {
  margin: 0.2rem 0 0;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.loopmarket-hero-trust-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.4rem;
  padding: 1.4rem 0;
  align-items: center;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.loopmarket-hero-trust-icons .loopmarket-trust-item {
  position: relative;
  justify-content: center;
  gap: 1.2rem;
  padding: 0 2rem;
}

.loopmarket-hero-trust-icons .loopmarket-trust-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 4.2rem;
  background: rgba(26, 26, 26, 0.1);
  transform: translateY(-50%);
}

.loopmarket-hero-trust-icons .loopmarket-trust-item__text {
  display: grid;
  gap: 0;
}

.loopmarket-inline-badge {
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  background: rgba(31, 31, 31, 0.06);
  color: rgba(31, 31, 31, 0.74);
  font-size: 1.3rem;
  font-weight: 600;
}

.loopmarket-inline-badge--animated {
  opacity: 0;
  transform: translateY(0.8rem);
  animation: loopmarketBadgeReveal 480ms ease forwards;
}

.loopmarket-inline-badge--animated:nth-child(2) {
  animation-delay: 80ms;
}

.loopmarket-inline-badge--animated:nth-child(3) {
  animation-delay: 160ms;
}

.loopmarket-inline-badge--animated:nth-child(4) {
  animation-delay: 240ms;
}

.loopmarket-inline-badge--animated:hover,
.loopmarket-inline-badge--animated:focus-visible {
  background: rgba(139, 197, 63, 0.16);
  color: var(--loopmarket-text);
  transform: translateY(-0.1rem);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

@keyframes loopmarketBadgeReveal {
  from {
    opacity: 0;
    transform: translateY(0.8rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .loopmarket-inline-badge--animated {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.loopmarket-mobile-sticky {
  position: fixed;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.2rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(31, 31, 31, 0.16);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.5rem);
  transition: 
    opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 400ms;
}

.loopmarket-mobile-sticky.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.loopmarket-mobile-sticky__copy {
  min-width: 0;
}

.loopmarket-mobile-sticky__title {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: 1.4rem;
  font-weight: 700;
}

.loopmarket-mobile-sticky__price {
  margin: 0.2rem 0 0;
  color: rgba(31, 31, 31, 0.68);
  font-size: 1.2rem;
}

.loopmarket-mobile-sticky .button {
  min-width: 13rem;
  min-height: 4.8rem;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.loopmarket-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(31, 31, 31, 0.08);
  background:
    radial-gradient(circle at top right, rgba(139, 197, 63, 0.14), transparent 20%),
    linear-gradient(180deg, #fbfbfb, #f2f4f5);
}

.loopmarket-footer__blocks.grid--3-col-tablet {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.loopmarket-footer__blocks .footer-block,
.loopmarket-footer__newsletter-shell {
  padding: 2.8rem;
  border: 1px solid #ececec;
  border-radius: 1.2rem;
  background: #f7f7f7;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 3.2rem;
}

.loopmarket-footer__newsletter-shell {
  margin-bottom: 2.4rem;
}

.loopmarket-footer__blocks {
  margin-bottom: 2.4rem;
}

.loopmarket-footer .footer-block__heading {
  margin-bottom: 1.4rem;
  color: var(--loopmarket-text);
  font-size: 1.7rem;
  letter-spacing: -0.02rem;
}

.loopmarket-footer .footer-block__details-content,
.loopmarket-footer .footer-block__details-content p,
.loopmarket-footer .footer__copyright,
.loopmarket-footer .copyright__content,
.loopmarket-footer .policies a {
  color: rgba(31, 31, 31, 0.72);
}

.loopmarket-footer__social-block {
  margin-top: 1.6rem;
}

.loopmarket-footer__social-heading {
  margin: 0 0 0.5rem;
  color: var(--loopmarket-text);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.loopmarket-footer__social-copy {
  margin: 0 0 0.9rem;
  color: rgba(31, 31, 31, 0.62);
  font-size: 1.25rem;
  line-height: 1.5;
}

.loopmarket-footer__social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
}

.loopmarket-footer__social-item {
  display: flex;
}

.loopmarket-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid rgba(31, 31, 31, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #374151;
  transition:
    background-color var(--duration-short) ease,
    border-color var(--duration-short) ease,
    color var(--duration-short) ease,
    transform var(--duration-short) ease,
    box-shadow var(--duration-short) ease;
}

.loopmarket-footer__social-link .svg-wrapper {
  width: 2rem;
  height: 2rem;
}

.loopmarket-footer__social-link .icon {
  width: 2rem;
  height: 2rem;
}

.loopmarket-footer__social-link:hover,
.loopmarket-footer__social-link:focus-visible {
  color: var(--loopmarket-teal);
  background: rgba(139, 197, 63, 0.1);
  border-color: rgba(139, 197, 63, 0.28);
  transform: translateY(-0.1rem);
  box-shadow: 0 0.8rem 1.8rem rgba(31, 31, 31, 0.08);
}

.loopmarket-footer .list-menu__item--link {
  width: fit-content;
  padding: 0.2rem 0;
  color: var(--loopmarket-text);
}

.loopmarket-footer__newsletter-copy {
  max-width: 46rem;
}

.loopmarket-footer__newsletter-meta {
  display: block;
  margin: 0;
  color: rgba(31, 31, 31, 0.7);
  font-size: 1.45rem;
  line-height: 1.65;
  text-align: center;
}

.loopmarket-footer__trust-shell {
  display: grid;
  gap: 1.2rem;
}

.loopmarket-footer__trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem 2rem;
  margin-top: 0;
}

.loopmarket-footer__trust-card {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.5rem;
}

.loopmarket-footer__trust-card:hover .loopmarket-footer__trust-icon,
.loopmarket-footer__trust-card:focus-within .loopmarket-footer__trust-icon {
  background: rgba(139, 197, 63, 0.22);
  transform: translateY(-0.2rem);
  box-shadow: 0 1.2rem 2.4rem rgba(31, 31, 31, 0.08);
}

.loopmarket-footer__trust-card:hover .loopmarket-footer__trust-icon svg,
.loopmarket-footer__trust-card:focus-within .loopmarket-footer__trust-icon svg {
  transform: scale(1.08);
}

.loopmarket-footer__trust-label {
  margin: 2.4rem 0 1.8rem;
  color: rgba(31, 31, 31, 0.6);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  text-align: center;
  text-transform: uppercase;
}

.loopmarket-footer__trust-icon {
  display: inline-grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  background: #ecfdf5;
  color: var(--loopmarket-teal);
  transition: all 300ms ease;
}

.loopmarket-footer__trust-icon svg {
  width: 2rem;
  height: 2.2rem;
  stroke: var(--loopmarket-teal);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transition: all 300ms ease;
}

.loopmarket-footer__trust-title {
  color: #161616;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
  line-height: 1.25;
}

.loopmarket-footer__trust-copy {
  color: rgba(31, 31, 31, 0.62);
  font-size: 1.25rem;
  line-height: 1.45;
}

.loopmarket-footer .footer-block__newsletter {
  display: grid;
  gap: 1.8rem;
  justify-items: center;
  text-align: center;
}

.loopmarket-footer .footer-block__newsletter > .loopmarket-footer__newsletter-copy {
  width: 100%;
}

.loopmarket-footer .footer-block__newsletter > .footer-block__heading {
  max-width: 52rem;
  margin-bottom: 0;
  font-size: clamp(2rem, 2.2vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -0.05rem;
  text-align: center;
  white-space: nowrap;
}

.loopmarket-footer .footer__newsletter {
  margin-top: 0.6rem;
  width: 100%;
}

.loopmarket-footer .newsletter-form__field-wrapper {
  max-width: 100%;
  width: 100%;
}

.loopmarket-footer .newsletter-form {
  align-items: stretch;
  justify-content: center;
  margin: 0 auto;
  max-width: 52rem;
  width: 100%;
}

.loopmarket-footer .newsletter-form__field-wrapper {
  max-width: 100%;
}

.loopmarket-footer .newsletter-form__field-wrapper .field__input {
  min-height: 4.8rem;
  padding: 1.6rem 5.6rem 1.6rem 1.6rem;
}

.loopmarket-footer .field {
  min-height: 4.8rem;
  border-radius: 1.2rem;
  background: #ffffff;
}

.loopmarket-footer .field:before {
  content: none;
}

.loopmarket-footer .field:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(31, 31, 31, 0.22);
  box-shadow: none;
  border-radius: 1.2rem;
}

.loopmarket-footer .field__input:focus ~ .field__label,
.loopmarket-footer .field__input:not(:placeholder-shown) ~ .field__label,
.loopmarket-footer .field__input:-webkit-autofill ~ .field__label {
  border-radius: 1.2rem;
}

.loopmarket-footer .newsletter-form__button {
  right: 0;
  top: 0;
  height: 100%;
  width: 5.4rem;
  justify-content: center;
  background: transparent;
  border-left: 1px solid rgba(31, 31, 31, 0.2);
  border-top-right-radius: 2.4rem;
  border-bottom-right-radius: 2.4rem;
  color: rgba(31, 31, 31, 0.48);
  transition:
    color var(--duration-short) ease,
    border-color var(--duration-short) ease,
    background-color var(--duration-short) ease;
}

.loopmarket-footer .newsletter-form__button > .svg-wrapper {
  width: 1.8rem;
  height: 1.8rem;
}

.loopmarket-footer .field:hover.field:after,
.loopmarket-footer .field:focus-within:after {
  border-color: #84b83f;
}

.loopmarket-footer .field:hover .newsletter-form__button,
.loopmarket-footer .field:focus-within .newsletter-form__button {
  border-left-color: rgba(132, 184, 63, 0.35);
  color: #84b83f;
}

.loopmarket-footer .newsletter-form__button:hover {
  color: #84b83f;
}

.loopmarket-footer__newsletter-consent {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.2rem;
  color: rgba(31, 31, 31, 0.68);
  font-size: 1.25rem;
  line-height: 1.5;
}

.loopmarket-footer__newsletter-checkbox {
  width: 1.7rem;
  height: 1.7rem;
  margin: 0;
  accent-color: #84b83f;
}

.loopmarket-footer__newsletter-consent a {
  color: var(--loopmarket-text);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.loopmarket-footer__legal {
  padding-top: 0;
}

.loopmarket-footer__credit {
  display: block;
  margin-top: 0.8rem;
  color: #7a7a7a;
  font-size: 1.2rem;
  text-align: center;
}

.loopmarket-footer__credit-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  animation: loopmarketFooterCreditPulse 3.2s ease-in-out infinite;
  transition: color 180ms ease, transform 180ms ease;
}

.loopmarket-footer__credit-link:hover,
.loopmarket-footer__credit-link:focus-visible {
  color: var(--loopmarket-text);
  transform: translateY(-0.1rem);
}

@keyframes loopmarketFooterCreditPulse {
  0%,
  100% {
    color: #7a7a7a;
    transform: translateY(0);
  }

  50% {
    color: rgba(139, 197, 63, 0.86);
    transform: translateY(-0.08rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .loopmarket-footer__credit-link {
    animation: none;
  }
}

.loopmarket-footer__review-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
  align-items: stretch;
  width: min(100%, 72rem);
  margin: 0 auto 2.4rem;
}

.loopmarket-footer__review-badge {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  width: 100%;
  padding: 1.4rem 1.8rem 1.2rem;
  border: 0.1rem solid rgba(31, 31, 31, 0.12);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 0.8rem 2rem rgba(31, 31, 31, 0.04);
  text-align: left;
}

.loopmarket-footer__review-top {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}

.loopmarket-footer__review-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 100%;
  color: rgba(31, 31, 31, 0.82);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.4;
}

.loopmarket-footer__review-meta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.8rem;
  text-align: right;
}

.loopmarket-footer__review-brand {
  position: relative;
  color: #2d9ed8;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

.loopmarket-footer__review-brand::after {
  content: "";
  position: absolute;
  left: 2.45rem;
  bottom: -0.45rem;
  width: 1rem;
  height: 0.45rem;
  border: 0.18rem solid currentColor;
  border-top: 0;
  border-radius: 0 0 0.8rem 0.8rem;
  opacity: 0.95;
}

.loopmarket-footer__review-brand--google {
  color: #1f1f1f;
  font-size: 1.7rem;
  font-weight: 700;
}

.loopmarket-footer__review-brand--google::after {
  display: none;
}

.loopmarket-footer__google-wordmark {
  display: inline-flex;
  align-items: baseline;
  letter-spacing: -0.03em;
}

.loopmarket-footer__google-letter--blue {
  color: #4285f4;
}

.loopmarket-footer__google-letter--red {
  color: #ea4335;
}

.loopmarket-footer__google-letter--yellow {
  color: #fbbc05;
}

.loopmarket-footer__google-letter--green {
  color: #34a853;
}

.loopmarket-footer__review-stars {
  position: relative;
  display: inline-grid;
  color: var(--loopmarket-teal);
}

.loopmarket-footer__review-stars-base,
.loopmarket-footer__review-stars-fill {
  display: inline-flex;
  gap: 0.4rem;
}

.loopmarket-footer__review-stars-base {
  color: rgba(139, 197, 63, 0.5);
}

.loopmarket-footer__review-stars-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--hellopeter-rating-percent, 100%);
  overflow: hidden;
  white-space: nowrap;
  color: var(--loopmarket-teal);
}

.loopmarket-footer__review-stars svg {
  width: 1.7rem;
  height: 1.7rem;
  flex: 0 0 auto;
}

.loopmarket-footer__review-rating {
  color: #1f1f1f;
  font-weight: 700;
  white-space: nowrap;
}

.loopmarket-footer__review-text {
  color: #1f1f1f;
  font-size: 1.15rem;
  font-weight: 700;
}

.loopmarket-footer__review-subtext {
  margin: 0;
  color: rgba(31, 31, 31, 0.56);
  font-size: 1.15rem;
  line-height: 1.5;
}

.loopmarket-footer__review-subtext--count {
  margin-top: -0.2rem;
}

.loopmarket-footer__review-link {
  display: inline-flex;
  align-items: center;
  color: rgba(31, 31, 31, 0.74);
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.16rem;
}

.loopmarket-footer__review-link--static {
  text-decoration: none;
}

.loopmarket-footer__review-link:hover,
.loopmarket-footer__review-link:focus-visible {
  color: #1f1f1f;
}

@media screen and (max-width: 749px) {
  .loopmarket-footer__review-row {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .loopmarket-footer__review-badge {
    min-width: 0;
    width: 100%;
  }

  .loopmarket-footer__review-top,
  .loopmarket-footer__review-main {
    gap: 0.8rem;
  }

  .loopmarket-footer__review-main {
    flex-wrap: wrap;
  }

  .loopmarket-footer__review-meta {
    justify-content: flex-start;
    text-align: left;
  }
}

.loopmarket-footer__payment-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}

.loopmarket-footer__payment-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 2rem;
}

.loopmarket-footer__payment-note {
  width: min(100%, 52rem);
  margin: 0 auto 1.6rem;
  color: #6e6e73;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.loopmarket-footer__store-notice {
  margin: 0 0 1.8rem;
  color: #1d1d1f;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.loopmarket-footer__legal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 0;
}

.loopmarket-footer__payment-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.5rem;
  padding: 0.75rem 1.2rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  opacity: 0.9;
  color: rgba(31, 31, 31, 0.82);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  box-shadow: 0 10px 24px rgba(31, 31, 31, 0.05);
}

.loopmarket-footer__payment-chip--visa {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.loopmarket-footer__payment-logo {
  display: block;
  height: 1.6rem;
  width: auto;
  max-width: 11rem;
  object-fit: contain;
}

.loopmarket-footer__payment-chip--mastercard .loopmarket-footer__payment-logo {
  height: 1.85rem;
}

.loopmarket-footer__payment-chip--payfast .loopmarket-footer__payment-logo {
  height: 1.75rem;
}

.loopmarket-footer__payment-chip--payflex .loopmarket-footer__payment-logo {
  height: 1.7rem;
}

.loopmarket-footer__payment-chip--payjustnow .loopmarket-footer__payment-logo {
  height: 1.7rem;
}

.loopmarket-footer__payment-chip--yoco .loopmarket-footer__payment-logo {
  height: 1.55rem;
  width: auto;
}

.loopmarket-footer__payment-chip--mastercard {
  min-width: 12.5rem;
}

.loopmarket-footer__payment-chip--payfast {
  min-width: 11.4rem;
}

.loopmarket-footer__payment-chip--yoco {
  min-width: 8.8rem;
}

.loopmarket-footer__payment-chip--payflex {
  min-width: 10.4rem;
}

.loopmarket-footer__payment-chip--payjustnow {
  min-width: 12.2rem;
}

.loopmarket-footer__payment-chip--applepay {
  min-width: 9.4rem;
}

.loopmarket-footer__payment-chip--applepay .loopmarket-footer__payment-logo {
  height: 2rem;
}

.loopmarket-footer .footer-block__details-content li + li {
  margin-top: 0.8rem;
}

.loopmarket-footer__link--highlight {
  color: #2e7d32 !important;
  font-weight: 700;
}

.loopmarket-footer {
  background: #f7f8f7;
}

.loopmarket-footer .page-width {
  max-width: 120rem;
}

.loopmarket-footer .footer__column.footer__localization {
  display: none;
}

.loopmarket-footer__newsletter-shell {
  width: min(100%, 72rem);
  margin: 0 auto 6rem;
  padding: 3.6rem;
  border: 1px solid #e5e5e5;
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 1.2rem 3.2rem rgba(29, 29, 31, 0.04);
}

.loopmarket-footer .footer-block__newsletter {
  gap: 2rem;
  justify-items: center;
  text-align: center;
}

.loopmarket-footer .footer-block__newsletter > .footer-block__heading {
  max-width: 48rem;
  font-size: clamp(2.6rem, 3vw, 3.2rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.04rem;
  white-space: normal;
}

.loopmarket-footer__newsletter-copy {
  max-width: 48rem;
}

.loopmarket-footer__newsletter-meta {
  margin: 0;
  color: #6e6e73;
  font-size: 1.6rem;
  line-height: 1.6;
}

.loopmarket-footer .footer__newsletter {
  width: min(100%, 54rem);
}

.loopmarket-footer .newsletter-form__field-wrapper {
  gap: 1.6rem;
}

.loopmarket-footer .newsletter-form__field-wrapper .field {
  min-height: 5.8rem;
}

.loopmarket-footer .newsletter-form__field-wrapper .field:after,
.loopmarket-footer .newsletter-form__field-wrapper .field:hover.field:after {
  border-color: #e5e5e5;
  border-radius: 999px;
}

.loopmarket-footer .newsletter-form__field-wrapper .field__input {
  padding-right: 6rem;
  background: #ffffff;
}

.loopmarket-footer .newsletter-form__button {
  width: 5.8rem;
}

.loopmarket-footer__newsletter-consent {
  justify-content: center;
  max-width: 52rem;
  color: #6e6e73;
  font-size: 1.3rem;
  text-align: center;
}

.loopmarket-footer__newsletter-consent a {
  color: #1d1d1f;
}

.loopmarket-footer__blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem;
  margin: 0 0 6rem;
}

.loopmarket-footer__blocks .footer-block {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.loopmarket-footer__accordion {
  border: 0;
}

.loopmarket-footer__accordion[open] {
  padding: 0;
}

.loopmarket-footer__accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  list-style: none;
  cursor: default;
}

.loopmarket-footer__accordion summary::-webkit-details-marker {
  display: none;
}

.loopmarket-footer__accordion-content {
  padding-top: 1.6rem;
}

.loopmarket-footer .footer-block__heading {
  margin: 0;
  color: #1d1d1f;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.02rem;
}

.loopmarket-footer .footer-block__details-content,
.loopmarket-footer .footer-block__brand-info .rte {
  color: #6e6e73;
  font-size: 1.6rem;
  line-height: 1.7;
}

.loopmarket-footer .footer-block__details-content li + li {
  margin-top: 1.2rem;
}

.loopmarket-footer .list-menu__item--link {
  padding: 0;
  color: #1d1d1f;
  font-size: 1.6rem;
  font-weight: 400;
}

.loopmarket-footer .list-menu__item--link:hover,
.loopmarket-footer .list-menu__item--link:focus-visible {
  color: #7bae37;
}

.loopmarket-footer__brand-title {
  margin: 0 0 1rem;
  color: #1d1d1f;
  font-size: 1.6rem;
  font-weight: 500;
}

.loopmarket-footer__social-block {
  margin-top: 2.4rem;
}

.loopmarket-footer__social-heading {
  margin: 0 0 0.6rem;
  color: #1d1d1f;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.loopmarket-footer__social-copy {
  margin: 0 0 1.2rem;
  color: #6e6e73;
  font-size: 1.4rem;
}

.loopmarket-footer__social-list {
  gap: 1.2rem;
}

.loopmarket-footer__social-link {
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: #1d1d1f;
  box-shadow: none;
}

.loopmarket-footer__social-link:hover,
.loopmarket-footer__social-link:focus-visible {
  color: #7bae37;
  background: #ffffff;
  border-color: rgba(123, 174, 55, 0.32);
  transform: none;
  box-shadow: none;
}

.loopmarket-footer__review-row {
  width: min(100%, 72rem);
  gap: 2rem;
  margin: 0 auto 4rem;
}

.loopmarket-footer__review-badge {
  padding: 2.2rem;
  border: 1px solid #e5e5e5;
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: none;
}

.loopmarket-footer__payment-row {
  margin: 0 0 3.2rem;
}

.loopmarket-footer__payment-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}

.loopmarket-footer__payment-chip {
  min-height: 4.2rem;
  padding: 1rem 1.8rem;
  border: 1px solid #e5e5e5;
  border-radius: 1.2rem;
  background: #ffffff;
  opacity: 1;
}

.loopmarket-footer__store-notice {
  width: min(100%, 52rem);
  margin: 0 auto 2.4rem;
  color: #6e6e73;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

.loopmarket-footer__legal {
  display: grid;
  justify-items: center;
  gap: 1rem;
  padding-top: 0;
}

.loopmarket-footer .footer__copyright {
  text-align: center;
}

.loopmarket-footer .copyright__content,
.loopmarket-footer .copyright__content a {
  color: #6e6e73;
  font-size: 1.2rem;
}

.loopmarket-footer__credit {
  color: #6e6e73;
  font-size: 1.2rem;
}

.loopmarket-footer__credit-link {
  color: #7bae37;
}

@media screen and (min-width: 750px) {
  .loopmarket-footer__accordion summary {
    pointer-events: none;
  }
}

@media screen and (max-width: 749px) {
  .loopmarket-footer__newsletter-shell {
    width: 100%;
    margin-bottom: 4rem;
    padding: 2.4rem 2rem;
    border-radius: 1.2rem;
  }

  .loopmarket-footer__blocks {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 4rem;
  }

  .loopmarket-footer__blocks .footer-block + .footer-block {
    border-top: 1px solid #e5e5e5;
    padding-top: 1.6rem;
    margin-top: 1.6rem;
  }

  .loopmarket-footer__accordion summary {
    cursor: pointer;
  }

  .loopmarket-footer__accordion summary::after {
    content: '+';
    color: #6e6e73;
    font-size: 1.8rem;
    line-height: 1;
  }

  .loopmarket-footer__accordion[open] summary::after {
    content: '-';
  }

  .loopmarket-footer__accordion-content {
    padding-top: 1.2rem;
  }

  .loopmarket-footer__review-row {
    width: 100%;
    margin-bottom: 3.2rem;
  }

  .loopmarket-footer__payment-row {
    overflow-x: auto;
    justify-content: flex-start;
    margin-bottom: 2.4rem;
    padding-bottom: 0.4rem;
    scrollbar-width: none;
  }

  .loopmarket-footer__payment-note {
    width: 100%;
    margin-bottom: 1.6rem;
  }

  .loopmarket-footer__payment-row::-webkit-scrollbar {
    display: none;
  }

  .loopmarket-footer__payment-strip {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .loopmarket-footer__store-notice {
    margin-bottom: 2rem;
  }
}

.loopmarket-footer__link--highlight:hover,
.loopmarket-footer__link--highlight:focus-visible {
  color: #256628 !important;
}

.loopmarket-cart-drawer {
  background:
    radial-gradient(circle at top right, rgba(139, 197, 63, 0.14), transparent 20%),
    linear-gradient(180deg, #ffffff, #f4f6f7);
}

.loopmarket-cart-drawer .drawer__header,
.loopmarket-cart-drawer .drawer__footer {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.loopmarket-cart-drawer__empty-content {
  max-width: 34rem;
  margin: 0 auto;
}

.loopmarket-cart-drawer__empty-copy,
.loopmarket-cart-page__empty-copy {
  margin: 1.4rem auto 0;
  max-width: 34rem;
  color: rgba(31, 31, 31, 0.68);
  line-height: 1.6;
}

.loopmarket-free-shipping {
  display: block;
  margin: 0 0 1.8rem;
}

.loopmarket-free-shipping__inner {
  display: grid;
  gap: 1rem;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  background: #f7f8f9;
}

.loopmarket-free-shipping__message {
  margin: 0;
  color: #1f1f1f;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.45;
}

.loopmarket-free-shipping__bar {
  position: relative;
  width: 100%;
  height: 0.8rem;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #e5e5e5;
}

.loopmarket-free-shipping__fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--loopmarket-teal);
  transition: width 260ms ease;
}

.loopmarket-cart-drawer .loopmarket-free-shipping {
  margin-bottom: 1.4rem;
}

.loopmarket-cart-page {
  padding-top: 2rem;
}

.loopmarket-cart-page__header {
  align-items: end;
  margin-bottom: 1rem;
}

.loopmarket-cart-page__intro {
  margin-bottom: 2rem;
}

.loopmarket-cart-summary {
  margin-top: 1.8rem;
  padding: 1.8rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.72);
  text-align: left;
}

.loopmarket-cart-summary__title {
  margin: 0 0 1.2rem;
  color: var(--loopmarket-teal);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.loopmarket-cart-summary__payments {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.4rem;
  justify-items: stretch;
}

.loopmarket-cart-summary__payments-title {
  margin: 0;
  color: #111111;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.3;
}

.loopmarket-cart-summary__payment-strip {
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 1.4rem;
  scrollbar-width: none;
}

.loopmarket-cart-summary__payment-strip::-webkit-scrollbar {
  display: none;
}

.loopmarket-cart-summary__payment-strip .loopmarket-footer__payment-chip {
  min-height: 3.2rem;
  min-width: 5.2rem;
  padding: 0.45rem 0.65rem;
  flex: 0 0 auto;
}

.loopmarket-cart-summary__payment-strip .loopmarket-footer__payment-logo {
  height: 1.65rem;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}

.loopmarket-cart-summary__payment-strip .loopmarket-footer__payment-chip--payfast {
  min-width: 7.2rem;
}

.loopmarket-cart-summary__payment-strip .loopmarket-footer__payment-chip--yoco {
  min-width: 6.4rem;
}

.loopmarket-cart-summary__payment-strip .loopmarket-footer__payment-chip--visa {
  min-width: 5.8rem;
}

.loopmarket-cart-summary__payment-strip .loopmarket-footer__payment-chip--mastercard {
  min-width: 5.4rem;
}

.loopmarket-cart-summary__payment-strip .loopmarket-footer__payment-chip--mastercard .loopmarket-footer__payment-logo {
  height: 1.55rem;
}

.loopmarket-cart-summary__value-message {
  margin: 0 0 1.2rem;
  color: #111111;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.45;
}

.loopmarket-cart-summary__list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(31, 31, 31, 0.85);
}

.loopmarket-cart-summary__list li {
  position: relative;
  padding-left: 0;
  font-size: 1.3rem;
  line-height: 1.4;
}

.loopmarket-cart-summary__list li strong {
  color: var(--loopmarket-teal);
}

.loopmarket-cart-summary__list li::before {
  display: none;
}

.cart__checkout-button {
  font-weight: 700 !important;
  font-size: 1.6rem !important;
  letter-spacing: 0.02em !important;
  min-height: 5.4rem !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 14px rgba(59, 177, 138, 0.25) !important;
  transition: all 0.2s ease !important;
}

.cart__checkout-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(59, 177, 138, 0.35) !important;
}

.loopmarket-cart-footer .cart__footer,
.loopmarket-cart-page .cart__items {
  padding: 2.4rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 2.8rem;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 60px rgba(31, 31, 31, 0.05);
}

.loopmarket-cart-footer__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.loopmarket-search-modal {
  background:
    radial-gradient(circle at top right, rgba(139, 197, 63, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 246, 247, 0.96));
}

.loopmarket-search-modal__content {
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 0 0 3rem 3rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 60px rgba(31, 31, 31, 0.08);
}

.loopmarket-search-modal__intro {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}

.loopmarket-search-modal__eyebrow {
  margin: 0;
  color: rgba(31, 31, 31, 0.48);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

.loopmarket-search-modal__title {
  margin: 0;
  color: var(--loopmarket-text);
  font-size: clamp(2.4rem, 3vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: -0.04rem;
}

.loopmarket-search-modal .field {
  border-radius: 1.2rem;
  background: #ffffff;
}

.loopmarket-search-modal .field:after,
.loopmarket-search-modal .field:hover.field:after,
.loopmarket-search-modal .field__input:focus ~ .field__label,
.loopmarket-search-modal .field__input:not(:placeholder-shown) ~ .field__label,
.loopmarket-search-modal .field__input:-webkit-autofill ~ .field__label {
  border-radius: 1.2rem;
}

.loopmarket-search-modal .predictive-search {
  border-radius: 1.2rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.loopmarket-page,
.loopmarket-contact {
  background:
    radial-gradient(circle at top right, rgba(139, 197, 63, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 246, 247, 0.96));
}

.loopmarket-contact__container {
  max-width: 112rem;
  margin: 0 auto;
}

.loopmarket-contact .contact.page-width {
  margin-bottom: 0;
  padding-bottom: 2.4rem !important;
}

.loopmarket-contact + .loopmarket-footer {
  margin-top: 1.6rem;
}

.loopmarket-contact + .loopmarket-footer .section-padding,
.loopmarket-contact + .loopmarket-footer[class*='section-'] {
  padding-top: 1.6rem;
}

.loopmarket-contact + .loopmarket-footer .footer__content-top {
  padding-top: 0.8rem;
}

.loopmarket-page__shell,
.loopmarket-contact__shell {
  padding: clamp(2.4rem, 4vw, 4.8rem);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(31, 31, 31, 0.06);
}

.loopmarket-contact__shell {
  display: grid;
  gap: 2.4rem;
}

.loopmarket-contact__intro {
  display: grid;
  gap: 1rem;
}

.loopmarket-contact__page-title {
  margin: 0;
  color: #111111;
  font-size: clamp(3.8rem, 4.6vw, 5.6rem);
  line-height: 1.2;
  letter-spacing: -0.06rem;
}

.loopmarket-contact__intro .loopmarket-section-copy {
  max-width: 52rem;
  margin-top: 0.6rem;
  color: #595959;
}

.loopmarket-contact__form-shell {
  padding: 2.4rem;
  border: 1px solid #e0e0e0;
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(31, 31, 31, 0.05);
}

.loopmarket-contact .contact__fields {
  gap: 1.2rem;
}

.loopmarket-contact .field,
.loopmarket-contact .text-area {
  min-height: 5.4rem;
  border-radius: 1.2rem;
  background: #ffffff;
}

.loopmarket-contact .text-area {
  min-height: 14rem;
}

.loopmarket-contact .contact__button {
  margin-top: 2rem;
}

.loopmarket-contact .contact__button .button {
  min-width: 14rem;
  color: #ffffff;
  font-weight: 700;
  background: #111111;
}

.loopmarket-contact .field:after,
.loopmarket-contact .field:hover.field:after {
  border: 1px solid #e0e0e0;
  border-radius: 1.2rem;
}

.loopmarket-contact .field__input,
.loopmarket-contact .text-area {
  color: #595959;
}

.loopmarket-contact .field__label {
  display: none;
}

.loopmarket-contact .field__input::placeholder,
.loopmarket-contact .text-area::placeholder {
  color: #949494;
  font-style: italic;
  opacity: 1;
}

.loopmarket-contact__signals {
  display: grid;
  gap: 1.2rem;
  margin-top: 2rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(31, 31, 31, 0.08);
  justify-items: center;
  text-align: center;
}

.loopmarket-contact__response-note {
  margin: 0;
  color: #595959;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.5;
}

.loopmarket-contact__tracking-hint,
.loopmarket-contact__payment-label {
  margin: 0;
  color: #595959;
  font-size: 1.3rem;
  line-height: 1.5;
}

.loopmarket-contact__payment-label {
  justify-self: center;
  color: #111111;
  font-weight: 600;
  text-align: center;
}

.loopmarket-contact__payment-strip {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.4rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
  scrollbar-width: none;
  width: 100%;
}

.loopmarket-contact__payment-strip .loopmarket-footer__payment-chip {
  min-height: 3rem;
  min-width: 0;
  padding: 0.55rem 0.7rem;
  flex: 0 0 auto;
}

.loopmarket-contact__payment-strip::-webkit-scrollbar {
  display: none;
}

.loopmarket-contact__payment-strip .loopmarket-footer__payment-chip--payfast {
  min-width: 8.4rem;
}

.loopmarket-contact__payment-strip .loopmarket-footer__payment-chip--yoco {
  min-width: 7rem;
}

.loopmarket-contact__payment-strip .loopmarket-footer__payment-chip--payflex {
  min-width: 8rem;
}

.loopmarket-contact__payment-strip .loopmarket-footer__payment-chip--visa {
  min-width: 5.8rem;
}

.loopmarket-contact__payment-strip .loopmarket-footer__payment-chip--mastercard {
  min-width: 5.8rem;
}

.loopmarket-contact__payment-strip .loopmarket-footer__payment-chip--payjustnow {
  min-width: 9.2rem;
}

.loopmarket-contact__payment-strip .loopmarket-footer__payment-logo {
  height: 1.35rem;
  width: auto;
}

.loopmarket-contact__payment-strip .loopmarket-footer__payment-chip--payjustnow .loopmarket-footer__payment-logo {
  height: 1.3rem;
  width: auto;
}

.loopmarket-track-order {
  background:
    radial-gradient(circle at top right, rgba(139, 197, 63, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 246, 247, 0.96));
}

.loopmarket-track-order__shell {
  display: grid;
  gap: 2.4rem;
  max-width: 112rem;
  margin: 0 auto;
  padding: clamp(2.4rem, 4vw, 4.8rem);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(31, 31, 31, 0.06);
}

.loopmarket-track-order__intro {
  display: grid;
  gap: 1rem;
}

.loopmarket-track-order__title {
  margin: 0;
  color: #111111;
  font-size: clamp(3.8rem, 4.8vw, 5.8rem);
  line-height: 1.08;
  letter-spacing: -0.06rem;
}

.loopmarket-track-order__intro .loopmarket-section-copy {
  max-width: 56rem;
  margin-top: 0.6rem;
  color: #595959;
}

.loopmarket-track-order__steps {
  display: grid;
  gap: 1.6rem;
  margin-top: 0.8rem;
}

.loopmarket-track-order__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: start;
}

.loopmarket-track-order__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  background: rgba(46, 125, 50, 0.12);
  color: #2e7d32;
  font-size: 1.3rem;
  font-weight: 700;
}

.loopmarket-track-order__step-title,
.loopmarket-track-order__support-label,
.loopmarket-track-order__support-value,
.loopmarket-track-order__card-title,
.loopmarket-track-order__card-eyebrow {
  margin: 0;
}

.loopmarket-track-order__step-title {
  color: #111111;
  font-size: 1.55rem;
  font-weight: 600;
}

.loopmarket-track-order__step-copy {
  margin: 0.4rem 0 0;
  color: #595959;
  font-size: 1.45rem;
  line-height: 1.6;
}

.loopmarket-track-order__card {
  display: grid;
  gap: 2rem;
  padding: 2.4rem;
  border: 1px solid #e0e0e0;
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(31, 31, 31, 0.05);
}

.loopmarket-track-order__card-header {
  display: grid;
  gap: 0.6rem;
}

.loopmarket-track-order__card-eyebrow {
  color: rgba(31, 31, 31, 0.55);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.loopmarket-track-order__card-title {
  color: #111111;
  font-size: 3rem;
  line-height: 1.12;
}

.loopmarket-track-order__card-copy {
  margin: 0;
  color: #595959;
  font-size: 1.5rem;
  line-height: 1.6;
}

.loopmarket-track-order__form {
  display: grid;
  gap: 1.2rem;
}

.loopmarket-track-order__field {
  display: grid;
  gap: 0.6rem;
}

.loopmarket-track-order__label {
  margin: 0;
  color: rgba(31, 31, 31, 0.72);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.loopmarket-track-order__input {
  min-height: 5.4rem;
  width: 100%;
  padding: 0 1.6rem;
  border: 1px solid #e0e0e0;
  border-radius: 1.2rem;
  background: #ffffff;
  color: #595959;
  font: inherit;
}

.loopmarket-track-order__input::placeholder {
  color: #949494;
  font-style: italic;
  opacity: 1;
}

.loopmarket-track-order__input:focus {
  outline: 0;
  border-color: rgba(59, 177, 138, 0.5);
  box-shadow: 0 0 0 0.3rem rgba(59, 177, 138, 0.12);
}

.loopmarket-track-order__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.4rem;
}

.loopmarket-track-order__actions .button {
  min-width: 18rem;
}

.loopmarket-track-order__actions .button--secondary {
  border-width: 0.2rem;
  border-color: rgba(31, 31, 31, 0.68);
  color: rgba(31, 31, 31, 0.92);
}

.loopmarket-track-order__actions .button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.loopmarket-track-order__integration-note {
  margin: 0.2rem 0 0;
  color: #595959;
  font-size: 1.3rem;
  line-height: 1.5;
}

.loopmarket-track-order__support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(31, 31, 31, 0.08);
}

.loopmarket-track-order__support-item {
  display: grid;
  gap: 0.4rem;
}

.loopmarket-track-order__support-label {
  color: rgba(31, 31, 31, 0.55);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.loopmarket-track-order__support-value {
  color: #111111;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

body:has(.loopmarket-mobile-sticky) {
  padding-bottom: 8.8rem;
}

.loopmarket-floating-cart {
  position: fixed;
  top: auto;
  left: 24px;
  bottom: 24px;
  transform: none;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border: 1.5px solid rgba(59, 177, 138, 0.35);
  border-radius: 999px;
  background: #FFFFFF;
  color: #111827;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: all 0.25s ease;
  opacity: 1;
  backdrop-filter: blur(6px);
}

.loopmarket-floating-cart:hover,
.loopmarket-floating-cart:focus-visible {
  background: #F9FAFB;
  border: 1.5px solid #3BB18A;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.loopmarket-floating-cart__icon {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
}

.loopmarket-floating-cart__icon .svg-wrapper,
.loopmarket-floating-cart__icon svg {
  width: 100%;
  height: 100%;
  color: #111827;
  stroke-width: 1.8;
}

.loopmarket-floating-cart__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.loopmarket-floating-cart__count {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: #1f1f1f;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
}

.whatsapp-cta {
  position: fixed;
  top: auto;
  left: auto;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  padding: 0;
  border: 1px solid #25D366;
  border-radius: 999px;
  background: #25D366;
  color: #FFFFFF;
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.5);
  text-decoration: none;
  transition: all 0.25s ease;
  overflow: hidden;
  box-sizing: border-box;
  animation: loopmarket-whatsapp-pulse 2.5s infinite;
}

.whatsapp-cta:hover {
  transform: translateY(-4px) scale(1.06);
  background: #20C45A;
  box-shadow: 0 22px 50px rgba(37, 211, 102, 0.6);
}

.whatsapp-cta:focus-visible {
  outline: 3px solid #25d366;
  outline-offset: 3px;
}

.whatsapp-icon {
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

.whatsapp-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.whatsapp-text {
  display: none;
}

@keyframes loopmarket-whatsapp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

body:has(.loopmarket-mobile-sticky) .loopmarket-whatsapp-chat {
  bottom: 10.8rem;
}

body:has(.loopmarket-mobile-sticky) .loopmarket-floating-cart {
  bottom: 10.8rem;
}

@media (prefers-reduced-motion: reduce) {
  .loopmarket-floating-cart,
  .loopmarket-whatsapp-chat {
    transition: none;
  }
}

@media screen and (max-width: 768px) {
  .loopmarket-floating-cart {
    left: 16px;
    bottom: 96px;
  }

  .whatsapp-cta {
    right: 16px;
    bottom: 96px;
  }
}

@media screen and (min-width: 750px) {
  .loopmarket-collection-grid--accessories .product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 2rem;
    row-gap: 2rem;
  }

  .loopmarket-collection-grid--bundles .product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.4rem;
    row-gap: 2.4rem;
  }

  .loopmarket-collection-grid--accessories .product-grid .grid__item,
  .loopmarket-collection-grid--bundles .product-grid .grid__item {
    width: auto;
    max-width: none;
    padding-bottom: 0;
  }

  .loopmarket-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .loopmarket-bundle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .loopmarket-trust-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 3.2rem;
  }

  .loopmarket-hero-trust-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .loopmarket-specs__shell {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.95fr);
  }

  .loopmarket-collection-grid__shell.facets-vertical {
    grid-template-columns: minmax(24rem, 0.34fr) minmax(0, 1fr);
    align-items: start;
  }

  .loopmarket-collection-hero--without-image .loopmarket-collection-hero__inner,
  .loopmarket-collection-hero--empty .loopmarket-collection-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(28rem, 0.72fr);
    align-items: center;
  }

  .loopmarket-collection-hero--empty .loopmarket-collection-hero__placeholder {
    min-height: 20rem;
    padding: 2rem;
  }

  .loopmarket-contact__shell {
    grid-template-columns: minmax(32rem, 0.9fr) minmax(40rem, 1.1fr);
    align-items: start;
    gap: 3rem;
  }

  .loopmarket-footer__content-top {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: minmax(0, 1.35fr) minmax(28rem, 0.65fr);
    align-items: start;
  }

  .loopmarket-footer .footer-block__newsletter {
    grid-template-columns: 1fr;
    align-items: start;
    grid-template-areas:
      'heading'
      'copy'
      'form'
      'trust';
    row-gap: 1.2rem;
  }

  .loopmarket-footer .footer-block__newsletter > .footer-block__heading {
    grid-area: heading;
    align-self: end;
  }

  .loopmarket-footer .footer-block__newsletter > .loopmarket-footer__newsletter-copy {
    grid-area: copy;
    align-self: start;
    justify-self: center;
  }

  .loopmarket-footer .footer-block__newsletter > .footer__newsletter {
    grid-area: form;
    align-self: start;
    justify-self: center;
    width: 100%;
  }

  .loopmarket-footer .footer-block__newsletter > .loopmarket-footer__trust-shell {
    grid-area: trust;
    width: 100%;
    margin-top: 0;
  }

  .loopmarket-whatsapp-chat {
    width: 5.6rem;
    height: 5.6rem;
  }

  .loopmarket-floating-cart {
    width: 5.6rem;
    height: 5.6rem;
  }
}

@media screen and (min-width: 990px) {
  .loopmarket-collection-grid--iphones .product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    justify-content: start;
    column-gap: 2.4rem;
    row-gap: 3.2rem;
  }

  .loopmarket-collection-grid--iphones .product-grid .grid__item {
    display: flex;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .loopmarket-collection-grid--accessories .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2.4rem;
    row-gap: 2.4rem;
  }

  .loopmarket-collection-grid--bundles .product-grid {
    width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 2.4rem;
    row-gap: 2.4rem;
    justify-content: center;
  }

  .loopmarket-collection-grid--bundles .product-grid .grid__item {
    grid-column: span 2;
  }

  .loopmarket-collection-grid .product-grid {
    justify-content: center;
  }

  .loopmarket-hero__frame {
    min-height: 56rem;
  }

  .loopmarket-product-strip__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .loopmarket-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .loopmarket-bundle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .loopmarket-bundle-grid--five {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .loopmarket-bundle-grid--five > * {
    grid-column: span 2;
  }

  .loopmarket-bundle-grid--five > *:nth-child(4) {
    grid-column: 1 / span 3;
  }

  .loopmarket-bundle-grid--five > *:nth-child(5) {
    grid-column: 4 / span 3;
  }

  .loopmarket-bundle-grid--five > *:nth-child(n + 4) .loopmarket-bundle-card__media {
    aspect-ratio: 1.18 / 1;
  }

  .loopmarket-setup-addons__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .loopmarket-setup-addons__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .loopmarket-setup-addons__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .loopmarket-setup-addons__grid--swipe {
    grid-auto-flow: row;
    grid-auto-columns: initial;
    overflow-x: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .loopmarket-setup-addons__grid--swipe > * {
    scroll-snap-align: none;
  }

  .loopmarket-trust-icons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3.2rem;
  }

  .loopmarket-hero-trust-icons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3.2rem;
  }
}

@media screen and (max-width: 989px) {
  .loopmarket-hero__frame {
    min-height: 48rem;
  }

  .loopmarket-hero__content {
    width: min(100%, 52rem);
    min-height: 48rem;
    padding: 3.2rem;
  }

  .loopmarket-hero__background-media {
    object-position: 60% 14%;
  }
}

@media screen and (max-width: 749px) {
  .loopmarket-hero__frame {
    min-height: 44rem;
    border-radius: 1.2rem;
  }

  .loopmarket-hero__background::after {
    background:
      linear-gradient(180deg, rgba(16, 24, 22, 0.2) 0%, rgba(16, 24, 22, 0.32) 35%, rgba(16, 24, 22, 0.56) 100%);
  }

  .loopmarket-hero__content {
    width: 100%;
    min-height: 44rem;
    align-content: end;
    padding: 2.4rem 2rem;
  }

  .loopmarket-hero__background-media {
    object-position: 62% 14%;
  }

  .loopmarket-hero .loopmarket-heading {
    font-size: 3.8rem;
  }

  .loopmarket-hero__actions {
    gap: 1.2rem;
  }

  .loopmarket-hero__actions .button {
    width: 100%;
  }

  .loopmarket-hero__image-card > img,
  .loopmarket-hero__phone {
    animation: none;
  }

  .loopmarket-flexible-payments__shell {
    padding: 3.2rem 2rem;
  }

  .loopmarket-flexible-payments__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.4rem;
  }

  .loopmarket-flexible-payments__options,
  .loopmarket-flexible-payments__trust {
    grid-template-columns: minmax(0, 1fr);
  }

  .loopmarket-flexible-payments__card {
    text-align: center;
  }

  .loopmarket-flexible-payments__card-top {
    flex-direction: column;
    justify-content: center;
  }

  .loopmarket-flexible-payments__trust-item {
    justify-content: flex-start;
    border-radius: 1.2rem;
  }

  .loopmarket-flexible-payments__actions .button {
    width: 100%;
  }

  .loopmarket-flexible-payments__demo-card {
    min-height: 48rem;
  }

  .loopmarket-flexible-payments__demo-body {
    min-height: 48rem;
    width: min(100%, 22rem);
    padding: 1.8rem;
  }

  .loopmarket-footer__newsletter-shell {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .loopmarket-footer__trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
  }

  .loopmarket-footer__trust-shell {
    gap: 1rem;
  }

  .loopmarket-footer__trust-label {
    margin-top: 2rem;
    text-align: center;
  }

  .loopmarket-footer .footer-block__newsletter > .footer-block__heading {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .loopmarket-footer .newsletter-form__field-wrapper .field__input {
    padding-right: 5.4rem;
  }

  .loopmarket-footer .newsletter-form__button {
    width: 5.2rem;
  }

  .loopmarket-product-grid {
    gap: 1.2rem;
  }

  .loopmarket-content-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .loopmarket-card {
    padding: 1.6rem;
  }

  .loopmarket-card .card__heading {
    font-size: 1.8rem;
  }

  .loopmarket-card .price-item--regular,
  .loopmarket-card .price-item--sale {
    font-size: 1.8rem;
  }

  .loopmarket-collection-hero {
    padding-top: 1.4rem;
    padding-bottom: 0.8rem;
  }

  .loopmarket-series-hero {
    padding-top: 1.6rem;
    padding-bottom: 0.4rem;
  }

  .loopmarket-series-hero__breadcrumbs {
    font-size: 1.2rem;
  }

  .loopmarket-series-hero__title {
    font-size: 3.8rem;
    letter-spacing: -0.12rem;
  }

  .loopmarket-series-hero__description {
    font-size: 1.7rem;
  }

  .loopmarket-series-hero__models {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem 1.2rem;
  }

  .loopmarket-collection-hero .collection-hero__image-container img {
    padding: 0.4rem;
  }

  .loopmarket-collection-hero .loopmarket-collection-hero__image-container--portrait {
    --loopmarket-collection-image-scale: 1.26;
  }

  .loopmarket-collection-hero .loopmarket-collection-hero__image-container--square {
    --loopmarket-collection-image-scale: 1.18;
  }

  .loopmarket-collection-hero .loopmarket-collection-hero__image-container--landscape {
    --loopmarket-collection-image-scale: 1.1;
  }

  .loopmarket-product-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .loopmarket-collection-hero__pills {
    margin-top: 1.6rem;
  }

  .loopmarket-collection-hero__actions {
    margin-top: 1.6rem;
  }

  .loopmarket-collection-hero--empty .loopmarket-collection-hero__image-container {
    display: none;
  }

  .loopmarket-empty-state {
    padding: 2rem;
  }

  .loopmarket-empty-state__actions {
    justify-content: stretch;
  }

  .loopmarket-empty-state__actions .button {
    width: 100%;
  }

  .loopmarket-header-row {
    align-items: start;
    flex-direction: column;
    margin-bottom: 2.8rem;
  }

  .loopmarket-mobile-sticky {
    display: flex;
  }

  .loopmarket-hero,
  .loopmarket-products,
  .loopmarket-bundles,
  .loopmarket-trust {
    padding-top: 4rem;
    padding-bottom: 3.2rem;
    margin-bottom: 4rem;
  }

  .loopmarket-cart-drawer .drawer__header,
  .loopmarket-cart-drawer .drawer__footer,
  .loopmarket-cart-footer .cart__footer,
  .loopmarket-cart-page .cart__items {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .loopmarket-search-modal__content {
    border-radius: 0 0 2.4rem 2.4rem;
  }

  .loopmarket-page__shell,
  .loopmarket-contact__shell,
  .loopmarket-track-order__shell,
  .loopmarket-track-order__card,
  .loopmarket-contact__form-shell {
    padding: 2rem;
  }

  .loopmarket-contact__page-title {
    font-size: 3.4rem;
  }

  .loopmarket-track-order__title {
    font-size: 3.4rem;
  }

  .loopmarket-track-order__card-title {
    font-size: 2.6rem;
  }

  .loopmarket-track-order__support {
    grid-template-columns: 1fr;
  }

  .loopmarket-collection-hero__inner,
  .loopmarket-collection-grid .facets-wrapper,
  .loopmarket-collection-grid__products .collection {
    padding: 2rem;
  }

  .loopmarket-collection-grid__shell.facets-vertical {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .loopmarket-collection-grid .facets-wrapper,
  .loopmarket-collection-grid--accessories .facets-wrapper,
  .loopmarket-collection-grid--bundles .facets-wrapper {
    width: 100%;
    min-width: 0;
  }

  .loopmarket-collection-grid__products,
  .loopmarket-collection-grid__products .collection {
    width: 100%;
  }

  .loopmarket-footer__blocks .footer-block,
  .loopmarket-footer__newsletter-shell {
    padding: 2rem;
  }

  .loopmarket-footer .footer-block__newsletter {
    grid-template-columns: 1fr;
    grid-template-areas:
      'heading'
      'form'
      'trust';
  }

  .loopmarket-trust-icons {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(24rem, 1fr);
    grid-template-columns: none;
    gap: 1.6rem;
    overflow-x: auto;
    padding: 0 0.2rem 0.8rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    align-items: stretch;
  }

  .loopmarket-trust-icons::-webkit-scrollbar {
    display: none;
  }

  .loopmarket-trust-item {
    scroll-snap-align: start;
    min-height: 4.8rem;
  }

  .loopmarket-hero-trust-icons {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(24rem, 1fr);
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    padding: 1rem 0 0.6rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    align-items: stretch;
  }

  .loopmarket-hero-trust-icons::-webkit-scrollbar {
    display: none;
  }

  .loopmarket-hero-trust-icons .loopmarket-trust-item {
    justify-content: flex-start;
    padding: 0 1.6rem 0 0;
  }

  .loopmarket-hero-trust-icons .loopmarket-trust-item::after {
    display: none;
  }
}



@media screen and (min-width: 750px) {
  .loopmarket-track-order__shell {
    grid-template-columns: minmax(34rem, 1fr) minmax(38rem, 0.96fr);
    align-items: start;
    gap: 3rem;
  }

  .loopmarket-series-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.8rem;
  }

  .loopmarket-series-hero__breadcrumbs,
  .loopmarket-series-hero__copy {
    grid-column: 1;
  }

  .loopmarket-series-hero__models {
      grid-column: 1;
      grid-row: auto;
      align-self: start;
      justify-self: end;
      padding-top: 2.4rem;
    width: min(100%, 56rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.6rem;
  }

  .loopmarket-collection-hero .collection-hero__text-wrapper {
    flex-basis: min(58%, 62rem);
    max-width: 62rem;
    padding-right: 1rem;
  }

  .loopmarket-collection-hero .collection-hero__image-container {
    flex: 1 1 44%;
    margin-left: clamp(1.6rem, 3vw, 3.2rem);
    min-height: clamp(24rem, 28vw, 33rem);
  }
}

/* Final footer overrides to ensure the premium footer layout wins over older rules above. */
.loopmarket-footer.loopmarket-footer {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background: #f5f5f3;
}

.loopmarket-footer.loopmarket-footer .page-width {
  max-width: min(100%, var(--page-width));
  margin-left: auto;
  margin-right: auto;
}

.loopmarket-footer.loopmarket-footer .footer-block--newsletter.loopmarket-footer__newsletter-shell {
  width: min(100%, 96rem);
  margin: 0 auto 4rem;
  padding: 2.8rem 3rem;
  border: 1px solid #e5e5e5;
  border-radius: 2.2rem;
  background: #f8f8f6;
  box-shadow: 0 1rem 2.4rem rgba(29, 29, 31, 0.035);
}

.loopmarket-footer.loopmarket-footer .footer-block__newsletter {
  display: grid;
  gap: 1.8rem;
  justify-items: center;
  text-align: center;
}

.loopmarket-footer.loopmarket-footer .footer-block__newsletter > .footer-block__heading {
  max-width: 46rem;
  font-size: clamp(2.4rem, 2.6vw, 3rem);
  line-height: 1.14;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__newsletter-copy {
  max-width: 48rem;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__newsletter-meta {
  margin: 0;
  color: #6e6e73;
  font-size: 1.4rem;
  line-height: 1.55;
}

.loopmarket-footer.loopmarket-footer .footer__newsletter {
  width: min(100%, 50rem);
}

.loopmarket-footer.loopmarket-footer .newsletter-form__field-wrapper {
  gap: 1.4rem;
}

.loopmarket-footer.loopmarket-footer .newsletter-form__field-wrapper .field {
  min-height: 5.4rem;
}

.loopmarket-footer.loopmarket-footer .newsletter-form__field-wrapper .field__input,
.loopmarket-footer.loopmarket-footer .newsletter-form__field-wrapper .field__label {
  font-size: 1.45rem;
}

.loopmarket-footer.loopmarket-footer .newsletter-form__button {
  width: 5.4rem;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__newsletter-consent {
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__blocks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.8rem;
  width: 100%;
  margin: 0 auto 4rem;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__blocks .footer-block {
  display: flex;
  width: auto;
  max-width: none;
  flex: initial;
  padding: 2.4rem 2.2rem;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 1.2rem;
  background: #f8f8f6;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  min-width: 0;
  min-height: 24rem;
}

.loopmarket-footer.loopmarket-footer .footer__blocks-wrapper {
  row-gap: 0;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__accordion {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__accordion summary {
  display: block;
  margin-bottom: 1.2rem;
  cursor: default;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__accordion-content {
  display: grid;
  align-content: start;
  flex: 1 1 auto;
  gap: 0;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__review-row {
  width: min(100%, 104rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin: 0 auto 3.2rem;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__review-badge {
  min-height: 12.2rem;
  align-content: space-between;
  padding: 1.8rem 2rem;
  border: 1px solid #e5e5e5;
  border-radius: 1.2rem;
  background: #f8f8f6;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__review-top {
  gap: 1.2rem;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__review-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.2rem;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__review-copy {
  display: grid;
  gap: 0.6rem;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__review-score {
  display: grid;
  justify-items: end;
  gap: 0.35rem;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__review-text,
.loopmarket-footer.loopmarket-footer .loopmarket-footer__review-link,
.loopmarket-footer.loopmarket-footer .loopmarket-footer__review-subtext {
  font-size: 1.18rem;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__review-rating {
  font-size: 2rem;
  line-height: 1;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__review-brand {
  font-size: 1.3rem;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__review-stars {
  gap: 0.25rem;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__payment-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 2.4rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__payment-note {
  width: min(100%, 64rem);
  margin: 0 auto 1.6rem;
  color: #6e6e73;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__payment-strip {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 0;
  gap: 1.6rem;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__store-notice {
  width: min(100%, 64rem);
  margin: 0 auto 1.6rem;
  color: #6e6e73;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__legal {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.loopmarket-footer.loopmarket-footer .footer-block__heading {
  margin: 0;
  color: #1d1d1f;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.loopmarket-footer.loopmarket-footer .footer-block__details-content,
.loopmarket-footer.loopmarket-footer .footer-block__brand-info .rte,
.loopmarket-footer.loopmarket-footer .list-menu__item--link {
  font-size: 1.32rem;
  line-height: 1.7;
}

.loopmarket-footer.loopmarket-footer .footer-block__details-content ul {
  max-width: none;
  margin: 0;
  padding: 0;
}

.loopmarket-footer.loopmarket-footer .footer-block__details-content li {
  max-width: none;
}

.loopmarket-footer.loopmarket-footer .footer-block__details-content li + li {
  margin-top: 0.8rem;
}

.loopmarket-footer.loopmarket-footer .loopmarket-footer__social-block {
  margin-top: 1.6rem;
}

.loopmarket-footer.loopmarket-footer .copyright__content,
.loopmarket-footer.loopmarket-footer .copyright__content a,
.loopmarket-footer.loopmarket-footer .loopmarket-footer__credit {
  font-size: 1.1rem;
}

.loopmarket-footer.loopmarket-footer .footer__copyright,
.loopmarket-footer.loopmarket-footer .copyright__content,
.loopmarket-footer.loopmarket-footer .loopmarket-footer__credit {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media screen and (max-width: 749px) {
  .loopmarket-footer.loopmarket-footer {
    padding-top: 4rem;
    padding-bottom: 3.2rem;
  }

  .loopmarket-footer.loopmarket-footer .footer-block--newsletter.loopmarket-footer__newsletter-shell {
    width: 100%;
    margin-bottom: 2.8rem;
    padding: 2.4rem 2rem;
    border-radius: 1.2rem;
  }

  .loopmarket-footer.loopmarket-footer .loopmarket-footer__blocks {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin-bottom: 2.8rem;
  }

  .loopmarket-footer.loopmarket-footer .loopmarket-footer__blocks .footer-block + .footer-block {
    border-top: 0;
    padding-top: 2.2rem;
    margin-top: 1.4rem;
  }

  .loopmarket-footer.loopmarket-footer .loopmarket-footer__blocks .footer-block {
    padding: 2.2rem 2rem;
    border-radius: 1.2rem;
    box-shadow: none;
    min-height: 0;
  }

  .loopmarket-footer.loopmarket-footer .footer-block__brand-info,
  .loopmarket-footer.loopmarket-footer .footer-block__details-content ul,
  .loopmarket-footer.loopmarket-footer .footer-block__details-content li,
  .loopmarket-footer.loopmarket-footer .footer-block__brand-info p,
  .loopmarket-footer.loopmarket-footer .footer-block__brand-info .rte p {
    max-width: none;
  }

  .loopmarket-footer.loopmarket-footer .loopmarket-footer__review-row {
    width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .loopmarket-footer.loopmarket-footer .loopmarket-footer__payment-row {
    overflow-x: auto;
    justify-content: flex-start;
    margin-bottom: 1.4rem;
    padding-bottom: 0.4rem;
    scrollbar-width: none;
  }

  .loopmarket-footer.loopmarket-footer .loopmarket-footer__payment-note {
    width: 100%;
    margin-bottom: 1.4rem;
  }

  .loopmarket-footer.loopmarket-footer .loopmarket-footer__payment-row::-webkit-scrollbar {
    display: none;
  }

  .loopmarket-footer.loopmarket-footer .loopmarket-footer__payment-strip {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .loopmarket-footer.loopmarket-footer .footer-block__heading {
    font-size: 1.7rem;
  }

  .loopmarket-footer.loopmarket-footer .footer-block__newsletter > .footer-block__heading {
    font-size: 2.35rem;
  }

  .loopmarket-footer.loopmarket-footer .loopmarket-footer__review-main {
    grid-template-columns: 1fr;
    align-items: start;
  }

.loopmarket-footer.loopmarket-footer .loopmarket-footer__review-score {
    justify-items: start;
  }
}

@media screen and (max-width: 749px) {
  .loopmarket-collection-grid--iphones .product-grid,
  .loopmarket-collection-grid--bundles .product-grid,
  .loopmarket-collection-grid--accessories .product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }

  .loopmarket-collection-grid--bundles .product-grid {
    grid-template-columns: 1fr;
  }

  /* CRITICAL: Force single-column vertical stack for bundle mobile list */
  #BundleGridFull .product-grid,
  .loopmarket-collection-grid--bundles .product-grid,
  .loopmarket-bundles .product-grid {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-auto-flow: initial !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    gap: 1.6rem !important;
    padding: 0 1.2rem !important;
  }

  #BundleGridFull .product-grid .grid__item,
  .loopmarket-collection-grid--bundles .product-grid .grid__item,
  .loopmarket-bundles .product-grid .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    grid-column: auto !important;
  }

  .loopmarket-collection-grid--iphones .product-grid,
  .loopmarket-collection-grid--bundles .product-grid,
  .loopmarket-collection-grid--accessories .product-grid {
    padding: 1.2rem;
    border-radius: 1.2rem;
  }

  .loopmarket-collection-grid--iphones .product-grid .grid__item,
  .loopmarket-collection-grid--bundles .product-grid .grid__item,
  .loopmarket-collection-grid--accessories .product-grid .grid__item {
    display: flex;
    width: auto;
    max-width: none;
    min-width: 0;
    padding-bottom: 0;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper,
  .loopmarket-collection-grid--bundles .product-card-wrapper,
  .loopmarket-collection-grid--accessories .product-card-wrapper {
    width: 100%;
    min-width: 0;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper,
  .loopmarket-collection-grid--iphones .product-card-wrapper > .card,
  .loopmarket-collection-grid--accessories .product-card-wrapper,
  .loopmarket-collection-grid--accessories .product-card-wrapper > .card {
    height: 100%;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper > .card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .card__content {
    padding: 1rem 1rem 0;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .card__media {
    height: 16rem;
    padding: 0.6rem 0.8rem 0.2rem;
    margin-bottom: 0.2rem;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .media {
    padding: 0;
    border-radius: 0;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .card__media img,
  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .media img {
    width: auto;
    max-width: 82%;
    height: auto;
    max-height: 100%;
    transform: translateY(0.12rem) scale(1.06);
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__content {
    padding: 1rem 1.1rem 1.1rem;
  }

  .loopmarket-collection-grid--iphones .card__heading {
    font-size: 1.7rem;
    line-height: 1.12;
    letter-spacing: -0.03rem;
    /* LM: line-clamp keeps card rows equal height — Req 7.7, 14.2 */
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .loopmarket-collection-grid--iphones .loopmarket-price--iphone .price-item--regular,
  .loopmarket-collection-grid--iphones .loopmarket-price--iphone .price-item--sale {
    font-size: 1.6rem;
  }

  .loopmarket-collection-grid--iphones .loopmarket-card__variant-list {
    font-size: 1.2rem;
    line-height: 1.35;
  }

  .loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__inner .card__media,
  .loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__inner .media {
    height: 18rem;
  }

  .loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__content {
    padding: 0 1.6rem 1.6rem;
  }

  .loopmarket-collection-grid--bundles .card__heading,
  .loopmarket-collection-grid--accessories .card__heading {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .loopmarket-collection-grid--bundles .card__heading {
    min-height: calc(1.2em * 2);
    font-size: 1.8rem;
  }

  .loopmarket-collection-grid--bundles .loopmarket-card__copy,
  .loopmarket-collection-grid--accessories .loopmarket-card__copy {
    display: -webkit-box;
    min-height: calc(1.4em * 2);
    overflow: hidden;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .loopmarket-collection-grid--bundles .product-card-wrapper > .card > .card__content > .quick-add {
    margin-top: 1.2rem;
  }

  .loopmarket-collection-grid--accessories .product-card-wrapper > .card {
    display: grid;
    grid-template-rows: auto 1fr;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__inner .card__media,
  .loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__inner .media {
    height: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__inner .card__media img,
  .loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__inner .media img {
    width: auto;
    max-width: 100%;
    max-height: 14rem;
    object-fit: contain;
  }

  .loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__content {
    display: flex;
    flex-direction: column;
    padding: 0 1.6rem 1.6rem;
  }

  .loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__content .card__information,
  .loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__content .card-information {
    flex-grow: 1;
  }

  .loopmarket-collection-grid--accessories .product-card-wrapper > .card > .card__content > .quick-add,
  .loopmarket-collection-grid--accessories .loopmarket-card__actions {
    margin-top: auto;
  }

  .loopmarket-collection-grid--accessories .card__heading {
    font-size: 1.8rem;
    min-height: calc(1.2em * 2);
  }

  .loopmarket-collection-grid--accessories .loopmarket-card__variant-list,
  .loopmarket-collection-grid--accessories .price {
    min-height: 2.4rem;
  }

  .loopmarket-collection-grid--iphones .loopmarket-card__actions .button,
  .loopmarket-collection-grid--iphones .loopmarket-card__actions .quick-add__submit,
  .loopmarket-collection-grid--bundles .loopmarket-card__actions .button,
  .loopmarket-collection-grid--bundles .card__content .quick-add__submit,
  .loopmarket-collection-grid--accessories .loopmarket-card__actions .button,
  .loopmarket-collection-grid--accessories .card__content .quick-add__submit {
    min-height: 4.2rem;
    padding: 0.9rem 1.1rem;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .loopmarket-collection-grid--iphones .loopmarket-card__actions,
  .loopmarket-collection-grid--accessories .loopmarket-card__actions,
  .loopmarket-collection-grid--bundles .loopmarket-card__actions {
    margin-top: 1rem;
  }

  .loopmarket-hero__frame {
    min-height: 52rem;
  }

  .loopmarket-hero__content {
    width: 100%;
    min-height: 52rem;
    padding: 2rem;
  }

  .loopmarket-hero .loopmarket-heading {
    max-width: 28rem;
    font-size: 2.8rem;
    line-height: 1.2;
    word-break: keep-all;
  }

  .loopmarket-hero__actions {
    gap: 1.4rem;
  }

  .loopmarket-floating-cart {
    bottom: 24px;
  }
}

@media screen and (max-width: 749px) {
  .loopmarket-products .loopmarket-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .loopmarket-products .loopmarket-card {
    padding: 0.8rem;
    border-radius: 1.2rem;
  }

  .loopmarket-products .loopmarket-card .product-card-wrapper > .card > .card__inner .card__media {
    height: 14.8rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .loopmarket-products .loopmarket-card .product-card-wrapper > .card > .card__inner .card__media img,
  .loopmarket-products .loopmarket-card .product-card-wrapper > .card > .card__inner .media img {
    max-height: 12.8rem;
    transform: scale(1.01);
  }

  .loopmarket-products .loopmarket-card .product-card-wrapper > .card > .card__content {
    padding: 0.8rem 1rem 1rem;
  }

  .loopmarket-products .loopmarket-card .card__heading {
    font-size: 1.5rem;
  }

  .loopmarket-products .loopmarket-card .loopmarket-price--iphone .price-item--regular,
  .loopmarket-products .loopmarket-card .loopmarket-price--iphone .price-item--sale {
    font-size: 1.5rem;
  }

  .loopmarket-products .loopmarket-card .loopmarket-card__variant-list {
    font-size: 1.15rem;
  }

  .loopmarket-products .loopmarket-card .loopmarket-card__actions .button,
  .loopmarket-products .loopmarket-card .loopmarket-card__actions .quick-add__submit {
    min-height: 4rem;
    padding: 0.8rem 1rem;
    font-size: 1.35rem;
  }

  .loopmarket-product-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .loopmarket-product-strip__card {
    gap: 0.8rem;
    padding: 1.2rem 1rem 1.1rem;
  }

  .loopmarket-product-strip__media {
    min-height: 12.4rem;
    max-width: none;
    padding: 1rem;
    border-radius: 1.2rem;
  }

  .loopmarket-product-strip__name {
    font-size: 1.55rem;
  }

  .loopmarket-product-strip__highlight {
    font-size: 1.2rem;
  }

  .loopmarket-product-strip__features li {
    font-size: 1.15rem;
    line-height: 1.35;
  }

  .loopmarket-product-strip__cta {
    font-size: 1.25rem;
  }

  .loopmarket-setup-addons__grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(17rem, 74vw);
    grid-template-columns: none;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.4rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    align-items: stretch;
  }

  .loopmarket-setup-addons__grid::-webkit-scrollbar {
    display: none;
  }

  .loopmarket-setup-addons__grid > * {
    scroll-snap-align: start;
  }

  .loopmarket-setup-addons .loopmarket-card {
    padding: 1rem;
    border-radius: 1.2rem;
  }

  .loopmarket-setup-addons .loopmarket-product-card-meta {
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
  }

  .loopmarket-setup-addons .loopmarket-meta-badge {
    font-size: 1.1rem;
    padding: 0.4rem 1rem;
  }

  .loopmarket-setup-addons .product-card-wrapper > .card > .card__inner .card__media,
  .loopmarket-setup-addons .product-card-wrapper > .card > .card__inner .media {
    height: 14rem;
  }

  .loopmarket-setup-addons .product-card-wrapper > .card > .card__inner .card__media img,
  .loopmarket-setup-addons .product-card-wrapper > .card > .card__inner .media img {
    max-height: 12.2rem;
  }

  .loopmarket-setup-addons .product-card-wrapper > .card > .card__content {
    padding: 0.8rem 1rem 1rem;
  }

  .loopmarket-setup-addons .card__heading {
    font-size: 1.55rem;
    min-height: auto;
  }

  .loopmarket-setup-addons .loopmarket-card__copy {
    min-height: 0;
    font-size: 1.2rem;
    line-height: 1.35;
    -webkit-line-clamp: 3;
  }

  .loopmarket-setup-addons .price-item--regular,
  .loopmarket-setup-addons .price-item--sale,
  .loopmarket-setup-addons .price {
    min-height: 0;
    font-size: inherit;
  }

  .loopmarket-setup-addons .loopmarket-card__actions .button,
  .loopmarket-setup-addons .loopmarket-card__actions .quick-add__submit {
    min-height: 4rem;
    padding: 0.8rem 1rem;
    font-size: 1.35rem;
  }

  .loopmarket-floating-cart,
  .loopmarket-whatsapp-chat {
    width: 5.2rem;
    height: 5.2rem;
    bottom: 96px;
  }

  .loopmarket-floating-cart {
    left: 16px;
  }

  .loopmarket-whatsapp-chat {
    right: 1.2rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .loopmarket-collection-grid__products .collection {
    padding: 1.8rem;
  }

  .loopmarket-collection-grid--iphones .product-grid,
  .loopmarket-collection-grid--accessories .product-grid,
  .loopmarket-collection-grid--bundles .product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.8rem;
    row-gap: 1.8rem;
  }

  .loopmarket-collection-grid--iphones .product-grid .grid__item,
  .loopmarket-collection-grid--accessories .product-grid .grid__item,
  .loopmarket-collection-grid--bundles .product-grid .grid__item {
    width: auto;
    max-width: none;
    min-width: 0;
    padding-bottom: 0;
  }

  .loopmarket-collection-grid--iphones .product-grid {
    padding: 1.8rem;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .card__media {
    height: 17.6rem;
    padding: 0.7rem 1rem 0.2rem;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .media {
    padding: 0;
    border-radius: 0;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .card__media img,
  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .media img {
    width: auto;
    max-width: 84%;
    height: auto;
    max-height: 100%;
    transform: translateY(0.12rem) scale(1.07);
  }

  .loopmarket-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem;
  }

  .loopmarket-products .loopmarket-card {
    padding: 1.2rem;
  }

  .loopmarket-product-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }

  .loopmarket-setup-addons__grid,
  .loopmarket-setup-addons__grid--2,
  .loopmarket-setup-addons__grid--3,
  .loopmarket-setup-addons__grid--swipe {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: initial;
    gap: 1.8rem;
    overflow-x: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .loopmarket-setup-addons__grid--swipe > * {
    scroll-snap-align: none;
  }

  .loopmarket-setup-addons .loopmarket-product-card-meta {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 820px) and (max-width: 1024px) {
  .loopmarket-hero__frame {
    min-height: 46rem;
  }

  .loopmarket-hero__content {
    width: min(100%, 46rem);
    min-height: 46rem;
    padding: 3.2rem;
  }

  .loopmarket-hero .loopmarket-heading {
    font-size: 4.4rem;
  }

  .loopmarket-collection-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    padding: 2.4rem;
  }

  .loopmarket-collection-hero .collection-hero__text-wrapper {
    max-width: 64rem;
  }

  .loopmarket-collection-hero .collection-hero__image-container {
    min-height: 30rem;
    max-width: none;
  }

  .loopmarket-collection-grid__shell.facets-vertical {
    gap: 2rem;
  }

  .loopmarket-collection-grid .facets-wrapper,
  .loopmarket-collection-grid__products .collection {
    padding: 2rem;
  }

  .loopmarket-collection-grid--iphones .product-grid {
    padding: 2rem;
    column-gap: 2rem;
    row-gap: 2rem;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .card__media {
    height: 18.2rem;
    padding: 0.8rem 1rem 0.2rem;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .media {
    padding: 0;
    border-radius: 0;
  }

  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .card__media img,
  .loopmarket-collection-grid--iphones .product-card-wrapper > .card > .card__inner .media img {
    width: auto;
    max-width: 84%;
    height: auto;
    max-height: 100%;
    transform: translateY(0.12rem) scale(1.07);
  }

  .loopmarket-product-grid,
  .loopmarket-product-strip__grid,
  .loopmarket-setup-addons__grid,
  .loopmarket-setup-addons__grid--2,
  .loopmarket-setup-addons__grid--3,
  .loopmarket-setup-addons__grid--swipe {
    gap: 2rem;
  }

  .loopmarket-products .loopmarket-card,
  .loopmarket-setup-addons .loopmarket-card {
    padding: 1.4rem;
  }

  .loopmarket-floating-cart {
    width: 5.6rem;
    height: 5.6rem;
  }
}

/* Featured Product Badges - Morphing Glass System */
.loopmarket-featured-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(217, 217, 217, 0.6);
  color: #2E2E2E;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  gap: 6px;
}

.loopmarket-featured-badge::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--badge-accent, var(--loopmarket-teal));
}

.loopmarket-featured-badge--value { --badge-accent: #9FE3C0; }
.loopmarket-featured-badge--popular { --badge-accent: var(--loopmarket-teal); }
.loopmarket-featured-badge--performance { --badge-accent: #2E2E2E; }
.loopmarket-featured-badge--flagship { --badge-accent: #000000; }

.loopmarket-featured-badge:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Google Review Badge Spacing */
.google-review-badge {
  margin-bottom: 24px !important;
}

/* Footer Trust Layout Improvements */
.loopmarket-footer__review-row {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  gap: 2rem !important;
  margin-top: 24px !important;
  margin-bottom: 12px !important;
  width: 100% !important;
  max-width: none !important;
}

.loopmarket-footer__review-badge {
  flex: 0 1 36rem;
  min-width: 0;
  max-width: 100%;
  transform: none;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.loopmarket-footer__review-badge:hover {
  transform: none;
}

.loopmarket-footer__payment-row {
  margin-top: 8px !important;
}

/* Product Card Enhancements */
.loopmarket-card__storage-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.loopmarket-card__storage-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.8rem;
  background-color: var(--loopmarket-teal);
  color: #FFFFFF;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* iPhone Product Card Image Normalization */
.loopmarket-card--iphone {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.10);
  background: #FFFFFF;
}

.loopmarket-card--iphone .card__inner {
  border-radius: 12px 12px 0 0;
}

.loopmarket-card--iphone .media {
  aspect-ratio: 1 / 1;
  width: 100%;
  background: #FFFFFF !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 1.2rem !important;
}

.loopmarket-card--iphone .media::after {
  display: none !important;
}

.loopmarket-card--iphone .media img {
  object-fit: contain !important;
  max-height: 100% !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: scale(1);
  transition: transform 0.25s ease !important;
}

.loopmarket-card--iphone:hover .media img {
  transform: scale(1.03) !important;
}

/* Adjust spacing between cards in grid */
.loopmarket-collection-grid--iphones .grid {
  column-gap: 2.4rem;
  row-gap: 3.6rem;
}

/* Product Card Swatches */
.product-swatches {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  display: inline-block;
}

/* Apple-style Card Lift Interaction */
.product-card-wrapper {
  cursor: pointer !important;
}

.product-card-wrapper .card__media img,
.product-card-wrapper .media img {
  transition: transform .35s cubic-bezier(.2,.8,.2,1) !important;
}

.product-card-wrapper:hover .card__media img,
.product-card-wrapper:hover .media img {
  transform: translateY(-6px) scale(1.03) !important;
}

.product-card-wrapper:hover .card {
  box-shadow: 
    0 12px 28px rgba(0,0,0,.08),
    0 2px 6px rgba(0,0,0,.06) !important;
  transition: box-shadow 0.3s ease !important;
}

/* ------------------------------------------------------------
   LOOPMARKET POLICY PAGES (CELLCONNECT STYLE)
   ------------------------------------------------------------ */
.policy-page-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 1.5rem;
}

.policy-page__eyebrow {
  margin-bottom: 1.2rem;
}

.policy-page__title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  color: #2E2E2E;
}

.policy-section {
  margin-bottom: 3.2rem;
}

.policy-heading {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
  color: #2E2E2E;
}

.policy-text {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #2E2E2E;
  margin-bottom: 1.6rem;
}

.policy-divider {
  border: 0;
  border-top: 1px solid #ECECEC;
  margin: 3.2rem 0;
}

.policy-highlight {
  background: #F7F8F9;
  border-left: 4px solid #8EDC00;
  padding: 1.6rem;
  border-radius: 6px;
  margin: 2.4rem 0;
}

.policy-highlight p:last-child {
  margin-bottom: 0;
}

.policy-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.4rem;
}

.policy-list li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #2E2E2E;
}

.policy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 1.2rem;
  height: 0.2rem;
  background-color: #8EDC00;
}

.policy-support-box {
  background: #F7F8F9;
  padding: 3.2rem;
  border-radius: 1.2rem;
  margin-top: 4.8rem;
  text-align: center;
}

.policy-support-box h2 {
  margin-top: 0;
  font-size: 2.4rem;
}

@media screen and (max-width: 749px) {
  .policy-page-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  .policy-page__title {
    font-size: 2.8rem;
  }
  
  .policy-heading {
    font-size: 2rem;
  }
}

/* ------------------------------------------------------------
   REFINED LOOPMARKET POLICY PAGES (MINIMAL PREMIUM)
   ------------------------------------------------------------ */
.policy-page-wrapper {
  background-color: #F7F8F9;
}

.policy-page-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 1.5rem;
}

.policy-header {
  margin-bottom: 4.8rem;
}

.policy-label-badge {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: var(--loopmarket-teal);
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  border-radius: 4px;
  margin-bottom: 1.6rem;
}

.policy-page__title {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0 1.2rem;
  color: #2E2E2E;
}

.policy-page__subtitle {
  font-size: 1.6rem;
  color: #666;
  margin: 0;
}

/* Trust Highlights Grid */
.policy-trust-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-bottom: 4.8rem;
}

@media screen and (min-width: 750px) {
  .policy-trust-highlights {
    grid-template-columns: repeat(4, 1fr);
  }
}

.policy-trust-item {
  background: #FFFFFF;
  padding: 1.6rem;
  border-radius: 12px;
  border: 1px solid #ECECEC;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.policy-trust-item img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}

.policy-trust-item span {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2E2E2E;
  line-height: 1.3;
}

/* Section Cards */
.policy-section-card {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 12px;
  padding: 3.2rem;
  margin-bottom: 2.4rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.policy-heading {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #2E2E2E;
}

.policy-text {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #2E2E2E;
}

.policy-text p:last-child {
  margin-bottom: 0;
}

.policy-highlight {
  background: #F7F8F9;
  border-left: 4px solid #8EDC00;
  padding: 1.6rem;
  border-radius: 6px;
  margin: 2.4rem 0;
}

.policy-support-card {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 12px;
  padding: 4rem;
  margin-top: 4.8rem;
  text-align: center;
}

.policy-support-card h2 {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: 700;
}

.policy-support-email {
  display: inline-block;
  margin-top: 1.6rem;
  color: var(--loopmarket-teal);
  font-weight: 600;
  text-decoration: none;
  font-size: 1.8rem;
}

@media screen and (max-width: 749px) {
  .policy-page-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  .policy-section-card {
    padding: 2.4rem;
  }
  
  .policy-page__title {
    font-size: 2.8rem;
  }
}

/* ------------------------------------------------------------
   FIX: PRODUCT CARD BUTTON DOUBLE OUTLINE
   ------------------------------------------------------------ */
.card__content .button,
.card__content .button:focus,
.card__content .button:active,
.loopmarket-card__actions .button,
.loopmarket-card__actions .button:focus,
.loopmarket-card__actions .button:active,
.card__content .button::after,
.loopmarket-card__actions .button::after,
.quick-add__submit::after {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  content: none !important; /* This explicitly kills the Dawn pseudo-border */
}

.card__content .button,
.loopmarket-card__actions .button,
.quick-add__submit {
  background: var(--loopmarket-teal) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 14px rgba(59, 177, 138, 0.25) !important; /* Softer brand glow instead of hard shadow */
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 4.4rem !important;
  border: none !important;
}

.card__content .button:hover,
.loopmarket-card__actions .button:hover,
.quick-add__submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(59, 177, 138, 0.35) !important;
  background: #349E7B !important;
}

.card__content .button:focus-visible,
.loopmarket-card__actions .button:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(59,177,138,0.35) !important;
}

/* PDP Conversion System Upgrades */
.loopmarket-pdp-badge {
  display: inline-block;
  background: #EAF7D6;
  color: var(--loopmarket-teal);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.loopmarket-pdp-price-stack {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}

.loopmarket-pdp-trust-micro {
  font-size: 1.35rem;
  color: #4B5563;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}

.loopmarket-pdp-urgency {
  text-align: center;
  font-size: 1.3rem;
  color: #D32F2F;
  font-weight: 700;
  margin-top: 1rem;
  padding: 0.6rem;
  background: #FEF2F2;
  border-radius: 6px;
}

.loopmarket-pdp-trust-stack {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 2rem;
  background: #F9FAFB;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.03);
}

.loopmarket-pdp-trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  color: #1F2937;
  font-weight: 600;
}

/* Variant selection anchors */
.loopmarket-variant-anchor-label {
  border-bottom: 1px solid rgba(59, 177, 138, 0.1);
  padding-bottom: 0.8rem;
}

/* ------------------------------------------------------------
   COLLECTION PROMO BANNER (ACCESSORIES PAGE BRIDGE)
   ------------------------------------------------------------ */
.loopmarket-collection-promo-banner {
  background: #F7F8F9;
  border-radius: 12px;
  padding: 3.2rem 4rem;
  margin: 4rem 0;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  transition: box-shadow 0.3s ease;
}

.loopmarket-collection-promo-banner:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.loopmarket-promo-banner__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.loopmarket-promo-banner__eyebrow {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--loopmarket-teal);
  letter-spacing: 0.1em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.loopmarket-promo-banner__heading {
  font-size: 2.8rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 0.6rem;
  letter-spacing: -0.02em;
}

.loopmarket-promo-banner__subheading {
  font-size: 1.6rem;
  color: #4B5563;
  margin: 0;
  font-weight: 500;
}

.loopmarket-promo-banner__button {
  min-width: 220px;
  background-color: var(--loopmarket-teal) !important;
  border-color: var(--loopmarket-teal) !important;
}

.loopmarket-promo-banner__button:hover {
  background-color: #329675 !important;
  transform: translateY(-1px);
}

@media screen and (max-width: 749px) {
  .loopmarket-collection-promo-banner {
    padding: 2.4rem;
    margin: 2.4rem 0;
    text-align: center;
  }

  .loopmarket-promo-banner__content {
    flex-direction: column;
    gap: 2rem;
  }

  .loopmarket-promo-banner__heading {
    font-size: 2.2rem;
  }

  .loopmarket-promo-banner__button {
    width: 100%;
  }
}

/* ------------------------------------------------------------
   PDP ENHANCEMENTS & CONVERSION OPTIMIZATION (CONSOLIDATED)
   ------------------------------------------------------------ */

/* PDP Dynamic Meta Block */
.lm-meta-block {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 1.6rem 0;
}

.lm-saving {
  color: var(--loopmarket-teal);
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.lm-timer {
  color: #111827;
  font-weight: 500;
  font-size: 1.4rem;
}

#lm-shipping-timer {
  background: #FEF2F2;
  color: #EF4444;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.lm-stock {
  color: #EF4444;
  font-weight: 700;
  font-size: 1.4rem;
}

/* CTA Hierarchy: Add to Cart (Primary) vs Buy It Now (Secondary) */
.product-form__buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.2rem !important;
  margin-top: 2.4rem !important;
}

.product-form__submit.button--primary {
  background-color: var(--loopmarket-teal) !important;
  border-color: var(--loopmarket-teal) !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05rem !important;
  padding: 1.8rem !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 12px rgba(59, 177, 138, 0.2) !important;
  min-height: 5.4rem !important;
  width: 100% !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative;
  overflow: hidden;
}

.product-form__submit.button--primary:hover {
  background-color: #329675 !important;
  border-color: #329675 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(59, 177, 138, 0.3) !important;
}

.product-form__submit.button--primary:active {
  transform: scale(0.98) !important;
}

/* Bundle Mode CTA */
.product-form__submit.button--primary.bundle-mode {
  background: linear-gradient(135deg, var(--loopmarket-teal), #2FA97F) !important;
  box-shadow: 0 8px 24px rgba(59, 177, 138, 0.35) !important;
}

.product-form__submit.button--primary.pulse {
  animation: lmCTAPulse 1s ease;
}

@keyframes lmCTAPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.04); }
  100% { transform: scale(1.02); }
}

.loopmarket-secondary-cta-wrapper {
  margin-top: 0.4rem;
}

.loopmarket-secondary-cta-wrapper .shopify-payment-button__button--unbranded {
  background: transparent !important;
  color: var(--loopmarket-teal) !important;
  border: 1px solid var(--loopmarket-teal) !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  padding: 1.6rem !important;
  min-height: 5.4rem !important;
  width: 100% !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

.loopmarket-secondary-cta-wrapper .shopify-payment-button__button--unbranded:hover {
  background: rgba(59, 177, 138, 0.05) !important;
  transform: translateY(-1px) !important;
}

/* Trust Layer */
.loopmarket-trust-layer {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.loopmarket-trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.35rem;
  color: #111827;
  font-weight: 500;
}

.loopmarket-trust-icon {
  font-size: 1.6rem;
  opacity: 0.9;
}

.loopmarket-trust-layer--small {
  font-size: 1.25rem;
}

/* Bundle Bridge & Add-ons Pulse */
.loopmarket-bundle-upgrade.pulse {
  animation: lmBundlePulse 1.2s ease;
}

@keyframes lmBundlePulse {
  0% { box-shadow: 0 0 0 rgba(59,177,138,0); }
  50% { box-shadow: 0 0 24px rgba(59,177,138,0.25); border-style: solid; }
  100% { box-shadow: 0 10px 28px rgba(0,0,0,0.05); }
}

.loopmarket-payment-trust {
  margin-top: 1.2rem;
}

.loopmarket-risk-reversal {
  display: grid;
  gap: 4px;
  margin-top: 0.8rem;
}

.loopmarket-risk-reversal__item {
  font-size: 13px;
  line-height: 1.4;
  color: #6B7280;
}

.loopmarket-payment-display {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 1.2rem;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  padding: 1.2rem 1.4rem;
  gap: 1rem;
}

.bnpl-headline {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #111827;
  line-height: 1.4;
}

.bnpl-headline strong {
  font-weight: 700;
}

.bnpl-sub-text {
  color: #6B7280;
  font-weight: 400;
}

.bnpl-tabs {
  display: flex;
  gap: 0.8rem;
}

.bnpl-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.4rem;
  border: 1px solid #E5E7EB;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  opacity: 0.5;
}

.bnpl-tab--active {
  border-color: #3BB18A;
  background: rgba(59, 177, 138, 0.08);
  box-shadow: 0 0 0 2px rgba(59, 177, 138, 0.2);
  opacity: 1;
}

.bnpl-tab__logo {
  height: 18px;
  width: auto;
  display: block;
  object-fit: contain;
}

.bnpl-trust {
  margin: 0;
  font-size: 1.15rem;
  color: #3BB18A;
  font-weight: 500;
}

.loopmarket-inline-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1.2rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid #E5E7EB;
  border-radius: 1.2rem;
  background: #F9FAFB;
}

.loopmarket-inline-help__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #2E2E2E;
}

.loopmarket-inline-help__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.8rem 1.4rem;
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  background: #FFFFFF;
  color: #111827;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.loopmarket-inline-help__cta:hover,
.loopmarket-inline-help__cta:focus-visible {
  color: #111827;
  background: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 749px) {
  .loopmarket-inline-help {
    flex-direction: column;
    align-items: stretch;
  }

  .loopmarket-inline-help__cta {
    width: 100%;
  }
}

.loopmarket-payment-trust__text {
  font-size: 1.2rem;
  color: #6B7280;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.loopmarket-payment-trust__icons {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.loopmarket-payment-trust__icons svg {
  height: 2rem;
  width: auto;
  opacity: 0.7;
}

/* Add-ons & Bundle Bridge */
.loopmarket-product-addons {
  display: grid;
  gap: 1.6rem;
  margin-top: 2.4rem;
  padding: 2.4rem;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #FFFFFF, #F9FAFB);
}

.loopmarket-product-addons__recommendation {
  font-size: 1.35rem;
  color: var(--loopmarket-teal);
  font-weight: 600;
  margin-top: -0.8rem;
  margin-bottom: 1.2rem;
}

/* Savings Summary (Tight Price Cluster) */
.loopmarket-savings-summary {
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}

.loopmarket-savings-label {
  color: var(--loopmarket-teal);
  font-weight: 800;
  font-size: 1.5rem;
}

/* Loop Verified Trust Block */
.loopmarket-trust-block {
  margin: 1.2rem 0;
  padding: 1rem 1.4rem;
  background: #F9FAFB;
  border-left: 3px solid var(--loopmarket-teal);
  border-radius: 0.6rem;
}

.loopmarket-trust-block__header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.2rem;
}

.loopmarket-trust-block__check {
  color: var(--loopmarket-teal);
  font-weight: 800;
  font-size: 1.6rem;
}

.loopmarket-trust-block__title {
  color: #111827;
  font-weight: 700;
  font-size: 1.4rem;
}

.loopmarket-trust-block__text {
  color: #4B5563;
  font-size: 1.25rem;
  margin: 0;
  font-weight: 500;
}

/* What's Included Section */
.loopmarket-whats-included {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.loopmarket-whats-included__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.loopmarket-whats-included__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.loopmarket-whats-included__list li {
  font-size: 1.4rem;
  color: #4B5563;
  font-weight: 500;
}

.loopmarket-upsell-total-row {
  margin-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loopmarket-upsell-live-total {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
}

.loopmarket-upsell-live-total span {
  font-weight: 800;
  color: var(--loopmarket-teal);
}

.loopmarket-bundle-upgrade {
  background: #F0FDF4;
  border: 1px dashed var(--loopmarket-teal);
  border-radius: 1.2rem;
  padding: 1.6rem;
  margin-bottom: 2rem;
}

.loopmarket-bundle-upgrade__text {
  font-size: 1.4rem;
  color: #111827;
  margin-bottom: 1.2rem;
}

.loopmarket-bundle-upgrade__btn {
  display: inline-block;
  background: var(--loopmarket-teal);
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  text-decoration: none;
}

.loopmarket-upsell-anchoring {
  background: #F8FAFC;
  padding: 1.6rem;
  border-radius: 1.2rem;
  margin-bottom: 2rem;
}

.loopmarket-upsell-anchoring__line {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  color: #64748B;
  margin-bottom: 0.4rem;
}

.loopmarket-upsell-anchoring__line--highlight {
  font-weight: 700;
  color: #111827;
  font-size: 1.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding-top: 0.8rem;
  margin-top: 0.8rem;
}

.loopmarket-upsell-anchoring__save {
  margin-top: 1rem;
  color: var(--loopmarket-teal);
  font-weight: 800;
  font-size: 1.5rem;
}

.loopmarket-product-addon-card {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.2rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.loopmarket-product-addon-card.is-selected {
  border-color: var(--loopmarket-teal);
  background: #F0FDF4;
}

.loopmarket-default-badge {
  background: #EAF7D6;
  color: var(--loopmarket-teal);
  font-size: 1rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  margin-left: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Value Badge next to price */
.loopmarket-value-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #EAF7D6;
  color: var(--loopmarket-teal);
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.8rem;
}

/* Media Gallery Zoom */
.product__media img {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.product__media img:hover {
  transform: scale(1.05) !important;
}

/* Collection Group Title */
.loopmarket-collection-group-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #111827;
  margin: 4.8rem 0 2.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #E5E7EB;
  width: 100%;
}

.grid__item--full-width {
  grid-column: 1 / -1;
  width: 100% !important;
}

.hidden { display: none !important; }

/* ============================================================
   SMART BUNDLE CART UI
   ============================================================ */
.loopmarket-bundle-card {
  background: #F8FAFC;
  border: 1px solid rgba(59, 177, 138, 0.15);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.loopmarket-bundle-card:hover {
  border-color: var(--loopmarket-teal);
  background: #FFFFFF;
  box-shadow: 0 12px 24px rgba(59, 177, 138, 0.06);
}

.loopmarket-bundle-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-right: 24px;
  gap: 12px;
}

.loopmarket-bundle-card__title-group {
  flex: 1;
  min-width: 0;
}

.loopmarket-bundle-card__badge {
  display: inline-block;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--loopmarket-teal);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.loopmarket-bundle-card__product-image {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}

.loopmarket-bundle-card__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.01em;
  word-break: break-word;
}

.loopmarket-bundle-card__price-group {
  text-align: right;
  flex-shrink: 0;
  min-width: 0;
}

.loopmarket-bundle-card__total {
  font-weight: 800;
  color: #111827;
  font-size: 1.6rem;
  display: block;
  line-height: 1.1;
}

.loopmarket-bundle-card__original {
  font-size: 1.2rem;
  color: #94A3B8;
  text-decoration: line-through;
  display: block;
  margin-top: 2px;
}

.loopmarket-bundle-card__savings {
  display: inline-block;
  background: #EAF7D6;
  color: var(--loopmarket-teal);
  font-size: 1.1rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 6px;
  animation: bundleSavingsPulse 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes bundleSavingsPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); background: #DEF7C1; }
}

.loopmarket-bundle-card__items {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: 12px;
  padding-top: 12px;
  display: grid;
  gap: 10px;
}

.loopmarket-bundle-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.loopmarket-bundle-item__image {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #FFFFFF;
  object-fit: contain;
  border: 1px solid rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
}

.loopmarket-bundle-item__info {
  flex: 1;
  min-width: 0;
}

.loopmarket-bundle-item__title {
  font-size: 1.25rem;
  color: #475569;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.loopmarket-bundle-card__remove {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #94A3B8;
  transition: all 0.2s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loopmarket-bundle-card__remove:hover {
  color: #EF4444;
  transform: scale(1.1);
}

.loopmarket-bundle-card__remove svg {
  width: 16px;
  height: 16px;
}

/* Hide bundled items from regular rendering if already in card */
.cart-item.is-bundled {
  display: none !important;
}

.loopmarket-bundle-card__savings-line {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.loopmarket-bundle-card__save-tag {
  background: #EAF7D6;
  color: #2e7d5b;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
}

.loopmarket-bundle-card__trust {
  color: #64748B;
  font-size: 1.15rem;
}

.loopmarket-bundle-card__quantity-row {
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.loopmarket-bundle-card__details {
  margin-bottom: 10px;
}

.loopmarket-bundle-card__details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 600;
  color: #475569;
  list-style: none;
  padding: 6px 0;
  user-select: none;
}

.loopmarket-bundle-card__details > summary::-webkit-details-marker {
  display: none;
}

.loopmarket-bundle-card__details > summary .svg-wrapper {
  width: 1.4rem;
  height: 1.4rem;
  transition: transform 0.2s ease;
}

.loopmarket-bundle-card__details[open] > summary .svg-wrapper {
  transform: rotate(180deg);
}

@media screen and (max-width: 749px) {
  .loopmarket-bundle-row,
  .loopmarket-bundle-row > td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
  }

  .loopmarket-bundle-card {
    padding: 1.2rem;
    margin-bottom: 1.4rem;
    overflow: hidden;
  }

  .loopmarket-bundle-card__header {
    display: grid;
    grid-template-columns: 5.2rem minmax(0, 1fr);
    gap: 1rem;
    padding-right: 2.6rem;
  }

  .loopmarket-bundle-card__product-image {
    width: 5.2rem;
    height: 5.2rem;
    grid-row: 1 / 3;
  }

  .loopmarket-bundle-card__title-group,
  .loopmarket-bundle-card__price-group {
    min-width: 0;
  }

  .loopmarket-bundle-card__price-group {
    grid-column: 2;
    text-align: left;
  }

  .loopmarket-bundle-card__title,
  .loopmarket-bundle-card__save-tag,
  .loopmarket-bundle-card__trust,
  .loopmarket-bundle-item__title {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .loopmarket-bundle-card__savings-line {
    align-items: flex-start;
  }

  .loopmarket-bundle-card__quantity-row .quantity {
    max-width: 100%;
  }
}

/* Upsell animation */
.loopmarket-cart-upsell {
  border: 1px solid rgba(59, 177, 138, 0.1);
  background: linear-gradient(180deg, #F8FAFC, #FFFFFF);
}

.loopmarket-cart-upsell__add {
  background: #FFFFFF;
  border: 1px solid var(--loopmarket-teal);
  color: var(--loopmarket-teal);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.loopmarket-cart-upsell__add:hover {
  background: var(--loopmarket-teal);
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(59, 177, 138, 0.15);
}


/* ============================================================
   ADAPTIVE BUNDLE MODULE (PDP)
   ============================================================ */
.loopmarket-adaptive-bundle {
  --bundle-border: #E5E7EB;
  --bundle-selected-border: #111111;
  --bundle-selected-bg: #F7F8F9;
  margin: 2.4rem 0;
  padding: 2.4rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFBFC 100%);
  border: 1px solid var(--bundle-border);
  border-radius: 20px;
}

.loopmarket-adaptive-bundle__header {
  margin-bottom: 2.4rem;
}

.loopmarket-bundle-badge {
  display: inline-block;
  background: #F3F4F6;
  color: #111827;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.loopmarket-adaptive-bundle__title {
  margin: 0 0 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.03em;
}

.loopmarket-adaptive-bundle__subtitle {
  margin: 0;
  font-size: 1.4rem;
  color: #6B7280;
  line-height: 1.5;
}

.loopmarket-adaptive-bundle__options {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}

.loopmarket-bundle-choice {
  cursor: pointer;
  display: block;
}

.loopmarket-bundle-choice.bundle-option--base .loopmarket-bundle-choice__card {
  border-style: dashed;
  opacity: 0.72;
  box-shadow: none;
}

.loopmarket-bundle-choice[data-type="phone-only"] {
  opacity: 0.65;
  transform: scale(0.98);
}

.loopmarket-bundle-choice.bundle-option--base:hover .loopmarket-bundle-choice__card {
  transform: none;
  box-shadow: none;
}

.loopmarket-bundle-choice__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.loopmarket-bundle-choice__card {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  min-height: 5.6rem;
  padding: 1.6rem;
  background: #FFFFFF;
  border: 1px solid var(--bundle-border);
  border-radius: 16px;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.loopmarket-bundle-choice.is-selected .loopmarket-bundle-choice__card {
  border-color: var(--bundle-selected-border);
  background: var(--bundle-selected-bg);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
}

.loopmarket-bundle-choice__radio {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  border-radius: 50%;
  border: 1.5px solid #D1D5DB;
  background: #FFFFFF;
  box-shadow: inset 0 0 0 0 #111111;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  margin-top: 0.2rem;
}

.loopmarket-bundle-choice.is-selected .loopmarket-bundle-choice__radio {
  border-color: #111111;
  box-shadow: inset 0 0 0 5px #111111;
}

.loopmarket-bundle-choice__content {
  flex: 1;
  min-width: 0;
}

.loopmarket-bundle-choice__topline {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  align-items: flex-start;
}

.loopmarket-bundle-choice__title-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.loopmarket-bundle-choice__name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.4;
}

.loopmarket-bundle-choice__badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  background: #111111;
  color: #FFFFFF;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.loopmarket-bundle-choice__price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111111;
  white-space: nowrap;
}

.loopmarket-bundle-choice__price-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.2rem;
  white-space: nowrap;
}

.loopmarket-bundle-choice__compare {
  font-size: 1.15rem;
  font-weight: 600;
  color: #6B7280;
  text-decoration: line-through;
}

.loopmarket-bundle-choice__description {
  margin: 0.4rem 0 0;
  font-size: 1.35rem;
  color: #4B5563;
  line-height: 1.5;
}

.loopmarket-bundle-choice__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
}

.loopmarket-bundle-choice__list li {
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  font-size: 1.2rem;
  font-weight: 500;
  color: #374151;
}

.loopmarket-bundle-choice__note {
  margin: 1rem 0 0;
  font-size: 1.2rem;
  color: #6B7280;
}

.loopmarket-bundle-choice.bundle-option--tier-2 .loopmarket-bundle-choice__card {
  border-color: #D1D5DB;
  box-shadow: 0 4px 18px rgba(17, 17, 17, 0.04);
}

.loopmarket-bundle-choice.bundle-option--default .loopmarket-bundle-choice__card,
.loopmarket-bundle-choice.bundle-option--default.is-selected .loopmarket-bundle-choice__card {
  border-width: 1.5px;
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.08);
}

.loopmarket-bundle-choice[data-default="true"] .loopmarket-bundle-choice__card {
  border-color: #111827;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transform: scale(1.04);
}

.loopmarket-adaptive-bundle__footer {
  padding-top: 2.4rem;
  border-top: 1px solid #E5E7EB;
}

.loopmarket-bundle-summary {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  align-items: flex-end;
}

.loopmarket-bundle-summary__total {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.loopmarket-bundle-summary__label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.01em;
}

.loopmarket-bundle-summary__price {
  font-size: 2.4rem;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.04em;
}

.loopmarket-bundle-summary__compare {
  font-size: 1.2rem;
  font-weight: 600;
  color: #6B7280;
  text-decoration: line-through;
}

.loopmarket-bundle-summary__savings {
  font-size: 1.2rem;
  font-weight: 700;
  color: #047857;
}

.loopmarket-bundle-summary__meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-end;
  text-align: right;
}

.loopmarket-bundle-summary__name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #111111;
}

.loopmarket-bundle-summary__items {
  max-width: 36rem;
  font-size: 1.25rem;
  color: #6B7280;
  line-height: 1.5;
}

.loopmarket-bundle-summary__feedback {
  max-width: 36rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #047857;
  line-height: 1.45;
}

.loopmarket-bundle-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.loopmarket-bundle-proof__item {
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  color: #374151;
  font-size: 1.15rem;
  font-weight: 600;
}

/* Form button overrides */
.product-form__submit.bundle-mode {
  background: #111827;
  border-color: #111827;
}

.product-form__submit.bundle-mode-phone-only {
  background: #111827;
  border-color: #111827;
}

.product-form__submit.bundle-mode:hover {
  background: #000000;
}

@media screen and (max-width: 749px) {
  .loopmarket-adaptive-bundle {
    padding: 1.6rem;
  }

  .loopmarket-adaptive-bundle__options {
    overflow-y: visible;
    padding: 0.6rem 0.6rem 1rem;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }

  .loopmarket-bundle-choice {
    flex-basis: min(82vw, 32rem);
  }

  .loopmarket-bundle-choice__card {
    padding: 1.4rem;
    gap: 1.2rem;
  }

  .loopmarket-bundle-choice[data-default="true"] .loopmarket-bundle-choice__card {
    transform: scale(1.015);
  }

  .loopmarket-bundle-choice__topline {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .loopmarket-bundle-choice__title-stack {
    gap: 0.6rem;
  }

  .loopmarket-bundle-choice__price-stack {
    align-items: flex-start;
    white-space: normal;
  }

  .loopmarket-bundle-choice__price,
  .loopmarket-bundle-choice__compare,
  .loopmarket-bundle-choice__savings {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .loopmarket-bundle-choice__list {
    gap: 0.6rem;
  }

  .loopmarket-bundle-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .loopmarket-bundle-summary__total {
    align-items: flex-start;
  }

  .loopmarket-bundle-summary__meta {
    align-items: flex-start;
    text-align: left;
  }

  .loopmarket-bundle-summary__items,
  .loopmarket-bundle-summary__feedback {
    max-width: none;
  }

  .loopmarket-bundle-proof {
    gap: 0.6rem;
  }

  .loopmarket-bundle-proof__item {
    width: 100%;
    justify-content: center;
  }
}


/* ============================================================
   OPTIMIZED SEARCH RESULTS UI
   ============================================================ */
.loopmarket-search-optimized .search-section {
  margin-bottom: 8rem !important;
}

.loopmarket-section-heading {
  font-size: 2.8rem;
  font-weight: 900;
  color: #111827;
  letter-spacing: -0.03em;
  margin: 0;
}

.recommended-strip {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 24px 4px;
  scrollbar-width: none;
}

.recommended-strip::-webkit-scrollbar { display: none; }

.recommended-strip .card-wrapper {
  min-width: 300px;
  flex: 0 0 300px;
}

.loopmarket-search-optimized .card {
  border-radius: 12px !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.06) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.loopmarket-search-optimized .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1) !important;
  border-color: var(--loopmarket-teal) !important;
}

.loopmarket-featured-badge--custom {
  background: #111827 !important;
  color: #FFFFFF !important;
  font-weight: 800 !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
}

.bundles-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 24px 4px;
  scrollbar-width: none;
}

.bundles-scroll::-webkit-scrollbar { display: none; }

.bundles-scroll .card-wrapper {
  min-width: 340px;
  flex: 0 0 340px;
}

@media screen and (max-width: 749px) {
  .recommended-strip .card-wrapper {
    min-width: 260px;
    flex: 0 0 260px;
  }
  .bundles-scroll .card-wrapper {
    min-width: 300px;
    flex: 0 0 300px;
  }
}


/* LoopMarket Card Identity & Conversion Optimization */
.lm-card-identity-row {
  font-size: 1.4rem;
  font-weight: 500;
  color: #64748B;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
  display: block;
}

.lm-price-extras {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.lm-installment-row {
  font-size: 1.4rem;
  color: #111827;
  font-weight: 500;
}

.lm-installment-row strong {
  color: #111827;
  font-weight: 800;
}

.lm-value-props {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.lm-value-prop {
  font-size: 1.3rem;
  font-weight: 600;
  color: #4B5563;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.lm-value-prop--save {
  color: var(--loopmarket-teal);
  font-weight: 800;
}

.loopmarket-card .card__heading {
  font-weight: 800 !important;
  font-size: 1.8rem !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 0.4rem !important;
}

.loopmarket-card .card__heading a {
  text-decoration: none !important;
  color: #111827 !important;
}

.verified-selection__editorial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 2rem auto 0;
  pointer-events: none;
}

.verified-selection__editorial-image {
  width: 85%;
  max-width: 24rem;
  height: auto;
  margin: 0 auto;
  opacity: 0.75;
  filter: grayscale(10%) contrast(95%) brightness(95%);
  object-fit: contain;
  display: block;
}

.loopmarket-price .price-item {
  font-size: 2.2rem !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  color: #111827 !important;
}

.loopmarket-price--iphone .price-item {
  font-size: 2.4rem !important;
}

@media screen and (max-width: 749px) {
  .loopmarket-card .card__heading {
    font-size: 1.6rem !important;
    /* LM: line-clamp for consistent card height — Req 7.7, 14.2 */
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }
  .loopmarket-price .price-item {
    font-size: 1.9rem !important;
  }
  .loopmarket-price--iphone .price-item {
    font-size: 2.1rem !important;
  }
}

/* ------------------------------------------------------------
   CONVERSION UPGRADES (BRAND CONSOLIDATION)
   ------------------------------------------------------------ */
.loopmarket-zero-risk-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0;
  margin: 0.8rem 0 1.6rem;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.loopmarket-zero-risk-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #4B5563;
}

.loopmarket-micro-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin: 1.2rem 0 1.6rem;
  padding: 1rem 0;
}

.loopmarket-micro-benefit {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #111827;
  background: #f9fafb;
  padding: 0.4rem 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.03);
}

.lm-check-icon {
  color: var(--loopmarket-teal);
  font-weight: bold;
}

.lm-stock {
  font-weight: 700 !important;
  color: #D32F2F !important;
}

/* Wishlist System Styles */
.loopmarket-wishlist-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background: #111827;
  color: #fff;
  padding: 1.2rem 2.4rem;
  border-radius: 99px;
  font-size: 1.4rem;
  font-weight: 600;
  z-index: 2000;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  pointer-events: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.loopmarket-wishlist-toast.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.loopmarket-wishlist-toggle--pdp:hover {
  background: #F9FAFB !important;
  border-color: var(--loopmarket-teal) !important;
}

.loopmarket-wishlist-toggle.is-active .wishlist-icon--outline {
  display: none !important;
}

.loopmarket-wishlist-toggle.is-active .wishlist-icon--filled {
  display: block !important;
}

.header__icon--wishlist {
  position: relative;
}

.wishlist-count-bubble {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background-color: var(--loopmarket-teal);
  color: #fff;
  border-radius: 50%;
  min-width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0 0.4rem;
}

.wishlist-count-bubble:empty {
  display: none !important;
}

.wishlist-count-bubble[hidden] {
  display: none !important;
}



/* Mobile Optimization: Only remove empty announcement ghosts */
@media screen and (max-width: 989px) {
  .announcement-bar:empty,
  .announcement-bar-section:empty,
  .utility-bar:empty,
  .header__announcement:empty {
    display: none !important;
  }

  .shopify-section-group-header-group > *:first-child:empty {
    display: none !important;
  }

  /* Mobile Header Height Correction: Eliminate Ghost Whitespace Offset */
  html {
    --header-height: 72px !important;
  }

  body {
    padding-top: 0 !important;
  }
}

/* Mobile Spacing Correction: Eliminate stacked ghost space above hero */
@media screen and (max-width: 989px) {
  /* 1. Reset root spacing */
  html {
    --header-height: 72px !important;
  }

  body {
    padding-top: 0 !important;
  }

  /* 2. Remove stacked spacing from header to hero */
  .shopify-section-group-header-group {
    margin-bottom: 0 !important;
  }

  .shopify-section:first-of-type {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .loopmarket-section:first-child,
  .section:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* 3. Tighten hero internal layout */
  .loopmarket-hero {
    padding-top: 8px !important; /* Tight Apple-level density */
  }

  .loopmarket-hero__frame {
    margin-top: 0 !important;
  }

  /* 4. Fix any ghost containers or spacers */
  #MainContent {
    margin-top: 0 !important;
  }
}

/* ------------------------------------------------------------
   CART DRAWER REFINEMENTS
   ------------------------------------------------------------ */
cart-drawer {
  transition: transform 0.25s ease;
}

.loop-trust-block {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.loop-trust-block__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #2E2E2E;
}

.loop-trust-block__check {
  color: var(--loopmarket-teal);
  font-weight: 700;
  flex: 0 0 auto;
}

.loop-trust-block--compact {
  margin-top: 10px;
}

/* Global Slider Refinements */
.slider-button {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
  color: #111827 !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(0,0,0,0.05) !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.slider-button:hover:not([disabled]) {
  background: #ffffff !important;
  transform: translateY(-1px) scale(1.05) !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12) !important;
}

.slider-button[disabled] {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.slider-counter__link--dots .dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  transition: all 0.2s ease !important;
}

.slider-counter__link--active.slider-counter__link--dots .dot {
  transform: scale(1.2) !important;
  background-color: var(--loopmarket-teal) !important;
}


/* Payment terms — PDP */
/* Hide Payflex app-injected Card and Instant EFT tabs */
/* CSS fallback — targets common Payflex widget patterns */
.installment,
shopify-payment-terms,
[data-shopify-payment-terms],
.payflex-widget,
.payflex-installment,
.pjn-widget,
.payjustnow-widget {
  display: none !important;
}

.loopmarket-payment-terms {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.8rem;
}

.loopmarket-payment-terms__line {
  margin: 0;
  font-size: 1.3rem;
  color: rgba(31, 31, 31, 0.72);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* Payment items inside trust block */
.loop-trust-block__item--payment {
  gap: 0.6rem;
}

.loop-trust-block__item--payment img {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

/* ============================================================
   HIDE iPhone Model OPTION FROM PDP VARIANT PICKER
   It's a filter-only option — not a customer-facing choice
   ============================================================ */
.product-form__input[data-option-index="2"]:has(~ .product-form__input),
variant-selects .product-form__input:last-child:not(:first-child) {
  /* Fallback — hide by position if only one value exists */
}

/* Target by label text — most reliable */
.product-form__input .form__label[for*="iPhone-Model"],
.product-form__input:has(input[name*="iPhone Model"]) {
  display: none !important;
}

/* Hero CTA hierarchy */
.loopmarket-hero__actions {
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}

.lm-cta-primary {
  background: var(--loopmarket-teal) !important;
  color: #fff !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  border: none !important;
  box-shadow: 0 4px 14px var(--loopmarket-teal-shadow) !important;
  transition: all 0.25s ease !important;
  white-space: nowrap !important;
}

.lm-cta-primary:hover {
  background: var(--loopmarket-teal-dark) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08) !important;
}

.lm-cta-secondary {
  background: transparent;
  border: 1px solid #d1d5db;
  color: #374151;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.lm-cta-secondary:hover {
  background: #111827 !important;
  border-color: #111827 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12) !important;
}

a.lm-cta-secondary:hover {
  background: #111827 !important;
  border-color: #111827 !important;
  color: #ffffff !important;
}

.lm-cta-outline {
  background: transparent !important;
  color: #111827 !important;
  border: 2px solid #111827 !important;
  box-shadow: none !important;
}

.lm-cta-outline:hover {
  background: #111827 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

.lm-cta-secondary-inline {
  font-size: 14px;
  color: #6b7280;
  text-decoration: underline;
  font-weight: 500;
  background: none;
  border: none;
  padding: 0;
  display: inline;
}

.lm-cta-secondary-inline:hover {
  color: #111827;
}

.lm-hero-reassurance {
  font-size: 13px;
  color: #6b7280;
  margin-top: 8px;
  font-weight: 400;
}

/* ============================================================
   CRITICAL MOBILE FIXES — Card alignment, grid gaps, flex blowout
   Requirements: 3.2, 3.4, 7.4, 7.5, 7.7, 7.8, 14.2, 14.3
   ============================================================ */

/* --- PRODUCT GRID: enforce correct column/row gaps on mobile --- */
@media screen and (max-width: 749px) {
  /* Collection grid — 2 equal columns, 12px col gap, 16px row gap */
  .loopmarket-collection-grid .product-grid,
  .loopmarket-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 12px !important;
    row-gap: 16px !important;
  }

  /* Flex blowout prevention — all flex children in card layouts */
  .card__content,
  .card__information,
  .card-information,
  .loopmarket-card__actions,
  .loopmarket-card__badges,
  .price__container {
    min-width: 0 !important;
  }

  /* Badge container — wrap to second line, never overflow card */
  .loopmarket-card__badges {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.6rem !important;
    align-items: flex-start !important;
  }

  /* CTA buttons — full-width inside card on mobile */
  .loopmarket-card__actions .button,
  .loopmarket-card__actions .quick-add__submit,
  .loopmarket-collection-grid .product-form__submit {
    width: 100% !important;
    min-height: 44px !important;
  }
}
