@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{font-family:'Manrope',system-ui,sans-serif;color:#141412;background:#fff;-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
button{cursor:pointer;border:none;font-family:inherit;-webkit-tap-highlight-color:transparent}

.wrap{max-width:1360px;margin:0 auto;padding:0 40px}
@media(max-width:768px){.wrap{padding:0 16px}}

/* TOPBAR */
.topbar{background:#141412;color:rgba(255,255,255,.6);font-size:11.5px;font-weight:500;padding:7px 16px;text-align:center;letter-spacing:.02em}

/* HEADER */
.hdr{background:#fff;border-bottom:1px solid #e5e2db;position:sticky;top:0;z-index:900}
.hdr.stuck{box-shadow:0 2px 12px rgba(0,0,0,.08)}
.hdr-in{max-width:1360px;margin:0 auto;padding:0 40px;height:56px;display:flex;align-items:center;gap:20px}
@media(max-width:768px){.hdr-in{padding:0 14px;height:50px}}

.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.logo-box{width:32px;height:32px;background:#141412;color:#fff;font-size:18px;font-weight:800;display:flex;align-items:center;justify-content:center;border-radius:5px;flex-shrink:0}
.logo-text{display:flex;flex-direction:column;line-height:1.1}
.logo-text strong{font-size:11px;font-weight:800;letter-spacing:.08em;color:#141412}
.logo-text span{font-size:10px;font-weight:300;letter-spacing:.25em;color:#5a5a52}
@media(max-width:480px){.logo-text{display:none}}

.nav-desk{display:flex;gap:2px;margin-left:auto;overflow-x:auto;scrollbar-width:none}
.nav-desk::-webkit-scrollbar{display:none}
.nav-desk a{padding:6px 12px;font-size:13px;font-weight:500;color:#5a5a52;border-radius:6px;white-space:nowrap}
.nav-desk a:hover,.nav-desk a.active{color:#141412;background:#f5f2ed}
@media(max-width:900px){.nav-desk{display:none}}

.mob-btn{display:none;background:none;padding:6px 8px;font-size:22px;color:#141412;margin-left:auto;line-height:1}
@media(max-width:900px){.mob-btn{display:block}}

/* MOBILE NAV */
.mob-nav{display:none;position:fixed;inset:0;z-index:1000;background:#fff;overflow-y:auto;padding-bottom:40px}
.mob-nav.open{display:block}
.mob-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:2px solid #141412}
.mob-head span{font-size:13px;font-weight:700;letter-spacing:.1em}
.mob-head button{background:none;font-size:22px;padding:4px;color:#5a5a52}
.mob-nav a{display:block;padding:14px 20px;border-bottom:1px solid #e5e2db;font-size:15px;font-weight:500;color:#141412}

/* HERO */
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:480px;overflow:hidden}
@media(max-width:900px){.hero{grid-template-columns:1fr}}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:56px 56px 56px 80px;background:#f5f2ed}
@media(max-width:1100px){.hero-copy{padding:40px 40px 40px 48px}}
@media(max-width:900px){.hero-copy{padding:36px 16px}}
.hero-copy .label{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#9a9a90;margin-bottom:14px}
.hero-copy h1{font-size:clamp(32px,5vw,64px);font-weight:800;line-height:.97;letter-spacing:-.04em;color:#141412;margin-bottom:14px}
.hero-copy h1 em{display:block;font-style:normal;font-weight:300}
.hero-copy .sub{font-size:15px;color:#5a5a52;line-height:1.7;max-width:400px;margin-bottom:24px}
.btns{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px}
.stats{display:flex;gap:24px;border-top:1px solid #ccc9c0;padding-top:20px;flex-wrap:wrap}
.stats div strong{display:block;font-size:22px;font-weight:800;letter-spacing:-.02em;color:#141412}
.stats div span{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#9a9a90}
.hero-img{overflow:hidden;background:#ece9e3}
@media(max-width:900px){.hero-img{display:none}}
.hero-img img{width:100%;height:100%;object-fit:cover}

/* USP */
.usp{background:#1f1f1c}
.usp-row{display:flex;justify-content:center;flex-wrap:wrap;gap:0;padding:10px 40px}
.usp-row span{padding:8px 18px;font-size:11.5px;font-weight:500;color:rgba(255,255,255,.65);white-space:nowrap}
.usp-row span:not(:last-child){border-right:1px solid rgba(255,255,255,.12)}
@media(max-width:600px){.usp-row span{border:none;padding:6px 10px;font-size:11px}}

/* SECTIONS */
.sec{padding:56px 0}
.bg-off{background:#faf9f7}
.bg-dark{background:#141412}
.bg-dark h2,.bg-dark .ey{color:#fff}
.bg-dark .faq{max-width:700px;margin:0 auto}
.sh{margin-bottom:28px}
.sh.ct{text-align:center}
.ey{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#9a9a90;display:block;margin-bottom:8px}
.sec h2{font-size:clamp(22px,3vw,38px);font-weight:800;line-height:1.02;letter-spacing:-.03em;color:#141412}

/* CATEGORY GRID */
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
@media(max-width:1100px){.cat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.cat-grid{gap:8px}}
.ccat{background:#fff;border:1px solid #e5e2db;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
.ccat:active{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.09)}
.ccat-img{aspect-ratio:4/3;background-size:cover;background-position:center;background-color:#f3f1ed}
.ccat-name{font-size:13px;font-weight:700;color:#141412;padding:10px 12px 3px}
.ccat-cta{font-size:12px;font-weight:700;color:#b8864a;padding:0 12px 12px}

/* PRODUCT GRID */
.pgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;transition:opacity .2s}
@media(max-width:1100px){.pgrid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){.pgrid{grid-template-columns:repeat(2,1fr);gap:10px}}
.pcard{background:#fff;border:1px solid #e5e2db;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}
.pimg{position:relative;aspect-ratio:1/1;overflow:hidden;background:#ffffff;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f0ede8}
.pimg img{width:100%;height:100%;object-fit:contain;padding:8px}
.badge{position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:3px;font-size:10px;font-weight:700;letter-spacing:.05em}
.badge.bs{background:#b8864a;color:#fff}
.badge.amz{background:rgba(20,20,18,.55);color:#fff}
.pbody{padding:10px 12px 12px;flex:1;display:flex;flex-direction:column;min-height:120px}
.stars{font-size:12px;margin-bottom:5px;color:#e8a000}
.stars .se{color:#e5e2db}
.rev{font-size:11px;color:#9a9a90;margin-left:3px}
.ptitle{font-size:12.5px;font-weight:600;line-height:1.3;color:#141412;margin-bottom:10px;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pfoot{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:10px;padding-top:8px;border-top:1px solid #f0ede8}
.price-wrap{display:flex;flex-direction:column;gap:1px;min-width:0}
.price{font-size:15px;font-weight:800;color:#141412;white-space:nowrap;display:block}
.oldprice{font-size:11px;color:#9a9a90;text-decoration:line-through;white-space:nowrap;display:block}
.buy-btn{background:#141412;color:#fff !important;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:700;white-space:nowrap;flex-shrink:0;display:inline-block;text-decoration:none}
.buy-btn:active,.buy-btn:hover{background:#b8864a !important}
@media(max-width:480px){.price{font-size:14px}.buy-btn{padding:7px 10px;font-size:11px}}

/* TABS */
.tabs{display:flex;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid #e5e2db;margin-bottom:20px;-webkit-overflow-scrolling:touch}
.tabs::-webkit-scrollbar{display:none}
.tab{white-space:nowrap;padding:9px 14px;font-size:13px;font-weight:600;color:#5a5a52;border-bottom:2px solid transparent;margin-bottom:-1px;background:none;border-left:none;border-right:none;border-top:none}
.tab.on{color:#141412;border-bottom-color:#141412}

/* BUTTONS */
.btn-dark{display:inline-flex;align-items:center;background:#141412;color:#fff;padding:11px 22px;border-radius:6px;font-size:14px;font-weight:700}
.btn-out{display:inline-flex;align-items:center;background:transparent;color:#141412;padding:11px 20px;border-radius:6px;font-size:14px;font-weight:600;border:1.5px solid #ccc9c0}
.btn-more{background:#fff;border:2px solid #141412;color:#141412;padding:12px 36px;border-radius:8px;font-size:14px;font-weight:700;font-family:'Manrope',sans-serif;cursor:pointer;display:block;margin:0 auto}

/* MAGAZINE */
.mag-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:900px){.mag-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){.mag-grid{grid-template-columns:1fr}}
.mcard{background:#fff;border:1px solid #e5e2db;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}
.mthumb{aspect-ratio:16/9;background-size:cover;background-position:center;position:relative}
.mthumb::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(20,20,18,.35),transparent 50%)}
.mtag{position:absolute;bottom:10px;left:10px;z-index:1;background:#141412;color:#fff;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 9px;border-radius:3px}
.mbody{padding:14px 16px 18px;flex:1;display:flex;flex-direction:column}
.mtitle{font-size:14px;font-weight:700;line-height:1.25;margin-bottom:7px;color:#141412}
.mexc{font-size:12.5px;color:#5a5a52;line-height:1.6;flex:1}
.mread{font-size:12px;font-weight:700;color:#b8864a;margin-top:10px}

/* FAQ */
.faqitem{border-bottom:1px solid rgba(255,255,255,.15)}
.bg-off .faqitem{border-bottom-color:#e5e2db}
.faqq{width:100%;text-align:left;padding:15px 0;font-size:14.5px;font-weight:600;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:12px;background:none;border:none}
.faqplus{font-size:20px;color:#b8864a;transition:transform .3s;flex-shrink:0;font-weight:300}
.faqitem.open .faqplus{transform:rotate(45deg)}
.faqa{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faqitem.open .faqa{max-height:300px}
.faqa p{padding-bottom:14px;color:rgba(255,255,255,.65);line-height:1.7;font-size:14px}

/* PAGE HERO */
.phero{background:#faf9f7;border-bottom:1px solid #e5e2db;padding:28px 0 36px}
.phero h1{font-size:clamp(24px,4vw,48px);font-weight:800;letter-spacing:-.03em;margin-bottom:8px}
.phero p{font-size:14.5px;color:#5a5a52;max-width:560px;line-height:1.6}

/* TOOLBAR */
.toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px;flex-wrap:wrap}
.filters{display:flex;gap:6px;flex-wrap:wrap;align-items:center}
.flbl{font-size:12px;font-weight:600;color:#5a5a52}
.fbtn{padding:5px 12px;border-radius:100px;border:1px solid #e5e2db;background:#fff;font-size:12px;font-weight:500;color:#2d2d28}
.fbtn.on{background:#141412;color:#fff;border-color:#141412}
.ssel{padding:5px 10px;border:1px solid #e5e2db;border-radius:6px;font-size:12px;background:#fff;color:#141412;outline:none}
.rrow{font-size:12px;color:#9a9a90;margin-bottom:14px}

/* BREADCRUMB */
.bc{display:flex;gap:6px;font-size:12px;color:#9a9a90;margin-bottom:12px;flex-wrap:wrap}

/* ARTICLE */
.art-hero{min-height:380px;background-size:cover;background-position:center;display:flex;align-items:flex-end;position:relative}
@media(max-width:600px){.art-hero{min-height:240px}}
.art-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.08),rgba(0,0,0,.7))}
.art-hero-body{position:relative;z-index:1;padding:36px 0;width:100%}
.art-hero-body h1{font-size:clamp(22px,4vw,48px);font-weight:800;color:#fff;line-height:1;letter-spacing:-.03em;max-width:700px;margin:8px 0}
.art-hero-body p{color:rgba(255,255,255,.7);font-size:15px;max-width:560px}
.art-body{font-size:16px;line-height:1.85;color:#2d2d28;margin-top:28px}
.art-body h2{font-size:24px;font-weight:800;margin:36px 0 10px;letter-spacing:-.025em}
.art-body h3{font-size:19px;font-weight:700;margin:24px 0 8px}
.art-body p{margin-bottom:16px}
.art-body ul,.art-body ol{padding-left:22px;margin-bottom:16px}
.art-body li{margin-bottom:7px}

/* FOOTER */
.foot{background:#1f1f1c;padding:44px 0 0}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px}
@media(max-width:1000px){.foot-grid{grid-template-columns:1fr 1fr;gap:24px}}
@media(max-width:480px){.foot-grid{grid-template-columns:1fr}}
.foot-logo{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.foot p{font-size:12.5px;color:rgba(255,255,255,.38);line-height:1.7;margin-bottom:6px}
.foot p.small{font-size:11px;color:rgba(255,255,255,.22)}
.foot-grid h4{font-size:10.5px;font-weight:700;color:rgba(255,255,255,.85);letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}
.foot-grid a{display:block;font-size:12.5px;color:rgba(255,255,255,.42);padding:3px 0}
.foot-grid a:active{color:#fff}
.foot-bot{border-top:1px solid rgba(255,255,255,.06);padding:16px 0;margin-top:32px}
.foot-bot p{font-size:11px;color:rgba(255,255,255,.26);margin-bottom:2px}

/* COOKIE */
#ck{position:fixed;bottom:14px;left:50%;transform:translateX(-50%);width:min(700px,calc(100vw - 18px));background:#fff;border-radius:12px;box-shadow:0 8px 40px rgba(0,0,0,.18);border:1px solid #e5e2db;z-index:9999;padding:16px 18px}
.ck-in p{font-size:13px;color:#5a5a52;line-height:1.5;margin-bottom:12px}
.ck-in p strong{color:#141412}
.ck-in a{color:#b8864a}
.ck-btns{display:flex;gap:8px;justify-content:flex-end}
.ck-btns button{padding:7px 14px;border-radius:6px;font-size:13px;font-weight:600;font-family:'Manrope',sans-serif;border:1px solid #e5e2db;background:#fff;color:#5a5a52;cursor:pointer}
.ck-btns button.primary{background:#141412;color:#fff;border-color:#141412}

/* CITIES */
.cities{background:#faf9f7;padding:28px 0;border-top:1px solid #e5e2db}
.cities-lbl{font-size:10.5px;font-weight:700;color:#9a9a90;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}
.cities-wrap{display:flex;flex-wrap:wrap;gap:5px}
.cities-wrap a{padding:3px 10px;background:#fff;border:1px solid #e5e2db;border-radius:100px;font-size:11.5px;color:#5a5a52}

/* LEGAL */
.wrap h1{font-size:28px;font-weight:800;letter-spacing:-.025em;margin-bottom:6px}
.wrap h2{font-size:17px;font-weight:700;margin-top:28px;margin-bottom:8px}
.wrap p{font-size:14.5px;color:#5a5a52;line-height:1.8;margin-bottom:8px}
.wrap a{color:#b8864a}

/* BADGE COLORS */
.badge.sale{background:#e53e3e;color:#fff}
.badge.neu{background:#2d7d46;color:#fff}
.badge.bs{background:#b8864a;color:#fff}
.badge.amz{background:rgba(20,20,18,.6);color:#fff}

/* PRICE */
.price-wrap{display:flex;flex-direction:column;gap:1px}
.price{font-size:16px;font-weight:800;color:#141412;white-space:nowrap}
.oldprice{font-size:11px;color:#9a9a90;text-decoration:line-through;white-space:nowrap}
@media(max-width:480px){.price{font-size:14px}}
.price-na{font-size:11px;color:#9a9a90;font-style:italic;display:block}

/* PRICE FINAL FIX */
.price-wrap{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}
.oldprice{font-size:11px;color:#9a9a90;text-decoration:line-through;white-space:nowrap;display:block}
.price{font-size:15px;font-weight:800;color:#141412;white-space:nowrap;display:block;line-height:1.2}
.price-na{font-size:11px;color:#9a9a90;font-style:italic;display:block}
.pfoot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;padding-top:8px;border-top:1px solid #f0ede8}
.buy-btn{background:#141412 !important;color:#fff !important;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:700;white-space:nowrap;flex-shrink:0;display:inline-flex;align-items:center;text-decoration:none !important}
.buy-btn:hover,.buy-btn:active{background:#b8864a !important;color:#fff !important}
@media(max-width:480px){.price{font-size:14px}.buy-btn{padding:7px 10px;font-size:11px}}

/* FINAL BUTTON FIX */
.pfoot {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin-top: 10px !important;
    padding-top: 8px !important;
    border-top: 1px solid #f0ede8 !important;
    flex-wrap: nowrap !important;
}
.price-wrap {
    flex: 1 !important;
    min-width: 0 !important;
    overflow: hidden !important;
}
.price-na {
    font-size: 10px !important;
    color: #ccc !important;
    font-style: italic !important;
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.buy-btn {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    background: #141412 !important;
    color: #fff !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    border: none !important;
}
