.hero-shop{background:radial-gradient(circle at top left,#fff7df 0,#fffaf0 45%,#fff);border-bottom:1px solid #f7e4bd;padding:56px 20px 40px}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:32px;align-items:center}.hero-eyebrow{font-size:13px;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.hero-copy h1{font-size:32px;line-height:1.2;margin-bottom:12px}.hero-copy p{font-size:15px;color:var(--text-muted);margin-bottom:18px}.hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.hero-pill{border-radius:999px;padding:6px 14px;background:#fff7e3;border:1px solid #f1e0b5;font-size:12px;color:var(--text-muted)}.hero-side-card{background:#fffdf7;border-radius:18px;border:1px solid #f2e3be;box-shadow:var(--shadow-soft);padding:20px 18px;font-size:13px;color:var(--text-muted)}.hero-side-card h3{font-size:15px;margin-bottom:6px;color:var(--text-main)}.hero-side-card ul{padding-left:18px;margin-top:6px}.hero-side-card li{margin-bottom:4px}.shop-toolbar{margin-top:32px;margin-bottom:18px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center;font-size:13px;color:var(--text-muted)}.filter-pills{display:flex;flex-wrap:wrap;gap:8px}.filter-pill{border-radius:999px;padding:6px 14px;border:1px solid #e1d2af;background:#fffdf7;font-size:12px;cursor:pointer}.filter-pill.active{background:var(--yellow);border-color:var(--yellow-dark);color:#3b2c17;font-weight:600}.sort-select{border-radius:999px;border:1px solid #e1d2af;padding:7px 12px;font-size:12px;background:#fffdf7;font-family:inherit;outline:none}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{background:#fff;border-radius:16px;box-shadow:var(--shadow-soft);border:1px solid #f3e4c0;overflow:hidden;display:flex;flex-direction:column;position:relative}.product-badge{position:absolute;top:10px;left:10px;border-radius:999px;padding:4px 10px;font-size:11px;background:#f8c948f2;color:#3b2c17;font-weight:600}.product-media{background:#fff9ec;display:flex;justify-content:center;align-items:center;padding:16px 10px 10px}.product-media img{max-height:190px;object-fit:contain}.product-body{padding:16px 16px 14px;display:flex;flex-direction:column;gap:6px;flex:1}.product-name{font-size:15px;font-weight:600}.product-tags{font-size:11px;color:var(--text-muted)}.product-tags span{border-radius:999px;border:1px solid #f1e0b5;padding:3px 8px;margin-right:4px;background:#fffdf7}.product-desc{font-size:13px;color:var(--text-muted);min-height:42px}.product-meta{margin-top:6px;font-size:12px;color:var(--text-muted)}.product-price-row{margin-top:8px;display:flex;justify-content:space-between;align-items:center;font-size:14px}.product-price{font-weight:600;color:var(--text-main)}.product-footer{margin-top:10px;display:flex;gap:8px}.btn-product{flex:1;background:var(--yellow);border-radius:999px;border:none;padding:8px 10px;font-size:13px;font-weight:600;cursor:pointer;text-align:center}.btn-product:hover{background:var(--yellow-dark)}.btn-secondary{flex:1;background:#fffdf7;border-radius:999px;border:1px solid #f1e0b5;padding:6px 10px;font-size:12px;font-weight:500;cursor:pointer;color:var(--brown)}.btn-secondary:hover{background:#fffaf3}.cta-strip{margin-top:50px;background:var(--bg-cream);border-radius:24px;padding:24px 22px;border:1px solid #f1e0b5;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;font-size:14px;color:var(--text-muted)}.cta-strip strong{color:var(--text-main)}.promo-section{background:#fff9f2;border-radius:24px;margin-top:32px;padding:40px 24px}.promo-section--shop{margin-bottom:24px}.promo-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:20px}.promo-card{background:#fff;border-radius:18px;padding:20px 18px 22px;box-shadow:0 14px 32px #11182714;border:1px solid rgba(249,196,72,.35);display:flex;flex-direction:column;gap:8px}.promo-card--featured{border-color:#f9c448;box-shadow:0 18px 40px #1118271f}.promo-badge{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:4px 10px;border-radius:999px;background:#fff3d0;color:#b67312;margin-bottom:4px}.promo-title{font-size:18px;font-weight:600;margin:0;color:#111827}.promo-desc{margin:4px 0 6px;font-size:14px;line-height:1.6;color:#4b5563}.promo-meta{display:flex;align-items:baseline;gap:8px;margin-top:4px}.promo-price{font-size:16px;font-weight:600;color:#b67312}.promo-old-price{font-size:13px;color:#9ca3af;text-decoration:line-through}.promo-tagline{font-size:13px;color:#6b7280;margin-top:4px}.promo-actions{margin-top:10px;display:flex;flex-direction:column;gap:6px}.promo-link{font-size:14px;color:#b67312;text-decoration:none;font-weight:500}.promo-link:hover{text-decoration:underline}@media (max-width: 960px){.hero-inner{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.hero-copy h1{font-size:26px}.section{margin-top:46px}.section-title{font-size:22px}.cta-strip{border-radius:18px}}@media (max-width: 540px){.products-grid{grid-template-columns:1fr}}@media (min-width: 768px){.promo-section{padding:48px 32px}.promo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/shop.css.map */
