.product-page{max-width:1400px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.add-to-cart-success{position:fixed;top:20px;right:20px;background-color:#4caf50;color:#fff;padding:16px 24px;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:12px;z-index:9999;opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.add-to-cart-success.show{opacity:1;transform:translateY(0);pointer-events:auto}.add-to-cart-success svg{flex-shrink:0}.product-container{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media(max-width:768px){.product-container{grid-template-columns:1fr;gap:0;width:100%}}.product-gallery{position:relative}.product-badges{display:flex;gap:8px;margin:0 0 15px}@media(max-width:768px){.product-badges{padding:0 15px}}.badge{padding:4px 12px;font-size:12px;font-weight:600;border-radius:var(--button-border-radius, 3px);text-transform:uppercase}.badge--new{background-color:var(--product-badge-bg-color, #e8f5e9);color:var(--product-badge-text-color, #2e7d32)}.badge--sale{background-color:var(--product-badge-bg-color, #ffebee);color:var(--product-badge-text-color, #c62828)}.product-main-image{position:relative;background:#fff;border-radius:var(--button-border-radius, 8px);padding:20px;margin-bottom:20px}.main-image{width:100%;height:auto;object-fit:contain}.ul-certified{position:absolute;top:20px;right:20px}.product-thumbnails{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.thumbnail{width:70px;height:55px;border:2px solid transparent;border-radius:var(--button-border-radius, 6px);cursor:pointer;overflow:hidden;padding:4px;background:#fff;transition:border-color .2s}.thumbnail:hover,.thumbnail.active{border-color:#333}.thumbnail img{width:100%;height:100%;object-fit:contain}.product-features{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:5px!important;border-top:1px solid #eee;padding-top:20px}.product-features--mobile{display:none}.product-features .feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px;border:none;background-color:#f7f7f8;border-radius:var(--button-border-radius, 4px)}.feature-icon{margin-bottom:10px}.feature-icon img{width:40px;height:40px}.feature-text strong{display:block;font-size:1.5rem;line-height:1.25;color:#000;font-weight:700;margin-bottom:4px}.feature-text span{font-size:1.25rem;line-height:1rem;color:#696c6f}.product-info{padding:0;width:100%;overflow-x:hidden;--badge-bg-color: #c9302c;--badge-text-color: #ffffff;--price-regular-color: #999999;--price-sale-color: #c9302c}.product-info .price .badge{background-color:var(--badge-bg-color, #c9302c);color:var(--badge-text-color, #ffffff);border-color:var(--badge-bg-color, #c9302c);margin-left:10px;vertical-align:sub}.product-info .price .price-item--regular{color:var(--price-regular-color, #999999)}.product-info .price .price-item--sale{color:var(--price-sale-color, #c9302c)}.product-page .product-title{font-size:2rem;font-weight:600;color:rgb(var(--color-foreground));margin:0}.product-page .product-title sup{font-size:14px;color:#666}.product-subtitle{font-size:14px;margin:0 0 12px}.product-reviews{display:flex;align-items:center;gap:8px;margin-bottom:15px}.product-reviews .stars{display:flex;gap:2px}.product-reviews .stars svg{fill:#c9302c}.reviews-link{font-size:14px;color:#c9302c;text-decoration:none}.reviews-link:hover{text-decoration:underline}.product-v2-price{margin-bottom:15px!important}.product-price{display:flex;align-items:baseline;gap:12px;margin-bottom:12px}.price-current{font-size:28px;font-weight:700;color:#c9302c}.price-compare{font-size:18px;color:#999;text-decoration:line-through}.affirm-info{display:flex;align-items:center;gap:8px;margin-bottom:15px;font-size:14px}.affirm-badge{background:#e3f2fd;color:#1565c0;padding:4px 10px;border-radius:var(--button-border-radius, 4px);font-weight:500}.affirm-text{color:#333}.promo-banner{display:flex;align-items:center;background:linear-gradient(90deg,#333 0% 30%,#8b0000 30% 100%);border-radius:var(--button-border-radius, 8px);overflow:hidden;margin-bottom:20px}.promo-left{display:flex;align-items:center;gap:10px;padding:10px 15px;background:#333}.promo-free{background:#c9302c;color:#fff;font-size:10px;padding:2px 6px;border-radius:var(--button-border-radius, 2px)}.promo-image{width:50px;height:35px;object-fit:contain}.promo-right{display:flex;align-items:center;gap:10px;padding:10px 15px;flex:1;background:#8b0000}.promo-or{color:gold;font-weight:600;font-size:16px}.promo-text{color:gold;font-size:12px;line-height:1.3}.promo-text strong{display:block;font-size:14px}.product-option{margin-bottom:20px}.option-header{display:flex;justify-content:space-between;align-items:center}.option-label{font-size:14px;color:#333;font-weight:500;margin-bottom:10px;display:block}.option-label span{font-weight:400;color:#666}.size-guide-link{display:flex;align-items:center;gap:4px;font-size:13px;color:#333;text-decoration:none}.size-guide-link:hover{text-decoration:underline}.color-swatches{display:flex;gap:10px}.color-swatch{width:36px;height:36px;border-radius:var(--button-border-radius, 4px);border:2px solid transparent;cursor:pointer;transition:all .2s}.color-swatch:hover{transform:scale(1.1)}.color-swatch.active{border-color:#333;box-shadow:0 0 0 2px #fff,0 0 0 4px #333}.size-buttons{display:flex;gap:10px}.size-btn{padding:8px 20px;background:#333;color:#fff;border:1px solid #333;border-radius:var(--button-border-radius, 4px);font-size:14px;cursor:pointer;transition:all .2s}.size-btn:not(.active){background:#fff;color:#333}.size-btn:hover:not(.active){background:#f5f5f5}.product-variants{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px;margin-top:20px}@media screen and (max-width:768px){.product-variants{grid-template-columns:repeat(2,1fr)}}.variant-card{display:flex;flex-direction:row;align-items:center;padding:12px;border:1px solid #ddd;border-radius:var(--button-border-radius, 8px);cursor:pointer;transition:all .2s;background:#fff;gap:12px;min-width:0}.variant-card:hover{border-color:#999}.variant-card.active{border-color:#333;border-width:2px}.variant-icon{margin-bottom:0;flex-shrink:0;width:54px;height:40px;display:flex;align-items:center;justify-content:center}.variant-icon img{width:54px;height:40px;object-fit:contain;border-radius:4px}.variant-icon svg{width:54px;height:54px}.variant-info{overflow:hidden;text-align:left;font-size:12px;flex:1}.variant-info strong{display:block;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.variant-info strong sup{font-size:8px}.variant-info span{color:#666}.product-actions{margin-top:15px;margin-bottom:15px;display:flex;gap:15px;align-items:flex-end}quantity-controls-v2{flex-shrink:0}add-to-cart-v2{flex:1}.secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.btn-secondary{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:#fff;color:#333;border:1px solid #ddd;border-radius:var(--button-border-radius, 6px);font-size:14px;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f5f5f5;border-color:#333}.accessories-section{background:#fef9f0;border-radius:var(--button-border-radius, 8px);overflow:hidden}.accessories-tabs{display:flex;border-bottom:1px solid #f0e6d9}.tab-btn{padding:12px 20px;background:transparent;border:none;font-size:14px;color:#666;cursor:pointer;transition:all .2s}.tab-btn.active{color:#c9302c;font-weight:600;border-bottom:2px solid #c9302c}.accessories-list{padding:10px}.accessory-item{display:flex;align-items:center;padding:10px;border-bottom:1px solid #f0e6d9;background-color:#fff}.accessory-item:last-child{border-bottom:none}.accessory-checkbox{width:18px;height:18px;margin-right:10px;cursor:pointer}.accessory-label{display:flex;align-items:center;flex:1;cursor:pointer}.accessory-label img{width:50px;height:50px;object-fit:contain;margin-right:12px;background:#fff;border-radius:4px}.accessory-name{flex:1;font-size:14px;color:#333}.accessory-price{font-size:14px;color:#c9302c;font-weight:600;margin-right:10px}.accessory-price s{color:#999;font-weight:400}.accessory-view{background:transparent;border:none;cursor:pointer;color:#666;padding:5px}.accessory-view:hover{color:#333}.accessories-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background:#fef5e7;border-top:1px solid #f0e6d9}.save-text{font-size:14px;color:#333;font-weight:500}.show-more-btn{display:flex;align-items:center;gap:5px;background:transparent;border:none;color:#c9302c;font-size:14px;cursor:pointer}.show-more-btn:hover{text-decoration:underline}@media(max-width:768px){.product-page{max-width:100%;padding:0;overflow-x:hidden}.product-container{gap:0;width:100%}.product-gallery{width:100%;overflow-x:hidden}.product-features--desktop{display:none}.product-features--mobile{display:grid;margin-top:20px}.product-info{padding:15px;width:100%;overflow-x:hidden;box-sizing:border-box}.product-variants{grid-template-columns:repeat(2,1fr)}.product-features{grid-template-columns:repeat(2,1fr);gap:8px!important}.product-features .feature-item{padding:12px}.feature-text strong{font-size:1.25rem}.feature-text span{font-size:1rem}.secondary-actions{grid-template-columns:1fr}.promo-banner{flex-direction:column}.promo-left,.promo-right{width:100%;justify-content:center}.product-actions{flex-direction:column;align-items:stretch}quantity-controls-v2,add-to-cart-v2{width:100%}.product-option{margin-bottom:15px}.color-swatches{gap:8px}.color-swatch{width:32px;height:32px}}@media(max-width:480px){.product-title{font-size:22px}.price-current{font-size:24px}}.accessory-item--gift{background-color:#f5f5f5;opacity:.8}.accessory-item--gift .accessory-checkbox{cursor:not-allowed;opacity:.6}.accessory-label--gift{cursor:default}.accessory-item--gift .accessory-price{color:#4caf50}.delivery-section{margin-top:20px;overflow:hidden}.delivery-section.expanded .delivery-header{border-bottom-color:#000}.delivery-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;cursor:pointer;transition:background .2s}.delivery-header:hover{background:#f9f9f9}.delivery-label{font-size:14px;font-weight:600;color:#333}.delivery-arrow{transition:transform .3s ease;color:#666}.delivery-content{background:#f9f9f9;padding:0 20px}.delivery-content p{padding:16px 0;margin:0;font-size:14px;color:#666;line-height:1.6}.specs-section{margin-top:15px;border:1px solid #e0e0e0;border-radius:var(--button-border-radius, 8px);overflow:hidden}.specs-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;cursor:pointer;transition:background .2s}.specs-header:hover{background:#f9f9f9}.specs-label{font-size:14px;font-weight:600;color:#333}.specs-arrow{transition:transform .3s ease;color:#666}.specs-drawer{position:fixed;top:0;right:560px;width:0;height:100%;z-index:10000;transition:right .3s ease}.specs-drawer-content{display:flex;flex-direction:column;position:relative;right:-560px;z-index:2;width:560px;height:100%;background:#fff;box-shadow:-4px 0 20px #0003;transition:right .3s linear}.specs-drawer.open .specs-drawer-content{right:0}.specs-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0}.specs-drawer-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.specs-drawer-close{background:transparent;border:none;cursor:pointer;color:#666;padding:8px;display:flex;align-items:center;justify-content:center;transition:color .2s}.specs-drawer-close:hover{color:#333}.specs-drawer-body{flex:1;overflow-y:auto;padding:24px}.specs-table{width:100%;border-collapse:collapse}.specs-table tbody tr{border-bottom:1px solid #e0e0e0}.specs-table tbody tr:last-child{border-bottom:none}.specs-table td{padding:16px 12px;font-size:14px;color:#333}.specs-table td:first-child{font-weight:600;color:#666;width:40%;background:#f9f9f9}.specs-table td:last-child{color:#333}.specs-drawer-overlay{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.specs-drawer.open .specs-drawer-overlay{display:block;opacity:1;visibility:visible}@media(max-width:768px){.specs-drawer{width:100%;right:-100%}.specs-drawer.open{right:0}.specs-drawer-content{width:100%}.specs-table td:first-child{width:35%}.specs-table td{padding:12px 8px;font-size:13px}}.shopify-payment-button{margin-bottom:1.5rem}.shopify-payment-button__more-options{color:rgb(var(--color-foreground))}.custom-richtext{margin:20px 0;padding:15px 0;border-radius:var(--button-border-radius, 8px);line-height:1.6;color:rgb(var(--color-foreground))}.custom-richtext p{margin:0 0 10px;color:rgb(var(--color-foreground))}.custom-richtext p:last-child{margin-bottom:0}.custom-html-liquid{margin:20px 0;padding:15px 0;border-radius:var(--button-border-radius, 8px);overflow-x:auto;color:rgb(var(--color-foreground))}.custom-image{margin:20px 0;padding:0;border-radius:var(--button-border-radius, 8px)}.custom-image img{display:inline-block;width:100%;vertical-align:middle}.custom-collapsible{margin:20px 0;overflow:hidden}.collapsible-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 12px;background-color:transparent;border:none;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background .2s;font-size:inherit;font-weight:600;font-family:inherit}.collapsible-title{color:rgb(var(--color-foreground));text-align:left}.collapsible-icon{transition:transform .3s ease;color:rgb(var(--color-foreground));flex-shrink:0}.collapsible-content{overflow:hidden;transition:all .3s ease}.collapsible-inner{padding:16px 12px;line-height:1.6;color:rgb(var(--color-foreground))}.collapsible-inner p{margin:0 0 10px;color:rgb(var(--color-foreground))}.collapsible-inner p:last-child{margin-bottom:0}@media(max-width:768px){.custom-richtext,.custom-html-liquid,.custom-image,.custom-collapsible{margin:15px 0;padding:12px 0}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/product-v2.css.map */
