.popup{position:fixed;left:0;top:0;width:100%;height:100%;z-index:100;background-color:#0006;opacity:0;visibility:hidden;transition:all 0s ease-in-out;transition-delay:0s;padding:.5em 2.5rem 0;overflow:hidden}.popup.open{opacity:1;visibility:visible;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.25s;transition-delay:.25s}.popup-inr{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.popup-close{position:absolute;right:1.25rem;top:1.25rem;width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;line-height:0;border:1px solid #D7D7D7;box-shadow:0 4px 14px #bfbfbf3d;-webkit-border-radius:.25rem;border-radius:.25rem;cursor:pointer}.popup-close img{width:1.5rem;height:a}.popup-mess{position:relative;width:90%;max-width:31.25rem;background-color:#fff;-webkit-border-radius:.5rem;border-radius:.5rem;padding:2.8125rem}.mess-icon{width:3.625rem;height:auto;line-height:0;margin:0 auto 1.25rem}.mess-icon img{width:100%;height:auto}.mess-title{font-size:1.5rem;font-weight:600;text-align:center;margin-bottom:1.25rem}.mess-content{font-size:1rem;font-weight:400;text-align:center}.compare-pop{background-color:#fff;width:90%;max-width:75.375rem;-webkit-border-radius:.5rem;border-radius:.5rem;padding:1.875rem;max-height:90vh;display:flex;flex-direction:column}.compare-pop .product{padding:0}.compare-pop .product-img{border-bottom:1px solid #D0D5DD;margin-bottom:1.25rem;width:100%}.compare-pop .product-close{position:absolute;right:0;top:0;width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center}.compare-pop .product-close svg{width:.875rem;height:.875rem}.compare-pop .product-txt .model{margin-top:0}.compare-pop .product-txt .name{margin-top:.375rem;margin-bottom:1.5625rem}.compare-pop .product-cart .link-but{width:100%;justify-content:center}.compare-pop .product-cart .link-but svg{width:1.125rem;height:1.125rem}.compare-pop .price{display:flex;font-size:1rem;gap:.625rem}.compare-pop .price-main{color:#015aab;font-weight:600}.compare-pop .price-sale{color:#667085;font-weight:400;text-decoration:line-through}.compare-pop .price-tag{display:inline-flex;align-items:center;color:#fff;font-size:.75rem;background-color:red;-webkit-border-radius:2px;border-radius:2px;padding:.125rem .625rem}.compare-pop .price-tag svg{width:.625rem;height:.8125rem}.compare-pop .size,.compare-pop .material,.compare-pop .cate{font-size:1rem;font-weight:400;color:#101828}.compare-pop .color{display:inline-flex;font-size:1rem;align-items:center;justify-content:center;gap:.625rem}.compare-pop .color-circle{width:1.125rem;height:1.125rem;border:1px solid #000;-webkit-border-radius:50%;border-radius:50%;background-color:var(--color)}.compare-title{height:3rem;display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;font-weight:600}.compare-title .popup-close{position:static}.compare-content{flex-grow:1;overflow:hidden;overflow-y:auto;scrollbar-width:none;scrollbar-color:#7d7d7d #fff}.compare-row{display:flex;padding:1.875rem 0}.compare-row:not(:last-child){border-bottom:1px solid #E4E4E4}.compare-name{background-color:#c7e1ff;flex:0 0 8.25rem;max-width:8.25rem;font-size:1rem;font-weight:600;color:#000;text-align:center;padding:1.5625rem 0}.compare-data{flex:0 0 calc(100% - 8.25rem);max-width:calc(100% - 8.25rem);display:grid;padding-left:2.5rem;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.compare-col{display:inline-flex;align-items:center}.popup-cart{position:relative;width:90%;max-width:51.625rem;padding:2.5rem;background-color:#fff;-webkit-border-radius:.5rem;border-radius:.5rem}.popup-cart .popup-close{z-index:1}.popup-cart .product{flex-direction:row;padding:0}.popup-cart .product .tag{position:static}.popup-cart .product-img{flex:0 0 19.375rem;max-width:19.375rem;height:auto;margin:0}.popup-cart .product-img img{width:100%;height:auto}.popup-cart .product-txt{display:block;flex:0 0 calc(100% - 19.375rem);max-width:calc(100% - 19.375rem);padding-left:2.5rem}.popup-cart .product-txt .cart_action{width:100%;max-width:100%;flex-direction:row}.popup-cart .product-txt .model{margin:0 0 .75rem}.popup-cart .product-txt .name{margin:0 0 1rem;font-size:1.25rem}.popup-cart .product-txt .price{margin:0 0 1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #D0D5DD;font-size:1rem}.popup-cart .product-txt .color{margin:0 0 .375rem}.popup-cart .product-txt .color-list{display:flex;gap:.5rem;padding-bottom:1.25rem}.popup-cart .product-txt .color-item{position:relative;flex:0 0 3.75rem;max-width:3.75rem;height:3.75rem;padding:3px;background-color:#f0f0f0;line-height:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.popup-cart .product-txt .color-item:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border:2px solid var(--global-color);opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.popup-cart .product-txt .color-item img{width:auto;height:auto;max-width:100%;max-height:100%}.popup-cart .product-txt .color-item.current:before,.popup-cart .product-txt .color-item:hover:before{opacity:1}.popup-cart .product .cart_action{gap:.5rem}.popup-cart .product .cart_action .link-but,.popup-cart .product .cart_action .cart_control{height:2.75rem}.popup-cart .product .cart_action .cart_add{flex-grow:1}.popup-cart .product .cart_action .cart_add .link-but{width:100%;justify-content:center}.popup-cart .product .cart_action .cart_add .link-but svg{width:1.25rem;height:1.25rem}.popup-cart .product .cart_action .cart_control{flex:0 0 7.25rem;max-width:7.25rem}@media screen and (max-width:1023px){.popup-close{top:.625rem;right:.625rem}.popup#comparePop{padding:0}.popup#comparePop .popup-inr{align-items:flex-start;background-color:#fff}.popup#addToCartPop{padding:0}.popup#addToCartPop .popup-inr{justify-content:flex-end}.popup-mess{width:calc(100% - 2rem);padding:1.875rem}.mess-title{font-size:1.25rem}.mess-content{font-size:.875rem}.compare-pop{width:100%;max-width:100%;-webkit-border-radius:0;border-radius:0;height:100%;max-height:100%;padding:0}.compare-pop .product-txt .model{font-size:.625rem}.compare-pop .product-txt .name{font-size:.75rem}.compare-pop .product-cart .link-but{width:100%;justify-content:center;font-size:0}.compare-pop .product-cart .link-but svg{width:1.5rem;height:1.5rem}.compare-pop .price{display:block;font-size:.75rem}.compare-pop .price-main,.compare-pop .price-sale{display:block;margin-bottom:.375rem}.compare-pop .size,.compare-pop .material,.compare-pop .cate{padding:2.1875rem 0;font-size:.75rem}.compare-title{font-size:1.25rem;padding:0 1rem;height:4.375rem;min-height:4.375rem;border-bottom:1px solid #D9D9D9}.compare-title .popup-close{width:1.5rem;height:1.5rem;border:none;box-shadow:none}.compare-content{overflow:hidden;overflow:auto}.compare-row{padding:1.125rem 0;border:none}.compare-row:not(:last-child){border:none}.compare-name{flex:0 0 2.125rem;max-width:2.125rem;font-size:.75rem;font-weight:600;padding:0;position:relative;position:sticky;position:-webkit-sticky;left:0;z-index:2}.compare-name:before{content:"";position:absolute;width:100%;height:1px;background-color:#e4e4e4;left:0;bottom:-1.125rem}.compare-name span{position:absolute;top:50%;left:-.625rem;white-space:nowrap;display:inline-flex;width:4.375rem;-webkit-transform:rotate(-90deg) translateY(-50%);transform:rotate(-90deg) translateY(-50%);justify-content:center}.compare-data{display:flex;padding:0;gap:0}.compare-col{position:relative;flex:0 0 8.875rem;max-width:8.875rem;margin-left:.875rem;min-height:7.5rem}.compare-col:before{content:"";position:absolute;width:100%;height:1px;background-color:#e4e4e4;left:0;bottom:-1.125rem}.popup-cart{width:100%;max-width:480px;padding:1rem}.popup-cart .product{display:block}.popup-cart .product-img{width:100%;max-width:100%;margin-bottom:1.25rem}.popup-cart .product-txt{display:block;width:100%;max-width:100%;padding:0}.popup-cart .product-txt .price{border:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/popup.css.map */
