:root{--pink: #E8447A;--coral: #D9591C;--mustard: #D9A82C;--olive: #8A9A3E;--teal: #3E7A6E;--blue: #2E5C86;--cream: #F4E9D8;--cream-panel: #EAE0CC;--cream-line: #DCD0B8;--ink: #1A1410;--ink-muted: #5A4E40;--ink-faint: #8A7A66;--dark-bg: #141210;--dark-panel: #1C1916;--dark-line: #2A241E;--dark-muted: #C9BCA8;--dark-faint: #6A5C4A}*{box-sizing:border-box}body{margin:0;font-family:Righteous,sans-serif;line-height:1.5;min-height:100vh;display:flex;flex-direction:column}body.bg-dark{background:var(--dark-bg);color:var(--cream)}body.bg-cream{background:var(--cream);color:var(--ink)}a{text-decoration:none;color:inherit}main{max-width:1200px;margin:0 auto;padding:0 8px;width:100%;flex:1 0 auto}.rainbow-stripe{display:flex;height:6px}.rainbow-stripe div{flex:1}.rainbow-stripe div:nth-child(1){background:var(--pink)}.rainbow-stripe div:nth-child(2){background:var(--coral)}.rainbow-stripe div:nth-child(3){background:var(--mustard)}.rainbow-stripe div:nth-child(4){background:var(--olive)}.rainbow-stripe div:nth-child(5){background:var(--teal)}.rainbow-stripe div:nth-child(6){background:var(--blue)}.rainbow-stripe.reverse div:nth-child(1){background:var(--blue)}.rainbow-stripe.reverse div:nth-child(2){background:var(--teal)}.rainbow-stripe.reverse div:nth-child(3){background:var(--olive)}.rainbow-stripe.reverse div:nth-child(4){background:var(--mustard)}.rainbow-stripe.reverse div:nth-child(5){background:var(--coral)}.rainbow-stripe.reverse div:nth-child(6){background:var(--pink)}.site-header{display:flex;align-items:center;justify-content:space-between;padding:28px 40px;position:relative}.chrome-dark .site-header{background:var(--dark-bg);color:var(--cream)}.chrome-light .site-header{background:var(--cream);color:var(--ink)}.logo{display:flex;align-items:baseline;gap:8px;font-size:36px}.template-index .logo{font-size:40px}.logo .inc{font-size:55%;color:var(--pink)}.site-nav{display:flex;gap:24px;font-size:14px}.chrome-dark .site-nav a{color:var(--dark-muted)}.chrome-light .site-nav a{color:var(--ink-muted)}.nav-toggle-input{display:none}.nav-toggle-label{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px}.nav-toggle-label span{display:block;width:22px;height:2px;background:currentColor}.site-footer{display:flex;justify-content:space-between;align-items:center;padding:40px 48px;font-size:15px;border-top:1px solid}.chrome-dark .site-footer{background:var(--dark-bg);color:var(--cream);border-color:var(--dark-line)}.chrome-light .site-footer{background:var(--cream);color:var(--ink);border-color:var(--cream-line)}.site-footer .tagline{font-size:18px;color:var(--dark-muted)}.footer-logo{color:var(--pink);font-size:18px}.footer-left{display:flex;flex-direction:column;gap:10px}.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-size:12px}.footer-links a{text-decoration:underline;text-underline-offset:3px;color:var(--dark-muted)}.hero{padding:60px 32px;text-align:center;position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow-x:hidden}.hero--has-image{background-size:cover;background-position:center}.hero--has-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1412108c}.hero-content{position:relative;z-index:1;max-width:960px;margin:0 auto}.hero--has-image .hero-content{color:var(--cream)}.hero--has-image .hero-content p{color:var(--dark-muted)}.hero h1{font-size:68px;margin:0;line-height:1.15;font-weight:400;white-space:nowrap}.hero-underline{position:relative;text-decoration:none;display:inline-block;padding-bottom:10px}.hero-underline:after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;border-radius:3px;background:linear-gradient(to right,var(--pink),var(--coral),var(--mustard),var(--olive),var(--teal),var(--blue))}.hero p{font-size:18px;color:var(--ink-muted);margin:20px auto 0;max-width:480px}.hero .btn{display:inline-block;margin-top:36px;padding:18px 44px;font-size:24px}.hero-tags{display:flex;justify-content:center;gap:0;flex-wrap:wrap;margin-top:24px}.hero-tag{font-size:13px;letter-spacing:1px;padding:14px 36px;border-radius:8px 8px 0 0;border:2px solid;border-bottom:none;border-top-width:4px;margin:0 4px;background:var(--cream-panel);font-weight:700}.hero:not(.hero--has-image) .hero-tag{border-color:var(--ink-faint);color:var(--ink)}.hero--has-image .hero-tag{border-color:var(--cream);color:var(--cream);background:#14121080}.hero-tag:nth-child(1){border-top-color:var(--blue)}.hero-tag:nth-child(2){border-top-color:var(--coral)}.hero-tag:nth-child(3){border-top-color:var(--teal)}.hero-tag:hover{background:var(--pink);border-color:var(--pink);color:var(--dark-bg)}.btn{padding:12px 28px;background:var(--pink);color:#2a0f19;border-radius:4px;font-size:14px;font-family:Righteous,sans-serif;border:none;cursor:pointer}.section-block{padding:0 32px 40px}.section-block h2{font-size:18px;margin-bottom:16px;font-weight:400}.collection-grid,.product-grid{display:grid;gap:16px}.collection-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}.collection-card{border-radius:8px;padding:20px 14px;text-align:center;border-top:4px solid;display:block}.collection-card-title{font-size:20px}.collection-card{background:var(--cream-panel)}.product-card-image{border-radius:10px;height:340px;overflow:hidden;background:var(--cream-panel);position:relative;transition:transform .2s ease,box-shadow .2s ease}.product-grid>a{display:block}.product-grid>a:hover .product-card-image{transform:translateY(-6px);box-shadow:0 14px 28px #0000002e}.product-card-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;background:linear-gradient(to right,var(--pink),var(--coral),var(--mustard),var(--olive),var(--teal),var(--blue));opacity:0;transition:opacity .2s ease}.product-grid>a:hover .product-card-image:after{opacity:1}.product-card-title{font-size:19px;margin-top:16px}.product-card-price{font-size:19px;color:var(--coral);margin-top:5px}.collection-header{padding:44px 40px 16px}.collection-header h1{font-size:44px;font-weight:400;margin:0}.collection-header p{font-size:15px;color:var(--ink-muted);margin-top:10px;max-width:500px}.template-product main{max-width:1500px}.template-collection main{max-width:1500px}.template-list-collections main{max-width:1500px}.product-page{padding:60px 48px;display:grid;grid-template-columns:1.1fr 1fr;gap:70px;align-items:start}.product-image{background:var(--cream-panel);border-radius:8px;min-height:640px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-gallery{display:flex;flex-direction:column;gap:16px}.product-thumbs{display:flex;gap:14px;flex-wrap:wrap}.product-thumb{width:96px;height:96px;border-radius:8px;overflow:hidden;padding:0;border:2px solid transparent;cursor:pointer;background:var(--cream-panel)}.product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-thumb.is-active{border-color:var(--pink)}.product-meta{font-size:14px;color:var(--ink-faint);letter-spacing:1px;margin-bottom:14px}.product-title{font-size:54px;margin:0;font-weight:400;line-height:1.12}.product-price{font-size:36px;color:var(--coral);margin-top:20px;display:inline-block;position:relative;padding-bottom:10px}.product-price:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;border-radius:2px;background:linear-gradient(to right,var(--pink),var(--coral),var(--mustard),var(--olive),var(--teal),var(--blue))}.product-description{font-size:17px;color:var(--ink-muted);margin-top:26px;line-height:1.7;max-width:480px}.product-form{display:flex;align-items:center;gap:18px;margin-top:36px}.qty-selector{border:1px solid #C9BCA0;border-radius:6px;padding:14px 22px;font-size:18px;display:flex;align-items:center;gap:18px}.qty-selector input{width:44px;text-align:center;border:none;background:none;font-family:inherit;font-size:18px}.product-form .btn{padding:16px 36px;font-size:18px}.shipping-note{margin-top:40px;padding-top:26px;border-top:1px solid var(--cream-line);font-size:13px;color:var(--ink-faint);letter-spacing:.5px}.cart-page{padding:20px 32px 30px;display:grid;grid-template-columns:2fr 1fr;gap:40px}.cart-title{padding:30px 32px 10px;font-size:28px;font-weight:400}.cart-line{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--cream-line);align-items:center}.cart-line-image{background:var(--cream-panel);border-radius:6px;width:70px;height:70px;flex-shrink:0;overflow:hidden}.cart-line-image img{width:100%;height:100%;object-fit:cover}.cart-line-title{font-size:14px}.cart-line-meta{font-size:11px;color:var(--ink-faint);margin-top:4px}.cart-line-qty{font-size:12px;color:var(--ink-muted)}.cart-line-price{font-size:14px;color:var(--coral)}.order-summary{background:var(--cream-panel);border-radius:8px;padding:24px;align-self:start}.order-summary h2{font-size:16px;margin:0 0 16px;font-weight:400}.summary-row{display:flex;justify-content:space-between;font-size:13px;color:var(--ink-muted);margin-bottom:8px}.summary-total{display:flex;justify-content:space-between;font-size:16px;border-top:1px solid var(--cream-line);padding-top:14px;margin-bottom:20px}.empty-cart{padding:40px 32px;font-size:14px}@media(max-width:700px){.collection-grid,.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.collection-grid-bold{grid-template-columns:1fr}.collection-grid-bold-heading{font-size:28px}.product-page,.cart-page{grid-template-columns:1fr;gap:28px}.site-header{padding:18px 20px}.logo,.template-index .logo{font-size:24px}.logo .inc{font-size:60%}.nav-toggle-label{display:flex}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;padding:8px 20px 16px;z-index:10}.chrome-dark .site-nav{background:var(--dark-bg)}.chrome-light .site-nav{background:var(--cream)}.site-nav a{padding:12px 0;border-bottom:1px solid}.chrome-dark .site-nav a{border-color:var(--dark-line)}.chrome-light .site-nav a{border-color:var(--cream-line)}.nav-toggle-input:checked~.site-nav{display:flex}.hero{padding:40px 20px;min-height:60vh}.hero h1{font-size:30px}.hero p{font-size:13px}.section-block{padding:0 20px 32px}.collection-header{padding:24px 20px 8px}.collection-header h1{font-size:24px}.product-page{padding:24px 20px}.product-title{font-size:24px}.product-image{min-height:220px}.product-card-image{height:180px}.cart-title{padding:24px 20px 8px;font-size:22px}.cart-page{padding:16px 20px 24px}.cart-line{flex-wrap:wrap}.site-footer{padding:24px 20px;flex-direction:column;gap:6px;text-align:center}.footer-left{align-items:center}.footer-links{justify-content:center}}@media(max-width:420px){.collection-grid,.product-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/theme.css.map */
