.ShopSetCatalog{display:grid;grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));gap:16px}.product-item{background:#fff;border-radius:16px;box-shadow:0 6px 18px rgba(0,0,0,0.06);padding:12px;display:flex;flex-direction:column;align-items:stretch;transition:transform .15s ease, box-shadow .15s ease}.product-item .img{width:100%;aspect-ratio:1 / 1;border-radius:12px;background:linear-gradient(180deg, #fafafa, #f3f3f3);overflow:hidden;display:grid;place-items:center;margin-bottom:10px}.product-item .img img{width:80%;height:80%;object-fit:contain;display:block;image-rendering:auto}.product-item .name{min-height:38px;font-size:14px;line-height:1.25;color:#222;margin-bottom:10px}.product-item .name p{margin:0}.counter-wr{position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;overflow:hidden;background:rgba(97,206,112,0.1);border-radius:10px;height:40px;align-items:center;line-height:40px}.counter-wr .minus-product,.counter-wr .plus-product{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;cursor:pointer;color:#61CE70;width:40px;height:40px;border-radius:10px}@media (hover: hover){.counter-wr .minus-product:hover,.counter-wr .plus-product:hover{background:rgba(97,206,112,0.2)}}.counter-wr .count-number{display:block;width:calc(100% - 40px * 2);height:100%;text-align:center;font-size:16px;font-weight:700}#selection-counter{font-size:14px;margin:6px 0 10px;color:#475569;display:none}#selected-products{display:flex;flex-direction:column;gap:10px}#selected-products .product-item.sel{display:grid;grid-template-columns:56px 1fr auto;align-items:flex-start;gap:10px;background-color:#fff;box-shadow:0 2px 16px rgba(0,0,0,0.08);border-radius:16px;padding:16px 20px}#selected-products .product-item.sel .img{width:56px;height:56px;background:#f6f7fb;border-radius:10px;display:grid;place-items:center;overflow:hidden}#selected-products .product-item.sel .img img{width:80%;height:80%;object-fit:contain}#selected-products .product-item.sel .cent .name{margin:0 0 6px 0;color:#000}#selected-products .product-item.sel .cent .count .input-wr{position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;overflow:hidden;background:rgba(97,206,112,0.1);border-radius:10px;height:40px;align-items:center;line-height:40px;max-width:200px}#selected-products .product-item.sel .cent .count .input-wr button{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;cursor:pointer;color:#61CE70;width:40px;height:40px;border-radius:10px}@media (hover: hover){#selected-products .product-item.sel .cent .count .input-wr button:hover{background:rgba(97,206,112,0.2)}}#selected-products .product-item.sel .cent .count .count-number{display:block;width:calc(100% - 40px * 2);height:100%;text-align:center;font-size:16px;font-weight:700}#selected-products .product-item.sel .right .remove-product{width:32px;height:32px;border-radius:8px;border:0;background:#fee2e2;color:#b91c1c;cursor:pointer;display:grid;place-items:center;border-radius:50%}#product-addtocart.site-btn{margin-top:20px;margin-bottom:20px;min-width:200px}#product-addtocart.site-btn[disabled]{opacity:.6;cursor:not-allowed;pointer-events:none;filter:grayscale(1)}.product-item .img::after{content:attr(data-count);position:absolute;inset:auto 8px 8px auto;background:#111827;color:#fff;font-size:12px;font-weight:700;border-radius:999px;padding:2px 6px;display:none}.product-item .img[data-count]:not([data-count="0"])::after{display:inline-block}#bag-canvas-wrap{position:relative;width:100%;height:700px;margin:10px 0 16px;border-radius:18px;overflow:hidden;background:linear-gradient(180deg, #fff, #f8fafc);box-shadow:0 8px 24px rgba(0,0,0,0.06);box-shadow:0 2px 16px rgba(0,0,0,0.08);display:flex;justify-content:center;align-items:center;position:sticky !important;top:0;height:calc(100vh - 200px) !important}#bagCanvas{display:block}#error-message{display:block;margin-top:0 !important;margin-bottom:10px !important;background:#C0272D !important;color:#fff !important;padding:5px;border-radius:10px;text-align:center;font-size:14px}.construct{position:relative}.construct-wr{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;padding:15px}.construct-left{width:25%}.construct-center{width:35%;position:sticky;top:0}.construct-picture{width:100%}.construct-picture img{display:block;width:auto;max-width:100%;max-height:100%}.construct-right{width:35%}.construct-right-info .site-text{color:#b2b2b2}.construct-right-info #weight{margin:30px 0 80px;color:#b2b2b2}.slider-container{width:75%;margin:90px 0 0px;position:relative}#slider{width:100%;height:2px;background:#999;position:relative}#slider .slide-arrow{top:-54px;background-image:url(../img/bullet-2.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;width:30px;height:40px;border:none;background-color:transparent;outline:none;position:absolute;margin-right:-14px;transition:.3s ease-in-out}#slider .slide-arrow:after{content:'';position:absolute;bottom:-16px;left:50%;width:2px;height:25px;background-color:#ff307b;opacity:.7}#slider .slider-bgarrow{position:absolute;top:0;right:0;width:0;height:2px;background-color:#FF307B;transition:.3s ease-in-out}.slider-sizes{display:flex;justify-content:space-between}.slider-sizes div{display:block;width:1px;height:7px;background-color:#999}.slider-labels{display:flex;justify-content:space-between;margin-top:5px}.price-wr{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:flex-end;align-items:flex-end;line-height:0.8;gap:0 10px;margin:20px 0 30px}.price-wr .shek{font-size:0.7em}.price-wr .big-price{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;color:#C0272D;font-weight:700;font-size:30px;gap:0 10px}.price-wr .big-price svg,.price-wr .big-price img{display:block;width:22px;height:22px;object-fit:contain}.price-wr .normal-price{font-weight:700;font-size:16px}.price-wr .old-price{text-decoration:line-through;color:#7A7A7A;font-weight:600}.price-wr .old-price .old_price{text-decoration:none !important;color:inherit !important;font-style:initial !important}
/*# sourceMappingURL=construct.css.map */
