:root{--bg: #ffffff;--ink: #111111;--muted: #5b5657;--line: #ece8e4;--pink: #f7b6c8;--lavender: #cdb7f6;--blue: #bfe8f5;--mint: #cfefdf;--yellow: #fff1a8;--coral: #ffa894;--shadow: 0 22px 60px rgba(17, 17, 17, .11);--radius: 8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,a{-webkit-tap-highlight-color:transparent}.skip-link{position:absolute;left:-999px;top:12px;z-index:100;background:var(--ink);color:#fff;padding:10px 14px}.skip-link:focus{left:12px}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px;padding:0 40px;background:#ffffffeb;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800}.brand-logo{display:grid;place-items:center;width:52px;height:52px;background:var(--pink);border:2px solid var(--ink);border-radius:50%;font-size:13px;box-shadow:5px 5px 0 var(--yellow);overflow:hidden}.brand-logo img{width:46px;height:46px;object-fit:contain}.nav{display:flex;align-items:center;gap:22px;color:var(--muted);font-size:14px;font-weight:700}.nav a:hover{color:var(--ink)}.cart-button,.button,.icon-button,.quantity-button{border:0;font:inherit;cursor:pointer}.cart-button{display:inline-flex;align-items:center;gap:9px;min-height:40px;padding:0 14px;background:var(--ink);color:#fff;border-radius:999px;font-size:14px;font-weight:800}.cart-button span{display:grid;place-items:center;min-width:22px;height:22px;color:var(--ink);background:var(--yellow);border-radius:50%;font-size:12px}.hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr);gap:44px;align-items:center;min-height:calc(100vh - 74px);padding:54px 40px 42px;overflow:hidden}.hero-copy{max-width:670px}.hero h1{margin:0;max-width:760px;font-size:clamp(44px,6.2vw,86px);line-height:.98}.hero p{max-width:560px;margin:22px 0 0;color:var(--muted);font-size:19px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:999px;font-size:14px;font-weight:800}.button-dark{background:var(--ink);color:#fff}.button-light{background:#fff;color:var(--ink);border:1px solid var(--line)}.button[disabled]{opacity:.5;cursor:not-allowed}.hero-art{position:relative;min-height:500px;padding:52px 24px 34px;background:radial-gradient(circle at 20% 20%,rgba(247,182,200,.34),transparent 24%),radial-gradient(circle at 82% 16%,rgba(191,232,245,.55),transparent 25%),linear-gradient(135deg,#fff7fa,#f8fffc);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.crown{position:absolute;top:24px;left:50%;display:flex;align-items:end;justify-content:center;gap:12px;width:220px;height:70px;transform:translate(-50%) rotate(-8deg)}.crown span{position:relative;display:block;width:2px;height:var(--h, 46px);background:var(--ink);transform-origin:bottom}.crown span:before{content:"";position:absolute;width:12px;height:12px;margin-left:-5px;margin-top:-10px;border:2px solid var(--ink);border-radius:50%;background:#fff}.crown span:nth-child(1){--h: 33px;transform:rotate(-34deg)}.crown span:nth-child(2){--h: 52px;transform:rotate(-16deg)}.crown span:nth-child(3){--h: 64px}.crown span:nth-child(4){--h: 52px;transform:rotate(16deg)}.crown span:nth-child(5){--h: 33px;transform:rotate(34deg)}.bug-car{position:relative;width:100%;max-width:560px;height:260px;margin:112px auto 0}.car-body{position:absolute;left:8%;right:8%;bottom:58px;height:112px;background:var(--blue);border:4px solid var(--ink);border-radius:120px 120px 44px 44px}.car-window{position:absolute;left:31%;bottom:132px;width:38%;height:82px;background:#eaf9ff;border:4px solid var(--ink);border-radius:120px 120px 10px 10px}.car-fender{position:absolute;bottom:45px;width:118px;height:92px;background:var(--blue);border:4px solid var(--ink);border-radius:70px 70px 28px 28px}.car-fender-left{left:6%}.car-fender-right{right:6%}.wheel{position:absolute;bottom:20px;width:82px;height:82px;background:var(--ink);border:12px solid #f8f8f8;border-radius:50%;box-shadow:inset 0 0 0 4px var(--ink)}.wheel-left{left:15%}.wheel-right{right:15%}.script-note{margin:26px auto 0;color:var(--ink);font-family:Pacifico,cursive;font-size:clamp(28px,4vw,44px);line-height:1.15;text-align:center}.category-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.category-strip a{display:grid;place-items:center;min-height:86px;border-right:1px solid var(--ink);font-size:clamp(20px,3vw,36px);font-weight:900}.category-strip a{background:var(--category-bg, var(--pink))}.category-strip a:nth-child(1){--category-bg: var(--pink)}.category-strip a:nth-child(2){--category-bg: var(--blue)}.category-strip a:nth-child(3){--category-bg: var(--mint)}.category-strip a:nth-child(4){--category-bg: var(--yellow);border-right:0}.shop-section,.story-section,.info-grid,.contact-section,.main-template{padding:76px 40px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.section-heading h2,.story-section h2,.contact-section h2,.main-template h1{margin:0;max-width:720px;font-size:clamp(34px,5vw,64px);line-height:1}.section-heading p,.story-section p,.contact-section p,.info-grid p,.main-template p{margin:0;max-width:560px;color:var(--muted);font-size:16px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.empty-state{grid-column:1 / -1;padding:28px;background:#fbfbfb;border:1px solid var(--line);border-radius:var(--radius)}.empty-state h3{margin:0 0 8px;font-size:24px}.empty-state p{margin:0;color:var(--muted)}.product-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.product-art{display:grid;place-items:center;min-height:280px;padding:28px;background:var(--product-bg, #fff3f7);border-bottom:1px solid var(--line)}.product-art img{width:100%;height:260px;object-fit:contain}.mini-shirt,.mini-tumbler,.mini-sticker{position:relative;display:grid;place-items:center;color:var(--ink);font-weight:900}.mini-shirt{width:190px;height:210px;background:#d9dadd;clip-path:polygon(25% 0,75% 0,100% 22%,82% 38%,82% 100%,18% 100%,18% 38%,0 22%)}.mini-tumbler{width:142px;height:230px;background:var(--blue);border:4px solid var(--ink);border-radius:18px 18px 34px 34px}.mini-sticker{width:210px;height:150px;background:#fff;border:4px solid var(--ink);border-radius:28px;transform:rotate(-4deg)}.mini-car{width:78px;height:42px;background:var(--product-accent, var(--pink));border:3px solid var(--ink);border-radius:48px 48px 12px 12px;box-shadow:0 30px 0 -24px var(--ink)}.product-info{padding:18px}.product-meta{display:flex;align-items:start;justify-content:space-between;gap:16px;margin-bottom:8px}.product-info h3{margin:0;font-size:20px;line-height:1.15}.price{font-weight:900;white-space:nowrap}.product-info p{min-height:48px;margin:0 0 18px;color:var(--muted);font-size:14px}.add-button{width:100%}.story-section{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:44px;background:#fbfbfb;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.story-section p{margin-top:18px}.palette{display:grid;grid-template-columns:repeat(3,84px);gap:12px}.palette span{display:block;width:84px;height:84px;background:var(--swatch);border:2px solid var(--ink);border-radius:50%}.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.info-grid article{padding:24px;border:1px solid var(--line);border-radius:var(--radius)}.info-grid h3{margin:0 0 10px;font-size:22px}.contact-section{text-align:center;background:linear-gradient(90deg,var(--pink),var(--lavender),var(--blue),var(--mint),var(--yellow))}.contact-section h2,.contact-section p{margin-left:auto;margin-right:auto}.contact-section p{margin-top:18px;color:#252525}.contact-section .button{margin-top:24px}.main-product{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:40px}.product-gallery{display:grid;gap:14px}.product-gallery img,.product-placeholder{width:100%;min-height:420px;object-fit:contain;background:#fff7fa;border:1px solid var(--line);border-radius:var(--radius);padding:24px}.product-form{display:grid;gap:16px;margin-top:24px}.product-form select{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--line);border-radius:8px;font:inherit}.rte{max-width:760px;color:var(--muted)}.rte p:first-child{margin-top:0}.content-page{padding:76px 40px}.content-hero{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:44px;align-items:center;margin-bottom:42px}.content-hero-simple{display:block;max-width:900px}.content-hero h1{margin:0;max-width:820px;font-size:clamp(42px,6vw,78px);line-height:.98}.content-hero p{max-width:680px;margin:18px 0 0;color:var(--muted);font-size:19px}.content-logo-card{display:grid;place-items:center;min-height:300px;background:radial-gradient(circle at 20% 20%,rgba(247,182,200,.34),transparent 26%),radial-gradient(circle at 82% 16%,rgba(191,232,245,.5),transparent 28%),linear-gradient(135deg,#fff7fa,#f8fffc);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.content-logo-card img{width:min(240px,75%);height:auto;object-fit:contain}.content-two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:28px;align-items:start;margin-bottom:28px}.content-callout,.content-card,.policy-grid article,.contact-card,.faq-list{border:1px solid var(--line);border-radius:var(--radius);background:#fff}.content-callout{padding:24px;background:#fff7fa}.content-callout h2,.content-card h2,.policy-grid h2,.contact-card h2,.faq-list h2{margin:0 0 10px;font-size:24px;line-height:1.1}.content-callout p,.content-card p,.policy-grid p,.contact-card p{margin:0;color:var(--muted)}.content-card-grid,.policy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.content-card,.policy-grid article{padding:24px}.policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:34px}.faq-list{margin-top:22px;padding:24px}.faq-item{padding:16px 0;border-top:1px solid var(--line)}.faq-item:first-of-type{border-top:0}.faq-item summary{cursor:pointer;font-weight:800}.faq-item .rte{margin-top:10px}.contact-layout{display:grid;grid-template-columns:minmax(280px,.65fr) minmax(0,1fr);gap:20px;margin-top:34px}.contact-card{padding:24px}.contact-card form{display:grid;gap:14px}.contact-card label{display:grid;gap:7px;color:var(--muted);font-size:14px;font-weight:700}.contact-card input,.contact-card textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px 13px;color:var(--ink);background:#fff;font:inherit}.contact-card textarea{resize:vertical}.contact-email{display:inline-block;margin:16px 0;font-weight:800;text-decoration:underline;text-underline-offset:3px}.form-success{padding:12px;background:var(--mint);border-radius:8px;color:var(--ink)}.form-errors{padding:12px;background:#ffe8e8;border-radius:8px;color:#8a1111}.site-footer{display:flex;justify-content:space-between;gap:24px;padding:36px 40px;border-top:1px solid var(--line);color:var(--muted)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:none;justify-content:end;background:#11111161}.cart-drawer.is-open{display:flex}.cart-panel{display:flex;flex-direction:column;width:min(430px,100%);height:100%;background:#fff;box-shadow:var(--shadow)}.cart-header,.cart-footer{padding:20px;border-bottom:1px solid var(--line)}.cart-header{display:flex;align-items:center;justify-content:space-between}.cart-header h2{margin:0;font-size:28px}.icon-button{display:grid;place-items:center;width:38px;height:38px;background:var(--ink);color:#fff;border-radius:50%;font-size:24px;line-height:1}.cart-items{flex:1;overflow:auto;padding:10px 20px}.cart-line{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cart-line img{width:64px;height:64px;object-fit:cover;background:#fafafa;border-radius:8px}.cart-line h3{margin:0 0 5px;font-size:16px}.cart-line p{margin:0;color:var(--muted);font-size:13px}.cart-total{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;font-size:18px}.checkout-button{width:100%}.cart-footer p{margin:12px 0 0;color:var(--muted);font-size:13px}@media(max-width:900px){.site-header{flex-wrap:wrap;gap:14px;height:auto;padding:14px 20px}.nav{order:3;width:100%;justify-content:space-between;gap:10px}.hero{grid-template-columns:1fr;min-height:auto;padding:42px 20px 34px}.hero-art{min-height:430px}.shop-section,.story-section,.info-grid,.contact-section,.main-template,.content-page{padding:54px 20px}.section-heading,.story-section,.main-product,.content-hero,.content-two-column,.contact-layout{display:block}.section-heading p{margin-top:14px}.product-grid,.info-grid,.content-card-grid,.policy-grid{grid-template-columns:1fr}.content-logo-card,.content-callout,.contact-card{margin-top:22px}.palette{grid-template-columns:repeat(6,42px);margin-top:28px}.palette span{width:42px;height:42px}}@media(max-width:560px){.brand span:last-child{max-width:170px;line-height:1.05}.category-strip{grid-template-columns:repeat(2,1fr)}.category-strip a:nth-child(2){border-right:0}.category-strip a:nth-child(1),.category-strip a:nth-child(2){border-bottom:1px solid var(--ink)}.hero-art{min-height:360px;padding-left:12px;padding-right:12px}.bug-car{height:210px;margin-top:92px}.car-fender{width:90px}.wheel{width:66px;height:66px}.product-art{min-height:235px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bug-theme.css.map */
