.product-recommendations-wrapper{margin-top:var(--margin-top, 2rem);margin-bottom:var(--margin-bottom, 2rem);--primary-color: var(--primary-color, #6ab2ff);--button-hover-bg: var(--button-hover-bg, #6ab2ff);--badge-bg-color: var(--badge-bg-color, #6ab2ff)}.product-also-bought{display:block;margin:0;padding:1.5rem;background:#fff;border-radius:8px}.product-also-bought.hidden-completely{display:none!important;visibility:hidden!important;height:0!important;margin:0!important;padding:0!important;border:none!important;background:none!important;min-height:0!important;max-height:0!important;overflow:hidden!important}.product-also-bought__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.product-also-bought__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em}.product-also-bought__controls{display:flex;gap:.5rem}.carousel-btn{width:40px;height:40px;border:2px solid #e9ecef;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative;z-index:10;flex-shrink:0}.carousel-btn:hover{border-color:var(--primary-color);background:var(--primary-color);color:#fff}.carousel-btn:disabled{opacity:.3;cursor:not-allowed;border-color:#e9ecef;background:#f8f9fa}.carousel-btn svg{width:18px;height:18px;color:#1a1a1a;transition:color .2s ease}.carousel-btn:hover svg{color:#fff}.carousel-btn:disabled svg{color:#999}.product-also-bought__empty{text-align:center;color:#666;font-style:italic;padding:2rem;font-size:14px}.product-also-bought__container{overflow:hidden;position:relative}.product-also-bought__track{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);width:100%}.product-also-bought__slide{flex:0 0 33.333%;padding:5px;min-width:0;box-sizing:border-box}@media screen and (max-width: 768px){.product-also-bought__slide{flex:0 0 50%}}@media screen and (max-width: 480px){.product-also-bought__slide{flex:0 0 50%}}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;position:relative;height:100%;display:flex;flex-direction:column;border:1px solid #f0f0f0}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f;border-color:#e0e0e0}.product-card__link{text-decoration:none;display:block}.product-card__image{width:100%;height:0;padding-bottom:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f8f9fa;position:relative;display:block;flex-shrink:0}@supports (aspect-ratio: 1){.product-card__image{height:auto;padding-bottom:0;display:flex;align-items:center;justify-content:center}}.product-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease,opacity .2s ease}@supports (aspect-ratio: 1){.product-card__image img{position:static}}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__image img.loading{opacity:.7}.product-card__badge{position:absolute;bottom:8px;left:8px;background:var(--badge-bg-color);color:#fff;font-size:11px;font-weight:700;padding:4px 8px;border-radius:4px;z-index:1;text-transform:uppercase;letter-spacing:.5px}.product-card__content{padding:1rem;flex:1;display:flex;flex-direction:column}.product-card__title-link{text-decoration:none;display:block}.product-card__title{font-size:14px;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;line-height:1.4;height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;transition:color .2s ease}.product-card__title-link:hover .product-card__title{color:var(--primary-color)}.product-card__price{margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.product-card__price .price-compare{color:#999;text-decoration:line-through;font-size:13px}.product-card__price .price-current{color:var(--primary-color);font-weight:700;font-size:16px}.product-card__reviews{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.product-card__stars{display:flex;gap:2px}.star-icon{color:#e0e0e0}.star-icon--filled{color:gold}.product-card__reviews-count{font-size:12px;color:#666}.product-card__variants{margin-bottom:.75rem}.variant-selector{width:100%;padding:8px 30px 8px 10px;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;background:#fff;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;transition:all .2s ease;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.variant-selector:hover{border-color:#1a1a1a}.variant-selector:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-color) 15%,transparent)}.product-card__add-btn{width:100%;padding:10px 16px;background:#fff;border:2px solid var(--primary-color);border-radius:10px;font-size:16px;font-weight:900;color:var(--primary-color);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:auto;text-transform:uppercase;letter-spacing:.5px}.product-card__add-btn:hover{background:var(--button-hover-bg);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px color-mix(in srgb,var(--button-hover-bg) 30%,transparent)}.product-card__add-btn:active{transform:translateY(0)}.product-card__add-btn:disabled{background:#f8f9fa;color:#999;border-color:#e0e0e0;cursor:not-allowed;transform:none;box-shadow:none}.product-card__add-btn .loading-overlay__spinner{display:inline-block;margin-left:8px;vertical-align:middle}.product-card__add-btn .loading-overlay__spinner.hidden{display:none!important}.product-card__add-btn .loading-overlay__spinner svg{width:16px;height:16px;animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.spinner .path{stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite;stroke:currentColor}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.product-card__add-btn.loading .add-btn-text{opacity:.6}.product-card__add-btn.loading .loading-overlay__spinner{display:inline-block}.product-card__add-btn.loading{pointer-events:none}.product-also-bought .quick-add{width:100%}.product-also-bought modal-opener{display:block;width:100%}@media screen and (max-width: 1200px){.product-also-bought{padding:1.25rem}.product-also-bought__title{font-size:1.25rem}}@media screen and (max-width: 768px){.product-also-bought{margin:1.5rem 0;padding:1rem}.product-also-bought__title{font-size:1.125rem}.carousel-btn{width:36px;height:36px}.carousel-btn svg{width:16px;height:16px}.product-card__content{padding:.75rem}.product-card__title{font-size:13px;height:2.6em}.product-card__price .price-compare{font-size:12px}.product-card__price .price-current{font-size:15px}.variant-selector{padding:7px 8px;font-size:12px}.product-card__add-btn{padding:9px 14px;font-size:12px}}@media screen and (max-width: 480px){.product-also-bought{margin:1rem 0;padding:.75rem}.product-also-bought__slide{padding-right:.5rem}.carousel-btn{width:40px;height:40px;border-width:2px}.carousel-btn svg{width:20px;height:20px}.product-card__content{padding:.75rem}.product-card__title{font-size:13px;margin-bottom:.5rem;height:2.6em}.product-card__price{margin-bottom:.5rem}.product-card__price .price-compare{font-size:11px}.product-card__price .price-current{font-size:14px}.product-card__reviews{margin-bottom:.5rem}.variant-selector{padding:8px 10px;font-size:13px;min-height:40px;border-radius:6px;border-width:2px;font-weight:500;touch-action:manipulation;pointer-events:auto;position:relative;z-index:2}.product-card__add-btn{padding:11px 16px;font-size:12px;border-radius:10px;min-height:40px;font-weight:700;touch-action:manipulation;pointer-events:auto;position:relative;z-index:2}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-recommendations-also-bought.css.map */
