.ee-home-catalog .ee-home-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:start}
.ee-home-catalog .ee-home-product-grid--pair{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1000px;margin-inline:auto}
.ee-home-catalog .ee-home-product-grid--single{grid-template-columns:minmax(0,1fr);max-width:520px;margin-inline:auto}
.ee-home-catalog .ee-home-product-card,.ee-home-catalog .ee-home-product-grid--single .ee-home-product-card{display:flex;flex-direction:column;gap:0;min-width:0;padding:0;background:#fffdf9;border:1px solid var(--ee-line,#deded1);border-radius:16px;box-shadow:0 7px 24px #29332c06;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease}
.ee-home-catalog .ee-home-product-card:hover{border-color:#b6bba9;box-shadow:0 12px 30px #29332c0c}
.ee-home-catalog .ee-home-product-image,.ee-home-catalog .ee-home-product-grid--single .ee-home-product-image{position:relative;display:block;flex:none;width:100%;height:auto;aspect-ratio:auto;min-height:0;max-height:none;padding:0;background:transparent;border-radius:0;border-bottom:1px solid var(--ee-line,#deded1);overflow:hidden}
.ee-home-catalog .ee-catalog-image-art{position:static;display:block;width:100%;min-width:0;min-height:0}
.ee-home-catalog .ee-home-product-image img,.ee-home-catalog .ee-home-product-grid--single .ee-home-product-image img{display:block;width:100%;height:auto;max-width:100%;max-height:none;object-fit:contain;transform:none;transition:none}
.ee-home-catalog .ee-home-product-image:hover img{transform:none}
.ee-home-catalog .ee-home-no-image{display:block;padding:60px 24px 45px;background:var(--ee-h-sage,#e4e8d9);font-size:clamp(2.1rem,2.2vw,3rem);line-height:1.2;max-width:100%;text-align:center;overflow-wrap:anywhere}
.ee-home-catalog .ee-catalog-price{position:absolute;z-index:1;top:14px;right:14px;display:inline-flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:4px;max-width:calc(100% - 28px);padding:8px 13px;border:1px solid #d7cfbf;border-radius:999px;background:#fffdf9;color:var(--ee-h-ink,#29332c);font:700 1.7rem/1.2 var(--font-body-family,Arial,sans-serif);box-shadow:0 3px 12px #29332c0b;overflow-wrap:anywhere}
.ee-home-catalog .ee-catalog-price .ee-home-price-from{font:500 1.1rem/1.2 var(--font-body-family,Arial,sans-serif)}
.ee-home-catalog .ee-home-stock-label{z-index:1;left:14px;bottom:12px;margin:0;padding:5px 10px;border:1px solid #d7cfbf;border-radius:5px;background:#fffdf9;color:var(--ee-h-ink,#29332c);font-size:1.1rem;line-height:1.3}
.ee-home-catalog .ee-home-card-copy,.ee-home-catalog .ee-home-product-grid--single .ee-home-card-copy{display:flex;flex-direction:column;flex:1;width:100%;min-width:0;padding:24px}
.ee-home-catalog .ee-home-card-type{font-size:1rem;letter-spacing:.12em;margin-bottom:10px}
.ee-home-catalog .ee-home-card-copy h3,.ee-home-catalog .ee-home-product-grid--single h3{max-width:none;font-size:clamp(2.4rem,2.3vw,3rem);line-height:1.18;overflow-wrap:anywhere}
.ee-home-catalog .ee-home-card-copy h3 a{display:inline;text-wrap:pretty}
.ee-home-catalog .ee-home-card-summary{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;max-height:3.2em;margin:13px 0 20px;color:var(--ee-h-muted,#62695e);font-size:1.35rem;line-height:1.6}
.ee-home-catalog .ee-home-card-bottom,.ee-home-catalog .ee-home-product-grid--single .ee-home-card-bottom{display:block;margin-top:auto;padding-top:20px;border:0}
.ee-home-catalog .ee-home-card-link{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:48px;padding:13px 18px;border:1px solid var(--ee-h-rust,#a6422b);border-radius:7px;background:var(--ee-h-rust,#a6422b);color:#fff;font:700 1.35rem/1.4 var(--font-body-family,Arial,sans-serif);text-decoration:none;transition:filter .15s ease}
.ee-home-catalog .ee-home-card-link:hover{filter:brightness(.92)}
.ee-home-catalog .ee-home-card-link>span[aria-hidden]{font-size:1.8rem;line-height:1}
.ee-home-catalog .ee-home-product-image:focus-visible{outline-offset:-5px}
.ee-home-catalog .ee-home-card-link:focus-visible{outline:3px solid var(--ee-h-ink,#29332c);outline-offset:3px}
@media(max-width:989px){.ee-home-catalog .ee-home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.ee-home-catalog .ee-home-product-grid--single{grid-template-columns:minmax(0,1fr)}.ee-home-catalog .ee-home-card-copy,.ee-home-catalog .ee-home-product-grid--single .ee-home-card-copy{padding:21px}}
@media(max-width:599px){.ee-home-catalog .ee-home-product-grid{grid-template-columns:minmax(0,1fr);gap:26px;max-width:500px;margin-inline:auto}.ee-home-catalog .ee-home-product-image,.ee-home-catalog .ee-home-product-grid--single .ee-home-product-image{height:auto;aspect-ratio:auto;min-height:0;max-height:none}.ee-home-catalog .ee-home-card-copy h3,.ee-home-catalog .ee-home-product-grid--single h3{font-size:2.7rem}.ee-home-catalog .ee-home-card-copy,.ee-home-catalog .ee-home-product-grid--single .ee-home-card-copy{padding:22px}.ee-home-catalog .ee-home-card-link{min-height:50px;font-size:1.4rem}.ee-home-catalog .ee-catalog-price{top:12px;right:12px;font-size:1.6rem}.ee-home-catalog .ee-home-card-summary{font-size:1.35rem}}
@media(prefers-reduced-motion:reduce){.ee-home-catalog .ee-home-product-card,.ee-home-catalog .ee-home-card-link{transition:none}}
