
:root{
  --bg:#f6f1ea;
  --surface:#ffffff;
  --surface-soft:#fbf7f1;
  --surface-warm:#f8f1e6;
  --text:#2b231c;
  --muted:#7a6f63;
  --line:#e7dccd;
  --gold:#a67b3d;
  --gold-dark:#8d652d;
  --gold-light:#c8a46b;
  --danger:#b34747;
  --success:#2f7d4f;
  --shadow-sm:0 8px 18px rgba(43,35,28,.05);
  --shadow-md:0 16px 34px rgba(43,35,28,.08);
  --shadow-lg:0 28px 58px rgba(43,35,28,.14);
  --radius-lg:22px;
  --container:1260px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:linear-gradient(180deg,#f7f2eb 0%,#f3eee7 100%);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(var(--container),calc(100% - 28px));margin:0 auto}
.topbar{background:linear-gradient(90deg,#120f0d 0%,#1b1613 20%,#241c18 50%,#1b1613 80%,#120f0d 100%);color:#f4ece2;font-size:12.5px;border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 8px 18px rgba(0,0,0,.08)}
.topbar-inner{min-height:56px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:22px;padding:0 8px;text-align:center}
.topbar-left,.topbar-center,.topbar-right{font-weight:600;letter-spacing:.02em;color:#f5ecdf;white-space:normal}
.topbar-center{display:block}
.topbar-sep{opacity:.35}
.topbar-right{display:block}
.header{position:sticky;top:0;z-index:1000;background:rgba(255,252,248,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,204,187,.95);box-shadow:0 10px 24px rgba(43,35,28,.05)}
.header-top-line{height:1px;background:linear-gradient(90deg, transparent 0%, rgba(166,123,61,.22) 18%, rgba(166,123,61,.55) 50%, rgba(166,123,61,.22) 82%, transparent 100%)}
.header-main{min-height:92px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px}
.brand{display:flex;align-items:center;min-width:0}
.brand-panel{display:flex;align-items:center;justify-content:flex-start;min-height:78px;padding:8px 6px;border-radius:0;background:transparent;border:none;box-shadow:none;position:relative;overflow:visible}
.brand-panel::after{content:none}
.logo-main{height:64px;width:auto;max-width:min(100%,420px);object-fit:contain;filter:drop-shadow(0 8px 18px rgba(166,123,61,.10));position:relative;z-index:1}
.nav{display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap}
.nav-item,.dropdown-toggle,.mobile-toggle{background:none;border:none;padding:0;cursor:pointer;position:relative;color:var(--text);font-size:14px;font-weight:700;letter-spacing:.01em;transition:.16s ease}
.nav-item:hover,.dropdown-toggle:hover,.mobile-toggle:hover{color:var(--gold)}
.nav-item::after,.dropdown-toggle::after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--gold-light),var(--gold));transition:.18s ease}
.nav-item:hover::after,.dropdown-toggle:hover::after{width:100%}
.nav-dropdown{position:relative}
.dropdown-toggle{display:flex;align-items:center;gap:6px}
.dropdown-menu{position:absolute;top:34px;left:0;min-width:760px;padding:16px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.99);box-shadow:0 24px 44px rgba(43,35,28,.14);display:none;z-index:1005}
.nav-dropdown:hover .dropdown-menu{display:block}
.mega-menu{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.mega-col-title{margin:0 0 10px;font-size:13px;font-weight:700;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.06em}
.mega-link,.mega-main-link{display:block;padding:10px 11px;border-radius:10px;font-size:13px;transition:.16s ease}
.mega-main-link{background:linear-gradient(180deg,#fffaf3 0%,#f8efe2 100%);border:1px solid #eadbc5;font-weight:700;margin-bottom:6px;color:var(--text)}
.mega-link{color:#4d4338;font-weight:600}
.mega-link:hover,.mega-main-link:hover{background:var(--surface-soft);color:var(--gold-dark)}
.header-right{display:flex;align-items:center;gap:12px}
.header-phone{min-height:48px;display:flex;align-items:center;gap:10px;padding:8px 14px;border-radius:14px;border:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#fbf6ef 100%);box-shadow:var(--shadow-sm);transition:.16s ease}
.header-phone:hover{transform:translateY(-1px);border-color:#d6b583;box-shadow:var(--shadow-md)}
.header-phone-icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(180deg,var(--gold-light),var(--gold));color:#fff;font-size:15px;box-shadow:0 8px 16px rgba(166,123,61,.18);flex:0 0 auto}
.header-phone-text{display:flex;flex-direction:column;line-height:1.1}
.header-phone-text strong{font-size:13px}
.header-phone-text small{margin-top:3px;color:var(--muted);font-size:11px}
.actions{display:flex;align-items:center;gap:10px}
.icon-btn{width:42px;height:42px;border:none;border-radius:12px;cursor:pointer;color:#251f19;font-size:18px;display:grid;place-items:center;position:relative;background:linear-gradient(180deg,#fbf6ef,#f5ede2);border:1px solid rgba(231,220,205,.95);box-shadow:0 8px 16px rgba(43,35,28,.05), inset 0 1px 0 rgba(255,255,255,.82);transition:.16s ease}
.icon-btn:hover{color:var(--gold);background:#fff;transform:translateY(-1px)}
.cart-icon-btn{background:linear-gradient(180deg,#fff7ea,#f5e8d5)}
.count-badge{position:absolute;top:2px;right:2px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;display:grid;place-items:center;color:#fff;font-size:10px;font-weight:700;background:linear-gradient(180deg,var(--gold-light),var(--gold));box-shadow:0 4px 10px rgba(166,123,61,.22)}
.search-row{padding:0 0 18px}
.search-shell{width:min(620px,100%);margin:0 auto;display:grid;grid-template-columns:1fr 72px;border:1px solid #d9cab8;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 6px 16px rgba(43,35,28,.04)}
.search-input{height:50px;border:none;outline:none;padding:0 18px;font-size:14px;color:var(--text);background:#fff}
.search-input::placeholder{color:#998d81}
.search-btn{border:none;cursor:pointer;color:#fff;font-size:20px;background:linear-gradient(180deg,var(--gold-light),var(--gold));transition:.16s ease}
.search-btn:hover{background:linear-gradient(180deg,var(--gold),var(--gold-dark))}
.page-hero,.hero{padding:10px 0 18px}
.hero-grid{display:grid;grid-template-columns:1.34fr .66fr;gap:18px}
.hero-slider{position:relative;min-height:460px;border-radius:26px;overflow:hidden;border:1px solid rgba(225,211,196,.92);box-shadow:0 22px 46px rgba(43,35,28,.10);background:#e9dfd1}
.hero-slides{position:absolute;inset:0}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease;background-size:cover;background-position:center}
.hero-slide.active{opacity:1}
.hero-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(247,241,234,.95) 0%, rgba(247,241,234,.90) 34%, rgba(247,241,234,.20) 60%, rgba(247,241,234,.04) 100%), linear-gradient(180deg, rgba(54,38,18,.06), transparent 35%)}
.hero-content{position:relative;z-index:2;width:min(560px,100%);padding:72px 44px 100px}
.hero-title{margin:0;font-size:58px;line-height:1.02;letter-spacing:-.03em;font-family:Georgia,"Times New Roman",serif;color:#241d17}
.hero-title .gold{color:var(--gold)}
.hero-copy{margin:18px 0 0;max-width:460px;color:#655a4f;font-size:16px;line-height:1.7}
.hero-subcopy{margin:12px 0 0;color:var(--gold-dark);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.hero-actions{margin-top:22px;display:flex;gap:10px;flex-wrap:wrap}
.btn,.btn-outline,.product-add,.contact-submit,.quick-primary,.drawer-btn,.btn-soft{border:none;cursor:pointer;transition:.16s ease}
.btn{min-height:44px;min-width:164px;padding:0 20px;border-radius:10px;color:#fff;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,var(--gold-light),var(--gold));box-shadow:0 10px 20px rgba(166,123,61,.20)}
.btn:hover{transform:translateY(-1px);background:linear-gradient(180deg,var(--gold),var(--gold-dark))}
.btn-outline{min-height:44px;min-width:164px;padding:0 20px;border-radius:10px;color:var(--gold-dark);font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-align:center;background:rgba(255,255,255,.94);border:1px solid #ccb08b;box-shadow:0 8px 18px rgba(43,35,28,.05)}
.btn-outline:hover{transform:translateY(-1px);background:#fff}
.btn-soft{min-height:42px;padding:0 16px;border-radius:10px;background:var(--surface-soft);color:var(--gold-dark);border:1px solid var(--line)}
.hero-badge{position:absolute;top:22px;right:22px;z-index:3;padding:10px 16px;border-radius:14px;text-align:center;color:#fff;font-family:Georgia,"Times New Roman",serif;background:linear-gradient(180deg,#b78d55,#9c733f);border:1px solid rgba(255,255,255,.16);box-shadow:0 10px 20px rgba(156,115,63,.18)}
.hero-badge strong{display:block;font-size:14px;line-height:1.05;text-transform:uppercase;letter-spacing:.06em}
.hero-badge span{display:block;margin-top:2px;font-size:11px;text-transform:uppercase;letter-spacing:.16em}
.hero-nav{position:absolute;left:28px;bottom:24px;z-index:3;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.hero-dot{width:12px;height:12px;border:none;border-radius:999px;cursor:pointer;background:rgba(43,35,28,.22);transition:.2s ease}
.hero-dot.active{width:34px;background:linear-gradient(90deg,var(--gold-light),var(--gold))}
.hero-arrow{width:38px;height:38px;border:none;border-radius:10px;cursor:pointer;color:var(--text);background:rgba(255,255,255,.94);box-shadow:0 8px 16px rgba(43,35,28,.08);transition:.16s ease}
.hero-arrow:hover{color:var(--gold);transform:translateY(-1px)}
.hero-side{display:grid;gap:14px}
.promo-card,.contact-card,.info-card{border-radius:20px;overflow:hidden;border:1px solid #e3d8cb;background:linear-gradient(180deg,#fff 0%,#fcf8f2 100%);box-shadow:0 14px 28px rgba(43,35,28,.06)}
.promo-card{min-height:210px;padding:24px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg, rgba(255,250,243,.92), rgba(249,242,231,.96)),url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1000&q=80") center/cover no-repeat;background-blend-mode:screen}
.promo-card span{display:inline-block;width:max-content;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:700;color:#fff;background:linear-gradient(180deg,var(--gold-light),var(--gold));margin-bottom:10px}
.promo-card h3,.contact-card h3,.info-card h3{margin:0;font-size:24px;line-height:1.15;font-family:Georgia,"Times New Roman",serif}
.promo-card p,.contact-card p,.info-card p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.6}
.contact-card{min-height:188px;padding:20px;display:grid;gap:10px;align-content:center}
.mini-contact{display:grid;gap:8px;margin-top:4px}
.mini-contact-item{display:flex;gap:8px;align-items:flex-start;font-size:13px;color:var(--text)}
.mini-contact-item strong{display:block;margin-bottom:2px}
.section{padding:0 0 20px}
.section-title{margin:0;font-size:18px;font-weight:700;color:#241d17}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}
.category-bar-shell{padding:16px;border:1px solid #e4d7ca;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#fcf8f2 100%);box-shadow:0 12px 28px rgba(43,35,28,.05)}
.category-bar{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.category-pill,.filter-chip,.status-pill{min-height:38px;padding:0 14px;border:none;border-radius:999px;cursor:pointer;font-size:13px;font-weight:700;color:var(--gold-dark);background:linear-gradient(180deg,#fffaf3 0%,#f7efe3 100%);border:1px solid #e8d9c2;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);transition:.16s ease}
.category-pill:hover,.filter-chip:hover,.status-pill:hover{transform:translateY(-1px);background:#fff;border-color:#d4b587}
.category-pill.active,.filter-chip.active,.status-pill.active{color:#fff;border-color:transparent;background:linear-gradient(180deg,var(--gold-light),var(--gold));box-shadow:0 8px 16px rgba(166,123,61,.18)}
.service-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.service-item{display:flex;gap:10px;align-items:center;padding:14px;border-radius:14px;border:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#fcf8f2 100%);box-shadow:var(--shadow-sm)}
.service-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-size:18px;color:#fff;background:linear-gradient(180deg,var(--gold-light),var(--gold));box-shadow:0 8px 16px rgba(166,123,61,.16);flex:0 0 auto}
.service-item strong{display:block;font-size:13px;margin-bottom:3px}
.service-item span{display:block;color:var(--muted);font-size:12px;line-height:1.45}
.shop-toolbar{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;margin-bottom:14px}
.toolbar-info{color:var(--muted);font-size:13px}
.toolbar-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.sort-select,.field select,.field input,.field textarea{min-width:180px;height:42px;padding:0 12px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--text);outline:none;box-shadow:var(--shadow-sm)}
.field textarea{height:auto;min-height:110px;padding:12px;resize:vertical}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.product-card{background:linear-gradient(180deg,#fff 0%,#fcf8f2 100%);border:1px solid #e4d8cb;border-radius:18px;overflow:hidden;box-shadow:0 14px 26px rgba(43,35,28,.06);transition:.2s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 34px rgba(43,35,28,.10)}
.product-media{position:relative;height:220px;overflow:hidden;background:#efe6d9}
.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}
.product-card:hover .product-media img{transform:scale(1.03)}
.product-badge{position:absolute;top:10px;left:10px;z-index:2;padding:6px 9px;border-radius:999px;color:#fff;font-size:11px;font-weight:700;background:linear-gradient(180deg,var(--gold-light),var(--gold));box-shadow:0 6px 14px rgba(166,123,61,.18)}
.product-tools{position:absolute;top:10px;right:10px;z-index:2;display:flex;gap:6px}
.tool-btn{width:32px;height:32px;border:none;border-radius:9px;cursor:pointer;display:grid;place-items:center;font-size:14px;color:#2c241d;background:rgba(255,255,255,.94);box-shadow:0 6px 14px rgba(0,0,0,.07);transition:.16s ease}
.tool-btn:hover{color:var(--gold);transform:translateY(-1px)}
.tool-btn.active{color:#b04141;background:#fff2f2}
.product-body{padding:12px 12px 14px}
.product-category{color:var(--gold-dark);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.product-title{margin:7px 0 0;min-height:40px;font-size:15px;line-height:1.35}
.product-price-row{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap;margin-top:10px}
.product-price{font-size:20px;font-weight:700}
.product-old{color:#9f9388;text-decoration:line-through;font-size:12px;padding-bottom:3px}
.product-footer{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px}
.product-add{height:38px;border-radius:9px;color:#fff;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,var(--gold-light),var(--gold));box-shadow:0 8px 16px rgba(166,123,61,.16)}
.product-add:hover{background:linear-gradient(180deg,var(--gold),var(--gold-dark))}
.product-view{min-width:38px;height:38px;border-radius:9px;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:16px;transition:.16s ease}
.product-view:hover{color:var(--gold);border-color:#ccb08b}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.trust-card{background:linear-gradient(180deg,#fff 0%,#fcf8f2 100%);border:1px solid #e4d8cb;border-radius:16px;padding:16px;box-shadow:0 10px 20px rgba(43,35,28,.05);cursor:pointer;transition:.18s ease}
.trust-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}
.trust-card h3{margin:0;font-size:14px}
.trust-card p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
.about-contact{display:grid;grid-template-columns:1.05fr .95fr;gap:16px}
.about-box,.contact-box,.panel,.summary-box,.checkout-layout>*,.account-card,.auth-card,.dashboard-card{overflow:hidden;border-radius:16px;border:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#fcf8f2 100%);box-shadow:var(--shadow-sm)}
.about-inner{display:grid;grid-template-columns:1fr 1fr;min-height:100%}
.about-copy{padding:22px;background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(252,248,242,.96))}
.about-copy h2,.contact-inner h2,.page-title,.auth-title,.dashboard-title{margin:0;font-size:24px;line-height:1.15;font-family:Georgia,"Times New Roman",serif;color:#241d17}
.about-copy p,.contact-intro,.empty-state p,.muted{margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.7}
.about-features,.contact-list,.policy-body,.stats-grid,.steps-grid,.summary-list{display:grid;gap:10px}
.about-feature,.contact-item,.stat-card,.step-card,.line-item,.timeline-item{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:12px;border:1px solid #eee4d6;background:linear-gradient(180deg,#fffaf3 0%,#f9f2e7 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.about-feature-icon,.contact-icon{color:var(--gold);font-weight:700;font-size:16px;padding-top:1px}
.about-feature strong,.contact-item strong,.line-item strong,.stat-card strong{display:block;margin-bottom:4px;font-size:14px}
.about-feature p,.contact-item p,.line-item p{margin:0;font-size:12px;line-height:1.5}
.about-image{position:relative;min-height:100%}
.about-image img{width:100%;height:100%;object-fit:cover}
.about-badge{position:absolute;left:16px;bottom:16px;padding:10px 14px;border-radius:12px;background:rgba(255,255,255,.96);border:1px solid rgba(231,220,205,.8);box-shadow:0 10px 20px rgba(44,36,29,.12)}
.about-badge strong{display:block;color:var(--gold-dark);font-size:18px;line-height:1}
.about-badge span{display:block;margin-top:4px;font-size:12px;color:var(--muted)}
.contact-inner,.panel-body,.summary-body,.auth-body,.dashboard-body{padding:22px;display:grid;gap:14px;background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(252,248,242,.98))}
.contact-form,.form-grid,.auth-form{display:grid;gap:10px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.footer{margin-top:6px;border-top:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#fcf8f2 100%)}
.footer-inner{padding:28px 0;display:grid;grid-template-columns:1.1fr .9fr .9fr 1fr;gap:22px}
.footer h3{margin:0 0 12px;font-size:16px}
.footer a{display:block;margin:7px 0;color:#5d5247;font-size:13px}
.footer a:hover{color:var(--gold-dark)}
.footer-brand p,.footer-note{color:var(--muted);font-size:13px;line-height:1.7}
.footer-logo-box{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff 0%,#fbf7f1 100%);border-radius:16px;padding:10px 14px;margin-bottom:12px;border:1px solid var(--line);box-shadow:0 10px 20px rgba(43,35,28,.06)}
.footer-logo{height:76px;width:auto;max-width:100%;object-fit:contain}
.footer-note{margin-top:12px;padding:12px;border-radius:12px;border:1px solid #eee4d6;background:linear-gradient(180deg,#fffaf3 0%,#f9f2e7 100%)}
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);opacity:0;visibility:hidden;transition:.22s ease;z-index:1100}
.overlay.show{opacity:1;visibility:visible;backdrop-filter:blur(4px)}
.quick-view{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:16px;z-index:1300}
.quick-view.show{display:flex}
.quick-box{position:relative;z-index:2;width:min(900px,100%);display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:18px;border-radius:20px;border:1px solid rgba(230,220,205,.9);background:linear-gradient(180deg,#fff 0%,#fcf8f2 100%);box-shadow:0 28px 64px rgba(0,0,0,.22)}
.quick-close,.policy-close,.cart-close,.mobile-close,.modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;border-radius:12px;cursor:pointer;font-size:16px;background:#fff;box-shadow:0 8px 16px rgba(44,36,29,.10);transition:.16s ease}
.quick-close:hover,.policy-close:hover,.cart-close:hover,.mobile-close:hover,.modal-close:hover{color:var(--gold);transform:translateY(-1px)}
.quick-media{min-height:340px;border-radius:16px;overflow:hidden;background:#efe6d9}
.quick-media img{width:100%;height:100%;object-fit:cover}
.quick-content{display:flex;flex-direction:column;gap:12px;padding-right:12px}
.quick-tag{display:inline-flex;width:max-content;padding:6px 9px;border-radius:999px;background:#f8f0e4;color:var(--gold-dark);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.quick-title{margin:0;font-size:28px;line-height:1.15;font-family:Georgia,"Times New Roman",serif}
.quick-price-row{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}
.quick-price{font-size:28px;font-weight:700}
.quick-old{font-size:14px;color:#9f9388;text-decoration:line-through;padding-bottom:4px}
.quick-desc{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.quick-list{margin:0;padding-left:18px;color:var(--muted);font-size:13px;line-height:1.7}
.quick-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:4px}
.quick-primary{min-height:42px;padding:0 18px;border-radius:10px;color:#fff;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,var(--gold-light),var(--gold))}
.quick-secondary{min-height:42px;padding:0 18px;border-radius:10px;border:1px solid #ccb08b;background:#fff;color:var(--gold-dark);font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-align:center}
.policy-modal,.mobile-panel,.auth-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%) scale(.96);width:min(680px, calc(100% - 24px));max-height:85vh;overflow-y:auto;border-radius:20px;border:1px solid rgba(230,220,205,.9);background:linear-gradient(180deg,#fff 0%,#fcf8f2 100%);box-shadow:0 34px 72px rgba(0,0,0,.22);z-index:1400;opacity:0;visibility:hidden;transition:.22s ease}
.policy-modal.show,.mobile-panel.show,.auth-modal.show{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}
.policy-header,.mobile-header,.auth-header{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 18px 14px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,#fff7ea,#fff,#f9eed8)}
.policy-title-wrap h3,.auth-header h3{margin:0;font-size:24px;line-height:1.1;font-family:Georgia,"Times New Roman",serif}
.policy-title-wrap p,.auth-header p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.55}
.policy-body{padding:18px}
.policy-card{padding:14px;border-radius:14px;border:1px solid #eee4d6;background:linear-gradient(180deg,#fffaf3 0%,#f9f2e7 100%)}
.policy-card strong{display:block;margin-bottom:7px;font-size:15px}
.policy-list{margin:0;padding-left:18px;color:var(--muted);font-size:13px;line-height:1.7}
.policy-note{padding:14px;border-radius:14px;border:1px solid #f0ddb4;background:#fff8ea;color:#7a5b26;font-size:13px;line-height:1.65}
.cart-drawer{position:fixed;top:0;right:0;width:min(390px,100%);height:100vh;display:flex;flex-direction:column;transform:translateX(100%);transition:.24s ease;z-index:1500;border-left:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#fcf8f2 100%);box-shadow:-18px 0 40px rgba(0,0,0,.16)}
.cart-drawer.show{transform:translateX(0)}
.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px;border-bottom:1px solid var(--line);position:relative}
.cart-drawer-header h3{margin:0;font-size:18px;font-family:Georgia,"Times New Roman",serif}
.cart-drawer-body{flex:1;overflow:auto;padding:16px;display:grid;align-content:start;gap:12px;background:#fff}
.cart-empty,.empty-state{padding:18px;border-radius:14px;border:1px dashed var(--line);background:var(--surface-soft);color:var(--muted);text-align:center;font-size:13px;line-height:1.6}
.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:10px;align-items:start;padding:10px;border-radius:14px;border:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#fcf8f2 100%)}
.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:10px}
.cart-item-title{margin:0;font-size:14px;line-height:1.35}
.cart-item-meta{margin:5px 0 0;color:var(--muted);font-size:12px}
.cart-item-price{margin:8px 0 0;color:var(--gold-dark);font-size:14px;font-weight:700}
.cart-remove{width:28px;height:28px;border:none;border-radius:8px;cursor:pointer;color:var(--danger);background:#fff4f4;font-size:13px}
.cart-drawer-footer{padding:16px;border-top:1px solid var(--line);background:#fff;display:grid;gap:10px}
.cart-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px}
.cart-summary strong{font-size:16px}
.drawer-btn{min-height:42px;border-radius:10px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center}
.drawer-btn-primary{color:#fff;background:linear-gradient(180deg,var(--gold-light),var(--gold));box-shadow:0 8px 18px rgba(166,123,61,.18)}
.drawer-btn-secondary{color:var(--gold-dark);background:#fff;border:1px solid #ccb08b}
.toast{position:fixed;right:16px;bottom:16px;z-index:1600;padding:12px 14px;border-radius:12px;color:#fff;font-size:13px;background:#1f1a16;box-shadow:0 14px 26px rgba(0,0,0,.2);opacity:0;transform:translateY(10px);pointer-events:none;transition:.18s ease}
.toast.show{opacity:1;transform:translateY(0)}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:var(--muted);padding:16px 0}
.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:10px 0 18px}
.page-title{font-size:36px}
.lead{color:var(--muted);max-width:700px;line-height:1.7}
.product-layout,.checkout-layout,.account-layout,.dashboard-layout,.cart-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}
.gallery-main{border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#fff}
.gallery-main img{width:100%;height:520px;object-fit:cover}
.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.spec-box{padding:12px;border-radius:12px;border:1px solid #eee4d6;background:linear-gradient(180deg,#fffaf3 0%,#f9f2e7 100%)}
.price-badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:#f4eadc;color:var(--gold-dark);font-weight:700;font-size:12px}
.quantity-picker{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.quantity-picker button{width:40px;height:40px;border:none;background:#fff;cursor:pointer;font-size:18px}
.quantity-picker input{width:60px;height:40px;border:none;text-align:center;background:#fff}
.order-row{display:grid;grid-template-columns:100px 1fr auto auto;gap:12px;align-items:center;padding:14px;border-radius:14px;border:1px solid var(--line);background:#fff}
.order-row img{width:100px;height:100px;border-radius:12px;object-fit:cover}
.price-col{font-weight:700;white-space:nowrap}
.badge-ok,.badge-warn,.badge-new{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:700}
.badge-ok{background:#e9f7ee;color:#2f7d4f}
.badge-warn{background:#fff5e4;color:#9a6a1f}
.badge-new{background:#eff5ff;color:#315f9f}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.kpi-card,.stat-card{padding:16px;border-radius:16px;border:1px solid var(--line);background:#fff}
.kpi-card strong{display:block;font-size:28px;font-family:Georgia,"Times New Roman",serif}
.kpi-card span{display:block;margin-top:5px;color:var(--muted);font-size:13px}
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}
th,td{padding:12px 10px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}
th{background:#faf4ea;color:var(--gold-dark)}
.mobile-toggle{display:none;font-size:24px}
.mobile-panel{width:min(420px,calc(100% - 20px))}
.mobile-nav{padding:18px;display:grid;gap:10px}
.mobile-nav a,.mobile-nav button{padding:14px 12px;border-radius:12px;background:#fffaf3;border:1px solid var(--line);font-weight:700;text-align:left}
.auth-modal{width:min(460px,calc(100% - 20px))}
.inline-actions{display:flex;gap:10px;flex-wrap:wrap}
.text-success{color:var(--success)}
.text-danger{color:var(--danger)}
.hidden{display:none !important}
@media (max-width: 1180px){
  .header-right{flex-direction:column;align-items:flex-end}
  .service-strip,.products-grid,.trust-grid,.kpi-grid{grid-template-columns:repeat(2,1fr)}
  .about-contact,.product-layout,.checkout-layout,.account-layout,.dashboard-layout,.cart-layout{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:repeat(2,1fr)}
  .dropdown-menu{min-width:560px}
}
@media (max-width: 980px){
  .topbar-inner{min-height:56px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:22px;padding:0 8px;text-align:center}
  .topbar-left,.topbar-right{display:block}
  .hero-grid{grid-template-columns:1fr}
}
@media (max-width: 920px){
  .header-main{grid-template-columns:1fr auto;gap:14px;padding:14px 0}
  .nav{display:none}
  .mobile-toggle{display:block}
  .header-right{width:100%;grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap}
  .search-row{padding:4px 0 16px}
  .hero-slider{min-height:360px}
  .hero-content{padding:34px 22px 84px}
  .hero-title{font-size:36px}
  .hero-badge{top:18px;right:18px}
  .shop-toolbar{grid-template-columns:1fr}
  .quick-box{grid-template-columns:1fr}
  .quick-content{padding-right:0}
  .dropdown-menu{min-width:100%;left:auto;right:0}
  .mega-menu,.grid-2,.spec-grid{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .brand-panel{width:100%;justify-content:center;padding:10px 14px}
  .logo-main{height:48px}
  .header-phone{width:100%;justify-content:center}
  .header-right{gap:10px}
  .actions{width:100%;justify-content:flex-start}
  .search-shell{grid-template-columns:1fr 50px}
  .search-input{height:42px;font-size:13px}
  .hero-title,.page-title{font-size:30px}
  .hero-copy{font-size:14px}
  .service-strip,.products-grid,.trust-grid,.footer-inner,.kpi-grid{grid-template-columns:1fr}
  .about-inner{grid-template-columns:1fr}
  .about-image{min-height:220px}
  .quick-media{min-height:250px}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .btn,.btn-outline{width:100%;max-width:260px}
  .hero-nav{left:18px;right:18px;bottom:16px}
  .order-row{grid-template-columns:1fr}
}


.header-clean .header-main-simple{grid-template-columns:auto minmax(320px,1fr) auto auto;gap:18px}
.header-center-tools{min-width:0}
.search-row-inline{padding:0}
.search-row-inline .search-shell{width:100%;max-width:720px}
.brand-panel{padding:10px 16px;min-height:84px}
.logo-main{height:74px;max-width:320px}
.footer-logo-box{padding:10px 14px}
.footer-logo{height:64px;max-width:320px}
.mobile-toggle{display:none;min-width:42px;height:42px;border-radius:12px;background:linear-gradient(180deg,#fbf6ef,#f5ede2);border:1px solid rgba(231,220,205,.95);box-shadow:0 8px 16px rgba(43,35,28,.05), inset 0 1px 0 rgba(255,255,255,.82)}
.category-dropdown-bar{align-items:stretch;gap:12px}
.category-dropdown{position:relative}
.category-dropdown .category-pill{padding-right:18px}
.category-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;display:none;padding:10px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 20px 40px rgba(43,35,28,.12);z-index:20}
.category-menu a{display:block;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:600;color:#4d4338}
.category-menu a:hover{background:var(--surface-soft);color:var(--gold-dark)}
.category-dropdown:hover .category-menu,.category-dropdown:focus-within .category-menu{display:block}
@media (max-width: 1180px){.header-clean .header-main-simple{grid-template-columns:auto 1fr auto}.header-right{flex-wrap:wrap;justify-content:flex-end}.logo-main{height:66px;max-width:280px}}
@media (max-width: 920px){.header-clean .header-main-simple{grid-template-columns:1fr auto;align-items:center}.header-center-tools{grid-column:1 / -1;order:3}.header-right{display:none}.mobile-toggle{display:grid;place-items:center}.search-row-inline .search-shell{max-width:none}.category-menu{position:static;display:none;min-width:0;margin-top:8px}.category-dropdown.open .category-menu{display:block}.category-dropdown:hover .category-menu{display:none}}
@media (max-width: 640px){.logo-main{height:58px;max-width:240px}.footer-logo{height:54px;max-width:240px}}

.hero-slider::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 82% 24%, rgba(255,215,140,.18), transparent 18%),radial-gradient(circle at 12% 76%, rgba(255,255,255,.18), transparent 18%);z-index:1;pointer-events:none}
.hero-content,.hero-badge,.hero-nav{position:relative;z-index:3}
.product-card{backdrop-filter:blur(4px)}


.topbar-item{position:relative;padding:0 14px}
.topbar-item + .topbar-item::before{content:"";position:absolute;left:-11px;top:50%;transform:translateY(-50%);width:1px;height:20px;background:rgba(255,255,255,.25)}
.hero-content-card{background:rgba(255,252,248,.72);backdrop-filter:blur(1px)}
.section-title{font-size:22px;font-family:Georgia,"Times New Roman",serif}
.section-head{margin-bottom:18px}
.header-clean .header-main-simple{min-height:92px;grid-template-columns:auto 1fr auto}
.header-center-tools{display:flex;justify-content:center}
.mobile-toggle{display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#f8f1e7)}
.category-bar{justify-content:flex-start}
.category-menu{border:1px solid #e4d8cb;border-radius:14px;box-shadow:0 18px 30px rgba(43,35,28,.10)}
.category-menu a{padding:11px 14px}
.mobile-nav a{display:block;padding:13px 18px;border-bottom:1px solid #eee2d4}
.mobile-nav a:last-child{border-bottom:none}
.mobile-nav .mobile-phone{font-weight:700;color:var(--gold-dark)}
.footer-logo{height:66px}
.footer-inner{padding-top:34px}
@media (max-width: 1180px){
  .header-clean .header-main-simple{grid-template-columns:auto 1fr auto}
  .hero-grid{grid-template-columns:1fr}
  .hero-side{grid-template-columns:1fr 1fr}
}
@media (max-width: 920px){
  .topbar-inner{grid-template-columns:1fr;gap:8px;padding:10px 0}
  .topbar-item + .topbar-item::before{display:none}
  .header-clean .header-main-simple{grid-template-columns:1fr auto;gap:12px;padding:12px 0}
  .brand{min-width:0}
  .header-center-tools{grid-column:1 / -1;order:3;width:100%}
  .header-right{display:flex;gap:8px}
  .header-phone{display:none}
  .actions{gap:8px}
  .mobile-toggle{display:grid;place-items:center}
  .search-row-inline{width:100%}
  .search-row-inline .search-shell{width:100%;max-width:none}
  .hero-slider{min-height:420px}
  .hero-content{padding:56px 28px 96px}
  .hero-title{font-size:42px}
  .hero-copy{font-size:15px;max-width:360px}
  .hero-badge{top:18px;right:18px}
  .hero-side{grid-template-columns:1fr}
  .products-grid,.trust-grid,.footer-inner,.service-strip{grid-template-columns:repeat(2,1fr)}
  .about-contact,.product-layout,.checkout-layout,.account-layout,.dashboard-layout,.cart-layout{grid-template-columns:1fr}
  .gallery-main img{height:380px}
  .category-dropdown{width:100%}
  .category-dropdown .category-pill{width:100%;justify-content:space-between;display:flex;align-items:center}
  .category-menu{position:static;display:none;min-width:0;margin-top:8px}
  .category-dropdown.open .category-menu{display:block}
  .category-dropdown:hover .category-menu{display:none}
}
@media (max-width: 640px){
  .container{width:min(var(--container),calc(100% - 20px))}
  .brand-panel{padding:4px 0}
  .logo-main{height:52px;max-width:255px}
  .icon-btn,.mobile-toggle{width:40px;height:40px}
  .search-shell{grid-template-columns:1fr 58px}
  .search-input{height:46px;padding:0 14px}
  .hero-slider{min-height:380px;border-radius:22px}
  .hero-content{padding:54px 20px 90px}
  .hero-title{font-size:34px}
  .hero-copy{font-size:14px;max-width:280px}
  .hero-subcopy{font-size:11px}
  .hero-badge{padding:8px 12px;border-radius:12px}
  .hero-badge strong{font-size:12px}
  .hero-badge span{font-size:9px}
  .hero-nav{left:18px;right:18px;bottom:14px}
  .hero-arrow{width:34px;height:34px}
  .btn,.btn-outline{min-width:0;width:auto;padding:0 16px}
  .products-grid,.trust-grid,.footer-inner,.service-strip,.kpi-grid,.spec-grid,.grid-2{grid-template-columns:1fr}
  .product-media{height:200px}
  .page-title{font-size:28px}
  .gallery-main img{height:300px}
  .cart-item{grid-template-columns:64px 1fr auto}
  .cart-item img{width:64px;height:64px}
}

/* v4 fixes */
.brand-panel{min-height:72px;padding:0;background:transparent}
.logo-main{height:70px;max-width:440px;filter:none}
.footer-logo-box{padding:14px 18px}
.footer-logo{height:96px;max-width:420px}
.hero-slider{min-height:430px}
.hero-slide{background-size:cover;background-position:center center}
.hero-slide::after{background:linear-gradient(90deg, rgba(247,241,234,.96) 0%, rgba(247,241,234,.92) 34%, rgba(247,241,234,.32) 58%, rgba(247,241,234,.08) 100%)}
.hero-badge{top:22px;right:22px;padding:8px 14px;border-radius:12px;background:linear-gradient(180deg,#b78d55,#9c733f);width:auto;display:inline-block}
.hero-badge strong{font-size:13px}
.hero-badge span{font-size:10px;letter-spacing:.08em}
.hero-content{max-width:520px}
.hero-title{max-width:520px}
.topbar{font-size:12px}
.topbar-inner{min-height:42px}

@media (max-width: 920px){
  .header-clean .header-main-simple{grid-template-columns:1fr auto;gap:10px}
  .header-center-tools{grid-column:1/-1;order:3}
  .header-right{display:flex;align-items:center;gap:8px}
  .logo-main{height:58px;max-width:300px}
  .footer-logo{height:86px;max-width:320px}
  .hero-slider{min-height:360px}
  .hero-content{padding:48px 20px 80px}
  .hero-title{font-size:32px;max-width:280px}
  .hero-copy{max-width:260px}
}
@media (max-width: 640px){
  html,body{overflow-x:hidden}
  .container{width:calc(100% - 18px)}
  .logo-main{height:50px;max-width:240px}
  .footer-logo{height:78px;max-width:280px}
  .topbar-inner{grid-template-columns:1fr;gap:6px;padding:8px 0}
  .topbar-item{padding:0}
  .header-right .icon-btn{width:38px;height:38px}
  .search-shell{grid-template-columns:1fr 52px}
  .hero-slider{min-height:330px}
  .hero-content{padding:54px 18px 74px}
  .hero-title{font-size:28px;line-height:1.1;max-width:240px}
  .hero-copy{font-size:13px;max-width:220px}
  .hero-subcopy{font-size:10px}
  .hero-badge{top:14px;right:14px;padding:7px 10px}
  .hero-badge strong{font-size:11px}
  .hero-badge span{font-size:8px}
  .promo-card,.contact-card{min-height:auto}
  .products-grid{grid-template-columns:1fr}
}


/* Step 1 header + hero refinements */
.brand-panel{min-height:86px;padding:4px 0;justify-content:flex-start;overflow:visible}
.logo-main{height:84px;max-width:560px;width:auto;object-fit:contain;filter:none}
.header-clean .header-main-simple{align-items:center;grid-template-columns:auto minmax(280px,1fr) auto auto}
.search-row-inline .search-shell{max-width:560px;margin-inline:auto}
.hero-slider{min-height:430px}
.hero-slide{background-position:center center}
.hero-slide::after{background:linear-gradient(90deg, rgba(248,242,232,.98) 0%, rgba(248,242,232,.94) 34%, rgba(248,242,232,.55) 56%, rgba(248,242,232,.08) 80%),linear-gradient(135deg, rgba(199,164,107,.08), transparent 24%)}
.hero-content{padding:52px 40px 88px;max-width:560px}
.hero-title{font-size:54px;line-height:1.04}
.hero-copy{font-size:16px;max-width:420px}
.hero-subcopy{font-size:12px;letter-spacing:.14em}
.hero-badge{top:18px;left:18px;right:auto;padding:7px 12px;border-radius:12px;box-shadow:0 8px 18px rgba(156,115,63,.16)}
.hero-badge strong{font-size:12px}
.hero-badge span{font-size:9px;letter-spacing:.08em}
.category-menu{z-index:1200}
.footer-logo{height:72px;max-width:420px;width:auto;object-fit:contain}
@media (max-width: 1180px){
  .logo-main{height:74px;max-width:480px}
}
@media (max-width: 920px){
  .header-clean .header-main-simple{grid-template-columns:1fr auto;gap:12px}
  .brand{min-width:0}
  .logo-main{height:62px;max-width:100%}
  .header-center-tools{grid-column:1/-1;order:3}
  .hero-slider{min-height:380px}
  .hero-content{padding:42px 24px 86px;max-width:470px}
  .hero-title{font-size:42px}
}
@media (max-width: 640px){
  .topbar-inner{grid-template-columns:1fr;gap:4px;padding:8px 0}
  .topbar-item{text-align:center}
  .logo-main{height:54px;max-width:100%}
  .search-row-inline .search-shell{grid-template-columns:1fr 54px}
  .hero-slider{min-height:340px}
  .hero-content{padding:34px 18px 78px}
  .hero-title{font-size:33px}
  .hero-copy{font-size:14px;line-height:1.55}
  .hero-badge{top:14px;left:14px;padding:6px 10px}
  .footer-logo{height:56px;max-width:100%}
}


/* ================================================================
   VD LUXURY OVERRIDE — matching reference design
   ================================================================ */

/* ── GOOGLE FONTS — Playfair Display + Lato ───────────────── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Lato:wght@300;400;700&display=swap');

/* ── БАЗОВИ ЦВЕТОВЕ И ТИПОГРАФИЯ ──────────────────────────── */
:root {
  --bg: #f5efe6;
  --gold: #a07830;
  --gold-dark: #7d5c1e;
  --gold-light: #c9a55a;
  --text: #2a1f14;
  --muted: #7a6a55;
  --line: #e2d5c0;
}



/* ── TOPBAR — тъмен луксозен ──────────────────────────────── */
.topbar {
  background: #2c2416 !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
}
.topbar-item {
  color: rgba(240,225,195,.75) !important;
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: .06em !important;
  font-weight: 300 !important;
}

/* ── HEADER — кремав/бежов, не бял ───────────────────────── */
.header {
  background: rgba(245,239,230,.98) !important;
  backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid rgba(194,170,130,.45) !important;
  box-shadow: 0 2px 20px rgba(43,28,10,.08) !important;
}

/* Горна gold линия — по-дебела и ярка */
.header-top-line {
  height: 2px !important;
  background: linear-gradient(90deg,
    transparent 0%, #c9a55a 20%, #e8c870 50%, #c9a55a 80%, transparent 100%
  ) !important;
}

/* ── ЛОГО — по-голямо ─────────────────────────────────────── */
.logo-horizontal {
  height: 78px !important;
  width: auto !important;
  max-width: 280px !important;
  object-fit: contain !important;
}
.brand-panel { min-height: 96px !important; }

@media (max-width: 1180px) { .logo-horizontal { height: 64px !important; } }
@media (max-width: 920px)  { .logo-horizontal { height: 52px !important; } }
@media (max-width: 640px)  { .logo-horizontal { height: 44px !important; } }

/* ── NAV — Lato, по-просторен ────────────────────────────── */
.nav-item, .dropdown-toggle {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  color: #2a1f14 !important;
  text-transform: uppercase !important;
}
.nav-item:hover, .dropdown-toggle:hover { color: var(--gold) !important; }

/* ── SEARCH BAR — wider, cleaner ─────────────────────────── */
.search-shell {
  width: min(640px, 100%) !important;
  border: 1.5px solid #cdbf9e !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 18px rgba(43,28,10,.07) !important;
  background: #fff !important;
}
.search-input {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 14px !important;
  color: #3a2e22 !important;
  height: 52px !important;
}
.search-input::placeholder { color: #b0a08a !important; letter-spacing: .02em !important; }
.search-btn {
  background: linear-gradient(180deg, #c9a55a, #a07830) !important;
  width: 60px !important;
}

/* ── HERO TITLE — Playfair Display ───────────────────────── */
.hero-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 56px !important;
  font-weight: 700 !important;
  color: #1e160c !important;
  letter-spacing: -.01em !important;
  line-height: 1.08 !important;
}
.hero-title .gold { color: #a07830 !important; }
.hero-copy {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 15.5px !important;
  color: #6a5a44 !important;
  line-height: 1.75 !important;
}

/* HERO BADGE — шестоъгълен луксозен */
.hero-badge {
  background: linear-gradient(135deg, #b8913a, #8c6820) !important;
  border-radius: 8px !important;
  padding: 16px 20px !important;
  font-family: 'Lato', Arial, sans-serif !important;
  letter-spacing: .12em !important;
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%) !important;
  width: 110px !important;
  height: 110px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  top: 28px !important;
  right: 28px !important;
}
.hero-badge strong {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
}
.hero-badge span {
  font-size: 10px !important;
  letter-spacing: .2em !important;
  margin-top: 3px !important;
}

/* ── SECTION TITLES — Playfair ───────────────────────────── */
.section-title, h1, h2, h3 {
  font-family: 'Playfair Display', Georgia, serif !important;
}
.section-title {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #1e160c !important;
  letter-spacing: -.01em !important;
}

/* ── CATEGORY PILLS ───────────────────────────────────────── */
.category-pill, .filter-chip {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 12.5px !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  padding: 0 18px !important;
  min-height: 36px !important;
  border-color: #d4c2a8 !important;
}
.category-pill.active, .filter-chip.active {
  background: linear-gradient(180deg, #c9a55a, #a07830) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 6px 16px rgba(160,120,48,.28) !important;
}

/* ── КАТЕГОРИЙНИ КАРТИ с СНИМКИ ───────────────────────────── */
.trust-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}
.trust-card {
  background: #fff !important;
  border-radius: 14px !important;
  border: 1px solid rgba(194,170,130,.3) !important;
  overflow: hidden !important;
  box-shadow: 0 8px 24px rgba(43,28,10,.07) !important;
  transition: transform .22s ease, box-shadow .22s ease !important;
  cursor: pointer !important;
  padding: 0 !important;
}
.trust-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 36px rgba(43,28,10,.13) !important;
}
.trust-card h3 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1e160c !important;
  margin: 0 0 4px !important;
  padding: 16px 18px 0 !important;
}
.trust-card p {
  font-size: 12.5px !important;
  color: #8a7560 !important;
  margin: 0 !important;
  padding: 0 18px 16px !important;
  line-height: 1.5 !important;
}

/* Категорийна снимка отгоре */
.trust-card::before {
  content: '' !important;
  display: block !important;
  height: 140px !important;
  background: #e8ddd0 center/cover no-repeat !important;
}
.trust-card[data-policy="delivery"]::before {
  background-image: url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?w=400&q=75') !important;
}
.trust-card[data-policy="returns"]::before {
  background-image: url('https://images.unsplash.com/photo-1505693314120-0d443867891c?w=400&q=75') !important;
}
.trust-card[data-policy="inspection"]::before {
  background-image: url('https://images.unsplash.com/photo-1617806118233-18e1de247200?w=400&q=75') !important;
}
.trust-card[data-policy="secure"]::before {
  background-image: url('https://images.unsplash.com/photo-1518455027359-f3f8164ba6bd?w=400&q=75') !important;
}

/* ── ПРОДУКТОВИ КАРТИ ─────────────────────────────────────── */
.product-card {
  background: #fff !important;
  border-radius: 14px !important;
  border: 1px solid rgba(194,170,130,.25) !important;
  box-shadow: 0 4px 16px rgba(43,28,10,.06) !important;
  transition: transform .22s ease, box-shadow .22s ease !important;
}
.product-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 14px 32px rgba(43,28,10,.12) !important;
}
.product-media { height: 230px !important; background: #f0e8da !important; }
.product-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #1e160c !important;
}
.product-category {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 10.5px !important;
  letter-spacing: .12em !important;
  color: #a07830 !important;
}
.product-price {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1e160c !important;
}
.product-add {
  background: linear-gradient(180deg, #c9a55a, #a07830) !important;
  border-radius: 8px !important;
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}
.product-add:hover {
  background: linear-gradient(180deg, #a07830, #7d5c1e) !important;
}

/* ── FOOTER ───────────────────────────────────────────────── */
.footer {
  background: #1e160c !important;
  border-top: 2px solid #a07830 !important;
}
.footer h3 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #e8d5b0 !important;
  letter-spacing: .04em !important;
  margin-bottom: 14px !important;
}
.footer a {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 13px !important;
  color: rgba(220,200,160,.65) !important;
  letter-spacing: .02em !important;
  transition: color .16s !important;
}
.footer a:hover { color: #c9a55a !important; }
.footer p, .footer-note {
  font-family: 'Lato', Arial, sans-serif !important;
  color: rgba(220,200,160,.55) !important;
  font-size: 13px !important;
}
.footer-logo-large {
  height: 72px !important;
  width: auto !important;
  max-width: 260px !important;
  object-fit: contain !important;
}
.footer-logo-box {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08) !important;
  padding: 14px 0 !important;
  text-align: center !important;
  margin-top: 2rem !important;
}
.footer-bottom small {
  color: rgba(200,175,120,.4) !important;
  font-size: 12px !important;
  font-family: 'Lato', Arial, sans-serif !important;
}

/* ── ABOUT & CONTACT SECTIONS ────────────────────────────── */
.about-copy h2 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #1e160c !important;
}
.contact-inner h2 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 28px !important;
  color: #1e160c !important;
}

/* ── BUTTONS ──────────────────────────────────────────────── */
.btn {
  font-family: 'Lato', Arial, sans-serif !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  background: linear-gradient(180deg, #c9a55a, #a07830) !important;
  border-radius: 8px !important;
}
.btn:hover {
  background: linear-gradient(180deg, #a07830, #7d5c1e) !important;
}
.btn-outline {
  font-family: 'Lato', Arial, sans-serif !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  border-radius: 8px !important;
  border-color: #c9a55a !important;
  color: #7d5c1e !important;
}

/* ── CART DRAWER & MODALS ─────────────────────────────────── */
.cart-drawer {
  font-family: 'Lato', Arial, sans-serif !important;
}
.cart-drawer-header h3, .policy-title-wrap h3 {
  font-family: 'Playfair Display', Georgia, serif !important;
}
.drawer-btn {
  font-family: 'Lato', Arial, sans-serif !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  font-size: 12.5px !important;
  border-radius: 8px !important;
}
.drawer-btn-primary {
  background: linear-gradient(180deg, #c9a55a, #a07830) !important;
}

/* ── PAGE TITLES ──────────────────────────────────────────── */
.page-title, .auth-title, .dashboard-title {
  font-family: 'Playfair Display', Georgia, serif !important;
}
.page-title { font-size: 36px !important; }

/* ── BREADCRUMBS ──────────────────────────────────────────── */
.breadcrumbs {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 12.5px !important;
  letter-spacing: .04em !important;
  color: #8a7560 !important;
}
.breadcrumbs a { color: #a07830 !important; }


/* ================================================================
   ФАЗА 1 — Звезди, изплащане, цветове, филтри
   ================================================================ */

/* Installment badge позиция */
.product-media { position: relative; }

/* Звезди */
.product-body .star-row {
  display: flex; align-items: center; gap: 5px;
  margin: 4px 0 5px;
}

/* Цветни точки hover */
.product-body span[title]:hover {
  transform: scale(1.25);
  transition: transform .15s;
}

/* Филтър панел */
#vd-filter-panel input[type="range"] {
  accent-color: #a67b3d;
  height: 4px;
  cursor: pointer;
}
#vd-filter-panel button[data-mat] {
  transition: background .15s, border-color .15s, color .15s;
}
#vd-filter-panel button[data-mat]:hover {
  border-color: #a67b3d !important;
  color: #a67b3d !important;
}

/* Продуктова карта — малко по-висока за новите елементи */
.product-body {
  padding: 12px 12px 14px;
}
.product-title {
  margin: 5px 0 0 !important;
  min-height: 36px !important;
}

/* Sort select — добавен рейтинг */
.sort-select option[value="rating"] { color: #a67b3d; }


/* ================================================================
   ФАЗА 2 — Колекции, Комплекти, Детска стая
   ================================================================ */

/* ── КОЛЕКЦИИ ГРИД ────────────────────────────────────────── */
.collections-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) { .collections-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .collections-grid { grid-template-columns: 1fr 1fr; gap: 10px; } }

.collection-card img { display: block; }

/* ── КОМПЛЕКТИ ГРИД ───────────────────────────────────────── */
.bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .bundles-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .bundles-grid { grid-template-columns: 1fr; } }

.bundle-card { transition: transform .2s, box-shadow .2s; }
.bundle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(43,28,10,.12) !important;
}

/* ── ДЕТСКА СТАЯ БАНЕР ────────────────────────────────────── */
.kids-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
@media (max-width: 860px) {
  .kids-banner { grid-template-columns: 1fr; gap: 24px; }
}

.kids-banner-text { }
.kids-tag {
  display: inline-block;
  width: auto !important;
  width: fit-content;
  background: linear-gradient(135deg, #a67b3d, #7a5520);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.kids-banner-text h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 14px;
  color: #241a0e;
  font-family: Georgia, 'Times New Roman', serif;
}
.kids-banner-text p {
  color: #5a4c3e;
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
  max-width: 400px;
}

.kids-banner-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 480px) { .kids-banner-products { grid-template-columns: 1fr 1fr; gap: 8px; } }


/* ================================================================
   ФАЗА 3 — Сравни, Наскоро разгледани, Wishlist
   ================================================================ */

/* ── COMPARE бутон в картата ─────────────────────────────── */
[id^="cmp-"] {
  transition: background .15s, color .15s, border-color .15s !important;
}
[id^="cmp-"][aria-pressed="true"] {
  background: #a67b3d !important;
  color: #fff !important;
  border-color: #a67b3d !important;
}

/* ── COMPARE BAR (фиксиран долу) ─────────────────────────── */
#vd-compare-bar {
  font-family: Arial, sans-serif;
}
@media (max-width: 640px) {
  #vd-compare-bar { padding: 12px 16px; }
  #vd-compare-bar > div:first-child { gap: 8px; }
}

/* ── COMPARE MODAL ───────────────────────────────────────── */
#vd-compare-modal table td,
#vd-compare-modal table th {
  vertical-align: middle;
}

/* ── НАСКОРО РАЗГЛЕДАНИ ──────────────────────────────────── */
#vd-recently-viewed {
  border-top: 1px solid rgba(166,123,61,.1);
  padding-top: 40px;
}
#vd-recently-viewed #recentGrid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 860px) {
  #vd-recently-viewed #recentGrid { grid-template-columns: repeat(2, 1fr); }
}

/* ── WISHLIST PAGE ───────────────────────────────────────── */
.page-heading { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 12px; }


/* ================================================================
   ФИНАЛНИ КОРЕКЦИИ — Лого, Hero badge, Footer, Product page
   ================================================================ */

/* ── HERO BADGE — по-малък ──────────────────────────────────── */
.hero-badge {
  padding: 7px 12px !important;
  border-radius: 10px !important;
  top: 16px !important;
  right: 16px !important;
}
.hero-badge strong {
  font-size: 11px !important;
  letter-spacing: .08em !important;
}
.hero-badge span {
  font-size: 9px !important;
  letter-spacing: .18em !important;
  margin-top: 1px !important;
}

/* ── FOOTER — по-тъмен, представителен ──────────────────────── */
.footer {
  background: linear-gradient(180deg, #1e1408 0%, #160f06 100%) !important;
  border-top: 1px solid rgba(166,123,61,.2) !important;
  margin-top: 0 !important;
}
.footer h3 {
  color: #e8c070 !important;
  font-size: 14px !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
}
.footer a {
  color: rgba(220,195,155,.65) !important;
  font-size: 13px !important;
  transition: color .15s !important;
}
.footer a:hover { color: #e8c070 !important; }
.footer-brand p,
.footer-note {
  color: rgba(200,175,130,.55) !important;
  font-size: 13px !important;
}
.footer-note {
  border: 1px solid rgba(166,123,61,.18) !important;
  background: rgba(166,123,61,.06) !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  margin-top: 12px !important;
}
.footer-logo-box {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(166,123,61,.2) !important;
  border-radius: 14px !important;
}
.footer-logo-large {
  filter: brightness(1.1) !important;
}
/* Footer bottom copyright line */
.footer .footer-inner + div,
.footer > div:last-child {
  border-top: 1px solid rgba(166,123,61,.12) !important;
}
.footer small { color: rgba(200,175,130,.45) !important; }

/* ── ЛОГО — размер и позиция ────────────────────────────────── */
.logo-horizontal {
  height: 82px !important;
  width: auto !important;
  max-width: 280px !important;
  object-fit: contain !important;
  display: block !important;
}
.brand-panel {
  min-height: 100px !important;
  padding: 8px 0 !important;
}
@media (max-width: 1180px) {
  .logo-horizontal { height: 68px !important; max-width: 240px !important; }
}
@media (max-width: 920px) {
  .logo-horizontal { height: 56px !important; max-width: 200px !important; }
  .brand-panel { min-height: 74px !important; }
}
@media (max-width: 640px) {
  .logo-horizontal { height: 46px !important; max-width: 170px !important; }
}

/* ── ПРОДУКТОВА СТРАНИЦА — qty input ────────────────────────── */
input#qtyInput::-webkit-inner-spin-button,
input#qtyInput::-webkit-outer-spin-button { -webkit-appearance: none; }

/* ── PRODUCT TABS ───────────────────────────────────────────── */
#tabDesc, #tabSpec, #tabDim {
  transition: color .15s, border-bottom-color .15s !important;
  white-space: nowrap;
}
#tabDesc:hover, #tabSpec:hover, #tabDim:hover {
  color: #a67b3d !important;
}

/* Trust strip в product page */
@media (max-width: 860px) {
  #tabPanelDim > div { grid-template-columns: 1fr !important; }
}

/* ================================================================
   EMAILJS + CLOUDFLARE TURNSTILE
   ================================================================ */

/* Turnstile widget центриран */
.cf-turnstile {
  margin: 12px 0 !important;
}

/* Submit бутон disabled state */
button[type="submit"]:disabled {
  cursor: not-allowed !important;
}
button[type="submit"]:disabled:hover {
  opacity: .5 !important;
  transform: none !important;
}

/* Contact form success */
#contactSuccess {
  padding: 16px 20px;
  background: #f0faf5;
  border: 1px solid #b6dfc5;
  border-radius: 12px;
  color: #1a6b3a;
  font-weight: 600;
  text-align: center;
  margin-top: 12px;
}

/* ================================================================
   КОМПАКТЕН HERO — hero + категории на един екран
   Target: 1366x768 лаптоп
   Hero ~260px + header ~100px + topbar ~36px + categories ~70px = ~466px
   ================================================================ */

/* Топбар — по-нисък */
.topbar { padding: 5px 0 !important; }
.topbar-item { font-size: 11px !important; }

/* Hero секция — без padding */
.page-hero, .hero { padding: 4px 0 6px !important; }

/* Hero слайдер — значително по-нисък */
.hero-slider { min-height: 255px !important; }

/* Hero grid gap */
.hero-grid { gap: 12px !important; }

/* Hero съдържание — минимален padding */
.hero-content { padding: 22px 32px 52px !important; }

/* Заглавие */
.hero-title { font-size: 38px !important; line-height: 1.06 !important; }

/* Copy и subcopy */
.hero-copy   { font-size: 13px !important; margin-top: 8px !important; max-width: 380px !important; }
.hero-subcopy { display: none !important; }

/* Hero actions — по-малки бутони */
.hero-actions { margin-top: 14px !important; gap: 8px !important; }
.hero-actions .btn, .hero-actions .btn-outline {
  padding: 9px 18px !important;
  font-size: 13px !important;
}

/* Hero badge */
.hero-badge { padding: 5px 10px !important; top: 12px !important; right: 12px !important; }
.hero-badge strong { font-size: 10px !important; }
.hero-badge span   { font-size: 8px !important; }

/* Hero nav стрелки */
.hero-nav { bottom: 12px !important; left: 18px !important; gap: 7px !important; }
.hero-arrow { width: 30px !important; height: 30px !important; font-size: 13px !important; }

/* Hero side карти — много компактни */
.hero-side { gap: 8px !important; }
.promo-card {
  min-height: 110px !important;
  padding: 14px 16px !important;
}
.promo-card span { font-size: 10px !important; padding: 4px 8px !important; margin-bottom: 6px !important; }
.promo-card h2, .promo-card h3 { font-size: 15px !important; line-height: 1.2 !important; }
.promo-card p { font-size: 11.5px !important; margin-top: 5px !important; display: none !important; }

.contact-card {
  min-height: 112px !important;
  padding: 12px 14px !important;
  gap: 5px !important;
}
.contact-card h3 { font-size: 13px !important; }
.contact-card > p { font-size: 11px !important; display: none !important; }
.mini-contact { gap: 5px !important; }
.mini-contact-item { gap: 6px !important; font-size: 11px !important; }
.mini-contact-item strong { font-size: 11px !important; }
.mini-contact-item span { font-size: 11px !important; }

/* Категории — без горен padding, компактни */
#categories { padding: 4px 0 6px !important; }
.category-bar-shell { padding: 8px 12px !important; border-radius: 14px !important; }
.category-bar { gap: 6px !important; }
.category-pill { padding: 6px 12px !important; font-size: 12px !important; }

/* Section title в categories */
#categories .section-head { margin-bottom: 8px !important; }
#categories .section-title { font-size: 16px !important; }

/* Всички останали секции */
.section { padding: 16px 0 !important; }
.section-head { margin-bottom: 14px !important; }

@media (max-width: 1180px) {
  .hero-slider  { min-height: 240px !important; }
  .hero-content { padding: 18px 24px 48px !important; }
  .hero-title   { font-size: 32px !important; }
}
@media (max-width: 920px) {
  .hero-slider  { min-height: 220px !important; }
  .hero-content { padding: 16px 18px 44px !important; }
  .hero-title   { font-size: 26px !important; }
  .hero-subcopy { display: none !important; }
}
@media (max-width: 640px) {
  .hero-slider  { min-height: 190px !important; }
  .hero-title   { font-size: 22px !important; }
}

/* ================================================================
   ВАРИАНТ 3 — VD диагонал + решетка (base64, работи локално)
   ================================================================ */










/* ================================================================
   ФОН + ЛОГО + КАРТИ + WATERMARK
   ================================================================ */

/* ── ФОН — два слоя: диагонални линии + diamond ────────────── */
body {
  background-color: #faf6f0 !important;
  background-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+CiAgPHBhdGggZD0iTTAgNjAgTDYwIDAiIHN0cm9rZT0iI2M5OTczZiIgc3Ryb2tlLW9wYWNpdHk9IjAuMTIiIHN0cm9rZS13aWR0aD0iMC44Ii8+CiAgPHBhdGggZD0iTS0yMCA2MCBMNDAgMCIgc3Ryb2tlPSIjYzk5NzNmIiBzdHJva2Utb3BhY2l0eT0iMC4wNyIgc3Ryb2tlLXdpZHRoPSIwLjUiLz4KICA8cGF0aCBkPSJNMjAgNjAgTDgwIDAiIHN0cm9rZT0iI2M5OTczZiIgc3Ryb2tlLW9wYWNpdHk9IjAuMDciIHN0cm9rZS13aWR0aD0iMC41Ii8+Cjwvc3ZnPg=="),
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCI+CiAgPHBhdGggZD0iTTQwIDggTDcyIDQwIEw0MCA3MiBMOCA0MCBaIgogICAgICAgIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2M5OTczZiIgc3Ryb2tlLW9wYWNpdHk9IjAuMTQiIHN0cm9rZS13aWR0aD0iMC45Ii8+Cjwvc3ZnPg==") !important;
  background-size: 60px 60px, 80px 80px !important;
  background-attachment: fixed !important;
}
main, .page-hero, .section, .hero { background: transparent !important; }
.product-card  { background: #fff !important; }
.trust-card    { background: #fff !important; }
.about-box .about-inner, .contact-box .contact-inner,
.panel, .summary-box, .auth-card, .dashboard-card { background: #fff !important; }

/* ── ЛОГО ─────────────────────────────────────────────────── */
.logo-horizontal {
  height: 80px !important; width: auto !important;
  max-width: 300px !important; object-fit: contain !important;
  display: block !important;
  filter: drop-shadow(0 2px 8px rgba(166,123,61,.15)) !important;
}
.brand-panel { min-height: 96px !important; padding: 8px 0 !important; background: transparent !important; }
@media (max-width: 1180px) { .logo-horizontal { height: 68px !important; max-width: 250px !important; } }
@media (max-width: 920px)  { .logo-horizontal { height: 56px !important; max-width: 200px !important; } .brand-panel { min-height: 74px !important; } }
@media (max-width: 640px)  { .logo-horizontal { height: 46px !important; max-width: 170px !important; } }

/* ── ЦЕНИ ─────────────────────────────────────────────────── */
.product-price { color: #a67b3d !important; font-weight: 700 !important; }
.product-old   { color: #bbb !important; }

/* ── ПРОДУКТОВА КАРТА ──────────────────────────────────────── */
.product-add { display: none !important; }
[id^="cmp-"] { display: none !important; }

.product-footer {
  display: flex !important;
  justify-content: center !important;
  padding: 10px 12px 14px !important;
  grid-template-columns: unset !important;
}
.product-footer .product-view {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 28px !important;
  border-radius: 10px !important;
  border: none !important;
  background: linear-gradient(135deg, #d4a44e 0%, #a67b3d 50%, #7a5520 100%) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  text-decoration: none !important;
  width: auto !important; height: auto !important;
  box-shadow: 0 4px 14px rgba(166,123,61,.35) !important;
  transition: opacity .2s, transform .2s, box-shadow .2s !important;
  white-space: nowrap !important;
}
.product-footer .product-view::before {
  content: none !important;
}
.product-footer .product-view:hover {
  opacity: .9 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(166,123,61,.5) !important;
}

/* ── СЕКЦИИ — заглавия центрирани golden ───────────────────── */
.section-head { text-align: center !important; justify-content: center !important; }
.section-title { color: #a67b3d !important; font-family: Georgia, serif !important; letter-spacing: 1px !important; }

/* ── POLICY MODAL — центрирано заглавие ───────────────────── */
.policy-title-wrap { text-align: center !important; flex: 1 !important; }
.policy-title-wrap h3 { color: #a67b3d !important; font-family: Georgia, serif !important; }
.policy-title-wrap p  { color: #a67b3d !important; font-size: 12px !important; opacity: .75 !important; }

/* ── WATERMARK ─────────────────────────────────────────────── */
.product-media { position: relative !important; overflow: hidden !important; }
.product-media::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMTEwIj4KICA8dGV4dCB4PSIyMDAiIHk9IjUyIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIgogICAgICAgIGZvbnQtZmFtaWx5PSJHZW9yZ2lhLCBzZXJpZiIgZm9udC1zaXplPSIxOSIKICAgICAgICBsZXR0ZXItc3BhY2luZz0iMyIgZmlsbD0iI2M5OTczZiIgZmlsbC1vcGFjaXR5PSIwLjQ4IgogICAgICAgIGZvbnQtd2VpZ2h0PSI0MDAiPlZlbGlub3YgJmFtcDsgRGltaXRyb3Y8L3RleHQ+CiAgPHRleHQgeD0iMjAwIiB5PSI3NCIgdGV4dC1hbmNob3I9Im1pZGRsZSIKICAgICAgICBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTEiCiAgICAgICAgbGV0dGVyLXNwYWNpbmc9IjYiIGZpbGw9IiNjOTk3M2YiIGZpbGwtb3BhY2l0eT0iMC4zNiI+RiBVIFIgTiBJIFQgVSBSIEU8L3RleHQ+Cjwvc3ZnPg==");
  background-repeat: no-repeat; background-size: 85%; background-position: center;
  pointer-events: none; z-index: 3;
}
#mainImgWrap { position: relative !important; overflow: hidden !important; }
#mainImgWrap::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMTEwIj4KICA8dGV4dCB4PSIyMDAiIHk9IjUyIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIgogICAgICAgIGZvbnQtZmFtaWx5PSJHZW9yZ2lhLCBzZXJpZiIgZm9udC1zaXplPSIxOSIKICAgICAgICBsZXR0ZXItc3BhY2luZz0iMyIgZmlsbD0iI2M5OTczZiIgZmlsbC1vcGFjaXR5PSIwLjQ4IgogICAgICAgIGZvbnQtd2VpZ2h0PSI0MDAiPlZlbGlub3YgJmFtcDsgRGltaXRyb3Y8L3RleHQ+CiAgPHRleHQgeD0iMjAwIiB5PSI3NCIgdGV4dC1hbmNob3I9Im1pZGRsZSIKICAgICAgICBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTEiCiAgICAgICAgbGV0dGVyLXNwYWNpbmc9IjYiIGZpbGw9IiNjOTk3M2YiIGZpbGwtb3BhY2l0eT0iMC4zNiI+RiBVIFIgTiBJIFQgVSBSIEU8L3RleHQ+Cjwvc3ZnPg==");
  background-repeat: no-repeat; background-size: 75%; background-position: center;
  pointer-events: none; z-index: 3;
}
[data-thumb] { position: relative !important; overflow: hidden !important; }
[data-thumb]::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMTEwIj4KICA8dGV4dCB4PSIyMDAiIHk9IjUyIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIgogICAgICAgIGZvbnQtZmFtaWx5PSJHZW9yZ2lhLCBzZXJpZiIgZm9udC1zaXplPSIxOSIKICAgICAgICBsZXR0ZXItc3BhY2luZz0iMyIgZmlsbD0iI2M5OTczZiIgZmlsbC1vcGFjaXR5PSIwLjQ4IgogICAgICAgIGZvbnQtd2VpZ2h0PSI0MDAiPlZlbGlub3YgJmFtcDsgRGltaXRyb3Y8L3RleHQ+CiAgPHRleHQgeD0iMjAwIiB5PSI3NCIgdGV4dC1hbmNob3I9Im1pZGRsZSIKICAgICAgICBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTEiCiAgICAgICAgbGV0dGVyLXNwYWNpbmc9IjYiIGZpbGw9IiNjOTk3M2YiIGZpbGwtb3BhY2l0eT0iMC4zNiI+RiBVIFIgTiBJIFQgVSBSIEU8L3RleHQ+Cjwvc3ZnPg==");
  background-repeat: no-repeat; background-size: 90%; background-position: center;
  pointer-events: none; z-index: 3; opacity: 0.8;
}
.quick-media { position: relative !important; overflow: hidden !important; }
.quick-media::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMTEwIj4KICA8dGV4dCB4PSIyMDAiIHk9IjUyIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIgogICAgICAgIGZvbnQtZmFtaWx5PSJHZW9yZ2lhLCBzZXJpZiIgZm9udC1zaXplPSIxOSIKICAgICAgICBsZXR0ZXItc3BhY2luZz0iMyIgZmlsbD0iI2M5OTczZiIgZmlsbC1vcGFjaXR5PSIwLjQ4IgogICAgICAgIGZvbnQtd2VpZ2h0PSI0MDAiPlZlbGlub3YgJmFtcDsgRGltaXRyb3Y8L3RleHQ+CiAgPHRleHQgeD0iMjAwIiB5PSI3NCIgdGV4dC1hbmNob3I9Im1pZGRsZSIKICAgICAgICBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTEiCiAgICAgICAgbGV0dGVyLXNwYWNpbmc9IjYiIGZpbGw9IiNjOTk3M2YiIGZpbGwtb3BhY2l0eT0iMC4zNiI+RiBVIFIgTiBJIFQgVSBSIEU8L3RleHQ+Cjwvc3ZnPg==");
  background-repeat: no-repeat; background-size: 80%; background-position: center;
  pointer-events: none; z-index: 3;
}
#lbInner { position: relative; }
#lbInner::before {
  content: ''; position: absolute; inset: 0; height: 80vh;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMTEwIj4KICA8dGV4dCB4PSIyMDAiIHk9IjUyIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIgogICAgICAgIGZvbnQtZmFtaWx5PSJHZW9yZ2lhLCBzZXJpZiIgZm9udC1zaXplPSIxOSIKICAgICAgICBsZXR0ZXItc3BhY2luZz0iMyIgZmlsbD0iI2M5OTczZiIgZmlsbC1vcGFjaXR5PSIwLjQ4IgogICAgICAgIGZvbnQtd2VpZ2h0PSI0MDAiPlZlbGlub3YgJmFtcDsgRGltaXRyb3Y8L3RleHQ+CiAgPHRleHQgeD0iMjAwIiB5PSI3NCIgdGV4dC1hbmNob3I9Im1pZGRsZSIKICAgICAgICBmb250LWZhbWlseT0iQXJpYWwsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iMTEiCiAgICAgICAgbGV0dGVyLXNwYWNpbmc9IjYiIGZpbGw9IiNjOTk3M2YiIGZpbGwtb3BhY2l0eT0iMC4zNiI+RiBVIFIgTiBJIFQgVSBSIEU8L3RleHQ+Cjwvc3ZnPg==");
  background-repeat: no-repeat; background-size: 50%; background-position: center;
  pointer-events: none; z-index: 10; opacity: 0.75; border-radius: 14px;
}

/* ── CHECKOUT PAGE ───────────────────────────────────────── */
.checkout-layout { align-items: start !important; }
.checkout-layout .panel { height: fit-content !important; }
.panel-body { padding: 20px !important; gap: 10px !important; }
.panel-body textarea { height: 70px !important; resize: vertical !important; }
#checkoutSummary { position: sticky; top: 24px; }

/* ── FOOTER NOTE — по-компактен ─────────────────────────── */
.footer-note {
  margin-top: 12px !important;
  padding: 12px 14px !important;
}
.footer-note > div {
  gap: 4px 10px !important;
  font-size: 12px !important;
}

/* ── НОВО ЛОГО — logo-header-clean.png (прозрачен фон) ─── */
.logo-horizontal {
  height: 72px !important;
  width: auto !important;
  max-width: 380px !important;
  object-fit: contain !important;
  display: block !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
.brand-panel {
  min-height: 88px !important;
  padding: 8px 0 !important;
  background: transparent !important;
}
@media (max-width: 1180px) {
  .logo-horizontal { height: 60px !important; max-width: 320px !important; }
}
@media (max-width: 920px) {
  .logo-horizontal { height: 50px !important; max-width: 260px !important; }
  .brand-panel { min-height: 70px !important; }
}
@media (max-width: 640px) {
  .logo-horizontal { height: 40px !important; max-width: 210px !important; }
}

/* ── ЛОГО ФИНАЛ — logo-vd-real.png (1360×251, прозрачен фон) ── */
.logo-horizontal {
  height: 74px !important;
  width: auto !important;
  max-width: 380px !important;
  object-fit: contain !important;
  display: block !important;
  filter: drop-shadow(0 2px 8px rgba(166,123,61,.12)) !important;
}
.brand-panel {
  min-height: 90px !important;
  padding: 8px 0 !important;
  background: transparent !important;
}
@media (max-width: 1180px) {
  .logo-horizontal { height: 62px !important; max-width: 310px !important; }
}
@media (max-width: 920px) {
  .logo-horizontal { height: 52px !important; max-width: 260px !important; }
  .brand-panel { min-height: 70px !important; }
}
@media (max-width: 640px) {
  .logo-horizontal { height: 42px !important; max-width: 210px !important; }
}

/* ── SVG ЛОГО — хоризонтална версия ─────────────────────── */
.logo-horizontal {
  height: 80px !important;
  width: auto !important;
  max-width: 440px !important;
  object-fit: contain !important;
  display: block !important;
}
.brand-panel {
  min-height: 96px !important;
  padding: 8px 0 !important;
}
@media (max-width: 1180px) {
  .logo-horizontal { height: 66px !important; max-width: 360px !important; }
}
@media (max-width: 920px) {
  .logo-horizontal { height: 54px !important; max-width: 290px !important; }
  .brand-panel { min-height: 74px !important; }
}
@media (max-width: 640px) {
  .logo-horizontal { height: 44px !important; max-width: 230px !important; }
}

/* ── КАТЕГОРИИ И ПРОДУКТИ — центрирани ──────────────────── */
.category-bar { justify-content: center !important; }
.category-bar-shell { text-align: center !important; }
.shop-toolbar { justify-content: center !important; }
