.product-card{display:flex;flex-direction:column;background:#fbfcf5;border:1px solid #d9dfc8;border-radius:16px;overflow:hidden;min-width:0;min-height:430px;box-shadow:0 8px 22px rgba(48,65,23,.04);transition:transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s ease,border-color .28s ease}.product-card:hover{transform:translateY(-7px);border-color:#b8c78c;box-shadow:0 19px 35px rgba(48,65,23,.15)}.product-card-image{height:220px;position:relative;background-size:cover;background-position:center;flex:0 0 auto}.product-card-image:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,29,8,.12),transparent 40%);pointer-events:none}.product-card-image-link{position:absolute;inset:0;z-index:2}.product-card-badge{position:absolute;z-index:3;left:13px;top:13px;padding:6px 11px;border-radius:999px;background:rgba(255,255,249,.94);box-shadow:0 1px 4px rgba(20,33,10,.12);color:#2c391c;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-card .heart{z-index:4;top:12px;right:12px;width:34px;height:34px;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease;background:#fff;border:0;box-shadow:0 2px 10px rgba(20,33,10,.13)}.product-card:hover .heart,.product-card .heart:focus{opacity:1;transform:translateY(0)}.product-card-content{padding:18px 20px 17px;display:flex;flex:1;flex-direction:column}.product-card-location{display:flex;align-items:center;gap:5px;margin:0 0 9px!important;color:#78846c!important;font-size:11px!important;font-weight:700;letter-spacing:.055em;text-transform:uppercase}.product-card h3{font-family:'DM Serif Display',Georgia,serif!important;font-size:23px!important;line-height:1.12!important;color:#1e2815!important;margin:0!important;font-weight:400}.product-card-description{margin:9px 0 16px!important;color:#536049!important;font-size:12.5px!important;line-height:1.55!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-facts{border-top:1px solid #e1e6d6;margin-top:auto;padding-top:14px;display:flex;align-items:center;gap:15px;flex-wrap:wrap;color:#415034;font-size:11px;font-weight:700}.product-card-facts span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.listing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 26px}.listing-grid .product-card{min-height:480px}.listing-grid .product-card .product-card-image{height:280px}.listing-grid .product-card h3{font-size:26px!important}.cards .product-card .product-card-image{height:240px}.detail-layout .cards{grid-template-columns:repeat(2,1fr)}.detail-layout .product-card{min-height:0}.detail-layout .product-card .product-card-image{height:200px}@media(max-width:1050px){.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-grid .product-card .product-card-image{height:240px}}@media(max-width:760px){.listing-grid,.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{min-height:0;border-radius:12px}.listing-grid .product-card .product-card-image,.cards .product-card .product-card-image{height:185px}.product-card-content{padding:14px}.product-card h3{font-size:19px!important}.product-card-description{font-size:11.5px!important;margin-bottom:13px!important}.product-card-facts{gap:8px;font-size:10px;padding-top:11px}.product-card-facts span:nth-child(2){display:none}.product-card-badge{top:9px;left:9px;padding:5px 8px;font-size:8px}.product-card .heart{display:none}}
