<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tooltip {position: absolute;max-width: 280px;background-color: #333;color: #fff;padding: 5px 10px;border-radius: 4px;font-size: 14px;z-index: 1000;pointer-events: none;margin-top: -10px;}
.product-color-related .color-list {display: flex;flex-wrap: wrap;gap: 10px;padding:0;}
#button-order-js:disabled {background-color: #ccc;border-color: #ccc;cursor:default;}
#button-order-js:disabled .product__button-content {background-color: #ccc;}

.product-care{position: relative;}
.product-care--inner{display: inline-block;}
.product-care--inner + .product-care--inner{margin-left: 10px;}
.product-care--inner img{transition: filter 0.3s ease;}
.product-care--inner.selected img{filter: brightness(0) saturate(100%) invert(20%) sepia(10%) brightness(80%) contrast(120%);}
.product-care .product-des__link{position: absolute;bottom: 10px;left: 0;}

.product-relates{display: flex;margin-bottom: 24px;flex-direction: column;}
.product-relates:not(.has-material){flex-direction: row;gap: 15px;flex-wrap: wrap;}
.product-relates li {display: flex;align-items: center;margin-bottom: 5px;align-self: flex-start;}
.has-material .relates-item {border: 1px solid #ccc;padding: 7px;}
.product-relates .current-product {border-color: #5C5C5C;}
.product-relates:not(.has-material) .current-product .relates-item--color{outline-color: #5C5C5C;}
.relates-item,
.relates-item a{display: flex;align-items: center;}
.relates-item b {font-weight: 400;margin-left: 15px;}
.relates-item--color{display: block;width: 22px;height: 22px;border-radius: 100%;margin-left: 0;transition: .3s;outline: 1px solid #ccc;outline-offset: 3px;position: relative;}
.color-disable .relates-item--color:after,.color-disable .relates-item--color:before{content:'';display:block;width:22px;height:1px;background-color:#fff;position:absolute;top:10px;left:0;transform:rotate(45deg)}
.color-disable .relates-item--color:before {transform: rotate(-45deg);}

.product-relates .hidden-color {max-height: 0;opacity: 0;overflow: hidden;transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, margin 0.5s ease-in-out;margin-bottom: 0;}
.product-relates.active .hidden-color {opacity: 1;max-height: 100px;transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, margin 0.2s ease-in-out;margin-bottom: 5px;}
.relates-show-more{background: transparent;border: 0;color: #5C5C5C;font-size: 13px;line-height: 15px;cursor: pointer;padding: 0;}
.relates-show-more span{text-decoration: underline;}
.product-relates .on-hide,
.product-relates.active .on-show{display: none;}
.product-relates.active .on-hide{display: inline-block;}

/* .product-relates .smooth-show{display:block!important;animation:slideDown .5s ease forwards}
@keyframes slideDown {
0%{opacity:0;transform:translateY(-20px)}
100%{opacity:1;transform:translateY(0)}
} */

.product-des__choice-item{align-items: center;justify-content: space-between;}
.warehouse-quantity-left{font-weight: 700;font-size: 14px;color: #5C5C5C;}
</pre></body></html>