
/* === ANSEIO VITRINES POR SEÇÃO V2 === */
nav .container{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.anseio-category-hero{min-height:430px;display:grid;place-items:center;text-align:center;color:white;position:relative;overflow:hidden;background:#12070a}.anseio-category-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.66),rgba(120,0,7,.35)),var(--hero-image, url('../images/hero/banner-principal.png')) center/cover;transform:scale(1.02)}.anseio-category-hero:after{content:"";position:absolute;inset:auto 0 0;height:150px;background:linear-gradient(transparent,#fff)}.anseio-category-hero>div{position:relative;z-index:1;padding:30px 18px}.anseio-category-hero small,.anseio-section-head span,.home-category-card small{letter-spacing:.22em;text-transform:uppercase;font-weight:900;color:#f1c1c8}.anseio-category-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.6rem,6vw,5.8rem);line-height:.95;margin:12px 0;color:#fff}.anseio-category-hero p{font-size:1.16rem;max-width:720px;margin:0 auto;color:#fff7f8}.anseio-page-intro{padding:64px 0 18px;text-align:center}.anseio-page-intro h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2rem,4vw,3.2rem);color:#220d12;margin:0 0 10px}.anseio-page-intro p{max-width:760px;margin:auto;color:#7a6268}.anseio-sections-wrap{padding:28px 0 85px}.anseio-product-section{margin:0 0 62px}.anseio-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px;border-bottom:1px solid #f0dfe2;padding-bottom:16px}.anseio-section-head h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2rem,3vw,3rem);margin:6px 0 0;color:#280f15}.anseio-section-head small{color:#8c6b71;font-weight:700}.anseio-section-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.anseio-section-card{min-width:0}.anseio-section-card .product-image{height:310px;overflow:hidden}.anseio-section-card .product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.anseio-section-card:hover .product-image img{transform:scale(1.045)}.old-price{display:inline-block;margin-right:8px;text-decoration:line-through;color:#9b8a8e;font-size:.95rem}.anseio-empty-category,.anseio-empty-row{text-align:center;background:#fff8f9;border:1px solid #f1dbe0;border-radius:26px;padding:60px 24px;grid-column:1/-1}.anseio-empty-category h3{font-family:Georgia,'Times New Roman',serif;color:#780007;font-size:2rem}.home-categories{padding:76px 0;background:linear-gradient(180deg,#fff,#fff7f8)}.home-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.home-category-card{position:relative;min-height:320px;border-radius:28px;overflow:hidden;text-decoration:none;color:white;display:flex;align-items:end;padding:24px;background:#19080d;box-shadow:0 24px 60px rgba(41,12,18,.13)}.home-category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.84)),var(--card-image) center/cover;transition:.35s}.home-category-card:hover:before{transform:scale(1.06)}.home-category-card div{position:relative;z-index:1}.home-category-card h3{font-family:Georgia,'Times New Roman',serif;font-size:1.75rem;margin:8px 0;color:white}.home-category-card p{margin:0;color:#ffeef1}.home-no-products{display:none}.category-pill-row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}.category-pill-row a{border:1px solid #e9cdd3;border-radius:999px;padding:10px 16px;text-decoration:none;color:#780007;font-weight:800;background:#fff}.category-pill-row a:hover{background:#780007;color:#fff}@media(max-width:1180px){.anseio-section-grid,.home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){nav .container{gap:12px}.anseio-section-grid,.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.anseio-section-card .product-image{height:230px}.anseio-section-head{align-items:flex-start;flex-direction:column}.home-category-card{min-height:240px;border-radius:20px;padding:18px}.home-category-card h3{font-size:1.35rem}.anseio-category-hero{min-height:340px}}@media(max-width:420px){.anseio-section-grid,.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.anseio-section-card .product-info{padding:14px 10px}.anseio-section-card .product-info h3{font-size:.98rem}.anseio-section-card .btn-buy{font-size:.78rem;padding:10px 8px}.anseio-section-card .product-image{height:205px}}

/* cards mais limpos nas vitrines públicas */
.anseio-section-card .product-image{height:300px;min-height:0!important;min-width:0!important;background:#fff7f8;}
.anseio-section-card .product-image img{object-fit:cover;}
.anseio-section-card .product-info{min-height:unset;}
.anseio-section-card .product-actions{align-items:center;}
.anseio-empty-category,.anseio-empty-row{padding:46px 20px;background:#fffafa;border-color:#f4e4e7;}
@media(max-width:760px){.anseio-section-card .product-image{height:215px;}}
@media(max-width:420px){.anseio-section-card .product-image{height:195px;}}
