.product-view{font-family:Poppins,sans-serif}.product-view .product-essential{padding:1rem}.product-view .product-essential .container-fluid{max-width:1200px;margin:0 auto}.product-view .input-box,.template-cart .input-box{display:flex;position:relative;justify-content:center;align-items:center;width:100%;max-width:140px;margin-right:.5rem;margin-bottom:5px;border:1px solid #e7e7e7;border-radius:4px;background:#fff}.product-view .input-box label,.template-cart .input-box label{display:none!important}.product-view .input-box input,.template-cart .input-box input{flex:1;border:none;color:#222529;font-size:1rem;font-weight:700;text-align:center;height:3rem;margin:0;padding:0 .5rem;font-family:Poppins,sans-serif;background:transparent}.product-view .input-box input:focus,.template-cart .input-box input:focus{outline:none;box-shadow:0 0 0 2px #22252933}.product-view .quantity-controls,.template-cart .quantity-controls{display:flex;flex-direction:column;height:100%}.product-view .quantity-controls .btn,.template-cart .quantity-controls .btn{display:flex;align-items:center;justify-content:center;width:30px;height:1.5rem;padding:0;border:none;border-left:1px solid #e7e7e7;background:#f8f9fa;color:#222529;font-size:12px;line-height:1;cursor:pointer;transition:all .2s ease}.product-view .quantity-controls .btn:first-child{border-top-right-radius:3px;border-bottom:.5px solid #e7e7e7}.product-view .quantity-controls .btn:last-child{border-bottom-right-radius:3px}.product-view .quantity-controls .btn:hover,.template-cart .quantity-controls .btn:hover{background:#e9ecef;color:#000}.product-view .quantity-controls .btn:active,.template-cart .quantity-controls .btn:active{background:#dee2e6}.product-view .quantity-controls .btn i,.template-cart .quantity-controls .btn i{position:relative;display:block;width:100%;height:100%}.product-view .quantity-controls .btn i:before,.template-cart .quantity-controls .btn i:before{content:"";position:absolute;left:50%;top:50%;width:8px;border-top:1px solid;margin-top:-.5px;margin-left:-4px}.product-view .quantity-controls .btn i.icon-up-dir:after,.template-cart .quantity-controls .btn i.icon-up-dir:after{content:"";position:absolute;left:50%;top:50%;height:8px;border-left:1px solid;margin-top:-4px;margin-left:-.5px}.product-view .product-img-box{margin-bottom:2rem}.product-view .product-img-box .product-image{border:1px solid #f4f4f4;border-radius:4px;overflow:hidden}.product-view .product-img-box .product-image img{width:100%;height:auto;max-width:100%;margin:0 auto;display:block}.product-view .product-shop{margin-bottom:2rem}.product-view .product-shop .product-shop-wrapper{padding:1rem}.product-view .product-name h1{margin:0 0 .5rem;font-size:clamp(1.25rem,4vw,1.875rem);line-height:1.2;color:#222529;letter-spacing:-.01em;font-weight:700}.product-view .product-name h1 a{color:inherit;text-decoration:none;letter-spacing:inherit}.product-view .product-name h1 a:hover{color:#08c;transition:color .3s ease}.product-view .review-product-details{color:#999;margin-bottom:1rem;font-size:.9rem}.product-view .review-product-details:after{content:"";display:block;width:40px;border-top:2px solid #e7e7e7;margin:1rem 0}.product-view .short-description-detail{margin-bottom:1.5rem}.product-view .short-description{font-size:1rem;line-height:1.6;letter-spacing:-.015em;color:#555}.product-view .product-type-data{margin:0 0 1.5rem}.product-view .product-type-data .price-box{font-family:Poppins,sans-serif;font-size:clamp(1.25rem,3vw,1.5rem);line-height:1.2;font-weight:600;letter-spacing:-.02em;color:#222529;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.product-view .product-type-data .price-box .price{display:inline-block}.product-view .product-type-data .old-price{color:#999;font-size:.85em;text-decoration:line-through}.product-view .badge{padding:.375rem .75rem;font-size:.75rem;font-weight:500;border-radius:.375rem}.product-view .badge.bg-success{background-color:#28a745!important;color:#fff}.product-view .badge.bg-danger{background-color:#dc3545!important;color:#fff}.product-view .middle-product-detail{margin:1.5rem 0;font-size:.875rem}.product-view .product-inventory,.product-view .product-sku{display:flex;align-items:center;margin-bottom:.75rem;gap:.5rem}.product-view .product-options{position:relative;margin-bottom:1.5rem}.product-view .product-options .swatch{margin-bottom:1rem}.product-view .product-options .swatch .header{display:block;font-size:.875rem;font-weight:600;text-transform:uppercase;margin-bottom:.5rem;color:#333}.product-view .product-options .swatch .variant-items{display:flex;flex-wrap:wrap;gap:.5rem}.product-view .product-options .swatch .swatch-element{position:relative;cursor:pointer}.product-view .product-options .swatch .swatch-element input{display:none}.product-view .product-options .swatch .swatch-element label{display:block;padding:.5rem 1rem;border:1px solid #e9e9e9;background-color:#fff;color:#636363;font-size:.875rem;font-weight:400;text-align:center;text-transform:uppercase;cursor:pointer;transition:all .2s ease;border-radius:4px;min-width:44px;height:44px;display:flex;align-items:center;justify-content:center}.product-view .product-options .swatch .swatch-element:hover label{background-color:#f8f9fa;border-color:#222529}.product-view .product-options .swatch .swatch-element input:checked+label{background-color:#222529;color:#fff;border-color:#222529}.product-view .product-options .swatch .swatch-element.color label{padding:0;width:32px;height:32px;border-radius:50%;overflow:hidden}.product-view .product-options .swatch .swatch-element.color input:checked+label:before{content:"\2713";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;text-shadow:0 0 2px rgba(0,0,0,.5)}.product-view .product-options-bottom{padding:1.5rem 0;border-top:1px solid #e7e7e7;margin-top:1.5rem}.product-view .product-options-bottom .add-to-cart-box{display:flex;flex-direction:column;gap:1rem}.product-view .product-options-bottom .actions{display:flex;flex-wrap:wrap;gap:.75rem}.product-view .product-options-bottom .actions .action-list{flex:1;min-width:200px}.product-view .btn-cart,.product-view .btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:-.015em;line-height:1.2;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;text-decoration:none;width:100%;height:3rem;gap:.5rem}.product-view .btn-primary{background-color:#222529;color:#fff}.product-view .btn-primary:hover{background-color:#08c;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.product-view .btn-primary:active{transform:translateY(0)}.product-view .btn-secondary{background-color:#6c757d;color:#fff}.product-view .btn-outline-secondary{background-color:transparent;border:1px solid #6c757d;color:#6c757d}.product-view .btn-outline-secondary:hover{background-color:#6c757d;color:#fff}.product-view .social-sharing{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e7e7e7}.product-view .share-links{display:flex;gap:.5rem;flex-wrap:wrap}.product-view .share-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:2px solid #e7e7e7;color:#222529;text-decoration:none;transition:all .3s ease}.product-view .share-links a:hover{background-color:#222529;border-color:#222529;color:#fff}@media (max-width: 767.98px){.product-view .product-essential,.product-view .product-shop .product-shop-wrapper{padding:.5rem}.product-view .product-name h1{font-size:1.5rem;margin-bottom:.75rem}.product-view .product-type-data .price-box{font-size:1.25rem}.product-view .input-box{max-width:120px}.product-view .product-options-bottom .actions{flex-direction:column}.product-view .product-options-bottom .actions .action-list{min-width:auto}.product-view .product-options .swatch .variant-items{gap:.25rem}.product-view .product-options .swatch .swatch-element label{min-width:40px;height:40px;padding:.25rem .75rem;font-size:.75rem}}@media (min-width: 768px) and (max-width: 991.98px){.product-view .product-img-box,.product-view .product-shop{margin-bottom:1.5rem}.product-view .product-options-bottom .actions{flex-direction:row}.product-view .product-options-bottom .actions .action-list{flex:1;min-width:180px}}@media (min-width: 992px){.product-view .product-essential .row{align-items:flex-start}.product-view .product-options-bottom .add-to-cart-box{flex-direction:row;align-items:flex-start}.product-view .input-box{margin-right:1rem}.product-view .product-options-bottom .actions{flex:1}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.sr-only-focusable:focus{position:static!important;width:auto!important;height:auto!important;padding:.75rem 1rem!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:normal!important;background-color:#222529!important;color:#fff!important;text-decoration:none!important;z-index:1000!important}.product-view button:focus,.product-view input:focus,.product-view select:focus,.product-view a:focus{outline:2px solid #0088cc;outline-offset:2px}.product-view .loading{opacity:.6;pointer-events:none}.product-view *{transition:opacity .3s ease,transform .3s ease}@media print{.product-view .product-options-bottom .actions,.product-view .social-sharing{display:none}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/product-quickview.css.map */
