:root{--v2-text: #111;--v2-text-soft: #555;--v2-text-muted: #888;--v2-border: #e5e5e5;--v2-bg: #fff;--v2-bg-soft: #f7f7f7;--v2-accent: #111;--v2-accent-hover: #333;--v2-success: #16a34a;--v2-radius: 8px;--v2-radius-lg: 12px;--v2-shadow: 0 1px 3px rgba(0,0,0,.08);--v2-transition: .15s ease}.product-v2{max-width:1400px;margin:0 auto;padding:0 1.5rem}.product-v2__container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:2rem 0}@media(max-width:900px){.product-v2__container{grid-template-columns:1fr;gap:2rem}}.product-v2__gallery{position:sticky;top:100px;align-self:start}.product-v2__main-image{aspect-ratio:1;background:var(--v2-bg-soft);border-radius:var(--v2-radius-lg);overflow:hidden;margin-bottom:1rem}.product-v2__main-image img{width:100%;height:100%;object-fit:contain}.product-v2__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-v2__thumb{width:80px;height:80px;border:2px solid transparent;border-radius:var(--v2-radius);overflow:hidden;cursor:pointer;background:var(--v2-bg-soft);padding:0;transition:border-color var(--v2-transition)}.product-v2__thumb:hover,.product-v2__thumb.active{border-color:var(--v2-accent)}.product-v2__thumb img{width:100%;height:100%;object-fit:cover}.product-v2__thumb-more{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--v2-bg-soft);border-radius:var(--v2-radius);font-size:.875rem;color:var(--v2-text-soft)}@media(max-width:900px){.product-v2__gallery{position:static}.product-v2__thumb{width:56px;height:56px}}.product-v2__info{padding-top:.5rem}.product-v2__breadcrumb{font-size:.8rem;color:var(--v2-text-muted);margin-bottom:1rem}.product-v2__breadcrumb a{color:inherit;text-decoration:none}.product-v2__breadcrumb a:hover{color:var(--v2-text)}.product-v2__breadcrumb span{margin:0 .35rem}.product-v2__title{font-size:2.5rem;font-weight:600;line-height:1.15;margin:0 0 1rem;color:var(--v2-text);letter-spacing:-.02em}@media(max-width:600px){.product-v2__title{font-size:1.75rem}}.product-v2__reviews-summary{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-v2__stars{position:relative;display:inline-block;font-size:1rem;letter-spacing:1px;color:#ddd}.product-v2__stars-filled{background:linear-gradient(90deg,#fbbf24 calc(var(--rating) / 5 * 100%),#ddd calc(var(--rating) / 5 * 100%));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.product-v2__reviews-link{font-size:.875rem;color:var(--v2-text-soft);text-decoration:underline;text-underline-offset:2px}.product-v2__reviews-link:hover{color:var(--v2-text)}.product-v2__price{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.product-v2__price-current{font-size:2rem;font-weight:600;color:var(--v2-text)}.product-v2__price-compare{font-size:1rem;color:var(--v2-text-muted);text-decoration:line-through}.product-v2__price-badge{font-size:.75rem;font-weight:600;background:var(--v2-success);color:#fff;padding:.25rem .5rem;border-radius:4px}.product-v2__short-desc{font-size:1.1rem;line-height:1.6;color:var(--v2-text-soft);margin-bottom:1.75rem}.product-v2__variants{margin-bottom:1.5rem}.product-v2__option{border:none;padding:0;margin:0 0 1rem}.product-v2__option-label{font-size:1rem;font-weight:500;color:var(--v2-text);margin-bottom:.75rem;display:block}.product-v2__option-value{font-weight:400;color:var(--v2-text-soft)}.product-v2__option-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.product-v2__option-btn{position:relative;cursor:pointer}.product-v2__option-btn input{position:absolute;opacity:0;pointer-events:none}.product-v2__option-btn span{display:block;padding:.75rem 1.25rem;font-size:1rem;border:1.5px solid var(--v2-border);border-radius:var(--v2-radius);transition:all var(--v2-transition)}.product-v2__option-btn:hover span{border-color:var(--v2-text-soft)}.product-v2__option-btn.selected span,.product-v2__option-btn input:checked+span{border-color:var(--v2-accent);background:var(--v2-accent);color:#fff}.product-v2__form{margin-bottom:.75rem}.product-v2__add-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;font-size:1.125rem;font-weight:600;background:var(--v2-accent);color:#fff;border:none;border-radius:var(--v2-radius);cursor:pointer;transition:background var(--v2-transition)}.product-v2__add-btn:hover:not(:disabled){background:var(--v2-accent-hover)}.product-v2__add-btn:disabled{background:#ccc;cursor:not-allowed}.product-v2__add-btn-price{opacity:.8}.product-v2__shop-pay{margin-bottom:1.5rem}.product-v2__shop-pay .shopify-payment-button__button{border-radius:var(--v2-radius)!important}.product-v2__trust{display:flex;gap:1.25rem;padding:1rem 0;border-top:1px solid var(--v2-border);border-bottom:1px solid var(--v2-border);margin-bottom:1.5rem}.product-v2__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--v2-text-soft)}.product-v2__trust-item svg{flex-shrink:0;width:22px;height:22px;color:var(--v2-text-muted)}@media(max-width:600px){.product-v2__trust{flex-direction:column;gap:.75rem}}.product-v2__accordion{border-bottom:1px solid var(--v2-border)}.product-v2__accordion-item{border-top:1px solid var(--v2-border)}.product-v2__accordion-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 0;font-size:1.1rem;font-weight:500;color:var(--v2-text);cursor:pointer;list-style:none;background:none;border:none}.product-v2__accordion-header::-webkit-details-marker{display:none}.product-v2__accordion-header svg{transition:transform var(--v2-transition);color:var(--v2-text-muted)}details[open] .product-v2__accordion-header svg{transform:rotate(180deg)}.product-v2__accordion-content{padding:0 0 1.25rem;font-size:1rem;line-height:1.7;color:var(--v2-text-soft)}.product-v2__accordion-content h3,.product-v2__accordion-content h4{font-size:.95rem;font-weight:600;color:var(--v2-text);margin:.75rem 0 .5rem}.product-v2__accordion-content h3:first-child,.product-v2__accordion-content h4:first-child{margin-top:0}.product-v2__accordion-content p{margin:.5rem 0}.product-v2__accordion-content ul{margin:.5rem 0;padding-left:1.25rem}.product-v2__accordion-content li{margin-bottom:.25rem}.product-v2__features{background:var(--v2-bg-soft);margin:2rem -1.5rem;padding:3rem 1.5rem}.product-v2__features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.product-v2__feature{text-align:center}.product-v2__feature-icon{font-size:2rem;margin-bottom:.75rem}.product-v2__feature h3{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--v2-text)}.product-v2__feature p{font-size:.85rem;color:var(--v2-text-soft);margin:0;line-height:1.5}@media(max-width:800px){.product-v2__features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:500px){.product-v2__features-grid{grid-template-columns:1fr;gap:1.25rem}}.product-v2__reviews{padding:3rem 0;max-width:1200px;margin:0 auto}.product-v2__reviews-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.product-v2__reviews h2{font-size:1.5rem;font-weight:600;margin:0;color:var(--v2-text)}.product-v2__reviews-stats{display:flex;align-items:center;gap:1.5rem}.product-v2__reviews-rating{display:flex;align-items:center;gap:.5rem}.product-v2__reviews-number{font-size:2rem;font-weight:700;color:var(--v2-text)}.product-v2__reviews-count{font-size:.85rem;color:var(--v2-text-muted)}.product-v2__write-review{padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;background:transparent;border:1.5px solid var(--v2-border);border-radius:var(--v2-radius);cursor:pointer;transition:all var(--v2-transition)}.product-v2__write-review:hover{border-color:var(--v2-text);background:var(--v2-bg-soft)}@media(max-width:600px){.product-v2__reviews-header{flex-direction:column;align-items:flex-start}.product-v2__reviews-stats{flex-direction:column;align-items:flex-start;gap:1rem}}.product-v2__related{padding:3rem 0;max-width:1200px;margin:0 auto;border-top:1px solid var(--v2-border)}.product-v2__related h2{font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;color:var(--v2-text)}.product-v2__related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-v2__related-card{text-decoration:none;color:inherit}.product-v2__related-image{aspect-ratio:1;background:var(--v2-bg-soft);border-radius:var(--v2-radius);overflow:hidden;margin-bottom:.75rem}.product-v2__related-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-v2__related-card:hover .product-v2__related-image img{transform:scale(1.05)}.product-v2__related-card h3{font-size:.9rem;font-weight:500;margin:0 0 .25rem;color:var(--v2-text)}.product-v2__related-price{font-size:.875rem;color:var(--v2-text-soft)}@media(max-width:800px){.product-v2__related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.product-v2__mobile-sticky{position:fixed;bottom:0;left:0;right:0;background:var(--v2-bg);padding:1rem;box-shadow:0 -2px 10px #0000001a;z-index:100;display:none}.product-v2__mobile-sticky.visible{display:block}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/product-v2.css.map */
