.product-card{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s cubic-bezier(.4, 0, .2, 1);box-shadow:0 1px 3px rgba(0,0,0,.08);display:flex;flex-direction:column;height:100%;position:relative}.product-card>*{order:2}.product-card-image{order:1!important}.product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.product-card-image{position:relative;overflow:hidden;background-color:#f8f9fa;aspect-ratio:1/1;flex-shrink:0;min-height:0;width:100%;display:block}.product-card-image a{display:block;width:100%;height:100%;line-height:0;position:absolute;top:0;left:0}.product-card-image img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform .4s cubic-bezier(.4, 0, .2, 1);vertical-align:top;max-width:100%;position:relative}.product-card:hover .product-card-image img{transform:scale(1.08)}.product-card-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card-title{font-family:var(--font-heading);font-size:1rem;font-weight:600;line-height:1.3;margin:0;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-title a{color:var(--dark-grey);text-decoration:none;transition:color .3s ease}.product-card-title a:hover{color:var(--forest-green)}.product-card-price{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--dark-grey);line-height:1}.product-card-price-label{font-size:.8125rem;font-weight:400;color:#868e96;margin-left:.375rem}.product-card-stock-warning{font-size:.8125rem;font-weight:600;color:#dc3545;margin:0}.product-card-attributes{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:.5rem}.product-card-attribute{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:var(--dark-grey);padding:.25rem 0}.product-card-attribute i{font-size:.875rem}.product-card-actions{margin-top:auto;padding-top:.75rem}.product-card-actions .add_to_cart_button,.product-card-actions .button,.product-card-actions a.button,.woocommerce .product-card-actions .button,.woocommerce .product-card-actions a.button{display:block;width:100%;padding:.75rem 1rem;background-color:var(--forest-green)!important;color:#fff!important;text-align:center;text-decoration:none;border-radius:8px;font-family:var(--font-display);font-weight:600;font-size:.9375rem;border:none;cursor:pointer;transition:all .3s ease}.product-card-actions .add_to_cart_button:hover,.product-card-actions .button:hover,.product-card-actions a.button:hover,.woocommerce .product-card-actions .button:hover,.woocommerce .product-card-actions a.button:hover{background-color:var(--dark-green-grey)!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 2px 8px rgba(93,110,79,.3)}.product-card-actions .add_to_cart_button:active,.product-card-actions .button:active{transform:translateY(0)}.product-card-actions .loading::after{content:'...';animation:dots 1.5s infinite}@keyframes dots{0%,20%{content:'.'}40%{content:'..'}100%,60%{content:'...'}}@media (min-width:768px){.product-card-title{font-size:1.0625rem}.product-card-price{font-size:1.375rem}}@media (min-width:1024px){.product-card-content{padding:1.25rem}}@media (min-width:1440px){.product-card-title{font-size:1.125rem}}