/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.wl-selectbox{position:relative;padding-top:var(--section-padding-top, 36px);padding-bottom:var(--section-padding-bottom, 36px);background-color:#fff}.wl-selectbox__description{max-width:1200px;margin:0 auto 24px;padding:0 20px;text-align:center}.wl-selectbox__description-title{font-size:24px;font-weight:700;margin-bottom:16px;color:#333}@media screen and (width < 750px){.wl-selectbox__description-title{font-size:20px}}.wl-selectbox__description-text{font-size:14px;line-height:1.6;color:#666;margin:0}.wl-selectbox__border{border:none;border-top:1px solid #e0e0e0;margin:24px 0}.wl-selectbox-filter{position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:#fff;padding:16px 0;border-bottom:1px solid #e0e0e0;margin-bottom:24px}.wl-selectbox-filter__container{max-width:1200px;margin:0 auto;padding:0 20px}.wl-selectbox-filter__list-block{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.wl-selectbox-filter__title{font-size:14px;font-weight:600;color:#333;margin-right:8px}.wl-selectbox-filter__list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.wl-selectbox-filter__item{display:flex;align-items:center}.wl-selectbox-filter__checkbox{display:none}.wl-selectbox-filter__label{display:inline-block;padding:6px 16px;font-size:13px;color:#666;background-color:#f5f5f5;border:1px solid #ddd;border-radius:20px;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wl-selectbox-filter__checkbox:checked+.wl-selectbox-filter__label{background-color:#ff6b35;color:#fff;border-color:#ff6b35}.wl-selectbox-filter__label:hover{background-color:#ffe5dc;border-color:#ff6b35}.wl-selectbox-form{max-width:1200px;margin:0 auto;padding:0 20px 120px}.wl-selectbox-form__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px;list-style:none;margin:0;padding:0}@media screen and (width < 750px){.wl-selectbox-form__list{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}}.wl-selectbox-form__item{display:flex;flex-direction:column;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .3s ease;animation:wl-selectbox-fade-in .3s ease}.wl-selectbox-form__item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.wl-selectbox-form__top{position:relative}.wl-selectbox-form__image{display:block;width:100%;aspect-ratio:1;overflow:hidden;cursor:pointer;border:none;background:none;padding:0;margin:0;font:inherit;color:inherit;text-align:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wl-selectbox-form__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.wl-selectbox-form__image:hover img{transform:scale(1.05)}.wl-selectbox-form__trigger{display:none}.wl-selectbox-form__title{font-size:14px;font-weight:500;color:#333;padding:12px 12px 4px;line-height:1.4;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wl-selectbox-form__price{font-size:13px;color:#ff6b35;font-weight:600;padding:0 12px 8px;line-height:1.6;display:flex;flex-direction:column}.wl-selectbox-form__price-discount{display:block;font-size:13px;color:#ff6b35;font-weight:600;margin-bottom:2px}.wl-selectbox-form__price-single{display:block;font-size:12px;color:#666;font-weight:400}.wl-selectbox-form__bottom{padding:12px;border-top:1px solid #f0f0f0;margin-top:auto}.wl-selectbox-form__quantity{display:flex;align-items:center;justify-content:center;gap:12px}.wl-selectbox-form__button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all .3s ease;padding:0}.wl-selectbox-form__button:hover{background-color:#ff6b35;border-color:#ff6b35}.wl-selectbox-form__button:hover svg path,.wl-selectbox-form__button:hover svg line{stroke:#fff}.wl-selectbox-form__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.wl-btn-plus:disabled{opacity:.5;cursor:not-allowed;background-color:#ccc;border-color:#ccc;pointer-events:none}.wl-btn-plus:disabled:hover{background-color:#ccc;border-color:#ccc}.wl-btn-plus:disabled svg path,.wl-btn-plus:disabled svg line{stroke:#999}.wl-selectbox-form__input{width:60px;height:32px;text-align:center;font-size:14px;font-weight:600;border:1px solid #ddd;border-radius:4px;background-color:#fff;pointer-events:none}.wl-selectbox-form__input:disabled{background-color:#f5f5f5;color:#999}.wl-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1000;overflow-y:auto}.wl-selectbox-form__trigger:checked+.wl-overlay{display:block}.wl-overlay__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.wl-overlay__content{position:relative;max-width:800px;margin:40px auto;background-color:#fff;border-radius:8px;padding:24px;z-index:1001}.wl-overlay__close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#666;cursor:pointer;background-color:#f5f5f5;border-radius:50%;transition:all .3s ease}.wl-overlay__close:hover{background-color:#ff6b35;color:#fff}.wl-overlay__scroller{max-height:70vh;overflow-y:auto}.wl-overlay__image{width:100%;margin-bottom:16px}.wl-overlay__image img{width:100%;height:auto;border-radius:8px}.wl-overlay__labels{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.wl-overlay__label{display:inline-block;padding:4px 12px;font-size:12px;color:#ff6b35;background-color:#ffe5dc;border-radius:12px}.wl-overlay__description{font-size:14px;line-height:1.6;color:#666}.wl-selectbox-fixbtn{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #e0e0e0;padding:10px 30px;z-index:999;box-shadow:0 -2px 8px #00000014}@media screen and (width < 750px){.wl-selectbox-fixbtn{padding:10px 16px}}.wl-status-bar{background-color:#eee;text-align:center;border-radius:4px;padding:10px;font-size:14px;font-weight:500;color:#333;margin-bottom:15px}.wl-status-bar__link{display:block;color:#333;text-decoration:none;transition:color .2s ease}.wl-status-bar__link:hover{color:#ff6b35;text-decoration:underline}.wl-status-bar__count{display:block}.wl-action-buttons{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}@media screen and (width < 750px){.wl-action-buttons{flex-direction:column;gap:8px}}.wl-selectbox-fixbtn__submit{flex:1;padding:14px 32px;font-size:16px;font-weight:600;color:#fff;background-color:#333;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;white-space:nowrap;height:50px}.wl-selectbox-fixbtn__submit:disabled{opacity:.5;cursor:not-allowed;background-color:#999}.wl-selectbox-fixbtn__submit:hover:not(:disabled){background-color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.wl-selectbox-fixbtn__submit:active:not(:disabled){transform:translateY(0)}@media screen and (width < 750px){.wl-selectbox-fixbtn__submit{width:100%;padding:16px}}.wl-product_result{display:flex;gap:15px;list-style:none;margin:0;padding:15px 0 0;overflow:auto hidden;scrollbar-width:thin;scrollbar-color:#ddd transparent;-webkit-overflow-scrolling:touch}.wl-product_result::-webkit-scrollbar{height:4px}.wl-product_result::-webkit-scrollbar-track{background:transparent}.wl-product_result::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:2px}.wl-product_result::-webkit-scrollbar-thumb:hover{background-color:#bbb}.wl-product_result>li{position:relative;display:flex;align-items:center;gap:12px;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:8px 12px;min-width:200px;flex-shrink:0}@media screen and (width < 750px){.wl-product_result>li{min-width:180px;padding:6px 10px;gap:10px}}.wl-result-image{flex-shrink:0}.wl-result-image img{width:60px;height:60px;object-fit:cover;border-radius:4px}@media screen and (width < 750px){.wl-result-image img{width:50px;height:50px}}.wl-result-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.wl-title{font-size:13px;font-weight:500;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (width < 750px){.wl-title{font-size:12px}}.wl-fix-selecter-box{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #ccc;border-radius:20px;padding:4px 8px;background-color:#fff}.wl-fix-selecter-box .wl-mainasu,.wl-fix-selecter-box .wl-plus{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;color:#666;padding:0;line-height:1;transition:all .2s ease}.wl-fix-selecter-box .wl-mainasu:hover,.wl-fix-selecter-box .wl-plus:hover{background-color:#f0f0f0;color:#333}.wl-fix-selecter-box .wl-mainasu:active,.wl-fix-selecter-box .wl-plus:active{transform:scale(.95)}.wl-fix-selecter-box .wl-mainasu:disabled,.wl-fix-selecter-box .wl-plus:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.wl-num{font-size:14px;font-weight:600;color:#333;min-width:24px;text-align:center}.wl-delete{position:absolute;top:-8px;right:-8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:#333;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:16px;font-weight:600;line-height:1;transition:all .2s ease;padding:0;z-index:10}.wl-delete:hover{background-color:#f44;transform:scale(1.1)}.wl-delete:active{transform:scale(.95)}.wl-selectbox-fixbtn__divider{border:none;border-top:1px solid #e0e0e0;margin:15px 0 10px}.wl-selectbox-fixbtn__lead-subscription{display:block;text-align:center;font-size:13px;color:#666;text-decoration:none;margin-top:10px;transition:color .2s ease}.wl-selectbox-fixbtn__lead-subscription:hover{color:#ff6b35;text-decoration:underline}@media screen and (width < 750px){.wl-selectbox__description,.wl-selectbox-filter__container{padding:0 16px}.wl-selectbox-form{padding:0 16px 140px}.wl-selectbox-footer{padding:10px 16px}}.wl-product-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center}.wl-product-modal[hidden]{display:none}.wl-product-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;cursor:pointer}.wl-product-modal__content{position:relative;max-width:500px;width:90%;max-height:85vh;background-color:#fff;border-radius:8px;overflow:hidden;z-index:10001;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000004d}@media screen and (width < 750px){.wl-product-modal__content{width:95%;max-height:90vh}}.wl-product-modal__close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:50%;cursor:pointer;z-index:10002;transition:all .3s ease;padding:0}.wl-product-modal__close:hover{background-color:#ff6b35;border-color:#ff6b35;color:#fff}.wl-product-modal__close svg{width:20px;height:20px}.wl-product-modal__body{display:flex;flex-direction:column;overflow-y:auto;max-height:85vh}@media screen and (width < 750px){.wl-product-modal__body{flex-direction:column;max-height:90vh}}.wl-product-modal__image{width:100%;flex-shrink:0;background-color:#fff;display:flex;align-items:center;justify-content:center;min-height:200px;max-height:400px;padding:20px}.wl-product-modal__image img{width:100%;height:auto;max-width:100%;max-height:100%;display:block;object-fit:contain}@media screen and (width < 750px){.wl-product-modal__image{min-height:150px;max-height:300px;padding:16px}.wl-product-modal__image img{width:100%;height:auto;max-width:100%;max-height:100%;object-fit:contain}}.wl-product-modal__info{padding:24px;flex:1;overflow-y:auto}@media screen and (width < 750px){.wl-product-modal__info{padding:16px}}.wl-product-modal__title{font-size:24px;font-weight:700;color:#333;margin:0 0 16px;margin-top:2rem;line-height:1.4}@media screen and (width < 750px){.wl-product-modal__title{font-size:20px}}.wl-product-modal__description{font-size:14px;line-height:1.8;color:#666}.wl-product-modal__description p{margin:0 0 12px}.wl-product-modal__description p:last-child{margin-bottom:0}.wl-product-modal__description ul,.wl-product-modal__description ol{margin:12px 0;padding-left:24px}.wl-product-modal__description li{margin-bottom:8px}.wl-color-select-button{margin-top:16px;margin-bottom:16px;width:100%}@media screen and (width < 750px){.wl-color-select-button{display:none}}.wl-color-select-button__link{display:flex;align-items:center;justify-content:center;position:relative;width:100%;padding:12px 24px;font-size:14px;font-weight:600;color:#fff;background-color:#ff6b35;border:1px solid #ff6b35;border-radius:6px;text-decoration:none;transition:all .3s ease;cursor:pointer}.wl-color-select-button__link:after{content:"▼";position:absolute;right:24px;font-size:12px;transition:transform .3s ease}.wl-color-select-button__link:hover{background-color:#ff5722;border-color:#ff5722;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.wl-color-select-button__link:hover:after{transform:translateY(2px)}.wl-color-select-button__link:active{transform:translateY(0)}.wl-color-select-button__link:focus{outline:2px solid #ff6b35;outline-offset:2px}html{scroll-behavior:smooth}@keyframes wl-selectbox-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
