.store-rk-page.page-cv {
  padding-bottom: clamp(3rem, 5vw, 5rem);
}

.tpl-cb-sustain-v1 .store-rk-breadcrumb-band,
.tpl-cb-sustain-v1 .store-rk-header-band {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.store-rk-breadcrumb-band {
  padding: 0 0 0.02rem;
}

.store-rk-header-band {
  padding: 0 0 0.04rem;
}

.sustain-store-breadcrumb .container,
.sustain-store-header .container {
  position: relative;
  z-index: 1;
}

.sustain-store-breadcrumb .breadcrumb-nav {
  gap: 0.4rem;
  font-size: 0.74rem;
}

.sustain-store-header .store-header {
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 34px color-mix(in srgb, var(--ui-text) 10%, transparent);
}

.sustain-store-header .store-header::after {
  display: none;
}

.sustain-store-detail-pathways {
  margin-top: clamp(0.9rem, 1.8vw, 1.2rem);
}

.sustain-store-header .store-header-body {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(0.8rem, 1.7vw, 1rem);
  padding: clamp(0.85rem, 1.8vw, 1rem);
}

.sustain-store-header .store-header-main {
  align-items: flex-start;
  gap: clamp(0.8rem, 1.6vw, 1rem);
  min-width: 0;
}

.sustain-store-header .store-header-copy {
  gap: 0.7rem;
  align-content: center;
  min-width: 0;
}

.sustain-store-header .store-header-title {
  display: block;
  margin: 0;
  max-width: 100%;
  color: var(--cream-text);
  font-size: clamp(1.3rem, 1.9vw, 1.86rem);
  line-height: 1.08;
  font-weight: 820;
  letter-spacing: -0.04em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.store-header-title-accent {
  color: var(--theme-primary);
  font-weight: 900;
}

.sustain-store-header .store-cashback-pill {
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.72rem 0.95rem;
  font-size: 0.9rem;
  white-space: nowrap;
}

.store-header-action-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.25rem;
}

@media (min-width: 900px) {
  .store-header-action-strip {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .sustain-store-header .store-header-main {
    display: grid;
    grid-template-columns: 7rem minmax(0, 1fr);
    align-items: stretch;
    column-gap: clamp(0.9rem, 1.8vw, 1.2rem);
  }

  .sustain-store-header .store-header-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 7rem;
  }

  .store-header-action-strip {
    margin-top: auto;
    padding-top: 0.62rem;
    align-self: flex-start;
  }
}

.store-header-action-strip .activate-cashback-button,
.store-header-action-strip .button-outline {
  width: auto;
  min-width: 11rem;
  justify-content: center;
  white-space: nowrap;
}

.store-header-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0.78rem 1.18rem;
  border-radius: 0.95rem;
  border: 1px solid color-mix(in srgb, var(--theme-primary) 30%, var(--cream-surface));
  background: color-mix(in srgb, var(--theme-primary) 8%, var(--cream-surface));
  color: color-mix(in srgb, var(--theme-primary) 82%, var(--cream-text));
  box-shadow:
    0 10px 22px color-mix(in srgb, var(--ui-text) 10%, transparent),
    inset 0 0 0 1px color-mix(in srgb, var(--cream-surface) 76%, transparent);
  font-weight: 850;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.store-header-share-button:hover,
.store-header-share-button:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--theme-primary) 42%, var(--cream-surface));
  background: color-mix(in srgb, var(--theme-primary) 12%, var(--cream-surface));
  box-shadow:
    0 14px 28px color-mix(in srgb, var(--ui-text) 12%, transparent),
    inset 0 0 0 1px color-mix(in srgb, var(--cream-surface) 80%, transparent);
  outline: 0;
}

.store-rk-content-band {
  padding-top: 0;
}

.content-container {
  min-width: 0;
}

.store-detail-grid {
  display: grid;
  gap: 0.28rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .store-detail-grid {
    grid-template-columns: minmax(18rem, 0.34fr) minmax(0, 0.66fr);
  }
}

.store-detail-left,
.store-detail-right {
  display: grid;
  gap: 0.5rem;
  min-width: 0;
  align-content: start;
}

@media (min-width: 1024px) {
  .store-detail-left {
    position: sticky;
    top: 118px;
  }
}

.store-detail-left .store-panel,
.store-detail-right .store-panel,
.store-detail-left .compact-hub-pathways,
.store-detail-right .compact-hub-pathways {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  backdrop-filter: none;
}

.store-detail-left > * + *,
.store-detail-right > * + * {
  border-top: 1px solid color-mix(in srgb, var(--cream-border) 68%, transparent);
  padding-top: 0.6rem;
}

.store-detail-section {
  position: relative;
}

.store-detail-left .store-panel h2,
.store-detail-right .store-panel h2,
.store-detail-left .compact-hub-pathways-head h2,
.store-detail-right .compact-hub-pathways-head h2 {
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.store-detail-left .store-panel p,
.store-detail-right .store-panel p,
.store-detail-left .compact-hub-pathways-head p,
.store-detail-right .compact-hub-pathways-head p {
  color: var(--cream-muted-strong);
}

.store-detail-left .store-detail-section > h2,
.store-detail-left .compact-hub-pathways-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.store-detail-left .store-detail-section > h2::before,
.store-detail-left .compact-hub-pathways-head h2::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--theme-primary) 78%, var(--cream-surface));
  box-shadow: 0 0 0 0.28rem color-mix(in srgb, var(--theme-primary) 12%, transparent);
  flex-shrink: 0;
}

.store-detail-about .store-detail-body-copy {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.store-detail-left .compact-hub-pathways {
  gap: 0.72rem;
  counter-reset: store-pathway;
}

.store-detail-left .compact-hub-pathways-list {
  display: grid;
  gap: 0.55rem;
}

.store-detail-left .compact-hub-pathways-item {
  position: relative;
  padding: 0.92rem 0.1rem;
  padding-left: 0.95rem;
  padding-right: 0.78rem;
  border-radius: 1rem;
  background: var(--cream-surface);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--ui-text) 6%, transparent);
  border: 1px solid color-mix(in srgb, var(--cream-border) 70%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--cream-border) 70%, transparent);
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  transition: transform 180ms ease, border-color 180ms ease, padding-left 180ms ease, padding-right 180ms ease, box-shadow 180ms ease;
}

.store-detail-left .compact-hub-pathways-item:hover {
  transform: translateX(4px);
  padding-left: 1.05rem;
  padding-right: 0.68rem;
  border-color: color-mix(in srgb, var(--theme-primary) 22%, transparent);
  background: color-mix(in srgb, var(--theme-primary) 4%, var(--cream-surface));
  box-shadow: 0 14px 26px color-mix(in srgb, var(--ui-text) 8%, transparent);
}

.store-detail-left .compact-hub-pathways-item::before {
  counter-increment: store-pathway;
  content: counter(store-pathway, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.82rem;
  background: color-mix(in srgb, var(--theme-primary) 9%, var(--cream-surface));
  color: var(--coupon-accent-text, color-mix(in srgb, var(--theme-primary) 74%, var(--cream-text)));
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.store-detail-left .compact-hub-pathways-item:last-child {
  border-bottom: 1px solid color-mix(in srgb, var(--cream-border) 70%, transparent);
  padding-bottom: 0.92rem;
}

.store-detail-left .compact-hub-pathways-arrow {
  width: 1.7rem;
  height: 1.7rem;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.store-detail-left .compact-hub-pathways-item:hover .compact-hub-pathways-arrow {
  transform: translate(2px, -2px);
  background: color-mix(in srgb, var(--theme-primary) 12%, var(--cream-surface));
  color: color-mix(in srgb, var(--theme-primary) 80%, var(--cream-text));
}

.store-detail-related .similar-store-list {
  gap: 0;
}

.store-detail-related .similar-store-card {
  padding: 0.78rem 0.08rem;
  border-radius: 0;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid color-mix(in srgb, var(--cream-border) 70%, transparent) !important;
  box-shadow: none !important;
  transition: transform 180ms ease, color 180ms ease;
}

.store-detail-related .similar-store-card:hover {
  transform: translateX(4px);
}

.store-detail-related .similar-store-logo {
  transition: transform 180ms ease;
}

.store-detail-related .similar-store-card:last-child {
  border-bottom: 0;
}

.store-detail-related .similar-store-logo img,
.store-detail-related .similar-store-placeholder {
  border: 0;
  background: transparent !important;
  box-shadow: none;
  padding: 0;
}

.store-detail-related .similar-store-card:hover .similar-store-logo {
  transform: scale(1.04);
}

.shop-cta-card {
  gap: 0.55rem;
  padding: 0.95rem 1rem !important;
  border-radius: 1.1rem !important;
  border: 1px solid color-mix(in srgb, var(--cream-border) 74%, transparent) !important;
  background: var(--cream-surface) !important;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--ui-text) 8%, transparent) !important;
}

.shop-cta-row {
  display: grid;
  gap: 0.8rem;
  align-items: center;
}

@media (min-width: 760px) {
  .shop-cta-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

.shop-cta-head {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 1.3rem;
  align-items: center;
}

.shop-now-logo {
  width: 72px;
}

.shop-now-logo img,
.shop-now-logo .shop-now-placeholder {
  box-sizing: border-box;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.shop-cta-copy {
  display: grid;
  gap: 0.34rem;
}

.shop-cta-copy h2 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.05;
}

.shop-cta-copy p {
  margin-top: 0;
  color: color-mix(in srgb, var(--theme-primary) 74%, var(--cream-text));
  font-weight: 700;
}

.shop-cta-card .shop-now-button {
  width: auto;
  min-width: 10.5rem;
  min-height: 2.7rem;
  padding-top: 0.72rem;
  padding-bottom: 0.72rem;
  justify-content: center;
  white-space: nowrap;
}

.store-detail-coupons {
  --coupon-card-radius: 6px;
  --coupon-shadow-soft: 0 10px 24px color-mix(in srgb, var(--ui-text) 8%, transparent);
  --coupon-shadow-card: 0 14px 32px color-mix(in srgb, var(--ui-text) 12%, transparent);
  --coupon-surface: var(--color-surface);
  --coupon-surface-soft: color-mix(in srgb, var(--theme-primary) 4%, var(--coupon-surface));
  --coupon-surface-soft-strong: color-mix(in srgb, var(--theme-primary) 8%, var(--coupon-surface));
  --coupon-surface-secondary: color-mix(in srgb, var(--theme-secondary) 10%, var(--coupon-surface));
  --coupon-text: var(--cream-text);
  --coupon-text-soft: color-mix(in srgb, var(--coupon-text) 86%, var(--coupon-surface));
  --coupon-text-muted: color-mix(in srgb, var(--coupon-text) 64%, var(--coupon-surface));
  --coupon-accent-text: color-mix(in srgb, var(--theme-primary) 72%, var(--coupon-text));
  --coupon-cta-gradient: var(--theme-accent-fill);
  --coupon-focus-gradient: color-mix(in srgb, var(--theme-secondary) 72%, var(--theme-primary));
  --coupon-warning-bg: color-mix(in srgb, var(--color-warning) 12%, var(--coupon-surface));
  --coupon-warning-border: color-mix(in srgb, var(--color-warning) 24%, var(--coupon-surface));
  --coupon-warning-text: color-mix(in srgb, var(--color-warning) 78%, var(--coupon-text));
  --coupon-error-bg: color-mix(in srgb, var(--color-error) 12%, var(--coupon-surface));
  --coupon-error-border: color-mix(in srgb, var(--color-error) 24%, var(--coupon-surface));
  --coupon-error-text: color-mix(in srgb, var(--color-error) 82%, var(--coupon-text));
  --coupon-border-soft: color-mix(in srgb, var(--cream-border) 74%, var(--coupon-surface));
  --coupon-border-strong: color-mix(in srgb, var(--theme-primary) 30%, var(--coupon-surface));
}

.store-detail-coupons .coupons-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.store-detail-coupons .coupon-panel-list {
  display: grid;
  gap: 1rem;
  padding-inline: 0.34rem;
}

.store-detail-coupons > h2 {
  margin: 0 0 0.18rem;
  padding: 0 0.36rem;
}

.store-detail-coupons .coupons-directory-card {
  position: relative;
  display: grid;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-radius: var(--coupon-card-radius);
  background: var(--coupon-surface);
  box-shadow: var(--coupon-shadow-soft);
  overflow: visible;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-detail-coupons .coupons-directory-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--coupon-shadow-card);
}

.store-detail-coupons .coupons-directory-merchant {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coupon-text);
  text-decoration: none;
}

.store-detail-coupons .coupons-directory-merchant-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.store-detail-coupon-offer {
  display: grid;
  place-items: center;
  min-width: 4.85rem;
  min-height: 4.85rem;
  padding: 0.58rem;
  border-radius: 1.05rem;
  background: color-mix(in srgb, var(--theme-primary) 10%, var(--coupon-surface));
  border: 1px solid color-mix(in srgb, var(--theme-primary) 18%, var(--coupon-surface));
  color: color-mix(in srgb, var(--theme-primary) 82%, var(--coupon-text));
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-align: center;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--ui-text) 8%, transparent);
}

.store-detail-coupons .coupons-directory-merchant-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 1.05rem;
  background: var(--coupon-surface-soft);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--ui-text) 10%, transparent);
  overflow: hidden;
}

.store-detail-coupons .coupons-directory-merchant-logo img,
.store-detail-coupons .coupons-directory-merchant-fallback {
  width: 100%;
  height: 100%;
}

.store-detail-coupons .coupons-directory-merchant-logo img {
  object-fit: contain;
  padding: 0.9rem;
}

.store-detail-coupons .coupons-directory-merchant-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coupon-accent-text);
  font-size: 1.4rem;
  font-weight: 900;
  background: color-mix(in srgb, var(--theme-primary) 10%, var(--coupon-surface));
}

.store-detail-coupons .coupons-directory-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.95rem;
  cursor: pointer;
  min-width: 0;
}

.store-detail-coupons .coupons-directory-floating-expiry {
  position: absolute;
  top: -0.1rem;
  right: 0.75rem;
  z-index: 2;
  max-width: calc(100% - 1.5rem);
  transform: translateY(-54%);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--ui-text) 14%, transparent);
  pointer-events: none;
}

.store-detail-coupons .coupons-directory-body {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
  grid-column: 1;
  align-self: start;
  padding-top: 0.16rem;
}

.store-detail-coupons .coupons-directory-body-head {
  display: block;
  min-width: 0;
}

.store-detail-coupons .coupons-directory-body-head h3 {
  margin: 0;
  min-width: 0;
  padding-right: 0;
  color: var(--coupon-text);
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.store-detail-coupons .coupons-directory-body p {
  margin: 0;
  min-width: 0;
  color: var(--coupon-text-muted);
  font-size: 0.94rem;
  line-height: 1.65;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.store-detail-coupons .coupons-directory-expiry,
.store-detail-coupons .coupons-directory-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.4rem 0.72rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.store-detail-coupons .coupons-directory-expiry {
  position: relative;
  border: 1px solid transparent;
  justify-self: end;
  white-space: nowrap;
}

.store-detail-coupons .coupons-directory-expiry::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.35;
}

.store-detail-coupons .coupons-directory-expiry.is-standard,
.store-detail-coupons .coupons-directory-meta-chip {
  background: var(--coupon-surface-soft-strong);
  color: var(--coupon-text-soft);
}

.store-detail-coupons .coupons-directory-expiry.is-urgent {
  background: var(--coupon-warning-bg);
  border-color: var(--coupon-warning-border);
  color: var(--coupon-warning-text);
}

.store-detail-coupons .coupons-directory-expiry.is-critical {
  background: var(--coupon-error-bg);
  border-color: var(--coupon-error-border);
  color: var(--coupon-error-text);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--color-error) 16%, transparent);
}

.store-detail-coupons .coupons-directory-expiry.is-urgent::before,
.store-detail-coupons .coupons-directory-expiry.is-critical::before {
  opacity: 1;
  animation: coupon-expiry-beat 1.2s ease-in-out infinite;
}

.store-detail-coupons .coupons-directory-meta {
  display: none;
}

.store-detail-coupons .coupons-directory-actions {
  display: grid;
  align-content: center;
  grid-column: 2;
  justify-self: end;
  align-self: center;
  min-width: 0;
}

.store-detail-coupons .coupons-directory-reveal {
  display: inline-flex;
  align-items: stretch;
  justify-content: flex-start;
  min-width: 12.5rem;
  min-height: 3.4rem;
  max-width: 100%;
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: transparent;
  box-shadow:
    0 10px 22px color-mix(in srgb, var(--ui-text) 14%, transparent),
    0 4px 10px color-mix(in srgb, var(--ui-text) 12%, transparent);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-detail-coupons .coupons-directory-reveal-code {
  position: relative;
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-width: 6.4rem;
  padding: 0 1rem;
  border: 2px solid color-mix(in srgb, var(--theme-primary) 62%, var(--theme-secondary));
  border-right: 0;
  border-radius: 1rem 0 0 1rem;
  background: var(--coupon-surface-soft);
  color: var(--coupon-text-soft);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--coupon-surface) 72%, transparent);
}

.store-detail-coupons .coupons-directory-reveal strong {
  position: relative;
  display: inline-flex;
  flex: 0 0 7.2rem;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border-radius: 0 1rem 1rem 0;
  background: var(--coupon-cta-gradient);
  color: var(--coupon-surface);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 1px 0 color-mix(in srgb, var(--ui-text) 14%, transparent);
}

.store-detail-coupons .coupons-directory-main:hover .coupons-directory-reveal,
.store-detail-coupons .coupons-directory-main:focus-within .coupons-directory-reveal {
  transform: translateY(-1px);
  box-shadow:
    0 14px 30px color-mix(in srgb, var(--ui-text) 18%, transparent),
    0 6px 14px color-mix(in srgb, var(--ui-text) 13%, transparent);
}

.store-detail-coupons .coupons-directory-main:hover .coupons-directory-reveal-code,
.store-detail-coupons .coupons-directory-main:focus-within .coupons-directory-reveal-code {
  background: color-mix(in srgb, var(--theme-primary) 8%, var(--coupon-surface));
}

.store-detail-coupons .coupons-directory-main:hover .coupons-directory-reveal strong,
.store-detail-coupons .coupons-directory-main:focus-within .coupons-directory-reveal strong {
  background: var(--coupon-focus-gradient);
}

.store-detail-coupons .coupons-directory-main-trigger {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  padding: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
}

.store-detail-coupons .coupons-directory-main-trigger:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--theme-primary) 70%, var(--coupon-surface));
  outline-offset: 4px;
  border-radius: 1.2rem;
}

.store-share-modal.hidden {
  display: none;
}

.store-share-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 2.5vw, 1.8rem);
  background: color-mix(in srgb, var(--color-bg) 82%, transparent);
  backdrop-filter: blur(10px);
}

.store-share-dialog {
  position: relative;
  width: min(100%, 38rem);
  border: 1px solid color-mix(in srgb, var(--cream-border) 72%, transparent);
  border-radius: 1.75rem;
  background: color-mix(in srgb, var(--cream-surface) 98%, var(--color-bg));
  box-shadow:
    0 28px 70px color-mix(in srgb, var(--ui-text) 18%, transparent),
    0 10px 24px color-mix(in srgb, var(--ui-text) 12%, transparent);
  overflow: hidden;
}

.store-share-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border: 1px solid color-mix(in srgb, var(--cream-border) 74%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--cream-surface) 86%, transparent);
  color: color-mix(in srgb, var(--cream-text) 62%, transparent);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.store-share-body {
  display: grid;
  gap: 1.15rem;
  padding: clamp(1.1rem, 2.6vw, 1.6rem);
}

.store-share-profile {
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  text-align: center;
}

.store-share-logo-shell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-share-logo,
.store-share-logo-fallback {
  width: 5rem;
  height: 5rem;
  border-radius: 1.25rem;
  border: 1px solid color-mix(in srgb, var(--cream-border) 72%, var(--cream-surface));
  background: var(--cream-surface);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--ui-text) 10%, transparent);
}

.store-share-logo {
  object-fit: contain;
  padding: 0.7rem;
}

.store-share-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: color-mix(in srgb, var(--theme-primary) 78%, var(--cream-text));
  font-size: 1.6rem;
  font-weight: 900;
}

.store-share-kicker,
.store-share-networks p,
.store-share-field label {
  margin: 0;
  color: color-mix(in srgb, var(--theme-primary) 72%, var(--cream-text));
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.store-share-profile h2 {
  margin: 0;
  color: var(--cream-text);
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.store-share-cashback {
  margin: 0;
  color: color-mix(in srgb, var(--theme-primary) 78%, var(--cream-text));
  font-size: 0.95rem;
  font-weight: 750;
}

.store-share-form {
  display: grid;
  gap: 0.95rem;
}

.store-share-field {
  display: grid;
  gap: 0.45rem;
}

.store-share-field-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.store-share-counter {
  color: var(--cream-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.store-share-input {
  width: 100%;
  min-width: 0;
  border-radius: 1rem;
  border: 1px solid color-mix(in srgb, var(--cream-border) 74%, transparent);
  background: color-mix(in srgb, var(--color-bg) 82%, var(--cream-surface));
  color: var(--cream-text);
  font-size: 0.92rem;
  line-height: 1.4;
  padding: 0.95rem 1rem;
}

.store-share-input:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--theme-primary) 52%, transparent);
  outline-offset: 2px;
}

.store-share-param-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0;
}

.store-share-param-prefix {
  display: inline-flex;
  align-items: center;
  min-height: 3.1rem;
  padding: 0 0.95rem;
  border: 1px solid color-mix(in srgb, var(--cream-border) 74%, transparent);
  border-right: 0;
  border-radius: 1rem 0 0 1rem;
  background: color-mix(in srgb, var(--color-bg) 86%, var(--cream-surface));
  color: var(--cream-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.store-share-param-row .store-share-input {
  border-radius: 0 1rem 1rem 0;
}

.store-share-actions {
  display: flex;
  justify-content: center;
}

.store-share-copy-button {
  border: 0;
  border-radius: 1rem;
  min-height: 3rem;
  padding: 0.85rem 1.35rem;
  background: var(--theme-accent-fill);
  color: var(--cream-surface);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow:
    0 14px 30px color-mix(in srgb, var(--ui-text) 16%, transparent),
    0 6px 14px color-mix(in srgb, var(--ui-text) 11%, transparent);
}

.store-share-network-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.store-share-network {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  border-radius: 0.95rem;
  border: 1px solid color-mix(in srgb, var(--cream-border) 72%, transparent);
  background: color-mix(in srgb, var(--theme-primary) 4%, var(--cream-surface));
  color: var(--cream-text);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.store-share-network:hover,
.store-share-network:focus-visible,
.store-share-copy-button:hover,
.store-share-copy-button:focus-visible,
.store-share-close:hover,
.store-share-close:focus-visible {
  transform: translateY(-1px);
}

.store-share-network:hover,
.store-share-network:focus-visible {
  border-color: color-mix(in srgb, var(--theme-primary) 34%, var(--cream-surface));
  background: color-mix(in srgb, var(--theme-primary) 8%, var(--cream-surface));
  outline: 0;
}

@keyframes coupon-expiry-beat {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.45);
  }
}

@media (min-width: 960px) {
  .store-detail-coupons .coupons-directory-card {
    grid-template-columns: 6.3rem minmax(0, 1fr);
  }

  .store-detail-coupons .coupons-directory-main {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .store-detail-coupons .coupons-directory-actions {
    justify-content: flex-end;
  }
}

@media (max-width: 760px) {
  .store-header-action-strip .activate-cashback-button,
  .store-header-action-strip .button-outline,
  .shop-cta-card .shop-now-button {
    width: 100%;
  }

  .sustain-store-header .store-cashback-pill {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .store-detail-coupons .coupons-directory-actions,
  .store-detail-coupons .coupons-directory-reveal {
    width: 100%;
  }

  .store-detail-coupons .coupons-directory-merchant {
    justify-content: flex-start;
  }

  .store-detail-coupons .coupons-directory-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.8rem;
  }

  .store-detail-coupons .coupons-directory-body,
  .store-detail-coupons .coupons-directory-actions {
    grid-column: 1;
  }

  .store-detail-coupons .coupons-directory-floating-expiry {
    right: 0.35rem;
    transform: translateY(-56%) scale(0.96);
  }

  .store-detail-coupons .coupons-directory-body-head h3 {
    padding-right: 0;
  }

  .store-share-network-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
