*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#1d1d1f;background:#fff;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h3,h4,h5{font-weight:600;line-height:1.2}.hover-lift{transition:all .3s cubic-bezier(.25,.46,.45,.94)}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 15px 30px #0000001a}.products-detail{padding:120px 0;background:#fff}.products-container{max-width:1200px;margin:0 auto;padding:0 24px}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-image-card{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000001a;margin-bottom:20px}.product-image{width:100%;height:500px;object-fit:cover;transition:transform .3s ease}.product-hover-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);color:#fff;padding:30px 20px 20px;opacity:0;transform:translateY(20px);transition:all .3s ease}.product-image-card:hover .product-hover-overlay{opacity:1;transform:translateY(0)}.product-image-card:hover .product-image{transform:scale(1.05)}.hover-content h5{font-size:16px;font-weight:600;margin-bottom:4px}.hover-content p{font-size:14px;color:#fffc}.product-thumbnails{display:flex;gap:12px;overflow-x:auto;padding:10px 0}.thumbnail-item{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease}.thumbnail-item.active,.thumbnail-item:hover{border-color:#1d1d1f}.thumbnail-item img{width:100%;height:100%;object-fit:cover}.product-category{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.product-title{font-size:2.5rem;font-weight:600;color:#1d1d1f;margin-bottom:24px;letter-spacing:-1px}.product-price-section{margin-bottom:16px}.product-price{display:flex;align-items:center;gap:12px}.price-current{font-size:2.5rem;font-weight:600;color:#1d1d1f}.price-compare{font-size:1.5rem;color:#666;text-decoration:line-through}.shipping-info{font-size:14px;color:#666;margin-bottom:30px;display:flex;align-items:center;gap:10px}.shop-pay-info{display:flex;align-items:center;gap:5px}.shop-pay-logo{height:16px;width:auto}.product-form{margin-bottom:20px}.product-option{margin-bottom:24px}.option-label{display:block;font-size:14px;font-weight:600;color:#1d1d1f;margin-bottom:8px}.option-values{display:flex;flex-wrap:wrap;gap:8px}.option-values input[type=radio]{display:none}.option-value{padding:10px 16px;border:1px solid #e8e8ed;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s ease;background:#fff}.option-value:hover{border-color:#1d1d1f}.option-values input[type=radio]:checked+.option-value{background:#1d1d1f;color:#fff;border-color:#1d1d1f}.quantity-selector{margin-bottom:24px}.quantity-label{display:block;font-size:14px;font-weight:600;color:#1d1d1f;margin-bottom:8px}.quantity-controls{display:flex;align-items:center;border:1px solid #e8e8ed;border-radius:6px;width:fit-content}.quantity-btn{background:none;border:none;padding:12px 16px;cursor:pointer;font-size:16px;font-weight:600;color:#1d1d1f;transition:background-color .2s ease}.quantity-btn:hover{background:#f5f5f7}.quantity-input{border:none;text-align:center;width:60px;padding:12px 8px;font-size:14px;font-weight:500;color:#1d1d1f}.quantity-input:focus{outline:none}.product-action{margin-bottom:20px}.btn-select{background:#1d1d1f;color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.btn-select:hover{background:#333;transform:translateY(-1px)}.btn-select:disabled{background:#ccc;cursor:not-allowed;transform:none}.shop-pay-section{margin-bottom:12px}.shop-pay-section .shopify-payment-button{margin-bottom:0}.shop-pay-section .shopify-payment-button__button{border-radius:8px;height:50px}.payment-options{text-align:center;margin-bottom:30px}.payment-link{color:#666;text-decoration:none;font-size:14px;border-bottom:1px solid #666;transition:color .2s ease}.payment-link:hover{color:#1d1d1f}.product-specs{border:1px solid #e8e8ed;border-radius:8px;padding:20px;margin-bottom:40px}.spec-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f5f5f7}.spec-row:last-child{border-bottom:none}.spec-name{font-size:14px;color:#666}.spec-detail{font-size:14px;font-weight:500;color:#1d1d1f}.product-description{margin-bottom:30px}.product-description h3{font-size:1.5rem;margin-bottom:16px;color:#1d1d1f}.description-content{font-size:16px;color:#666;line-height:1.7}.description-content p{margin-bottom:16px}.description-content ul,.description-content ol{margin-left:20px;margin-bottom:16px}.description-content li{margin-bottom:8px}.product-share{margin-top:40px}.product-share h4{font-size:1.2rem;margin-bottom:16px;color:#1d1d1f}.share-buttons{display:flex;gap:12px}.share-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;text-decoration:none;transition:all .2s ease}.share-btn.facebook{background:#1877f2;color:#fff}.share-btn.twitter{background:#1da1f2;color:#fff}.share-btn.pinterest{background:#bd081c;color:#fff}.share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media(max-width:1024px){.product-hero{grid-template-columns:1fr;gap:60px}.products-detail{padding:80px 0}}@media(max-width:768px){.product-title,.price-current{font-size:2rem}.products-container{padding:0 16px}.product-hero{gap:40px}}@media(max-width:480px){.product-title,.price-current{font-size:1.8rem}.product-image{height:300px}.shipping-info{flex-direction:column;align-items:flex-start;gap:8px}.option-values{gap:6px}.option-value{padding:8px 12px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/product.css.map */
