.product-card{position:relative;background:#fff;padding:2rem;text-align:center;border-radius:var(--content-container-radius);border:var(--content-container-border);box-shadow:var(--content-container-shadow)}.product-card--row{display:grid!important;grid-template-columns:minmax(130px,1fr) 3fr;gap:2rem;text-align:left;align-items:start;margin-bottom:0}.product-card--row .product-card__media{margin-bottom:0}.product-card--row .product-card__content{text-align:left;display:flex;flex-direction:column;height:100%;justify-content:center}.product-card--row .product-card__price{justify-content:flex-start}.product-card--row .product-card__image{margin-bottom:0}.product__cross-sell-item .product-card--row:has(.product-card__checkbox-container) .product-card__content{justify-content:start}.product__cross-sell-item .product-card:hover .product-card__image{transform:scale(1)}.product-card--row .product-card__title{min-height:auto}.product-card--row .price{width:fit-content}@media screen and (max-width: 749px){.product-card--row{grid-template-columns:100px 1fr;gap:1rem;padding:1rem}}@media screen and (max-width: 375px){.product__cross-sell-grid:not(.product__cross-sell-grid--row){grid-template-columns:1fr}.product-card--row{grid-template-columns:100px 1fr;gap:1rem;padding:1rem;text-align:left}.product-card--row .product-card__media{margin-bottom:0}.product-card--row .product-card__content{text-align:left}.product-card--row .product-card__price{justify-content:flex-start}}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__media{position:relative;overflow:visible;margin-bottom:1.5rem}.product-card__image{display:block;width:100%;height:auto;transition:transform .3s ease;margin-bottom:10px;border:var(--media-container-border);border-radius:var(--media-container-radius);box-shadow:var(--media-container-shadow)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;background:#ff6b6b;color:#fff;font-size:1.2rem;border-radius:.5rem}.product-card__content{text-align:center}.product-card__title{margin:0 0 1rem;font-size:1.4rem;font-weight:600;text-transform:uppercase;color:#333;min-height:2.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{font-size:1.6rem;font-weight:600;color:#333;margin-bottom:1rem}.product-card .price--on-sale .price-item--regular{text-decoration:line-through;margin-right:1rem;font-size:1.4rem}.product-card__variants{margin-bottom:1rem;width:100%}.product-card__select{width:100%;padding:.8rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:.4rem;font-size:1.4rem;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.6rem;transition:border-color .3s ease}.product-card__select:hover{border-color:rgba(var(--color-foreground),.2)}.product-card__select:focus{outline:none;border-color:rgba(var(--color-foreground),.3);box-shadow:0 0 0 1px rgba(var(--color-foreground),.3)}.product-card__button{width:100%;margin:0}.product-card .loading-overlay__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.8rem;height:1.8rem}.product-card .spinner{animation:rotate 2s linear infinite}.product-card .spinner .path{stroke:#fff;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.product-card__button-text{position:relative}.product-card__button.loading .product-card__button-text{opacity:0}.product-card__button.loading .loading-overlay__spinner{display:block}.product-card__checkbox-container{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.product-card__checkbox-label{display:flex;align-items:center;justify-content:center;cursor:pointer;width:auto;height:2.4rem;border-radius:50%;transition:all .2s ease;position:relative}.product-card__checkbox-label:hover{background:rgba(var(--color-accent-1-rgb),.1)}.product-card__checkbox{width:3.2rem!important;height:1.8rem;border:none;border-radius:.9rem;background:#e5e7eb;cursor:pointer;position:relative;-webkit-appearance:none;appearance:none;transition:all .3s ease;margin:0;outline:none}.product-card__checkbox:before{content:"";position:absolute;top:.2rem;left:.2rem;width:1.4rem;height:1.4rem;border-radius:50%;background:#fff;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.product-card__checkbox:checked{background:rgb(var(--color-accent-1));transform:none}.product-card__checkbox:checked:before{transform:translate(1.4rem)}.product-card__checkbox:checked:after{display:none}.product-card__checkbox:disabled{opacity:.3;cursor:not-allowed}.product-card__checkbox:disabled+.product-card__checkbox-label{cursor:not-allowed}.product-card--row .product-card__checkbox-container{margin-top:0;justify-content:center}.product-card--row .product-card__checkbox-label{justify-content:start}.product__cross-sell{margin-top:1rem;padding:0}.product__cross-sell-grid{display:flex;flex-wrap:wrap;gap:2rem}.product__cross-sell-grid--left{justify-content:flex-start}.product__cross-sell-grid--center{justify-content:center}.product__cross-sell-grid--right{justify-content:flex-end}.product__cross-sell-grid:not(.product__cross-sell-grid--row){display:flex;flex-wrap:wrap}.product__cross-sell-grid:not(.product__cross-sell-grid--row) .product__cross-sell-item{flex:0 0 calc(33.333% - 1.334rem);width:calc(33.333% - 1.334rem)}.product__cross-sell-grid--row .product__cross-sell-item{flex:0 0 100%}.product__cross-sell-item .product-card{padding:1rem;height:100%;display:flex;flex-direction:column}.product__cross-sell-item .product-card__content{display:flex;flex-direction:column;justify-content:space-between;flex:1}.product__cross-sell-item .product-card__button{min-width:auto}.product__info-container .product__cross-sell product-form.product-form,.packPresentOnPage cart-drawer #CartDrawer-CartErrors{display:block}@media screen and (max-width: 989px){.product__cross-sell-grid:not(.product__cross-sell-grid--row) .product__cross-sell-item{flex:0 0 calc(33.333% - 1.334rem);width:calc(33.333% - 1.334rem)}}@media screen and (max-width: 749px){.product__cross-sell-grid{gap:1rem}.product__cross-sell-grid:not(.product__cross-sell-grid--row) .product__cross-sell-item{flex:0 0 calc(50% - .5rem);width:calc(50% - .5rem)}.product__cross-sell-heading{font-size:1.8rem}.product-card{padding:1.5rem}}@media screen and (max-width: 375px){.product-card:not(.product-card--row){padding:1rem}.product-card:not(.product-card--row) .product-card__title{font-size:1.2rem;min-height:2.4rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product-card.css.map */
