.product-card-wrapper{display:flex;flex-direction:column;height:100%}.product-card-wrapper .card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:box-shadow .3s ease,transform .3s ease;overflow:hidden}.product-card-wrapper .card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.product-card-wrapper .card__media,.product-card-wrapper .card__inner{aspect-ratio:1 / 1;height:auto}.product-card-wrapper .card__media .media{height:100%;padding-bottom:0}.product-card-wrapper .card__media img{width:100%;height:100%;object-fit:cover;object-position:center}.product-card-wrapper .card__content{display:flex;flex-direction:column;flex-grow:1;padding:6px 12px 10px}.product-card-wrapper .card__heading{font-size:1.8rem;font-weight:700;line-height:1.25;color:#2e7d32;margin-bottom:4px;min-height:54px;height:54px;text-align:center;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card-wrapper .card__heading a,.product-card-wrapper .card__heading a.full-unstyled-link,.product-card-wrapper h3.card__heading a{color:#2e7d32;text-decoration:none;text-underline-offset:unset}.product-card-wrapper .card__heading a:hover,.product-card-wrapper .card__heading a.full-unstyled-link:hover{color:#1b5e20;text-decoration:none}.product-card-wrapper .price{display:flex;flex-direction:column;gap:2px;margin-bottom:6px}.product-card-wrapper .price__sale,.product-card-wrapper .price__regular{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.product-card-wrapper .price-item--sale,.product-card-wrapper .price--on-sale .price-item--sale{font-size:1.8rem;font-weight:700;color:#2e7d32;letter-spacing:-.02em}.product-card-wrapper .price-item--regular{font-size:1.6rem;font-weight:600;color:#1a1a1a}.product-card-wrapper .price--on-sale .price-item--regular{font-size:1.3rem;font-weight:500;color:#c0392b;text-decoration:line-through;order:1}.product-card-wrapper .price-wrapper{margin-bottom:4px;display:flex;align-items:center;justify-content:center}.product-card-wrapper .price-display{display:flex;flex-direction:column;align-items:center;gap:2px}.product-card-wrapper .price-row{display:flex;align-items:baseline;gap:12px}.product-card-wrapper .current-price{font-size:2.2rem;font-weight:800;color:#1a1a1a;letter-spacing:-.03em;line-height:1;background:linear-gradient(135deg,#2e7d32,#43a047);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-card-wrapper .original-price{font-size:1.3rem;font-weight:500;color:#999;text-decoration:none;position:relative}.product-card-wrapper .original-price:after{content:"";position:absolute;left:-2px;right:-2px;top:50%;height:2px;background:linear-gradient(90deg,#e74c3c,#c0392b);transform:rotate(-8deg)}.product-card-wrapper .price-label{font-size:.85rem;font-weight:600;color:#2e7d32;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.product-card-wrapper .price-display.single-price .current-price{font-size:2rem}.product-card-wrapper .card__inner{position:relative}.product-card-wrapper .product-badge{position:absolute;top:10px;left:10px;font-size:.85rem;font-weight:700;padding:5px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:.03em;box-shadow:0 2px 6px #0003;z-index:10}.product-card-wrapper .badge-save{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.product-card-wrapper .badge-special{background:linear-gradient(135deg,#f39c12,#d68910);color:#fff}.product-card-wrapper .badge-bestseller{background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff}.product-card-wrapper .badge-limited{background:linear-gradient(135deg,#34495e,#2c3e50);color:#fff}@media screen and (max-width:749px){.product-card-wrapper .product-badge{font-size:.75rem;padding:4px 8px;top:8px;left:8px}}.product-card-wrapper .badge{font-size:1rem;font-weight:600;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.03em}.product-card-wrapper .price__badge-sale{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;font-size:1rem;padding:3px 8px;border-radius:4px;font-weight:600}.product-card-wrapper .free-delivery-badge{display:flex;align-items:center;gap:5px;font-size:1rem;font-weight:600;margin:2px 0 4px;padding:4px 8px;border-radius:5px;background:#f8fdf8;border:1px solid #e8f5e9;min-height:26px;height:26px}.product-card-wrapper .free-delivery-badge svg{flex-shrink:0;color:#42a046}.product-card-wrapper .free-shipping-qualified{color:#2d7d32}.product-card-wrapper .free-shipping-progress{color:#666;font-weight:500}.product-card-wrapper .free-shipping-progress strong,.product-card-wrapper .free-delivery-badge .money{color:#42a046;font-weight:700}.product-card-wrapper .quick-add-button{margin-top:auto;display:block;width:100%;padding:8px 12px;background-color:#42a046;color:#fff;font-size:1.3rem;font-weight:600;letter-spacing:.02em;text-transform:none;text-align:center;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.product-card-wrapper .quick-add-button:hover:not(:disabled){background-color:#2d7d32;transform:scale(1.02)}.product-card-wrapper .quick-add-button:active:not(:disabled){transform:scale(.98)}.product-card-wrapper .quick-add-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}.grid .product-card-wrapper,.collection-product-card{height:100%}.grid .product-card-wrapper .card-information{flex-grow:1;display:flex;flex-direction:column}.product-card-wrapper .price-wrapper+.price{display:none}@media screen and (max-width:749px){.product-card-wrapper .card__heading{font-size:1.4rem;min-height:42px;height:42px}.product-card-wrapper .price-wrapper{margin-bottom:3px}.product-card-wrapper .current-price{font-size:1.8rem}.product-card-wrapper .original-price{font-size:1.1rem}.product-card-wrapper .price-label{font-size:.75rem}.product-card-wrapper .price-display.single-price .current-price{font-size:1.7rem}.product-card-wrapper .free-delivery-badge{min-height:24px;height:24px;font-size:.9rem;padding:3px 6px}.product-card-wrapper .current-price{font-size:1.6rem}.product-card-wrapper .original-price{font-size:1.2rem}.product-card-wrapper .savings-badge{font-size:.9rem;padding:2px 6px}.product-card-wrapper .price-item--sale,.product-card-wrapper .price--on-sale .price-item--sale{font-size:1.6rem}.product-card-wrapper .price-item--regular{font-size:1.4rem}.product-card-wrapper .quick-add-button{padding:12px 16px;font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/64/assets/component-card-product.css.map */
