:root{--block-padding: 25px;--popup-size: 1000px}*{box-sizing:border-box}body{margin:0;border:0;padding:0}.swatches-modal-wrapper{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}.invicible{display:none!important}.swatches-modal-wrapper.active{display:block}.swatches-modal-wrapper .modal-overlay{width:100%;height:100%;background:#00000075}.swatches-modal-wrapper .modal-container{position:absolute;top:0;right:0;bottom:0;left:0;padding:15px;display:grid;place-items:center}.swatches-modal-wrapper .swatches-modal{width:100%;max-width:var(--popup-size);border-radius:4px;overflow:hidden}.swatches-modal-wrapper .modal-header{background-color:#693f55}.swatches-modal-wrapper .modal-body,.swatches-modal-wrapper.modal-footer{background-color:#fff}.swatches-modal-wrapper .modal-body{max-height:75vh;overflow:auto}.swatches-modal-wrapper .modal-footer{border-top:1px solid #c0c0c0;padding:10px var(--block-padding);background-color:#fff}.swatches-modal-wrapper .modal-header{padding:10px var(--block-padding);display:flex;justify-content:space-between;gap:20px}.swatches-modal-wrapper .modal-header .close-btn{flex-shrink:0;background-color:transparent;border:0;cursor:pointer;padding:0}.swatches-modal-wrapper .modal-title{margin:0;font-size:24px;color:#fff}.swatches-modal-wrapper .content-section{--col-count: 2;display:grid;grid-template-columns:repeat(var(--col-count),1fr);padding:var(--block-padding);gap:20px}.swatches-modal-wrapper .action-btn-section{display:flex;justify-content:end;gap:15px}.swatches-modal-wrapper .action-btn{text-transform:uppercase;padding:10px 20px;font-size:14px;background-color:transparent;border:0;flex:1;border:1px solid;cursor:pointer}.swatches-modal-wrapper .action-btn.cancel{--color: #000;border-color:#000;color:#000;max-width:175px}.swatches-modal-wrapper .action-btn.confirm{background-color:#d76358;border-color:red;color:#fff;max-width:225px}.swatches-modal-wrapper .section-title{margin:0 0 10px;font-size:18px}.swatches-modal-wrapper .filter-section .cards-wrapper,.swatches-modal-wrapper .swatches-section .cards-wrapper{display:flex;flex-wrap:wrap;column-gap:20px;row-gap:15px}.swatches-modal-wrapper .swatches-image-card,.swatches-modal-wrapper .filter-color-card{display:flex;flex-direction:column;align-items:center}.swatches-modal-wrapper .color-card{height:50px;width:50px;border-radius:5px;border:1px solid #eee;cursor:pointer}.swatches-modal-wrapper .swatch-name,.swatches-modal-wrapper .color-name,.swatches-modal-wrapper .selected-item-name{margin:10px 0 0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.swatches-modal-wrapper .color-name{max-width:70px}.swatches-modal-wrapper .swatch-name{max-width:75px}.swatches-modal-wrapper .swatches-section{margin-top:25px}.swatches-modal-wrapper .image-card{width:75px;height:75px;border-radius:5px;border:1px solid #eee;background-image:url(https://placehold.jp/150x150.png);background-size:cover;background-repeat:no-repeat;background-position:center;cursor:pointer}.swatches-modal-wrapper .filter-color-card.selected .color-card,.swatches-modal-wrapper .swatches-image-card.selected .image-card{border-color:red;box-shadow:0 0 5px red}.swatches-modal-wrapper .selected-cards-wrapper{--col-count: 3;position:relative;display:grid;gap:20px;grid-template-columns:repeat(var(--col-count),75px);margin-top:25px}.swatches-modal-wrapper .selected-cards-wrapper .selected-variant-name{font-size:11px;text-wrap:wrap;text-align:center}.swatches-modal-wrapper .selected-cards-wrapper .selected-card{height:75px;width:75px;border-radius:4px;border:1px dashed #c0c0c0;background-size:cover;background-repeat:no-repeat;background-position:center;position:relative}.filter__reset{color:red}.swatches-modal-wrapper .clear-item{height:20px;width:20px;border-radius:100px;background:red;position:absolute;top:-10px;right:-10px;display:none;place-items:center;border:0;padding:0;cursor:pointer}.swatches-modal-wrapper .selected-card.item-selected .clear-item{display:grid}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(max-width:767px){:root{--block-padding: 15px}.swatches-modal-wrapper .content-section{--col-count: 1;gap:0}.swatches-modal-wrapper .selected-cards-wrapper{--col-count: auto-fit;grid-template-columns:repeat(var(--col-count),40px);margin-top:15px}.swatches-modal-wrapper .filter-section .cards-wrapper,.swatches-modal-wrapper .swatches-section .cards-wrapper,.swatches-modal-wrapper .selected-cards-wrapper{column-gap:15px}.swatches-modal-wrapper .selected-cards-wrapper .selected-card{height:40px;width:40px}.swatches-modal-wrapper .selected-items-section{position:sticky;bottom:0;padding:10px 0;background-color:#fff;border-top:1px solid #000;margin-top:10px}.swatches-modal-wrapper .swatch-name,.swatches-modal-wrapper .color-name,.swatches-modal-wrapper .selected-item-name{font-size:12px}.swatches-modal-wrapper .modal-title{font-size:20px}.swatches-modal-wrapper .clear-item{top:-7px;right:-7px}.swatches-modal-wrapper .content-section{padding:0}.swatches-modal-wrapper .swatches-section-wrapper,.swatches-modal-wrapper .selected-items-section{padding:var(--block-padding)}}.free_sample_swatches_buttons{margin-top:15px}.filter-color-card.filter-swatch-card{padding:5px;border-radius:3px}.filter-color-card.filter-swatch-card .color-name{font-size:11px;text-wrap:wrap;cursor:pointer;margin:0}.filter-color-card.filter-swatch-card.selected-filter{border-color:red;box-shadow:0 0 5px red}.swatches-image-card .swatch-name{font-size:11px;margin:0;text-wrap:wrap}.swatches-image-card.selected-swatch{border-color:red;box-shadow:0 0 5px red}.swatches-modal{position:relative}.swatches-modal .message{position:absolute;top:20px;left:20px;right:20px;padding:10px 20px;color:#fff;background:#fd3737;font-weight:700;border-radius:10px;z-index:20}.swatches-modal .message.success{background:#33e223}.swatches-modal.popup-loading{position:relative}.swatches-modal.popup-loading:after{content:"";position:absolute;background:#ffffffa3;top:0;right:0;bottom:0;left:0}
/*# sourceMappingURL=/cdn/shop/t/164/assets/free-sample-products.css.map */
