.cc-product-card{position:relative;background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014,0 1px 4px #0000000a;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease;display:flex;flex-direction:column;height:100%}.cc-product-card:hover{box-shadow:0 8px 36px #00000021,0 2px 8px #0000000f;transform:translateY(-3px)}.cc-product-card__image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f7f0e8;border-radius:16px;margin:10px;width:calc(100% - 20px)}.cc-product-card__image-link{display:block;width:100%;height:100%}.cc-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.cc-product-card:hover .cc-product-card__image{transform:scale(1.06)}.cc-product-card__placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0e6d8}.cc-product-card__placeholder-image .cc-placeholder-svg{width:60%;height:60%;opacity:.4}.cc-product-card__badge{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:5px;background:#1a1a1a;color:#fff;padding:5px 12px;border-radius:50px;font-size:11px;font-weight:700;letter-spacing:.5px;z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:badgePop .4s cubic-bezier(.34,1.56,.64,1) forwards}.cc-product-card__badge--sold-out{background:#e74c3c}.cc-product-card__badge-icon{display:flex;align-items:center}.cc-product-card__badge-icon svg{width:14px;height:14px}@keyframes badgePop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.cc-product-card__info{padding:12px 16px 14px;display:flex;flex-direction:column;gap:8px;flex:1}.cc-product-card__title-link{text-decoration:none;color:inherit}.cc-product-card__title{font-size:14px;font-weight:600;line-height:1.4;color:var(--cc-title-color, #1a1a1a);margin:0;display:-webkit-box;-webkit-line-clamp:var(--cc-title-lines, 2);line-clamp:var(--cc-title-lines, 2);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:calc(var(--cc-title-lines, 2) * 1.4em);transition:color .2s ease}.cc-product-card__title-link:hover .cc-product-card__title{color:#f57c00}.cc-product-card__price-rating-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.cc-product-card__price-wrapper{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.cc-product-card__price{font-size:var(--cc-price-size, 18px);font-weight:800;color:#1a1a1a;letter-spacing:-.3px}.cc-product-card__compare-price{font-size:13px;font-weight:500;color:#999;text-decoration:line-through}.cc-product-card__actions-row{display:flex;align-items:center;gap:10px;margin-top:2px}.cc-product-card__actions-row--sold-out{justify-content:center}.cc-product-card__sold-out-text{font-size:14px;font-weight:700;color:#e74c3c;text-transform:uppercase;letter-spacing:.5px;padding:8px 0}.cc-product-card__quantity-selector{display:flex;align-items:center;border:1.5px solid #e5e5e5;border-radius:50px;overflow:hidden;background:#fafafa;flex:1;height:42px}.cc-product-card__qty-btn{display:flex;align-items:center;justify-content:center;width:38px;height:100%;border:none;background:transparent;cursor:pointer;font-size:18px;font-weight:600;color:#555;transition:background .2s ease,color .2s ease;padding:0;line-height:1;-webkit-user-select:none;user-select:none}.cc-product-card__qty-btn:hover{background:#f0f0f0;color:#1a1a1a}.cc-product-card__qty-btn:active{background:#e5e5e5}.cc-product-card__qty-input{width:40px;text-align:center;border:none;background:transparent;font-size:16px;font-weight:700;color:#1a1a1a;outline:none;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;padding:0;flex:1}.cc-product-card__qty-input::-webkit-inner-spin-button,.cc-product-card__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cc-product-card__form{display:flex}.cc-product-card__add-to-cart-btn{width:44px;height:44px;border-radius:12px;border:1.5px solid #e5e5e5;background:#fafafa;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s cubic-bezier(.25,.46,.45,.94);color:#555;flex-shrink:0;padding:0}.cc-product-card__add-to-cart-btn:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a;transform:scale(1.05)}.cc-product-card__add-to-cart-btn:active{transform:scale(.95)}.cc-product-card__add-to-cart-btn[disabled]{opacity:.4;cursor:not-allowed}.cc-product-card__add-to-cart-btn svg{width:18px;height:18px}.cc-product-card__atc-arrow{position:absolute;bottom:2px;right:4px;font-size:10px;font-weight:800;line-height:1}@media screen and (max-width:749px){.cc-product-card__image-wrapper{margin:6px;width:calc(100% - 12px);border-radius:14px}.cc-product-card{border-radius:16px}.cc-product-card__info{padding:8px 12px 10px;gap:6px}.cc-product-card__title{font-size:12px;min-height:calc(var(--cc-title-lines, 2) * 1.4em)}.cc-product-card__price{font-size:calc(var(--cc-price-size, 18px) * .85)}.cc-product-card__compare-price{font-size:11px}.cc-product-card__quantity-selector{height:36px}.cc-product-card__qty-btn{width:32px;font-size:16px}.cc-product-card__qty-input{font-size:14px}.cc-product-card__add-to-cart-btn{width:38px;height:38px;border-radius:10px}.cc-product-card__add-to-cart-btn svg{width:16px;height:16px}}.cc-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;list-style:none;padding:0;margin:0}@media screen and (max-width:1199px){.cc-product-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media screen and (max-width:899px){.cc-product-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media screen and (max-width:549px){.cc-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.cc-product-grid>li,.cc-product-grid>div{list-style:none}.product-grid .cc-product-card,.product-list .cc-product-card,.product-grid__item .cc-product-card{height:100%}.product-grid__item:has(.cc-product-card) .product-card__link{display:none}.product-grid__item:has(.cc-product-card) .product-card__content{padding:0;gap:0;border:none}.product-grid__item:has(.cc-product-card) .quick-add{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-product-card.css.map */
