.sc-card{position:relative;display:flex;flex-direction:column;height:100%;background:var(--sc-card-background-color, #fff);border:var(--sc-card-border-width, 0px) solid var(--sc-card-border-color, transparent);border-radius:var(--sc-card-border-radius, 8px);overflow:hidden;transition:box-shadow .3s ease}.sc-card:hover{box-shadow:0 4px 20px #00000014}.sc-card__image-container{height:100%;display:flex;align-items:center}.sc-card__image-wrap{position:relative;display:block;overflow:hidden;padding:8px;flex:1}.sc-card__image-wrap img{object-fit:cover}.sc-card:hover .sc-card__image-wrap img{transform:scale(1.03)}.sc-card__image-secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;background-color:#f8f8f8;padding:4px;transform:scale(1);transition:.4s all ease}.sc-card:hover .sc-card__image-secondary{opacity:1}.sc-card__quick-atc{position:absolute;bottom:10px;right:10px;z-index:1;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:#1a1a1a;color:#fff;cursor:pointer;box-shadow:0 2px 8px #0000001f;transition:opacity .2s ease,transform .2s ease;text-decoration:none;padding:0}.sc-card__quick-atc button{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:none;background:none;color:inherit;cursor:pointer;padding:0}.sc-card__quick-atc .icon{width:18px;height:18px}.sc-card__quick-atc:hover{transform:scale(1.1)}@media(min-width:768px){.sc-card__quick-atc{opacity:0;pointer-events:none}.sc-card:hover .sc-card__quick-atc{opacity:1;pointer-events:auto}}.sc-card__content{display:flex;flex-direction:column;gap:6px;padding:12px 14px 16px;justify-content:end}.sc-card__badges{position:absolute;top:20px;left:20px;display:flex;flex-direction:column;gap:6px;z-index:1}.sc-card__badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:4px;font-size:10px;font-weight:700;line-height:1.3;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;width:fit-content}.sc-card__badge--bestseller{background-color:#fffd01;color:#000}.sc-card__badge--sale{background-color:var(--sc-card-badge-sale-color, #c40016);color:var(--sc-card-badge-sale-color-text, #fff);font-weight:900}.sc-card__badge--new{background-color:#88ccca;color:#000}.sc-card__badge--sold-out{background-color:#ccc;color:#000}.sc-card__badge--custom{background-color:var(--badge-background-color, #eee);color:var(--badge-color, #000)}.sc-card__badge-icon{display:inline-flex;width:14px;height:14px}.sc-card__vendor-logo{position:absolute;top:10px;right:10px;z-index:2;max-width:60px;max-height:40px}.sc-card__vendor-logo img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.sc-card__title{font-size:15px;font-weight:600;line-height:1.35;color:#1a1a1a;margin:0;text-align:left}.sc-card__title a{color:inherit;text-decoration:none}.sc-card__title a:hover{text-decoration:underline}.sc-card__title--clamp-2{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sc-card__title--clamp-3{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sc-grid__item>.shopify-block{height:100%}.sc-card__rating{display:flex;align-items:center;gap:6px;font-size:13px;line-height:1}.sc-card__rating .star-rating{display:flex;align-items:center;gap:4px}.sc-card__rating .star-rating__stars{position:relative;display:inline-block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ddd'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");background-size:auto 100%;height:16px}.sc-card__rating .star-rating__stars-active{position:absolute;top:0;left:0;height:100%;overflow:hidden;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F5A623'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");background-size:auto 100%}.sc-card__rating-value{font-weight:700;color:#1a1a1a}.sc-card__rating-count{color:#888}.sc-card__bottom-row{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:auto;padding-top:6px}.sc-card__availability{display:flex;align-items:baseline;gap:5px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin-top:auto;line-height:1.2;text-align:left}.sc-card__availability-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sc-card__availability--green .sc-card__availability-dot{background-color:#22c55e}.sc-card__availability--orange .sc-card__availability-dot{background-color:#f59e0b}.sc-card__availability--red .sc-card__availability-dot{background-color:#ef4444}.sc-card__price{text-align:right;line-height:1.2}.sc-card__price-compare{font-size:13px;color:var(--sc-card-compare-price-color, #677279);font-weight:var(--sc-card-compare-price-font-weight, 900);text-decoration:line-through}.sc-card__price-current{font-size:18px;font-weight:var(--sc-card-current-price-font-weight, 900);color:var(--sc-card-current-price-color, #1a1a1a)}.sc-card__price--on-sale{display:flex;flex-direction:column}.sc-card__price--on-sale .sc-card__price-current{color:var(--sc-card-price-on-sale-color, #de2b2b);font-weight:var(--sc-card-price-on-sale-font-weight, 900)}#SCCollectionGrid .product-facet__main{min-width:0;flex:1 1 0%}.sc-grid{display:grid;gap:12px;min-width:0;max-width:100%}.sc-grid--4{grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));--sc-grid-max-cols: 4}.sc-grid--3{grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));--sc-grid-max-cols: 3}@supports (grid-template-columns: subgrid) or (not (grid-template-columns: subgrid)){.sc-grid--4{grid-template-columns:repeat(auto-fill,minmax(max(calc((100% - 60px)/4),220px),1fr))}.sc-grid--3{grid-template-columns:repeat(auto-fill,minmax(max(calc((100% - 40px) / 3),260px),1fr))}}.sc-grid__item--span-2{grid-column:span 2}@media(max-width:767px){.sc-grid--mobile-2{grid-template-columns:repeat(auto-fill,minmax(min(100%,160px),1fr))}.sc-grid--mobile-1{grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr))}.sc-grid__item--span-mobile-2{grid-column:span 2}.sc-grid__item--span-mobile-1{grid-column:span 1}.sc-card__content{padding:10px 10px 14px}.sc-card__title{font-size:14px}.sc-card__price-current{font-size:16px}.sc-card__vendor-logo{max-width:45px;max-height:30px}}.sc-stoerer{position:relative;display:flex;flex-direction:column;height:100%;min-height:380px;border-radius:var(--sc-card-border-radius, 8px);overflow:hidden;color:var(--stoerer-text-color, #fff);background-color:var(--stoerer-bg-color, #1e293b)}.sc-stoerer__bg-image{width:100%;height:auto;display:block;object-fit:cover;max-height:240px}.sc-stoerer__content{display:flex;flex-direction:column;gap:10px;padding:12px;flex:1}.sc-stoerer__badge{display:inline-flex;align-items:center;align-self:flex-start;gap:6px;padding:5px 12px;border-radius:4px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;background-color:var(--stoerer-badge-bg, #22c55e);color:var(--stoerer-badge-text, #fff);position:absolute;top:10px;left:10px}.sc-stoerer__badge-icon{width:16px;height:16px;object-fit:contain}.sc-stoerer__text{margin-top:auto;display:flex;flex-direction:column;gap:4px}.sc-stoerer__title{font-size:22px;font-weight:700;line-height:1.2;margin:0;color:inherit}.sc-stoerer__subtitle{font-size:14px;line-height:1.4;margin:0;opacity:.9}.sc-stoerer__richtext{margin-top:6px}.sc-stoerer__richtext ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:5px}.sc-stoerer__richtext li{display:flex;align-items:baseline;gap:8px;font-size:13px;line-height:1.4}.sc-stoerer__richtext li:before{content:"";flex-shrink:0;width:14px;height:14px;display:inline-block;position:relative;top:1px;background-color:var(--stoerer-check-color, #fff);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.sc-stoerer__button{line-height:1.2;padding:16px 0}
/*# sourceMappingURL=/cdn/shop/t/53/assets/sc-product-card.css.map */
