.tab-navigation{display:flex;margin-bottom:15px}.tab-button{background:none;border:none;margin-right:12px;padding:0 2px 2px;color:#3b3b3b;cursor:pointer;position:relative;font-size:12px;transition:all .2s}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:#3b3b3b}.tab-pane{display:none}.tab-pane.active{display:block}a.color-link{display:block;font-size:12px}.color-list p{margin:10px 0;color:#3b3b3b;font-size:14px}.hidden{display:none!important}*{box-sizing:border-box}.product-container{max-width:1400px;margin:0 auto;padding:0 20px 100px}.product-main{display:flex;gap:0;padding:40px 0;background:#fff}.product-images{width:50%;margin-right:50px}.main-image{background:#f9f9f9;margin-bottom:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.no-image-placeholder{text-align:center;display:none}.thumbnail-images{display:flex;gap:5px;overflow-x:auto;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:#ddd #f5f5f5}.thumbnail-images::-webkit-scrollbar{height:6px}.thumbnail-images::-webkit-scrollbar-track{background:#f5f5f5}.thumbnail-images::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.thumbnail{height:100px;cursor:pointer;overflow:hidden;transition:border-color .2s;flex-shrink:0;border:1px solid #e7e7e7}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail.active{border-color:#3b3b3b}.product-info{width:50%;position:sticky;top:40px;height:fit-content}.product-breadcrumb{margin-bottom:20px}.product-breadcrumb a{text-decoration:none;transition:color .2s;color:#3b3b3b}.product-breadcrumb a:hover{color:#666}.product-breadcrumb .separator{margin:0 8px}.product-header{margin-bottom:30px}.product-code{text-transform:uppercase;font-size:12px}.product-title{font-size:14px;text-transform:capitalize}span.price-value{font-size:14px}.product-price{color:#3b3b3b}.price-amount{display:inline-block}.price-contact,.price-login{text-decoration:none;color:#3b3b3b}.price-login:hover{text-decoration:underline}.product-options{margin-bottom:30px}.option-group{margin-bottom:25px}.option-group:last-child{margin-bottom:0}.option-label{color:#3b3b3b;margin-bottom:5px;text-transform:capitalize;font-size:14px}.color-options{display:flex;gap:8px;flex-wrap:wrap}.color-button,.option-value{padding:6px 12px;border:1px solid #a7a7a7;transition:all .2s;min-width:60px;text-align:center;border-radius:2px;font-size:14px;text-transform:capitalize}.color-button:hover{border-color:#3b3b3b;color:#3b3b3b}.color-button.active{background:#ebebeb;color:#3b3b3b;border-color:#ebebeb}.color-button:disabled{background:#f5f5f5;color:#ccc;cursor:not-allowed;opacity:.6}.size-options-container{display:flex;gap:5px}.size-quantity-row{display:flex;flex-direction:column;gap:5px}.size-quantity-row:last-child{padding-bottom:0}.size-quantity-row.disabled{opacity:.5}.size-label{color:#3b3b3b;text-align:center;font-size:12px}.quantity-controls{display:flex;align-items:center;gap:0;width:100%;border:1px solid #a7a7a7;background:#fff;border-radius:2px}.quantity-btn{flex:1;border:none;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:10px 15px}.quantity-btn:hover:not(:disabled){background:#f9f9f9}.quantity-btn:disabled{cursor:not-allowed;opacity:.3}.quantity-btn.decrease{border-right:1px solid #a7a7a7}.quantity-btn.increase{border-left:1px solid #a7a7a7}.quantity-btn svg{width:12px;height:12px;color:#3b3b3b}.quantity-input{flex:1;border:none;text-align:center;color:#3b3b3b;background:#fff;-moz-appearance:textfield;padding:6px 12px;font-size:12px}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none;background:#fff}.size-status{color:#999;font-style:italic;margin-top:5px;display:block}.select-wrapper{position:relative}.option-select{width:100%;padding:10px 30px 10px 12px;border:1px solid #a7a7a7;background:#fff;color:#3b3b3b;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.total-section{margin-bottom:30px;display:flex;flex-direction:column-reverse}.total-price,.total-quantity{display:flex;justify-content:space-between}.total-label{color:#3b3b3b;text-transform:capitalize;font-size:14px}.total-amount,.total-qty{color:#3b3b3b;font-weight:500;font-size:14px}span#totalQuantity{text-align:right}.product-actions{margin-bottom:30px}.add-to-cart{width:100%;padding:12px;background:#3b3b3b;color:#fff;border:none;cursor:pointer;transition:all .2s;text-transform:capitalize;text-align:center;display:block;text-decoration:none;font-size:14px;font-weight:500;border-radius:2px}.add-to-cart:hover:not(:disabled){background:#555}.add-to-cart:disabled{background:#ebebeb;color:#999;cursor:not-allowed}a.add-to-cart{line-height:1.5;padding:13px 14px}@media (min-width: 861px) and (max-width: 1080px){.product-images{width:65%;padding-right:40px}.product-info{width:35%}}@media (max-width: 860px){.quantity-input{flex:unset;border:1px solid #3b3b3b}.product-title,span.price-value{font-size:16px}.product-main{flex-direction:column;gap:15px;padding:20px 0}.product-images{width:100%;padding-right:0}.product-info{width:100%;position:relative;top:0}.size-quantity-row{padding-bottom:12px;gap:8px}.quantity-controls{height:44px}.quantity-btn{flex:0 0 44px;height:44px}.quantity-input{height:44px}}@media (max-width: 480px){.product-container{padding:0}.thumbnail-images{gap:5px}.thumbnail{min-width:60px;width:60px;height:60px}.color-button{min-width:50px;padding:6px 12px}.quantity-controls{height:30px}.quantity-btn{flex:0 0 40px;height:30px;border:1px solid #3b3b3b;border-radius:2px}.quantity-btn svg{width:14px;height:14px}.quantity-input{height:30px;width:100%}.total-section{padding:15px 0}.quantity-btn.increase{border-left:none}.quantity-btn.decrease{border-right:none}.quantity-controls{border:none}}.hidden{display:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:focus,a:focus{outline-offset:0}
/*# sourceMappingURL=/cdn/shop/t/4/assets/product.css.map */
