@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&display=swap");
/*
Theme Name: UKAZ Gadgets
Author: UKAZ
Description: Custom Elementor-free WooCommerce theme for UKAZ Smart Gadgets.
Version: 70.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ukaz-gadgets
*/
:root{
--black:#111213;--gold:#b88a3b;--gold2:#9b742f;--cream:#f5f1e8;--text:#171717;
--muted:#6e6b65;--line:#e8e3d9;--white:#fff;--radius:18px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:#fff;font-family:"Hind Siliguri",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.55}
a{text-decoration:none;color:inherit} img{max-width:100%;height:auto}
.ukaz-wrap{width:min(1440px,calc(100% - 40px));margin:auto}
.ukaz-top{height:40px;background:var(--black);color:#fff;font-size:13px}
.ukaz-top .ukaz-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}
.ukaz-top-links{display:flex;gap:26px;color:#eee}
.ukaz-header{height:92px;background:rgba(255,255,255,.96);border-bottom:1px solid #eee;position:sticky;top:0;z-index:100;backdrop-filter:blur(12px)}
.ukaz-nav{height:100%;display:flex;align-items:center;gap:28px}
.ukaz-logo{width:165px;height:auto;display:block}
.ukaz-menu{display:flex;align-items:center;gap:27px;margin-left:45px;font-size:15px;font-weight:650}
.ukaz-menu ul{display:flex;gap:27px;list-style:none;padding:0;margin:0}
.ukaz-menu li{margin:0}
.ukaz-menu a:hover{color:var(--gold2)}
.ukaz-actions{margin-left:auto;display:flex;align-items:center;gap:16px}
.ukaz-search{width:290px;height:44px;border:1px solid var(--line);background:#faf9f6;border-radius:999px;display:flex;align-items:center;padding:0 15px}
.ukaz-search input{border:0;outline:0;background:transparent;width:100%;font-size:14px}
.ukaz-action{font-size:22px;line-height:1;position:relative}
.ukaz-cart-count{position:absolute;top:-9px;right:-8px;background:var(--gold);color:#fff;border-radius:50%;font-size:10px;min-width:18px;height:18px;display:grid;place-items:center}

/* HERO */
.ukaz-hero{
position:relative;min-height:var(--hero-height,650px);height:calc(100vh - 132px);
max-height:860px;overflow:hidden;background:var(--cream);
background-image:var(--hero-image);
background-size:cover;background-position:var(--hero-position,center);
display:flex;align-items:center;
}
.ukaz-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(245,241,232,.97) 0%,rgba(245,241,232,.78) 34%,rgba(245,241,232,.12) 62%,rgba(0,0,0,.03) 100%);opacity:var(--hero-overlay,1);z-index:0;pointer-events:none}
.ukaz-hero-content{position:relative;z-index:2;width:min(1440px,calc(100% - 40px));margin:auto;padding:45px 0}
.ukaz-hero-copy{max-width:650px}
.ukaz-kicker{font-size:14px;letter-spacing:4px;color:var(--gold2);font-weight:800;text-transform:uppercase}
.ukaz-hero h1{font-size:clamp(45px,5.1vw,78px);line-height:.99;letter-spacing:-3px;margin:15px 0 20px}
.ukaz-hero h1 .gold{color:var(--gold)}
.ukaz-hero-desc{font-size:18px;color:#4e4c48;max-width:600px;margin:0 0 25px;white-space:pre-line}
.ukaz-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:15px 29px;border-radius:999px;background:var(--gold);color:#fff;font-weight:750;transition:.2s}
.ukaz-btn:hover{background:var(--gold2);transform:translateY(-2px)}
.ukaz-benefits{display:flex;gap:27px;flex-wrap:wrap;margin-top:34px}
.ukaz-benefit{display:flex;align-items:center;gap:10px;font-size:13px}
.ukaz-benefit .ico{font-size:23px}.ukaz-benefit strong{display:block;font-size:14px}.ukaz-benefit span{color:#68655f}
.ukaz-hero-dots{position:absolute;z-index:3;bottom:25px;left:50%;transform:translateX(-50%);display:flex;gap:8px}
.ukaz-hero-dot{width:30px;height:4px;border-radius:10px;background:rgba(255,255,255,.75)}
.ukaz-hero-dot.active{background:var(--gold)}
.ukaz-hero-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:rgba(17,18,19,.65);color:#fff;display:grid;place-items:center;font-size:25px}
.ukaz-hero-arrow.prev{left:20px}.ukaz-hero-arrow.next{right:20px}

/* CONTENT */
.ukaz-section{padding:58px 0}
.ukaz-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:23px}
.ukaz-section-head h2{font-size:32px;letter-spacing:-1px;margin:0}
.ukaz-link{color:var(--gold2);font-weight:700}
.ukaz-cats{display:grid;grid-template-columns:repeat(9,1fr);gap:12px}
.ukaz-cat{border:1px solid var(--line);background:#fcfbf8;border-radius:17px;text-align:center;padding:17px 10px;transition:.2s}
.ukaz-cat:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.06)}
.ukaz-cat-icon{height:82px;display:grid;place-items:center;font-size:36px}
.ukaz-cat-icon img{width:82px;height:82px;object-fit:contain;display:block;margin:auto}
.ukaz-cat span{font-size:13px;font-weight:650}
.ukaz-all-icon{display:grid;grid-template-columns:repeat(2,18px);grid-template-rows:repeat(2,18px);gap:5px}
.ukaz-all-icon i{display:block;background:#111213;border-radius:4px}
.ukaz-deal{min-height:145px;border-radius:20px;background:var(--black);color:#fff;padding:29px 38px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}
.ukaz-deal h2{font-size:38px;margin:3px 0;position:relative;z-index:2}.ukaz-deal::after{content:"";position:absolute;right:0;top:-100px;width:560px;height:360px;background:linear-gradient(135deg,transparent 40%,rgba(255,255,255,.09) 41%,rgba(255,255,255,.09) 65%,transparent 66%);transform:rotate(-12deg)}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:18px;margin:0!important;padding:0!important}
.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important;border:1px solid var(--line);border-radius:18px;padding:13px;background:#fff;overflow:hidden;transition:.2s}
.woocommerce ul.products li.product:hover{box-shadow:0 12px 35px rgba(0,0,0,.07);transform:translateY(-2px)}
.woocommerce ul.products li.product img{border-radius:13px;background:#f7f5f0}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px}.woocommerce ul.products li.product .price{font-weight:800;color:#111}
.woocommerce ul.products li.product .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:999px;background:var(--black);color:#fff;font-weight:700}
.ukaz-footer{margin-top:30px;padding:55px 0 22px;background:var(--black);color:#fff}
.ukaz-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:35px}
.ukaz-footer h3{margin-top:0}.ukaz-footer p,.ukaz-footer a{font-size:14px;color:#aaa}.ukaz-footer a:hover{color:#fff}
.ukaz-copy{border-top:1px solid #2c2c2c;padding-top:18px;margin-top:34px;color:#777;font-size:13px}
.site-main{min-height:50vh}.ukaz-page{padding:45px 0}
.woocommerce .site-main{padding-top:35px;padding-bottom:45px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid var(--line);border-radius:10px;padding:12px}


/* V5 HOMEPAGE POLISH */
.ukaz-deal{min-height:150px;padding:28px 38px}
.ukaz-deal-copy{position:relative;z-index:3}
.ukaz-deal h2{font-size:40px;line-height:1;margin:4px 0 5px}
.ukaz-deal p{margin:0;color:#aaa;font-size:14px}
.ukaz-deal-art{position:absolute;right:14%;top:-70px;width:430px;height:300px;transform:rotate(-12deg);opacity:.95}
.ukaz-deal-art:before{content:"";position:absolute;inset:45px 20px;background:linear-gradient(145deg,#202124,#090909);border-radius:22px;box-shadow:0 30px 45px rgba(0,0,0,.4)}
.ukaz-deal-art:after{content:"";position:absolute;width:230px;height:230px;right:45px;top:5px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12),transparent 65%)}
.ukaz-featured-head{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid var(--line);margin-bottom:22px}
.ukaz-featured-head h2{font-size:34px;letter-spacing:-1px;margin:0 0 14px}
.ukaz-product-tabs{display:flex;gap:28px;align-items:flex-end}
.ukaz-product-tabs button{border:0;background:transparent;padding:0 2px 13px;font:inherit;color:#666;font-size:14px;cursor:pointer;position:relative}
.ukaz-product-tabs button.active{color:#222;font-weight:700}
.ukaz-product-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--gold)}
.ukaz-product-panel{display:none}
.ukaz-product-panel.active{display:block}
.ukaz-product-panel .products{animation:ukazFade .18s ease}
@keyframes ukazFade{from{opacity:.2;transform:translateY(3px)}to{opacity:1;transform:none}}
.woocommerce ul.products li.product .onsale{background:var(--gold);border-radius:7px;padding:5px 9px;min-height:auto;line-height:1.4}
.woocommerce ul.products li.product .button{padding:10px 15px}

/* MOBILE */
@media(max-width:1100px){
.ukaz-menu{margin-left:10px;gap:17px}.ukaz-menu ul{gap:17px}.ukaz-search{width:220px}
.ukaz-cats{grid-template-columns:repeat(4,1fr)}.woocommerce ul.products{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:800px){
.ukaz-top{height:34px}
.ukaz-top .ukaz-wrap{justify-content:center;font-size:11px}
.ukaz-top-links{display:none}

.ukaz-header{height:64px;position:relative}
.ukaz-nav{height:64px;gap:10px}
.ukaz-logo{width:116px}
.ukaz-menu{display:none}
.ukaz-actions{margin-left:auto;gap:15px}
.ukaz-search{display:none}
.ukaz-action{font-size:21px}

.ukaz-hero{
height:var(--mobile-hero-height,620px);
min-height:var(--mobile-hero-height,620px);
max-height:none;
background-position:var(--hero-mobile-position,68% center);
align-items:flex-start;
}
.ukaz-hero::before{
background:linear-gradient(90deg,rgba(245,241,232,.98) 0%,rgba(245,241,232,.88) 42%,rgba(245,241,232,.48) 72%,rgba(245,241,232,.16) 100%);
}
.ukaz-hero-content{
width:calc(100% - 34px);
padding:58px 0 80px;
}
.ukaz-hero-copy{max-width:100%}
.ukaz-kicker{font-size:12px;letter-spacing:3px}
.ukaz-hero h1{
font-size:clamp(39px,10.5vw,52px);
line-height:1.03;
letter-spacing:-1.8px;
margin:12px 0 20px;
max-width:390px;
}
.ukaz-hero-desc{
font-size:15.5px;
line-height:1.65;
max-width:355px;
margin-bottom:22px;
}
.ukaz-btn{padding:14px 24px;font-size:15px}
.ukaz-benefits{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:16px 12px;
margin-top:27px;
max-width:390px;
}
.ukaz-benefit{gap:8px;font-size:12px}
.ukaz-benefit .ico{font-size:20px}
.ukaz-benefit strong{font-size:13px;white-space:nowrap}
.ukaz-benefit span{font-size:11px;white-space:nowrap}
.ukaz-benefit:nth-child(3){grid-column:1 / -1}
.ukaz-hero-arrow{
width:34px;height:34px;
font-size:22px;
background:rgba(17,18,19,.58);
}
.ukaz-hero-arrow.prev{left:12px}
.ukaz-hero-arrow.next{right:12px}
.ukaz-hero-dots{bottom:19px}
.ukaz-hero-dot{width:28px}

.ukaz-section{padding:39px 0}
.ukaz-section-head{margin-bottom:18px}
.ukaz-section-head h2{font-size:29px}
.ukaz-cats{
display:flex;
grid-template-columns:none;
gap:12px;
overflow-x:auto;
overflow-y:hidden;
padding:3px 2px 12px;
scroll-snap-type:x mandatory;
scrollbar-width:none;
-webkit-overflow-scrolling:touch;
}
.ukaz-cats::-webkit-scrollbar{display:none}
.ukaz-cat{
flex:0 0 145px;
width:145px;
min-height:0;
height:170px;
padding:12px 8px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
scroll-snap-align:start;
border-radius:16px;
}
.ukaz-cat-icon{height:105px;width:100%;display:grid;place-items:center}
.ukaz-cat-icon img{width:88px;height:88px;object-fit:contain}
.ukaz-cat span{font-size:15px;line-height:1.25;margin-top:7px;max-width:100%}
.ukaz-section#categories{padding-bottom:28px}

.ukaz-deal{min-height:160px;padding:24px}
.ukaz-deal h2{font-size:29px}
.ukaz-deal p{font-size:13px;max-width:210px}
.ukaz-deal-art{right:-135px;opacity:.35}

.ukaz-featured-head{display:block}
.ukaz-featured-head h2{font-size:29px;margin-bottom:14px}
.ukaz-product-tabs{
gap:18px;
overflow-x:auto;
padding-bottom:0;
scrollbar-width:none;
}
.ukaz-product-tabs::-webkit-scrollbar{display:none}
.ukaz-product-tabs button{white-space:nowrap;font-size:13px}

.woocommerce ul.products{
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:10px;
}
.woocommerce ul.products li.product{padding:9px;border-radius:15px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px}
.woocommerce ul.products li.product .price{font-size:13px}
.woocommerce ul.products li.product .button{font-size:12px;padding:9px 11px}

.ukaz-footer-grid{grid-template-columns:1fr}
}

@media(max-width:560px){
.ukaz-wrap,.ukaz-hero-content{width:calc(100% - 28px)}
.ukaz-hero{
height:var(--mobile-hero-height,600px);
min-height:var(--mobile-hero-height,600px);
background-position:var(--hero-mobile-position,72% center);
}
.ukaz-hero-content{padding-top:48px}
.ukaz-hero h1{font-size:clamp(37px,10vw,48px)}
.ukaz-hero-desc{font-size:15px;max-width:335px}
.ukaz-benefits{gap:14px 10px}
.ukaz-cat{min-height:205px}
.ukaz-cat-icon{height:122px}
.ukaz-cat-icon img{width:100px;height:100px}
}

@media(max-width:560px){
.ukaz-section#categories .ukaz-section-head{padding:0 2px}
.ukaz-section#categories .ukaz-section-head h2{font-size:31px}
.ukaz-cats{margin-right:-14px;padding-right:18px}
.ukaz-cat{flex-basis:142px;width:142px;height:168px}
.ukaz-cat-icon img{width:86px;height:86px}
}

/* V10 REFERENCE-MATCHED MOBILE LAYOUT */
.ukaz-mobile-menu{display:none;border:0;background:transparent;font-size:30px;line-height:1;padding:0;cursor:pointer}
.ukaz-benefit-strip{background:#fff;padding:14px 0 18px}
.ukaz-benefit-strip>.ukaz-wrap{
border:1px solid #eee8df;border-radius:22px;
padding:18px 22px;display:flex;align-items:center;justify-content:space-between;
box-shadow:0 2px 15px rgba(0,0,0,.025)
}
.ukaz-benefit-item{display:flex;align-items:center;gap:12px;flex:1;justify-content:center}
.ukaz-benefit-item+.ukaz-benefit-item{border-left:1px solid #e8e2d9}
.ukaz-benefit-item .benefit-icon{font-size:27px;color:#b88a3b}
.ukaz-benefit-item strong{display:block;font-size:16px;line-height:1.2}
.ukaz-benefit-item small{display:block;color:#777;font-size:13px;margin-top:3px}

@media(max-width:800px){
body{overflow-x:hidden}
.ukaz-top{display:none}
.ukaz-header{height:76px;background:#fff;position:relative}
.ukaz-nav{height:76px;width:calc(100% - 28px);gap:10px}
.ukaz-mobile-menu{display:block;width:40px;color:#111}
.ukaz-logo{width:139px}
.ukaz-actions{gap:16px}
.ukaz-actions .ukaz-action:first-of-type{display:none}
.ukaz-actions:before{content:"⌕";font-size:30px;line-height:1;display:block}
.ukaz-action{font-size:25px}
.ukaz-action:last-child{font-size:27px}
.ukaz-hero{
height:465px!important;min-height:465px!important;
max-height:none;
background-position:72% center!important;
}
.ukaz-hero::before{
background:linear-gradient(90deg,rgba(245,241,232,.97) 0%,rgba(245,241,232,.82) 43%,rgba(245,241,232,.28) 82%,rgba(245,241,232,.08) 100%);
}
.ukaz-hero-content{width:calc(100% - 34px);padding:36px 0 60px}
.ukaz-kicker{font-size:11px;letter-spacing:3px}
.ukaz-hero h1{font-size:clamp(34px,9.8vw,46px);line-height:1.02;margin:10px 0 15px;max-width:365px}
.ukaz-hero-desc{font-size:14px;line-height:1.55;max-width:310px;margin-bottom:18px}
.ukaz-btn{font-size:14px;padding:12px 21px}
.ukaz-benefits{display:none}
.ukaz-hero-arrow{width:35px;height:35px;font-size:22px}
.ukaz-hero-arrow.prev{left:10px}.ukaz-hero-arrow.next{right:10px}
.ukaz-hero-dots{bottom:13px}

.ukaz-benefit-strip{padding:12px 0 18px}
.ukaz-benefit-strip>.ukaz-wrap{
width:calc(100% - 28px);
padding:14px 7px;
border-radius:20px;
}
.ukaz-benefit-item{gap:7px;justify-content:center}
.ukaz-benefit-item+.ukaz-benefit-item{border-left:1px solid #e9e4dc}
.ukaz-benefit-item .benefit-icon{font-size:22px}
.ukaz-benefit-item strong{font-size:12px;white-space:nowrap}
.ukaz-benefit-item small{font-size:10px;white-space:nowrap}

.ukaz-section#categories{padding:22px 0 25px}
.ukaz-section#categories .ukaz-section-head{margin-bottom:12px}
.ukaz-section#categories .ukaz-section-head h2{font-size:28px}
.ukaz-section#categories .ukaz-link{font-size:13px}
.ukaz-cats{
gap:10px;
padding:0 2px 8px;
margin-right:-14px;
}
.ukaz-cat{
flex:0 0 124px;width:124px;height:150px;
padding:9px 6px;border-radius:15px;
}
.ukaz-cat-icon{height:93px}
.ukaz-cat-icon img{width:78px;height:78px}
.ukaz-cat span{font-size:13px;margin-top:5px}
.ukaz-all-icon{grid-template-columns:repeat(2,15px);grid-template-rows:repeat(2,15px);gap:4px}

.ukaz-deal-section{padding:12px 0 26px!important}
.ukaz-deal{min-height:142px;padding:21px 20px;border-radius:18px}
.ukaz-deal h2{font-size:27px}
.ukaz-deal p{font-size:12px}
.ukaz-deal .ukaz-btn{font-size:12px;padding:11px 15px}
.ukaz-deal-art{right:-150px;opacity:.28}

.ukaz-featured{padding-top:0!important}
.ukaz-featured-head h2{font-size:28px}
}

@media(max-width:560px){
.ukaz-logo{width:132px}
.ukaz-actions:before{font-size:28px}
.ukaz-hero{
height:455px!important;min-height:455px!important;
background-position:73% center!important;
}
.ukaz-hero-content{padding-top:34px}
.ukaz-hero h1{font-size:clamp(33px,9.7vw,44px)}
.ukaz-hero-desc{font-size:13.5px;max-width:295px}
.ukaz-benefit-strip>.ukaz-wrap{width:calc(100% - 24px);padding:13px 3px}
.ukaz-benefit-item .benefit-icon{font-size:20px}
.ukaz-benefit-item strong{font-size:11px}
.ukaz-benefit-item small{font-size:9px}
.ukaz-cat{flex-basis:118px;width:118px;height:145px}
.ukaz-cat-icon{height:88px}
.ukaz-cat-icon img{width:74px;height:74px}
}


/* V13 MOBILE REFERENCE MATCH - desktop untouched */
.ukaz-brand{display:flex;align-items:center;gap:0;position:relative}
.ukaz-brand-sub{display:none}
.ukaz-mobile-menu{display:none}
.ukaz-wish-count{position:absolute;top:-9px;right:-7px;background:var(--gold);color:#fff;border-radius:50%;font-size:9px;min-width:17px;height:17px;display:grid;place-items:center}
@media(max-width:800px){
  .ukaz-top{display:none!important}
  .ukaz-header{display:block!important;height:76px;background:#fff;position:relative;top:auto}
  .ukaz-nav{height:76px;width:100%;padding:0 18px;gap:10px}
  .ukaz-mobile-menu{display:block!important;border:0;background:none;padding:0;width:38px;font-size:30px;line-height:1;color:#111;flex:0 0 38px}
  .ukaz-brand{flex:0 0 160px;display:block}
  .ukaz-logo{width:137px;height:auto;display:block}
  .ukaz-brand-sub{display:block;font-size:9px;letter-spacing:4px;color:#aaa;margin:0 0 0 2px;line-height:1}
  .ukaz-menu{display:none!important}
  .ukaz-actions{margin-left:auto;gap:14px;display:flex;align-items:center}
  .ukaz-search{display:flex!important;width:auto;height:auto;border:0;background:none;padding:0;overflow:visible}
  .ukaz-search input{display:none}
  .ukaz-search span{font-size:31px;line-height:1;color:#111;display:block;transform:rotate(-20deg)}
  .ukaz-account{display:none}
  .ukaz-wishlist,.ukaz-cart{font-size:29px;line-height:1}
  .ukaz-cart{font-size:27px}
  .ukaz-wish-count,.ukaz-cart-count{top:-9px;right:-8px}

  .ukaz-hero{
    height:355px!important;min-height:355px!important;max-height:355px!important;
    background-image:var(--hero-mobile-image)!important;
    background-size:cover!important;
    background-position:72% center!important;
    align-items:flex-start;
  }
  .ukaz-hero::before{
    background:linear-gradient(90deg,rgba(245,241,232,.96) 0%,rgba(245,241,232,.78) 45%,rgba(245,241,232,.25) 78%,rgba(245,241,232,.05) 100%);
  }
  .ukaz-hero-content{width:100%;padding:28px 24px 42px;margin:0}
  .ukaz-hero-copy{max-width:52%}
  .ukaz-kicker{font-size:10px;letter-spacing:3px;margin-bottom:7px}
  .ukaz-hero h1{font-size:35px;line-height:1.02;letter-spacing:-1.2px;margin:0 0 12px;max-width:100%}
  .ukaz-hero-desc{font-size:13px;line-height:1.45;max-width:100%;margin:0 0 14px}
  .ukaz-btn{font-size:13px;padding:11px 19px}
  .ukaz-benefits{display:none!important}
  .ukaz-hero-arrow{display:none!important}
  .ukaz-hero-dots{bottom:12px}
  .ukaz-hero-dot{width:27px}

  .ukaz-benefit-strip{padding:12px 0 20px!important}
  .ukaz-benefit-strip>.ukaz-wrap{width:calc(100% - 38px);padding:12px 5px;border-radius:22px}
  .ukaz-benefit-item{gap:6px;min-width:0}
  .ukaz-benefit-item .benefit-icon{font-size:20px}
  .ukaz-benefit-item strong{font-size:11px}
  .ukaz-benefit-item small{font-size:9px}

  .ukaz-section#categories{padding:20px 0 24px!important}
  .ukaz-section#categories .ukaz-wrap{width:100%;padding-left:24px}
  .ukaz-section#categories .ukaz-section-head{padding-right:24px;margin-bottom:12px}
  .ukaz-section#categories .ukaz-section-head h2{font-size:29px;margin:0}
  .ukaz-section#categories .ukaz-link{font-size:13px}
  .ukaz-cats{display:flex!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden;padding:0 24px 9px 0!important;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .ukaz-cats::-webkit-scrollbar{display:none}
  .ukaz-cat{flex:0 0 145px!important;width:145px!important;height:170px!important;min-height:170px!important;padding:8px 6px!important;border-radius:16px;scroll-snap-align:start;justify-content:center}
  .ukaz-cat-icon{height:106px!important}
  .ukaz-cat-icon img{width:82px!important;height:82px!important}
  .ukaz-cat span{font-size:14px!important;line-height:1.2!important;text-align:center}

  .ukaz-deal-section{padding-top:0!important}
  .ukaz-deal{min-height:145px!important;padding:20px!important;border-radius:18px}
  .ukaz-deal h2{font-size:29px!important}
  .ukaz-deal p{font-size:12px!important}
  .ukaz-deal .ukaz-btn{font-size:12px;padding:10px 14px}
}
@media(max-width:560px){
  .ukaz-nav{padding:0 14px}
  .ukaz-brand{flex-basis:145px}
  .ukaz-logo{width:130px}
  .ukaz-actions{gap:12px}
  .ukaz-hero{height:350px!important;min-height:350px!important;max-height:350px!important}
  .ukaz-hero-content{padding:27px 22px 38px}
  .ukaz-hero-copy{max-width:53%}
  .ukaz-hero h1{font-size:33px}
  .ukaz-hero-desc{font-size:12.5px}
  .ukaz-benefit-strip>.ukaz-wrap{width:calc(100% - 28px)}
  .ukaz-cat{flex-basis:142px!important;width:142px!important;height:165px!important;min-height:165px!important}
}


/* V14 FINAL MOBILE REFERENCE LOCK
   Desktop intentionally untouched. Mobile is measured against the supplied 1024x1536 reference. */
@media (max-width:800px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}

  /* 76px white reference header */
  .ukaz-header{display:block!important;visibility:visible!important;opacity:1!important;height:76px!important;min-height:76px!important;background:#fff!important;position:relative!important;top:auto!important;z-index:100!important;border-bottom:1px solid #eee}
  .ukaz-nav{display:flex!important;height:76px!important;width:100%!important;padding:0 18px!important;align-items:center!important;gap:10px!important}
  .ukaz-mobile-menu{display:block!important;visibility:visible!important;width:38px!important;height:42px!important;flex:0 0 38px!important;padding:0!important;border:0!important;background:transparent!important;color:#111!important;font-size:0!important;position:relative!important}
  .ukaz-mobile-menu:before,.ukaz-mobile-menu:after{content:"";position:absolute;left:3px;width:31px;height:3px;background:#111;border-radius:4px}
  .ukaz-mobile-menu:before{top:12px;box-shadow:0 9px 0 #111,0 18px 0 #111}
  .ukaz-brand{display:block!important;flex:0 0 160px!important;width:160px!important;height:64px!important;padding-top:7px!important}
  .ukaz-logo{display:block!important;width:137px!important;height:auto!important;max-height:47px!important;object-fit:contain!important;object-position:left center!important}
  .ukaz-brand-sub{display:block!important;font-size:8px!important;letter-spacing:4px!important;color:#aaa!important;line-height:1!important;margin:0 0 0 2px!important}
  .ukaz-menu{display:none!important}
  .ukaz-actions{display:flex!important;visibility:visible!important;align-items:center!important;margin-left:auto!important;gap:17px!important;height:100%!important}
  .ukaz-search{display:flex!important;width:32px!important;height:42px!important;padding:0!important;border:0!important;background:transparent!important;overflow:visible!important;align-items:center!important;justify-content:center!important}
  .ukaz-search input{display:none!important}
  .ukaz-search span{display:block!important;font-size:0!important;width:23px!important;height:23px!important;border:3px solid #111!important;border-radius:50%!important;transform:none!important;position:relative!important}
  .ukaz-search span:after{content:"";position:absolute;width:11px;height:3px;background:#111;right:-8px;bottom:-4px;transform:rotate(48deg);border-radius:3px}
  .ukaz-account{display:none!important}
  .ukaz-wishlist,.ukaz-cart{display:block!important;font-size:0!important;width:32px!important;height:42px!important;position:relative!important}
  .ukaz-wishlist:before{content:"♡";font-family:Arial,sans-serif;font-size:39px;line-height:42px;font-weight:400;color:#111}
  .ukaz-cart:before{content:"🛒";font-size:30px;line-height:42px;filter:grayscale(1);color:#111}
  .ukaz-wish-count,.ukaz-cart-count{top:0!important;right:-5px!important;min-width:18px!important;height:18px!important;font-size:10px!important;background:var(--gold)!important;color:#fff!important;border-radius:50%!important}

  /* Reference hero: compact, roughly 1/3 of the full mobile mockup */
  .ukaz-hero{height:355px!important;min-height:355px!important;max-height:355px!important;background-image:var(--hero-mobile-image)!important;background-size:cover!important;background-position:73% center!important;display:flex!important;align-items:flex-start!important}
  .ukaz-hero::before{background:linear-gradient(90deg,rgba(245,241,232,.97) 0%,rgba(245,241,232,.87) 38%,rgba(245,241,232,.36) 69%,rgba(245,241,232,.06) 100%)!important}
  .ukaz-hero-content{width:100%!important;margin:0!important;padding:39px 24px 35px!important}
  .ukaz-hero-copy{width:53%!important;max-width:53%!important}
  .ukaz-kicker{font-size:10px!important;letter-spacing:3px!important;line-height:1.2!important;margin:0 0 9px!important}
  .ukaz-hero h1{font-size:35px!important;line-height:1.03!important;letter-spacing:-1.5px!important;margin:0 0 14px!important;max-width:100%!important}
  .ukaz-hero-desc{font-size:13px!important;line-height:1.5!important;max-width:100%!important;margin:0 0 16px!important;white-space:pre-line!important}
  .ukaz-btn{font-size:13px!important;padding:12px 20px!important;white-space:nowrap!important}
  .ukaz-benefits{display:none!important}
  .ukaz-hero-arrow{display:none!important}
  .ukaz-hero-dots{bottom:12px!important;gap:8px!important}
  .ukaz-hero-dot{width:28px!important;height:4px!important}

  /* Reference service strip */
  .ukaz-benefit-strip{display:block!important;background:#fff!important;padding:12px 0 19px!important}
  .ukaz-benefit-strip>.ukaz-wrap{width:calc(100% - 38px)!important;min-height:86px!important;padding:11px 5px!important;border:1px solid #eee8df!important;border-radius:22px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;box-shadow:0 2px 15px rgba(0,0,0,.025)!important}
  .ukaz-benefit-item{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-width:0!important;flex:1!important}
  .ukaz-benefit-item+.ukaz-benefit-item{border-left:1px solid #e8e2d9!important}
  .ukaz-benefit-item .benefit-icon{font-size:21px!important;line-height:1!important}
  .ukaz-benefit-item strong{display:block!important;font-size:11px!important;line-height:1.25!important;white-space:nowrap!important}
  .ukaz-benefit-item small{display:block!important;font-size:9px!important;line-height:1.3!important;color:#777!important;white-space:nowrap!important}

  /* Reference category section */
  .ukaz-section#categories{padding:20px 0 24px!important}
  .ukaz-section#categories .ukaz-wrap{width:100%!important;padding-left:24px!important}
  .ukaz-section#categories .ukaz-section-head{padding-right:24px!important;margin:0 0 12px!important;align-items:center!important}
  .ukaz-section#categories .ukaz-section-head h2{font-size:29px!important;line-height:1.15!important;letter-spacing:-1px!important}
  .ukaz-section#categories .ukaz-link{font-size:13px!important}
  .ukaz-cats{display:flex!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 24px 8px 0!important;margin:0!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}
  .ukaz-cats::-webkit-scrollbar{display:none!important}
  .ukaz-cat{flex:0 0 145px!important;width:145px!important;height:170px!important;min-height:170px!important;padding:9px 7px!important;border-radius:16px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;scroll-snap-align:start!important;background:#fcfbf8!important}
  .ukaz-cat-icon{height:108px!important;width:100%!important;display:grid!important;place-items:center!important}
  .ukaz-cat-icon img{width:82px!important;height:82px!important;object-fit:contain!important;margin:auto!important}
  .ukaz-cat span{font-size:14px!important;line-height:1.2!important;text-align:center!important;white-space:normal!important}

  /* Reference deal banner */
  .ukaz-deal-section{padding:0 0 24px!important}
  .ukaz-deal-section .ukaz-wrap{width:calc(100% - 38px)!important}
  .ukaz-deal{min-height:145px!important;height:145px!important;padding:20px!important;border-radius:18px!important}
  .ukaz-deal h2{font-size:29px!important;line-height:1.1!important}
  .ukaz-deal p{font-size:12px!important}
  .ukaz-deal .ukaz-btn{font-size:12px!important;padding:10px 14px!important}
  .ukaz-deal-art{right:-145px!important;opacity:.28!important}
}
@media(max-width:560px){
  .ukaz-nav{padding:0 14px!important}
  .ukaz-brand{flex-basis:145px!important;width:145px!important}
  .ukaz-logo{width:130px!important}
  .ukaz-actions{gap:12px!important}
  .ukaz-hero{height:350px!important;min-height:350px!important;max-height:350px!important}
  .ukaz-hero-content{padding:34px 22px 34px!important}
  .ukaz-hero-copy{max-width:54%!important;width:54%!important}
  .ukaz-hero h1{font-size:33px!important}
  .ukaz-hero-desc{font-size:12.5px!important}
  .ukaz-benefit-strip>.ukaz-wrap{width:calc(100% - 28px)!important}
  .ukaz-cat{flex-basis:142px!important;width:142px!important;height:165px!important;min-height:165px!important}
}


/* V15 MOBILE CORRECTION: preserve the Customizer hero image and match the supplied reference proportions. */
@media (max-width:800px){
  .ukaz-hero{background-image:var(--hero-mobile-image)!important;background-size:cover!important;background-position:72% center!important}
  .ukaz-hero-copy{width:62%!important;max-width:62%!important}
  .ukaz-hero h1{font-size:34px!important;line-height:1.02!important;letter-spacing:-1.3px!important}
  .ukaz-hero-desc{font-size:13px!important;line-height:1.45!important}
}
@media (max-width:560px){
  .ukaz-hero-copy{width:63%!important;max-width:63%!important}
  .ukaz-hero h1{font-size:32px!important;line-height:1.03!important}
  .ukaz-hero-desc{font-size:12.5px!important;line-height:1.45!important}
}

/* V16 HEADER HARD FIX */
@media (max-width:800px){
.ukaz-header{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;width:100%!important;height:76px!important;min-height:76px!important;background:#fff!important;z-index:999!important;overflow:visible!important}
.ukaz-nav{display:flex!important;visibility:visible!important;width:100%!important;height:76px!important;padding:0 14px!important;align-items:center!important}
.ukaz-mobile-menu{display:block!important;visibility:visible!important;width:38px!important;height:42px!important;flex:0 0 38px!important;position:relative!important;border:0!important;background:transparent!important;font-size:0!important}
.ukaz-mobile-menu:before{content:"";position:absolute;left:3px;top:11px;width:31px;height:3px;background:#111;border-radius:3px;box-shadow:0 9px 0 #111,0 18px 0 #111}
.ukaz-brand{display:block!important;visibility:visible!important;flex:0 0 145px!important;width:145px!important;height:64px!important;padding-top:7px!important}
.ukaz-logo{display:block!important;visibility:visible!important;width:130px!important;height:auto!important;max-height:47px!important;object-fit:contain!important;object-position:left center!important}
.ukaz-brand-sub{display:block!important;visibility:visible!important;font-size:8px!important;letter-spacing:4px!important;color:#aaa!important;line-height:1!important;margin-left:2px!important}
.ukaz-menu{display:none!important}
.ukaz-actions{display:flex!important;visibility:visible!important;align-items:center!important;margin-left:auto!important;gap:14px!important;height:76px!important}
.ukaz-search{display:flex!important;visibility:visible!important;width:30px!important;height:42px!important;padding:0!important;border:0!important;background:none!important;align-items:center!important;justify-content:center!important}
.ukaz-search input{display:none!important}
.ukaz-search span{display:block!important;font-size:0!important;width:22px!important;height:22px!important;border:3px solid #111!important;border-radius:50%!important;position:relative!important;transform:none!important}
.ukaz-search span:after{content:"";position:absolute;width:10px;height:3px;background:#111;right:-7px;bottom:-4px;transform:rotate(45deg);border-radius:3px}
.ukaz-account{display:none!important}
.ukaz-wishlist,.ukaz-cart{display:block!important;visibility:visible!important;width:31px!important;height:42px!important;position:relative!important;font-size:0!important}
.ukaz-wishlist:before{content:"♡";font-family:Arial,sans-serif;font-size:38px;line-height:42px;color:#111}
.ukaz-cart:before{content:"🛒";font-size:28px;line-height:42px;filter:grayscale(1)}
.ukaz-wish-count,.ukaz-cart-count{display:grid!important;top:0!important;right:-5px!important}
}
@media(max-width:560px){
.ukaz-nav{padding:0 12px!important}
.ukaz-brand{flex-basis:140px!important;width:140px!important}
.ukaz-logo{width:126px!important}
.ukaz-actions{gap:11px!important}
}

/* V17 HEADER OUTPUT FIX CSS */
.ukaz-header{display:block}
@media(max-width:800px){.ukaz-header{display:block!important;visibility:visible!important;opacity:1!important}.ukaz-mobile-menu{display:block!important}}

/* V18 PREMIUM MOBILE HEADER FINAL */
@media(max-width:800px){
  .ukaz-actions:before{display:none!important;content:none!important}
  .ukaz-actions{gap:16px!important;align-items:center!important}
  .ukaz-search{display:none!important}
  .ukaz-search-icon{display:flex!important;width:30px!important;height:42px!important;align-items:center!important;justify-content:center!important;color:#111!important}
  .ukaz-search-icon svg{width:28px!important;height:28px!important;fill:none!important;stroke:#111!important;stroke-width:2.25!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .ukaz-wishlist,.ukaz-cart{width:34px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:0!important}
  .ukaz-wishlist:before,.ukaz-cart:before{display:none!important;content:none!important}
  .ukaz-wishlist svg{width:31px!important;height:31px!important;fill:none!important;stroke:#111!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .ukaz-cart svg{width:32px!important;height:30px!important;fill:none!important;stroke:#111!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .ukaz-wish-count,.ukaz-cart-count{top:1px!important;right:-3px!important;min-width:18px!important;height:18px!important;padding:0!important;font-size:10px!important;line-height:18px!important;font-family:Arial,sans-serif!important;background:var(--gold)!important;color:#fff!important;border-radius:50%!important;text-align:center!important}
  .ukaz-brand{flex:0 0 150px!important;width:150px!important;height:68px!important;padding-top:5px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
  .ukaz-logo{width:136px!important;max-height:50px!important;object-fit:contain!important;object-position:left center!important;background:transparent!important}
  .ukaz-brand-sub{font-size:8px!important;letter-spacing:4.2px!important;margin:1px 0 0 3px!important;color:#aaa!important}
  .ukaz-mobile-menu{width:40px!important;flex:0 0 40px!important}
  .ukaz-nav{padding:0 16px!important;gap:12px!important}
}
@media(max-width:560px){
  .ukaz-nav{padding:0 14px!important;gap:10px!important}
  .ukaz-brand{flex-basis:146px!important;width:146px!important}
  .ukaz-logo{width:132px!important}
  .ukaz-actions{gap:13px!important}
  .ukaz-search-icon{width:28px!important}
  .ukaz-wishlist,.ukaz-cart{width:32px!important}
}


/* V19 PREMIUM MOBILE REFINEMENT
   Mobile-only. Desktop styles are intentionally untouched. */
@media (max-width:800px){
  .ukaz-header{height:118px!important;min-height:118px!important;background:#fff!important;border-bottom:1px solid #eee;box-shadow:0 1px 10px rgba(0,0,0,.035)}
  .ukaz-nav{height:118px!important;width:100%!important;padding:0 22px!important;gap:16px!important}
  .ukaz-mobile-menu{width:38px!important;height:44px!important;flex:0 0 38px!important}
  .ukaz-mobile-menu:before,.ukaz-mobile-menu:after{left:1px;width:32px;height:3px}
  .ukaz-mobile-menu:before{top:10px;box-shadow:0 10px 0 #111,0 20px 0 #111}
  .ukaz-brand{flex:0 0 174px!important;width:174px!important;height:auto!important;padding-top:0!important}
  .ukaz-logo{width:166px!important;max-height:none!important}
  .ukaz-brand-sub{font-size:8px!important;letter-spacing:4.5px!important;margin-left:4px!important;margin-top:-1px!important;color:#aaa!important}
  .ukaz-actions{gap:22px!important;margin-left:auto!important}
  .ukaz-search{display:none!important}
  .ukaz-actions:before{display:none!important;content:none!important}
  .ukaz-search-icon{display:block!important;width:31px!important;height:31px!important;position:relative!important;flex:0 0 31px!important}
  .ukaz-search-icon svg{display:block!important;width:31px!important;height:31px!important;fill:none!important;stroke:#111!important;stroke-width:1.8!important;stroke-linecap:round!important}
  .ukaz-action{width:31px!important;height:31px!important;font-size:0!important;display:block!important;position:relative!important;flex:0 0 31px!important}
  .ukaz-action svg{display:block!important;width:31px!important;height:31px!important;fill:none!important;stroke:#111!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .ukaz-wish-count,.ukaz-cart-count{top:-7px!important;right:-8px!important;min-width:18px!important;height:18px!important;font-size:9px!important;font-family:Arial,sans-serif!important;background:var(--gold)!important;color:#fff!important;border:0!important}

  /* compact premium category tiles: card closely follows the product image */
  .ukaz-section#categories{padding:26px 0 22px!important}
  .ukaz-section#categories .ukaz-section-head{margin-bottom:14px!important}
  .ukaz-section#categories .ukaz-section-head h2{font-size:29px!important;font-weight:700!important}
  .ukaz-section#categories .ukaz-link{font-size:13px!important}
  .ukaz-cats{gap:12px!important;padding:0 22px 8px 0!important;margin-right:-22px!important}
  .ukaz-cat{flex:0 0 128px!important;width:128px!important;height:142px!important;min-height:142px!important;padding:7px 5px 9px!important;border-radius:14px!important;background:#fdfcf9!important;border:1px solid #e8e3d9!important;box-shadow:0 2px 8px rgba(0,0,0,.018)!important;justify-content:center!important}
  .ukaz-cat-icon{height:91px!important;width:100%!important;display:grid!important;place-items:center!important}
  .ukaz-cat-icon img{width:78px!important;height:78px!important;object-fit:contain!important}
  .ukaz-cat span{font-size:12.5px!important;font-weight:650!important;line-height:1.15!important;margin-top:4px!important;max-width:118px!important}
  .ukaz-all-icon{grid-template-columns:repeat(2,14px)!important;grid-template-rows:repeat(2,14px)!important;gap:4px!important}
}
@media(max-width:560px){
  .ukaz-header{height:108px!important;min-height:108px!important}
  .ukaz-nav{height:108px!important;padding:0 18px!important;gap:12px!important}
  .ukaz-mobile-menu{width:35px!important;flex-basis:35px!important}
  .ukaz-brand{flex-basis:150px!important;width:150px!important}
  .ukaz-logo{width:145px!important}
  .ukaz-actions{gap:16px!important}
  .ukaz-search-icon,.ukaz-action,.ukaz-search-icon svg,.ukaz-action svg{width:28px!important;height:28px!important}
  .ukaz-cat{flex-basis:122px!important;width:122px!important;height:136px!important;min-height:136px!important}
  .ukaz-cat-icon{height:85px!important}
  .ukaz-cat-icon img{width:72px!important;height:72px!important}
  .ukaz-cat span{font-size:12px!important}
}


/* V20: final premium mobile header + compact categories */
@media (max-width:800px){
  .ukaz-header{height:76px!important;min-height:76px!important;border-bottom:1px solid #eee9e1!important;box-shadow:0 1px 8px rgba(20,20,20,.035)!important}
  .ukaz-nav{height:76px!important;padding:0 16px!important;gap:10px!important}
  .ukaz-mobile-menu{width:34px!important;height:40px!important;flex:0 0 34px!important}
  .ukaz-mobile-menu:before,.ukaz-mobile-menu:after{left:0!important;width:30px!important;height:2.5px!important}
  .ukaz-mobile-menu:before{top:9px!important;box-shadow:0 9px 0 #111,0 18px 0 #111!important}
  .ukaz-brand{flex:0 0 140px!important;width:140px!important;height:auto!important;padding:0!important;display:flex!important;align-items:center!important}
  .ukaz-logo{width:128px!important;max-height:52px!important;object-fit:contain!important;background:transparent!important}
  .ukaz-brand-sub{display:none!important}
  .ukaz-actions{gap:13px!important;margin-left:auto!important;height:76px!important}
  .ukaz-search-icon{width:27px!important;height:34px!important;flex:0 0 27px!important}
  .ukaz-search-icon svg{width:27px!important;height:27px!important;stroke-width:1.9!important}
  .ukaz-action{width:29px!important;height:34px!important;flex:0 0 29px!important}
  .ukaz-action svg{width:29px!important;height:29px!important;stroke-width:1.75!important}
  .ukaz-wish-count,.ukaz-cart-count{top:-5px!important;right:-5px!important;min-width:17px!important;height:17px!important;font-size:9px!important}
}
@media (max-width:560px){
  .ukaz-nav{padding:0 14px!important;gap:8px!important}
  .ukaz-mobile-menu{width:34px!important;flex-basis:34px!important}
  .ukaz-brand{flex-basis:132px!important;width:132px!important}
  .ukaz-logo{width:124px!important;max-height:50px!important}
  .ukaz-actions{gap:11px!important}
  .ukaz-search-icon,.ukaz-action{width:27px!important;flex-basis:27px!important}
  .ukaz-search-icon svg,.ukaz-action svg{width:27px!important;height:27px!important}
  .ukaz-cat{flex-basis:112px!important;width:112px!important;height:128px!important;min-height:128px!important;padding:6px 4px 7px!important;border-radius:13px!important}
  .ukaz-cat-icon{height:78px!important}
  .ukaz-cat-icon img{width:68px!important;height:68px!important}
  .ukaz-cat span{font-size:11.5px!important;line-height:1.1!important;margin-top:3px!important;max-width:104px!important}
}


/* V21 PREMIUM MOBILE HEADER + CLEAN CATEGORY SCALE */
@media(max-width:800px){
  .ukaz-header{height:var(--ukaz-mobile-header-height,68px)!important;background:rgba(255,255,255,.98)!important;border-bottom:1px solid #eee9e1;box-shadow:0 1px 0 rgba(17,18,19,.03);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
  .ukaz-nav{height:var(--ukaz-mobile-header-height,68px)!important;width:100%!important;padding:0 17px!important;gap:9px!important}
  .ukaz-mobile-menu{width:38px!important;flex:0 0 38px!important;height:38px!important;display:grid!important;place-items:center!important;font-size:0!important;position:relative}
  .ukaz-mobile-menu:before,.ukaz-mobile-menu:after{content:"";position:absolute;width:28px;height:2px;background:#111213;border-radius:4px;left:5px}
  .ukaz-mobile-menu:before{top:11px;box-shadow:0 8px 0 #111213,0 16px 0 #111213}
  .ukaz-mobile-menu:after{display:none}
  .ukaz-brand{flex:1 1 auto!important;min-width:0!important;height:100%!important;display:flex!important;align-items:center!important}
  .ukaz-logo{width:var(--ukaz-mobile-logo-width,122px)!important;max-height:55px!important;object-fit:contain;display:block}
  .ukaz-brand-sub{display:none!important}
  .ukaz-actions{gap:15px!important;margin-left:auto!important;display:flex!important;align-items:center!important}
  .ukaz-actions:before{display:none!important}
  .ukaz-search-icon,.ukaz-wishlist,.ukaz-cart{width:31px;height:31px;display:grid;place-items:center;position:relative;color:#111213!important}
  .ukaz-search-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
  .ukaz-wishlist svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linejoin:round}
  .ukaz-cart svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .ukaz-wish-count,.ukaz-cart-count{top:-5px!important;right:-6px!important;min-width:16px!important;height:16px!important;font-size:9px!important;font-weight:600;background:var(--gold)!important;color:#fff!important;border:2px solid #fff}
  .ukaz-hero{height:var(--ukaz-mobile-hero-height,455px)!important;min-height:var(--ukaz-mobile-hero-height,455px)!important}
  .ukaz-cat{flex-basis:118px!important;width:118px!important;height:144px!important;min-height:144px!important;padding:7px 5px!important;border-radius:15px!important;background:#fdfcf9!important}
  .ukaz-cat-icon{height:91px!important}
  .ukaz-cat-icon img{width:70px!important;height:70px!important}
  .ukaz-cat span{font-size:12px!important;font-weight:650;line-height:1.2!important;margin-top:4px!important}
}
@media(max-width:560px){
  .ukaz-nav{padding:0 15px!important}
  .ukaz-actions{gap:12px!important}
  .ukaz-cat{flex-basis:112px!important;width:112px!important;height:138px!important;min-height:138px!important}
  .ukaz-cat-icon{height:85px!important}.ukaz-cat-icon img{width:66px!important;height:66px!important}
}


/* V23: NATURAL MOBILE HERO
   The uploaded hero image is never cropped or stretched.
   The image itself defines the hero height/aspect ratio. */
@media (max-width:800px){
  .ukaz-natural-hero{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    display:block!important;
    position:relative!important;
    overflow:hidden!important;
    background-image:none!important;
    background-color:var(--cream,#f5f1e8)!important;
  }
  .ukaz-natural-hero .ukaz-hero-media{
    display:block!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
  }
  .ukaz-natural-hero .ukaz-hero-media img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-width:none!important;
    object-fit:contain!important;
    object-position:center!important;
    margin:0!important;
    padding:0!important;
  }
  .ukaz-natural-hero::before{
    z-index:1!important;
    pointer-events:none!important;
    opacity:var(--hero-mobile-overlay,1)!important;
  }
  .ukaz-natural-hero .ukaz-hero-content{
    position:absolute!important;
    inset:0!important;
    z-index:2!important;
    width:100%!important;
    height:100%!important;
    box-sizing:border-box!important;
    margin:0!important;
    padding:5.64vw 3.47vw 6vw!important;
    display:flex!important;
    align-items:flex-start!important;
  }
  .ukaz-natural-hero .ukaz-hero-copy{
    width:var(--hero-mobile-copy-width,54%)!important;
    max-width:var(--hero-mobile-copy-width,54%)!important;
  }

  /* Base scale is 691px wide. Every hero control scales with the displayed image width. */
  .ukaz-natural-hero .ukaz-kicker{
    font-size:1.447vw!important;
    line-height:1.2!important;
    letter-spacing:.434vw!important;
    margin:0 0 1.30vw!important;
  }
  .ukaz-natural-hero .ukaz-hero h1{
    font-size:5.065vw!important;
    line-height:1.03!important;
    letter-spacing:-.217vw!important;
    margin:0 0 2.03vw!important;
    max-width:100%!important;
  }
  .ukaz-natural-hero .ukaz-hero-desc{
    font-size:1.881vw!important;
    line-height:1.5!important;
    max-width:100%!important;
    margin:0 0 2.32vw!important;
    white-space:pre-line!important;
  }
  .ukaz-natural-hero .ukaz-btn{
    font-size:1.881vw!important;
    line-height:1.2!important;
    padding:1.74vw 2.90vw!important;
    gap:1.30vw!important;
    white-space:nowrap!important;
  }
  .ukaz-natural-hero .ukaz-benefits{
    display:none!important;
  }
  .ukaz-natural-hero .ukaz-hero-arrow{
    display:none!important;
  }
  .ukaz-natural-hero .ukaz-hero-dots{
    bottom:1.74vw!important;
    gap:1.16vw!important;
  }
  .ukaz-natural-hero .ukaz-hero-dot{
    width:4.05vw!important;
    height:.58vw!important;
    min-height:2px!important;
  }
}

/* Keep very small screens readable without ever changing the image aspect ratio. */
@media (max-width:380px){
  .ukaz-natural-hero .ukaz-hero-copy{width:57%!important;max-width:57%!important}
}


/* V24 — PREMIUM MOBILE LOGO LOCKUP
   Matches the requested reference: centered UKAZ mark with a refined
   three-dot gold signature underneath. No "SMART GADGETS" text. */
@media (max-width:800px){
  .ukaz-header{
    height:68px!important;
    min-height:68px!important;
  }
  .ukaz-nav{
    height:68px!important;
    min-height:68px!important;
    position:relative!important;
    padding:0 15px!important;
  }

  /* Keep the hamburger anchored left. */
  .ukaz-mobile-menu{
    position:relative!important;
    z-index:4!important;
    width:36px!important;
    flex:0 0 36px!important;
  }

  /* Truly center the brand in the viewport, independent of icon widths. */
  .ukaz-brand{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    width:138px!important;
    height:64px!important;
    flex:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    padding:0!important;
    z-index:3!important;
  }
  .ukaz-logo{
    width:132px!important;
    height:auto!important;
    max-height:50px!important;
    object-fit:contain!important;
    object-position:left center!important;
    display:block!important;
    background:transparent!important;
  }
  .ukaz-brand-sub{
    display:none!important;
  }

  /* Gold line • • • line signature under the wordmark. */
  .ukaz-brand:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-1px;
    transform:translateX(-50%);
    width:100px;
    height:10px;
    background:
      linear-gradient(#b88a3b,#b88a3b) left 0 top 5px / 34px 1px no-repeat,
      radial-gradient(circle,#b88a3b 0 3px,transparent 3.2px) 44px 5px / 7px 7px no-repeat,
      radial-gradient(circle,#b88a3b 0 3px,transparent 3.2px) 58px 5px / 7px 7px no-repeat,
      radial-gradient(circle,#b88a3b 0 3px,transparent 3.2px) 72px 5px / 7px 7px no-repeat,
      linear-gradient(#b88a3b,#b88a3b) right 0 top 5px / 34px 1px no-repeat;
    pointer-events:none;
  }

  .ukaz-actions{
    position:relative!important;
    z-index:4!important;
    margin-left:auto!important;
    gap:12px!important;
  }
}

@media (max-width:560px){
  .ukaz-nav{
    padding:0 13px!important;
  }
  .ukaz-brand{
    width:132px!important;
  }
  .ukaz-logo{
    width:126px!important;
    max-height:48px!important;
  }
  .ukaz-brand:after{
    width:94px;
    bottom:-1px;
    background:
      linear-gradient(#b88a3b,#b88a3b) left 0 top 5px / 31px 1px no-repeat,
      radial-gradient(circle,#b88a3b 0 2.8px,transparent 3px) 41px 5px / 7px 7px no-repeat,
      radial-gradient(circle,#b88a3b 0 2.8px,transparent 3px) 54px 5px / 7px 7px no-repeat,
      radial-gradient(circle,#b88a3b 0 2.8px,transparent 3px) 67px 5px / 7px 7px no-repeat,
      linear-gradient(#b88a3b,#b88a3b) right 0 top 5px / 31px 1px no-repeat;
  }
}


/* V25 — EXACT REFERENCE MOBILE HEADER + MICRO CATEGORY RAIL */
@media (max-width:800px){
  .ukaz-header{
    height:68px!important;
    min-height:68px!important;
  }
  .ukaz-nav{
    height:68px!important;
    min-height:68px!important;
    padding:0 14px!important;
    position:relative!important;
  }

  /* Reference header: logo only. No added subtitle, dots, lines or decoration. */
  .ukaz-brand{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    width:150px!important;
    height:68px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    z-index:3!important;
  }
  .ukaz-logo{
    width:145px!important;
    max-width:145px!important;
    max-height:54px!important;
    height:auto!important;
    object-fit:contain!important;
    display:block!important;
    margin:0!important;
  }
  .ukaz-brand-sub{
    display:none!important;
  }
  .ukaz-brand:after{
    content:none!important;
    display:none!important;
  }

  .ukaz-mobile-menu{
    width:38px!important;
    flex:0 0 38px!important;
    position:relative!important;
    z-index:4!important;
  }
  .ukaz-actions{
    position:relative!important;
    z-index:4!important;
    margin-left:auto!important;
    gap:12px!important;
  }

  /* No accidental extra search/pseudo content. */
  .ukaz-actions:before,
  .ukaz-actions:after{
    display:none!important;
    content:none!important;
  }

  /* Category heading is plain like the reference — no boxed/highlighted treatment. */
  .ukaz-section#categories{
    padding:18px 0 18px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .ukaz-section#categories .ukaz-wrap{
    width:100%!important;
    padding-left:18px!important;
    padding-right:0!important;
  }
  .ukaz-section#categories .ukaz-section-head{
    margin:0 18px 10px 0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .ukaz-section#categories .ukaz-section-head h2{
    margin:0!important;
    font-size:25px!important;
    line-height:1.15!important;
  }
  .ukaz-section#categories .ukaz-link{
    font-size:12px!important;
  }

  .ukaz-cats{
    gap:9px!important;
    padding:0 18px 5px 0!important;
    margin-right:-18px!important;
  }
  .ukaz-cat{
    flex:0 0 94px!important;
    width:94px!important;
    height:108px!important;
    min-height:108px!important;
    padding:5px 3px 6px!important;
    border-radius:11px!important;
    box-shadow:none!important;
    justify-content:center!important;
  }
  .ukaz-cat-icon{
    height:66px!important;
    width:100%!important;
  }
  .ukaz-cat-icon img{
    width:54px!important;
    height:54px!important;
    object-fit:contain!important;
  }
  .ukaz-cat span{
    font-size:10.5px!important;
    font-weight:600!important;
    line-height:1.1!important;
    margin-top:3px!important;
    max-width:88px!important;
  }
}

@media (max-width:560px){
  .ukaz-brand{
    width:140px!important;
  }
  .ukaz-logo{
    width:136px!important;
    max-width:136px!important;
    max-height:51px!important;
  }
  .ukaz-section#categories{
    padding-top:17px!important;
    padding-bottom:16px!important;
  }
  .ukaz-section#categories .ukaz-wrap{
    padding-left:18px!important;
  }
  .ukaz-section#categories .ukaz-section-head{
    margin-right:18px!important;
    margin-bottom:9px!important;
  }
  .ukaz-section#categories .ukaz-section-head h2{
    font-size:24px!important;
  }
  .ukaz-cats{
    gap:8px!important;
  }
  .ukaz-cat{
    flex-basis:90px!important;
    width:90px!important;
    height:103px!important;
    min-height:103px!important;
  }
  .ukaz-cat-icon{
    height:62px!important;
  }
  .ukaz-cat-icon img{
    width:51px!important;
    height:51px!important;
  }
  .ukaz-cat span{
    font-size:10px!important;
    max-width:84px!important;
  }
}


/* V26 — SINGLE PRODUCT FLOATING QUICK ACTIONS */
.ukaz-product-float{
  position:fixed;
  right:18px;
  bottom:22px;
  z-index:99990;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:9px;
}
.ukaz-float-btn{
  min-width:48px;
  height:48px;
  padding:0 15px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none!important;
  box-shadow:0 7px 24px rgba(17,18,19,.18);
  border:1px solid rgba(255,255,255,.75);
  transition:transform .18s ease,box-shadow .18s ease;
  font-family:inherit;
  font-size:13px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}
.ukaz-float-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(17,18,19,.22)}
.ukaz-float-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 20px}
.ukaz-float-fast{background:#b88a3b;color:#fff}
.ukaz-float-cart{background:#111213;color:#fff}
.ukaz-float-whatsapp{background:#fff;color:#111213}
.ukaz-float-messenger{background:#fff;color:#111213}
.ukaz-float-call{background:#fff;color:#111213}
@media(max-width:700px){
  .ukaz-product-float{
    right:12px;
    bottom:calc(14px + env(safe-area-inset-bottom));
    gap:7px;
  }
  .ukaz-float-btn{
    min-width:46px;
    height:46px;
    padding:0 13px;
    font-size:12px;
  }
  .ukaz-float-btn svg{width:19px;height:19px;flex-basis:19px}
}
@media(max-width:420px){
  .ukaz-product-float{right:10px}
  .ukaz-float-btn span{display:none}
  .ukaz-float-btn{
    width:46px;
    min-width:46px;
    padding:0;
  }
}


/* V27 — SINGLE PRODUCT "এখনি অর্ডার করুন" POPUP CHECKOUT */
body.ukaz-modal-open,
html.ukaz-modal-open{overflow:hidden!important}

.ukaz-checkout-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  display:none;
}
.ukaz-checkout-modal.is-open{display:block}
.ukaz-checkout-backdrop{
  position:absolute;
  inset:0;
  background:rgba(12,13,14,.62);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.ukaz-checkout-dialog{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(920px,calc(100% - 28px));
  max-height:min(92vh,900px);
  overflow:hidden;
  background:#fff;
  border-radius:20px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  display:flex;
  flex-direction:column;
}
.ukaz-checkout-head{
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 20px 0 24px;
  border-bottom:1px solid #ece7de;
  flex:0 0 auto;
}
.ukaz-checkout-head h2{
  margin:0;
  font-size:20px;
  line-height:1.2;
  font-weight:700;
}
.ukaz-checkout-close{
  border:0;
  background:transparent;
  width:38px;
  height:38px;
  border-radius:50%;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  color:#111213;
}
.ukaz-checkout-body{
  overflow-y:auto;
  padding:18px 22px 28px;
}
.ukaz-checkout-loading{
  min-height:220px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#555;
}
.ukaz-checkout-loading span{
  width:30px;height:30px;border:3px solid #e8e0d3;border-top-color:#b88a3b;border-radius:50%;
  animation:ukazSpin .8s linear infinite;
}
@keyframes ukazSpin{to{transform:rotate(360deg)}}
.ukaz-checkout-error{
  padding:28px 12px;
  text-align:center;
  color:#9a2f2f;
  font-weight:600;
}
.ukaz-popup-cart-summary{
  margin-bottom:18px;
  padding:15px;
  border:1px solid #e9e3d8;
  border-radius:14px;
  background:#fcfbf8;
}
.ukaz-popup-cart-summary h3{
  margin:0 0 12px;
  font-size:17px;
}
.ukaz-popup-cart-items{display:flex;flex-direction:column;gap:8px}
.ukaz-popup-cart-item{
  display:flex;
  align-items:center;
  gap:11px;
  padding:8px 0;
  border-top:1px solid #eee9e0;
}
.ukaz-popup-cart-item:first-child{border-top:0}
.ukaz-popup-cart-thumb{
  width:54px;height:54px;flex:0 0 54px;
  border-radius:9px;overflow:hidden;background:#f6f3ed;
}
.ukaz-popup-cart-thumb img{width:100%;height:100%;object-fit:contain}
.ukaz-popup-cart-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}
.ukaz-popup-cart-info strong{font-size:13px;line-height:1.25}
.ukaz-popup-cart-info span{font-size:11px;color:#777}
.ukaz-popup-cart-price{font-size:13px;white-space:nowrap}

.ukaz-popup-checkout-form .woocommerce-checkout{
  margin:0!important;
}
.ukaz-popup-checkout-form .col2-set,
.ukaz-popup-checkout-form #order_review_heading,
.ukaz-popup-checkout-form #order_review{
  max-width:none!important;
}
.ukaz-popup-checkout-form .woocommerce-billing-fields h3,
.ukaz-popup-checkout-form #order_review_heading{
  font-size:17px!important;
}
.ukaz-popup-checkout-form .form-row{
  margin-bottom:10px!important;
}
.ukaz-popup-checkout-form .input-text,
.ukaz-popup-checkout-form select{
  min-height:44px!important;
  border-radius:9px!important;
}
.ukaz-popup-checkout-form #place_order{
  min-height:48px!important;
  border-radius:999px!important;
  background:#b88a3b!important;
  color:#fff!important;
  font-weight:700!important;
  width:100%!important;
}
@media(max-width:700px){
  .ukaz-checkout-dialog{
    width:100%;
    height:100%;
    max-height:none;
    border-radius:0;
    top:0;
    left:0;
    transform:none;
  }
  .ukaz-checkout-head{
    min-height:58px;
    padding:0 12px 0 17px;
  }
  .ukaz-checkout-head h2{font-size:17px}
  .ukaz-checkout-body{
    padding:13px 13px 25px;
  }
  .ukaz-popup-cart-summary{
    padding:12px;
  }
}
@media(max-width:420px){
  .ukaz-float-btn.ukaz-float-fast span{display:inline}
  .ukaz-float-btn.ukaz-float-fast{
    width:auto;
    min-width:46px;
    padding:0 13px;
  }
  .ukaz-float-btn.ukaz-float-fast svg{width:18px;height:18px}
}

/* V28 EXPRESS CHECKOUT */
.ukaz-free-progress{padding:12px;border:1px solid #eee5d8;border-radius:12px;background:#fcfbf8;margin-bottom:10px;font-size:12px}.ukaz-progress{height:6px;background:#e7e1d7;border-radius:99px;margin-top:8px;overflow:hidden}.ukaz-progress i{display:block;height:100%;background:#b88a3b}.ukaz-combo-promo{padding:10px 12px;border-radius:10px;background:#f7f0e4;margin-bottom:10px;font-size:12px;font-weight:600}.ukaz-express-cart,.ukaz-express-form{border:1px solid #eee5d8;border-radius:13px;padding:12px;margin-bottom:10px}.ukaz-express-cart h3,.ukaz-express-form h3{margin:0 0 10px;font-size:16px}.ukaz-express-item{display:flex;align-items:center;gap:8px;padding:7px 0;border-top:1px solid #f0ece5;font-size:12px}.ukaz-express-item:first-of-type{border-top:0}.ukaz-express-item img{width:48px;height:48px;object-fit:contain}.ukaz-express-item span{flex:1}.ukaz-express-item small{display:block;color:#888}.ukaz-express-field{width:100%;box-sizing:border-box;padding:11px;margin-bottom:8px;border:1px solid #ddd6ca;border-radius:9px;font:inherit}.ukaz-area{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:8px 0}.ukaz-area button,.ukaz-pay-option{border:1px solid #ddd6ca;background:#fff;border-radius:9px;padding:10px;font:inherit;font-size:12px}.ukaz-pay-option{width:100%;margin:4px 0;text-align:left}.ukaz-coupon{display:flex;gap:6px;margin:8px 0}.ukaz-coupon input{flex:1;padding:10px;border:1px solid #ddd6ca;border-radius:9px}.ukaz-coupon button{padding:0 13px;border:0;border-radius:9px;background:#111;color:#fff}.ukaz-manual-payment,.ukaz-otp-area{display:flex;gap:7px;margin:8px 0}.ukaz-manual-payment input,.ukaz-otp-area input{flex:1;padding:10px;border:1px solid #ddd6ca;border-radius:9px}.ukaz-express-total{display:flex;justify-content:space-between;padding:12px 0}.ukaz-place-order{width:100%;border:0;border-radius:999px;background:#b88a3b;color:#fff;padding:13px;font-weight:700}.ukaz-thankyou-upsell{padding:18px;border:1px solid #e8e1d6;border-radius:15px;margin:20px auto;max-width:700px}.ukaz-thankyou-upsell img{width:70px;height:70px;object-fit:contain}.ukaz-thankyou-upsell button{display:block;width:100%;padding:12px;margin-top:10px;border:0;border-radius:999px;background:#b88a3b;color:#fff;font-weight:700}@media(max-width:520px){.ukaz-area{grid-template-columns:1fr}}


/* V30 — Express checkout palette aligned with UKAZ website */
.ukaz-checkout-dialog{border:1px solid #e8e3d9;background:#fff;box-shadow:0 24px 70px rgba(17,18,19,.24)}
.ukaz-checkout-head{background:#fff;border-bottom:1px solid #e8e3d9}
.ukaz-checkout-head h2{color:#111213}
.ukaz-checkout-close:hover{background:#f5f1e8;color:#9b742f}
.ukaz-free-progress,.ukaz-express-cart,.ukaz-express-form{border-color:#e8e3d9;background:#fcfbf8}
.ukaz-progress{background:#e7e1d7}.ukaz-progress i{background:#b88a3b}
.ukaz-combo-promo{background:#f5f1e8;color:#171717}
.ukaz-express-field,.ukaz-coupon input,.ukaz-otp-area input{border-color:#ddd6ca;background:#fff;color:#171717;outline:none}
.ukaz-express-field:focus,.ukaz-coupon input:focus,.ukaz-otp-area input:focus{border-color:#b88a3b;box-shadow:0 0 0 3px rgba(184,138,59,.12)}
.ukaz-area button{border-color:#ddd6ca;background:#fff;color:#171717;transition:.18s}
.ukaz-area button:hover,.ukaz-area button.is-selected{border-color:#b88a3b;background:#f5f1e8;color:#111213;font-weight:700}
.ukaz-pay-option{border-color:#ddd6ca;background:#fff;color:#171717}
.ukaz-pay-option.is-selected{border-color:#b88a3b;background:#f5f1e8;font-weight:700}
.ukaz-coupon button{background:#111213;color:#fff}.ukaz-coupon button:hover{background:#b88a3b}
.ukaz-express-total{border-top:1px solid #e8e3d9;color:#171717}
.ukaz-place-order{background:#b88a3b;color:#fff;box-shadow:0 8px 18px rgba(184,138,59,.18);transition:.18s}
.ukaz-place-order:hover{background:#9b742f;transform:translateY(-1px)}


/* V32 — Functional Express Checkout feedback, guides and success state */
.ukaz-express-message,.ukaz-coupon-message,.ukaz-otp-message{margin:0 0 8px;font-size:12px;line-height:1.5;color:#8a2f2f}
.ukaz-coupon-message:empty,.ukaz-otp-message:empty,.ukaz-express-message:empty{display:none}
.ukaz-delivery-line{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:12px;border-top:1px solid #eee8df}
.ukaz-delivery-line strong{font-size:13px}
.ukaz-area button:disabled,.ukaz-coupon button:disabled,.ukaz-otp-area button:disabled,.ukaz-place-order:disabled{opacity:.6;cursor:not-allowed;transform:none!important}
.ukaz-coupon-message{margin-top:2px}
.ukaz-coupon-message.ukaz-ok,.ukaz-otp-message.ukaz-ok{color:#28704a}
.ukaz-product-guides{margin:18px 0;border-top:1px solid #e8e3d9}
.ukaz-product-guides details{border-bottom:1px solid #e8e3d9;padding:12px 0}
.ukaz-product-guides summary{cursor:pointer;font-weight:700;color:#171717}
.ukaz-product-guides details>div{padding:10px 0 2px;color:#555;font-size:14px;line-height:1.7}
.ukaz-thankyou-whatsapp{display:block;max-width:700px;margin:10px auto 20px;padding:12px 16px;text-align:center;border-radius:999px;background:#111213;color:#fff!important;text-decoration:none!important;font-weight:700}
.ukaz-thankyou-whatsapp:hover{background:#b88a3b}
.ukaz-order-success{text-align:center;padding:36px 16px}
.ukaz-success-mark{width:58px;height:58px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f5f1e8;color:#9b742f;font-size:32px;font-weight:800}
.ukaz-order-success h3{margin:0 0 8px;font-size:20px}
.ukaz-order-success p{margin:0 0 18px;color:#555}
.ukaz-order-success .ukaz-place-order{display:inline-block;width:auto;padding:12px 22px;text-decoration:none}


/* V33 CONTROL CENTER CLEANUP
   Mobile hero remains aspect-ratio driven; removed/dead height and position controls
   must never re-introduce cropping or a fixed height. */
@media (max-width:800px){
  .ukaz-natural-hero{height:auto!important;min-height:0!important;max-height:none!important;}
  .ukaz-natural-hero .ukaz-hero-media,.ukaz-natural-hero .ukaz-hero-media img{height:auto!important;}
  .ukaz-natural-hero .ukaz-hero-media img{object-fit:contain!important;object-position:center!important;}
}

/* V34 — SINGLE PRODUCT MOBILE VIEW matched to supplied UKAZ reference */
.ukaz-product-order-panel,.ukaz-product-delivery-box,.ukaz-product-info-accordions,.ukaz-product-benefits,.ukaz-mobile-product-bar,.ukaz-mobile-product-nav{display:none}
@media(max-width:700px){
  body.single-product{background:#fff}
  body.single-product .site-main{padding-top:0!important;padding-bottom:155px!important}
  body.single-product .ukaz-page{width:100%;padding:0 0 120px!important}
  body.single-product .woocommerce div.product{padding:0 18px!important}
  body.single-product .woocommerce div.product .summary{width:100%!important;float:none!important;margin:0!important;padding-top:12px}
  body.single-product .woocommerce div.product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important}
  body.single-product .woocommerce div.product .summary .product_title{font-size:26px!important;line-height:1.18!important;margin:8px 0 8px!important;letter-spacing:-.5px}
  body.single-product .woocommerce div.product .summary .price{font-size:22px!important;margin:0 0 12px!important;font-weight:800}
  body.single-product .woocommerce div.product form.cart{display:grid!important;grid-template-columns:110px 1fr!important;gap:10px!important;align-items:center!important;margin:18px 0 24px!important;padding-bottom:28px!important;border-bottom:1px solid #e8e3d9!important}
  body.single-product .woocommerce div.product form.cart .quantity{float:none!important;width:110px!important;margin:0!important}
  body.single-product .woocommerce div.product form.cart .quantity .qty{width:110px!important;height:58px!important;border:1px solid #e4ded4!important;border-radius:22px!important;background:#fff!important;font-size:20px!important;text-align:center!important}
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{float:none!important;width:100%!important;height:58px!important;margin:0!important;border:0!important;border-radius:999px!important;background:#111213!important;color:#fff!important;font-size:18px!important;font-weight:700!important;box-shadow:0 8px 22px rgba(17,18,19,.10)!important}
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover{background:#111213!important}
  .ukaz-product-order-panel{display:block;margin:8px 8px 18px;padding:18px 10px 10px;border:1px solid #e9dfcf;border-radius:32px;background:#fcfaf5}
  .ukaz-order-panel-title{display:flex;align-items:center;gap:9px;padding:0 10px 14px}
  .ukaz-panel-icon{font-size:29px;color:#b88a3b;line-height:1}
  .ukaz-order-panel-title h2{margin:0;font-size:21px;line-height:1.2;font-weight:700;color:#171717}
  .ukaz-order-actions{display:flex;flex-direction:column;gap:10px}
  .ukaz-order-card{position:relative;display:flex;align-items:center;gap:16px;width:100%;min-height:128px;padding:18px 24px;border-radius:28px;text-decoration:none!important;border:1px solid transparent;overflow:hidden;text-align:left;font-family:inherit}
  .ukaz-order-card:after{content:"";position:absolute;right:-2px;top:-2px;width:78px;height:78px;border-radius:0 0 0 100%;background:rgba(255,255,255,.18)}
  .ukaz-order-card-fast{background:#111213;color:#fff;border-color:#050505}
  .ukaz-order-card-wa{background:#edf9f0;color:#27774b;border-color:#c8e8d1}
  .ukaz-order-card-call{background:#faf3e8;color:#171717;border-color:#e8dac3}
  .ukaz-order-card-msg{background:#edf4ff;color:#0f65a9;border-color:#cbdcf3}
  .ukaz-card-icon{position:relative;z-index:2;width:58px;height:58px;flex:0 0 58px;border-radius:18px;background:rgba(255,255,255,.09);display:grid;place-items:center;font-size:28px;font-weight:700}
  .ukaz-order-card-wa .ukaz-card-icon,.ukaz-order-card-call .ukaz-card-icon,.ukaz-order-card-msg .ukaz-card-icon{background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.06)}
  .ukaz-order-card strong{display:block;position:relative;z-index:2;font-size:23px;line-height:1.2;font-weight:700}
  .ukaz-order-card small{display:block;position:relative;z-index:2;margin-top:4px;font-size:14px;line-height:1.3;opacity:.72}
  .ukaz-product-delivery-box{display:flex;align-items:center;gap:14px;margin:28px 8px 28px;padding:17px 20px;border:1px solid #e8e3d9;border-radius:25px;background:#fff}
  .ukaz-delivery-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:#f7f2e8;color:#b88a3b;font-size:27px;flex:0 0 50px}
  .ukaz-product-delivery-box span{display:block;color:#777;font-size:13px;font-weight:600}
  .ukaz-product-delivery-box strong{display:block;margin-top:1px;font-size:16px;line-height:1.35;color:#171717}
  .ukaz-product-info-accordions{display:block;margin:0 8px;border:1px solid #e8e3d9;border-radius:25px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.035)}
  .ukaz-product-info-accordions details+details{border-top:1px solid #e8e3d9}
  .ukaz-product-info-accordions summary{list-style:none;display:flex;align-items:center;gap:13px;padding:18px 20px;font-size:17px;font-weight:700;cursor:pointer}
  .ukaz-product-info-accordions summary::-webkit-details-marker{display:none}
  .ukaz-product-info-accordions summary span{color:#b88a3b;font-size:24px;line-height:1}
  .ukaz-product-info-accordions summary b{margin-left:auto;color:#777;font-size:22px;font-weight:500}
  .ukaz-product-info-accordions details>div{padding:0 20px 18px;color:#666;font-size:14px;line-height:1.7}
  .ukaz-product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:40px 8px 0}
  .ukaz-product-benefits>div{min-height:112px;padding:15px 8px 12px;border:1px solid #e8e3d9;border-radius:24px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.035)}
  .ukaz-product-benefits span{font-size:25px;color:#b88a3b;line-height:1;margin-bottom:9px}
  .ukaz-product-benefits strong{font-size:15px;line-height:1.2}
  .ukaz-product-benefits small{font-size:11px;color:#999;margin-top:4px}
  .ukaz-mobile-product-bar{position:fixed;left:12px;right:12px;bottom:70px;z-index:99980;min-height:74px;padding:9px 12px 9px 20px;border:1px solid #e6e1d9;border-radius:40px;background:rgba(255,255,255,.96);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);box-shadow:0 8px 30px rgba(0,0,0,.13);display:flex;align-items:center;gap:9px}
  .ukaz-mobile-product-bar>div{margin-right:auto;min-width:78px}
  .ukaz-mobile-product-bar small{display:block;color:#777;font-size:11px;line-height:1}
  .ukaz-mobile-product-bar strong{display:block;color:#111213;font-size:20px;line-height:1.25;margin-top:3px}
  .ukaz-mobile-product-bar strong .woocommerce-Price-currencySymbol{font-size:15px}
  .ukaz-mobile-wa{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#edf9f0;color:#20c76a;border:1px solid #cbe9d5;font-size:28px;text-decoration:none!important;box-shadow:0 4px 12px rgba(0,0,0,.05)}
  .ukaz-mobile-product-bar>button{height:54px;padding:0 21px;border:0;border-radius:999px;background:#111213;color:#fff;font:inherit;font-size:15px;font-weight:700;white-space:nowrap;box-shadow:0 6px 16px rgba(0,0,0,.13)}
  .ukaz-mobile-product-bar>button span{color:#b88a3b}
  .ukaz-mobile-product-nav{position:fixed;left:12px;right:12px;bottom:8px;z-index:99979;height:64px;border:1px solid #e8e3d9;border-radius:32px;background:rgba(255,255,255,.97);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);box-shadow:0 8px 28px rgba(0,0,0,.11);display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
  .ukaz-mobile-product-nav a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;color:#777;text-decoration:none!important;height:100%}
  .ukaz-mobile-product-nav a span{font-size:25px;line-height:1;color:#777}
  .ukaz-mobile-product-nav a small{font-size:11px}
  .ukaz-mobile-product-nav a b{position:absolute;top:6px;right:calc(50% - 23px);min-width:18px;height:18px;padding:0 4px;border-radius:20px;background:#b88a3b;color:#fff;font-size:10px;display:grid;place-items:center}
  body.single-product .ukaz-product-float{display:none!important}
}
@media(max-width:420px){
  .ukaz-order-card{min-height:118px;padding:16px 20px;border-radius:25px;gap:13px}
  .ukaz-card-icon{width:54px;height:54px;flex-basis:54px}
  .ukaz-order-card strong{font-size:20px}
  .ukaz-order-card small{font-size:12px}
  .ukaz-product-benefits{gap:8px}
  .ukaz-product-benefits>div{min-height:106px;padding-left:4px;padding-right:4px}
  .ukaz-product-benefits strong{font-size:13px}
  .ukaz-mobile-product-bar{left:8px;right:8px;padding-left:15px}
  .ukaz-mobile-product-bar>button{padding:0 15px;font-size:14px}
  .ukaz-mobile-wa{width:50px;height:50px}
}

/* V35 — Checkout page + Express quantity controls */
.ukaz-checkout-page-intro{max-width:1120px;margin:0 auto 22px;padding:22px 24px;border:1px solid #e8e3d9;border-radius:24px;background:#fcfaf5;display:flex;align-items:center;gap:15px}
.ukaz-checkout-badge{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1px solid #dfcfad;color:#b88a3b;font-size:12px;font-weight:800;letter-spacing:1px;background:#fff}
.ukaz-checkout-page-intro h1{margin:0;color:#111213;font-size:27px;line-height:1.15}
.ukaz-checkout-page-intro p{margin:4px 0 0;color:#777;font-size:13px}
.ukaz-checkout-steps{margin-left:auto;display:flex;align-items:center;gap:7px}.ukaz-checkout-steps span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#eeeae2;color:#777;font-size:12px;font-weight:700}.ukaz-checkout-steps span.is-active{background:#b88a3b;color:#fff}.ukaz-checkout-steps i{width:28px;height:1px;background:#ddd6ca}
body.woocommerce-checkout .site-main{background:#fafafa}
body.woocommerce-checkout .woocommerce{max-width:1120px;margin:0 auto}
body.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:24px;align-items:start}
body.woocommerce-checkout #customer_details{padding:24px;border:1px solid #e8e3d9;border-radius:24px;background:#fff;box-shadow:0 4px 18px rgba(17,18,19,.035)}
body.woocommerce-checkout #customer_details .col-1,body.woocommerce-checkout #customer_details .col-2{width:100%;float:none}
body.woocommerce-checkout .woocommerce-billing-fields h3,body.woocommerce-checkout .woocommerce-additional-fields h3{font-size:20px;color:#111213;margin:0 0 16px}
body.woocommerce-checkout .form-row{margin-bottom:14px}
body.woocommerce-checkout label{font-size:13px;font-weight:600;color:#333}
body.woocommerce-checkout .input-text,body.woocommerce-checkout select,body.woocommerce-checkout textarea{width:100%;box-sizing:border-box;border:1px solid #ddd6ca;border-radius:13px;background:#fff;color:#171717;padding:12px 13px;min-height:48px;font:inherit;outline:none;transition:.18s}
body.woocommerce-checkout textarea{min-height:110px}
body.woocommerce-checkout .input-text:focus,body.woocommerce-checkout select:focus,body.woocommerce-checkout textarea:focus{border-color:#b88a3b;box-shadow:0 0 0 3px rgba(184,138,59,.11)}
body.woocommerce-checkout #order_review_heading{display:none}
body.woocommerce-checkout #order_review{position:sticky;top:18px;padding:22px;border:1px solid #e8e3d9;border-radius:24px;background:#fff;box-shadow:0 4px 18px rgba(17,18,19,.035)}
body.woocommerce-checkout #order_review .shop_table{border:0;margin:0 0 15px;border-collapse:separate;border-spacing:0;width:100%}
body.woocommerce-checkout #order_review .shop_table th,body.woocommerce-checkout #order_review .shop_table td{padding:11px 0;border-bottom:1px solid #eee9e0;font-size:13px}
body.woocommerce-checkout #order_review .shop_table tfoot th,body.woocommerce-checkout #order_review .shop_table tfoot td{font-weight:700}
body.woocommerce-checkout #order_review .shop_table .order-total th,body.woocommerce-checkout #order_review .shop_table .order-total td{border-bottom:0;padding-top:17px;font-size:18px}
body.woocommerce-checkout #payment{border:1px solid #e8e3d9;border-radius:17px;background:#fcfaf5}
body.woocommerce-checkout #payment .payment_methods{border-bottom:1px solid #e8e3d9!important}
body.woocommerce-checkout #payment .place-order{padding:15px!important}
body.woocommerce-checkout #place_order{width:100%;min-height:54px;border:0;border-radius:999px;background:#111213;color:#fff;font-size:16px;font-weight:700;transition:.18s}
body.woocommerce-checkout #place_order:hover{background:#b88a3b}
.ukaz-checkout-trust{max-width:1120px;margin:22px auto 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.ukaz-checkout-trust>div{padding:15px 17px;border:1px solid #e8e3d9;border-radius:18px;background:#fff}.ukaz-checkout-trust b{display:block;font-size:13px;color:#111213}.ukaz-checkout-trust span{display:block;margin-top:4px;font-size:11px;color:#888}
.ukaz-express-cart-items{display:flex;flex-direction:column}
.ukaz-express-item{position:relative;display:flex;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #f0ece5}
.ukaz-express-item:first-child{border-top:0}
.ukaz-express-thumb{width:54px;height:54px;flex:0 0 54px;border-radius:11px;background:#f6f3ed;overflow:hidden}.ukaz-express-thumb img{width:100%;height:100%;object-fit:contain}
.ukaz-express-item-info{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.ukaz-express-item-info strong{font-size:12px;line-height:1.25}.ukaz-express-item-info small{font-size:10px;color:#888;line-height:1.3}.ukaz-express-item-info b{font-size:12px;color:#111213}
.ukaz-qty-control{display:flex;align-items:center;border:1px solid #e0d9ce;border-radius:11px;overflow:hidden;background:#fff;flex:0 0 auto}.ukaz-qty-control button{width:30px;height:30px;border:0;background:#f8f5ef;color:#111213;font-size:19px;line-height:1;cursor:pointer;padding:0}.ukaz-qty-control button:hover{background:#f0e9dd;color:#b88a3b}.ukaz-qty-control button:disabled{opacity:.35;cursor:not-allowed}.ukaz-qty-value{min-width:27px;text-align:center;font-size:12px;font-weight:700}
.ukaz-express-box.is-updating{opacity:.62;pointer-events:none;transition:opacity .15s}.ukaz-express-empty{text-align:center;padding:18px;color:#777;font-size:13px}
@media(max-width:800px){
  .ukaz-checkout-page-intro{margin:0 12px 14px;padding:16px;border-radius:19px}.ukaz-checkout-page-intro h1{font-size:22px}.ukaz-checkout-page-intro p{font-size:11px}.ukaz-checkout-steps{gap:4px}.ukaz-checkout-steps i{width:15px}.ukaz-checkout-badge{width:42px;height:42px}
  body.woocommerce-checkout .woocommerce{padding:0 12px}body.woocommerce-checkout form.checkout{display:flex;flex-direction:column;gap:14px}body.woocommerce-checkout #customer_details,body.woocommerce-checkout #order_review{width:100%;box-sizing:border-box;padding:17px;border-radius:20px}body.woocommerce-checkout #order_review{position:static;order:2}.ukaz-checkout-trust{margin:14px 12px 30px;grid-template-columns:1fr;gap:8px}
  .ukaz-qty-control button{width:28px;height:28px}.ukaz-qty-value{min-width:25px}
}

/* V46 — Quantity editor inside native WooCommerce Checkout Block order summary */
.ukaz-checkout-qty-edit{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:12px;color:#777}
.ukaz-checkout-qty-edit span{margin-right:2px}
.ukaz-checkout-qty-edit button{width:28px;height:28px;padding:0;border:1px solid #ddd6c9;border-radius:8px;background:#fff;color:#111;font-size:18px;line-height:1;cursor:pointer}
.ukaz-checkout-qty-edit button:hover{border-color:#b88a3b;color:#b88a3b}
.ukaz-checkout-qty-edit button:disabled{opacity:.45;cursor:wait}
.ukaz-checkout-qty-edit b{min-width:18px;text-align:center;font-size:12px;color:#111}
@media(max-width:700px){.ukaz-checkout-qty-edit{margin-top:7px;gap:6px}.ukaz-checkout-qty-edit button{width:26px;height:26px;border-radius:7px}.ukaz-checkout-qty-edit b{min-width:16px}}

/* V36 — Apple-inspired premium single-product mobile refinement */
@media (max-width:700px){
  body.single-product{background:#f7f7f5!important;color:#111!important}
  body.single-product .woocommerce div.product{padding:0 14px!important}
  body.single-product .woocommerce div.product .summary{padding-top:10px!important}
  body.single-product .woocommerce div.product .summary .product_title{font-size:24px!important;line-height:1.22!important;letter-spacing:-.35px!important;font-weight:700!important}
  body.single-product .woocommerce div.product .summary .price{font-size:21px!important;letter-spacing:-.2px!important;margin-bottom:10px!important}
  body.single-product .woocommerce div.product form.cart{grid-template-columns:92px 1fr!important;gap:9px!important;margin:14px 0 22px!important;padding-bottom:22px!important;border-bottom:1px solid #e5e5e2!important}
  body.single-product .woocommerce div.product form.cart .quantity,
  body.single-product .woocommerce div.product form.cart .quantity .qty{width:92px!important}
  body.single-product .woocommerce div.product form.cart .quantity .qty{height:54px!important;border:1px solid #deded9!important;border-radius:17px!important;background:#fff!important;font-size:18px!important;box-shadow:0 1px 2px rgba(0,0,0,.025)!important}
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{height:54px!important;border-radius:17px!important;background:#111!important;font-size:16px!important;box-shadow:0 7px 18px rgba(0,0,0,.10)!important}

  .ukaz-product-order-panel{margin:10px 0 22px!important;padding:20px 14px 14px!important;border:1px solid #e4e3df!important;border-radius:24px!important;background:#fff!important;box-shadow:0 8px 28px rgba(0,0,0,.045)!important}
  .ukaz-order-panel-title{padding:0 4px 16px!important;gap:9px!important}
  .ukaz-panel-icon{width:30px;height:30px;display:grid;place-items:center;font-size:22px!important;color:#b28b45!important}
  .ukaz-order-panel-title h2{font-size:19px!important;letter-spacing:-.2px!important;font-weight:700!important}
  .ukaz-order-actions{gap:9px!important}
  .ukaz-order-card{min-height:88px!important;height:88px!important;padding:14px 15px!important;gap:13px!important;border-radius:20px!important;border:1px solid #e4e4e1!important;box-shadow:0 3px 12px rgba(0,0,0,.035)!important}
  .ukaz-order-card:after{display:none!important}
  .ukaz-order-card-fast{background:#111!important;color:#fff!important;border-color:#111!important}
  .ukaz-order-card-wa,.ukaz-order-card-call,.ukaz-order-card-msg{background:#fff!important;color:#111!important;border-color:#e3e3df!important}
  .ukaz-card-icon{width:46px!important;height:46px!important;flex-basis:46px!important;border-radius:14px!important;background:#f5f4f1!important;color:#b28b45!important;font-size:22px!important;box-shadow:none!important}
  .ukaz-order-card-fast .ukaz-card-icon{background:#242424!important;color:#c5a05d!important}
  .ukaz-order-card-wa .ukaz-card-icon{color:#20b866!important}
  .ukaz-order-card-call .ukaz-card-icon{color:#b28b45!important}
  .ukaz-order-card-msg .ukaz-card-icon{color:#1685d8!important}
  .ukaz-order-card strong{font-size:17px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-.15px!important}
  .ukaz-order-card small{margin-top:3px!important;font-size:11.5px!important;line-height:1.3!important;color:#777!important;opacity:1!important}
  .ukaz-order-card-fast small{color:#bdbdbd!important}

  .ukaz-product-delivery-box{margin:20px 0!important;padding:16px 17px!important;gap:12px!important;border:1px solid #e4e3df!important;border-radius:20px!important;background:#fff!important;box-shadow:0 5px 20px rgba(0,0,0,.035)!important}
  .ukaz-delivery-icon{width:42px!important;height:42px!important;flex-basis:42px!important;font-size:22px!important;background:#f6f2e9!important}
  .ukaz-product-delivery-box span{font-size:11.5px!important;color:#8a8a86!important}
  .ukaz-product-delivery-box strong{font-size:14px!important;line-height:1.4!important;margin-top:2px!important}

  .ukaz-product-info-accordions{margin:0!important;border:1px solid #e4e3df!important;border-radius:20px!important;box-shadow:0 4px 16px rgba(0,0,0,.035)!important}
  .ukaz-product-info-accordions details+details{border-top:1px solid #ecebe8!important}
  .ukaz-product-info-accordions summary{padding:16px 17px!important;gap:10px!important;font-size:15px!important;font-weight:650!important}
  .ukaz-product-info-accordions summary span{font-size:20px!important;color:#b28b45!important}
  .ukaz-product-info-accordions summary b{font-size:18px!important;color:#8b8b87!important}
  .ukaz-product-info-accordions details>div{padding:0 17px 16px!important;font-size:12.5px!important;line-height:1.65!important;color:#70706c!important}

  .ukaz-product-benefits{gap:8px!important;margin:26px 0 0!important}
  .ukaz-product-benefits>div{min-height:96px!important;padding:12px 5px 10px!important;border:1px solid #e4e3df!important;border-radius:18px!important;background:#fff!important;box-shadow:0 4px 14px rgba(0,0,0,.03)!important}
  .ukaz-product-benefits span{font-size:21px!important;margin-bottom:7px!important;color:#b28b45!important}
  .ukaz-product-benefits strong{font-size:12.5px!important;line-height:1.2!important;font-weight:700!important}
  .ukaz-product-benefits small{font-size:9.5px!important;color:#999!important;margin-top:3px!important}

  .ukaz-mobile-product-bar{left:10px!important;right:10px!important;bottom:72px!important;min-height:68px!important;padding:7px 9px 7px 15px!important;border:1px solid rgba(220,220,216,.95)!important;border-radius:25px!important;background:rgba(255,255,255,.88)!important;backdrop-filter:blur(22px) saturate(140%)!important;-webkit-backdrop-filter:blur(22px) saturate(140%)!important;box-shadow:0 10px 35px rgba(0,0,0,.14)!important}
  .ukaz-mobile-product-bar small{font-size:9.5px!important;color:#858580!important}
  .ukaz-mobile-product-bar strong{font-size:18px!important;margin-top:2px!important}
  .ukaz-mobile-wa{width:48px!important;height:48px!important;font-size:24px!important;background:#f0faf4!important;border-color:#d4eddd!important;box-shadow:none!important}
  .ukaz-mobile-product-bar>button{height:48px!important;padding:0 17px!important;border-radius:17px!important;background:#111!important;font-size:13.5px!important;box-shadow:0 5px 15px rgba(0,0,0,.12)!important}
  .ukaz-mobile-product-nav{left:10px!important;right:10px!important;bottom:9px!important;height:60px!important;border:1px solid rgba(220,220,216,.95)!important;border-radius:24px!important;background:rgba(255,255,255,.90)!important;backdrop-filter:blur(22px) saturate(140%)!important;-webkit-backdrop-filter:blur(22px) saturate(140%)!important;box-shadow:0 10px 32px rgba(0,0,0,.12)!important}
  .ukaz-mobile-product-nav a span{font-size:22px!important;color:#777!important}
  .ukaz-mobile-product-nav a small{font-size:9.5px!important;color:#777!important}
  .ukaz-mobile-product-nav a b{top:5px!important;right:calc(50% - 20px)!important;min-width:16px!important;height:16px!important;font-size:9px!important;background:#b28b45!important}
}
@media(max-width:420px){
  .ukaz-order-card{min-height:82px!important;height:82px!important;padding:12px 13px!important;border-radius:18px!important;gap:11px!important}
  .ukaz-card-icon{width:42px!important;height:42px!important;flex-basis:42px!important;border-radius:13px!important;font-size:20px!important}
  .ukaz-order-card strong{font-size:16px!important}
  .ukaz-order-card small{font-size:10.5px!important}
  .ukaz-mobile-product-bar{left:8px!important;right:8px!important}
  .ukaz-mobile-product-bar>button{padding:0 13px!important;font-size:13px!important}
  .ukaz-mobile-wa{width:46px!important;height:46px!important}
}

/* V37 — Premium Apple-style single-product gallery
   Reference: large natural-ratio product image, generous breathing room,
   soft radius and restrained shadow. No crop/stretch. */
@media(max-width:700px){
  body.single-product .woocommerce div.product .woocommerce-product-gallery{
    width:100%!important;
    margin:16px 0 0!important;
    padding:0!important;
    position:relative!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery__wrapper{
    margin:0!important;
    width:100%!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery__image{
    margin:0!important;
    width:100%!important;
    border-radius:32px!important;
    overflow:hidden!important;
    background:#f6f5f2!important;
    box-shadow:0 10px 30px rgba(17,18,19,.08)!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery__image a{
    display:block!important;
    width:100%!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery__image img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center!important;
    margin:0!important;
    border-radius:0!important;
    background:#f6f5f2!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs{
    display:flex!important;
    gap:8px!important;
    margin:10px 2px 0!important;
    padding:0!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar{display:none!important}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li{
    flex:0 0 54px!important;
    width:54px!important;
    margin:0!important;
    border:1px solid #e8e3d9!important;
    border-radius:13px!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img{
    width:54px!important;
    height:54px!important;
    object-fit:cover!important;
    margin:0!important;
    border-radius:0!important;
    opacity:.72!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{
    opacity:1!important;
    outline:2px solid #b88a3b!important;
    outline-offset:-2px!important;
  }
  body.single-product .woocommerce div.product .summary{
    padding-top:22px!important;
  }
  body.single-product .woocommerce div.product .summary .product_title{
    font-size:28px!important;
    line-height:1.16!important;
    letter-spacing:-.8px!important;
    margin:0 0 10px!important;
  }
}
@media(max-width:420px){
  body.single-product .woocommerce div.product .woocommerce-product-gallery__image{border-radius:28px!important}
  body.single-product .woocommerce div.product .woocommerce-product-gallery{margin-top:14px!important}
  body.single-product .woocommerce div.product .summary{padding-top:19px!important}
  body.single-product .woocommerce div.product .summary .product_title{font-size:26px!important}
}

/* V38 — Control Center functional fixes */
@media(max-width:800px){.ukaz-natural-hero::before{opacity:var(--hero-mobile-overlay,1)!important;}}


/* V39 — WooCommerce Checkout Block / modern checkout styling */
body.woocommerce-checkout{background:#f7f7f5!important;color:#111213}
body.woocommerce-checkout .site-main{background:#f7f7f5!important;padding-top:28px!important;padding-bottom:60px!important}
body.woocommerce-checkout .site-main>article>h1{max-width:1120px;margin:0 auto 18px;padding:0 12px;font-size:30px;letter-spacing:-.7px;font-weight:700;color:#111213}
/* Modern WooCommerce Checkout Block */
body.woocommerce-checkout .wc-block-checkout{max-width:1120px!important;margin:0 auto!important;padding:0 12px 30px!important;font-family:"Hind Siliguri",system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important}
body.woocommerce-checkout .wc-block-components-checkout-step{border:1px solid #e6e2da!important;border-radius:22px!important;background:#fff!important;padding:22px!important;margin-bottom:14px!important;box-shadow:0 5px 20px rgba(17,18,19,.035)!important}
body.woocommerce-checkout .wc-block-components-checkout-step__heading{font-size:20px!important;line-height:1.25!important;font-weight:700!important;color:#111213!important;margin-bottom:15px!important;letter-spacing:-.25px!important}
body.woocommerce-checkout .wc-block-components-checkout-step__description{font-size:13px!important;color:#777!important}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-text-input textarea,
body.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input,
body.woocommerce-checkout .wc-block-components-select .wc-block-components-select__container,
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-text-input textarea:focus{border-radius:13px!important;border-color:#ddd6ca!important;background:#fff!important;box-shadow:none!important}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-text-input textarea{min-height:48px!important;font-size:15px!important;color:#171717!important}
body.woocommerce-checkout .wc-block-components-text-input label{font-size:12px!important;color:#666!important}
body.woocommerce-checkout .wc-block-components-combobox .components-base-control__field,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input{margin-bottom:12px!important}
body.woocommerce-checkout .wc-block-components-order-summary{border:1px solid #e6e2da!important;border-radius:22px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 5px 20px rgba(17,18,19,.035)!important}
body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__button{font-size:18px!important;font-weight:700!important;padding:20px!important}
body.woocommerce-checkout .wc-block-components-order-summary-item{padding:14px 20px!important}
body.woocommerce-checkout .wc-block-components-order-summary-item__image{border-radius:12px!important;border:1px solid #eee9e0!important}
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity{background:#111213!important;color:#fff!important;border-color:#111213!important}
body.woocommerce-checkout .wc-block-components-totals-wrapper{border-color:#eee9e0!important}
body.woocommerce-checkout .wc-block-components-totals-item{font-size:14px!important;padding:7px 0!important}
body.woocommerce-checkout .wc-block-components-totals-item--total{padding-top:15px!important}
body.woocommerce-checkout .wc-block-components-totals-item--total .wc-block-components-totals-item__value{font-size:20px!important;font-weight:800!important;color:#111213!important}
body.woocommerce-checkout .wc-block-components-checkout-place-order{margin-top:10px!important}
body.woocommerce-checkout .wc-block-components-checkout-place-order .wc-block-components-button{min-height:54px!important;border-radius:999px!important;background:#111213!important;color:#fff!important;font-size:16px!important;font-weight:700!important;box-shadow:0 8px 22px rgba(17,18,19,.13)!important}
body.woocommerce-checkout .wc-block-components-checkout-place-order .wc-block-components-button:hover{background:#b88a3b!important}
body.woocommerce-checkout .wc-block-components-radio-control{border:1px solid #e6e2da!important;border-radius:16px!important;overflow:hidden!important}
body.woocommerce-checkout .wc-block-components-radio-control__option{padding:14px 15px!important;border-color:#eee9e0!important}
body.woocommerce-checkout .wc-block-components-radio-control__option--checked{background:#fcfaf5!important}
body.woocommerce-checkout .wc-block-components-checkbox label{font-size:13px!important}
body.woocommerce-checkout .wc-block-components-address-form{margin-top:5px!important}
body.woocommerce-checkout .wc-block-components-validation-error{font-size:12px!important}
@media(min-width:801px){
 body.woocommerce-checkout .wc-block-checkout{display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr)!important;gap:24px!important;align-items:start!important}
 body.woocommerce-checkout .wc-block-checkout__contact-information,
 body.woocommerce-checkout .wc-block-checkout__shipping-fields,
 body.woocommerce-checkout .wc-block-checkout__billing-fields,
 body.woocommerce-checkout .wc-block-checkout__payment-method,
 body.woocommerce-checkout .wc-block-checkout__terms{grid-column:1!important}
 body.woocommerce-checkout .wc-block-checkout__order-summary{grid-column:2!important;grid-row:1 / span 6!important;position:sticky!important;top:18px!important;align-self:start!important}
}
@media(max-width:800px){
 body.woocommerce-checkout .site-main{padding-top:14px!important}
 body.woocommerce-checkout .site-main>article>h1{font-size:25px!important;margin-bottom:12px!important}
 body.woocommerce-checkout .wc-block-checkout{padding:0 10px 25px!important}
 body.woocommerce-checkout .wc-block-components-checkout-step{padding:17px!important;border-radius:19px!important}
 body.woocommerce-checkout .wc-block-components-checkout-step__heading{font-size:19px!important}
 body.woocommerce-checkout .wc-block-components-order-summary{border-radius:19px!important}
 body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__button{padding:17px!important;font-size:17px!important}
}


/* V39 — Checkout Block root + UKAZ header */
body.woocommerce-checkout .wp-block-woocommerce-checkout{max-width:1120px!important;margin:0 auto!important;padding:0 12px 35px!important}
.ukaz-checkout-block-intro{max-width:1120px;margin:0 auto 18px;padding:18px 20px;border:1px solid #e5e1d8;border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 5px 20px rgba(17,18,19,.035);display:flex;align-items:center;gap:13px}
.ukaz-checkout-block-mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#111213;color:#fff;font-size:11px;font-weight:800;letter-spacing:1px;flex:0 0 44px}
.ukaz-checkout-block-copy span{display:block;color:#b88a3b;font-size:9px;font-weight:800;letter-spacing:1.7px;line-height:1.1}
.ukaz-checkout-block-copy h1{margin:2px 0 0!important;font-size:24px!important;line-height:1.15!important;color:#111213!important;font-weight:750!important}
.ukaz-checkout-block-copy p{margin:3px 0 0!important;font-size:11px!important;color:#777!important}
@media(max-width:800px){
 .ukaz-checkout-block-intro{margin:0 10px 12px;padding:14px 15px;border-radius:18px}
 .ukaz-checkout-block-mark{width:40px;height:40px;flex-basis:40px;font-size:10px}
 .ukaz-checkout-block-copy h1{font-size:21px!important}
 .ukaz-checkout-block-copy p{font-size:10px!important}
 body.woocommerce-checkout .wp-block-woocommerce-checkout{padding:0 8px 25px!important}
}


/* V40 — Simple, low-friction UKAZ checkout */
body.woocommerce-checkout{background:#f7f7f5!important;color:#111213}
body.woocommerce-checkout .site-main{padding:22px 0 70px!important;background:#f7f7f5!important}
body.woocommerce-checkout .wp-block-woocommerce-checkout{max-width:none!important;margin:0!important;padding:0!important}
.ukaz-simple-checkout{max-width:1040px;margin:0 auto;padding:0 18px;font-family:"Hind Siliguri",system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
.ukaz-simple-checkout-head{display:flex;align-items:center;gap:14px;margin:0 0 18px;padding:2px 2px}
.ukaz-simple-brand{width:44px;height:44px;border:1px solid #d9c79e;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:800;letter-spacing:1px;color:#b08a43;background:#fff}
.ukaz-simple-checkout-head span{display:block;font-size:11px;color:#b08a43;font-weight:700;margin-bottom:1px}
.ukaz-simple-checkout-head h1{margin:0;font-size:27px;line-height:1.1;letter-spacing:-.4px}
.ukaz-simple-checkout-head p{margin:4px 0 0;font-size:12px;color:#777}
.ukaz-simple-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:16px;align-items:start}
.ukaz-simple-main{display:flex;flex-direction:column;gap:12px}
.ukaz-simple-card{background:#fff;border:1px solid #e5e0d6;border-radius:22px;padding:20px;box-shadow:0 5px 20px rgba(17,18,19,.035)}
.ukaz-simple-card-title{display:flex;align-items:center;gap:11px;margin-bottom:17px}
.ukaz-simple-card-title>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#f4eee2;color:#b08a43;font-weight:800;font-size:12px;flex:0 0 28px}
.ukaz-simple-card-title h2{margin:0;font-size:19px;line-height:1.15;letter-spacing:-.2px}
.ukaz-simple-card-title p{margin:3px 0 0;font-size:11px;color:#888}
.ukaz-simple-info label{display:block;font-size:12px;font-weight:700;margin:0 0 11px;color:#333}
.ukaz-simple-info label:last-child{margin-bottom:0}
.ukaz-simple-info em{font-style:normal;color:#b08a43}
.ukaz-simple-info input,.ukaz-simple-info textarea{display:block;width:100%;box-sizing:border-box;margin-top:6px;border:1px solid #ddd7cc;border-radius:13px;background:#fff;padding:13px 14px;font:inherit;font-size:14px;color:#171717;outline:none;transition:.16s}
.ukaz-simple-info input{height:49px}.ukaz-simple-info textarea{resize:vertical;min-height:82px}
.ukaz-simple-info input:focus,.ukaz-simple-info textarea:focus{border-color:#b08a43;box-shadow:0 0 0 3px rgba(176,138,67,.09)}
.ukaz-simple-delivery{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ukaz-simple-delivery button{appearance:none;text-align:left;border:1px solid #e2ddd3;background:#fff;border-radius:15px;padding:14px;cursor:pointer;color:#171717;font:inherit;transition:.16s}
.ukaz-simple-delivery button.is-selected{border-color:#b08a43;background:#fcf8ef;box-shadow:0 0 0 2px rgba(176,138,67,.08)}
.ukaz-simple-delivery b,.ukaz-simple-delivery strong,.ukaz-simple-delivery small{display:block}.ukaz-simple-delivery b{font-size:14px}.ukaz-simple-delivery strong{margin-top:3px;font-size:14px}.ukaz-simple-delivery small{margin-top:3px;font-size:10px;color:#888}
.ukaz-simple-payment{display:flex;align-items:center;gap:12px;border:1px solid #ddd7cc;border-radius:15px;padding:15px;background:#fcfaf5}
.ukaz-simple-radio{width:18px;height:18px;border:5px solid #111213;border-radius:50%;box-sizing:border-box;flex:0 0 18px}
.ukaz-simple-payment b,.ukaz-simple-payment small{display:block}.ukaz-simple-payment b{font-size:14px}.ukaz-simple-payment small{font-size:11px;color:#777;margin-top:3px}
.ukaz-simple-alert{padding:13px;border-radius:13px;background:#faf1e8;color:#805d34;font-size:13px}
.ukaz-simple-summary{position:sticky;top:16px}
.ukaz-simple-summary .ukaz-simple-card-title{margin-bottom:12px}
.ukaz-simple-products{border-top:1px solid #eee9e0;border-bottom:1px solid #eee9e0;padding:5px 0;margin-bottom:9px}
.ukaz-simple-product{display:flex;gap:10px;align-items:center;padding:9px 0}.ukaz-simple-product-image{position:relative;width:54px;height:54px;flex:0 0 54px}.ukaz-simple-product-image img{width:54px;height:54px;object-fit:cover;border-radius:11px;border:1px solid #eee9e0}.ukaz-simple-product-image span{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:10px;background:#111213;color:#fff;font-size:10px;display:grid;place-items:center}.ukaz-simple-product b,.ukaz-simple-product small{display:block}.ukaz-simple-product b{font-size:12px;line-height:1.3}.ukaz-simple-product small{font-size:11px;color:#777;margin-top:2px}
.ukaz-simple-edit-cart{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;color:#171717;text-decoration:none;font-size:12px;font-weight:700;border:1px solid #d9d1c1;border-radius:999px;padding:7px 11px;background:#fffdf8;transition:.2s ease}
.ukaz-simple-edit-cart:hover{border-color:#b89452;color:#9a7435;transform:translateY(-1px)}
.ukaz-simple-edit-cart span{font-size:14px;line-height:1}
.ukaz-simple-total-line,.ukaz-simple-total{display:flex;justify-content:space-between;align-items:center}.ukaz-simple-total-line{padding:7px 0;font-size:12px;color:#666}.ukaz-simple-total-line strong{color:#222}.ukaz-simple-total{border-top:1px solid #eee9e0;margin-top:6px;padding-top:14px;font-size:17px;font-weight:800}.ukaz-simple-total strong{font-size:20px}
.ukaz-simple-place-order{width:100%;margin-top:16px;height:52px;border:0;border-radius:999px;background:#111213;color:#fff;font:inherit;font-size:15px;font-weight:800;cursor:pointer;box-shadow:0 7px 18px rgba(17,18,19,.12);transition:.16s}.ukaz-simple-place-order:hover{background:#b08a43}.ukaz-simple-place-order:disabled{opacity:.55;cursor:not-allowed}.ukaz-simple-note{text-align:center;margin:10px 0 0;font-size:10px;color:#888}.ukaz-simple-message{min-height:18px;text-align:center;margin-top:7px;color:#a33;font-size:11px}
.ukaz-simple-checkout-empty{max-width:500px;margin:60px auto;padding:35px 25px;text-align:center;background:#fff;border:1px solid #e5e0d6;border-radius:22px}.ukaz-simple-checkout-empty h1{margin:0 0 6px;font-size:24px}.ukaz-simple-checkout-empty p{color:#777}.ukaz-simple-checkout-empty a{display:inline-block;margin-top:8px;padding:11px 20px;border-radius:999px;background:#111213;color:#fff;text-decoration:none}
@media(max-width:800px){
 body.woocommerce-checkout .site-main{padding:13px 0 50px!important}
 .ukaz-simple-checkout{padding:0 12px}
 .ukaz-simple-checkout-head{margin-bottom:13px}.ukaz-simple-brand{width:40px;height:40px}.ukaz-simple-checkout-head h1{font-size:22px}.ukaz-simple-checkout-head p{font-size:10px}
 .ukaz-simple-checkout-grid{display:flex;flex-direction:column;gap:10px}.ukaz-simple-main{gap:10px}.ukaz-simple-card{width:100%;box-sizing:border-box;padding:16px;border-radius:18px;box-shadow:none}.ukaz-simple-summary{position:static;order:2}.ukaz-simple-card-title{margin-bottom:13px}.ukaz-simple-card-title h2{font-size:17px}.ukaz-simple-card-title p{font-size:10px}
 .ukaz-simple-info input{height:47px}.ukaz-simple-info textarea{min-height:76px}.ukaz-simple-delivery{gap:7px}.ukaz-simple-delivery button{padding:12px;border-radius:13px}.ukaz-simple-delivery b,.ukaz-simple-delivery strong{font-size:12px}.ukaz-simple-delivery small{font-size:9px}
 .ukaz-simple-product b{font-size:11px}.ukaz-simple-place-order{height:50px;font-size:14px}
}

/* V41 — Compact mobile checkout */
body.woocommerce-checkout .site-main>article>h1{display:none!important}
@media(max-width:800px){
 body.woocommerce-checkout .site-main{padding:8px 0 38px!important}
 .ukaz-simple-checkout{padding:0 10px!important;max-width:100%!important}
 .ukaz-simple-checkout-head{gap:10px;margin:0 2px 10px!important;padding:0!important}
 .ukaz-simple-brand{width:34px!important;height:34px!important;flex-basis:34px!important;font-size:8px!important}
 .ukaz-simple-checkout-head span{font-size:9px!important;letter-spacing:0!important}
 .ukaz-simple-checkout-head h1{font-size:19px!important;line-height:1.08!important;letter-spacing:-.25px!important}
 .ukaz-simple-checkout-head p{font-size:9px!important;margin-top:2px!important}
 .ukaz-simple-checkout-grid{gap:8px!important}
 .ukaz-simple-main{gap:8px!important}
 .ukaz-simple-card{padding:12px!important;border-radius:15px!important}
 .ukaz-simple-card-title{gap:8px!important;margin-bottom:10px!important}
 .ukaz-simple-card-title>span{width:23px!important;height:23px!important;flex-basis:23px!important;font-size:10px!important}
 .ukaz-simple-card-title h2{font-size:15px!important;line-height:1.1!important}
 .ukaz-simple-card-title p{font-size:9px!important;margin-top:2px!important}
 .ukaz-simple-info label{font-size:10px!important;margin-bottom:8px!important}
 .ukaz-simple-info input,.ukaz-simple-info textarea{margin-top:4px!important;border-radius:11px!important;padding:10px 11px!important;font-size:12px!important}
 .ukaz-simple-info input{height:42px!important}
 .ukaz-simple-info textarea{min-height:66px!important}
 .ukaz-simple-delivery{gap:6px!important}
 .ukaz-simple-delivery button{padding:10px!important;border-radius:11px!important}
 .ukaz-simple-delivery b,.ukaz-simple-delivery strong{font-size:11px!important}
 .ukaz-simple-delivery small{font-size:8px!important;margin-top:2px!important}
 .ukaz-simple-payment{gap:9px!important;padding:11px!important;border-radius:11px!important}
 .ukaz-simple-radio{width:16px!important;height:16px!important;flex-basis:16px!important;border-width:4px!important}
 .ukaz-simple-payment b{font-size:11px!important}
 .ukaz-simple-payment small{font-size:9px!important}
 .ukaz-simple-summary{padding:12px!important}
 .ukaz-simple-product{gap:8px!important;padding:7px 0!important}
 .ukaz-simple-product-image,.ukaz-simple-product-image img{width:48px!important;height:48px!important;flex-basis:48px!important}
 .ukaz-simple-product b{font-size:10px!important}
 .ukaz-simple-product small{font-size:9px!important}
 .ukaz-simple-total-line{padding:5px 0!important;font-size:10px!important}
 .ukaz-simple-total{margin-top:4px!important;padding-top:10px!important;font-size:14px!important}
 .ukaz-simple-total strong{font-size:17px!important}
 .ukaz-simple-place-order{height:46px!important;margin-top:11px!important;font-size:13px!important}
 .ukaz-simple-note{font-size:8px!important;margin-top:7px!important}
 .ukaz-simple-message{font-size:10px!important}
}

/* V42 — Checkout full-width alignment fix
   Keep the simple checkout in one readable column so it never gets stranded on one side. */
body.woocommerce-checkout .site-main.ukaz-wrap{width:100%!important;max-width:none!important;box-sizing:border-box!important;margin:0!important;padding-left:0!important;padding-right:0!important}
body.woocommerce-checkout .site-main>article{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.woocommerce-checkout .ukaz-simple-checkout{width:100%!important;max-width:760px!important;box-sizing:border-box!important;margin-left:auto!important;margin-right:auto!important}
body.woocommerce-checkout .ukaz-simple-checkout-grid{display:flex!important;flex-direction:column!important;width:100%!important;gap:10px!important}
body.woocommerce-checkout .ukaz-simple-main,body.woocommerce-checkout .ukaz-simple-summary{width:100%!important;box-sizing:border-box!important}
body.woocommerce-checkout .ukaz-simple-summary{order:2!important;position:static!important}
@media(max-width:800px){
  body.woocommerce-checkout .ukaz-simple-checkout{max-width:560px!important;padding-left:12px!important;padding-right:12px!important}
  body.woocommerce-checkout .ukaz-simple-card{width:100%!important;box-sizing:border-box!important}
}


/* V43 — ELITE LUXURY CHECKOUT
   Minimal hierarchy, generous whitespace, premium UKAZ palette.
*/
.ukaz-simple-checkout{
  width:min(1120px,calc(100% - 40px));
  margin:0 auto;
  padding:26px 0 70px;
  color:#171717;
}
.ukaz-simple-checkout-head{
  display:flex;
  align-items:center;
  gap:18px;
  margin:0 0 28px;
  padding:0 4px;
}
.ukaz-simple-brand{
  width:54px;height:54px;flex:0 0 54px;
  border:1px solid #d8c59d;border-radius:50%;
  display:grid;place-items:center;
  color:#9b742f;font-size:11px;letter-spacing:2px;font-weight:800;
  background:#fffdf8;
}
.ukaz-simple-checkout-head>div:last-child>span{
  display:block;color:#a27c35;font-size:13px;font-weight:700;margin-bottom:2px;
}
.ukaz-simple-checkout-head h1{
  margin:0;font-size:32px;line-height:1.08;letter-spacing:-1px;font-weight:800;
}
.ukaz-simple-checkout-head p{margin:5px 0 0;color:#85817a;font-size:13px}
.ukaz-simple-checkout-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr);
  gap:22px;
  align-items:start;
}
.ukaz-simple-main{display:flex;flex-direction:column;gap:16px;min-width:0}
.ukaz-simple-card{
  background:#fff;
  border:1px solid #e6e1d8;
  border-radius:24px;
  padding:25px;
  box-shadow:0 4px 20px rgba(17,18,19,.035);
}
.ukaz-simple-card-title{
  display:flex;align-items:flex-start;gap:13px;margin-bottom:20px;
}
.ukaz-simple-card-title>span{
  width:30px;height:30px;flex:0 0 30px;border-radius:50%;
  display:grid;place-items:center;background:#f7f0e4;color:#a27c35;
  font-size:13px;font-weight:800;
}
.ukaz-simple-card-title h2{margin:0;font-size:22px;line-height:1.2;letter-spacing:-.4px}
.ukaz-simple-card-title p{margin:4px 0 0;color:#99958e;font-size:12px;line-height:1.4}
.ukaz-simple-info label{display:block;margin:0 0 15px;font-size:13px;font-weight:700;color:#34312d}
.ukaz-simple-info label:last-child{margin-bottom:0}
.ukaz-simple-info em{color:#a27c35;font-style:normal}
.ukaz-simple-info input,.ukaz-simple-info textarea{
  display:block;width:100%;box-sizing:border-box;margin-top:7px;
  border:1px solid #ded9d0;border-radius:15px;background:#fff;
  color:#171717;font:inherit;font-size:15px;padding:0 15px;outline:none;
  transition:.18s;
}
.ukaz-simple-info input{height:54px}
.ukaz-simple-info textarea{min-height:104px;padding-top:14px;resize:vertical}
.ukaz-simple-info input:focus,.ukaz-simple-info textarea:focus{
  border-color:#b88a3b;box-shadow:0 0 0 3px rgba(184,138,59,.09)
}
.ukaz-simple-info input::placeholder,.ukaz-simple-info textarea::placeholder{color:#aaa59d}
.ukaz-simple-delivery{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ukaz-simple-delivery button{
  appearance:none;text-align:left;cursor:pointer;
  border:1px solid #e1dcd3;background:#fff;border-radius:16px;
  padding:15px 16px;min-height:90px;color:#222;font:inherit;
  transition:.18s;
}
.ukaz-simple-delivery button:hover{border-color:#c7ad7a}
.ukaz-simple-delivery button.is-selected{
  border-color:#b88a3b;background:#fbf7ef;box-shadow:inset 0 0 0 1px #b88a3b;
}
.ukaz-simple-delivery b,.ukaz-simple-delivery strong,.ukaz-simple-delivery small{display:block}
.ukaz-simple-delivery b{font-size:14px;margin-bottom:7px}
.ukaz-simple-delivery strong{font-size:15px}
.ukaz-simple-delivery small{margin-top:5px;color:#99958e;font-size:11px}
.ukaz-simple-payment{
  display:flex;align-items:center;gap:14px;min-height:66px;
  padding:13px 15px;border:1px solid #ded9d0;border-radius:16px;background:#fff;
}
.ukaz-simple-payment.is-selected{border-color:#b88a3b;background:#fbf7ef;box-shadow:inset 0 0 0 1px #b88a3b}
.ukaz-simple-radio{width:20px;height:20px;flex:0 0 20px;border:2px solid #171717;border-radius:50%;position:relative}
.ukaz-simple-payment.is-selected .ukaz-simple-radio:after{content:"";position:absolute;inset:4px;border-radius:50%;background:#171717}
.ukaz-simple-payment b{display:block;font-size:14px}
.ukaz-simple-payment small{display:block;margin-top:3px;color:#999;font-size:11px}
.ukaz-simple-summary{position:sticky;top:18px;padding:25px}
.ukaz-simple-summary .ukaz-simple-card-title{margin-bottom:14px}
.ukaz-simple-products{border-top:1px solid #eee9e1;border-bottom:1px solid #eee9e1;padding:7px 0;margin-bottom:8px}
.ukaz-simple-product{display:flex;align-items:center;gap:12px;padding:11px 0}
.ukaz-simple-product-image{position:relative;width:62px;height:62px;flex:0 0 62px;border-radius:13px;overflow:hidden;background:#f7f5f0}
.ukaz-simple-product-image img{width:100%;height:100%;object-fit:cover}
.ukaz-simple-product-image span{position:absolute;top:3px;right:3px;min-width:18px;height:18px;padding:0 4px;border-radius:20px;background:#171717;color:#fff;font-size:10px;display:grid;place-items:center}
.ukaz-simple-product>div:last-child{min-width:0}
.ukaz-simple-product b{display:block;font-size:13px;line-height:1.35}
.ukaz-simple-product small{display:block;margin-top:4px;color:#777;font-size:12px}
.ukaz-simple-total-line,.ukaz-simple-total{display:flex;justify-content:space-between;gap:15px;align-items:center}
.ukaz-simple-total-line{padding:8px 0;color:#777;font-size:12px}
.ukaz-simple-total-line strong{color:#222;font-size:13px}
.ukaz-simple-total{border-top:1px solid #eee9e1;margin-top:5px;padding-top:15px;font-size:17px;font-weight:700}
.ukaz-simple-total strong{font-size:22px;letter-spacing:-.3px}
.ukaz-simple-place-order{
  width:100%;height:56px;margin-top:18px;border:0;border-radius:999px;
  background:#171717;color:#fff;font:inherit;font-size:15px;font-weight:800;cursor:pointer;
  box-shadow:0 10px 24px rgba(17,18,19,.12);transition:.18s;
}
.ukaz-simple-place-order:hover{background:#2a2a2a;transform:translateY(-1px)}
.ukaz-simple-place-order:disabled{opacity:.55;cursor:not-allowed;transform:none}
.ukaz-simple-note{text-align:center;margin:10px 0 0;color:#aaa49b;font-size:10px}
.ukaz-simple-message{text-align:center;margin-top:8px;color:#8d3434;font-size:12px}
.ukaz-simple-checkout-empty{max-width:560px;margin:50px auto;padding:40px;text-align:center;border:1px solid #e6e1d8;border-radius:24px;background:#fff}

@media(max-width:800px){
  .ukaz-simple-checkout{
    width:100%;box-sizing:border-box;margin:0;padding:18px 14px 42px;
  }
  .ukaz-simple-checkout-head{gap:12px;margin:0 4px 18px}
  .ukaz-simple-brand{width:44px;height:44px;flex-basis:44px;font-size:9px}
  .ukaz-simple-checkout-head>div:last-child>span{font-size:11px}
  .ukaz-simple-checkout-head h1{font-size:27px;letter-spacing:-.7px}
  .ukaz-simple-checkout-head p{font-size:11px;margin-top:3px}
  .ukaz-simple-checkout-grid{display:block}
  .ukaz-simple-main{gap:12px}
  .ukaz-simple-card,.ukaz-simple-summary{
    padding:18px 16px;border-radius:20px;box-shadow:0 2px 12px rgba(17,18,19,.025)
  }
  .ukaz-simple-card-title{gap:10px;margin-bottom:15px}
  .ukaz-simple-card-title>span{width:26px;height:26px;flex-basis:26px;font-size:11px}
  .ukaz-simple-card-title h2{font-size:19px}
  .ukaz-simple-card-title p{font-size:11px;margin-top:3px}
  .ukaz-simple-info label{font-size:12px;margin-bottom:12px}
  .ukaz-simple-info input{height:51px;font-size:14px;border-radius:14px}
  .ukaz-simple-info textarea{min-height:94px;font-size:14px;border-radius:14px}
  .ukaz-simple-delivery{gap:8px}
  .ukaz-simple-delivery button{min-height:82px;padding:12px;border-radius:14px}
  .ukaz-simple-delivery b{font-size:13px;margin-bottom:5px}
  .ukaz-simple-delivery strong{font-size:14px}
  .ukaz-simple-delivery small{font-size:10px;margin-top:4px}
  .ukaz-simple-payment{min-height:58px;padding:11px 13px;border-radius:14px}
  .ukaz-simple-payment b{font-size:13px}
  .ukaz-simple-payment small{font-size:10px}
  .ukaz-simple-summary{position:static;margin-top:12px}
  .ukaz-simple-product-image{width:56px;height:56px;flex-basis:56px}
  .ukaz-simple-product b{font-size:12px}
  .ukaz-simple-total{font-size:16px}
  .ukaz-simple-total strong{font-size:20px}
  .ukaz-simple-place-order{height:54px;margin-top:15px;font-size:14px}
}
@media(max-width:380px){
  .ukaz-simple-checkout{padding-left:10px;padding-right:10px}
  .ukaz-simple-card,.ukaz-simple-summary{padding-left:14px;padding-right:14px}
  .ukaz-simple-checkout-head h1{font-size:25px}
  .ukaz-simple-delivery b{font-size:12px}
}


/* V44 — Centered elite checkout canvas */
body.woocommerce-checkout{
  background:#f6f5f1;
}
body.woocommerce-checkout .site-main.ukaz-wrap{
  background:transparent!important;
}
body.woocommerce-checkout .ukaz-simple-checkout{
  width:min(760px,calc(100% - 48px))!important;
  max-width:760px!important;
  margin:28px auto 80px!important;
  padding:0 0 70px!important;
}
body.woocommerce-checkout .ukaz-simple-checkout-head{
  justify-content:center!important;
  text-align:center!important;
  margin:0 auto 28px!important;
  padding:12px 0 4px!important;
}
body.woocommerce-checkout .ukaz-simple-checkout-head .ukaz-simple-brand{display:none!important}
body.woocommerce-checkout .ukaz-simple-checkout-head>div:last-child{
  width:100%!important;
}
body.woocommerce-checkout .ukaz-simple-checkout-head>div:last-child>span{
  font-size:13px!important;
  letter-spacing:.1px;
}
body.woocommerce-checkout .ukaz-simple-checkout-head h1{
  font-size:34px!important;
  letter-spacing:-1px!important;
}
body.woocommerce-checkout .ukaz-simple-checkout-head p{
  font-size:13px!important;
}
body.woocommerce-checkout .ukaz-simple-checkout-grid{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
}
body.woocommerce-checkout .ukaz-simple-main,
body.woocommerce-checkout .ukaz-simple-summary{
  width:100%!important;
}
body.woocommerce-checkout .ukaz-simple-card{
  border-radius:22px!important;
  padding:22px!important;
  box-shadow:0 8px 28px rgba(25,25,25,.035)!important;
}
body.woocommerce-checkout .ukaz-simple-card-title h2{
  font-size:20px!important;
}
body.woocommerce-checkout .ukaz-simple-info input,
body.woocommerce-checkout .ukaz-simple-info textarea{
  background:#fcfcfa!important;
}
body.woocommerce-checkout .ukaz-simple-summary{
  position:static!important;
}
@media(max-width:800px){
  body.woocommerce-checkout .ukaz-simple-checkout{
    width:calc(100% - 28px)!important;
    max-width:680px!important;
    margin:18px auto 48px!important;
    padding:0 0 44px!important;
  }
  body.woocommerce-checkout .ukaz-simple-checkout-head{
    margin:0 auto 18px!important;
    padding:6px 0 2px!important;
  }
  body.woocommerce-checkout .ukaz-simple-checkout-head h1{
    font-size:27px!important;
  }
  body.woocommerce-checkout .ukaz-simple-checkout-head>div:last-child>span{
    font-size:10px!important;
  }
  body.woocommerce-checkout .ukaz-simple-checkout-head p{
    font-size:10px!important;
    margin-top:4px!important;
  }
  body.woocommerce-checkout .ukaz-simple-card{
    padding:18px!important;
    border-radius:19px!important;
  }
}

@media (max-width:600px){
  .ukaz-simple-card-title{gap:8px!important;align-items:center!important}
  .ukaz-simple-edit-cart{font-size:10px!important;padding:6px 9px!important;white-space:nowrap}
  .ukaz-simple-edit-cart span{font-size:12px}
}

/* V47 — SUPER PREMIUM CART
   Apple-inspired, restrained, spacious cart UI. Mobile-first. */
body.woocommerce-cart{background:#f7f7f5!important;color:#111213}
body.woocommerce-cart .site-main{padding-top:34px!important;padding-bottom:70px!important}
body.woocommerce-cart .woocommerce{max-width:1120px!important;margin:0 auto!important}
body.woocommerce-cart .ukaz-premium-cart-shell{max-width:1040px;margin:0 auto}
body.woocommerce-cart .ukaz-premium-cart-shell:before{
  content:"আপনার কার্ট";display:block;font-size:42px;line-height:1.05;font-weight:750;letter-spacing:-1.2px;color:#111213;margin:4px 0 7px;
}
body.woocommerce-cart .ukaz-premium-cart-shell:after{
  content:"আপনার পছন্দের পণ্যগুলো এক নজরে দেখুন এবং প্রয়োজন হলে পরিমাণ পরিবর্তন করুন।";display:block;color:#858581;font-size:14px;margin-bottom:25px;
}
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar{border:1px solid #e4e3df!important;border-radius:28px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 10px 36px rgba(0,0,0,.045)!important}
/* Cart block layout */
body.woocommerce-cart .wc-block-cart{display:grid!important;grid-template-columns:minmax(0,1.5fr) minmax(300px,.75fr)!important;gap:18px!important;align-items:start!important}
body.woocommerce-cart .wc-block-cart__main{padding:22px!important;overflow:hidden}
body.woocommerce-cart .wc-block-cart__sidebar{padding:22px!important;position:sticky;top:18px}
body.woocommerce-cart .wc-block-cart-item{padding:20px 0!important;border-bottom:1px solid #eeeae3!important}
body.woocommerce-cart .wc-block-cart-item:last-child{border-bottom:0!important}
body.woocommerce-cart .wc-block-cart-item__image img{width:108px!important;height:108px!important;object-fit:contain!important;border-radius:20px!important;background:#f7f6f2!important}
body.woocommerce-cart .wc-block-cart-item__product{padding-left:16px!important}
body.woocommerce-cart .wc-block-cart-item__product-name{font-size:17px!important;line-height:1.25!important;font-weight:700!important;color:#111213!important}
body.woocommerce-cart .wc-block-cart-item__prices{margin-top:7px!important}
body.woocommerce-cart .wc-block-cart-item__prices del{color:#999!important}
body.woocommerce-cart .wc-block-cart-item__prices ins{color:#111213!important;text-decoration:none!important;font-weight:800!important}
body.woocommerce-cart .wc-block-components-quantity-selector{border:1px solid #dfddd8!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;margin-top:12px!important;height:42px!important}
body.woocommerce-cart .wc-block-components-quantity-selector input{font-weight:700!important;color:#111!important}
body.woocommerce-cart .wc-block-components-quantity-selector button{background:#f8f7f4!important;color:#111!important;font-size:18px!important}
body.woocommerce-cart .wc-block-components-quantity-selector button:hover{background:#f1ece2!important;color:#a77d32!important}
body.woocommerce-cart .wc-block-cart-item__remove-link{color:#888!important;text-decoration:none!important;font-size:12px!important}
body.woocommerce-cart .wc-block-cart-item__remove-link:hover{color:#a77d32!important}
body.woocommerce-cart .wc-block-components-totals-wrapper{border-color:#eeeae3!important}
body.woocommerce-cart .wc-block-components-totals-item{padding:10px 0!important}
body.woocommerce-cart .wc-block-components-totals-item__label{color:#666!important}
body.woocommerce-cart .wc-block-components-totals-item__value{font-weight:700!important;color:#111213!important}
body.woocommerce-cart .wc-block-components-totals-item--total{padding-top:18px!important;border-top:1px solid #e8e4dc!important;margin-top:8px!important}
body.woocommerce-cart .wc-block-components-totals-item--total .wc-block-components-totals-item__label{font-size:17px!important;font-weight:700!important;color:#111!important}
body.woocommerce-cart .wc-block-components-totals-item--total .wc-block-components-totals-item__value{font-size:22px!important;font-weight:800!important}
body.woocommerce-cart .wc-block-cart__submit-button{height:56px!important;border-radius:18px!important;background:#111213!important;color:#fff!important;font-size:16px!important;font-weight:700!important;box-shadow:0 8px 22px rgba(17,18,19,.12)!important;transition:.18s!important}
body.woocommerce-cart .wc-block-cart__submit-button:hover{background:#b28b45!important;transform:translateY(-1px)}
body.woocommerce-cart .wc-block-components-panel__button{font-weight:600!important;color:#333!important}
body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input{border:1px solid #dedbd5!important;border-radius:14px!important;background:#fff!important}
/* Classic cart fallback */
body.woocommerce-cart .shop_table.cart{border:0!important;border-collapse:separate!important;border-spacing:0!important;background:#fff!important;border-radius:28px!important;overflow:hidden!important}
body.woocommerce-cart .shop_table.cart th{background:#faf9f6!important;border-bottom:1px solid #eeeae3!important;padding:16px!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.4px!important;color:#777!important}
body.woocommerce-cart .shop_table.cart td{padding:18px 16px!important;border-bottom:1px solid #eeeae3!important;vertical-align:middle!important}
body.woocommerce-cart .shop_table.cart .product-thumbnail img{width:92px!important;height:92px!important;object-fit:contain!important;border-radius:18px!important;background:#f7f6f2!important}
body.woocommerce-cart .shop_table.cart .product-name a{font-weight:700!important;color:#111!important;text-decoration:none!important}
body.woocommerce-cart .shop_table.cart .quantity .qty{height:40px!important;border:1px solid #dfddd8!important;border-radius:12px!important;text-align:center!important}
body.woocommerce-cart .cart-collaterals .cart_totals{padding:22px!important;border:1px solid #e4e3df!important;border-radius:28px!important;background:#fff!important;box-shadow:0 10px 36px rgba(0,0,0,.045)!important}
body.woocommerce-cart .cart-collaterals .checkout-button{width:100%!important;box-sizing:border-box!important;border-radius:18px!important;background:#111213!important;padding:16px!important;font-size:16px!important}
body.woocommerce-cart .cart-collaterals .checkout-button:hover{background:#b28b45!important}
@media(max-width:800px){
  body.woocommerce-cart .site-main{padding-top:20px!important;padding-bottom:48px!important}
  body.woocommerce-cart .woocommerce{padding:0 12px!important}
  body.woocommerce-cart .ukaz-premium-cart-shell:before{font-size:31px;margin:2px 4px 5px;letter-spacing:-.7px}
  body.woocommerce-cart .ukaz-premium-cart-shell:after{font-size:11px;line-height:1.5;margin:0 4px 16px}
  body.woocommerce-cart .wc-block-cart{display:flex!important;flex-direction:column!important;gap:12px!important}
  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-cart .wc-block-cart__sidebar{width:100%!important;box-sizing:border-box!important;padding:16px!important;border-radius:22px!important;box-shadow:0 6px 24px rgba(0,0,0,.04)!important}
  body.woocommerce-cart .wc-block-cart__sidebar{position:static!important}
  body.woocommerce-cart .wc-block-cart-item{padding:15px 0!important}
  body.woocommerce-cart .wc-block-cart-item__image img{width:82px!important;height:82px!important;border-radius:16px!important}
  body.woocommerce-cart .wc-block-cart-item__product{padding-left:11px!important}
  body.woocommerce-cart .wc-block-cart-item__product-name{font-size:14px!important}
  body.woocommerce-cart .wc-block-cart-item__prices{font-size:12px!important}
  body.woocommerce-cart .wc-block-components-quantity-selector{height:38px!important;border-radius:12px!important;margin-top:9px!important}
  body.woocommerce-cart .wc-block-components-quantity-selector button{font-size:16px!important}
  body.woocommerce-cart .wc-block-components-totals-item--total .wc-block-components-totals-item__value{font-size:20px!important}
  body.woocommerce-cart .wc-block-cart__submit-button{height:52px!important;border-radius:16px!important;font-size:15px!important}
}
@media(max-width:420px){
  body.woocommerce-cart .woocommerce{padding:0 9px!important}
  body.woocommerce-cart .ukaz-premium-cart-shell:before{font-size:28px}
  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-cart .wc-block-cart__sidebar{padding:14px!important;border-radius:20px!important}
  body.woocommerce-cart .wc-block-cart-item__image img{width:74px!important;height:74px!important}
  body.woocommerce-cart .wc-block-cart-item__product-name{font-size:13px!important}
}


/* V49 — Remove WooCommerce cart page title */
body.woocommerce-cart .site-main .wp-block-post-title,
body.woocommerce-cart .site-main .entry-title,
body.woocommerce-cart .site-main > .page-title,
body.woocommerce-cart .site-main > h1,
body.woocommerce-cart .site-main > header,
body.woocommerce-cart .woocommerce > h1,
body.woocommerce-cart .woocommerce > header {
  display:none!important;
}
body.woocommerce-cart .site-main .ukaz-premium-cart-shell {
  margin-top:0!important;
}

/* V48 — Flagship Cart Refinement */
body.woocommerce-cart .site-main>h1,
body.woocommerce-cart .site-main>header h1,
body.woocommerce-cart .site-main .page-title,
body.woocommerce-cart .site-main .entry-title{display:none!important}
body.woocommerce-cart .site-main{padding-top:30px!important;background:
 radial-gradient(circle at 8% 0%,rgba(184,138,59,.055),transparent 25%),
 radial-gradient(circle at 92% 10%,rgba(0,0,0,.025),transparent 24%),#f7f7f5!important}
body.woocommerce-cart .ukaz-premium-cart-shell{max-width:1120px!important;padding:0 24px;box-sizing:border-box}
body.woocommerce-cart .ukaz-premium-cart-shell:before{
 content:"আপনার কার্ট";font-size:46px;line-height:1.04;font-weight:800;letter-spacing:-1.7px;margin:0 0 6px;color:#111213;
}
body.woocommerce-cart .ukaz-premium-cart-shell:after{
 content:"আপনার পছন্দের পণ্যগুলো এখানে প্রস্তুত। পরিমাণ ঠিক করে নিরাপদে অর্ডার সম্পন্ন করুন।";font-size:14px;line-height:1.6;color:#8a8883;margin:0 0 27px;max-width:620px;
}
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals .cart_totals{
 border-color:#e5e1d8!important;background:rgba(255,255,255,.97)!important;box-shadow:0 18px 55px rgba(17,18,19,.055)!important;
}
body.woocommerce-cart .wc-block-cart__main{padding:25px!important}
body.woocommerce-cart .wc-block-cart__sidebar{padding:25px!important}
body.woocommerce-cart .wc-block-cart-item{padding:23px 0!important}
body.woocommerce-cart .wc-block-cart-item__image img{width:112px!important;height:112px!important;border-radius:22px!important;background:#faf9f6!important}
body.woocommerce-cart .wc-block-cart-item__product-name{font-size:18px!important;letter-spacing:-.25px!important}
body.woocommerce-cart .wc-block-components-quantity-selector{height:44px!important;border-radius:13px!important}
body.woocommerce-cart .wc-block-cart__submit-button{height:58px!important;border-radius:18px!important}
@media(max-width:800px){
 body.woocommerce-cart .site-main{padding-top:17px!important}
 body.woocommerce-cart .ukaz-premium-cart-shell{padding:0 10px!important}
 body.woocommerce-cart .ukaz-premium-cart-shell:before{font-size:30px!important;letter-spacing:-.8px!important;margin:0 3px 4px!important}
 body.woocommerce-cart .ukaz-premium-cart-shell:after{font-size:10px!important;line-height:1.55!important;margin:0 3px 15px!important;max-width:330px!important}
 body.woocommerce-cart .wc-block-cart__main,
 body.woocommerce-cart .wc-block-cart__sidebar{padding:16px!important;border-radius:22px!important;box-shadow:0 10px 32px rgba(17,18,19,.045)!important}
 body.woocommerce-cart .wc-block-cart-item{padding:16px 0!important}
 body.woocommerce-cart .wc-block-cart-item__image img{width:78px!important;height:78px!important;border-radius:17px!important}
 body.woocommerce-cart .wc-block-cart-item__product{padding-left:10px!important}
 body.woocommerce-cart .wc-block-cart-item__product-name{font-size:13px!important}
 body.woocommerce-cart .wc-block-cart__submit-button{height:53px!important;border-radius:17px!important}
}
@media(max-width:420px){
 body.woocommerce-cart .ukaz-premium-cart-shell:before{font-size:28px!important}
 body.woocommerce-cart .wc-block-cart__main,
 body.woocommerce-cart .wc-block-cart__sidebar{padding:14px!important;border-radius:20px!important}
}


/* V50 — Cart cleanup: hide WooCommerce's literal "Cart" heading without
   touching the custom Bengali "আপনার কার্ট" heading. */
body.woocommerce-cart .site-main .wp-block-heading,
body.woocommerce-cart .site-main .wc-block-cart__heading,
body.woocommerce-cart .site-main .wc-block-cart > h1,
body.woocommerce-cart .site-main .wc-block-cart > h2 {
  display:none!important;
}
body.woocommerce-cart .site-main .ukaz-premium-cart-shell:before {
  display:block!important;
}

/* V51 — Cart title + duplicate delivery hard fix */
body.woocommerce-cart .wc-block-cart__main > h1,
body.woocommerce-cart .wc-block-cart__main > h2,
body.woocommerce-cart .wc-block-cart__main > .wp-block-heading,
body.woocommerce-cart .wp-block-woocommerce-cart > h1,
body.woocommerce-cart .wp-block-woocommerce-cart > h2,
body.woocommerce-cart .wp-block-woocommerce-cart > .wp-block-heading{
  display:none!important;
}

/* V52 — Mobile cart product-row overflow fix
   Keep the product content inside the card; price/save badge gets its own
   compact column instead of overflowing into the viewport. */
@media (max-width:800px){
  body.woocommerce-cart .wc-block-cart-item,
  body.woocommerce-cart .wc-block-cart-items__row{
    position:relative!important;
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  body.woocommerce-cart .wc-block-cart-item__image,
  body.woocommerce-cart .wc-block-cart-item__image img{
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  body.woocommerce-cart .wc-block-cart-item__product{
    min-width:0!important;
    max-width:calc(100% - 88px)!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
    padding-right:4px!important;
  }
  body.woocommerce-cart .wc-block-cart-item__product-name,
  body.woocommerce-cart .wc-block-cart-item__prices,
  body.woocommerce-cart .wc-block-cart-item__product > *{
    max-width:100%!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  body.woocommerce-cart .wc-block-cart-item__total{
    max-width:88px!important;
    min-width:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    text-align:right!important;
  }
  body.woocommerce-cart .wc-block-cart-item__total *{
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  body.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price,
  body.woocommerce-cart .wc-block-cart-item__total .wc-block-formatted-money-amount{
    white-space:nowrap!important;
    font-size:13px!important;
  }
  body.woocommerce-cart .wc-block-cart-item__total .wc-block-components-sale-badge{
    max-width:88px!important;
    white-space:normal!important;
    font-size:11px!important;
    line-height:1.25!important;
  }
}
@media (max-width:420px){
  body.woocommerce-cart .wc-block-cart-item__product{max-width:calc(100% - 80px)!important}
  body.woocommerce-cart .wc-block-cart-item__total{max-width:80px!important}
  body.woocommerce-cart .wc-block-cart-item__total .wc-block-components-sale-badge{max-width:80px!important}
}

/* V53 — HARD MOBILE CART GRID CONTAINMENT
   WooCommerce Cart Block can impose its own flex/grid sizing. Force a
   three-column mobile row so the item total and sale badge cannot escape
   the card viewport. */
@media (max-width:800px){
  body.woocommerce-cart .wc-block-cart-item,
  body.woocommerce-cart .wc-block-cart-items__row{
    display:grid!important;
    grid-template-columns:92px minmax(0,1fr) 82px!important;
    column-gap:12px!important;
    align-items:start!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:16px 0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  body.woocommerce-cart .wc-block-cart-item > *,
  body.woocommerce-cart .wc-block-cart-items__row > *{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  body.woocommerce-cart .wc-block-cart-item__image{
    grid-column:1!important;
    grid-row:1 / span 2!important;
    width:92px!important;
    min-width:92px!important;
    max-width:92px!important;
    margin:0!important;
    padding:0!important;
  }
  body.woocommerce-cart .wc-block-cart-item__image img{
    display:block!important;
    width:92px!important;
    height:92px!important;
    max-width:92px!important;
    object-fit:cover!important;
    border-radius:18px!important;
    margin:0!important;
  }
  body.woocommerce-cart .wc-block-cart-item__product{
    grid-column:2!important;
    grid-row:1 / span 2!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  body.woocommerce-cart .wc-block-cart-item__product-name{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    font-size:14px!important;
    line-height:1.35!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    white-space:normal!important;
  }
  body.woocommerce-cart .wc-block-cart-item__prices,
  body.woocommerce-cart .wc-block-cart-item__product > *{
    max-width:100%!important;
    min-width:0!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  body.woocommerce-cart .wc-block-cart-item__total{
    grid-column:3!important;
    grid-row:1 / span 2!important;
    width:82px!important;
    min-width:0!important;
    max-width:82px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    text-align:right!important;
    justify-self:end!important;
  }
  body.woocommerce-cart .wc-block-cart-item__total *{
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  body.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price,
  body.woocommerce-cart .wc-block-cart-item__total .wc-block-formatted-money-amount{
    display:block!important;
    width:100%!important;
    font-size:12px!important;
    line-height:1.3!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  body.woocommerce-cart .wc-block-cart-item__total .wc-block-components-sale-badge{
    display:inline-block!important;
    max-width:82px!important;
    margin-top:5px!important;
    font-size:10px!important;
    line-height:1.25!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
}
@media (max-width:420px){
  body.woocommerce-cart .wc-block-cart-item,
  body.woocommerce-cart .wc-block-cart-items__row{
    grid-template-columns:82px minmax(0,1fr) 72px!important;
    column-gap:10px!important;
  }
  body.woocommerce-cart .wc-block-cart-item__image,
  body.woocommerce-cart .wc-block-cart-item__image img{
    width:82px!important;
    min-width:82px!important;
    max-width:82px!important;
    height:82px!important;
  }
  body.woocommerce-cart .wc-block-cart-item__total{
    width:72px!important;
    max-width:72px!important;
  }
  body.woocommerce-cart .wc-block-cart-item__total .wc-block-components-sale-badge{
    max-width:72px!important;
  }
}


/* V55 — FINAL MOBILE CART ROW
   Remove the conflicting table-row normalization from V54. The current
   WooCommerce Cart Block row is controlled as a contained CSS grid. */
@media (max-width:800px){
  body.woocommerce-cart .wc-block-cart-items,
  body.woocommerce-cart .wc-block-cart-items__row{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row{
    display:grid!important;
    grid-template-columns:82px minmax(0,1fr) 78px!important;
    grid-template-areas:
      "image product total"
      "image quantity total"!important;
    gap:8px 10px!important;
    align-items:start!important;
    margin:0!important;
    padding:16px 0!important;
    overflow:hidden!important;
    border-bottom:1px solid #eeeae3!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row > .wc-block-cart-item__image,
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image{
    grid-area:image!important;
    width:82px!important;
    min-width:82px!important;
    max-width:82px!important;
    margin:0!important;
    padding:0!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image img{
    display:block!important;
    width:82px!important;
    height:82px!important;
    max-width:82px!important;
    object-fit:cover!important;
    border-radius:16px!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product{
    grid-area:product!important;
    width:auto!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product-name,
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-name{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    font-size:14px!important;
    line-height:1.35!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__prices{
    max-width:100%!important;
    min-width:0!important;
    overflow-wrap:anywhere!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__quantity{
    grid-area:quantity!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-components-quantity-selector{
    width:182px!important;
    max-width:100%!important;
    height:40px!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total{
    grid-area:total!important;
    width:78px!important;
    min-width:78px!important;
    max-width:78px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    text-align:right!important;
    justify-self:end!important;
    box-sizing:border-box!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total > *,
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price,
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-formatted-money-amount{
    display:block!important;
    width:auto!important;
    max-width:78px!important;
    min-width:0!important;
    box-sizing:border-box!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
    font-size:12px!important;
    line-height:1.3!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge{
    display:inline-block!important;
    max-width:78px!important;
    margin-top:5px!important;
    font-size:10px!important;
    line-height:1.25!important;
    white-space:normal!important;
  }
}
@media (max-width:420px){
  body.woocommerce-cart .wc-block-cart-items__row{
    grid-template-columns:76px minmax(0,1fr) 72px!important;
    grid-template-areas:"image product total" "image quantity total"!important;
    gap:8px!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image,
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image img{
    width:76px!important;min-width:76px!important;max-width:76px!important;height:76px!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total{
    width:72px!important;min-width:72px!important;max-width:72px!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total > *,
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price,
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-formatted-money-amount{
    max-width:72px!important;font-size:11px!important;
  }
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product-name,
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-name{font-size:13px!important}
  body.woocommerce-cart .wc-block-cart-items__row .wc-block-components-quantity-selector{width:170px!important}
}


/* V56 — FLAGSHIP SINGLE PRODUCT EXPERIENCE
   Premium gallery + flagship Add to Cart treatment.
   WooCommerce functionality and natural image ratio remain untouched. */
@media (min-width:701px){
  body.single-product{
    background:#f7f7f5!important;
  }
  body.single-product .site-main{
    max-width:1280px!important;
    margin:0 auto!important;
    padding:34px 24px 110px!important;
  }
  body.single-product .woocommerce div.product{
    display:grid!important;
    grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important;
    gap:58px!important;
    align-items:start!important;
    margin:0!important;
    padding:0!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery{
    width:100%!important;
    float:none!important;
    margin:0!important;
    padding:0!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery__wrapper{
    margin:0!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery__image{
    border-radius:34px!important;
    overflow:hidden!important;
    background:#f1f0ec!important;
    border:1px solid #e4dfd4!important;
    box-shadow:0 18px 48px rgba(17,18,19,.08)!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery__image img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs{
    display:flex!important;
    gap:12px!important;
    margin:16px 2px 0!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar{display:none!important}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li{
    flex:0 0 72px!important;
    width:72px!important;
    height:72px!important;
    margin:0!important;
    padding:3px!important;
    border:1px solid #ded9cf!important;
    border-radius:17px!important;
    background:#fff!important;
    overflow:hidden!important;
    box-shadow:0 4px 14px rgba(17,18,19,.04)!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img{
    width:100%!important;height:100%!important;object-fit:cover!important;border-radius:13px!important;opacity:.72!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{
    opacity:1!important;
    outline:2px solid #b88a3b!important;
    outline-offset:-2px!important;
  }
  body.single-product .woocommerce div.product .summary{
    width:100%!important;
    float:none!important;
    margin:0!important;
    padding:18px 0 0!important;
  }
  body.single-product .woocommerce div.product .summary .product_title{
    font-size:42px!important;line-height:1.12!important;letter-spacing:-1.1px!important;margin:0 0 18px!important;font-weight:700!important;
  }
  body.single-product .woocommerce div.product .summary .price{
    font-size:31px!important;line-height:1.2!important;margin:0 0 24px!important;font-weight:800!important;color:#a8792d!important;
  }
  body.single-product .woocommerce div.product .summary .price del{
    color:#8d8d89!important;font-size:.68em!important;font-weight:500!important;margin-right:10px!important;
  }
  body.single-product .woocommerce div.product form.cart{
    display:grid!important;grid-template-columns:132px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;margin:26px 0 30px!important;padding:0 0 30px!important;border-bottom:1px solid #e4dfd6!important;
  }
  body.single-product .woocommerce div.product form.cart .quantity,
  body.single-product .woocommerce div.product form.cart .quantity .qty{
    width:132px!important;margin:0!important;float:none!important;
  }
  body.single-product .woocommerce div.product form.cart .quantity .qty{
    height:64px!important;border:1px solid #ded9cf!important;border-radius:20px!important;background:#fff!important;font-size:20px!important;font-weight:600!important;box-shadow:0 4px 15px rgba(17,18,19,.035)!important;
  }
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{
    width:100%!important;height:64px!important;margin:0!important;float:none!important;border:2px solid #b88a3b!important;border-radius:20px!important;background:linear-gradient(135deg,#171717 0%,#0d0e0f 100%)!important;color:#fff!important;font-size:20px!important;font-weight:700!important;letter-spacing:.1px!important;box-shadow:0 10px 28px rgba(184,138,59,.20),inset 0 1px 0 rgba(255,255,255,.07)!important;transition:transform .2s ease,box-shadow .2s ease!important;
  }
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover{
    background:linear-gradient(135deg,#171717 0%,#0d0e0f 100%)!important;
    transform:translateY(-1px)!important;
    box-shadow:0 14px 34px rgba(184,138,59,.26),inset 0 1px 0 rgba(255,255,255,.08)!important;
  }
}

@media (max-width:700px){
  body.single-product{
    background:#f7f7f5!important;
  }
  body.single-product .site-main{
    padding-top:0!important;
    padding-bottom:155px!important;
  }
  body.single-product .ukaz-page{
    padding-left:12px!important;
    padding-right:12px!important;
  }
  body.single-product .woocommerce div.product{
    padding:0!important;
  }

  /* Hero gallery: premium card, natural aspect ratio, no crop. */
  body.single-product .woocommerce div.product .woocommerce-product-gallery{
    width:100%!important;
    float:none!important;
    margin:12px 0 0!important;
    padding:0!important;
    position:relative!important;
    isolation:isolate!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery__wrapper{
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery__image{
    width:100%!important;
    margin:0!important;
    padding:0!important;
    border-radius:30px!important;
    overflow:hidden!important;
    background:#f1f0ec!important;
    border:1px solid #ded9cf!important;
    box-shadow:0 16px 40px rgba(17,18,19,.10),0 2px 8px rgba(184,138,59,.06)!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery__image a{
    display:block!important;
    width:100%!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery__image img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center!important;
    margin:0!important;
    border-radius:0!important;
    background:#f1f0ec!important;
  }
  /* WooCommerce zoom trigger becomes a restrained premium control. */
  body.single-product .woocommerce div.product .woocommerce-product-gallery__trigger{
    top:14px!important;
    right:14px!important;
    width:44px!important;
    height:44px!important;
    border-radius:50%!important;
    border:1px solid rgba(255,255,255,.7)!important;
    background:rgba(17,18,19,.72)!important;
    box-shadow:0 7px 20px rgba(0,0,0,.18)!important;
    backdrop-filter:blur(8px)!important;
    -webkit-backdrop-filter:blur(8px)!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery__trigger:before{
    color:#fff!important;
  }

  /* Thumbnail rail becomes luxury mini-gallery tiles. */
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs{
    display:flex!important;
    gap:9px!important;
    margin:13px 2px 0!important;
    padding:0 1px 2px!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar{display:none!important}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li{
    flex:0 0 62px!important;
    width:62px!important;
    height:62px!important;
    margin:0!important;
    padding:3px!important;
    border:1px solid #ddd8ce!important;
    border-radius:16px!important;
    background:#fff!important;
    overflow:hidden!important;
    box-shadow:0 5px 15px rgba(17,18,19,.05)!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    margin:0!important;
    border-radius:12px!important;
    opacity:.62!important;
    transition:opacity .2s ease,transform .2s ease!important;
  }
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{
    opacity:1!important;
    outline:2px solid #b88a3b!important;
    outline-offset:-2px!important;
    transform:scale(.97)!important;
  }

  /* Product purchase area. */
  body.single-product .woocommerce div.product .summary{
    width:100%!important;
    float:none!important;
    margin:0!important;
    padding:24px 4px 0!important;
  }
  body.single-product .woocommerce div.product .summary .product_title{
    font-size:30px!important;
    line-height:1.13!important;
    letter-spacing:-.75px!important;
    margin:0 0 14px!important;
    font-weight:700!important;
    color:#111213!important;
  }
  body.single-product .woocommerce div.product .summary .price{
    font-size:25px!important;
    line-height:1.2!important;
    letter-spacing:-.2px!important;
    margin:0 0 20px!important;
    font-weight:800!important;
    color:#a8792d!important;
  }
  body.single-product .woocommerce div.product .summary .price del{
    font-size:.72em!important;
    color:#8c8b87!important;
    margin-right:7px!important;
    font-weight:500!important;
  }

  body.single-product .woocommerce div.product form.cart{
    display:grid!important;
    grid-template-columns:96px minmax(0,1fr)!important;
    gap:10px!important;
    align-items:center!important;
    margin:18px 0 24px!important;
    padding:0 0 24px!important;
    border-bottom:1px solid #e2ddd4!important;
  }
  body.single-product .woocommerce div.product form.cart .quantity,
  body.single-product .woocommerce div.product form.cart .quantity .qty{
    width:96px!important;
    margin:0!important;
    float:none!important;
  }
  body.single-product .woocommerce div.product form.cart .quantity .qty{
    height:60px!important;
    border:1px solid #ded8cd!important;
    border-radius:19px!important;
    background:#fff!important;
    font-size:20px!important;
    font-weight:600!important;
    color:#171717!important;
    box-shadow:0 5px 16px rgba(17,18,19,.045)!important;
  }
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{
    position:relative!important;
    width:100%!important;
    height:60px!important;
    margin:0!important;
    float:none!important;
    border:2px solid #b88a3b!important;
    border-radius:19px!important;
    background:linear-gradient(135deg,#171717 0%,#0c0d0e 100%)!important;
    color:#fff!important;
    font-size:18px!important;
    line-height:1!important;
    font-weight:700!important;
    letter-spacing:.05px!important;
    box-shadow:0 10px 26px rgba(184,138,59,.22),inset 0 1px 0 rgba(255,255,255,.08)!important;
    transition:transform .18s ease,box-shadow .18s ease!important;
    overflow:hidden!important;
  }
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:before{
    content:"🛒";
    display:inline-block;
    margin-right:8px;
    font-size:17px;
    filter:grayscale(1) brightness(4);
  }
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:after{
    content:"›";
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-53%);
    color:#d4b06b;
    font-size:28px;
    line-height:1;
    font-weight:400;
  }
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover{
    background:linear-gradient(135deg,#171717 0%,#0c0d0e 100%)!important;
    transform:translateY(-1px)!important;
    box-shadow:0 13px 30px rgba(184,138,59,.28),inset 0 1px 0 rgba(255,255,255,.08)!important;
  }
}

@media(max-width:380px){
  body.single-product .woocommerce div.product .woocommerce-product-gallery__image{border-radius:26px!important}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li{flex-basis:58px!important;width:58px!important;height:58px!important}
  body.single-product .woocommerce div.product .summary .product_title{font-size:27px!important}
  body.single-product .woocommerce div.product form.cart{grid-template-columns:88px minmax(0,1fr)!important}
  body.single-product .woocommerce div.product form.cart .quantity,
  body.single-product .woocommerce div.product form.cart .quantity .qty{width:88px!important}
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{font-size:16px!important}
}


/* V57 — EXACT FLAGSHIP PRODUCT REFINEMENT
   Final cascade for the supplied flagship reference. */
body.single-product{background:#f7f7f5!important}
body.single-product .woocommerce div.product .summary{position:relative!important}
.ukaz-flagship-rating-share{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 13px!important}
.ukaz-flagship-rating{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;color:#171717!important}
.ukaz-stars{font-family:Arial,sans-serif!important;color:#b88a3b!important;font-size:20px!important;letter-spacing:1px!important;line-height:1!important;white-space:nowrap!important}
.ukaz-flagship-rating strong{font-size:15px!important;font-weight:700!important}
.ukaz-review-count{font-size:13px!important;color:#77736d!important;white-space:nowrap!important}
.ukaz-flagship-actions{display:flex!important;gap:8px!important;flex:0 0 auto!important}
.ukaz-round-action{width:48px!important;height:48px!important;border-radius:50%!important;border:1px solid #e3ded4!important;background:#fff!important;color:#111!important;display:grid!important;place-items:center!important;font-size:27px!important;line-height:1!important;box-shadow:0 5px 18px rgba(17,18,19,.06)!important;cursor:pointer!important;padding:0!important}
.ukaz-flagship-saving{position:absolute!important;right:0!important;top:108px!important;padding:10px 17px!important;border-radius:999px!important;background:#f4ead3!important;color:#9a722c!important;font-size:14px!important;font-weight:700!important;white-space:nowrap!important}
body.single-product .woocommerce div.product .woocommerce-product-gallery__image{background:#111!important;border:1px solid #dcd6ca!important;box-shadow:0 20px 52px rgba(17,18,19,.13)!important}
body.single-product .woocommerce div.product .woocommerce-product-gallery__image img{background:#111!important}
body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li{border-color:#dfd8cb!important;box-shadow:0 6px 18px rgba(17,18,19,.06)!important}
body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{outline:2px solid #c19a51!important}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{border:2px solid #c49a4e!important;background:linear-gradient(135deg,#171717,#090a0b)!important;border-radius:999px!important;box-shadow:0 12px 30px rgba(184,138,59,.24),inset 0 1px 0 rgba(255,255,255,.10)!important;font-size:19px!important;font-weight:800!important}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:before{content:'🛒'!important;color:#d7b46c!important;filter:none!important;margin-right:10px!important;font-size:18px!important}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:after{content:'››'!important;right:18px!important;color:#d7b46c!important;font-size:28px!important}
body.single-product .woocommerce div.product form.cart .quantity .qty{border-color:#e0d9ce!important;background:#fff!important}
@media(max-width:700px){
  body.single-product .site-main{padding-bottom:170px!important}
  body.single-product .ukaz-page{padding-left:12px!important;padding-right:12px!important}
  body.single-product .woocommerce div.product .woocommerce-product-gallery{margin-top:12px!important}
  body.single-product .woocommerce div.product .woocommerce-product-gallery__image{border-radius:30px!important;box-shadow:0 18px 44px rgba(17,18,19,.13)!important}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs{gap:10px!important;margin-top:14px!important}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li{flex:0 0 64px!important;width:64px!important;height:64px!important;border-radius:17px!important;padding:3px!important}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img{border-radius:13px!important}
  body.single-product .woocommerce div.product .summary{padding:20px 4px 0!important}
  body.single-product .woocommerce div.product .summary .product_title{font-size:29px!important;line-height:1.15!important;margin-bottom:12px!important;font-weight:800!important}
  .ukaz-flagship-rating-share{margin-bottom:12px!important}
  .ukaz-stars{font-size:18px!important;letter-spacing:.5px!important}
  .ukaz-flagship-rating strong{font-size:14px!important}
  .ukaz-review-count{font-size:12px!important}
  .ukaz-round-action{width:44px!important;height:44px!important;font-size:24px!important}
  .ukaz-flagship-saving{position:static!important;display:inline-flex!important;margin:-4px 0 12px auto!important;padding:8px 13px!important;font-size:12px!important}
  body.single-product .woocommerce div.product .summary .price{font-size:26px!important;margin-bottom:16px!important;font-weight:800!important;color:#a8792d!important}
  body.single-product .woocommerce div.product .summary .price del{font-size:.70em!important;margin-right:8px!important}
  body.single-product .woocommerce div.product form.cart{grid-template-columns:96px minmax(0,1fr)!important;gap:10px!important;margin:16px 0 24px!important;padding-bottom:24px!important}
  body.single-product .woocommerce div.product form.cart .quantity,
  body.single-product .woocommerce div.product form.cart .quantity .qty{width:96px!important}
  body.single-product .woocommerce div.product form.cart .quantity .qty{height:60px!important;border-radius:999px!important;font-size:19px!important}
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{height:60px!important;border-radius:999px!important;font-size:18px!important}
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:after{right:15px!important}
}
@media(max-width:380px){
  .ukaz-flagship-rating-share{gap:7px!important}
  .ukaz-stars{font-size:16px!important}
  .ukaz-review-count{font-size:11px!important}
  .ukaz-round-action{width:40px!important;height:40px!important}
  body.single-product .woocommerce div.product .summary .product_title{font-size:27px!important}
  body.single-product .woocommerce div.product form.cart{grid-template-columns:88px minmax(0,1fr)!important}
  body.single-product .woocommerce div.product form.cart .quantity,
  body.single-product .woocommerce div.product form.cart .quantity .qty{width:88px!important}
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{font-size:16px!important}
}


/* V58 — FLAGSHIP SINGLE PRODUCT: decisive mobile/desktop cascade.
   Designed to match the supplied flagship product-page reference. */
body.single-product{background:#f7f7f5!important;}
body.single-product .woocommerce div.product{max-width:1240px!important;margin-left:auto!important;margin-right:auto!important;}
body.single-product .woocommerce div.product .woocommerce-product-gallery{position:relative!important;}
body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-viewport{border-radius:34px!important;overflow:hidden!important;background:#111213!important;box-shadow:0 18px 48px rgba(16,17,18,.14)!important;}
body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0!important;}
body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;aspect-ratio:1/1!important;min-height:0!important;background:#111213!important;border:0!important;border-radius:34px!important;overflow:hidden!important;box-shadow:none!important;}
body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;background:#111213!important;margin:0!important;}
body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide:after{content:'1/8'!important;position:absolute!important;right:18px!important;bottom:18px!important;padding:7px 13px!important;border-radius:999px!important;background:rgba(17,17,17,.78)!important;color:#fff!important;font:700 14px/1 Arial,sans-serif!important;letter-spacing:.2px!important;pointer-events:none!important;}
body.single-product .woocommerce div.product span.onsale{display:none!important;}
body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{z-index:5!important;top:18px!important;right:18px!important;width:52px!important;height:52px!important;border-radius:50%!important;background:rgba(255,255,255,.96)!important;border:1px solid rgba(225,219,207,.95)!important;box-shadow:0 8px 24px rgba(0,0,0,.12)!important;text-indent:0!important;}
body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;width:100%!important;margin:16px 0 0!important;padding:0 2px 4px!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;}
body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar{display:none!important;}
body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li{float:none!important;display:block!important;flex:0 0 70px!important;width:70px!important;height:70px!important;margin:0!important;padding:3px!important;border:1px solid #ded9cf!important;border-radius:17px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 5px 16px rgba(17,18,19,.05)!important;scroll-snap-align:start!important;}
body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:13px!important;opacity:.56!important;margin:0!important;}
body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{opacity:1!important;outline:2px solid #c39a4e!important;outline-offset:-2px!important;}
body.single-product .woocommerce div.product .summary{position:relative!important;width:100%!important;float:none!important;margin:0!important;padding:26px 0 0!important;}
body.single-product .woocommerce div.product .summary .product_title{font-size:42px!important;line-height:1.08!important;letter-spacing:-1.25px!important;font-weight:800!important;color:#171717!important;margin:0 0 15px!important;}
body.single-product .woocommerce div.product .summary .ukaz-flagship-rating-share{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;width:100%!important;margin:0 0 16px!important;}
body.single-product .woocommerce div.product .summary .ukaz-flagship-rating{display:flex!important;align-items:center!important;gap:9px!important;min-width:0!important;}
body.single-product .woocommerce div.product .summary .ukaz-stars{font-family:Arial,sans-serif!important;color:#c39a4e!important;font-size:22px!important;letter-spacing:1px!important;white-space:nowrap!important;line-height:1!important;}
body.single-product .woocommerce div.product .summary .ukaz-flagship-rating strong{font-size:17px!important;font-weight:800!important;color:#171717!important;}
body.single-product .woocommerce div.product .summary .ukaz-review-count{font-size:15px!important;color:#77736d!important;white-space:nowrap!important;}
body.single-product .ukaz-flagship-actions{display:flex!important;gap:10px!important;flex:0 0 auto!important;}
body.single-product .ukaz-round-action{width:54px!important;height:54px!important;display:grid!important;place-items:center!important;border-radius:50%!important;border:1px solid #e0dbd2!important;background:#fff!important;color:#151515!important;font:400 31px/1 Arial,sans-serif!important;text-decoration:none!important;box-shadow:0 7px 20px rgba(17,18,19,.07)!important;padding:0!important;}
body.single-product .ukaz-round-action:hover{transform:translateY(-1px)!important;}
body.single-product .woocommerce div.product .summary .price{display:inline-flex!important;align-items:baseline!important;gap:2px!important;width:auto!important;margin:0 12px 18px 0!important;font-size:38px!important;line-height:1!important;font-weight:850!important;color:#a8792d!important;}
body.single-product .woocommerce div.product .summary .price del{font-size:.58em!important;color:#8b8984!important;font-weight:500!important;margin-right:9px!important;}
body.single-product .woocommerce div.product .summary .price ins{text-decoration:none!important;color:#a8792d!important;}
body.single-product .ukaz-flagship-saving{display:inline-flex!important;vertical-align:middle!important;align-items:center!important;gap:4px!important;margin:0 0 18px!important;padding:10px 15px!important;border-radius:999px!important;background:#f4ead3!important;color:#9b732d!important;font-size:14px!important;font-weight:800!important;white-space:nowrap!important;}
body.single-product .ukaz-flagship-saving .woocommerce-Price-amount{color:inherit!important;}
body.single-product .woocommerce div.product form.cart{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;margin:6px 0 30px!important;padding:0 0 26px!important;border-bottom:1px solid #e2ddd3!important;}
body.single-product .woocommerce div.product form.cart .quantity{float:none!important;width:112px!important;margin:0!important;}
body.single-product .woocommerce div.product form.cart .quantity .qty{width:112px!important;height:62px!important;margin:0!important;border:1px solid #ded8cd!important;border-radius:999px!important;background:#fff!important;color:#171717!important;font-size:20px!important;font-weight:700!important;text-align:center!important;box-shadow:0 6px 18px rgba(17,18,19,.05)!important;}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{position:relative!important;width:100%!important;height:62px!important;margin:0!important;padding:0 58px 0 76px!important;border:2px solid #c39a4e!important;border-radius:999px!important;background:#111213!important;color:#fff!important;font-size:19px!important;font-weight:800!important;letter-spacing:.1px!important;box-shadow:0 12px 30px rgba(184,138,59,.20),inset 0 1px 0 rgba(255,255,255,.08)!important;overflow:hidden!important;transition:transform .18s ease,box-shadow .18s ease!important;}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:before{content:'🛒'!important;position:absolute!important;left:6px!important;top:5px!important;width:48px!important;height:48px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#c7a158!important;color:#111!important;font-size:21px!important;line-height:1!important;filter:saturate(.85)!important;}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:after{content:'»'!important;position:absolute!important;right:18px!important;top:50%!important;transform:translateY(-50%)!important;color:#d9b872!important;font:400 32px/1 Arial,sans-serif!important;}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover{transform:translateY(-1px)!important;box-shadow:0 15px 34px rgba(184,138,59,.28),inset 0 1px 0 rgba(255,255,255,.08)!important;}
@media(max-width:700px){
  body.single-product .site-main{padding-bottom:180px!important;}
  body.single-product .ukaz-page{padding:0 20px 130px!important;}
  body.single-product .woocommerce div.product{padding:0!important;}
  body.single-product .woocommerce div.product .woocommerce-product-gallery{margin-top:0!important;}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-viewport{border-radius:30px!important;}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image{aspect-ratio:1/1!important;border-radius:30px!important;}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{top:16px!important;right:16px!important;width:50px!important;height:50px!important;}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs{gap:10px!important;margin-top:14px!important;}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li{flex-basis:64px!important;width:64px!important;height:64px!important;border-radius:16px!important;}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img{border-radius:12px!important;}
  body.single-product .woocommerce div.product .summary{padding:18px 0 0!important;}
  body.single-product .woocommerce div.product .summary .product_title{font-size:30px!important;line-height:1.10!important;letter-spacing:-.65px!important;margin:0 0 14px!important;}
  body.single-product .woocommerce div.product .summary .ukaz-flagship-rating-share{margin-bottom:14px!important;}
  body.single-product .woocommerce div.product .summary .ukaz-stars{font-size:18px!important;letter-spacing:.6px!important;}
  body.single-product .woocommerce div.product .summary .ukaz-review-count{font-size:12px!important;}
  body.single-product .ukaz-round-action{width:46px!important;height:46px!important;font-size:26px!important;}
  body.single-product .woocommerce div.product .summary .price{font-size:28px!important;margin:0 9px 18px 0!important;}
  body.single-product .woocommerce div.product .summary .price del{font-size:.60em!important;margin-right:7px!important;}
  body.single-product .ukaz-flagship-saving{font-size:12px!important;padding:8px 12px!important;margin-bottom:18px!important;}
  body.single-product .woocommerce div.product form.cart{grid-template-columns:96px minmax(0,1fr)!important;gap:10px!important;margin:4px 0 26px!important;}
  body.single-product .woocommerce div.product form.cart .quantity,body.single-product .woocommerce div.product form.cart .quantity .qty{width:96px!important;}
  body.single-product .woocommerce div.product form.cart .quantity .qty{height:60px!important;}
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{height:60px!important;padding-left:70px!important;padding-right:50px!important;font-size:17px!important;}
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:before{width:46px!important;height:46px!important;left:5px!important;top:5px!important;font-size:19px!important;}
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:after{right:14px!important;font-size:29px!important;}
}
@media(max-width:380px){
  body.single-product .ukaz-page{padding-left:16px!important;padding-right:16px!important;}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image{border-radius:26px!important;}
  body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li{flex-basis:58px!important;width:58px!important;height:58px!important;}
  body.single-product .woocommerce div.product .summary .product_title{font-size:28px!important;}
  body.single-product .woocommerce div.product form.cart{grid-template-columns:88px minmax(0,1fr)!important;}
  body.single-product .woocommerce div.product form.cart .quantity,body.single-product .woocommerce div.product form.cart .quantity .qty{width:88px!important;}
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{font-size:16px!important;padding-left:66px!important;}
}


/* V60 — FLAGSHIP SINGLE PRODUCT / STRUCTURAL OVERRIDE
   This cascade is intentionally last so older WooCommerce/theme rules cannot win. */
body.single-product{background:#f7f7f5!important;overflow-x:hidden!important}
body.single-product .site-main{padding:0 0 190px!important;background:#f7f7f5!important}
body.single-product .ukaz-wrap.ukaz-page{width:100%!important;max-width:none!important;padding:0 22px 150px!important;margin:0!important}
body.single-product .ukaz-flagship-single-product{width:min(1240px,100%)!important;margin:18px auto 0!important;padding:0!important}
body.single-product .ukaz-flagship-single-product>.ukaz-flagship-gallery{width:100%!important;margin:0!important;padding:0!important;float:none!important}
body.single-product .ukaz-flagship-single-product>.ukaz-flagship-summary{width:100%!important;margin:0!important;padding:28px 0 0!important;float:none!important}
body.single-product .ukaz-flagship-single-product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important;padding:0!important}
body.single-product .ukaz-flagship-single-product .woocommerce-product-gallery .flex-viewport{width:100%!important;height:auto!important;border-radius:34px!important;overflow:hidden!important;background:#111!important;box-shadow:0 20px 55px rgba(18,19,20,.14)!important}
body.single-product .ukaz-flagship-single-product .woocommerce-product-gallery__wrapper{margin:0!important;padding:0!important}
body.single-product .ukaz-flagship-single-product .woocommerce-product-gallery__image{display:block!important;width:100%!important;height:auto!important;aspect-ratio:1/1!important;margin:0!important;padding:0!important;border:0!important;border-radius:34px!important;overflow:hidden!important;background:#111!important;box-shadow:none!important}
body.single-product .ukaz-flagship-single-product .woocommerce-product-gallery__image a{display:block!important;width:100%!important;height:100%!important}
body.single-product .ukaz-flagship-single-product .woocommerce-product-gallery__image img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important;margin:0!important;background:#111!important}
body.single-product .ukaz-flagship-single-product .woocommerce-product-gallery__trigger{z-index:9!important;top:18px!important;right:18px!important;width:54px!important;height:54px!important;border-radius:50%!important;background:#fff!important;border:1px solid #e1ddd5!important;box-shadow:0 8px 24px rgba(0,0,0,.14)!important}
body.single-product .ukaz-flagship-single-product .flex-control-thumbs{display:flex!important;flex-wrap:nowrap!important;gap:12px!important;width:100%!important;margin:18px 0 0!important;padding:0 2px 5px!important;overflow-x:auto!important;scrollbar-width:none!important}
body.single-product .ukaz-flagship-single-product .flex-control-thumbs::-webkit-scrollbar{display:none!important}
body.single-product .ukaz-flagship-single-product .flex-control-thumbs li{display:block!important;float:none!important;flex:0 0 82px!important;width:82px!important;height:82px!important;margin:0!important;padding:3px!important;border:1px solid #ddd7cb!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 5px 16px rgba(18,19,20,.06)!important}
body.single-product .ukaz-flagship-single-product .flex-control-thumbs li img{display:block!important;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;border-radius:14px!important;opacity:.62!important}
body.single-product .ukaz-flagship-single-product .flex-control-thumbs li img.flex-active{opacity:1!important;outline:3px solid #c39a4e!important;outline-offset:-3px!important}
body.single-product .ukaz-flagship-single-product .summary{position:relative!important;width:100%!important;float:none!important;margin:0!important;padding:0!important}
body.single-product .ukaz-flagship-single-product .summary .product_title{font-size:42px!important;line-height:1.08!important;letter-spacing:-1.2px!important;font-weight:800!important;color:#171717!important;margin:0 0 16px!important}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-rating-share{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;margin:0 0 18px!important}
body.single-product .ukaz-flagship-single-product .ukaz-stars{font-size:22px!important;color:#c39a4e!important;letter-spacing:1px!important}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-rating strong{font-size:17px!important;color:#171717!important}
body.single-product .ukaz-flagship-single-product .ukaz-review-count{font-size:15px!important;color:#77736d!important}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-actions{display:flex!important;gap:10px!important}
body.single-product .ukaz-flagship-single-product .ukaz-round-action{width:56px!important;height:56px!important;border-radius:50%!important;border:1px solid #dfd9ce!important;background:#fff!important;color:#171717!important;box-shadow:0 8px 22px rgba(18,19,20,.07)!important}
body.single-product .ukaz-flagship-single-product .summary>.price{display:inline-flex!important;align-items:baseline!important;margin:0 12px 22px 0!important;font-size:39px!important;line-height:1!important;font-weight:850!important;color:#a8792d!important}
body.single-product .ukaz-flagship-single-product .summary>.price del{font-size:.58em!important;color:#8c8982!important;margin-right:9px!important}
body.single-product .ukaz-flagship-single-product .summary>.price ins{text-decoration:none!important;color:#a8792d!important}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-saving{position:static!important;display:inline-flex!important;vertical-align:middle!important;margin:0 0 22px!important;padding:11px 16px!important;border-radius:999px!important;background:#f4ead3!important;color:#9a722c!important;font-size:14px!important;font-weight:800!important}
body.single-product .ukaz-flagship-single-product form.cart{display:grid!important;grid-template-columns:120px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;margin:4px 0 30px!important;padding:0 0 28px!important;border-bottom:1px solid #e1dcd2!important}
body.single-product .ukaz-flagship-single-product form.cart .quantity{width:120px!important;float:none!important;margin:0!important}
body.single-product .ukaz-flagship-single-product form.cart .quantity .qty{width:120px!important;height:64px!important;border:1px solid #ded8cd!important;border-radius:999px!important;background:#fff!important;color:#171717!important;font-size:21px!important;font-weight:700!important;text-align:center!important;box-shadow:0 7px 20px rgba(18,19,20,.05)!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button{position:relative!important;width:100%!important;height:64px!important;margin:0!important;padding:0 64px 0 82px!important;border:2px solid #c39a4e!important;border-radius:999px!important;background:#111213!important;color:#fff!important;font-size:20px!important;font-weight:800!important;box-shadow:0 14px 34px rgba(184,138,59,.22)!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button:before{content:'🛒'!important;position:absolute!important;left:7px!important;top:6px!important;width:50px!important;height:50px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#c7a158!important;color:#111!important;font-size:21px!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button:after{content:'»'!important;position:absolute!important;right:19px!important;top:50%!important;transform:translateY(-50%)!important;color:#d9b872!important;font:400 34px/1 Arial,sans-serif!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button:hover{background:#111213!important;transform:translateY(-1px)!important}
body.single-product .ukaz-flagship-single-product .woocommerce-product-details__short-description{max-width:760px!important;color:#5f5c56!important;font-size:16px!important}
@media(min-width:901px){
 body.single-product .ukaz-flagship-single-product{display:grid!important;grid-template-columns:minmax(0,1.02fr) minmax(380px,.78fr)!important;gap:54px!important;align-items:start!important}
 body.single-product .ukaz-flagship-single-product>.ukaz-flagship-gallery{grid-column:1!important}
 body.single-product .ukaz-flagship-single-product>.ukaz-flagship-summary{grid-column:2!important;padding-top:8px!important}
}
@media(max-width:900px){
 body.single-product .site-main{padding-bottom:190px!important}
 body.single-product .ukaz-wrap.ukaz-page{padding:0 20px 145px!important}
 body.single-product .ukaz-flagship-single-product{margin-top:0!important}
 body.single-product .ukaz-flagship-single-product .woocommerce-product-gallery .flex-viewport,
 body.single-product .ukaz-flagship-single-product .woocommerce-product-gallery__image{border-radius:30px!important}
 body.single-product .ukaz-flagship-single-product .flex-control-thumbs{gap:10px!important;margin-top:14px!important}
 body.single-product .ukaz-flagship-single-product .flex-control-thumbs li{flex-basis:70px!important;width:70px!important;height:70px!important;border-radius:16px!important}
 body.single-product .ukaz-flagship-single-product .flex-control-thumbs li img{border-radius:12px!important}
 body.single-product .ukaz-flagship-single-product .summary{padding-top:24px!important}
 body.single-product .ukaz-flagship-single-product .summary .product_title{font-size:31px!important;line-height:1.12!important;letter-spacing:-.75px!important;margin-bottom:15px!important}
 body.single-product .ukaz-flagship-single-product .ukaz-stars{font-size:19px!important}
 body.single-product .ukaz-flagship-single-product .ukaz-round-action{width:48px!important;height:48px!important}
 body.single-product .ukaz-flagship-single-product .summary>.price{font-size:29px!important;margin-bottom:18px!important}
 body.single-product .ukaz-flagship-single-product .ukaz-flagship-saving{font-size:12px!important;padding:9px 13px!important;margin-bottom:18px!important}
 body.single-product .ukaz-flagship-single-product form.cart{grid-template-columns:96px minmax(0,1fr)!important;gap:10px!important;margin:4px 0 28px!important;padding-bottom:25px!important}
 body.single-product .ukaz-flagship-single-product form.cart .quantity,
 body.single-product .ukaz-flagship-single-product form.cart .quantity .qty{width:96px!important}
 body.single-product .ukaz-flagship-single-product form.cart .quantity .qty,
 body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button{height:60px!important}
 body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button{font-size:17px!important;padding-left:70px!important;padding-right:48px!important}
 body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button:before{width:46px!important;height:46px!important;left:5px!important;top:5px!important;font-size:19px!important}
 body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button:after{right:14px!important;font-size:29px!important}
}
@media(max-width:480px){
 body.single-product .ukaz-wrap.ukaz-page{padding-left:16px!important;padding-right:16px!important}
 body.single-product .ukaz-flagship-single-product .woocommerce-product-gallery .flex-viewport,
 body.single-product .ukaz-flagship-single-product .woocommerce-product-gallery__image{border-radius:26px!important}
 body.single-product .ukaz-flagship-single-product .summary .product_title{font-size:29px!important}
 body.single-product .ukaz-flagship-single-product .flex-control-thumbs li{flex-basis:62px!important;width:62px!important;height:62px!important}
}

/* V61 — STRUCTURAL FIX: flagship single-product layout
   The previous template invoked WooCommerce's combined summary hook inside
   the gallery wrapper. This cascade assumes the corrected two-column markup. */
body.single-product .ukaz-flagship-single-product{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:1240px!important;
  margin:0 auto!important;
}
body.single-product .ukaz-flagship-single-product:before,
body.single-product .ukaz-flagship-single-product:after{display:none!important}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery,
body.single-product .ukaz-flagship-single-product .ukaz-flagship-summary{
  box-sizing:border-box!important;
  float:none!important;
  clear:none!important;
}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery{
  width:100%!important;
  float:none!important;
  margin:0!important;
}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-summary{
  width:100%!important;
}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery__image{
  width:100%!important;
  aspect-ratio:1/1!important;
  min-height:0!important;
  overflow:hidden!important;
  border-radius:30px!important;
  background:#111!important;
}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery__image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
}
@media(min-width:901px){
  body.single-product .ukaz-flagship-single-product{
    display:grid!important;
    grid-template-columns:minmax(0,1.04fr) minmax(390px,.76fr)!important;
    column-gap:56px!important;
    align-items:start!important;
  }
  body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery{grid-column:1!important;grid-row:1!important}
  body.single-product .ukaz-flagship-single-product .ukaz-flagship-summary{grid-column:2!important;grid-row:1!important;padding-top:8px!important}
  body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .flex-control-thumbs li{flex-basis:82px!important;width:82px!important;height:82px!important}
}
@media(max-width:900px){
  body.single-product .ukaz-page{padding-left:16px!important;padding-right:16px!important}
  body.single-product .ukaz-flagship-single-product{display:block!important;margin:0!important}
  body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery{width:100%!important}
  body.single-product .ukaz-flagship-single-product .ukaz-flagship-summary{width:100%!important;padding-top:24px!important}
  body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery__image{border-radius:28px!important}
  body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .flex-control-thumbs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:10px!important}
}
@media(max-width:480px){
  body.single-product .ukaz-page{padding-left:12px!important;padding-right:12px!important}
  body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery__image{border-radius:25px!important}
}


/* V62 — PRODUCT GALLERY SLIDES FIX
   Keep every gallery image inside the same viewport as a single slide.
   Prevents WooCommerce gallery images from stacking vertically/zooming. */
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .flex-viewport{
  position:relative!important;
  width:100%!important;
  overflow:hidden!important;
  height:auto!important;
}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
  display:flex!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  transform:none;
}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image{
  flex:0 0 100%!important;
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  position:relative!important;
}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .flex-control-thumbs{
  display:flex!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  overflow-x:auto!important;
}
@media(max-width:900px){
  body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .flex-viewport{
    border-radius:26px!important;
  }
  body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image{
    flex-basis:100%!important;
    width:100%!important;
    min-width:100%!important;
  }
}

/* V63 — PREMIUM SLIDE OR TAP ADD-TO-CART */
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add{
  overflow:hidden!important;
  isolation:isolate!important;
  touch-action:pan-y!important;
  cursor:pointer!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  transform:translateZ(0)!important;
  transition:box-shadow .25s ease,transform .2s ease,background .25s ease!important;
}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add:before,
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add:after{display:none!important;content:none!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add .ukaz-add-handle{
  position:absolute!important;
  z-index:3!important;
  left:5px!important;
  top:5px!important;
  width:50px!important;
  height:50px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:#c7a158!important;
  color:#111!important;
  box-shadow:0 3px 10px rgba(0,0,0,.18)!important;
  transition:transform .16s ease,left .18s ease,background .18s ease!important;
}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add .ukaz-add-handle span{font-size:20px!important;line-height:1!important;filter:grayscale(1)!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add .ukaz-add-label{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  width:100%!important;
  text-align:center!important;
  line-height:1!important;
  pointer-events:none!important;
  transition:transform .18s ease,opacity .18s ease!important;
}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add .ukaz-add-arrow{
  position:absolute!important;
  z-index:2!important;
  right:18px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  color:#d9b872!important;
  font:700 27px/1 Arial,sans-serif!important;
  letter-spacing:-5px!important;
  pointer-events:none!important;
  transition:transform .18s ease,opacity .18s ease!important;
}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add .ukaz-add-progress{
  position:absolute!important;
  z-index:1!important;
  left:0!important;
  top:0!important;
  bottom:0!important;
  width:var(--ukaz-slide,0%)!important;
  max-width:100%!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,rgba(195,154,78,.14),rgba(195,154,78,.28))!important;
  pointer-events:none!important;
  transition:width .08s linear!important;
}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add.is-dragging .ukaz-add-handle{transform:scale(1.04)!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add.ready-to-add .ukaz-add-handle{left:calc(100% - 55px)!important;background:#e1bd72!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add.ready-to-add .ukaz-add-label{transform:scale(1.03)!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add.ready-to-add .ukaz-add-arrow{opacity:.25!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add.is-loading{pointer-events:none!important;box-shadow:0 10px 30px rgba(195,154,78,.28)!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add.is-loading .ukaz-add-handle{animation:ukazCartPulse .75s ease-in-out infinite alternate!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add.is-added{background:#161714!important;box-shadow:0 0 0 4px rgba(195,154,78,.16),0 16px 38px rgba(195,154,78,.28)!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add.is-added .ukaz-add-handle{background:#d8b46b!important;transform:scale(1.06)!important}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add.is-error{background:#2b1717!important}
@keyframes ukazCartPulse{from{transform:scale(1)}to{transform:scale(1.09)}}

.ukaz-flying-cart{
  position:fixed!important;
  z-index:100005!important;
  width:40px!important;
  height:40px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#c7a158!important;
  color:#111!important;
  font-size:19px!important;
  box-shadow:0 8px 24px rgba(0,0,0,.24)!important;
  pointer-events:none!important;
  opacity:1!important;
  transform:scale(1)!important;
}
.ukaz-flying-cart.fly{animation:ukazFlyCart .68s cubic-bezier(.2,.8,.2,1) forwards!important}
@keyframes ukazFlyCart{
  0%{transform:translate(0,0) scale(1);opacity:1}
  45%{transform:translate(calc(var(--ukaz-fly-x)*.52),calc(var(--ukaz-fly-y)*.35 - 38px)) scale(1.18);opacity:1}
  100%{transform:translate(var(--ukaz-fly-x),var(--ukaz-fly-y)) scale(.18);opacity:.15}
}
.ukaz-cart-count-pop{animation:ukazCartCountPop .52s cubic-bezier(.2,.8,.2,1)!important}
@keyframes ukazCartCountPop{0%{transform:scale(1)}45%{transform:scale(1.45)}100%{transform:scale(1)}}

.ukaz-floating-added-cart{
  position:fixed!important;
  z-index:100000!important;
  right:22px!important;
  bottom:24px!important;
  width:min(520px,calc(100vw - 32px))!important;
  box-sizing:border-box!important;
  padding:11px!important;
  border:1px solid rgba(195,154,78,.62)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.96)!important;
  backdrop-filter:blur(20px)!important;
  -webkit-backdrop-filter:blur(20px)!important;
  box-shadow:0 20px 55px rgba(17,18,19,.20),0 0 0 5px rgba(195,154,78,.08)!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  opacity:0!important;
  transform:translateY(22px) scale(.97)!important;
  transition:opacity .28s ease,transform .34s cubic-bezier(.2,.8,.2,1)!important;
}
.ukaz-floating-added-cart.is-visible{opacity:1!important;transform:translateY(0) scale(1)!important}
.ukaz-float-added-main{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;flex:1!important}
.ukaz-float-added-main img{width:58px!important;height:58px!important;flex:0 0 58px!important;border-radius:15px!important;object-fit:cover!important;background:#111!important;border:1px solid #e4ddcf!important}
.ukaz-float-added-copy{min-width:0!important;display:flex!important;flex-direction:column!important;gap:2px!important}
.ukaz-float-added-copy b{font-size:14px!important;color:#111!important}
.ukaz-float-added-copy span{font-size:11px!important;color:#777!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:230px!important}
.ukaz-float-added-copy strong{font-size:15px!important;color:#a8792d!important}
.ukaz-float-added-copy .woocommerce-Price-currencySymbol{font-size:.8em!important}
.ukaz-float-added-actions{display:flex!important;align-items:center!important;gap:6px!important;flex:0 0 auto!important}
.ukaz-float-added-actions a{height:40px!important;padding:0 13px!important;border-radius:999px!important;border:1px solid #ded7c9!important;background:#fff!important;color:#171717!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;font-size:11px!important;font-weight:800!important;white-space:nowrap!important}
.ukaz-float-added-actions a.primary{background:#111213!important;color:#fff!important;border-color:#c39a4e!important;box-shadow:0 5px 14px rgba(195,154,78,.18)!important}
.ukaz-float-added-actions button{width:34px!important;height:34px!important;border:0!important;background:transparent!important;color:#777!important;font-size:24px!important;line-height:1!important;cursor:pointer!important}
@media(max-width:700px){
  .ukaz-floating-added-cart{left:10px!important;right:10px!important;bottom:145px!important;width:auto!important;padding:9px!important;border-radius:21px!important;gap:8px!important}
  .ukaz-float-added-main img{width:50px!important;height:50px!important;flex-basis:50px!important;border-radius:13px!important}
  .ukaz-float-added-copy b{font-size:13px!important}
  .ukaz-float-added-copy span{font-size:10px!important;max-width:145px!important}
  .ukaz-float-added-copy strong{font-size:14px!important}
  .ukaz-float-added-actions{gap:4px!important}
  .ukaz-float-added-actions a{height:38px!important;padding:0 10px!important;font-size:10.5px!important}
  .ukaz-float-added-actions a:first-child{display:none!important}
  .ukaz-float-added-actions button{width:28px!important}
}
@media(max-width:390px){
  .ukaz-floating-added-cart{bottom:142px!important}
  .ukaz-float-added-actions a.primary{padding:0 9px!important}
  .ukaz-float-added-copy span{max-width:125px!important}
}


/* =========================================================
   V64 — CLEAN FINAL ADD-TO-CART OVERRIDE
   This block intentionally comes LAST so old accumulated
   WooCommerce/button rules cannot break the new control.
   ========================================================= */

body.single-product .ukaz-flagship-single-product form.cart{
  position:relative!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  width:100%!important;
  max-width:100%!important;
  gap:12px!important;
  margin:8px 0 24px!important;
  padding:0 0 26px!important;
  border-bottom:1px solid #e2ddd3!important;
  box-sizing:border-box!important;
}

body.single-product .ukaz-flagship-single-product form.cart .quantity{
  flex:0 0 112px!important;
  width:112px!important;
  min-width:112px!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
}

body.single-product .ukaz-flagship-single-product form.cart .quantity .qty{
  display:block!important;
  width:112px!important;
  height:62px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #ded8cd!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#171717!important;
  font-size:20px!important;
  font-weight:700!important;
  text-align:center!important;
  box-shadow:0 7px 20px rgba(18,18,18,.05)!important;
  box-sizing:border-box!important;
}

body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add{
  position:relative!important;
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:62px!important;
  margin:0!important;
  padding:0 58px 0 78px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:2px solid #c49a4e!important;
  border-radius:999px!important;
  background:#111213!important;
  color:#fff!important;
  font-size:19px!important;
  font-weight:800!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  isolation:isolate!important;
  touch-action:pan-y!important;
  cursor:pointer!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  box-sizing:border-box!important;
  box-shadow:0 13px 32px rgba(184,138,59,.22),inset 0 1px 0 rgba(255,255,255,.08)!important;
  transition:transform .18s ease,box-shadow .25s ease,background .25s ease!important;
}

body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add:before,
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add:after{
  content:none!important;
  display:none!important;
}

body.single-product .ukaz-flagship-single-product .ukaz-slide-add .ukaz-add-progress{
  position:absolute!important;
  z-index:1!important;
  left:0!important;
  top:0!important;
  bottom:0!important;
  width:var(--ukaz-slide,0%)!important;
  max-width:100%!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,rgba(195,154,78,.10),rgba(195,154,78,.34))!important;
  pointer-events:none!important;
  transition:width .07s linear!important;
}

body.single-product .ukaz-flagship-single-product .ukaz-slide-add .ukaz-add-handle{
  position:absolute!important;
  z-index:4!important;
  left:5px!important;
  top:5px!important;
  width:48px!important;
  height:48px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#c7a158!important;
  color:#111!important;
  box-shadow:0 4px 12px rgba(0,0,0,.20)!important;
  transition:left .22s cubic-bezier(.2,.8,.2,1),transform .18s ease,background .18s ease!important;
  pointer-events:none!important;
}

body.single-product .ukaz-flagship-single-product .ukaz-slide-add .ukaz-add-cart-icon{
  display:block!important;
  font-size:20px!important;
  line-height:1!important;
  filter:grayscale(1)!important;
}

body.single-product .ukaz-flagship-single-product .ukaz-slide-add .ukaz-add-label{
  position:relative!important;
  z-index:3!important;
  display:block!important;
  width:100%!important;
  margin:0!important;
  text-align:center!important;
  line-height:1!important;
  pointer-events:none!important;
  transition:transform .18s ease,opacity .18s ease!important;
}

body.single-product .ukaz-flagship-single-product .ukaz-slide-add .ukaz-add-arrow{
  position:absolute!important;
  z-index:4!important;
  right:17px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  color:#d9b872!important;
  font:400 34px/1 Arial,sans-serif!important;
  letter-spacing:-8px!important;
  pointer-events:none!important;
}

body.single-product .ukaz-flagship-single-product .ukaz-slide-add.is-dragging .ukaz-add-handle{
  transform:scale(1.06)!important;
}

body.single-product .ukaz-flagship-single-product .ukaz-slide-add.ready-to-add .ukaz-add-handle{
  left:calc(100% - 53px)!important;
  background:#e1bd72!important;
}

body.single-product .ukaz-flagship-single-product .ukaz-slide-add.ready-to-add .ukaz-add-arrow{
  opacity:.22!important;
}

body.single-product .ukaz-flagship-single-product .ukaz-slide-add.is-loading{
  pointer-events:none!important;
  box-shadow:0 0 0 4px rgba(195,154,78,.10),0 14px 36px rgba(195,154,78,.28)!important;
}

body.single-product .ukaz-flagship-single-product .ukaz-slide-add.is-loading .ukaz-add-handle{
  animation:ukazV64Pulse .65s ease-in-out infinite alternate!important;
}

@keyframes ukazV64Pulse{
  from{transform:scale(1)}
  to{transform:scale(1.10)}
}

body.single-product .ukaz-flagship-single-product .ukaz-slide-add.is-added{
  background:#171817!important;
  box-shadow:0 0 0 4px rgba(195,154,78,.15),0 16px 38px rgba(195,154,78,.30)!important;
}

body.single-product .ukaz-flagship-single-product .ukaz-slide-add.is-added .ukaz-add-handle{
  background:#dfbd72!important;
  transform:scale(1.07)!important;
}

body.single-product .ukaz-flagship-single-product .ukaz-slide-add.is-error{
  background:#2b1717!important;
}

body.single-product .ukaz-flagship-single-product form.cart .ukaz-slide-hint{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:4px!important;
  width:100%!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  color:#8d887f!important;
  font-size:10px!important;
  line-height:1!important;
  pointer-events:none!important;
}

.ukaz-floating-added-cart{
  position:fixed!important;
  z-index:100000!important;
  left:50%!important;
  right:auto!important;
  bottom:145px!important;
  transform:translate(-50%,28px) scale(.97)!important;
  width:min(700px,calc(100vw - 24px))!important;
  min-height:70px!important;
  box-sizing:border-box!important;
  padding:9px 11px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  border:1px solid rgba(195,154,78,.65)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.97)!important;
  backdrop-filter:blur(22px)!important;
  -webkit-backdrop-filter:blur(22px)!important;
  box-shadow:0 22px 60px rgba(17,18,19,.22),0 0 0 4px rgba(195,154,78,.08)!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .25s ease,transform .36s cubic-bezier(.2,.8,.2,1)!important;
}

.ukaz-floating-added-cart.is-visible{
  opacity:1!important;
  transform:translate(-50%,0) scale(1)!important;
  pointer-events:auto!important;
}

.ukaz-float-added-main{
  min-width:0!important;
  flex:1 1 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}

.ukaz-float-added-main img{
  width:54px!important;
  height:54px!important;
  flex:0 0 54px!important;
  object-fit:cover!important;
  border-radius:14px!important;
  border:1px solid #dfd7c8!important;
  background:#111!important;
}

.ukaz-float-added-copy{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:2px!important;
}

.ukaz-float-added-copy b{
  color:#111!important;
  font-size:13px!important;
  font-weight:800!important;
}

.ukaz-success-check{
  color:#fff!important;
  background:#b78a3f!important;
  width:17px!important;
  height:17px!important;
  display:inline-grid!important;
  place-items:center!important;
  border-radius:50%!important;
  font-size:11px!important;
  margin-right:4px!important;
}

.ukaz-float-added-copy>span:not(.ukaz-success-check){
  display:block!important;
  color:#777!important;
  font-size:10px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  max-width:270px!important;
}

.ukaz-float-added-copy strong{
  color:#a8792d!important;
  font-size:14px!important;
}

.ukaz-float-added-actions{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
}

.ukaz-float-added-actions a{
  height:40px!important;
  padding:0 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  border:1px solid #ded7c9!important;
  background:#fff!important;
  color:#171717!important;
  text-decoration:none!important;
  font-size:11px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

.ukaz-float-added-actions a.primary{
  background:#111213!important;
  color:#fff!important;
  border-color:#c39a4e!important;
  box-shadow:0 5px 16px rgba(195,154,78,.24)!important;
}

.ukaz-float-added-actions button{
  width:30px!important;
  height:32px!important;
  border:0!important;
  background:transparent!important;
  color:#777!important;
  font-size:22px!important;
  line-height:1!important;
  cursor:pointer!important;
}

.ukaz-flying-cart{
  position:fixed!important;
  z-index:100005!important;
  width:40px!important;
  height:40px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#c7a158!important;
  color:#111!important;
  font-size:19px!important;
  box-shadow:0 8px 24px rgba(0,0,0,.25)!important;
  pointer-events:none!important;
  transform:scale(1)!important;
}

.ukaz-flying-cart.fly{
  animation:ukazV64Fly .72s cubic-bezier(.2,.8,.2,1) forwards!important;
}

@keyframes ukazV64Fly{
  0%{transform:translate(0,0) scale(1);opacity:1}
  42%{transform:translate(calc(var(--ukaz-fly-x)*.48),calc(var(--ukaz-fly-y)*.30 - 44px)) scale(1.18);opacity:1}
  100%{transform:translate(var(--ukaz-fly-x),var(--ukaz-fly-y)) scale(.16);opacity:.08}
}

.ukaz-cart-count-pop{
  animation:ukazV64Count .55s cubic-bezier(.2,.8,.2,1)!important;
}

@keyframes ukazV64Count{
  0%{transform:scale(1)}
  45%{transform:scale(1.55)}
  100%{transform:scale(1)}
}

@media(max-width:700px){
  body.single-product .ukaz-flagship-single-product form.cart{
    gap:9px!important;
    margin:5px 0 24px!important;
    padding-bottom:24px!important;
  }

  body.single-product .ukaz-flagship-single-product form.cart .quantity{
    flex:0 0 96px!important;
    width:96px!important;
    min-width:96px!important;
  }

  body.single-product .ukaz-flagship-single-product form.cart .quantity .qty{
    width:96px!important;
    height:60px!important;
    font-size:20px!important;
  }

  body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add{
    flex:1 1 0!important;
    width:auto!important;
    min-width:0!important;
    height:60px!important;
    padding:0 47px 0 67px!important;
    font-size:17px!important;
  }

  body.single-product .ukaz-flagship-single-product .ukaz-slide-add .ukaz-add-handle{
    width:46px!important;
    height:46px!important;
    left:5px!important;
    top:5px!important;
  }

  body.single-product .ukaz-flagship-single-product .ukaz-slide-add .ukaz-add-cart-icon{font-size:19px!important}
  body.single-product .ukaz-flagship-single-product .ukaz-slide-add .ukaz-add-arrow{right:12px!important;font-size:29px!important}
  body.single-product .ukaz-flagship-single-product .ukaz-slide-add.ready-to-add .ukaz-add-handle{left:calc(100% - 51px)!important}

  body.single-product .ukaz-flagship-single-product form.cart .ukaz-slide-hint{
    bottom:3px!important;
    font-size:9px!important;
  }

  .ukaz-floating-added-cart{
    left:10px!important;
    right:10px!important;
    bottom:145px!important;
    transform:translateY(28px) scale(.97)!important;
    width:auto!important;
    min-height:64px!important;
    padding:8px!important;
    border-radius:20px!important;
    gap:7px!important;
  }

  .ukaz-floating-added-cart.is-visible{transform:translateY(0) scale(1)!important}
  .ukaz-float-added-main{gap:8px!important}
  .ukaz-float-added-main img{width:50px!important;height:50px!important;flex-basis:50px!important;border-radius:12px!important}
  .ukaz-float-added-copy b{font-size:12px!important}
  .ukaz-float-added-copy>span:not(.ukaz-success-check){font-size:9px!important;max-width:125px!important}
  .ukaz-float-added-copy strong{font-size:13px!important}
  .ukaz-float-added-actions{gap:3px!important}
  .ukaz-float-added-actions .view-cart{display:none!important}
  .ukaz-float-added-actions a.primary{height:38px!important;padding:0 11px!important;font-size:10px!important}
  .ukaz-float-added-actions button{width:25px!important;height:30px!important;font-size:20px!important}
}

@media(max-width:360px){
  body.single-product .ukaz-flagship-single-product form.cart .quantity,
  body.single-product .ukaz-flagship-single-product form.cart .quantity .qty{width:88px!important;min-width:88px!important;flex-basis:88px!important}
  body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add{padding-left:61px!important;padding-right:38px!important;font-size:15px!important}
}

/* =========================================================
   V65 — FINAL CLEAN TAP + SLIDE ADD TO CART
   ========================================================= */
body.single-product .ukaz-flagship-single-product form.cart{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:10px !important;
  width:100% !important;
  margin:8px 0 25px !important;
  padding-bottom:25px !important;
  box-sizing:border-box !important;
}
body.single-product .ukaz-flagship-single-product form.cart .quantity{
  flex:0 0 112px !important;
  width:112px !important;
  min-width:112px !important;
  float:none !important;
  margin:0 !important;
}
body.single-product .ukaz-flagship-single-product form.cart .quantity .qty{
  width:112px !important;
  height:62px !important;
  margin:0 !important;
  border:1px solid #ded8cd !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#171717 !important;
  text-align:center !important;
  font-size:20px !important;
  font-weight:700 !important;
  box-sizing:border-box !important;
}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add{
  position:relative !important;
  flex:1 1 0 !important;
  width:auto !important;
  min-width:0 !important;
  height:62px !important;
  margin:0 !important;
  padding:0 62px 0 76px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  border:2px solid #c49a4e !important;
  border-radius:999px !important;
  background:#111 !important;
  color:#fff !important;
  font-size:19px !important;
  font-weight:800 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  box-sizing:border-box !important;
  touch-action:pan-y !important;
  user-select:none !important;
  -webkit-user-select:none !important;
  cursor:pointer !important;
  box-shadow:0 13px 32px rgba(184,138,59,.23) !important;
}
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add::before,
body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add::after{content:none !important;display:none !important;}
.ukaz-add-handle{
  position:absolute !important;
  left:5px !important;
  top:5px !important;
  z-index:5 !important;
  width:48px !important;
  height:48px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:50% !important;
  background:#c7a158 !important;
  box-shadow:0 4px 12px rgba(0,0,0,.22) !important;
  pointer-events:none !important;
  transition:left .25s cubic-bezier(.2,.8,.2,1),transform .18s ease,background .2s ease !important;
}
.ukaz-svg-cart{width:25px !important;height:25px !important;fill:none !important;stroke:#111 !important;stroke-width:2.3 !important;stroke-linecap:round !important;stroke-linejoin:round !important;display:block !important;}
.ukaz-add-label{position:relative !important;z-index:4 !important;width:100% !important;text-align:center !important;pointer-events:none !important;white-space:nowrap !important;}
.ukaz-add-arrow{position:absolute !important;right:17px !important;top:50% !important;z-index:5 !important;transform:translateY(-53%) !important;color:#e0bf78 !important;font-family:Arial,sans-serif !important;font-size:34px !important;font-weight:400 !important;letter-spacing:-8px !important;pointer-events:none !important;}
.ukaz-add-progress{position:absolute !important;left:0 !important;top:0 !important;bottom:0 !important;z-index:1 !important;width:var(--ukaz-slide,0%) !important;border-radius:999px !important;background:linear-gradient(90deg,rgba(195,154,78,.10),rgba(195,154,78,.38)) !important;pointer-events:none !important;transition:width .06s linear !important;}
.ukaz-slide-add.ready-to-add .ukaz-add-handle{left:calc(100% - 53px) !important;background:#e0bd70 !important;transform:scale(1.04) !important;}
.ukaz-slide-add.ready-to-add .ukaz-add-arrow{opacity:.2 !important;}
.ukaz-slide-add.is-loading{pointer-events:none !important;box-shadow:0 0 0 4px rgba(195,154,78,.13),0 15px 38px rgba(195,154,78,.28) !important;}
.ukaz-slide-add.is-loading .ukaz-add-handle{animation:ukazV65Pulse .65s ease-in-out infinite alternate !important;}
@keyframes ukazV65Pulse{from{transform:scale(1)}to{transform:scale(1.12)}}
.ukaz-slide-add.is-added{background:#151614 !important;box-shadow:0 0 0 4px rgba(195,154,78,.18),0 17px 42px rgba(195,154,78,.30) !important;}
.ukaz-slide-add.is-added .ukaz-add-handle{background:#e2bf73 !important;transform:scale(1.08) !important;}
.ukaz-slide-add.is-error{background:#281717 !important;}
body.single-product .ukaz-flagship-single-product form.cart .ukaz-slide-hint{position:absolute !important;left:0 !important;right:0 !important;bottom:4px !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:5px !important;color:#8b877f !important;font-size:10px !important;line-height:1 !important;pointer-events:none !important;}
.ukaz-flying-cart{position:fixed !important;z-index:100005 !important;width:44px !important;height:44px !important;display:grid !important;place-items:center !important;border-radius:50% !important;background:#c7a158 !important;box-shadow:0 8px 25px rgba(0,0,0,.25) !important;pointer-events:none !important;transform:scale(1) !important;}
.ukaz-flying-cart .ukaz-svg-cart{width:23px !important;height:23px !important;}
.ukaz-flying-cart.fly{animation:ukazV65Fly .78s cubic-bezier(.2,.8,.2,1) forwards !important;}
@keyframes ukazV65Fly{0%{transform:translate(0,0) scale(1);opacity:1}42%{transform:translate(calc(var(--ukaz-fly-x) * .48),calc(var(--ukaz-fly-y) * .30 - 45px)) scale(1.2);opacity:1}100%{transform:translate(var(--ukaz-fly-x),var(--ukaz-fly-y)) scale(.12);opacity:.1}}
.ukaz-cart-count-pop{animation:ukazV65Count .55s cubic-bezier(.2,.8,.2,1) !important;}
@keyframes ukazV65Count{0%{transform:scale(1)}45%{transform:scale(1.55)}100%{transform:scale(1)}}
.ukaz-floating-added-cart{position:fixed !important;z-index:100000 !important;left:50% !important;bottom:145px !important;width:min(700px,calc(100vw - 24px)) !important;transform:translate(-50%,30px) scale(.96) !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:10px !important;padding:9px !important;border:1px solid rgba(195,154,78,.65) !important;border-radius:22px !important;background:rgba(255,255,255,.97) !important;backdrop-filter:blur(22px) !important;-webkit-backdrop-filter:blur(22px) !important;box-shadow:0 22px 60px rgba(17,18,19,.22),0 0 0 4px rgba(195,154,78,.08) !important;opacity:0 !important;pointer-events:none !important;transition:opacity .28s ease,transform .36s cubic-bezier(.2,.8,.2,1) !important;}
.ukaz-floating-added-cart.is-visible{opacity:1 !important;transform:translate(-50%,0) scale(1) !important;pointer-events:auto !important;}
.ukaz-float-added-main{min-width:0 !important;flex:1 1 auto !important;display:flex !important;align-items:center !important;gap:9px !important;}
.ukaz-float-added-main img{width:52px !important;height:52px !important;flex:0 0 52px !important;object-fit:cover !important;border-radius:13px !important;border:1px solid #ddd5c6 !important;}
.ukaz-float-added-copy{min-width:0 !important;display:flex !important;flex-direction:column !important;gap:2px !important;}
.ukaz-float-added-copy b{display:flex !important;align-items:center !important;gap:4px !important;color:#111 !important;font-size:13px !important;font-weight:800 !important;}
.ukaz-success-check{width:18px !important;height:18px !important;display:grid !important;place-items:center !important;border-radius:50% !important;background:#c7a158 !important;flex:0 0 18px !important;}
.ukaz-svg-check{width:12px !important;height:12px !important;fill:none !important;stroke:#111 !important;stroke-width:3 !important;stroke-linecap:round !important;stroke-linejoin:round !important;}
.ukaz-float-added-copy>span:not(.ukaz-success-check){color:#777 !important;font-size:10px !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;max-width:240px !important;}
.ukaz-float-added-copy strong{color:#a8792d !important;font-size:14px !important;}
.ukaz-float-added-actions{display:flex !important;align-items:center !important;gap:5px !important;flex:0 0 auto !important;}
.ukaz-float-added-actions a{height:40px !important;padding:0 13px !important;display:flex !important;align-items:center !important;justify-content:center !important;border-radius:999px !important;text-decoration:none !important;font-size:11px !important;font-weight:800 !important;white-space:nowrap !important;}
.ukaz-float-added-actions .view-cart{background:#fff !important;color:#111 !important;border:1px solid #ddd5c6 !important;}
.ukaz-float-added-actions .primary{background:#111 !important;color:#fff !important;border:1px solid #c49a4e !important;box-shadow:0 5px 16px rgba(195,154,78,.22) !important;}
.ukaz-float-added-actions button{width:30px !important;height:30px !important;border:0 !important;background:transparent !important;color:#777 !important;font-size:23px !important;cursor:pointer !important;}
@media(max-width:700px){
  body.single-product .ukaz-flagship-single-product form.cart{gap:9px !important;margin-top:5px !important;padding-bottom:24px !important;}
  body.single-product .ukaz-flagship-single-product form.cart .quantity{flex:0 0 96px !important;width:96px !important;min-width:96px !important;}
  body.single-product .ukaz-flagship-single-product form.cart .quantity .qty{width:96px !important;height:60px !important;font-size:20px !important;}
  body.single-product .ukaz-flagship-single-product form.cart .single_add_to_cart_button.ukaz-slide-add{flex:1 1 0 !important;height:60px !important;padding:0 46px 0 65px !important;font-size:17px !important;}
  .ukaz-add-handle{width:46px !important;height:46px !important;left:5px !important;top:5px !important;}
  .ukaz-svg-cart{width:23px !important;height:23px !important;}
  .ukaz-add-arrow{right:12px !important;font-size:30px !important;}
  .ukaz-slide-add.ready-to-add .ukaz-add-handle{left:calc(100% - 51px) !important;}
  .ukaz-slide-hint{font-size:9px !important;bottom:3px !important;}
  .ukaz-floating-added-cart{left:10px !important;right:10px !important;bottom:145px !important;width:auto !important;padding:8px !important;border-radius:20px !important;}
  .ukaz-float-added-main img{width:50px !important;height:50px !important;flex-basis:50px !important;}
  .ukaz-float-added-copy b{font-size:12px !important;}
  .ukaz-float-added-copy>span:not(.ukaz-success-check){font-size:9px !important;max-width:125px !important;}
  .ukaz-float-added-copy strong{font-size:13px !important;}
  .ukaz-float-added-actions .view-cart{display:none !important;}
  .ukaz-float-added-actions .primary{height:38px !important;padding:0 10px !important;font-size:10px !important;}
}

/* =========================================================
   UKAZ V66 — FLOATING CART POSITION FIX
   Keep the success cart fully inside the viewport on mobile.
   ========================================================= */
@media (max-width:700px) {
    body.single-product .ukaz-floating-added-cart {
        left:12px !important;
        right:12px !important;
        width:auto !important;
        bottom:151px !important;
        transform:translate(0,32px) scale(.96) !important;
    }

    body.single-product .ukaz-floating-added-cart.is-visible {
        transform:translate(0,0) scale(1) !important;
    }
}

/* =========================================================
   V67 — SUPER PREMIUM PRODUCT PAGE ICON SYSTEM
   Replaces emoji / text-glyph icons with crisp inline SVGs.
   ========================================================= */

.ukaz-panel-icon,
.ukaz-card-icon,
.ukaz-delivery-icon,
.ukaz-product-info-accordions summary > span,
.ukaz-product-benefits > div > span,
.ukaz-mobile-product-nav a > span,
.ukaz-mobile-product-bar .ukaz-mobile-wa,
.ukaz-mobile-product-bar button > span{
  display:grid!important;
  place-items:center!important;
}

.ukaz-panel-icon svg,
.ukaz-card-icon svg,
.ukaz-delivery-icon svg,
.ukaz-product-info-accordions summary > span svg,
.ukaz-product-benefits > div > span svg,
.ukaz-mobile-product-nav a > span svg,
.ukaz-mobile-product-bar .ukaz-mobile-wa svg,
.ukaz-mobile-product-bar button > span svg{
  width:100%!important;
  height:100%!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

/* Panel heading */
body.single-product .ukaz-order-panel-title .ukaz-panel-icon{
  width:30px!important;
  height:30px!important;
  flex:0 0 30px!important;
  color:#b28b45!important;
  filter:drop-shadow(0 3px 7px rgba(178,139,69,.16))!important;
}
body.single-product .ukaz-order-panel-title .ukaz-panel-icon svg{
  width:25px!important;
  height:25px!important;
  stroke-width:1.55!important;
}

/* Service/order cards */
body.single-product .ukaz-order-card .ukaz-card-icon{
  width:50px!important;
  height:50px!important;
  flex:0 0 50px!important;
  border-radius:16px!important;
  background:linear-gradient(145deg,#faf8f3,#f0ede6)!important;
  color:#b28b45!important;
  border:1px solid rgba(178,139,69,.10)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 18px rgba(18,18,18,.05)!important;
}
body.single-product .ukaz-order-card .ukaz-card-icon svg{
  width:25px!important;
  height:25px!important;
}
body.single-product .ukaz-order-card-fast .ukaz-card-icon{
  background:linear-gradient(145deg,#292929,#1b1b1b)!important;
  color:#d9b56d!important;
  border-color:rgba(217,181,109,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 9px 22px rgba(0,0,0,.22)!important;
}
body.single-product .ukaz-order-card-wa .ukaz-card-icon{color:#20a866!important}
body.single-product .ukaz-order-card-call .ukaz-card-icon{color:#ae8540!important}
body.single-product .ukaz-order-card-msg .ukaz-card-icon{color:#1887d8!important}

/* Delivery */
body.single-product .ukaz-delivery-icon{
  width:48px!important;
  height:48px!important;
  flex:0 0 48px!important;
  color:#b28b45!important;
  font-size:0!important;
  border:1px solid rgba(178,139,69,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 7px 18px rgba(18,18,18,.04)!important;
}
body.single-product .ukaz-delivery-icon svg{width:25px!important;height:25px!important;stroke-width:1.65!important}

/* Accordions */
body.single-product .ukaz-product-info-accordions summary > span{
  width:38px!important;
  height:38px!important;
  flex:0 0 38px!important;
  margin-right:8px!important;
  border-radius:12px!important;
  background:linear-gradient(145deg,#fcfaf6,#f1ede5)!important;
  border:1px solid rgba(178,139,69,.13)!important;
  color:#b28b45!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 5px 13px rgba(18,18,18,.04)!important;
  font-size:0!important;
}
body.single-product .ukaz-product-info-accordions summary > span svg{
  width:20px!important;
  height:20px!important;
  stroke-width:1.7!important;
}
body.single-product .ukaz-product-info-accordions summary > b{
  color:#9b968d!important;
  font-size:17px!important;
  font-weight:400!important;
  transition:transform .25s ease!important;
}
body.single-product .ukaz-product-info-accordions details[open] summary > b{transform:rotate(180deg)!important}

/* Benefits */
body.single-product .ukaz-product-benefits > div > span{
  width:42px!important;
  height:42px!important;
  margin-bottom:8px!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,#fcfaf6,#f2eee6)!important;
  border:1px solid rgba(178,139,69,.12)!important;
  color:#b28b45!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 6px 15px rgba(18,18,18,.04)!important;
  font-size:0!important;
}
body.single-product .ukaz-product-benefits > div > span svg{width:22px!important;height:22px!important;stroke-width:1.65!important}

/* Mobile bottom navigation */
body.single-product .ukaz-mobile-product-nav a > span{
  width:28px!important;
  height:28px!important;
  color:#777!important;
  font-size:0!important;
  transition:color .2s ease,transform .2s ease!important;
}
body.single-product .ukaz-mobile-product-nav a > span svg{width:23px!important;height:23px!important;stroke-width:1.55!important}
body.single-product .ukaz-mobile-product-nav a:first-child > span{color:#171717!important}
body.single-product .ukaz-mobile-product-nav a:active > span{transform:scale(.90)!important}
body.single-product .ukaz-mobile-product-nav a b{
  box-shadow:0 3px 8px rgba(178,139,69,.22)!important;
  border:2px solid rgba(255,255,255,.88)!important;
}

/* Sticky mobile order bar */
body.single-product .ukaz-mobile-product-bar .ukaz-mobile-wa{
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
  border-radius:50%!important;
  text-decoration:none!important;
  background:linear-gradient(145deg,#f9fbf8,#eef7f1)!important;
  color:#20aa68!important;
  border:1px solid rgba(32,170,104,.13)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 7px 17px rgba(32,170,104,.08)!important;
  font-size:0!important;
}
body.single-product .ukaz-mobile-product-bar .ukaz-mobile-wa svg{width:23px!important;height:23px!important;stroke-width:1.7!important}
body.single-product .ukaz-mobile-product-bar button > span{
  width:21px!important;
  height:21px!important;
  color:#d9b56d!important;
  font-size:0!important;
}
body.single-product .ukaz-mobile-product-bar button > span svg{width:20px!important;height:20px!important;stroke-width:1.7!important}

/* Tiny interaction polish */
body.single-product .ukaz-order-card,
body.single-product .ukaz-product-benefits > div,
body.single-product .ukaz-product-info-accordions details{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
body.single-product .ukaz-order-card:active{transform:scale(.992)!important}

@media(max-width:700px){
  body.single-product .ukaz-order-card .ukaz-card-icon{
    width:44px!important;height:44px!important;flex-basis:44px!important;border-radius:13px!important;
  }
  body.single-product .ukaz-order-card .ukaz-card-icon svg{width:22px!important;height:22px!important}
  body.single-product .ukaz-delivery-icon{width:42px!important;height:42px!important;flex-basis:42px!important}
  body.single-product .ukaz-delivery-icon svg{width:22px!important;height:22px!important}
  body.single-product .ukaz-product-info-accordions summary > span{width:36px!important;height:36px!important;flex-basis:36px!important;border-radius:11px!important}
  body.single-product .ukaz-product-info-accordions summary > span svg{width:19px!important;height:19px!important}
  body.single-product .ukaz-product-benefits > div > span{width:38px!important;height:38px!important;border-radius:12px!important}
  body.single-product .ukaz-product-benefits > div > span svg{width:20px!important;height:20px!important}
  body.single-product .ukaz-mobile-product-nav a > span{width:27px!important;height:27px!important}
  body.single-product .ukaz-mobile-product-nav a > span svg{width:22px!important;height:22px!important}
}


/* =========================================================
   V68 — PRODUCT THUMBNAIL RAIL: REAL HORIZONTAL SCROLL
   ========================================================= */
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .flex-control-thumbs{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:16px 0 0!important;
  padding:0 2px 7px!important;
  gap:10px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  box-sizing:border-box!important;
  pointer-events:auto!important;
}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .flex-control-thumbs li{
  flex:0 0 70px!important;
  width:70px!important;
  min-width:70px!important;
  max-width:70px!important;
  height:70px!important;
  margin:0!important;
  float:none!important;
  display:block!important;
  box-sizing:border-box!important;
  pointer-events:auto!important;
}
body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .flex-control-thumbs li img{
  pointer-events:auto!important;
  user-select:none!important;
  -webkit-user-drag:none!important;
}
@media(max-width:900px){
  body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .flex-control-thumbs{
    margin-top:14px!important;
    padding-right:2px!important;
    gap:10px!important;
    touch-action:pan-x!important;
  }
}
@media(max-width:480px){
  body.single-product .ukaz-flagship-single-product .ukaz-flagship-gallery .woocommerce-product-gallery .flex-control-thumbs li{
    flex-basis:64px!important;
    width:64px!important;
    min-width:64px!important;
    max-width:64px!important;
    height:64px!important;
  }
}

/* =========================================================
   V70 — FEATURED PRODUCTS CLEAN REBUILD
   ========================================================= */
.ukaz-featured .ukaz-wrap{width:min(1280px,calc(100% - 40px));margin-left:auto!important;margin-right:auto!important;overflow:visible!important}
.ukaz-featured .ukaz-product-panel{width:100%!important;min-width:0!important;overflow:visible!important}
.ukaz-featured-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;align-items:stretch}
.ukaz-featured-card{position:relative!important;display:flex!important;flex-direction:column!important;min-width:0!important;width:auto!important;max-width:none!important;margin:0!important;padding:12px!important;border:1px solid #e5dfd3!important;border-radius:22px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 8px 28px rgba(17,18,19,.055)!important;transform:none!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}
.ukaz-featured-card:hover{transform:translateY(-3px)!important;box-shadow:0 18px 45px rgba(17,18,19,.10)!important;border-color:#d9c59e!important}
.ukaz-featured-media{position:relative!important;display:block!important;width:100%!important;aspect-ratio:1/1!important;overflow:hidden!important;border-radius:16px!important;background:#f6f4ef!important}
.ukaz-featured-media img.ukaz-featured-image{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;margin:0!important;border-radius:0!important}
.ukaz-featured-sale{position:absolute!important;right:0!important;top:0!important;z-index:2!important;padding:7px 13px!important;border-radius:0 15px 0 14px!important;background:var(--gold)!important;color:#fff!important;font-size:15px!important;font-weight:800!important;line-height:1.1!important}
.ukaz-featured-card-body{display:flex!important;flex-direction:column!important;min-width:0!important;padding:17px 5px 4px!important;flex:1 1 auto!important}
.ukaz-featured-title{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;min-height:48px!important;color:#151515!important;font-size:21px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:-.25px!important}
.ukaz-featured-rating{display:flex!important;align-items:center!important;gap:5px!important;min-height:27px!important;margin:8px 0 8px!important;white-space:nowrap!important;overflow:hidden!important}
.ukaz-stars{color:var(--gold)!important;font-size:18px!important;letter-spacing:0!important;line-height:1!important}
.ukaz-rating-number{color:#292929!important;font-size:13px!important;font-weight:700!important}
.ukaz-review-count{color:#777!important;font-size:12px!important}
.ukaz-featured-price-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-height:38px!important;margin-bottom:13px!important}
.ukaz-featured-price{min-width:0!important;line-height:1.15!important}
.ukaz-featured-price .price{display:flex!important;align-items:baseline!important;gap:7px!important;margin:0!important;font-weight:800!important;white-space:nowrap!important}
.ukaz-featured-price del{color:#8a8882!important;font-size:16px!important;font-weight:600!important}
.ukaz-featured-price ins{text-decoration:none!important;color:var(--gold2)!important;font-size:25px!important;font-weight:900!important}
.ukaz-featured-price > .price:not(:has(del)):not(:has(ins)){color:var(--gold2)!important;font-size:25px!important}
.ukaz-featured-save{flex:0 0 auto!important;padding:7px 9px!important;border-radius:999px!important;background:#f7edd9!important;color:#8c6728!important;font-size:11px!important;font-weight:800!important;white-space:nowrap!important}
.ukaz-featured-add{position:relative!important;width:100%!important;min-height:51px!important;margin-top:auto!important;padding:0 14px!important;border:1px solid #171717!important;border-radius:999px!important;background:#111!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;text-decoration:none!important;font:inherit!important;font-size:16px!important;font-weight:800!important;line-height:1!important;cursor:pointer!important;box-shadow:none!important;transition:transform .18s ease,background .18s ease,box-shadow .22s ease!important}
.ukaz-featured-add:hover{background:#1b1b1b!important;transform:translateY(-1px)!important}
.ukaz-featured-add:active{transform:scale(.985)!important}
.ukaz-featured-add-icon{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#c7a158!important;flex:0 0 34px!important}
.ukaz-featured-add-icon svg{width:19px!important;height:19px!important;fill:none!important;stroke:#111!important;stroke-width:2.1!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.ukaz-featured-add-check{display:none!important;color:#e0bf78!important;font-size:21px!important}
.ukaz-featured-add.loading{pointer-events:none!important;opacity:.72!important}
.ukaz-featured-add.loading .ukaz-featured-add-icon{animation:ukazFeaturedPulse .65s ease-in-out infinite alternate!important}
.ukaz-featured-add.added{background:#171714!important;border-color:#c49a4e!important;box-shadow:0 8px 25px rgba(184,138,59,.22)!important}
.ukaz-featured-add.added .ukaz-featured-add-icon{background:#e0bf78!important}
.ukaz-featured-add.added .ukaz-featured-add-check{display:block!important}
.ukaz-featured-add.error{background:#2a1818!important}
.ukaz-featured-view{background:#111!important}
@keyframes ukazFeaturedPulse{from{transform:scale(1)}to{transform:scale(1.12)}}
.ukaz-products-empty{padding:40px;text-align:center;color:#777}

.ukaz-featured-added-toast{position:fixed!important;left:50%!important;bottom:92px!important;z-index:100001!important;width:min(680px,calc(100vw - 24px))!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:9px!important;border:1px solid rgba(195,154,78,.55)!important;border-radius:20px!important;background:rgba(255,255,255,.97)!important;backdrop-filter:blur(18px)!important;box-shadow:0 20px 55px rgba(0,0,0,.18)!important;opacity:0!important;transform:translate(-50%,25px) scale(.97)!important;pointer-events:none!important;transition:opacity .25s ease,transform .3s cubic-bezier(.2,.8,.2,1)!important}
.ukaz-featured-added-toast.show{opacity:1!important;transform:translate(-50%,0) scale(1)!important;pointer-events:auto!important}
.ukaz-featured-toast-product{min-width:0!important;display:flex!important;align-items:center!important;gap:9px!important}
.ukaz-featured-toast-product img{width:48px!important;height:48px!important;object-fit:cover!important;border-radius:12px!important;flex:0 0 48px!important}
.ukaz-featured-toast-product div{min-width:0!important;display:flex!important;flex-direction:column!important;gap:1px!important}
.ukaz-featured-toast-product b{font-size:13px!important;color:#111!important}
.ukaz-featured-toast-product span{max-width:230px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#777!important;font-size:10px!important}
.ukaz-featured-toast-actions{display:flex!important;align-items:center!important;gap:5px!important;flex:0 0 auto!important}
.ukaz-featured-toast-actions a{height:38px!important;padding:0 12px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important;white-space:nowrap!important;background:#fff!important;border:1px solid #ddd5c6!important;color:#111!important}
.ukaz-featured-toast-actions a.primary{background:#111!important;color:#fff!important;border-color:#c49a4e!important}
.ukaz-featured-toast-actions button{width:30px!important;height:30px!important;border:0!important;background:transparent!important;color:#777!important;font-size:22px!important;cursor:pointer!important}

@media(max-width:1100px){
 .ukaz-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
}
@media(max-width:800px){
 .ukaz-featured .ukaz-wrap{width:calc(100% - 28px)!important}
 .ukaz-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
 .ukaz-featured-card{padding:9px!important;border-radius:17px!important}
 .ukaz-featured-media{border-radius:12px!important}
 .ukaz-featured-sale{font-size:12px!important;padding:6px 9px!important;border-radius:0 11px 0 10px!important}
 .ukaz-featured-card-body{padding:11px 2px 2px!important}
 .ukaz-featured-title{font-size:15px!important;line-height:1.24!important;min-height:37px!important}
 .ukaz-featured-rating{margin:6px 0!important;min-height:22px!important;gap:3px!important}
 .ukaz-stars{font-size:14px!important}
 .ukaz-rating-number,.ukaz-review-count{font-size:10px!important}
 .ukaz-featured-price-row{display:block!important;margin-bottom:9px!important}
 .ukaz-featured-price .price{gap:4px!important}
 .ukaz-featured-price del{font-size:11px!important}
 .ukaz-featured-price ins,.ukaz-featured-price > .price:not(:has(del)):not(:has(ins)){font-size:17px!important}
 .ukaz-featured-save{display:inline-flex!important;margin-top:5px!important;font-size:9px!important;padding:5px 7px!important}
 .ukaz-featured-add{min-height:43px!important;font-size:13px!important;padding:0 9px!important;gap:6px!important}
 .ukaz-featured-add-icon{width:29px!important;height:29px!important;flex-basis:29px!important}
 .ukaz-featured-add-icon svg{width:16px!important;height:16px!important}
 .ukaz-featured-added-toast{bottom:148px!important}
 .ukaz-featured-toast-actions a:first-child{display:none!important}
 .ukaz-featured-toast-actions a.primary{height:37px!important;font-size:10px!important;padding:0 10px!important}
 .ukaz-featured-toast-product img{width:44px!important;height:44px!important;flex-basis:44px!important}
}

/* V73 — Control Center functional override layer.
   These rules intentionally come LAST so older V21/V34/V38 fixed rules cannot
   silently override values saved in UKAZ Control Center. */
@media (min-width:801px){
  .ukaz-natural-hero .ukaz-hero-media img{
    object-position:var(--hero-position,center center)!important;
  }
  .ukaz-natural-hero .ukaz-hero-copy{width:var(--hero-copy-width)!important;max-width:var(--hero-copy-width)!important}
  .ukaz-natural-hero .ukaz-kicker{font-size:var(--hero-kicker-size)!important}
  .ukaz-natural-hero .ukaz-hero h1{font-size:var(--hero-title-size)!important}
  .ukaz-natural-hero .ukaz-hero-desc{font-size:var(--hero-desc-size)!important}
  .ukaz-natural-hero .ukaz-btn{font-size:var(--hero-button-size)!important}
  .ukaz-natural-hero{min-height:var(--hero-height,650px)!important}
}

@media (max-width:800px){
  /* Mobile Hero typography controls now win over the old fixed vw scale. */
  .ukaz-natural-hero .ukaz-kicker{font-size:var(--hero-mobile-kicker-size)!important}
  .ukaz-natural-hero .ukaz-hero h1{font-size:var(--hero-mobile-title-size)!important}
  .ukaz-natural-hero .ukaz-hero-desc{font-size:var(--hero-mobile-desc-size)!important}
  .ukaz-natural-hero .ukaz-btn{font-size:var(--hero-mobile-button-size)!important}
  .ukaz-natural-hero .ukaz-hero-copy{width:var(--hero-mobile-copy-width)!important;max-width:var(--hero-mobile-copy-width)!important}

  /* Mobile remains natural-ratio: changing text settings must never crop the image. */
  .ukaz-natural-hero{height:auto!important;min-height:0!important;max-height:none!important}
  .ukaz-natural-hero .ukaz-hero-media,.ukaz-natural-hero .ukaz-hero-media img{height:auto!important}
  .ukaz-natural-hero .ukaz-hero-media img{object-fit:contain!important;object-position:center center!important}
}

/* V73 — theme color controls apply to the major reusable UI tokens. */
.ukaz-featured-add,
.ukaz-float-fast,
.ukaz-order-card-fast,
.ukaz-mobile-product-bar button,
.ukaz-simple-checkout .ukaz-place-order,
.ukaz-btn{--ukaz-live-gold:var(--ukaz-admin-gold,var(--gold));}
.ukaz-featured-sale,.ukaz-cart-count,.ukaz-wish-count,.ukaz-featured-add:not(.ukaz-featured-view){background:var(--ukaz-admin-gold,var(--gold))!important}
.ukaz-featured-price ins,.ukaz-featured-price > .price:not(:has(del)):not(:has(ins)),.ukaz-featured-save,.ukaz-link{color:var(--ukaz-admin-gold,var(--gold2))!important}

/* V73 — prevent Control Center text/color controls from being defeated by
   legacy hard-coded button backgrounds. */
.ukaz-btn{background:var(--ukaz-admin-gold,var(--gold))}

/* =========================================================
   V74 — MOBILE MENU + FEATURED ADD-TO-CART FINAL FIX
   ========================================================= */

/* Featured product Add to Cart: restore premium black button.
   Gold remains only as the accent/icon so the button does not compete
   with Sale badges and prices. */
.ukaz-featured-card .ukaz-featured-add:not(.ukaz-featured-view){
  background:#111213!important;
  color:#fff!important;
  border:1px solid #111213!important;
  box-shadow:none!important;
}
.ukaz-featured-card .ukaz-featured-add:not(.ukaz-featured-view):hover{
  background:#1c1d1f!important;
  color:#fff!important;
  border-color:#1c1d1f!important;
  box-shadow:0 8px 20px rgba(17,18,19,.12)!important;
}
.ukaz-featured-card .ukaz-featured-add-icon{
  background:#c7a158!important;
}
.ukaz-featured-card .ukaz-featured-add.added{
  background:#171714!important;
  border-color:#c49a4e!important;
}

/* Mobile menu drawer */
html.ukaz-menu-open,
body.ukaz-menu-open{overflow:hidden!important}

.ukaz-mobile-drawer{
  position:fixed!important;
  inset:0!important;
  z-index:100000!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.ukaz-mobile-drawer.is-open{
  visibility:visible!important;
  pointer-events:auto!important;
}
.ukaz-mobile-drawer-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(0,0,0,.42)!important;
  opacity:0!important;
  transition:opacity .25s ease!important;
  backdrop-filter:blur(3px)!important;
}
.ukaz-mobile-drawer-panel{
  position:absolute!important;
  left:0!important;
  top:0!important;
  bottom:0!important;
  width:min(330px,86vw)!important;
  background:#fff!important;
  box-shadow:18px 0 50px rgba(0,0,0,.18)!important;
  transform:translateX(-105%)!important;
  transition:transform .28s cubic-bezier(.2,.8,.2,1)!important;
  padding:24px 22px!important;
  overflow-y:auto!important;
}
.ukaz-mobile-drawer.is-open .ukaz-mobile-drawer-backdrop{
  opacity:1!important;
}
.ukaz-mobile-drawer.is-open .ukaz-mobile-drawer-panel{
  transform:translateX(0)!important;
}
.ukaz-mobile-drawer-head{
  height:55px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  border-bottom:1px solid #ece9e2!important;
  margin-bottom:12px!important;
}
.ukaz-mobile-drawer-head strong{
  font-family:Inter,"Hind Siliguri",sans-serif!important;
  font-size:22px!important;
  letter-spacing:2px!important;
  color:#111213!important;
}
.ukaz-mobile-drawer-close{
  width:40px!important;
  height:40px!important;
  border:0!important;
  background:transparent!important;
  color:#111213!important;
  font-size:31px!important;
  line-height:1!important;
  cursor:pointer!important;
  display:grid!important;
  place-items:center!important;
}
.ukaz-mobile-drawer-nav{
  display:flex!important;
  flex-direction:column!important;
  padding:8px 0 30px!important;
}
.ukaz-mobile-drawer-nav a{
  display:flex!important;
  align-items:center!important;
  min-height:54px!important;
  padding:0 4px!important;
  border-bottom:1px solid #f0eee9!important;
  color:#171717!important;
  text-decoration:none!important;
  font-family:"Hind Siliguri","Noto Sans Bengali",sans-serif!important;
  font-size:16px!important;
  font-weight:600!important;
}
.ukaz-mobile-drawer-nav a:hover{
  color:#b48732!important;
}

@media(min-width:801px){
  .ukaz-mobile-drawer{display:none!important}
}

/* =========================================================
   V75 — MOBILE HAMBURGER MENU HARDENED FIX
   ========================================================= */
.ukaz-mobile-drawer{font-family:"Hind Siliguri","Noto Sans Bengali",sans-serif}
.ukaz-mobile-drawer-nav ul{list-style:none!important;margin:0!important;padding:0!important}
.ukaz-mobile-drawer-nav li{list-style:none!important;margin:0!important;padding:0!important}
.ukaz-mobile-drawer-nav a{display:flex!important;align-items:center!important;min-height:54px!important;padding:0 4px!important;color:#171717!important;text-decoration:none!important;border-bottom:1px solid #f0eee9!important;font-size:16px!important;font-weight:600!important}
.ukaz-mobile-drawer-nav .sub-menu{padding-left:14px!important}
.ukaz-mobile-drawer-nav .menu-item-has-children>a:after{content:"›";margin-left:auto;font-family:Arial,sans-serif;font-size:22px;color:#aaa;transform:rotate(90deg)}

@media(max-width:800px){
  .ukaz-mobile-menu{
    display:grid!important;
    visibility:visible!important;
    opacity:1!important;
    place-items:center!important;
    width:38px!important;
    height:42px!important;
    flex:0 0 38px!important;
    position:relative!important;
    z-index:1002!important;
    cursor:pointer!important;
    pointer-events:auto!important;
  }
  .ukaz-mobile-menu:before{
    content:""!important;
    position:absolute!important;
    left:3px!important;
    top:11px!important;
    width:31px!important;
    height:3px!important;
    background:#111!important;
    border-radius:4px!important;
    box-shadow:0 9px 0 #111,0 18px 0 #111!important;
  }
  .ukaz-mobile-menu:after{display:none!important;content:none!important}

  .ukaz-mobile-drawer{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:999999!important;
    visibility:hidden!important;
    opacity:1!important;
    pointer-events:none!important;
  }
  .ukaz-mobile-drawer.is-open{
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .ukaz-mobile-drawer-backdrop{
    position:absolute!important;
    inset:0!important;
    opacity:0!important;
    background:rgba(0,0,0,.46)!important;
    transition:opacity .25s ease!important;
  }
  .ukaz-mobile-drawer.is-open .ukaz-mobile-drawer-backdrop{opacity:1!important}
  .ukaz-mobile-drawer-panel{
    position:absolute!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    width:min(330px,86vw)!important;
    height:100%!important;
    margin:0!important;
    padding:24px 22px!important;
    background:#fff!important;
    transform:translate3d(-105%,0,0)!important;
    transition:transform .28s cubic-bezier(.2,.8,.2,1)!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .ukaz-mobile-drawer.is-open .ukaz-mobile-drawer-panel{
    transform:translate3d(0,0,0)!important;
  }
}

@media(min-width:801px){
  .ukaz-mobile-drawer{display:none!important}
}

/* V75 — MOBILE MENU HARDENED */
.ukaz-mobile-drawer-nav ul{list-style:none!important;margin:0!important;padding:0!important}
.ukaz-mobile-drawer-nav li{list-style:none!important;margin:0!important;padding:0!important}
.ukaz-mobile-drawer-nav a{display:flex!important;align-items:center!important;min-height:54px!important;padding:0 4px!important;color:#171717!important;text-decoration:none!important;border-bottom:1px solid #f0eee9!important;font-size:16px!important;font-weight:600!important}
@media(max-width:800px){
 .ukaz-mobile-menu{display:grid!important;visibility:visible!important;opacity:1!important;place-items:center!important;width:38px!important;height:42px!important;flex:0 0 38px!important;position:relative!important;z-index:1002!important;cursor:pointer!important;pointer-events:auto!important}
 .ukaz-mobile-menu:before{content:""!important;position:absolute!important;left:3px!important;top:11px!important;width:31px!important;height:3px!important;background:#111!important;border-radius:4px!important;box-shadow:0 9px 0 #111,0 18px 0 #111!important}
 .ukaz-mobile-menu:after{display:none!important;content:none!important}
 .ukaz-mobile-drawer{display:block!important;position:fixed!important;inset:0!important;z-index:999999!important;visibility:hidden!important;pointer-events:none!important}
 .ukaz-mobile-drawer.is-open{visibility:visible!important;pointer-events:auto!important}
 .ukaz-mobile-drawer-backdrop{position:absolute!important;inset:0!important;opacity:0!important;background:rgba(0,0,0,.46)!important;transition:opacity .25s ease!important}
 .ukaz-mobile-drawer.is-open .ukaz-mobile-drawer-backdrop{opacity:1!important}
 .ukaz-mobile-drawer-panel{position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:min(330px,86vw)!important;height:100%!important;margin:0!important;padding:24px 22px!important;background:#fff!important;transform:translate3d(-105%,0,0)!important;transition:transform .28s cubic-bezier(.2,.8,.2,1)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}
 .ukaz-mobile-drawer.is-open .ukaz-mobile-drawer-panel{transform:translate3d(0,0,0)!important}
}
@media(min-width:801px){.ukaz-mobile-drawer{display:none!important}}
