.store-main{min-height:60vh;padding-top:80px}.store-hero{background:linear-gradient(135deg,var(--cream)0%,var(--cream-dk)50%,#e8d8b8 100%);text-align:center;padding:clamp(48px,6vw,80px) 0}.store-hero .section-eyebrow{margin-bottom:8px}.store-hero .section-heading{margin-bottom:16px}.store-hero-sub{color:var(--muted);max-width:560px;margin:0 auto 32px;font-size:1.1rem}.store-categories{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;padding:clamp(48px,6vw,80px) 0;display:grid}.store-category-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition);color:inherit;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.store-category-card:hover{box-shadow:var(--shadow-lg);color:inherit;transform:translateY(-4px)}.store-category-card-img{background:var(--cream);justify-content:center;align-items:center;height:200px;font-size:3.5rem;display:flex}.store-category-card-body{flex:1;padding:24px}.store-category-card-body h3{font-family:var(--font-serif);color:var(--ink);margin-bottom:8px;font-size:1.35rem}.store-category-card-body p{color:var(--muted);font-size:.95rem;line-height:1.55}.store-category-card-arrow{color:var(--red);padding:0 24px 20px;font-size:.9rem;font-weight:600}.store-soaps-cta{background:var(--cream);border-radius:var(--radius);align-items:center;gap:24px;margin-top:12px;padding:32px;display:flex}.store-soaps-cta-icon{flex-shrink:0;font-size:2.5rem}.store-soaps-cta-body h4{font-family:var(--font-serif);margin-bottom:4px;font-size:1.15rem}.store-soaps-cta-body p{color:var(--muted);margin-bottom:12px;font-size:.9rem}.store-soaps-cta-body a{font-size:.9rem;font-weight:600}.store-featured{padding:clamp(48px,6vw,80px) 0}.store-featured .section-header{text-align:center;margin-bottom:40px}.store-product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}.store-product-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition);color:inherit;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.store-product-card:hover{box-shadow:var(--shadow-lg);color:inherit;transform:translateY(-3px)}.store-product-card-img{aspect-ratio:1;background:var(--cream);justify-content:center;align-items:center;display:flex;overflow:hidden}.store-product-card-img img{object-fit:cover;width:100%;height:100%}.store-product-card-img .placeholder-icon{color:var(--muted);opacity:.4;font-size:3rem}.store-product-card-body{flex-direction:column;flex:1;padding:16px 20px 20px;display:flex}.store-product-card-body h3{font-family:var(--font-serif);color:var(--ink);margin-bottom:4px;font-size:1.1rem;line-height:1.3}.store-product-card-category{text-transform:uppercase;letter-spacing:.12em;color:var(--red);margin-bottom:8px;font-size:.75rem;font-weight:700}.store-product-card-price{color:var(--ink);margin-top:auto;font-size:1.05rem;font-weight:700}.store-product-card-price .compare-at{color:var(--muted);margin-left:8px;font-size:.9rem;font-weight:400;text-decoration:line-through}.store-product-detail{padding:clamp(32px,4vw,64px) 0}.store-product-layout{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}@media (max-width:768px){.store-product-layout{grid-template-columns:1fr;gap:32px}}.store-product-gallery{aspect-ratio:1;background:var(--cream);border-radius:var(--radius);justify-content:center;align-items:center;display:flex;overflow:hidden}.store-product-gallery img{object-fit:cover;width:100%;height:100%}.store-product-gallery .placeholder-icon{color:var(--muted);opacity:.4;font-size:4rem}.store-product-info h1{font-family:var(--font-serif);margin-bottom:8px;font-size:clamp(1.5rem,3vw,2rem)}.store-product-price{color:var(--red);margin-bottom:20px;font-size:1.4rem;font-weight:700}.store-product-price .compare-at{color:var(--muted);margin-left:10px;font-size:1rem;font-weight:400;text-decoration:line-through}.store-product-description{color:var(--muted);margin-bottom:28px;line-height:1.7}.store-product-variants{margin-bottom:24px}.store-variant-group{margin-bottom:16px}.store-variant-group label{text-transform:uppercase;letter-spacing:.08em;color:var(--ink);margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.store-variant-options{flex-wrap:wrap;gap:8px;display:flex}.store-variant-btn{border:2px solid var(--cream-dk);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;font-size:.9rem;font-family:var(--font-sans);transition:border-color var(--transition),background var(--transition);padding:8px 18px}.store-variant-btn:hover{border-color:var(--red)}.store-variant-btn.active{border-color:var(--red);background:var(--red);color:var(--white)}.store-qty-row{align-items:center;gap:16px;margin-bottom:24px;display:flex}.store-qty-control{border:2px solid var(--cream-dk);border-radius:var(--radius-sm);align-items:center;display:flex;overflow:hidden}.store-qty-control button{background:var(--cream);cursor:pointer;width:40px;height:40px;font-size:1.1rem;font-family:var(--font-sans);transition:background var(--transition);border:none}.store-qty-control button:hover{background:var(--cream-dk)}.store-qty-control span{text-align:center;width:48px;font-size:1rem;font-weight:600}.store-add-to-cart{background:var(--red);width:100%;color:var(--white);border-radius:var(--radius-sm);font-family:var(--font-sans);cursor:pointer;transition:background var(--transition);border:none;padding:14px 32px;font-size:1rem;font-weight:700}.store-add-to-cart:hover{background:var(--red-dark)}.store-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.store-view-cart-btn{width:100%;color:var(--bark,#5c3a1e);border:2px solid var(--bark,#5c3a1e);border-radius:var(--radius-sm);font-family:var(--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}.store-view-cart-btn:hover{background:var(--bark,#5c3a1e);color:var(--white)}.store-provider-badge{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-top:16px;font-size:.75rem;font-weight:600;display:inline-block}.store-breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px;font-size:.85rem;display:flex}.store-breadcrumb a{color:var(--muted);font-weight:500}.store-breadcrumb a:hover{color:var(--red)}.store-breadcrumb .sep{color:var(--cream-dk)}.store-cart{padding:clamp(32px,4vw,64px) 0}.store-cart h1{font-family:var(--font-serif);margin-bottom:32px;font-size:clamp(1.5rem,3vw,2rem)}.store-cart-empty{text-align:center;color:var(--muted);padding:64px 0}.store-cart-empty p{margin-bottom:24px;font-size:1.1rem}.store-cart-layout{grid-template-columns:1fr 340px;align-items:start;gap:40px;display:grid}@media (max-width:768px){.store-cart-layout{grid-template-columns:1fr}}.store-cart-items{flex-direction:column;gap:16px;display:flex}.store-cart-item{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);gap:16px;padding:16px;display:flex}.store-cart-item-img{border-radius:var(--radius-sm);background:var(--cream);flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.store-cart-item-img img{object-fit:cover;width:100%;height:100%}.store-cart-item-info{flex:1;min-width:0}.store-cart-item-info h3{font-family:var(--font-serif);margin-bottom:4px;font-size:1rem}.store-cart-item-variant{color:var(--muted);margin-bottom:8px;font-size:.8rem}.store-cart-item-actions{align-items:center;gap:12px;display:flex}.store-cart-item-price{white-space:nowrap;margin-left:auto;font-weight:700}.store-cart-item-remove{color:var(--muted);cursor:pointer;font-size:.8rem;font-family:var(--font-sans);background:0 0;border:none;text-decoration:underline}.store-cart-item-remove:hover{color:var(--red)}.store-cart-summary{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px;position:sticky;top:100px}.store-cart-summary h2{font-family:var(--font-serif);margin-bottom:20px;font-size:1.2rem}.store-cart-summary-row{justify-content:space-between;margin-bottom:12px;font-size:.95rem;display:flex}.store-cart-summary-row.total{border-top:2px solid var(--cream-dk);margin-top:4px;padding-top:12px;font-size:1.1rem;font-weight:700}.store-checkout-btn{background:var(--red);width:100%;color:var(--white);border-radius:var(--radius-sm);font-family:var(--font-sans);cursor:pointer;transition:background var(--transition);border:none;margin-top:20px;padding:14px;font-size:1rem;font-weight:700}.store-checkout-btn:hover{background:var(--red-dark)}.store-checkout-btn:disabled{opacity:.5;cursor:not-allowed}.store-cart-summary .shipping-note{color:var(--muted);text-align:center;margin-top:12px;font-size:.8rem}.store-category-hero{background:var(--cream);text-align:center;padding:clamp(40px,5vw,64px) 0}.store-category-hero .section-heading{margin-bottom:8px}.store-category-hero p{color:var(--muted);max-width:520px;margin:0 auto}.store-category-products{padding:clamp(32px,4vw,64px) 0}.store-cart-link{color:var(--ink);align-items:center;gap:4px;font-weight:600;text-decoration:none;display:flex;position:relative}.store-cart-badge{background:var(--red);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-10px}.store-section-gap{margin-bottom:32px}.store-packs{padding:clamp(48px,6vw,80px) 0}.store-pack-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:32px;display:grid}.store-pack-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;padding:28px;display:flex}.store-pack-icon{margin-bottom:12px;font-size:2rem}.store-pack-card h3{font-family:var(--font-serif);margin-bottom:4px;font-size:1.2rem}.store-pack-tagline{color:var(--green);margin-bottom:12px;font-size:.85rem;font-weight:600}.store-pack-desc{color:var(--muted);margin-bottom:16px;font-size:.9rem;line-height:1.6}.store-pack-supplements{flex-wrap:wrap;gap:6px;margin:0 0 20px;padding:0;list-style:none;display:flex}.store-pack-supplements li{background:var(--cream);color:var(--ink-mid);border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600}.store-pack-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.store-pack-price{color:var(--ink);font-size:1.2rem;font-weight:700}.store-pack-price small{color:var(--muted);font-size:.7rem;font-weight:400}.store-pack-add{width:auto;padding:10px 24px;font-size:.9rem}.store-pack-custom-note{background:var(--cream);border-radius:var(--radius);text-align:center;color:var(--muted);padding:24px 28px;font-size:.9rem}.store-pack-custom-note a{color:var(--red);font-weight:600}.store-order{padding:clamp(32px,4vw,64px) 0}.store-order h1{font-family:var(--font-serif);margin-bottom:8px;font-size:clamp(1.5rem,3vw,2rem)}.store-order-id{color:var(--muted);margin-bottom:32px;font-size:.85rem}.store-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}.store-order-status.paid{color:#1a7a2e;background:#dff5e3}.store-order-status.fulfilling{color:#856404;background:#fef3cd}.store-order-status.shipped{color:#0c5460;background:#d1ecf1}.store-order-status.delivered{color:#1a7a2e;background:#dff5e3}.store-order-status.cancelled{color:#721c24;background:#f8d7da}.store-order-status.pending{background:var(--cream);color:var(--muted)}.store-order-items{margin-bottom:32px}.store-order-item{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);gap:16px;margin-bottom:12px;padding:16px;display:flex}.store-order-item-info{flex:1}.store-order-item-info h3{font-family:var(--font-serif);margin-bottom:4px;font-size:1rem}.store-order-item-meta{color:var(--muted);font-size:.8rem}.store-order-item-tracking{margin-top:8px}.store-order-item-tracking a{font-size:.85rem;font-weight:600}.store-order-fulfillment-badge{text-transform:uppercase;letter-spacing:.06em;border-radius:12px;padding:2px 10px;font-size:.7rem;font-weight:700;display:inline-block}.store-order-fulfillment-badge.pending{background:var(--cream);color:var(--muted)}.store-order-fulfillment-badge.submitted,.store-order-fulfillment-badge.processing{color:#856404;background:#fef3cd}.store-order-fulfillment-badge.shipped{color:#0c5460;background:#d1ecf1}.store-order-fulfillment-badge.delivered{color:#1a7a2e;background:#dff5e3}.store-order-fulfillment-badge.failed{color:#721c24;background:#f8d7da}.store-order-summary{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);max-width:400px;padding:24px}.store-toast{background:var(--green);color:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);z-index:1000;padding:14px 24px;font-size:.9rem;font-weight:600;animation:.3s store-toast-in,.3s 2.7s forwards store-toast-out;position:fixed;bottom:24px;right:24px}@keyframes store-toast-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes store-toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.store-cart-fab{z-index:1000;background:var(--bark,#5c3a1e);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 store-toast-in;display:flex;position:fixed;bottom:96px;right:24px;box-shadow:0 4px 16px #00000040}.store-cart-fab:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000004d}.store-cart-fab-count{background:var(--apple-red,#c0392b);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex}
