.product-hero-section{padding:7rem 0 4rem;background-color:var(--surface-light)}[data-theme=dark] .product-hero-section{background-color:var(--background-dark)}.product-hero-section .container{max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.product-hero-section .container{padding:0 1.5rem}}@media(min-width:1024px){.product-hero-section .container{padding:0 2rem}}.product-hero-section .breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-muted);margin-bottom:2rem}.product-hero-section .breadcrumb a{color:var(--text-muted);transition:color .2s}.product-hero-section .breadcrumb a:hover{color:var(--primary)}.product-hero-section .breadcrumbSep{color:#d1d5db}.product-hero-section .breadcrumbCurrent{color:var(--primary);font-weight:600}[data-theme=dark] .product-hero-section .breadcrumbSep{color:#4b5563}.product-hero-section .grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.product-hero-section .grid{grid-template-columns:1fr 1fr;gap:4rem}}.product-hero-section .imageColumn{display:flex;flex-direction:column;gap:1rem}.product-hero-section .mainImageWrapper{position:relative;aspect-ratio:1 / 1;border-radius:1rem;overflow:hidden;background:#fff;box-shadow:0 4px 15px #0000000d;display:flex;align-items:center;justify-content:center}[data-theme=dark] .product-hero-section .mainImageWrapper{background:#f5f5f5;box-shadow:0 4px 15px #0003}.product-hero-section .bestSellerBadge{position:absolute;top:1rem;left:1rem;padding:.35rem .85rem;border-radius:.375rem;background:var(--primary);color:#fff;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;z-index:2}.product-hero-section .mainImage{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.product-hero-section .mainImage:hover{transform:scale(1.03)}.product-hero-section .thumbnailRow{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.product-hero-section .thumbnail{aspect-ratio:1 / 1;border-radius:.5rem;border:2px solid transparent;overflow:hidden;cursor:pointer;background-color:#fff;padding:0;transition:all .2s}.product-hero-section .thumbnail img{width:100%;height:100%;object-fit:cover}.product-hero-section .thumbnailActive{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.product-hero-section .thumbnail:hover:not(.thumbnailActive){border-color:#d1d5db}[data-theme=dark] .product-hero-section .thumbnail{background-color:#fff}.product-hero-section .detailsColumn{display:flex;flex-direction:column;gap:1rem}.product-hero-section .title{font-family:var(--font-space-grotesk),"Space Grotesk",sans-serif;font-size:2.25rem;font-weight:700;line-height:1.15;color:var(--text-main);margin:0}@media(min-width:640px){.product-hero-section .title{font-size:2.75rem}}[data-theme=dark] .product-hero-section .title{color:#fff}.product-hero-section .titleHighlight{background:linear-gradient(135deg,var(--primary),var(--primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-hero-section .subtitle{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--primary);margin:0}.product-hero-section .subtitleIcon{font-size:1rem}.product-hero-section .statusRow{margin-bottom:1rem;display:flex}.product-hero-section .stockBadge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:4px;background-color:#f0fdf4;border:1px solid #dcfce7;font-size:.7rem;font-weight:700;color:#166534;text-transform:uppercase;letter-spacing:.05em}.product-hero-section .stockDot{width:6px;height:6px;border-radius:50%;background-color:#22c55e;box-shadow:0 0 10px #22c55e66;animation:stockPulse 2s infinite ease-in-out}@keyframes stockPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.9)}to{opacity:1;transform:scale(1)}}[data-theme=dark] .product-hero-section .stockBadge{background-color:#22c55e0d;border-color:#22c55e33;color:#4ade80}.product-hero-section .description{font-family:var(--font-inter),sans-serif;font-size:.95rem;line-height:1.7;color:var(--text-muted);margin:0}[data-theme=dark] .product-hero-section .description{color:#9ca3af}.product-hero-section .featurePills{display:flex;flex-wrap:wrap;gap:.5rem}.product-hero-section .pill{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .8rem;border-radius:9999px;background-color:#ff57220f;border:1px solid rgba(255,87,34,.15);color:var(--text-main);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.product-hero-section .pillIcon{font-size:.9rem;color:var(--primary)}[data-theme=dark] .product-hero-section .pill{color:#e5e7eb;background-color:#ff572214;border-color:#ff572233}.product-hero-section .disclaimer{display:flex;align-items:flex-start;gap:.6rem;padding:.85rem 1rem;border-radius:.5rem;background-color:#f9fafb;border:1px solid #e5e7eb}[data-theme=dark] .product-hero-section .disclaimer{background-color:#ffffff08;border-color:#ffffff14}.product-hero-section .disclaimerIcon{color:#3b82f6;font-size:1.1rem;flex-shrink:0;margin-top:.1rem}.product-hero-section .disclaimerText{font-size:.75rem;color:var(--text-muted);margin:0;line-height:1.5}[data-theme=dark] .product-hero-section .disclaimerText{color:#9ca3af}.product-hero-section .tierSelection{display:flex;flex-direction:column;gap:.5rem}.product-hero-section .tierRow{position:relative;display:flex;align-items:center;gap:.5rem;padding:.85rem .75rem;border-radius:.5rem;border:1.5px solid #e5e7eb;cursor:pointer;transition:all .2s;background-color:transparent}.product-hero-section .tierRow:hover{border-color:#d1d5db;background-color:#fafafa}[data-theme=dark] .product-hero-section .tierRow{border-color:#ffffff14}[data-theme=dark] .product-hero-section .tierRow:hover{border-color:#ffffff26;background-color:#ffffff05}.product-hero-section .tierRowActive{border-color:var(--primary)!important;background-color:#ff57220d!important}[data-theme=dark] .product-hero-section .tierRowActive{background-color:#ff57221a!important;border-color:var(--primary)!important}.product-hero-section .tierRowRecommended{position:relative}.product-hero-section .tierRadio{flex-shrink:0;display:flex;align-items:center}.product-hero-section .radioInput{display:none}.product-hero-section .radioCircle{width:18px;height:18px;border-radius:50%;border:2px solid #d1d5db;position:relative;transition:all .2s}.product-hero-section .tierRowActive .radioCircle{border-color:var(--primary)}.product-hero-section .tierRowActive .radioCircle:after{content:"";position:absolute;top:3px;left:3px;width:8px;height:8px;border-radius:50%;background-color:var(--primary)}[data-theme=dark] .product-hero-section .radioCircle{border-color:#4b5563}.product-hero-section .tierInfo{flex:1;min-width:0}.product-hero-section .tierNameRow{display:flex;align-items:baseline;gap:.35rem;flex-wrap:wrap}.product-hero-section .tierName{font-weight:700;font-size:1rem;color:var(--text-main)}[data-theme=dark] .product-hero-section .tierName{color:#fff}.product-hero-section .tierPromoText{font-size:.9rem;font-weight:700;color:var(--primary)}.product-hero-section .tierMeta{font-size:.8rem;font-weight:500;color:#888;display:block;margin-top:.25rem}[data-theme=dark] .product-hero-section .tierMeta{color:#9ca3af}.product-hero-section .tierPriceCol{text-align:right;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.product-hero-section .tierPrice{font-family:var(--font-inter),sans-serif;font-weight:700;font-size:1.25rem;color:var(--text-main);line-height:1}[data-theme=dark] .product-hero-section .tierPrice{color:#fff}.product-hero-section .tierSavings{display:flex;flex-direction:column;align-items:flex-end;margin-top:.2rem}.product-hero-section .tierOriginalPrice{font-size:.8rem;color:var(--text-muted);text-decoration:line-through;opacity:.6}.product-hero-section .tierSavingsText{font-size:.8rem;font-weight:700;color:#00a67e}.product-hero-section .tierBadge{position:absolute;top:-14px;right:12px;padding:.25rem .75rem;border-radius:4px;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;z-index:10}.product-hero-section .tierBadgeRecommended{background:var(--primary);color:#fff}.product-hero-section .tierBadgeBestValue{background:#00a67e;color:#fff}.product-hero-section .actionRow{display:flex;align-items:center;gap:1rem;margin-top:.5rem;flex-wrap:wrap}@media(max-width:480px){.product-hero-section .actionRow{flex-direction:column;align-items:stretch}}.product-hero-section .quantityStepper{display:flex;align-items:center;border:1.5px solid #e5e7eb;border-radius:.5rem;overflow:hidden;flex-shrink:0}[data-theme=dark] .product-hero-section .quantityStepper{border-color:#ffffff1a}.product-hero-section .stepperBtn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;font-size:1.1rem;color:var(--text-main);cursor:pointer;transition:background-color .15s}.product-hero-section .stepperBtn:hover:not(:disabled){background-color:#f3f4f6}.product-hero-section .stepperBtn:disabled{opacity:.3;cursor:not-allowed}[data-theme=dark] .product-hero-section .stepperBtn{color:#fff}[data-theme=dark] .product-hero-section .stepperBtn:hover:not(:disabled){background-color:#ffffff0d}.product-hero-section .stepperValue{width:2.5rem;text-align:center;font-weight:700;font-size:.95rem;color:var(--text-main);border:none;border-left:1.5px solid #e5e7eb;border-right:1.5px solid #e5e7eb;height:2.5rem;display:flex;align-items:center;justify-content:center;background:transparent;-moz-appearance:textfield;-webkit-appearance:none;appearance:none}.product-hero-section .stepperValue:focus{outline:none}.product-hero-section .stepperValue::-webkit-inner-spin-button,.product-hero-section .stepperValue::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-theme=dark] .product-hero-section .stepperValue{color:#fff;border-color:#ffffff1a}.product-hero-section .addToCartBtn{flex:1;height:auto;min-height:2.75rem;padding:.5rem 1rem;font-size:.85rem;font-weight:800;border-radius:.5rem;white-space:normal;display:flex;align-items:center;justify-content:center;gap:.5rem;line-height:1.2}.product-hero-section .shippingNote{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-muted);margin:0;justify-content:center}.product-hero-section .shippingIcon{font-size:1rem;color:var(--text-muted)}[data-theme=dark] .product-hero-section .shippingNote{color:#9ca3af}.product-hero-section .trustGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem .75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05)}@media(min-width:640px){.product-hero-section .trustGrid{grid-template-columns:repeat(3,1fr)}}[data-theme=dark] .product-hero-section .trustGrid{border-top-color:#ffffff0d}.product-hero-section .trustItem{display:flex;align-items:center;gap:.4rem}.product-hero-section .trustIcon{font-size:1.1rem;color:var(--primary)}.product-hero-section .trustLabel{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-main)}[data-theme=dark] .product-hero-section .trustLabel{color:#e5e7eb}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-product-hero.css.map */
