/* GiftznMoney v23 — shared premium claymorphism design system. */
:root{
  --v23-radius:32px;
  --v23-card-radius:25px;
  --v23-border:rgba(102,73,170,.11);
  --v23-shadow:13px 18px 38px rgba(53,34,105,.09),-8px -8px 22px rgba(255,255,255,.96);
  --v23-card-shadow:9px 13px 27px rgba(53,34,105,.10),-6px -6px 17px #fff;
  --v23-soft:linear-gradient(145deg,#fff 8%,#fcfaff 62%,#f6f1ff);
}

html{scroll-behavior:smooth}
body{
  overflow-x:hidden;
  background:
    radial-gradient(circle at 5% 22%,rgba(210,190,255,.20),transparent 18%),
    radial-gradient(circle at 96% 45%,rgba(255,220,185,.17),transparent 19%),
    linear-gradient(180deg,#fff 0%,#fcfbff 62%,#faf8ff 100%);
}
.page-shell{position:relative}
.page-shell>.section{margin-top:34px}
.page-shell>.panel,.dashboard-main>.panel,.policy-card,.auth-card,.checkout-section,.checkout-summary,.checkout-trust{
  border-color:var(--v23-border);
  border-radius:var(--v23-radius);
  background:var(--v23-soft);
  box-shadow:var(--v23-shadow);
}
.purple-button,.outline-button,.view-all{transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.purple-button:hover,.outline-button:hover,.view-all:hover{transform:translateY(-2px)}

/* Balanced shared header. Desktop uses Profile; mobile uses the menu drawer. */
.site-header{border-bottom:1px solid rgba(98,68,164,.09);background:rgba(255,255,255,.91);box-shadow:0 8px 28px rgba(46,28,96,.06);backdrop-filter:blur(18px)}
.header-inner{min-height:80px;grid-template-columns:205px minmax(280px,1fr) auto;gap:24px}
.site-header .brand img,.glassy-brand img{width:184px;height:62px;object-fit:contain}
.header-search{height:48px}
.header-search input{height:48px;border-radius:24px;background:#fbfaff}
.header-nav{gap:9px}
.header-nav .nav-link,.header-nav .icon-link{
  min-height:46px;
  height:46px;
  border:1px solid rgba(105,75,173,.08);
  border-radius:23px;
  background:linear-gradient(145deg,#fff,#f7f3ff);
  box-shadow:5px 8px 18px rgba(54,35,106,.08),-3px -3px 9px #fff;
}
.header-nav .nav-link{padding:0 13px}
.header-nav .nav-link svg{width:21px;height:21px}
.header-nav .nav-link span:last-child{display:inline;font-size:13px}
.nav-zcoin-image,.nav-zcoin-image{width:30px!important;height:30px!important;max-width:30px!important;object-fit:contain!important}
.wishlist-glyph{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#7137ef;background:#f1ebff;font-size:21px}
.desktop-profile-toggle{display:grid!important;width:46px!important;min-width:46px!important;padding:11px!important}
.mobile-menu-toggle{display:none!important}
.desktop-profile-toggle svg,.mobile-menu-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8}

/* Homepage master reference. */
.hero-carousel{
  min-height:605px;
  margin-top:28px;
  overflow:hidden;
  border:1px solid var(--v23-border);
  border-radius:40px;
  background:
    radial-gradient(circle at 72% 29%,rgba(164,112,255,.20),transparent 27%),
    radial-gradient(circle at 94% 88%,rgba(255,211,166,.27),transparent 27%),
    linear-gradient(120deg,#fff 0%,#f7f1ff 61%,#fff8ef 100%);
  box-shadow:17px 24px 52px rgba(58,37,111,.12),-10px -10px 25px #fff;
}
.hero-carousel::before,.hero-carousel::after{content:"";position:absolute;z-index:0;border-radius:50%;pointer-events:none}
.hero-carousel::before{width:138px;height:138px;right:18%;top:-51px;background:rgba(212,190,255,.25);box-shadow:0 0 55px rgba(131,80,244,.12)}
.hero-carousel::after{width:64px;height:64px;left:47%;bottom:110px;background:rgba(255,223,190,.25)}
.hero-stage{min-height:480px}
.hero-slide{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center}
.hero-slide-copy{position:relative;z-index:2;padding:46px 52px 34px 74px}
.hero-slide-copy h1,.hero-slide-copy h2{max-width:660px;margin-top:0;font-size:clamp(42px,4.6vw,69px);line-height:1.02;letter-spacing:-2.8px}
.hero-slide-copy p{max-width:610px;margin-top:20px;font-size:16px;line-height:1.65}
.hero-slide-copy .purple-button{min-height:52px;padding-inline:26px;border-radius:14px;box-shadow:0 12px 23px rgba(107,45,230,.23)}
.hero-feature-art,.hero-market-original-art{
  position:relative;
  z-index:2;
  width:calc(100% - 72px);
  height:350px;
  margin:30px 48px 30px 22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.8);
  border-radius:31px;
  background:radial-gradient(circle at 50% 45%,rgba(166,115,255,.24),transparent 43%),rgba(255,255,255,.35);
  box-shadow:inset 0 0 38px rgba(255,255,255,.85),0 18px 35px rgba(78,46,149,.10);
}
.hero-market-original-art>img{width:100%;height:100%;object-fit:contain!important;transform:scale(.92)}
.hero-service-line{
  position:relative;
  z-index:3;
  min-height:73px;
  margin:0 48px 38px;
  padding:0 28px;
  border-radius:24px;
  background:rgba(255,255,255,.82);
  box-shadow:0 12px 29px rgba(57,37,107,.09),inset 0 0 0 1px rgba(99,69,166,.08);
}
.hero-service-line .clay-trust-icon{width:43px;height:43px;flex-basis:43px}
.hero-service-line b{font-size:11px}
.hero-arrow{box-shadow:0 9px 24px rgba(66,39,133,.15)}
.hero-dots{bottom:12px}

.home-marketplace-panel{
  position:relative;
  overflow:hidden;
  padding:25px 24px 0;
  border-radius:var(--v23-radius);
  background:
    radial-gradient(circle at 92% 20%,rgba(218,201,255,.20),transparent 20%),
    linear-gradient(145deg,#fff,#fbf9ff);
  box-shadow:var(--v23-shadow);
}
.home-marketplace-row{padding:0 0 22px}
.home-marketplace-row+.home-marketplace-row{padding-top:16px}
.home-marketplace-panel .section-title-row{margin-bottom:14px}
.home-marketplace-panel .section-title-row h2,.page-shell>.section>.section-title-row h2{font-size:20px}
.home-marketplace-panel .category-grid{gap:17px!important}
.home-marketplace-panel .category-card{
  min-height:100px;
  padding:15px 10px;
  border-radius:22px;
  box-shadow:var(--v23-card-shadow);
}
.home-marketplace-panel .category-card .clay-category-icon{width:56px!important;height:56px!important;flex-basis:56px!important}
.home-marketplace-panel .category-card strong{font-size:11px!important}
.category-card:hover,.product-card:hover{transform:translateY(-7px) scale(1.015)!important;box-shadow:15px 20px 34px rgba(61,39,117,.15),-7px -7px 17px #fff!important}
.home-marketplace-panel .product-grid,#popular .product-grid{gap:17px!important}
.product-card{
  min-height:232px!important;
  padding:13px 13px 15px!important;
  border-radius:26px!important;
  box-shadow:var(--v23-card-shadow)!important;
}
.home-marketplace-panel .product-card{border-radius:26px!important}
.product-card .product-logo{
  min-height:112px!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,#fff,#f7f3ff)!important;
  box-shadow:inset 2px 2px 7px rgba(61,39,116,.04),7px 10px 19px rgba(55,34,108,.09)!important;
}
.product-card .card-brand-image{width:102px!important;height:88px!important;object-fit:contain!important}
.product-card h3{margin-top:11px!important;font-size:14px!important}
.product-card .product-off{font-size:11px!important}
.product-card .delivery{
  min-height:31px!important;
  margin-top:9px!important;
  padding:4px 10px!important;
  border:1px solid rgba(96,64,169,.09);
  border-radius:13px;
  background:#fff;
  box-shadow:4px 6px 12px rgba(57,35,111,.09);
}
.product-card .delivery span{font-size:10px!important}
.home-marketplace-trust{min-height:88px;margin:0 -24px;padding:0 26px;background:rgba(255,255,255,.8)}
.home-marketplace-trust article{padding:15px 17px}
.home-marketplace-trust .clay-trust-icon,.home-marketplace-trust .clay-category-icon{width:46px!important;height:46px!important;flex-basis:46px!important}
.home-marketplace-trust b{font-size:11px}.home-marketplace-trust small{font-size:8px}

.feature-row{border-radius:var(--v23-radius)!important;box-shadow:var(--v23-shadow)!important}
.home-zcoin-banner-v6{
  min-height:174px;
  grid-template-columns:220px minmax(0,1fr) auto;
  gap:30px;
  padding:22px 42px 22px 18px;
  overflow:hidden;
  border-radius:var(--v23-radius)!important;
  background:radial-gradient(circle at 76% 24%,rgba(207,182,255,.23),transparent 18%),linear-gradient(105deg,#f3ebff,#fff9ef)!important;
  box-shadow:var(--v23-shadow)!important;
}
.home-zcoin-banner-v6>img{width:215px;height:145px;object-fit:contain!important;border-radius:24px}
.home-zcoin-banner-v6 h2{margin-top:0;font-size:26px}
.home-zcoin-banner-v6 .outline-button{min-height:50px;border-radius:14px}

.home-how-works{padding:30px 24px 34px!important;border-radius:var(--v23-radius)!important;box-shadow:var(--v23-shadow)!important}
.home-how-works>header h2{font-size:27px!important}
.home-how-works>header p{margin:7px 0 24px!important;font-size:12px!important}
.home-how-works .works-v6-steps{gap:26px}
.home-how-works .works-v6-card{
  min-height:270px!important;
  padding:18px 14px 20px!important;
  border-radius:25px!important;
  box-shadow:var(--v23-card-shadow)!important;
}
.home-how-works .works-v6-visual{
  height:174px!important;
  border-radius:20px;
  background-size:600% auto!important;
  background-repeat:no-repeat;
}
.home-how-works .works-v6-card h3{margin:11px 0 4px!important;font-size:15px!important}
.home-how-works .works-v6-card p{font-size:10px!important}
.home-how-works .works-v6-number{top:-10px!important;width:30px!important;height:30px!important;font-size:11px!important;box-shadow:0 7px 15px rgba(6,158,90,.22)}

.newsletter{gap:25px!important}
.newsletter-card{min-height:170px!important;padding:27px 30px!important;border-radius:var(--v23-radius)!important;box-shadow:var(--v23-shadow)!important}
.coming-soon-lock{width:88px!important;height:88px!important;font-size:34px!important}
.newsletter-card h3{font-size:20px}.newsletter-card p{font-size:12px}
.newsletter-form input,.newsletter-form button{min-height:54px!important}
.newsletter-form input{border-radius:15px 0 0 15px!important}.newsletter-form button{border-radius:0 15px 15px 0!important}

/* Listing, product, checkout and account surfaces follow the same system. */
.content-layout>aside,.content-layout>section,.detail-media,.detail-summary,.new-purchase-card,.gift-attribute-grid,.detail-accordions details,.checkout-security,.checkout-summary,.checkout-trust,.dashboard-sidebar,.dashboard-topbar,.dashboard-card,.gift-card-list{
  border-radius:var(--v23-card-radius)!important;
  box-shadow:var(--v23-card-shadow)!important;
}
.content-layout [data-product-grid]{gap:20px!important}
.detail-media{background:linear-gradient(145deg,#fff,#faf8ff)!important}
.detail-media .detail-logo,.detail-media .brand-image{max-width:64%!important;max-height:64%!important;object-fit:contain!important}
.detail-card-logo{display:grid!important;place-items:center!important}
.detail-card-logo>.brand-image,.detail-card-logo>.brand-mark{width:min(210px,58%)!important;height:min(190px,58%)!important;max-width:210px!important;max-height:190px!important;object-fit:contain!important}
.detail-card-logo .mark-amazon-pay-card b{font-size:150px!important}
.gift-attribute-grid article{min-height:104px!important;display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;align-items:center!important;gap:13px!important;padding:15px!important}
.gift-attribute-icon{align-self:center!important;margin:0!important;transform:none!important}
.gift-attribute-grid b{font-size:14px!important}.gift-attribute-grid small{font-size:10px!important;line-height:1.45}
.detail-accordions details{border-radius:22px!important}
.denomination-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.custom-amount-field[hidden]{display:none!important}

.checkout-page{padding-top:24px}
.checkout-layout{gap:24px!important}
.checkout-security{border-radius:24px!important}
.checkout-section{padding:18px 20px!important}
.delivery-choice,.payment-options label{border-radius:18px!important}
.checkout-reference-icon{
  width:66px!important;
  height:60px!important;
  border-radius:15px!important;
  background-size:520px 340px!important;
}
.checkout-ref-delivery{background-position:-41px -97px!important}
.checkout-ref-upi{background-position:-44px -219px!important}
.checkout-ref-card{background-position:-170px -219px!important}
.checkout-ref-wallet{background-position:-296px -219px!important}
.checkout-ref-zcoin{background-position:-422px -219px!important}
.pay-secure{display:grid!important;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}
.pay-secure .pay-lock-icon{position:relative;width:29px;height:29px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.18)}
.pay-secure .pay-lock-icon::before{content:"";position:absolute;left:9px;top:6px;width:9px;height:9px;border:2px solid #fff;border-bottom:0;border-radius:7px 7px 0 0}
.pay-secure .pay-lock-icon::after{content:"";position:absolute;left:7px;top:13px;width:15px;height:11px;border-radius:3px;background:#fff;box-shadow:inset 0 -2px 0 rgba(78,37,175,.18)}
.pay-secure>span:nth-child(2){justify-self:center}.pay-secure strong{font-size:inherit}
.checkout-trust .clay-trust-icon,.checkout-trust .clay-category-icon{width:52px!important;height:52px!important;flex-basis:52px!important}

.mobile-account-drawer{background:linear-gradient(160deg,#fff 0%,#fbf8ff 100%)!important}
.mobile-account-grid a{border-radius:20px!important;background:linear-gradient(145deg,#fff,#f8f4ff)!important;box-shadow:8px 11px 23px rgba(50,31,101,.09)!important}
.mobile-account-grid img.mobile-menu-icon{
  display:block!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  object-fit:contain!important;
  border-radius:13px!important;
  background:#fff;
  box-shadow:3px 5px 11px rgba(57,35,111,.09)!important;
}
.mobile-account-guest-card>img.mobile-menu-icon{width:70px!important;height:70px!important;object-fit:contain}

.support-public-page{padding-top:42px;padding-bottom:55px}
.support-public-heading{max-width:780px;margin:0 auto 28px;text-align:center}
.support-kicker{display:inline-flex;min-height:34px;align-items:center;padding:0 15px;border-radius:17px;color:#6b31e4;background:#eee8ff;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.support-public-heading h1{margin:14px 0 8px;font-size:clamp(38px,5vw,62px);letter-spacing:-.055em}
.support-public-heading p{margin:0;color:#68718d;font-size:14px}
.support-public-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.support-public-card{display:grid;justify-items:start;align-content:start;padding:27px!important}
.support-public-card .topic-icon{width:64px!important;height:64px!important}
.support-public-card h2{margin:17px 0 7px;font-size:20px}.support-public-card p{min-height:62px;margin:0 0 18px;color:#6d7590;font-size:12px;line-height:1.65}
.support-contact-card{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:28px 32px!important}.support-contact-card h2{margin:0 0 5px}.support-contact-card p{max-width:760px;margin:0;color:#69728d;line-height:1.6}.support-contact-card .purple-button{flex:0 0 auto}
.support-faqs{grid-template-columns:1fr 1fr!important}
.support-faqs p{margin:0 0 18px;color:#656f8d;font-size:12px;line-height:1.65}

/* Functional wallet. */
.wallet-v23{display:grid;gap:24px}
.wallet-v23-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:24px}
.wallet-balance-panel,.wallet-add-panel,.wallet-activity-panel{padding:28px!important;border-radius:var(--v23-radius)!important;box-shadow:var(--v23-shadow)!important}
.wallet-balance-panel{position:relative;overflow:hidden;background:radial-gradient(circle at 95% 10%,rgba(255,222,175,.32),transparent 28%),linear-gradient(145deg,#fff,#f3edff)!important}
.wallet-balance-panel::after{content:"";position:absolute;right:-34px;bottom:-34px;width:150px;height:150px;border-radius:50%;background:rgba(180,142,255,.13)}
.wallet-balance-heading{display:flex;align-items:center;gap:13px}
.wallet-balance-heading img{width:64px;height:64px;object-fit:contain}
.wallet-balance-heading span,.wallet-balance-heading small{display:block}.wallet-balance-heading span{color:#17234c;font-size:19px;font-weight:900}.wallet-balance-heading small{margin-top:3px;color:#737b96}
.wallet-balance-panel>strong{display:block;margin:25px 0 8px;color:#17234c;font-size:44px;letter-spacing:-1.5px}
.wallet-balance-panel>p{max-width:420px;color:#69728f;line-height:1.65}.wallet-balance-panel>.outline-button{position:relative;z-index:1;margin-top:15px}
.wallet-secure-pill,.wallet-live-badge{display:inline-flex;min-height:30px;align-items:center;padding:0 12px;border-radius:15px;color:#087b48;background:#e7f9ef;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.wallet-add-panel h2{margin:14px 0 5px;font-size:25px}.wallet-add-panel>p{color:#6c7491}
.wallet-amounts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:20px 0 16px}
.wallet-amounts button{min-height:48px;border:1px solid #ddd2f3;border-radius:14px;color:#5423c7;background:#fff;font-weight:900;cursor:pointer}
.wallet-amounts button.active{border-color:#7137ef;color:#fff;background:linear-gradient(135deg,#814bf5,#6128df);box-shadow:0 9px 18px rgba(96,39,220,.2)}
.wallet-custom-amount{display:grid;gap:7px;color:#17234c;font-size:12px;font-weight:900}
.wallet-custom-amount>span{height:52px;display:grid;grid-template-columns:38px 1fr;align-items:center;border:1px solid #e1d7f3;border-radius:15px;background:#fff;overflow:hidden}
.wallet-custom-amount b{display:grid;place-items:center;height:100%;border-right:1px solid #eee8f8;color:#7137ef;font-size:17px}
.wallet-custom-amount input{width:100%;height:100%;padding:0 13px;border:0;outline:0;font:inherit}
.wallet-add-button{width:100%;min-height:54px;display:flex!important;align-items:center;justify-content:center;gap:11px;margin-top:16px}
.wallet-add-button .checkout-reference-icon{width:42px!important;height:38px!important;background-size:330px 216px!important;background-position:-28px -139px!important}
.wallet-status{min-height:20px;margin:9px 0 0;color:#ae2e45;font-size:11px}
.wallet-activity-panel .section-title-row{align-items:center}.wallet-activity-panel .section-title-row h2{margin:0}.wallet-activity-panel .section-title-row p{margin:5px 0 0;color:#727a94;font-size:11px}
.wallet-activity-list{display:grid;margin-top:12px}
.wallet-activity-list article{min-height:69px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:10px 3px;border-bottom:1px solid #eee9f6}
.wallet-activity-list article:last-child{border-bottom:0}.wallet-activity-list article div{display:grid;gap:3px}.wallet-activity-list article small{color:#7b8198;font-size:10px}
.wallet-activity-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:14px;font-size:20px;font-weight:900}.wallet-activity-icon.credit{color:#07864c;background:#e6f9ef}.wallet-activity-icon.debit{color:#b52d4c;background:#fff0f4}
.wallet-activity-list b.credit{color:#07864c}.wallet-activity-list b.debit{color:#b52d4c}
.wallet-empty{display:grid;justify-items:center;gap:7px;padding:26px;color:#717890;text-align:center}.wallet-empty img{width:62px;height:62px;object-fit:contain}.wallet-empty strong{color:#17234c}.wallet-error{color:#ad2948}

@media(max-width:1100px){
  .header-inner{grid-template-columns:180px minmax(220px,1fr) auto;gap:13px}
  .site-header .brand img,.glassy-brand img{width:166px}
  .header-nav{gap:5px}.header-nav .nav-link{padding-inline:9px}.header-nav .nav-link span:last-child{font-size:11px}
  .hero-slide-copy{padding-left:50px}.hero-slide{grid-template-columns:1fr 44%}
  .home-marketplace-panel .category-grid{gap:10px!important}
  .wallet-v23-grid{grid-template-columns:1fr}
}

@media(max-width:900px){
  .header-inner{min-height:72px;grid-template-columns:minmax(0,1fr) auto!important;gap:6px 8px!important;padding:4px 10px 9px!important}
  .site-header .brand img,.glassy-brand img{width:160px;height:56px}
  .header-search{display:none!important}
  .header-nav .desktop-profile-toggle,.header-nav .desktop-nav-item{display:none!important}
  .mobile-menu-toggle{display:grid!important}
  .header-nav{align-items:center;gap:5px}
  .header-nav .mobile-hide-nav{display:none!important}
  body[data-authenticated="true"] .header-nav .zcoin-nav,
  body[data-authenticated="true"] .header-nav .wishlist-nav{display:flex!important}
  .header-nav .zcoin-nav,.header-nav .wishlist-nav{width:38px!important;height:38px!important;min-width:38px!important;padding:4px!important;border-radius:50%!important}
  .header-nav .zcoin-nav span:last-child,.header-nav .wishlist-nav span:last-child{display:none!important}
  .header-nav .zcoin-nav img{width:29px!important;height:29px!important}
  .wishlist-glyph{width:28px;height:28px;font-size:20px}
  .mobile-header-search{display:block;grid-column:1/-1;grid-row:2;height:46px}
  .mobile-header-search input{height:46px}

  .hero-carousel{min-height:650px;margin-top:16px;border-radius:30px}
  .hero-stage{min-height:530px}
  .hero-slide{grid-template-columns:1fr;grid-template-rows:auto 300px;text-align:center}
  .hero-slide-copy{padding:34px 20px 14px}
  .hero-slide-copy h1,.hero-slide-copy h2{max-width:600px;margin-inline:auto;font-size:clamp(34px,8vw,48px);line-height:1.07;letter-spacing:-1.7px}
  .hero-slide-copy p{max-width:570px;margin-inline:auto;font-size:14px}
  .hero-actions{justify-content:center}
  .hero-feature-art,.hero-market-original-art{width:min(530px,89%);height:280px;margin:2px auto 15px}
  .hero-service-line{margin:0 15px 32px;padding:0 10px;overflow:auto}
  .hero-service-line>span{min-width:125px}.hero-service-line b{font-size:8px}
  .home-marketplace-panel{padding:20px 17px 0}
  .home-marketplace-trust{margin-inline:-17px;overflow:auto}.home-marketplace-trust article{min-width:190px}
  .home-how-works .works-v6-card{min-height:245px!important}
  .home-how-works .works-v6-visual{height:150px!important}
  .home-zcoin-banner-v6{grid-template-columns:170px 1fr;padding-right:20px}.home-zcoin-banner-v6>a{grid-column:1/-1;width:100%}
}

@media(max-width:650px){
  :root{--v23-radius:25px;--v23-card-radius:21px}
  .page-shell{width:min(100% - 18px,var(--max))!important}
  .page-shell>.section{margin-top:25px}
  .header-inner{padding-inline:8px!important}
  .site-header .brand img,.glassy-brand img{width:150px;height:53px}
  .header-nav{gap:3px}
  .header-nav .zcoin-nav,.header-nav .wishlist-nav,.header-nav .mobile-menu-toggle{width:36px!important;height:36px!important;min-width:36px!important}

  .hero-carousel{min-height:621px;border-radius:27px}
  .hero-stage{min-height:508px}
  .hero-slide{grid-template-rows:auto 270px}
  .hero-slide-copy{padding:29px 15px 10px}
  .hero-slide-copy h1,.hero-slide-copy h2{font-size:33px;letter-spacing:-1.4px}
  .hero-slide-copy p{margin-top:15px;font-size:13px;line-height:1.55}
  .hero-slide-copy .purple-button{min-height:48px}
  .hero-feature-art,.hero-market-original-art{height:258px;border-radius:23px}
  .hero-market-original-art>img{transform:scale(.97)}
  .hero-service-line{min-height:66px;margin-inline:10px}.hero-service-line .clay-trust-icon{width:35px;height:35px;flex-basis:35px}
  .hero-arrow{width:42px;height:42px}

  .home-marketplace-panel{padding:17px 12px 0}
  .home-marketplace-row{padding-bottom:18px}
  .home-marketplace-panel .category-grid{display:flex!important;overflow:auto;gap:10px!important;padding:4px 3px 12px}
  .home-marketplace-panel .category-card{flex:0 0 135px;min-height:91px}
  .home-marketplace-panel .category-card .clay-category-icon{width:50px!important;height:50px!important;flex-basis:50px!important}
  .home-marketplace-panel .product-grid,#popular .product-grid,section[aria-labelledby="recent-title"] .product-grid{display:flex!important;overflow:auto;gap:12px!important;padding:5px 4px 16px}
  #popular .product-card,section[aria-labelledby="recent-title"] .product-card{flex:0 0 calc((100% - 12px)/2)!important}
  .product-card{min-height:205px!important;padding:10px!important;border-radius:22px!important}
  .product-card .product-logo{min-height:94px!important}.product-card .card-brand-image{width:85px!important;height:72px!important}
  .product-card h3{font-size:13px!important}.product-card .delivery span{font-size:9px!important}
  .home-marketplace-trust{margin-inline:-12px}

  .home-zcoin-banner-v6{min-height:0;grid-template-columns:105px 1fr;gap:12px;padding:16px!important}
  .home-zcoin-banner-v6>img{width:105px;height:105px}.home-zcoin-banner-v6 h2{font-size:18px}
  .home-how-works{padding:22px 13px 25px!important}
  .home-how-works>header h2{font-size:23px!important}
  .home-how-works .works-v6-steps{display:flex;gap:14px;overflow:auto;scroll-snap-type:x mandatory}
  .home-how-works .works-v6-card{flex:0 0 78%;min-height:235px!important;scroll-snap-align:start}
  .home-how-works .works-v6-visual{height:142px!important}
  .newsletter{grid-template-columns:1fr!important}
  .newsletter-card{min-height:145px!important;padding:22px 18px!important}
  .coming-soon-lock{width:68px!important;height:68px!important}
  .newsletter-form{grid-template-columns:1fr!important;gap:9px}.newsletter-form input,.newsletter-form button{border-radius:14px!important}

  .gift-attribute-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .gift-attribute-grid article{min-height:96px!important;grid-template-columns:46px minmax(0,1fr)!important;gap:8px!important;padding:11px 9px!important}
  .gift-attribute-icon{width:46px!important;height:46px!important;min-width:46px!important}
  .gift-attribute-grid b{font-size:13px!important}.gift-attribute-grid small{font-size:10px!important}
  .detail-media .detail-logo,.detail-media .brand-image{max-width:54%!important;max-height:54%!important}
  .detail-card-logo>.brand-image,.detail-card-logo>.brand-mark{width:min(155px,50%)!important;height:min(145px,50%)!important}
  .detail-card-logo .mark-amazon-pay-card b{font-size:104px!important}
  .denomination-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
  .denomination-grid button{min-height:54px!important;font-size:10px!important}
  .denomination-grid button:nth-last-child(2):nth-child(odd){grid-column:auto!important}

  .checkout-page{width:min(100% - 12px,var(--max))!important;padding-top:10px}
  .checkout-layout{gap:15px!important}.checkout-section{padding:15px 12px!important}
  .checkout-reference-icon{width:50px!important;height:47px!important;background-size:408px 267px!important}
  .checkout-ref-delivery{background-position:-32px -76px!important}
  .checkout-ref-upi{background-position:-35px -172px!important}
  .checkout-ref-card{background-position:-134px -172px!important}
  .checkout-ref-wallet{background-position:-233px -172px!important}
  .checkout-ref-zcoin{background-position:-332px -172px!important}
  .payment-options label{grid-template-columns:18px 51px minmax(0,1fr) auto!important;gap:7px!important;padding:10px 8px!important}
  .payment-options strong{font-size:12px!important}.payment-options small{font-size:9px!important}
  .checkout-summary{padding:17px 13px!important}
  .checkout-trust .clay-trust-icon,.checkout-trust .clay-category-icon{width:43px!important;height:43px!important;flex-basis:43px!important}
  .checkout-trust b{font-size:10px!important}.checkout-trust small{font-size:8px!important}
  .pay-secure{min-height:56px!important;padding-inline:15px!important}.pay-secure .pay-lock-icon{width:26px;height:26px}

  .mobile-account-drawer:not([hidden]){padding:16px 14px 24px!important}
  .mobile-account-grid a{min-height:76px!important;grid-template-columns:36px minmax(0,1fr) auto!important;padding:8px!important}
  .mobile-account-grid img.mobile-menu-icon{width:35px!important;height:35px!important;min-width:35px!important}
  .mobile-account-grid strong{font-size:12px!important}

  .wallet-balance-panel,.wallet-add-panel,.wallet-activity-panel{padding:20px 15px!important}
  .wallet-balance-heading img{width:54px;height:54px}.wallet-balance-panel>strong{font-size:35px}
  .wallet-amounts{grid-template-columns:1fr 1fr}
  .wallet-add-button .checkout-reference-icon{width:38px!important;height:35px!important;background-size:300px 196px!important;background-position:-25px -126px!important}
  .wallet-activity-list article{grid-template-columns:40px minmax(0,1fr) auto}.wallet-activity-list article b{font-size:11px}
  .support-public-page{padding-top:26px}.support-public-grid{grid-template-columns:1fr}.support-public-card p{min-height:0}.support-contact-card{display:grid;padding:22px 18px!important}.support-contact-card .purple-button{width:100%;text-align:center}.support-faqs{grid-template-columns:1fr!important}
}

@media(max-width:375px){
  .site-header .brand img,.glassy-brand img{width:137px}
  .header-nav .zcoin-nav,.header-nav .wishlist-nav,.header-nav .mobile-menu-toggle{width:34px!important;height:34px!important;min-width:34px!important}
  .hero-slide-copy h1,.hero-slide-copy h2{font-size:30px}
  #popular .product-card,section[aria-labelledby="recent-title"] .product-card{flex-basis:calc((100% - 10px)/2)!important}
  .product-card{min-height:196px!important}.product-card .product-logo{min-height:88px!important}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
