.shop-scope{--shop-teal:#289cae;--shop-teal-dark:#1d7c8c;--shop-teal-light:#31b9ce;--shop-white:#fff;--shop-cream:#f0f9fc;--shop-cream-dk:#d8e9ee;--shop-cream-deep:#bcdae1;--shop-bark:#0f4a55;--shop-ink:#0f1f24;--shop-ink-mid:#2f4a52;--shop-muted:#6b7e85;--shop-green:#289cae;--shop-radius:12px;--shop-radius-sm:8px;--shop-shadow:0 2px 8px #289cae1a;--shop-shadow-lg:0 8px 24px #289cae2e;--shop-transition:.18s ease;--shop-font-serif:"Montserrat",Georgia,serif;--shop-font-sans:"Lato",Arial,sans-serif;color:var(--shop-ink);font-family:var(--shop-font-sans)}.shop-scope .shop-container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.shop-scope .shop-section-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--shop-teal);margin-bottom:10px;font-size:.78rem;font-weight:700;display:inline-block}.shop-scope .shop-section-heading{font-family:var(--shop-font-serif);color:var(--shop-ink);margin:0;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.15}.shop-scope .shop-section-heading em{color:var(--shop-teal);font-style:italic;font-weight:500}.shop-scope .shop-btn-primary{background:var(--shop-teal);color:var(--shop-white);border-radius:var(--shop-radius-sm);transition:background var(--shop-transition);cursor:pointer;border:none;padding:12px 28px;font-weight:700;text-decoration:none;display:inline-block}.shop-scope .shop-btn-primary:hover{background:var(--shop-teal-dark);color:var(--shop-white)}.shop-hero{background:linear-gradient(135deg,var(--shop-white)0%,var(--shop-cream)55%,var(--shop-cream-deep)100%);text-align:center;padding:clamp(48px,6vw,80px) 0}.shop-hero .shop-section-eyebrow{margin-bottom:8px}.shop-hero .shop-section-heading{margin-bottom:16px}.shop-hero-sub{color:var(--shop-muted);max-width:560px;margin:0 auto 32px;font-size:1.1rem}.shop-categories{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;padding:clamp(48px,6vw,80px) 0;display:grid}.shop-category-card{background:var(--shop-white);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);transition:transform var(--shop-transition),box-shadow var(--shop-transition);color:inherit;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.shop-category-card:hover{box-shadow:var(--shop-shadow-lg);color:inherit;transform:translateY(-4px)}.shop-category-card-img{background:var(--shop-cream);justify-content:center;align-items:center;height:200px;font-size:3.5rem;display:flex}.shop-category-card-body{flex:1;padding:24px}.shop-category-card-body h3{font-family:var(--shop-font-serif);color:var(--shop-ink);margin:0 0 8px;font-size:1.35rem}.shop-category-card-body p{color:var(--shop-muted);margin:0;font-size:.95rem;line-height:1.55}.shop-category-card-arrow{color:var(--shop-teal);padding:0 24px 20px;font-size:.9rem;font-weight:600}.shop-featured{padding:clamp(48px,6vw,80px) 0}.shop-featured .shop-section-header{text-align:center;margin-bottom:40px}.shop-featured .shop-section-header .shop-section-eyebrow{margin-bottom:8px}.shop-product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}.shop-product-card{background:var(--shop-white);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);transition:transform var(--shop-transition),box-shadow var(--shop-transition);color:inherit;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.shop-product-card:hover{box-shadow:var(--shop-shadow-lg);color:inherit;transform:translateY(-3px)}.shop-product-card-img{aspect-ratio:1;background:var(--shop-cream);justify-content:center;align-items:center;display:flex;overflow:hidden}.shop-product-card-img img{object-fit:cover;width:100%;height:100%}.shop-product-card-img .shop-placeholder-icon{color:var(--shop-muted);opacity:.4;font-size:3rem}.shop-product-card-body{flex-direction:column;flex:1;padding:16px 20px 20px;display:flex}.shop-product-card-body h3{font-family:var(--shop-font-serif);color:var(--shop-ink);margin:0 0 4px;font-size:1.1rem;line-height:1.3}.shop-product-card-category{text-transform:uppercase;letter-spacing:.12em;color:var(--shop-teal);margin-bottom:8px;font-size:.75rem;font-weight:700}.shop-product-card-price{color:var(--shop-ink);margin-top:auto;font-size:1.05rem;font-weight:700}.shop-product-card-price .shop-compare-at{color:var(--shop-muted);margin-left:8px;font-size:.9rem;font-weight:400;text-decoration:line-through}.shop-product-detail{padding:clamp(32px,4vw,64px) 0}.shop-product-layout{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}@media (max-width:768px){.shop-product-layout{grid-template-columns:1fr;gap:32px}}.shop-product-gallery{aspect-ratio:1;background:var(--shop-cream);border-radius:var(--shop-radius);justify-content:center;align-items:center;display:flex;overflow:hidden}.shop-product-gallery img{object-fit:cover;width:100%;height:100%}.shop-product-gallery .shop-placeholder-icon{color:var(--shop-muted);opacity:.4;font-size:4rem}.shop-product-info h1{font-family:var(--shop-font-serif);margin:0 0 8px;font-size:clamp(1.5rem,3vw,2rem)}.shop-product-price{color:var(--shop-teal);margin:0 0 20px;font-size:1.4rem;font-weight:700}.shop-product-price .shop-compare-at{color:var(--shop-muted);margin-left:10px;font-size:1rem;font-weight:400;text-decoration:line-through}.shop-product-description{color:var(--shop-muted);margin-bottom:28px;line-height:1.7}.shop-product-variants{margin-bottom:24px}.shop-variant-group{margin-bottom:16px}.shop-variant-group label{text-transform:uppercase;letter-spacing:.08em;color:var(--shop-ink);margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.shop-variant-options{flex-wrap:wrap;gap:8px;display:flex}.shop-variant-btn{border:2px solid var(--shop-cream-dk);border-radius:var(--shop-radius-sm);background:var(--shop-white);cursor:pointer;font-size:.9rem;font-family:var(--shop-font-sans);transition:border-color var(--shop-transition),background var(--shop-transition);padding:8px 18px}.shop-variant-btn:hover{border-color:var(--shop-teal)}.shop-variant-btn.active{border-color:var(--shop-teal);background:var(--shop-teal);color:var(--shop-white)}.shop-qty-row{align-items:center;gap:16px;margin-bottom:24px;display:flex}.shop-qty-control{border:2px solid var(--shop-cream-dk);border-radius:var(--shop-radius-sm);align-items:center;display:flex;overflow:hidden}.shop-qty-control button{background:var(--shop-cream);cursor:pointer;width:40px;height:40px;font-size:1.1rem;font-family:var(--shop-font-sans);transition:background var(--shop-transition);border:none}.shop-qty-control button:hover{background:var(--shop-cream-dk)}.shop-qty-control span{text-align:center;width:48px;font-size:1rem;font-weight:600}.shop-add-to-cart{background:var(--shop-teal);width:100%;color:var(--shop-white);border-radius:var(--shop-radius-sm);font-family:var(--shop-font-sans);cursor:pointer;transition:background var(--shop-transition);border:none;padding:14px 32px;font-size:1rem;font-weight:700}.shop-add-to-cart:hover{background:var(--shop-teal-dark)}.shop-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.shop-view-cart-btn{width:100%;color:var(--shop-bark);border:2px solid var(--shop-bark);border-radius:var(--shop-radius-sm);font-family:var(--shop-font-sans);text-align:center;cursor:pointer;background:0 0;margin-top:10px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:block}.shop-view-cart-btn:hover{background:var(--shop-bark);color:var(--shop-white)}.shop-provider-badge{text-transform:uppercase;letter-spacing:.1em;color:var(--shop-muted);margin-top:16px;font-size:.75rem;font-weight:600;display:inline-block}.shop-breadcrumb{color:var(--shop-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px;font-size:.85rem;display:flex}.shop-breadcrumb a{color:var(--shop-muted);font-weight:500;text-decoration:none}.shop-breadcrumb a:hover{color:var(--shop-teal)}.shop-breadcrumb .shop-sep{color:var(--shop-cream-dk)}.shop-cart{padding:clamp(32px,4vw,64px) 0}.shop-cart h1{font-family:var(--shop-font-serif);margin-bottom:32px;font-size:clamp(1.5rem,3vw,2rem)}.shop-cart-empty{text-align:center;color:var(--shop-muted);padding:64px 0}.shop-cart-empty p{margin-bottom:24px;font-size:1.1rem}.shop-cart-layout{grid-template-columns:1fr 340px;align-items:start;gap:40px;display:grid}@media (max-width:768px){.shop-cart-layout{grid-template-columns:1fr}}.shop-cart-items{flex-direction:column;gap:16px;display:flex}.shop-cart-item{background:var(--shop-white);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);gap:16px;padding:16px;display:flex}.shop-cart-item-img{border-radius:var(--shop-radius-sm);background:var(--shop-cream);flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.shop-cart-item-img img{object-fit:cover;width:100%;height:100%}.shop-cart-item-info{flex:1;min-width:0}.shop-cart-item-info h3{font-family:var(--shop-font-serif);margin:0 0 4px;font-size:1rem}.shop-cart-item-info h3 a{color:inherit;text-decoration:none}.shop-cart-item-variant{color:var(--shop-muted);margin:0 0 8px;font-size:.8rem}.shop-cart-item-actions{align-items:center;gap:12px;display:flex}.shop-cart-item-price{white-space:nowrap;margin-left:auto;font-weight:700}.shop-cart-item-remove{color:var(--shop-muted);cursor:pointer;font-size:.8rem;font-family:var(--shop-font-sans);background:0 0;border:none;text-decoration:underline}.shop-cart-item-remove:hover{color:var(--shop-teal)}.shop-cart-summary{background:var(--shop-white);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);padding:28px;position:sticky;top:100px}.shop-cart-summary h2{font-family:var(--shop-font-serif);margin:0 0 20px;font-size:1.2rem}.shop-cart-summary-row{justify-content:space-between;margin-bottom:12px;font-size:.95rem;display:flex}.shop-cart-summary-row.total{border-top:2px solid var(--shop-cream-dk);margin-top:4px;padding-top:12px;font-size:1.1rem;font-weight:700}.shop-checkout-btn{background:var(--shop-teal);width:100%;color:var(--shop-white);border-radius:var(--shop-radius-sm);font-family:var(--shop-font-sans);cursor:pointer;transition:background var(--shop-transition);border:none;margin-top:20px;padding:14px;font-size:1rem;font-weight:700}.shop-checkout-btn:hover{background:var(--shop-teal-dark)}.shop-checkout-btn:disabled{opacity:.5;cursor:not-allowed}.shop-cart-summary .shop-shipping-note{color:var(--shop-muted);text-align:center;margin-top:12px;font-size:.8rem}.shop-category-hero{background:linear-gradient(135deg,var(--shop-white)0%,var(--shop-cream)100%);text-align:center;padding:clamp(40px,5vw,64px) 0}.shop-category-hero .shop-section-heading{margin-bottom:8px}.shop-category-hero p{color:var(--shop-muted);max-width:560px;margin:0 auto}.shop-category-products{padding:clamp(32px,4vw,64px) 0}.shop-cart-fab{z-index:40;background:var(--shop-bark);color:#fff;border-radius:999px;align-items:center;gap:8px;padding:14px 20px;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;animation:.3s shop-toast-in;display:flex;position:fixed;bottom:96px;right:24px;box-shadow:0 4px 16px #00000040}.shop-cart-fab:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 24px #0000004d}.shop-cart-fab-count{background:var(--shop-teal);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex}.shop-toast{background:var(--shop-green);color:var(--shop-white);border-radius:var(--shop-radius-sm);box-shadow:var(--shop-shadow-lg);z-index:1000;padding:14px 24px;font-size:.9rem;font-weight:600;animation:.3s shop-toast-in,.3s 2.7s forwards shop-toast-out;position:fixed;bottom:24px;right:24px}@keyframes shop-toast-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shop-toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.shop-order{padding:clamp(32px,4vw,64px) 0}.shop-order h1{font-family:var(--shop-font-serif);margin:0 0 8px;font-size:clamp(1.5rem,3vw,2rem)}.shop-order-id{color:var(--shop-muted);margin-bottom:32px;font-size:.85rem}.shop-order-status{text-transform:uppercase;letter-spacing:.08em;border-radius:20px;margin-bottom:24px;padding:4px 14px;font-size:.78rem;font-weight:700;display:inline-block}.shop-order-status.paid{color:#1a7a2e;background:#dff5e3}.shop-order-status.fulfilling{color:#856404;background:#fef3cd}.shop-order-status.shipped{color:#0c5460;background:#d1ecf1}.shop-order-status.delivered{color:#1a7a2e;background:#dff5e3}.shop-order-status.cancelled{color:#721c24;background:#f8d7da}.shop-order-status.pending{background:var(--shop-cream);color:var(--shop-muted)}.shop-order-items{margin-bottom:32px}.shop-order-item{background:var(--shop-white);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);gap:16px;margin-bottom:12px;padding:16px;display:flex}.shop-order-item-info{flex:1}.shop-order-item-info h3{font-family:var(--shop-font-serif);margin:0 0 4px;font-size:1rem}.shop-order-item-meta{color:var(--shop-muted);margin:0 0 4px;font-size:.8rem}.shop-order-item-tracking{margin-top:8px}.shop-order-item-tracking a{color:var(--shop-teal);font-size:.85rem;font-weight:600;text-decoration:none}.shop-order-fulfillment-badge{text-transform:uppercase;letter-spacing:.06em;border-radius:12px;padding:2px 10px;font-size:.7rem;font-weight:700;display:inline-block}.shop-order-fulfillment-badge.pending,.shop-order-fulfillment-badge.awaiting_shipment{background:var(--shop-cream);color:var(--shop-muted)}.shop-order-fulfillment-badge.submitted,.shop-order-fulfillment-badge.processing{color:#856404;background:#fef3cd}.shop-order-fulfillment-badge.shipped{color:#0c5460;background:#d1ecf1}.shop-order-fulfillment-badge.delivered{color:#1a7a2e;background:#dff5e3}.shop-order-fulfillment-badge.failed{color:#721c24;background:#f8d7da}.shop-order-summary{background:var(--shop-white);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);max-width:400px;padding:24px}.shop-footnote{background:var(--shop-cream);border-radius:var(--shop-radius);text-align:center;color:var(--shop-muted);padding:24px 28px;font-size:.9rem}.shop-footnote a{color:var(--shop-teal);font-weight:600}.shop-section-gap{margin-bottom:32px}
