.swatches-category-v2{width:100%}.swatches-category-v2 .page-width{max-width:804px;margin:0 auto;padding:0 24px}.swatches-category-v2 .main-heading{text-align:center;margin-bottom:8px}.swatches-category-v2 .categories-container{display:flex;flex-direction:column;gap:0;max-width:100%;width:100%}.swatches-category-v2 .category-card{display:flex;gap:24px;padding:40px 16px;align-items:stretch;width:100%}.swatches-category-v2 .category-card:last-child{border-bottom:none}.swatches-category-v2 .category-card--error{border-color:#e74c3c;background:#fdf4f4}.swatches-category-v2 .error-message{color:#e74c3c;padding:20px;text-align:center;margin:0}.swatches-category-v2 .category-image{flex:0 0 357px;max-width:357px;max-height:290px;align-self:stretch}.swatches-category-v2 .category-featured-image{width:100%;height:100%;display:block;object-fit:cover;border-radius:0}.swatches-category-v2 .category-content-wrapper{flex:1;display:flex;flex-direction:column;gap:12px;max-width:100%;width:100%}.swatches-category-v2 .category-heading{margin:0;font-weight:700;line-height:1.3;font-family:var(--font-Eina03);color:var(--category-heading-color, #344E62);font-size:var(--category-heading-size-desktop, 16px)}.swatches-category-v2 .category-description{margin:0;line-height:1.6;color:var(--category-description-color, #666666);font-size:var(--category-description-size-desktop, 14px)}.swatches-category-v2 .category-description p{margin:0 0 8px;font-size:14px}.swatches-category-v2 .category-description p:last-child{margin-bottom:0}.swatches-category-v2 .category-icon-wrapper{display:flex;align-items:center;gap:8px}.swatches-category-v2 .category-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0}.swatches-category-v2 .category-icon-text{font-weight:600;color:#344e62;font-size:14px;line-height:1;font-family:var(--font-Eina03)}.swatches-category-v2 .swatches-label{margin:0;font-weight:500;color:#344e62;font-size:14px}.swatches-category-v2 .swatches-grid{display:flex;flex-wrap:wrap;gap:8px;margin:0}.swatches-category-v2 .swatch-item{width:48px;height:48px;border-radius:8px;overflow:visible;border:1px solid #e0e0e0;flex-shrink:0;position:relative;cursor:pointer}.swatches-category-v2 .swatch-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}.swatches-category-v2 .swatch-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#344e62;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:1000;font-family:var(--font-Eina03);box-shadow:0 2px 8px #00000026}.swatches-category-v2 .swatch-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#344e62}.swatches-category-v2 .swatch-item:hover .swatch-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(-2px)}.swatches-category-v2 .category-actions{display:flex;justify-content:flex-start;margin-top:8px}.swatches-category-v2 .category-add-to-cart{padding:16px 32px;border:2px solid transparent;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;position:relative;color:var(--category-button-color, #FFFFFF);background:var(--category-button-bg, #344E62);font-size:var(--category-button-size-desktop, 16px)}.swatches-category-v2 .category-add-to-cart:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00000026;opacity:.9}.swatches-category-v2 .category-add-to-cart:active:not(:disabled){transform:translateY(0)}.swatches-category-v2 .category-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.swatches-category-v2 .category-add-to-cart.loading{pointer-events:none}.swatches-category-v2 .category-add-to-cart.loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;right:20px;margin-top:-8px;border:2px solid currentColor;border-radius:50%;border-top-color:transparent;animation:spinner .6s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}.swatches-category-v2 .category-add-to-cart.success{color:var(--category-button-success-color, #FFFFFF)!important;background:var(--category-button-success-bg, #27ae60)!important;border-color:var(--category-button-success-border, #27ae60)!important}@media (min-width: 750px) and (max-width: 989px){.swatches-category-v2 .category-card{gap:32px;padding:32px}.swatches-category-v2 .category-image{flex:0 0 280px;max-width:280px}}@media screen and (max-width: 749px){.swatches-category-v2 .page-width{padding:0 16px}.swatches-category-v2 .category-card{flex-direction:column;gap:20px;padding:32px 0}.swatches-category-v2 .category-image{flex:0 0 auto;max-width:100%;width:100%}.swatches-category-v2 .category-featured-image{border-radius:8px;max-height:290px}.swatches-category-v2 .category-content-wrapper{gap:16px}.swatches-category-v2 .category-icon{height:24px}.swatches-category-v2 .category-icon-text{font-size:12px}.swatches-category-v2 .swatches-grid{gap:8px;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.swatches-category-v2 .swatches-grid::-webkit-scrollbar{display:none}.swatches-category-v2 .swatch-item{width:56px;height:56px;flex-shrink:0}.swatches-category-v2 .swatch-tooltip{font-size:11px;padding:5px 10px}.swatches-category-v2 .category-add-to-cart{width:100%;min-width:auto;padding:16px 24px;font-size:var(--category-button-size-mobile, 14px)}.swatches-category-v2 .category-heading{font-size:var(--category-heading-size-mobile, 18px)}.swatches-category-v2 .category-description{font-size:var(--category-description-size-mobile, 13px)}.swatches-category-v2 .swatches-label{font-size:13px}.swatches-category-v2 .category-actions{margin-top:16px}}.swatches-category-v2 .category-add-to-cart:focus{outline:2px solid #344E62;outline-offset:2px}.swatches-category-v2 .swatch-item:focus-within{outline:2px solid #344E62;outline-offset:2px}.swatches-category-v2.loading{opacity:.6;pointer-events:none}.swatches-drawer-v2 .swatches-v2-content{padding:0 24px 24px}.swatches-drawer-v2 .category-card-drawer{display:flex;flex-direction:column;gap:20px;padding:0;align-items:stretch;background:transparent;border:none;height:100%}.swatches-drawer-v2 .category-image-drawer{flex:0 0 auto;max-width:100%;width:100%}.swatches-drawer-v2 .category-featured-image{width:100%;height:100%;max-height:350px;object-fit:cover;border-radius:8px}.product .product__info-wrapper .faq-popup-block .product-popup-modal .product-popup-modal__content-info{height:100%}.swatches-drawer-v2 .category-content-wrapper-drawer{flex:1;display:flex;flex-direction:column;gap:16px;max-width:100%;width:100%;justify-content:space-between}.swatches-drawer-v2 .category-heading{margin:0;font-weight:700;line-height:1.3;color:#344e62;font-size:18px;font-family:var(--font-Eina03)}.swatches-drawer-v2 .category-subheading{margin:0;font-weight:600;font-style:italic;line-height:1.5;color:#344e62;font-size:14px;font-family:var(--font-Eina03)}.swatches-drawer-v2 .category-description{margin:0;line-height:1.6;color:#666;font-size:14px}.swatches-drawer-v2 .category-description p{margin:0;font-size:14px;font-family:var(--font-Eina03)}.swatches-drawer-v2 .category-icon-wrapper{display:flex;align-items:center;gap:8px}.swatches-drawer-v2 .category-icon{width:auto;height:32px;object-fit:contain}.swatches-drawer-v2 .category-icon-text{font-weight:600;color:#344e62;font-size:14px;font-family:var(--font-Eina03)}.swatches-drawer-v2 .swatches-label{margin:0;font-weight:500;color:#344e62;font-size:14px}.swatches-drawer-v2 .swatches-grid{display:flex;flex-wrap:wrap;gap:12px;margin:0}.swatches-drawer-v2 .swatch-item{width:56px;height:56px;border-radius:8px;overflow:visible;border:1px solid #e0e0e0;flex-shrink:0;position:relative;cursor:pointer}.swatches-drawer-v2 .swatch-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}.swatches-drawer-v2 .swatch-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#344e62;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:1000;font-family:var(--font-Eina03);box-shadow:0 2px 8px #00000026}.swatches-drawer-v2 .swatch-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#344e62}.swatches-drawer-v2 .swatch-item:hover .swatch-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(-2px)}.swatches-drawer-v2 .category-actions{display:flex;flex-direction:column;gap:12px;padding:24px;background:#f8f7f3;border-top:1px solid #ECE8DE;margin:16px -20px 0}.swatches-drawer-v2 .category-add-to-cart{padding:16px 24px;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;position:relative;color:var(--category-button-color, #FFFFFF);background:var(--category-button-bg, #344E62);font-size:16px;font-family:var(--font-Eina03);text-align:center}.swatches-drawer-v2 .category-actions-note{margin:0;text-align:center;font-size:13px;line-height:1.5;color:#666;font-family:var(--font-Eina03)}.swatches-drawer-v2 .category-add-to-cart:hover:not(:disabled){opacity:.9}.swatches-drawer-v2 .category-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.swatches-drawer-v2 .category-add-to-cart.success{color:var(--category-button-success-color, #FFFFFF)!important;background:var(--category-button-success-bg, #27ae60)!important;border-color:var(--category-button-success-border, #27ae60)!important}.swatches-drawer-v2 .error-message{padding:20px;text-align:center;color:#dc3545;font-size:14px}@media screen and (max-width: 749px){.swatches-drawer-v2 .swatches-v2-content{padding:0 16px 24px}.swatches-drawer-v2 .category-card-drawer{gap:16px}.swatches-drawer-v2 .category-content-wrapper-drawer{gap:12px}.swatches-drawer-v2 .category-heading{font-size:16px}.swatches-drawer-v2 .category-subheading,.swatches-drawer-v2 .category-description{font-size:13px}.swatches-drawer-v2 .category-icon{height:24px}.swatches-drawer-v2 .category-icon-text{font-size:12px}.swatches-drawer-v2 .swatches-label{font-size:13px}.swatches-drawer-v2 .swatches-grid{gap:8px}.swatches-drawer-v2 .swatch-item{width:48px;height:48px}.swatches-drawer-v2 .swatch-tooltip{font-size:11px;padding:5px 10px}.swatches-drawer-v2 .category-actions{padding:20px 12px;margin-top:12px;margin-left:0;margin-right:0}.swatches-drawer-v2 .category-add-to-cart{padding:14px 20px;font-size:14px}.swatches-drawer-v2 .category-actions-note{font-size:12px}}.product .product__info-wrapper .faq-popup-block .product-popup-modal{padding:20px!important}.product .product__info-wrapper .faq-popup-block .product-popup-modal .top-header-content{padding:0 0 16px!important}.swatches-drawer-v2 .category-content-inner-wrapper{display:flex;flex-direction:column;gap:16px}.swatches-category-v2 .popup-swatches-contents{padding-bottom:24px;border-bottom:1px solid #ECE8DE;text-align:center}.swatches-category-v2 .popup-swatches-contents .product-popup-modal__opener{display:inline-block}.swatches-category-v2 .popup-swatches-contents .product-popup-modal__button{background:none;border:none;padding:0;text-decoration:underline;cursor:pointer;font-family:var(--font-Eina03);font-weight:400;transition:opacity .2s ease}.swatches-category-v2 .popup-swatches-contents .product-popup-modal__button:hover{opacity:.8}.swatches-drawer-v2 .popup-swatches-contents{margin-top:16px;padding-top:24px;border-top:1px solid #ECE8DE;text-align:center}.swatches-drawer-v2 .popup-swatches-contents .product-popup-modal__opener{display:inline-block}.swatches-drawer-v2 .popup-swatches-contents .product-popup-modal__button{background:none;border:none;padding:0;text-decoration:underline;cursor:pointer;font-family:var(--font-Eina03);font-weight:400;transition:opacity .2s ease}.swatches-drawer-v2 .popup-swatches-contents .product-popup-modal__button:hover{opacity:.8}.swatches-category-v2 .popup-swatches-contents .product-popup-modal__button{font-weight:400;line-height:normal;font-family:var(--font-Eina03);margin:0;text-decoration:underline;font-weight:700}.swatches-category-v2 .popup-swatches-contents .product-popup-modal,.swatches-drawer-v2 .popup-swatches-contents .product-popup-modal{position:fixed;top:200px;left:0;width:100%;height:calc(100% - 102px);z-index:9999;padding:30px 0;overflow:auto;display:none}.swatches-category-v2 .popup-swatches-contents .product-popup-modal[open],.swatches-drawer-v2 .popup-swatches-contents .product-popup-modal[open]{display:block}.swatches-category-v2 .popup-swatches-contents .product-popup-modal__content-info,.swatches-drawer-v2 .popup-swatches-contents .product-popup-modal__content-info{padding:14px;max-height:calc(100vh - 120px);height:100%;overflow:auto}.swatches-category-v2 .popup-swatches-contents .product-popup-modal__content,.swatches-drawer-v2 .popup-swatches-contents .product-popup-modal__content{max-width:450px;margin:auto;border-radius:8px;position:relative;overflow:hidden;z-index:9;width:calc(100% - 30px);background-color:#f8f7f3}.swatches-category-v2 .popup-swatches-contents .product-popup-modal:after,.swatches-drawer-v2 .popup-swatches-contents .product-popup-modal:after{content:"";position:fixed;left:0;top:102px;width:100%;height:calc(100% - 102px);background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.swatches-category-v2 .popup-swatches-contents .product-popup-modal__toggle,.swatches-drawer-v2 .popup-swatches-contents .product-popup-modal__toggle{position:absolute;top:10px;right:10px;cursor:pointer}.free-swatches-variant-popup .product-popup-modal__content{max-width:600px;width:90%;max-height:90vh;overflow-y:auto;padding:32px}.free-swatches-variant-popup .product-popup-modal__content-info.second-popup{padding:0;margin:0;line-height:1.6;font-family:var(--font-Eina03)}.free-swatches-variant-popup .product-popup-modal__content-info.second-popup p{margin:0 0 16px}.free-swatches-variant-popup .product-popup-modal__content-info.second-popup p:last-child{margin-bottom:0}@media screen and (max-width: 749px){.swatches-category-v2 .popup-swatches-contents{margin-top:12px;padding-top:16px;text-align:left}.swatches-drawer-v2 .popup-swatches-contents{padding-top:16px;text-align:left}.swatches-category-v2 .popup-swatches-contents .product-popup-modal,.swatches-drawer-v2 .popup-swatches-contents .product-popup-modal{height:100vh;top:0;padding:20px 0;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:9999}.swatches-category-v2 .popup-swatches-contents .product-popup-modal__content,.swatches-drawer-v2 .popup-swatches-contents .product-popup-modal__content{overflow:visible;max-height:calc(100vh - 40px);margin:20px auto}.swatches-category-v2 .popup-swatches-contents .product-popup-modal__content-info,.swatches-drawer-v2 .popup-swatches-contents .product-popup-modal__content-info{max-height:calc(100vh - 120px);overflow-y:auto;-webkit-overflow-scrolling:touch}.swatches-category-v2 .popup-swatches-contents .product-popup-modal:after,.swatches-drawer-v2 .popup-swatches-contents .product-popup-modal:after{top:0;height:100vh}.free-swatches-variant-popup .product-popup-modal__content{padding:24px 20px;width:95%}}
/*# sourceMappingURL=/cdn/shop/t/415/assets/swatches-category-v2.css.map */
