:root{--yellow:#ffd11a;--yellow-2:#f1b800;--black:#0b0b0b;--charcoal:#171717;--gray:#f7f7f5;--text:#111;--muted:#666;--white:#fff;--shadow:0 16px 40px rgba(0,0,0,.18);--radius:22px;--radius-lg:30px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.45}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.skip-to-content{position:absolute;left:-9999px;top:0;background:var(--yellow);color:#000;padding:.75rem 1rem;font-weight:900;z-index:999}.skip-to-content:focus{left:1rem;top:1rem}.topbar{background:var(--yellow);color:#000;text-align:center;font-weight:900;letter-spacing:.03em;font-size:.84rem;padding:.45rem 1rem;text-transform:uppercase}.header{background:#070707;color:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(255,255,255,.08)}.nav{max-width:1220px;margin:auto;padding:1rem 1.25rem;display:flex;align-items:center;gap:1.25rem}.brand{display:flex;align-items:center;gap:.8rem;min-width:250px}.brand-mark{width:56px;height:56px;border-radius:16px;background:var(--yellow);display:grid;place-items:center;color:#000;font-size:1.6rem;font-weight:900;box-shadow:0 0 0 4px #ffd11a1f}.brand-name{font-size:1.4rem;font-weight:1000;line-height:.94;letter-spacing:-.04em}.brand-name span{display:block;color:var(--yellow);font-size:.88rem;letter-spacing:.08em;text-transform:uppercase;margin-top:.18rem}.links{display:flex;gap:1.15rem;flex:1;justify-content:center;flex-wrap:wrap}.links a{font-size:.92rem;font-weight:900;text-transform:uppercase;color:#ededed;opacity:.94}.links a:hover{color:var(--yellow)}.header-actions{display:flex;align-items:center;gap:1.1rem}.phone{font-weight:950;color:var(--yellow);white-space:nowrap}.cart-link{font-size:.92rem;font-weight:900;text-transform:uppercase;color:#ededed;display:flex;align-items:center;gap:.4rem}.cart-link:hover{color:var(--yellow)}.cart-count{background:var(--yellow);color:#000;font-weight:950;border-radius:999px;min-width:1.4rem;height:1.4rem;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;padding:0 .35rem}.hero{background:linear-gradient(90deg,#000000d6,#000000b3 42%,#00000040 68%),#0c0c0c;color:#fff;overflow:hidden}.hero-inner{max-width:1220px;margin:auto;display:grid;grid-template-columns:1.05fr .95fr;gap:2.4rem;align-items:center;padding:4.3rem 1.25rem}.hero-copy h1{font-size:clamp(2.8rem,5.6vw,5.4rem);line-height:.92;margin:0 0 1rem;letter-spacing:-.07em;text-transform:uppercase}.hero-copy p{font-size:1.12rem;max-width:620px;color:#ececec;margin:0 0 1.6rem}.accent-line{width:160px;height:8px;background:var(--yellow);border-radius:999px;margin:1rem 0 1.2rem}.actions{display:flex;gap:.85rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:1rem 1.25rem;font-weight:950;text-transform:uppercase;letter-spacing:.04em;border:2px solid transparent;transition:.2s ease;cursor:pointer;font-size:1rem;font-family:inherit}.btn.primary{background:var(--yellow);color:#000}.btn.primary:hover{background:#ffe15a}.btn.secondary{border-color:var(--yellow);color:var(--yellow);background:#ffffff08}.btn.secondary:hover{background:#ffd11a1a}.btn.secondary.dark{border-color:#111;color:#111;background:#fff}.btn.secondary.dark:hover{background:#111;color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.hero-photo{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.08);display:block;color:inherit;text-decoration:none}.hero-photo img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}.values{background:#111;color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.values-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:0 1.25rem}.value{background:#181818;padding:1rem;text-align:center}.value strong{display:block;color:var(--yellow);text-transform:uppercase;letter-spacing:.05em;font-size:1rem}.value span{display:block;color:#d3d3d3;font-size:.88rem;margin-top:.15rem}section{padding:4.5rem 1.25rem}.wrap{max-width:1220px;margin:auto}.section-title{text-align:center;margin-bottom:1.55rem}.section-title h2{margin:0;font-size:clamp(2rem,3vw,3rem);line-height:.95;letter-spacing:-.055em;text-transform:uppercase}.section-title .brush{width:140px;height:8px;background:var(--yellow);border-radius:999px;margin:.7rem auto 0}.products{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.products.collection-grid{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid #ececec;border-radius:18px;padding:1rem;box-shadow:0 8px 26px #00000014}.card-media{background:#fbfbfb;border-radius:16px;overflow:hidden;aspect-ratio:1/1;display:grid;place-items:center}.card-media img{width:100%;height:100%;object-fit:cover}.card h3{font-size:1rem;line-height:1.15;margin:.8rem 0 .45rem}.stars{color:var(--yellow-2);font-size:.88rem}.small{color:var(--muted);font-size:.83rem}.price{font-size:1.16rem;font-weight:950;margin-top:.35rem}.price.compare-at{color:var(--muted);text-decoration:line-through;font-weight:700;font-size:.95rem;margin-right:.4rem}.product-link{display:block;color:inherit;text-decoration:none}.product-link .card{height:100%;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-link:hover .card{transform:translateY(-4px);box-shadow:0 14px 34px #00000021;border-color:#ffd11aa6}.product-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.75rem}.spot-badge{display:inline-flex;align-items:center;border-radius:999px;background:#111;color:var(--yellow);font-size:.68rem;font-weight:950;letter-spacing:.05em;text-transform:uppercase;padding:.28rem .48rem;white-space:nowrap}.card .product-meta{color:var(--muted);font-size:.8rem;margin-top:.25rem}.placeholder-note{grid-column:1/-1;text-align:center;color:var(--muted);padding:1.5rem;border:1px dashed #ccc;border-radius:18px;background:#fff}.categories{background:linear-gradient(180deg,#111,#181818);color:#fff}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem}.cat{position:relative;min-height:205px;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);padding:1.1rem;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.cat img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.68}.cat:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent,#000000d9)}.cat>*{position:relative;z-index:1}.cat h3{font-size:1.5rem;line-height:1.02;text-transform:uppercase;margin:0 0 .7rem;max-width:80%}.cat .btn-sm{align-self:flex-start;background:var(--yellow);color:#000;border-radius:10px;padding:.55rem .85rem;font-size:.8rem;font-weight:950;text-transform:uppercase}.maker{background:#f4f2ee}.maker-shell{background:#fff;border-radius:28px;padding:1.4rem;box-shadow:0 12px 32px #00000014}.maker-grid{display:grid;grid-template-columns:1fr 1.3fr .9fr;gap:1.25rem;align-items:center}.maker-photo,.polaroid{border-radius:18px;overflow:hidden;box-shadow:0 12px 28px #0000001a;background:#fdfdfd}.maker-photo img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}.maker-copy h2{margin:0;font-size:clamp(2rem,2.8vw,3rem);letter-spacing:-.05em;line-height:1;font-family:Georgia,Times New Roman,serif;font-style:italic}.maker-copy .brush{width:120px;height:7px;background:var(--yellow);border-radius:999px;margin:.6rem 0 1rem}.maker-copy p{margin:.55rem 0;color:#444;font-size:1rem}.badges{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-top:1.2rem}.badge{padding:.9rem;border:1px solid #ececec;border-radius:16px;background:#fff}.badge strong{display:block;font-size:.95rem}.badge span{display:block;color:var(--muted);font-size:.82rem;margin-top:.12rem}.polaroid{background:#fff;padding:.65rem .65rem 1.15rem;transform:rotate(-2deg)}.polaroid img{width:100%;height:auto;border-radius:8px}.polaroid-note{font-family:Comic Sans MS,Marker Felt,cursive;font-size:1.25rem;margin:.3rem 0 0 .15rem;line-height:1}.newsletter{background:var(--yellow)}.newsletter-inner{max-width:1220px;margin:auto;display:grid;grid-template-columns:1.1fr auto;gap:1rem;align-items:center}.newsletter h2{margin:0;font-size:2.1rem;line-height:.96;text-transform:uppercase;letter-spacing:-.04em}.newsletter p{margin:.35rem 0 0;color:#282200;font-weight:600}.form{display:flex;gap:.6rem;flex-wrap:wrap}.form input{min-width:320px;padding:1rem 1.1rem;border:0;border-radius:12px;font-size:1rem;font-family:inherit}.form button{padding:1rem 1.1rem;border:0;border-radius:12px;background:#000;color:#fff;font-weight:950;text-transform:uppercase;cursor:pointer;font-family:inherit}.site-footer{background:#090909;color:#fff;padding:3rem 1.25rem 2rem}.footer-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:1.6rem}.footer-title{font-size:.93rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase;color:var(--yellow);margin-bottom:.6rem}.site-footer p,.site-footer a{display:block;color:#d2d2d2;font-size:.92rem;margin:.33rem 0}.copyright{max-width:1220px;margin:1.5rem auto 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12);color:#9f9f9f;font-size:.84rem}.attribution{max-width:1220px;margin:.4rem auto 0;color:#9f9f9f;font-size:.84rem}.attribution a{display:inline;margin:0;color:#9f9f9f;text-decoration:underline}.attribution a:hover{color:var(--yellow)}.page-hero{background:linear-gradient(90deg,#000000e6,#000000ad),#111;color:#fff;padding:3.5rem 1.25rem}.page-hero h1{font-size:clamp(2.4rem,4.6vw,4.7rem);line-height:.92;margin:0;letter-spacing:-.07em;text-transform:uppercase}.page-hero p{max-width:720px;color:#e8e8e8;font-size:1.05rem;margin:.9rem 0 0}main{background:#f4f2ee}.product-area{padding:3rem 1.25rem 4.5rem}.product-shell{display:grid;grid-template-columns:.95fr 1.05fr;gap:2rem;align-items:start;background:#fff;border-radius:28px;padding:1.4rem;box-shadow:0 12px 32px #00000014}.main-product-image{background:#fbfbfb;border:1px solid #eee;border-radius:22px;overflow:hidden;display:grid;place-items:center;min-height:420px}.main-product-image img{width:100%;height:100%;object-fit:contain;aspect-ratio:1/1;padding:.5rem}.image-missing{background:linear-gradient(135deg,#f9f9f9,#ececec);position:relative}.image-missing:after{content:"Image not available";font-weight:900;color:#777;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem}.thumb-row{display:flex;gap:.6rem;margin-top:.8rem;flex-wrap:wrap}.thumb{width:64px;height:64px;border-radius:10px;overflow:hidden;border:2px solid #ececec;cursor:pointer;background:#fbfbfb}.thumb img{width:100%;height:100%;object-fit:cover}.thumb.active{border-color:var(--yellow)}.product-copy{padding:1rem .5rem}.eyebrow{margin:0 0 .45rem;color:#9a7900;font-weight:950;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.product-copy h1{margin:0;font-size:clamp(2.2rem,4vw,4.2rem);line-height:.94;letter-spacing:-.06em;text-transform:uppercase}.lead{font-size:1.1rem;color:#333;margin:1rem 0 0}.product-price{font-size:2rem;font-weight:1000;margin:1rem 0;color:#000}.product-price .compare-at{font-size:1.2rem;color:var(--muted);text-decoration:line-through;margin-right:.5rem;font-weight:700}.variant-picker{margin:1.2rem 0}.variant-group{margin-bottom:1rem}.variant-group label{display:block;font-weight:950;text-transform:uppercase;font-size:.78rem;letter-spacing:.05em;margin-bottom:.4rem;color:#444}.variant-options{display:flex;gap:.5rem;flex-wrap:wrap}.variant-option{border:2px solid #ddd;border-radius:10px;padding:.55rem .9rem;font-weight:800;font-size:.92rem;cursor:pointer;background:#fff;transition:.15s ease}.variant-option:hover{border-color:var(--yellow-2)}.variant-option.selected{border-color:var(--black);background:#111;color:#fff}.variant-option.unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.variant-select{padding:.75rem 1rem;border:2px solid #ddd;border-radius:10px;font-size:1rem;font-family:inherit;font-weight:800;width:100%;max-width:320px}.qty-row{display:flex;align-items:center;gap:.75rem;margin:1.2rem 0}.qty-input{width:70px;padding:.85rem;border:2px solid #ddd;border-radius:10px;font-size:1rem;text-align:center;font-family:inherit;font-weight:800}.buy-box{display:flex;gap:.75rem;flex-wrap:wrap;margin:1.4rem 0 0}.stock-status{font-size:.9rem;font-weight:800;margin-top:.6rem}.stock-status.in-stock{color:#1f7a3d}.stock-status.out-of-stock{color:#c0392b}.specs-section,.related-section,.not-found-panel{background:#fff;border-radius:24px;margin-top:1.25rem;padding:1.35rem;box-shadow:0 8px 24px #0000000f}.specs-section h2,.related-section h2,.not-found-panel h1{margin:.1rem 0 1rem;font-size:1.8rem;letter-spacing:-.04em;text-transform:uppercase}.spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0}.spec-row{border:1px solid #ececec;border-radius:16px;padding:.9rem;background:#fff}.spec-row dt{font-size:.78rem;color:var(--muted);font-weight:900;text-transform:uppercase;letter-spacing:.05em}.spec-row dd{margin:.2rem 0 0;font-weight:800}.product-description{margin-top:1.25rem;line-height:1.6;color:#333}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}.related-card{display:block;border:1px solid #ececec;border-radius:18px;padding:.85rem;background:#fff;transition:.18s ease}.related-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0000001a;border-color:#ffd11acc}.related-img{background:#fbfbfb;border-radius:14px;display:grid;place-items:center;aspect-ratio:1/1;overflow:hidden;margin-bottom:.7rem}.related-img img{width:100%;height:100%;object-fit:cover}.related-card strong{display:block;line-height:1.15}.related-card span{display:block;color:#111;font-weight:950;margin-top:.35rem}.content-page{padding:3.5rem 1.25rem 4.5rem;background:#fff}.content-page .wrap{max-width:860px}.content-page h1{font-size:clamp(2rem,4vw,3rem);text-transform:uppercase;letter-spacing:-.05em;margin:0 0 1rem}.content-page .rte{line-height:1.7;color:#333;font-size:1.05rem}.content-page .rte p{margin:0 0 1.1rem}.content-page .rte h2{margin:2rem 0 .8rem;font-size:1.5rem;letter-spacing:-.02em}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem}.contact-info{background:#f4f2ee;border-radius:20px;padding:1.5rem}.contact-info .footer-title{color:#9a7900;margin-top:1rem}.contact-info a,.contact-info p{display:block;color:#222;margin:.3rem 0}.contact-form label{display:block;font-weight:900;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .35rem}.contact-form input,.contact-form textarea{width:100%;padding:.85rem 1rem;border:2px solid #ddd;border-radius:10px;font-family:inherit;font-size:1rem;margin-bottom:1rem}.contact-form textarea{min-height:140px;resize:vertical}.cart-page{padding:3rem 1.25rem 4.5rem}.cart-shell{display:grid;grid-template-columns:1.6fr 1fr;gap:2rem;align-items:start}.cart-table{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #0000000f}.cart-table th{text-align:left;padding:1rem;background:#111;color:var(--yellow);font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.cart-table td{padding:1rem;border-bottom:1px solid #eee;vertical-align:middle}.cart-item-info{display:flex;gap:1rem;align-items:center}.cart-item-image{width:80px;height:80px;border-radius:12px;overflow:hidden;background:#fbfbfb;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-title{font-weight:900}.cart-item-variant{color:var(--muted);font-size:.85rem;margin-top:.2rem}.cart-qty-input{width:60px;padding:.5rem;border:2px solid #ddd;border-radius:8px;text-align:center;font-family:inherit;font-weight:800}.cart-remove{color:#c0392b;font-size:.85rem;font-weight:800;text-decoration:underline;margin-top:.4rem;display:inline-block;cursor:pointer;background:none;border:0;font-family:inherit}.cart-summary{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 8px 24px #0000000f;position:sticky;top:100px}.cart-summary h2{margin:0 0 1rem;font-size:1.4rem;text-transform:uppercase;letter-spacing:-.03em}.cart-summary-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #eee;font-weight:800}.cart-summary-row.total{font-size:1.2rem;border-bottom:0;padding-top:1rem}.cart-empty{text-align:center;padding:4rem 1.25rem;background:#fff;border-radius:24px}.cart-empty h1{text-transform:uppercase;letter-spacing:-.04em}@media(max-width:1024px){.hero-inner,.newsletter-inner,.maker-grid{grid-template-columns:1fr}.products,.products.collection-grid,.cat-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.links,.phone{display:none}.product-shell{grid-template-columns:1fr}.related-grid,.spec-grid{grid-template-columns:repeat(2,1fr)}.cart-shell,.contact-grid{grid-template-columns:1fr}}@media(max-width:640px){.products,.cat-grid,.values-grid,.badges,.footer-grid,.products.collection-grid{grid-template-columns:1fr}.hero-inner{padding:3rem 1rem}section{padding:3.3rem 1rem}.nav{padding:.9rem 1rem}.brand{min-width:0}.newsletter-inner{grid-template-columns:1fr}.form input{min-width:0;width:100%}.form button{width:100%}.product-area,.page-hero{padding-left:1rem;padding-right:1rem}.related-grid,.spec-grid,.footer-grid{grid-template-columns:1fr}.main-product-image{min-height:280px}.cart-table{display:block;overflow-x:auto}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
