:root{--orange:#1c3f9b;--orange2:#ff6a20;--ink:#3d2b22;--muted:#7d6d63;--paper:#f7f0e7;--card:#fffdf9;--line:#ead9c9;--green:#1fa95a;--shadow:0 10px 30px rgba(82,55,35,.07)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}.topbar{height:22px;background:var(--orange);color:#fff;font:500 11px 'DM Mono';display:flex;align-items:center;justify-content:center;letter-spacing:.2px}.site-header{height:66px;background:rgba(255,252,247,.94);border-bottom:1px solid #eee2d5;display:flex;align-items:center;justify-content:space-between;padding:0 max(28px,calc((100% - 1150px)/2));position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700}.brand-mark{width:33px;height:33px;background:var(--orange);border-radius:9px 9px 15px 9px;color:white;display:grid;place-items:center;font-weight:700}.brand span span{color:var(--orange)}nav{display:flex;gap:27px;align-items:center;font-size:13px}nav a{color:#75675e;text-decoration:none}nav a.active{color:var(--orange);font-weight:700}.sparkle{font-size:20px}.cart-pill{background:transparent;border:1px solid var(--orange);border-radius:25px;padding:10px 19px;color:var(--orange);font-weight:700}.page{max-width:1150px;margin:auto;padding:30px 0 15px}.hero{display:flex;justify-content:space-between;align-items:center;min-height:210px}.eyebrow{font:500 11px 'DM Mono';letter-spacing:2px;color:var(--orange);display:flex;align-items:center;gap:12px}.eyebrow span{width:30px;height:1px;background:var(--orange)}h1,h2,h3{font-family:'Playfair Display',serif;margin:0}h1{font-size:68px;line-height:.92;letter-spacing:-3px;margin:14px 0}.hero h1 em{color:var(--orange);font-style:italic}.hero p{color:var(--muted);font-size:14px;line-height:1.55}.hero-note{width:200px;border:1px dashed var(--orange);border-radius:13px;padding:17px 16px;margin-right:20px;background:rgba(255,252,247,.5)}.hero-note h3{font-size:20px;line-height:1.05}.hero-note p{font-size:12px;color:var(--muted);line-height:1.5}.content-grid{display:grid;grid-template-columns:1fr 290px;gap:16px}.catalog h2{font-size:25px;margin:8px 0 12px}.category-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:25px}.category{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:10px;display:flex;align-items:center;gap:10px;min-height:74px;cursor:pointer}.category img{width:56px;height:56px;object-fit:cover;border-radius:9px}.category b{font:600 13px 'Playfair Display';display:block}.category small{font-size:10px;color:var(--muted)}.category i{margin-left:auto;color:var(--orange);font-style:normal}.product-head{display:flex;justify-content:space-between;align-items:center}.product-head h2{font-size:25px}.filters{display:flex;gap:10px}.filters input,.filters select{height:36px;border:1px solid var(--line);border-radius:8px;background:var(--card);padding:0 11px;color:var(--ink)}.filters input{width:220px}.filters select{width:125px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:12px}.product-card{background:var(--card);border:1px solid var(--line);border-radius:11px;padding:10px;box-shadow:var(--shadow)}.product-card img{width:100%;aspect-ratio:1.33;object-fit:cover;border-radius:8px;background:#f2dfcc}.product-card h3{font-family:'DM Sans';font-size:12px;margin:9px 0 2px;font-weight:700}.price{font-size:12px;color:var(--orange);font-weight:700}.qty{display:flex;align-items:center;justify-content:center;gap:13px;margin:10px 0}.qty button{border:0;background:transparent;color:var(--orange);font-size:17px;cursor:pointer}.add{width:100%;border:0;background:var(--orange);color:#fff;border-radius:7px;padding:8px;font-size:10px;font-weight:700;cursor:pointer}.cart-card{background:rgba(255,253,249,.82);border:1px dashed var(--orange);border-radius:13px;padding:15px;align-self:start;position:sticky;top:100px}.cart-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.cart-title h3{font-size:16px}.cart-title button{border:0;background:none;color:var(--orange);font-size:10px;cursor:pointer}.cart-item{display:grid;grid-template-columns:52px 1fr auto;gap:9px;padding:8px 0;border-bottom:1px solid #efe4d9}.cart-item img{width:52px;height:52px;object-fit:cover;border-radius:8px}.cart-item b{font-size:11px;display:block}.cart-item small{color:var(--orange);font-size:10px}.mini-qty{display:flex;align-items:center;gap:5px;font-size:10px}.mini-qty button{border:1px solid var(--line);background:white;border-radius:4px;width:20px;height:20px}.remove{border:0;background:none;color:var(--orange);cursor:pointer}.total-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-family:'Playfair Display';font-size:17px}.total-row strong{color:var(--orange);font-size:17px}.cart-card label{display:block;font-size:10px;margin-top:11px;color:#54483f}.cart-card input,.cart-card textarea{width:100%;margin-top:5px;border:1px solid var(--line);border-radius:7px;background:#fff;padding:10px;font:12px 'DM Sans';outline:none}.cart-card textarea{min-height:54px;resize:vertical}.wa-btn{width:100%;border:0;background:var(--green);color:white;border-radius:7px;padding:11px;margin-top:11px;font-weight:700;cursor:pointer}.wa-btn span{float:right}.checkout-hint{font-size:10px;color:var(--orange);margin-top:7px}.benefits{border-top:1px solid #eadfd4;border-bottom:1px solid #eadfd4;background:#fffaf4;margin-top:0;padding:14px max(28px,calc((100% - 1050px)/2));display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.benefits div{display:grid;grid-template-columns:40px 1fr;align-items:center}.benefits span{grid-row:span 2;width:38px;height:38px;border-radius:50%;background:#fff0e3;display:grid;place-items:center;color:var(--orange);font-size:18px}.benefits b,.benefits small{grid-column:2}.benefits b{font-size:11px}.benefits small{font-size:9px;color:var(--muted)}footer{text-align:center;padding:20px;color:#9b8b80;font-size:10px}@media(max-width:1000px){.page{padding:25px 18px}.site-header{padding:0 18px}.product-grid{grid-template-columns:repeat(3,1fr)}.category-row{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}.cart-card{position:static}.hero-note{display:none}}@media(max-width:620px){nav a,nav .sparkle{display:none}.hero h1{font-size:48px}.desktop{display:none}.product-head{display:block}.filters{margin-top:10px}.filters input{width:100%}.product-grid{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:repeat(2,1fr);padding:14px 18px}.category-row{grid-template-columns:1fr}.site-header{height:60px}.brand{font-size:20px}}
.brand-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
