.customers-also-bought{width:100%;padding:60px 0;overflow:hidden}.customers-also-bought .page-width{width:100%;max-width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box}.cab-wrapper{width:100%;max-width:1800px;margin:0 auto;padding:40px;border:1px solid #ececec;border-radius:20px;background:#fff;box-sizing:border-box}.cab-header{width:100%;text-align:center;padding:0 20px 35px;box-sizing:border-box}.cab-header h2{margin:0;font-size:32px;font-weight:700;line-height:1.2;color:#111}.cab-header p{margin:10px 0 0;color:#777;font-size:15px;line-height:1.5}.cab-layout{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:40px;align-items:start;box-sizing:border-box}.cab-products{min-width:0;display:flex;align-items:flex-start;gap:22px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;box-sizing:border-box;scrollbar-width:thin}.cab-products::-webkit-scrollbar{height:6px}.cab-products::-webkit-scrollbar-thumb{background:#ddd;border-radius:50px}.cab-products::-webkit-scrollbar-track{background:transparent}.cab-card{position:relative;width:270px;min-width:270px;border:1px solid #e8e8e8;border-radius:16px;overflow:hidden;background:#fff;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.cab-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.cab-image{display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f7f7f7}.cab-product-image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}.cab-card:hover .cab-product-image{transform:scale(1.02)}.cab-content{width:100%;padding:14px;box-sizing:border-box}.cab-content>*{margin-top:0}.cab-title{display:-webkit-box;width:100%;margin:0 0 7px;color:#111;font-size:14px;font-weight:600;line-height:1.35;text-decoration:none;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cab-title:hover{color:rgb(var(--color-foreground))}.cab-price-wrapper{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:10px}.cab-price{font-size:14px;font-weight:700;color:#111}.cab-compare-price{font-size:12px;color:#999;text-decoration:line-through}.cab-plus{width:42px;min-width:42px;height:42px;margin-top:150px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f5f5;color:#222;font-size:22px;font-weight:600;box-sizing:border-box}.cab-checkbox{position:absolute;top:12px;left:12px;z-index:5}.cab-checkbox input{display:none}.cab-checkbox span{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:2px solid #d8d8d8;background:#fff;border-radius:6px;cursor:pointer;transition:background .25s ease,border-color .25s ease}.cab-checkbox span:after{content:"\2713";color:#fff;font-size:14px;line-height:1;opacity:0;transition:opacity .2s ease}.cab-checkbox input:checked+span{background:#000;border-color:#000}.cab-checkbox input:checked+span:after{opacity:1}.cab-variant-picker{margin-bottom:14px}.cab-option{margin-bottom:10px}.cab-option:last-child{margin-bottom:0}.cab-option label{display:block;margin-bottom:6px;color:#444;font-size:13px;font-weight:600}.cab-option-select{width:100%;min-height:42px;padding:0 12px;border:1px solid #dcdcdc;border-radius:8px;background:#fff;color:#222;font-size:14px;cursor:pointer;box-sizing:border-box;transition:border-color .25s ease}.cab-option-select:focus{outline:none;border-color:#000}.cab-card product-form{display:block;width:100%;margin:0}.cab-card .form{width:100%;margin:0}.cab-card .product-form__submit{width:100%;min-height:44px;margin:0;box-sizing:border-box}.cab-card .loading-overlay__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.cab-card .product-form__error-message-wrapper{margin-top:8px;font-size:13px}.cab-summary{width:320px;min-width:0}.cab-summary-box{position:sticky;top:100px;width:100%;padding:28px;border:1px solid #ececec;border-radius:16px;box-sizing:border-box;background:#fff}.cab-summary-box h4{margin:0;color:#111;font-size:18px;font-weight:700}.cab-price{margin:0}.cab-total-price{display:block;font-size:25px;font-weight:700;color:#111}.cab-add-all{width:100%;margin-top:18px;min-height:48px}@media screen and (max-width:1199px){.customers-also-bought .page-width{padding-left:24px;padding-right:24px}.cab-wrapper{padding:30px}.cab-layout{grid-template-columns:minmax(0,1fr) 280px;gap:25px}.cab-summary{width:280px}.cab-card{width:240px;min-width:240px}}@media screen and (max-width:749px){.customers-also-bought{width:100%;padding:30px 0;overflow:hidden}.customers-also-bought .page-width{width:100%;max-width:100%;padding:0 12px;margin:0;box-sizing:border-box}.cab-wrapper{width:100%;max-width:100%;padding:20px 12px 18px;border-radius:14px;box-sizing:border-box}.cab-header{padding:4px 6px 24px;text-align:center}.cab-header h2{font-size:24px;line-height:1.25}.cab-header p{margin-top:8px;font-size:13px;line-height:1.5}.cab-layout{width:100%;display:flex;flex-direction:column;gap:22px;align-items:stretch}.cab-products{width:100%;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:12px;overflow:visible;padding:0;box-sizing:border-box}.cab-card{width:100%;min-width:0;max-width:100%;border-radius:14px;transform:none!important;box-sizing:border-box}.cab-card:hover{transform:none;box-shadow:none}.cab-image{width:100%;aspect-ratio:1 / 1;max-height:none}.cab-product-image{width:100%;height:100%;object-fit:cover}.cab-content{padding:12px 13px 13px}.cab-title{font-size:14px;line-height:1.4;-webkit-line-clamp:2;margin-bottom:6px}.cab-price-wrapper{gap:7px;margin-bottom:11px}.cab-price{font-size:15px}.cab-compare-price{font-size:12px}.cab-card .product-form__submit{width:100%;min-height:44px;font-size:13px}.cab-checkbox{top:10px;left:10px}.cab-checkbox span{width:23px;height:23px;border-radius:6px}.cab-plus{width:34px;min-width:34px;height:34px;margin:0 auto;font-size:19px;border:1px solid #e6e6e6;background:#f8f8f8}.cab-variant-picker{margin-bottom:12px}.cab-option{margin-bottom:9px}.cab-option label{margin-bottom:5px;font-size:12px}.cab-option-select{width:100%;min-height:42px;font-size:13px}.cab-summary{width:100%;min-width:0;box-sizing:border-box}.cab-summary-box{position:static;width:100%;padding:20px 16px;border-radius:14px;box-sizing:border-box}.cab-summary-box h4{font-size:16px}.cab-total-price{font-size:23px}.cab-add-all{width:100%;min-height:48px;margin-top:16px}}@media screen and (max-width:380px){.customers-also-bought{padding-top:24px;padding-bottom:24px}.customers-also-bought .page-width{padding:0 8px}.cab-wrapper{padding:18px 9px 16px;border-radius:12px}.cab-header{padding:3px 4px 20px}.cab-header h2{font-size:21px}.cab-header p{font-size:12px}.cab-card{border-radius:12px}.cab-content{padding:11px 11px 12px}.cab-title{font-size:13px}.cab-price{font-size:14px}.cab-card .product-form__submit{min-height:42px;font-size:12px}.cab-summary-box{padding:18px 14px}}@media(prefers-reduced-motion:reduce){.cab-card,.cab-product-image,.cab-checkbox span{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/customers-also-bought.css.map */
