.sl-collection-page{--sl-collection-red:#df1f2d;--sl-collection-text:#242424;--sl-collection-border:#dedede;--sl-collection-soft:#f7f7f7}.sl-collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 20px;align-items:stretch}.sl-collection-grid__item{min-width:0;display:flex}.sl-collection-empty{grid-column:1/-1;width:100%}.sl-collection-card{width:100%;min-width:0;display:flex;flex-direction:column;background:#fff}.sl-collection-card>.product-card{flex:1 1 auto;width:100%}.sl-collection-card .pc_product_price{color:var(--sl-collection-red)}.sl-collection-card__actions{display:grid;grid-template-columns:52px minmax(0,1fr);gap:10px;padding:0 14px 18px;background:#fff}.sl-collection-cart-btn,.sl-collection-buy-btn{min-height:46px;border:1px solid #b7b7b7;border-radius:4px;background:#fff;color:var(--sl-collection-text);font:inherit;font-size:13px;font-weight:700;line-height:1;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.sl-collection-cart-btn{display:flex;align-items:center;justify-content:center;padding:0}.sl-collection-cart-btn svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.sl-collection-cart-btn .sl-cart-check,.sl-collection-cart-btn.is-added .sl-cart-default{display:none}.sl-collection-cart-btn.is-added .sl-cart-check{display:block}.sl-collection-buy-btn{padding:0 15px;text-transform:uppercase;letter-spacing:.01em}@media screen and (min-width:750px){.sl-collection-card:hover .sl-collection-buy-btn:not(:disabled),.sl-collection-buy-btn:focus-visible:not(:disabled){border-color:var(--sl-collection-red);background:var(--sl-collection-red);color:#fff}.sl-collection-cart-btn:hover:not(:disabled),.sl-collection-cart-btn:focus-visible:not(:disabled){border-color:var(--sl-collection-red);color:var(--sl-collection-red)}}.sl-collection-cart-btn:disabled,.sl-collection-buy-btn:disabled{cursor:not-allowed;opacity:.48}.sl-collection-cart-btn.is-busy,.sl-collection-buy-btn.is-busy{cursor:wait;opacity:.65}.sl-collection-load-status{min-height:74px;display:none;flex-direction:column;align-items:center;justify-content:center;gap:11px;color:#777;font-size:13px;text-align:center}.sl-collection-enhanced .sl-collection-load-status{display:flex}.sl-collection-load-status.is-loading:before{content:"";width:22px;height:22px;border:2px solid #e2e2e2;border-top-color:var(--sl-collection-red);border-radius:50%;animation:slCollectionSpin .7s linear infinite}.sl-collection-load-status.is-complete{min-height:54px;color:#8a8a8a}@keyframes slCollectionSpin{to{transform:rotate(360deg)}}.sl-collection-retry{min-height:40px;padding:0 22px;border:1px solid #bdbdbd;border-radius:4px;background:#fff;color:#333;font-size:12px;font-weight:700;cursor:pointer}.sl-pagination-fallback{margin:26px 0 10px;text-align:center}.sl-collection-next-link,.sl-collection-enhanced .sl-pagination-fallback{display:none}.sl-collection-assurance{margin-top:14px;padding-top:28px;border-top:1px solid #e6e6e6}.sl-collection-enhanced .sl-collection-assurance--pending{display:none}.sl-collection-trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fafafa;border:1px solid #ededed}.sl-collection-trust-item{min-width:0;display:flex;align-items:center;gap:12px;padding:20px 18px;border-left:1px solid #e7e7e7}.sl-collection-trust-item:first-child{border-left:0}.sl-collection-trust-icon{width:34px;height:34px;flex:0 0 34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:1px solid #eee;color:#555}.sl-collection-trust-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.sl-collection-trust-copy strong,.sl-collection-trust-copy span{display:block}.sl-collection-trust-copy strong{color:#333;font-size:13px;line-height:1.35}.sl-collection-trust-copy span{margin-top:2px;color:#777;font-size:11.5px;line-height:1.4}.sl-collection-payments{padding:22px 0 10px;text-align:center}.sl-collection-payments h2{margin:0 0 13px;color:#2e2e2e;font-size:15px;font-weight:700;text-transform:none}.sl-collection-payment-icons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px}.sl-collection-payment-icon{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:28px}.sl-collection-payment-icon svg{width:auto;height:27px;max-width:48px}.sl-variant-modal[hidden]{display:none!important}.sl-variant-modal{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px}.sl-variant-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000007a}.sl-variant-modal__panel{position:relative;width:min(620px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:24px;border-radius:12px;background:#fff;box-shadow:0 20px 70px #00000038}.sl-variant-modal__close{position:absolute;top:14px;right:14px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#f6f6f6;color:#222;font-size:28px;line-height:1;cursor:pointer}.sl-variant-modal__product{display:flex;align-items:center;gap:16px;padding:2px 46px 18px 0;border-bottom:1px solid #ececec}.sl-variant-modal__image{width:104px;height:104px;flex:0 0 104px;object-fit:contain;border-radius:8px;background:#fafafa}.sl-variant-modal__title{margin:0;color:#222;font-size:20px;line-height:1.28;font-weight:700}.sl-variant-modal__price{margin-top:7px;color:#222;font-size:18px;font-weight:700}.sl-variant-modal__options{padding-top:18px}.sl-variant-group{margin:0 0 18px;padding:0;border:0}.sl-variant-group legend{margin-bottom:9px;color:#333;font-size:13px;font-weight:700}.sl-variant-values{display:flex;flex-wrap:wrap;gap:8px}.sl-variant-value{min-width:48px;min-height:40px;padding:8px 14px;border:1px solid #d1d1d1;border-radius:5px;background:#fff;color:#333;font:inherit;font-size:13px;cursor:pointer}.sl-variant-value.is-selected{border-color:#222;box-shadow:inset 0 0 0 1px #222}.sl-variant-value.is-unavailable{opacity:.35;text-decoration:line-through;cursor:not-allowed}.sl-variant-modal__hint{min-height:18px;margin:-4px 0 10px;color:#777;font-size:12px}.sl-variant-modal__confirm{width:100%;min-height:50px;border:1px solid var(--sl-collection-red);border-radius:4px;background:var(--sl-collection-red);color:#fff;font:inherit;font-size:14px;font-weight:700;cursor:pointer}.sl-variant-modal__confirm:disabled{border-color:#d6d6d6;background:#ededed;color:#999;cursor:not-allowed}body.sl-modal-open{overflow:hidden}.sl-collection-toast{position:fixed;z-index:10020;left:50%;bottom:28px;transform:translate(-50%,16px);max-width:calc(100vw - 32px);padding:11px 18px;border-radius:5px;background:#222;color:#fff;font-size:13px;line-height:1.35;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.sl-collection-toast.is-visible{opacity:1;transform:translate(-50%)}.sl-collection-toast.is-error{background:#a91e27}@media screen and (max-width:989px){.sl-collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 16px}.sl-collection-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.sl-collection-trust-item:nth-child(3){border-left:0}.sl-collection-trust-item:nth-child(n+3){border-top:1px solid #e7e7e7}}@media screen and (max-width:749px){.sl-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}.sl-collection-card__actions{grid-template-columns:43px minmax(0,1fr);gap:7px;padding:0 7px 13px}.sl-collection-cart-btn,.sl-collection-buy-btn{min-height:42px;border-radius:4px;font-size:11.5px}.sl-collection-cart-btn svg{width:20px;height:20px}.sl-collection-buy-btn:not(:disabled){border-color:var(--sl-collection-red);background:var(--sl-collection-red);color:#fff}.sl-collection-load-status{min-height:66px}.sl-collection-assurance{padding-top:20px}.sl-collection-trust-item{gap:9px;padding:15px 10px}.sl-collection-trust-icon{width:30px;height:30px;flex-basis:30px}.sl-collection-trust-copy strong{font-size:11.5px}.sl-collection-trust-copy span{font-size:10px}.sl-collection-payments{padding-top:18px}.sl-variant-modal{align-items:flex-end;padding:0}.sl-variant-modal__panel{width:100%;max-height:86vh;padding:20px 18px calc(18px + env(safe-area-inset-bottom));border-radius:16px 16px 0 0}.sl-variant-modal__product{gap:12px;padding-right:42px}.sl-variant-modal__image{width:82px;height:82px;flex-basis:82px}.sl-variant-modal__title,.sl-variant-modal__price{font-size:16px}.sl-collection-toast{bottom:calc(18px + env(safe-area-inset-bottom))}}@media screen and (max-width:420px){.sl-collection-trust-copy span{display:none}}
/*# sourceMappingURL=/cdn/shop/t/98/assets/collection-commerce-v2.css.map */
