
/* ZYNTO BAZAAR — ROSE GOLD STOREFRONT
   Independently implemented from the supplied rendered reference. */
:root{
  --zr-navy:#6f4939;
  --zr-ink:#4b3028;
  --zr-blue:#b07a61;
  --zr-blue2:#9b715b;
  --zr-white:#ffffff;
  --zr-soft:#f5f7fb;
  --zr-soft2:#f5e8e1;
  --zr-line:#dfc8bc;
  --zr-muted:#80695e;
  --zr-red:#e32402;
  --zr-radius:20px;
  --zr-card-radius:18px;
  --zr-pill:40px;
  --zr-page:1200px;
  --zr-shadow:0 10px 30px rgba(75,48,40,.08);
  --zr-body:Arial,Helvetica,sans-serif;
  --zr-heading:"Times New Roman",Times,serif;
}
html{scroll-behavior:smooth}
body.zynto-ui{
  margin:0!important;background:#fff!important;color:var(--zr-ink)!important;
  font-family:var(--zr-body)!important;font-weight:600!important;letter-spacing:.03em;
}
body.zr-lock{overflow:hidden}
body.zynto-ui a{color:inherit}
body.zynto-ui main{min-height:55vh;background:#fff}
body.zynto-ui h1,body.zynto-ui h2,body.zynto-ui .pagehead h1{
  font-family:var(--zr-heading)!important;font-weight:400!important;letter-spacing:0!important;color:var(--zr-ink)!important;
}
body.zynto-ui h3,body.zynto-ui h4{color:var(--zr-ink)}
body.zynto-ui .wrap,body.zynto-ui .container{max-width:var(--zr-page)}
.zr-page{max-width:var(--zr-page);margin:auto;padding:0 24px}

/* Announcement */
.zr-announcement{height:31px;background:var(--zr-navy);color:#fff;overflow:hidden;white-space:nowrap;display:flex;align-items:center}
.zr-announcement-track{display:flex;width:max-content;align-items:center;animation:zr-marquee 25s linear infinite}
.zr-announcement:hover .zr-announcement-track{animation-play-state:paused}
.zr-announcement-item{display:flex;align-items:center;gap:7px;padding:0 28px;font-size:12px;line-height:1;font-weight:700;letter-spacing:.02em}
.zr-announcement-item svg{width:15px;height:15px;fill:currentColor;flex:none}
@keyframes zr-marquee{to{transform:translateX(-50%)}}

/* Header */
.zr-header{position:sticky;top:0;z-index:150;background:#fff;border-bottom:1px solid var(--zr-line);transition:transform .28s ease,box-shadow .28s ease}
.zr-header.scrolled{box-shadow:0 8px 24px rgba(111,73,57,.06)}
.zr-header.hide{transform:translateY(-100%)}
.zr-header-inner{max-width:var(--zr-page);margin:auto;min-height:78px;padding:8px 24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.zr-brand{text-decoration:none;display:inline-flex;align-items:center;min-width:140px}
.zr-brand strong{display:block;font:700 28px/1 var(--zr-body);letter-spacing:-1.5px;color:var(--zr-ink)}
.zr-brand small{display:block;margin-left:5px;font-size:10px;letter-spacing:2.2px;color:var(--zr-blue)}
.zr-nav{display:flex;align-items:center;justify-content:flex-start;gap:26px}
.zr-nav a{text-decoration:none;font-size:13px;font-weight:700;color:var(--zr-ink);position:relative;white-space:nowrap}
.zr-nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--zr-blue);transition:.22s ease}
.zr-nav a:hover:after{width:100%}
.zr-actions{display:flex;align-items:center;gap:3px}
.zr-icon{width:42px;height:42px;border:0;background:transparent;display:grid;place-items:center;border-radius:50%;cursor:pointer;color:var(--zr-ink);position:relative}
.zr-icon:hover{background:var(--zr-soft2)}
.zr-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}
.zr-icon .zr-count{position:absolute;right:1px;top:0;min-width:18px;height:18px;padding:0 4px;border-radius:20px;background:var(--zr-blue);color:#fff;font-size:10px;display:grid;place-items:center}
.zr-menu-btn{display:none}

/* Search & mobile drawer */
.zr-search{position:fixed;inset:0;z-index:300;background:rgba(111,73,57,.35);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:.25s}
.zr-search.open{opacity:1;pointer-events:auto}
.zr-search-panel{background:#fff;padding:32px 24px 42px;transform:translateY(-20px);transition:.28s ease;box-shadow:0 30px 80px rgba(111,73,57,.16)}
.zr-search.open .zr-search-panel{transform:translateY(0)}
.zr-search-inner{max-width:880px;margin:auto}
.zr-search-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.zr-search-head h2{margin:0;font-size:42px}
.zr-search-form{display:flex;border:1px solid var(--zr-line);border-radius:26px;overflow:hidden;background:#fff}
.zr-search-form input{flex:1;border:0;outline:0;padding:16px 20px;font:600 15px var(--zr-body);color:var(--zr-ink)}
.zr-search-form button{width:58px;border:0;background:var(--zr-blue);color:#fff;cursor:pointer}
.zr-search-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.zr-search-links a{padding:9px 15px;border:1px solid var(--zr-line);border-radius:30px;text-decoration:none;font-size:12px}
.zr-drawer{position:fixed;inset:0;z-index:310;pointer-events:none}
.zr-drawer.open{pointer-events:auto}
.zr-drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(111,73,57,.45);opacity:0;transition:.25s;width:100%}
.zr-drawer.open .zr-drawer-backdrop{opacity:1}
.zr-drawer aside{position:absolute;left:0;top:0;bottom:0;width:min(88vw,380px);background:#fff;transform:translateX(-100%);transition:.3s ease;padding:20px;overflow:auto}
.zr-drawer.open aside{transform:translateX(0)}
.zr-drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--zr-line);padding-bottom:16px}
.zr-drawer nav{display:flex;flex-direction:column;padding:18px 0}
.zr-drawer nav a{padding:16px 4px;border-bottom:1px solid var(--zr-line);text-decoration:none;font-size:17px}
.zr-drawer-foot{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.zr-drawer-foot a{text-decoration:none;color:var(--zr-muted);font-size:12px;padding:10px 0}

/* Hero / same ad behavior */
.zr-hero{position:relative;background:#fff;overflow:hidden}
.zr-slideshow{position:relative;overflow:hidden;min-height:420px;aspect-ratio:2.5/1;background:var(--zr-soft)}
.zr-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease}
.zr-slide.active{opacity:1;visibility:visible}
.zr-slide-media{position:absolute;inset:0;overflow:hidden}
.zr-slide-media img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.035);transition:transform 6s ease}
.zr-slide.active .zr-slide-media img{transform:scale(1)}
.zr-slide-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(111,73,57,.42),rgba(111,73,57,.06) 55%,transparent)}
.zr-slide-fallback{height:100%;display:grid;grid-template-columns:1fr .9fr;align-items:center;background:linear-gradient(135deg,#f1ded5 0%,#fff 52%,#f5e8e1 100%)}
.zr-slide-copy{position:absolute;left:max(24px,calc((100vw - var(--zr-page))/2 + 24px));top:50%;transform:translateY(-44%);max-width:490px;color:#fff;z-index:3;opacity:0}
.zr-slide.no-photo .zr-slide-copy{color:var(--zr-ink)}
.zr-slide.active .zr-slide-copy{animation:zr-slide-in .72s .08s both}
.zr-slide-kicker{font-size:12px;letter-spacing:.16em;font-weight:800;color:#efd5c8}
.zr-slide.no-photo .zr-slide-kicker{color:var(--zr-blue)}
.zr-slide h1{font-size:clamp(40px,5.2vw,76px)!important;line-height:.95;margin:12px 0 18px;color:inherit!important}
.zr-slide p{font-size:15px;line-height:1.65;margin:0 0 24px;max-width:430px;font-weight:600}
.zr-slide-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 24px;background:var(--zr-blue);color:#fff!important;text-decoration:none;border-radius:var(--zr-pill);font-size:13px;font-weight:800;border:1px solid var(--zr-blue)}
.zr-slide-art{position:absolute;right:4%;top:8%;bottom:8%;width:47%;display:grid;place-items:center}
.zr-slide-art img{max-width:85%;max-height:95%;filter:drop-shadow(0 30px 35px rgba(75,48,40,.18))}
@keyframes zr-slide-in{from{opacity:0;transform:translateY(-36%)}to{opacity:1;transform:translateY(-50%)}}
.zr-slide-controls{position:absolute;right:24px;bottom:20px;z-index:8;display:flex;align-items:center;gap:8px}
.zr-slide-controls button{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:rgba(111,73,57,.55);color:#fff;display:grid;place-items:center;cursor:pointer}
.zr-dots{display:flex;gap:7px}
.zr-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.5)}
.zr-dots button.active{background:#fff;transform:scale(1.25)}

/* Categories auto-scroll */
.zr-category-section{padding:28px 0 18px;overflow:hidden;background:#fff}
.zr-category-track{display:flex;gap:30px;width:max-content;align-items:flex-start;animation:zr-cat-scroll var(--zr-category-speed,70s) linear infinite}
.zr-category-section:hover .zr-category-track{animation-play-state:paused}
.zr-category-item{width:150px;flex:none;text-align:center;text-decoration:none;color:var(--zr-ink)}
.zr-category-circle{width:150px;height:150px;border-radius:50%;border:3px solid var(--zr-blue2);overflow:hidden;background:var(--zr-soft2);display:grid;place-items:center;transition:.25s ease}
.zr-category-circle img{width:100%;height:100%;object-fit:cover}
.zr-category-item:hover .zr-category-circle{transform:translateY(-5px);box-shadow:0 14px 30px rgba(155,113,91,.18)}
.zr-category-name{display:block;margin-top:10px;font-size:14px;font-weight:800}
@keyframes zr-cat-scroll{to{transform:translateX(-50%)}}

/* Sections */
.zr-section{max-width:var(--zr-page);margin:auto;padding:54px 24px}
.zr-section-title{text-align:center;margin:0 0 30px;font-size:42px}
.zr-section-sub{text-align:center;color:var(--zr-muted);margin:-18px auto 30px;max-width:640px;font-size:14px;font-weight:600}
.zr-hot .product-grid,.zr-hot #hotGrid,.zr-featured .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px!important}
body.zynto-ui .product{
  border:1px solid var(--zr-line)!important;border-radius:var(--zr-card-radius)!important;background:#fff!important;
  box-shadow:none!important;overflow:hidden!important;transition:transform .25s ease,box-shadow .25s ease!important;
}
body.zynto-ui .product:hover{transform:translateY(-5px);box-shadow:var(--zr-shadow)!important}
body.zynto-ui .product-media{background:var(--zr-soft)!important;aspect-ratio:1/1!important;padding:16px!important}
body.zynto-ui .product-media img{width:100%;height:100%;object-fit:contain!important;transition:transform .35s ease}
body.zynto-ui .product:hover .product-media img{transform:scale(1.035)}
body.zynto-ui .pbody{padding:14px 16px 16px!important}
body.zynto-ui .pbody h3{font:700 15px/1.35 var(--zr-body)!important;margin:4px 0 8px!important;min-height:40px}
body.zynto-ui .product-brand{color:var(--zr-muted)!important;font-size:11px!important}
body.zynto-ui .price strong{color:var(--zr-ink)!important}
body.zynto-ui .price .old{color:#8b94a7!important}
body.zynto-ui .product-badge{border-radius:0!important;background:var(--zr-red)!important;color:#fff!important;font-size:10px!important}
body.zynto-ui .heart{background:#fff!important;color:var(--zr-ink)!important;border:1px solid var(--zr-line)!important;border-radius:50%!important}
body.zynto-ui .btn,body.zynto-ui button.btn,body.zynto-ui .btn-primary{
  border-radius:var(--zr-pill)!important;background:var(--zr-blue)!important;border-color:var(--zr-blue)!important;color:#fff!important;
  font-family:var(--zr-body)!important;font-weight:800!important;
}
body.zynto-ui .btn-card-cart{background:#fff!important;color:var(--zr-ink)!important;border:1px solid var(--zr-ink)!important}
body.zynto-ui .product-quick-view{border-radius:30px!important;background:rgba(255,255,255,.94)!important;color:var(--zr-ink)!important}
body.zynto-ui .stock{font-size:10px!important}

/* Campaign ads */
body.zynto-ui .promo-slot{max-width:var(--zr-page);margin:0 auto;padding:0 24px}
body.zynto-ui .promo-ad{border-radius:var(--zr-radius)!important;border:0!important;overflow:hidden!important;background:var(--zr-navy)!important;color:#fff!important;box-shadow:none!important;min-height:260px}
body.zynto-ui .promo-ad-copy{padding:34px!important}
body.zynto-ui .promo-ad-copy h2{font-size:38px!important;color:#fff!important}
body.zynto-ui .promo-kicker{color:#bcd0ff!important}
body.zynto-ui .promo-ad p{color:#efd5c8!important}
body.zynto-ui .campaign-countdown b{background:#fff!important;color:var(--zr-ink)!important}

/* Featured spotlight */
.zr-spotlight{max-width:var(--zr-page);margin:10px auto 0;padding:0 24px 50px}
.zr-spotlight-card{display:grid;grid-template-columns:1fr 1fr;min-height:390px;border-radius:var(--zr-radius);overflow:hidden;background:var(--zr-navy);color:#fff}
.zr-spotlight-media{background:#fff;display:grid;place-items:center;padding:34px}
.zr-spotlight-media img{width:80%;height:310px;object-fit:contain}
.zr-spotlight-copy{padding:50px;display:flex;flex-direction:column;justify-content:center}
.zr-spotlight-copy span{font-size:12px;letter-spacing:.15em;color:#d6ad99}
.zr-spotlight-copy h2{font-size:48px!important;color:#fff!important;margin:14px 0}
.zr-spotlight-copy p{color:#edd6cb;line-height:1.65;font-size:14px}
.zr-spotlight-price{font-size:24px;margin:10px 0 20px}

/* Reviews */
.zr-reviews{background:var(--zr-soft);padding:54px 0;overflow:hidden}
.zr-reviews-head{text-align:center;margin-bottom:24px}
.zr-reviews-head h2{font-size:38px;margin:0 0 8px}
.zr-reviews-head p{color:var(--zr-muted);margin:0;font-size:13px}
.zr-reviews-wrapper{overflow:hidden}
.zr-reviews-track{display:flex;gap:16px;width:max-content;animation:zr-reviews 35s linear infinite}
.zr-reviews-wrapper:hover .zr-reviews-track{animation-play-state:paused}
.zr-review-card{width:280px;flex:none;background:#fff;border:1px solid #000;border-radius:12px;padding:18px;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.zr-review-top{display:flex;align-items:center;gap:10px}
.zr-review-avatar{width:38px;height:38px;border-radius:50%;background:var(--zr-navy);color:#fff;display:grid;place-items:center;font-weight:800}
.zr-review-name{font-weight:800;font-size:13px}.zr-stars{color:#ff9a00;letter-spacing:1px;font-size:13px}
.zr-review-card p{font-size:13px;line-height:1.55;color:#334155;font-weight:600}
.zr-review-date{font-size:11px;color:#94a3b8}
@keyframes zr-reviews{to{transform:translateX(-50%)}}

/* Waves */
.zr-wave{height:110px;position:relative;overflow:hidden;background:var(--zr-soft)}
.zr-wave-layer{position:absolute;left:0;bottom:-2px;width:200%;height:100%}
.zr-wave-layer svg{width:100%;height:100%;display:block}
.zr-wave-layer:nth-child(1){opacity:1}.zr-wave-layer:nth-child(1) svg{animation:zr-wave-1 15s linear infinite}
.zr-wave-layer:nth-child(2){opacity:.8}.zr-wave-layer:nth-child(2) svg{animation:zr-wave-2 20s linear infinite}
.zr-wave-layer:nth-child(3){opacity:.6}.zr-wave-layer:nth-child(3) svg{animation:zr-wave-3 25s linear infinite}
@keyframes zr-wave-1{to{transform:translateX(-50%)}}@keyframes zr-wave-2{to{transform:translateX(-50%)}}@keyframes zr-wave-3{to{transform:translateX(-50%)}}

/* Features scrolling */
.zr-features{background:#fff;padding:42px 0 46px;overflow:hidden}
.zr-features h2{text-align:center;font:400 34px var(--zr-heading);margin:0 0 26px;color:var(--zr-ink)}
.zr-features-track{display:flex;width:max-content;animation:zr-features-scroll 34s linear infinite}
.zr-features:hover .zr-features-track{animation-play-state:paused}
.zr-feature{display:flex;align-items:center;gap:16px;padding:0 34px;min-width:290px}
.zr-feature-icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--zr-soft2);color:var(--zr-blue)}
.zr-feature-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7}
.zr-feature h3{font-size:16px;margin:0 0 4px}.zr-feature p{font-size:12px;color:var(--zr-muted);margin:0;font-weight:600}
@keyframes zr-features-scroll{to{transform:translateX(-50%)}}

/* Inner pages */
body.zynto-ui .pagehead,body.zynto-ui .page-hero{background:linear-gradient(135deg,var(--zr-soft2),#fff)!important;border-bottom:1px solid var(--zr-line)!important}
body.zynto-ui .pagehead h1{font-size:48px!important}
body.zynto-ui .card,body.zynto-ui .content-page,body.zynto-ui .panel,body.zynto-ui .order-card,body.zynto-ui .summary-card{
  border-radius:var(--zr-radius)!important;border:1px solid var(--zr-line)!important;background:#fff!important;box-shadow:none!important;
}
body.zynto-ui input,body.zynto-ui select,body.zynto-ui textarea{
  border-radius:26px!important;border:1px solid rgba(75,48,40,.35)!important;background:#fff!important;color:var(--zr-ink)!important;
}
body.zynto-ui table{border-radius:16px;overflow:hidden}

/* Footer */
.zr-footer{background:var(--zr-navy);color:#fff;padding:48px 0 20px}
.zr-footer-grid{max-width:var(--zr-page);margin:auto;padding:0 24px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}
.zr-footer h3{color:#fff;font:400 34px var(--zr-heading);margin:0 0 14px}
.zr-footer p{color:#ddc8bd;font-size:13px;line-height:1.7;max-width:340px}
.zr-footer-col b{display:block;margin-bottom:14px;font-size:12px;letter-spacing:.12em;color:#d6ad99}
.zr-footer-col a{display:block;color:#fff;text-decoration:none;font-size:13px;padding:6px 0}
.zr-footer-col a:hover{text-decoration:underline}
.zr-footer-bottom{max-width:var(--zr-page);margin:36px auto 0;padding:18px 24px 0;border-top:1px solid rgba(255,255,255,.16);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:11px;color:#d1b5a7}
.zr-backtop{position:fixed;right:18px;bottom:18px;width:46px;height:46px;border-radius:50%;border:0;background:var(--zr-blue);color:#fff;display:grid;place-items:center;z-index:100;opacity:0;pointer-events:none;transform:translateY(10px);transition:.25s;box-shadow:0 8px 24px rgba(176,122,97,.28)}
.zr-backtop.visible{opacity:1;pointer-events:auto;transform:translateY(0)}

/* scroll trigger */
.zr-reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease;transition-delay:var(--zr-delay,0ms)}
.zr-reveal.zr-in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* Responsive */
@media(max-width:1050px){
  .zr-nav{gap:16px}.zr-nav a{font-size:12px}.zr-header-inner{gap:18px}
  .zr-hot #hotGrid,.zr-hot .product-grid,.zr-featured .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:820px){
  .zr-announcement-track{animation-duration:18s}
  .zr-announcement-item{font-size:11px;padding:0 20px}
  .zr-header-inner{min-height:66px;grid-template-columns:auto 1fr auto;padding:6px 14px}
  .zr-menu-btn{display:grid}.zr-nav{display:none}.zr-brand{justify-self:center;min-width:0}.zr-brand strong{font-size:23px}.zr-brand small{display:none}
  .zr-actions .zr-account{display:none}
  .zr-slideshow{aspect-ratio:auto;min-height:490px}
  .zr-slide-fallback{grid-template-columns:1fr}
  .zr-slide-copy{left:24px;right:24px;top:auto;bottom:40px;transform:none;max-width:520px}
  .zr-slide.active .zr-slide-copy{animation:zr-slide-mobile .65s .08s both}
  @keyframes zr-slide-mobile{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
  .zr-slide h1{font-size:45px!important}.zr-slide-art{top:25px;right:7%;height:250px;width:55%}
  .zr-slide-media:after{background:linear-gradient(0deg,rgba(111,73,57,.6),rgba(111,73,57,0) 65%)}
  .zr-category-item,.zr-category-circle{width:120px}.zr-category-circle{height:120px}.zr-category-track{gap:20px}
  .zr-hot #hotGrid,.zr-hot .product-grid,.zr-featured .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .zr-section{padding:40px 14px}.zr-section-title{font-size:34px}
  .zr-spotlight{padding:0 14px 38px}.zr-spotlight-card{grid-template-columns:1fr}.zr-spotlight-copy{padding:30px}.zr-spotlight-copy h2{font-size:38px!important}
  .zr-footer-grid{grid-template-columns:1fr 1fr}.zr-footer-brand{grid-column:1/-1}
}
@media(max-width:520px){
  .zr-page{padding:0 14px}.zr-search-head h2{font-size:32px}
  .zr-actions{gap:0}.zr-icon{width:38px;height:38px}
  .zr-slide-controls{right:12px;bottom:12px}.zr-slide-controls>button{display:none}
  .zr-slide h1{font-size:40px!important}.zr-slide p{font-size:13px}
  .zr-category-section{padding-top:20px}
  .zr-review-card{width:260px}
  .zr-feature{min-width:265px;padding:0 25px}
  .zr-footer-grid{grid-template-columns:1fr}.zr-footer-brand{grid-column:auto}
  .zr-footer-bottom{flex-direction:column}
}

/* v2.1 — reference-accurate first fold */
.zr-announcement{height:28px!important}.zr-announcement-item{font-size:11px!important;padding:0 25px!important}
.zr-header-inner{min-height:62px!important;padding:6px 24px!important;grid-template-columns:160px 1fr auto!important;gap:26px!important}
.zr-brand{min-width:150px!important;display:block!important;line-height:1!important}.zr-brand-word{display:block;font:900 25px/1 Arial,Helvetica,sans-serif;letter-spacing:-1.5px;color:#4b3028}.zr-brand-word span{color:#b07a61}.zr-brand small{display:block!important;margin:3px 0 0 2px!important;font:800 6px/1 Arial,sans-serif!important;letter-spacing:1.25px!important;color:#48556e!important}
.zr-nav{justify-content:center!important;gap:25px!important}.zr-nav a{font-size:12px!important;letter-spacing:.035em!important}.zr-nav a:after{bottom:-12px!important;height:1px!important;background:#4b3028!important}.zr-icon{width:39px!important;height:39px!important}.zr-icon svg{width:20px!important;height:20px!important}
.zr-hero{border-bottom:0!important}.zr-slideshow{aspect-ratio:2.51/1!important;min-height:0!important;background:#f7ebe5!important}.zr-slide{transition:opacity .45s ease!important}.zr-slide-media:after{display:none!important}.zr-photo-slide .zr-slide-media img{object-fit:cover!important;transform:none!important}
.zr-ad-creative{position:absolute;inset:0;overflow:hidden;background:linear-gradient(115deg,#f8fbff 0%,#f5f9ff 48%,#f4e5dd 100%);display:grid;grid-template-columns:42% 58%;align-items:stretch}.zr-ad-creative:before{content:"";position:absolute;width:760px;height:760px;border-radius:50%;right:-55px;top:-255px;border:120px solid rgba(82,140,235,.12)}.zr-ad-creative:after{content:"";position:absolute;left:-120px;bottom:-140px;width:420px;height:200px;border:2px solid rgba(155,113,91,.12);border-radius:50%}
.zr-ad-copy{position:relative;z-index:3;padding:7.2% 0 5% max(5.2vw,calc((100vw - 1560px)/2 + 90px));display:flex;flex-direction:column;align-items:flex-start}.zr-ad-kicker{font-size:clamp(11px,1.25vw,21px);font-weight:900;color:#aa735b;line-height:1.35;max-width:300px}.zr-ad-copy>i{display:block;width:62px;height:4px;background:#aa735b;margin:18px 0 25px}.zr-ad-copy h1{font-family:Arial,Helvetica,sans-serif!important;font-weight:1000!important;font-size:clamp(36px,4.5vw,78px)!important;line-height:.96!important;margin:0!important;letter-spacing:-.045em!important;color:#071b43!important}.zr-ad-copy h1 span,.zr-ad-copy h1 strong{display:block}.zr-ad-copy h1 strong{color:#aa735b;font-weight:1000}.zr-ad-copy p{font-size:clamp(12px,1.18vw,19px);line-height:1.55;color:#626b78;max-width:520px;margin:24px 0 22px;font-weight:700}.zr-ad-chips{display:flex;gap:14px;flex-wrap:wrap;margin:0 0 26px}.zr-ad-chip{min-width:116px;height:66px;border:1px solid #e9d4c9;border-radius:12px;background:rgba(255,255,255,.72);display:flex;flex-direction:column;justify-content:center;padding:0 14px;color:#13224a;box-shadow:0 4px 12px rgba(75,48,40,.025)}.zr-ad-chip b{font-size:11px}.zr-ad-chip small{font-size:10px;color:#80695e;margin-top:4px}.zr-ad-button{display:inline-flex;align-items:center;gap:24px;padding:16px 28px;border-radius:6px;background:#aa735b;color:#fff!important;text-decoration:none;font-size:14px;font-weight:900;box-shadow:0 8px 22px rgba(18,101,232,.18)}.zr-ad-button b{font-size:26px;font-weight:400;line-height:.5}.zr-ad-button:hover{transform:translateY(-2px);background:#075ad8}
.zr-ad-art{position:relative;z-index:2;height:100%}.zr-ad-dots{position:absolute;left:13%;top:4%;width:200px;height:95px;background-image:radial-gradient(#3e85e8 3px,transparent 3px);background-size:30px 30px;opacity:.75}.zr-ad-orbit{position:absolute;right:7%;top:8%;width:68%;height:68%;border-radius:50%;background:rgba(96,153,237,.12)}.zr-ad-podium{position:absolute;left:5%;right:0;bottom:-12%;height:38%;border-radius:50% 50% 0 0/45% 45% 0 0;background:linear-gradient(180deg,#fff,#e7effb);box-shadow:0 -7px 24px rgba(80,120,180,.1)}.zr-product-cluster{position:absolute;inset:10% 2% 6% 2%}.zr-product-art{position:absolute;object-fit:contain;filter:drop-shadow(0 22px 18px rgba(20,40,80,.2));transition:transform 5s ease}.zr-slide.active .zr-product-art-1{animation:zr-product-float 5.2s ease-in-out infinite}.zr-slide.active .zr-product-art-2{animation:zr-product-float 6.1s .5s ease-in-out infinite}.zr-slide.active .zr-product-art-3{animation:zr-product-float 5.7s 1s ease-in-out infinite}@keyframes zr-product-float{50%{transform:translateY(-10px)}}
.zr-ad-watch .zr-product-art-1{width:42%;height:76%;left:17%;bottom:0;transform:rotate(-8deg)}.zr-ad-watch .zr-product-art-2{width:38%;height:68%;left:48%;bottom:2%;transform:rotate(8deg)}.zr-ad-bag .zr-product-art-1{width:52%;height:72%;left:9%;bottom:1%;transform:rotate(-4deg)}.zr-ad-bag .zr-product-art-2{width:47%;height:65%;left:47%;bottom:2%;transform:rotate(5deg)}.zr-ad-jewel .zr-product-art-1{width:46%;height:66%;left:9%;bottom:5%}.zr-ad-jewel .zr-product-art-2{width:34%;height:48%;left:50%;bottom:9%}.zr-ad-jewel .zr-product-art-3{width:25%;height:33%;right:1%;bottom:23%}
.zr-discount{position:absolute;right:5.5%;top:8%;z-index:6;width:150px;height:150px;border:5px solid #aa735b;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(160deg,#0964e7,#0e51c7);color:#fff;box-shadow:0 0 0 10px rgba(18,101,232,.1),0 14px 30px rgba(12,79,180,.2)}.zr-discount:before,.zr-discount:after{content:"";position:absolute;width:10px;height:10px;background:#aa735b;border-radius:50%}.zr-discount:before{left:-25px;top:20px}.zr-discount:after{right:-25px;bottom:24px}.zr-discount small{font-size:14px;font-weight:900}.zr-discount strong{font:1000 42px/1 Arial,sans-serif}.zr-discount b{font-size:18px}.zr-art-brand{position:absolute;right:7%;bottom:17%;font-size:11px;font-weight:900;color:#26395e;letter-spacing:.05em}
.zr-hero-controls{height:43px;background:#fff;border-top:1px solid #f4eae5;border-bottom:1px solid #f0e3dd;display:flex;align-items:center;justify-content:center;gap:15px;color:#576781}.zr-hero-controls>button{border:0;background:transparent;width:32px;height:32px;font-size:20px;color:#61708b;cursor:pointer}.zr-hero-controls .zr-dots{display:flex;align-items:center;gap:14px}.zr-hero-controls .zr-dots button{width:9px;height:9px;border-radius:50%;border:1px solid #8fa0ba;background:#fff;padding:0}.zr-hero-controls .zr-dots button.active{background:#4b3028;border-color:#4b3028}.zr-control-sep{height:43px;width:1px;background:#ead8cf;margin-left:2px}.zr-hero-controls .zr-pause{font-size:14px!important}
.zr-category-section{padding:18px 0 22px!important;border-bottom:1px solid #f0f2f6}.zr-category-track{gap:30px!important}.zr-category-circle{border:3px solid #9b715b!important;background:#fff!important;width:150px!important;height:150px!important;padding:5px!important}.zr-category-circle>span{display:grid;place-items:center;width:100%;height:100%;border-radius:50%;overflow:hidden;background:#f7f9fc}.zr-category-circle img{width:82%!important;height:82%!important;object-fit:contain!important}.zr-category-name{font-size:13px!important;font-weight:800!important;color:#4b3028!important}
.zr-hot{padding-top:38px!important}.zr-section-title{font-family:Arial,Helvetica,sans-serif!important;font-weight:900!important;font-size:30px!important;color:#111827!important;text-align:left!important}.zr-section-sub{text-align:left!important;color:#80695e!important}.zr-hot .product{border:1px solid #111!important;border-radius:18px!important;box-shadow:none!important}.zr-hot .product:hover{transform:translateY(-4px)!important;box-shadow:0 10px 24px rgba(111,73,57,.09)!important}.zr-hot .product-media{background:#fff!important}
@media(max-width:1100px){.zr-nav{gap:15px!important}.zr-nav a{font-size:10.5px!important}.zr-discount{width:125px;height:125px}.zr-discount strong{font-size:34px}.zr-ad-copy{padding-left:5vw}.zr-ad-chips{display:none}.zr-ad-copy p{margin-bottom:18px}}
@media(max-width:820px){.zr-header-inner{min-height:58px!important;grid-template-columns:auto 1fr auto!important}.zr-brand{min-width:0!important;text-align:center}.zr-brand-word{font-size:21px}.zr-brand small{font-size:5px!important}.zr-slideshow{aspect-ratio:auto!important;height:570px!important}.zr-ad-creative{grid-template-columns:1fr!important}.zr-ad-copy{padding:38px 22px 24px!important;justify-content:flex-end;background:linear-gradient(0deg,rgba(247,251,255,.98) 0%,rgba(247,251,255,.92) 47%,rgba(247,251,255,0) 70%);z-index:5}.zr-ad-kicker,.zr-ad-copy>i,.zr-ad-copy p{display:none}.zr-ad-copy h1{font-size:43px!important}.zr-ad-copy h1 span,.zr-ad-copy h1 strong{display:inline;margin-right:8px}.zr-ad-button{padding:13px 20px;margin-top:15px}.zr-ad-art{position:absolute;inset:0}.zr-product-cluster{inset:4% 2% 28%}.zr-discount{width:105px;height:105px;right:7%;top:6%}.zr-discount small{font-size:10px}.zr-discount strong{font-size:28px}.zr-discount b{font-size:13px}.zr-category-circle{width:120px!important;height:120px!important}}
@media(max-width:520px){.zr-announcement{height:26px!important}.zr-announcement-item{padding:0 18px!important;font-size:10px!important}.zr-slideshow{height:510px!important}.zr-ad-copy h1{font-size:35px!important}.zr-ad-button{font-size:12px}.zr-hero-controls{height:40px}.zr-category-section{padding-top:12px!important}.zr-category-circle{width:105px!important;height:105px!important}.zr-category-item{width:105px!important}.zr-category-name{font-size:10px!important}}


/* v2.2 — exact reference product cards, collection page and cart drawer */
.zr-hot{max-width:1200px;margin:0 auto;padding:34px 52px 48px!important}.zr-hot .zr-section-title{text-align:center!important;font-family:"Times New Roman",Times,serif!important;font-size:24px!important;font-weight:700!important;margin:0 0 18px!important;color:#071b43!important}.zr-hot .zr-section-sub{display:none!important}
.zr-hot #hotGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:13px!important;align-items:start}
.zr-ref-hot-card{border:1px solid #111!important;border-radius:10px!important;background:#fff!important;box-shadow:0 1px 4px rgba(0,0,0,.09)!important;overflow:hidden!important;position:relative!important;transform:none!important}.zr-ref-hot-card:hover{transform:translateY(-2px)!important;box-shadow:0 6px 16px rgba(0,0,0,.10)!important}
.zr-ref-hot-media{height:185px;background:#fff;display:grid;place-items:center;overflow:hidden}.zr-ref-hot-media img,.zr-ref-hot-media video{width:100%!important;height:100%!important;object-fit:cover!important;padding:0!important;border-radius:0!important;filter:none!important;transform:none!important}
.zr-ref-hot-body{padding:9px 10px 11px}.zr-ref-hot-body h3{font-family:"Times New Roman",Times,serif!important;font-size:12px!important;line-height:1.25!important;min-height:30px!important;margin:0 0 7px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#071b43!important}.zr-ref-hot-body h3 a{text-decoration:none}
.zr-ref-hot-sale{position:absolute;z-index:6;left:7px;top:9px;background:#ff2a13;color:#fff;border-radius:5px;padding:4px 5px;font:800 8px/1 Arial,sans-serif}.zr-ref-heart,.zr-ref-collection-heart{position:absolute;z-index:6;right:8px;top:8px;border:0;background:#fff;color:#9ca5b1;border-radius:50%;width:22px;height:22px;display:grid;place-items:center;font-size:10px;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.zr-ref-rating{display:flex;align-items:center;gap:5px;margin:2px 0 7px}.zr-ref-rating span{color:#ffae00;font-size:10px;letter-spacing:0}.zr-ref-rating small{font-size:8px;color:#6f7784;font-family:Arial,sans-serif;font-weight:600}.zr-ref-hot-price{display:flex;align-items:center;gap:6px;white-space:nowrap;margin-bottom:9px}.zr-ref-hot-price strong{font-family:Arial,sans-serif;font-size:13px;color:#071b43}.zr-ref-hot-price del{font-family:Arial,sans-serif;font-size:9px;color:#9aa0aa}.zr-ref-disc{font:800 7px/1 Arial,sans-serif;color:#fff;background:#6b7fb1;border-radius:3px;padding:3px 4px}.zr-ref-hot-buy{width:100%;height:29px;border:0;border-radius:6px;background:#2868eb;color:#fff;font:800 10px/1 Arial,sans-serif;cursor:pointer}.zr-ref-hot-buy:hover{background:#9d6650}

.zr-ref-collection-page{background:#fff!important}.zr-ref-collection-wrap{max-width:1200px;margin:0 auto;padding:22px 52px 70px}.zr-ref-collection-wrap>h1{font-family:"Times New Roman",Times,serif!important;font-size:29px!important;font-weight:400!important;letter-spacing:0!important;margin:0 0 28px!important;color:#071b43!important}.zr-ref-filter-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:29px;font:600 10px/1.2 Arial,sans-serif;color:#071b43;gap:20px}.zr-ref-filter-left,.zr-ref-sort{display:flex;align-items:center;gap:18px}.zr-ref-filter{position:relative}.zr-ref-filter summary{list-style:none;cursor:pointer;display:flex;gap:8px;align-items:center;font-weight:500}.zr-ref-filter summary::-webkit-details-marker{display:none}.zr-ref-filter-pop{position:absolute;z-index:30;top:25px;left:0;min-width:180px;padding:15px;background:#fff;border:1px solid #e5d1c7;box-shadow:0 12px 30px rgba(111,73,57,.12);display:grid;gap:10px;border-radius:4px}.zr-ref-filter-pop label{display:flex;gap:8px;align-items:center}.zr-price-pop label{display:grid;gap:6px}.zr-price-pop input{width:150px;border:1px solid #cbd3e2;padding:8px}.zr-ref-sort select{border:0;background:transparent;color:#071b43;font:500 10px Arial,sans-serif;padding-right:16px}.zr-ref-collection-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:30px 18px!important;align-items:start!important}
.zr-ref-collection-card{border:1px solid #0e2a69!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important;position:relative!important;transform:none!important;padding:10px!important}.zr-ref-collection-card:hover{transform:none!important;box-shadow:none!important}.zr-ref-collection-media{height:190px;display:grid;place-items:center;background:#fff;overflow:hidden}.zr-ref-collection-media img,.zr-ref-collection-media video{width:100%!important;height:100%!important;object-fit:contain!important;padding:0!important;border-radius:0!important;filter:none!important;transform:none!important}.zr-ref-collection-sale{position:absolute;z-index:5;left:18px;top:20px;background:#071b43;color:#fff;padding:5px 11px;font:700 8px/1 Arial,sans-serif}.zr-ref-collection-heart{box-shadow:none;background:transparent;color:#778297;right:13px;top:14px;font-size:10px}.zr-ref-collection-body{padding:6px 4px 2px}.zr-ref-collection-body h3{font-family:"Times New Roman",Times,serif!important;font-size:11px!important;line-height:1.25!important;min-height:41px!important;margin:0 0 7px!important;color:#071b43!important}.zr-ref-collection-body h3 a{text-decoration:none}.zr-ref-collection-price{display:flex;gap:8px;align-items:center;margin-bottom:14px;white-space:nowrap}.zr-ref-collection-price del{font:600 9px Arial,sans-serif;color:#516085}.zr-ref-collection-price strong{font:800 11px Arial,sans-serif;color:#071b43}.zr-ref-shop-now,.zr-ref-add-cart{width:100%;height:35px;border-radius:999px;font:800 9px Arial,sans-serif;cursor:pointer}.zr-ref-shop-now{border:1px solid #071b43;background:#2868eb;color:#fff;margin-bottom:7px}.zr-ref-add-cart{border:1px solid #071b43;background:#fff;color:#071b43}.zr-ref-shop-now:hover{background:#9d6650}

.zr-cart-drawer{position:fixed;inset:0;z-index:500;visibility:hidden;pointer-events:none}.zr-cart-drawer.open{visibility:visible;pointer-events:auto}.zr-cart-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.18);opacity:0;transition:.25s}.zr-cart-drawer.open .zr-cart-backdrop{opacity:1}.zr-cart-drawer>aside{position:absolute;right:0;top:0;bottom:0;width:min(400px,100vw);background:#fff;border-left:1px solid #decac0;transform:translateX(100%);transition:transform .28s ease;display:flex;flex-direction:column;color:#071b43}.zr-cart-drawer.open>aside{transform:none}.zr-cart-drawer-head{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 13px}.zr-cart-close{width:40px;height:40px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer}.zr-cart-close svg{width:18px;height:18px;fill:none;stroke:#071b43;stroke-width:1.25}.zr-cart-drawer-body{flex:1;min-height:0;overflow:auto}.zr-cart-empty{height:100%;display:grid;place-items:center;text-align:center;padding:30px}.zr-cart-empty>div{transform:translateY(-5vh)}.zr-cart-empty h3{font-family:"Times New Roman",Times,serif!important;font-size:17px!important;font-weight:400!important;margin:0 0 20px;color:#071b43}.zr-cart-continue{display:inline-flex;align-items:center;justify-content:center;min-width:144px;height:34px;border-radius:999px;background:#2868eb;color:#fff!important;text-decoration:none;font:800 9px Arial,sans-serif;padding:0 18px}.zr-cart-empty p{font-family:"Times New Roman",Times,serif;font-size:12px;margin:39px 0 7px}.zr-cart-login{font-family:"Times New Roman",Times,serif;font-size:12px;color:#071b43!important;text-decoration:underline}.zr-cart-filled{padding:8px 18px 24px}.zr-cart-mini-list{display:grid;gap:0}.zr-cart-mini-item{display:grid;grid-template-columns:76px 1fr 26px;gap:12px;padding:16px 0;border-bottom:1px solid #eee0d9;align-items:center}.zr-cart-mini-media{width:76px;height:88px;background:#f8f9fb;display:grid;place-items:center}.zr-cart-mini-media img{width:100%;height:100%;object-fit:contain}.zr-cart-mini-item b{display:block;font-family:"Times New Roman",Times,serif;font-size:12px;line-height:1.25}.zr-cart-mini-item small,.zr-cart-mini-item span{display:block;font:500 9px Arial,sans-serif;color:#7d675d;margin-top:5px}.zr-cart-mini-item>button{border:0;background:transparent;font-size:18px;color:#7d675d;cursor:pointer}.zr-cart-mini-total{display:flex;justify-content:space-between;align-items:center;margin:22px 0 8px;font-family:"Times New Roman",Times,serif}.zr-cart-filled>p{font:500 9px/1.5 Arial,sans-serif;color:#7d675d}.zr-cart-checkout,.zr-cart-view{display:flex;height:40px;align-items:center;justify-content:center;text-decoration:none;margin-top:10px;font:800 10px Arial,sans-serif;border-radius:2px}.zr-cart-checkout{background:#2868eb;color:#fff!important}.zr-cart-view{border:1px solid #071b43;color:#071b43!important;background:#fff}

@media(max-width:900px){.zr-hot{padding-left:28px!important;padding-right:28px!important}.zr-ref-collection-wrap{padding-left:28px;padding-right:28px}.zr-hot #hotGrid,.zr-ref-collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:700px){.zr-ref-filter-row{align-items:flex-start;flex-direction:column}.zr-ref-sort{width:100%;justify-content:flex-end}.zr-hot #hotGrid,.zr-ref-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.zr-hot{padding:26px 12px 38px!important}.zr-ref-collection-wrap{padding:20px 14px 55px}.zr-ref-hot-media{height:165px}.zr-ref-collection-media{height:170px}.zr-ref-collection-grid{gap:18px 10px!important}}
@media(max-width:430px){.zr-ref-collection-wrap>h1{font-size:25px!important;margin-bottom:22px!important}.zr-ref-filter-left{gap:13px}.zr-ref-sort{gap:9px;font-size:9px}.zr-ref-hot-media{height:145px}.zr-ref-hot-body{padding:8px}.zr-ref-collection-card{padding:8px!important}.zr-ref-collection-media{height:145px}.zr-ref-collection-body h3{font-size:10px!important}.zr-cart-drawer>aside{width:100vw}}


/* === ZYNTO BAZAAR v2.4 — ROSE GOLD / COPPER METALLIC THEME === */
:root{
  --zr-navy:#6f4939;
  --zr-ink:#4b3028;
  --zr-blue:#b07a61;
  --zr-blue2:#9b715b;
  --zr-white:#ffffff;
  --zr-soft:#fbf6f3;
  --zr-soft2:#f4e7e0;
  --zr-line:#dfc8bc;
  --zr-muted:#80695e;
  --zr-metal-dark:#805643;
  --zr-metal:#9b715b;
  --zr-metal-light:#d9b4a1;
  --zr-metal-pale:#f2d8ca;
  --zr-metal-gradient:linear-gradient(112deg,#7f5745 0%,#a97860 24%,#dcb8a5 49%,#a8745d 73%,#865c46 100%);
  --zr-shadow:0 12px 34px rgba(111,73,57,.13);
}
body.zynto-ui{background:#fffaf7!important;color:var(--zr-ink)!important}
body.zynto-ui main{background:#fffaf7}
.zr-announcement{background:linear-gradient(105deg,#694737,#9b715b 48%,#6f4939);box-shadow:inset 0 -1px rgba(255,255,255,.14)}
.zr-header{background:rgba(255,250,247,.97);border-bottom-color:#e5d2c8;backdrop-filter:blur(12px)}
.zr-brand strong{color:#4b3028}.zr-brand small{color:#a56f58}
.zr-nav a:after{background:var(--zr-metal-gradient)}
.zr-icon:hover{background:#f2e3dc}.zr-icon .zr-count{background:var(--zr-metal-gradient)}
.zr-search-form button,.zr-slide-btn,.zr-btn,.zr-primary,.zr-buy-btn,.zr-collection-buy,.zr-cart-checkout,.zr-cart-continue{background:var(--zr-metal-gradient)!important;border-color:#9b715b!important;color:#fff!important;box-shadow:0 8px 22px rgba(134,92,70,.18)!important}
.zr-search-form button:hover,.zr-slide-btn:hover,.zr-btn:hover,.zr-primary:hover,.zr-buy-btn:hover,.zr-collection-buy:hover,.zr-cart-checkout:hover,.zr-cart-continue:hover{filter:brightness(.96);transform:translateY(-1px)}
.zr-slide-fallback{background:linear-gradient(135deg,#f4dfd5 0%,#fffaf7 52%,#ead0c3 100%)}
.zr-slide-media:after{background:linear-gradient(90deg,rgba(75,48,40,.40),rgba(155,113,91,.08) 58%,transparent)}
.zr-slide-kicker{color:#f3d8ca}.zr-slide.no-photo .zr-slide-kicker{color:#a56e56}
.zr-slide-controls button{background:rgba(93,58,47,.68);border-color:rgba(255,235,225,.8)}
.zr-category-circle{border-color:#b48670;background:#f5e7e0}.zr-category-item:hover .zr-category-circle{box-shadow:0 14px 30px rgba(155,113,91,.22)}
body.zynto-ui .product{border-color:#d8bfb3!important;background:#fffdfb!important}
body.zynto-ui .product:hover{box-shadow:0 15px 34px rgba(111,73,57,.14)!important;border-color:#b98d78!important}
body.zynto-ui .product .buy,body.zynto-ui .product button[data-buy],body.zynto-ui .product .btn-primary{background:var(--zr-metal-gradient)!important;border-color:#9b715b!important;color:#fff!important}
.zr-sale-badge,.sale-badge,.badge.sale{background:#9a4f3b!important;color:#fff!important}
.zr-feature-strip,.zr-why,.zr-reviews,.zr-category-section{background:#fffaf7}
.zr-wave-section{background:linear-gradient(180deg,#fffaf7,#f4e5dd)}
.zr-wave-section svg path{fill:#b98972!important;opacity:.22}
.zr-footer{background:#4b3028!important;color:#f8e9e1!important}
.zr-footer a{color:#f8e9e1!important}.zr-footer h3,.zr-footer h4{color:#fff7f2!important}
.zr-cart-panel{background:#fffaf7!important;border-left-color:#d8bfb3!important}.zr-cart-panel .zr-cart-close:hover{background:#f1e1d9!important}
/* Metallic focus ring used across storefront forms */
body.zynto-ui input:focus,body.zynto-ui select:focus,body.zynto-ui textarea:focus{border-color:#b07a61!important;box-shadow:0 0 0 2px rgba(176,122,97,.15)!important;outline:none!important}


/* Storefront dark mode and handbag collection */
html[data-theme="dark"] body.zynto-ui{background:#17110f;color:#f8eee9}
html[data-theme="dark"] .zr-announcement{background:#120d0b;color:#fff5f0;border-color:#3d2b24}
html[data-theme="dark"] .zr-header{background:rgba(31,21,18,.96);border-color:#4f382f;color:#fff8f4;box-shadow:0 8px 28px rgba(0,0,0,.18)}
html[data-theme="dark"] .zr-brand-word,html[data-theme="dark"] .zr-nav a,html[data-theme="dark"] .zr-icon{color:#fff8f4}
html[data-theme="dark"] .zr-brand small{color:#cda998}
html[data-theme="dark"] .zr-icon svg{stroke:#f6e9e3}
html[data-theme="dark"] .zr-drawer aside,html[data-theme="dark"] .zr-search-panel,html[data-theme="dark"] .zr-cart-drawer aside{background:#201612;color:#fff8f4;border-color:#51382f}
html[data-theme="dark"] .zr-search-form input{background:#2b1d18;color:#fff8f4;border-color:#66483c}
html[data-theme="dark"] .zr-search-links a,html[data-theme="dark"] .zr-drawer a{color:#f5ded3;border-color:#4e362e}
html[data-theme="dark"] .zr-hero,html[data-theme="dark"] .zr-category-section,html[data-theme="dark"] .zr-section,html[data-theme="dark"] .zr-reviews,html[data-theme="dark"] .zr-features{background:#17110f;color:#f8eee9}
html[data-theme="dark"] .zr-ad-creative{background:linear-gradient(120deg,#211713,#302019 55%,#1a1210);border-color:#51382f}
html[data-theme="dark"] .zr-ad-copy h1 span,html[data-theme="dark"] .zr-ad-copy h1 strong,html[data-theme="dark"] .zr-ad-copy p,html[data-theme="dark"] .zr-section-title,html[data-theme="dark"] .zr-reviews-head h2,html[data-theme="dark"] .zr-features h2{color:#fff5ef}
html[data-theme="dark"] .zr-ad-kicker,html[data-theme="dark"] .zr-section-sub,html[data-theme="dark"] .zr-review-date{color:#cda998}
html[data-theme="dark"] .zr-ad-chip{background:#2f211b;border-color:#65473b;color:#f4dfd5}
html[data-theme="dark"] .zr-category-circle{background:#241915;border-color:#a67862}
html[data-theme="dark"] .zr-category-name{color:#f1d9ce}
html[data-theme="dark"] .zr-ref-hot-card,html[data-theme="dark"] .zr-ref-collection-card,html[data-theme="dark"] .product{background:#241915;border-color:#60443a;color:#fff7f2;box-shadow:0 8px 26px rgba(0,0,0,.22)}
html[data-theme="dark"] .zr-ref-hot-body h3 a,html[data-theme="dark"] .zr-ref-collection-body h3 a,html[data-theme="dark"] .zr-ref-hot-price strong,html[data-theme="dark"] .zr-ref-collection-price strong{color:#fff5ef}
html[data-theme="dark"] .zr-ref-hot-media,html[data-theme="dark"] .zr-ref-collection-media{background:#f5eee9}
html[data-theme="dark"] .zr-review-card{background:#251a16;border-color:#5b4036;color:#f7e8e1}
html[data-theme="dark"] .zr-feature{background:#241915;border-color:#5b4036;color:#f7e8e1}
html[data-theme="dark"] .zr-spotlight-card{background:#251a16;border-color:#5b4036;box-shadow:0 18px 50px rgba(0,0,0,.26)}
html[data-theme="dark"] .zr-spotlight-media{background:#f4ece6}
html[data-theme="dark"] .zr-spotlight-copy{background:linear-gradient(145deg,#5d3b2e,#7e513f);color:#fff8f4}
html[data-theme="dark"] .promo-ad{background:#241915;border-color:#5b4036;color:#fff8f4}
html[data-theme="dark"] .promo-ad-copy h2,html[data-theme="dark"] .promo-ad-copy p{color:#fff5ef}
html[data-theme="dark"] .zr-cart-empty h3,html[data-theme="dark"] .zr-cart-filled b,html[data-theme="dark"] .zr-cart-mini-item b{color:#fff8f4}
html[data-theme="dark"] .zr-cart-mini-item,html[data-theme="dark"] .zr-cart-mini-total{border-color:#50372f}
html[data-theme="dark"] .zr-footer{background:#110c0a;color:#f6e9e2;border-color:#3e2a23}
html[data-theme="dark"] .zr-footer a,html[data-theme="dark"] .zr-footer p{color:#ccb0a2}
html[data-theme="dark"] .zr-wave{background:#17110f}
html[data-theme="dark"] .zr-wave-layer:nth-child(1) path{fill:#3a271f!important}
html[data-theme="dark"] .zr-wave-layer:nth-child(2) path{fill:#2a1d18!important}
html[data-theme="dark"] .zr-wave-layer:nth-child(3) path{fill:#17110f!important}
[data-zr-theme-toggle]{transition:transform .2s ease,background .2s ease}
[data-zr-theme-toggle]:hover{transform:rotate(10deg);background:rgba(176,122,97,.12)}
