:root{
  --wotw-forest:#0d2419;
  --wotw-forest-2:#143324;
  --wotw-cream:#f4eddf;
  --wotw-paper:#f6f0e5;
  --wotw-gold:#b99352;
  --wotw-ink:#27241f;
  --wotw-purple:#3a213d;
}
body{background:var(--wotw-paper);color:var(--wotw-ink)}
#wotw-site *{box-sizing:border-box}
.wotw-section{position:relative;overflow:hidden;font-family:var(--base-family)}
.wotw-container{width:min(1460px,calc(100% - 40px));margin:0 auto}
.wotw-paper{background-color:var(--wotw-paper);background-image:radial-gradient(circle at 20% 10%,rgba(150,126,80,.06),transparent 20%),radial-gradient(circle at 80% 90%,rgba(120,100,70,.05),transparent 22%)}
.wotw-heading-wrap{display:flex;align-items:center;justify-content:center;gap:14px;text-align:center;margin-bottom:14px}
.wotw-heading-wrap img{display:block;width:64px;height:auto;max-height:36px;object-fit:contain}
.wotw-heading-wrap img:last-child{transform:none}
.wotw-heading-wrap h2{margin:0;font-family:var(--heading-family);font-weight:400;line-height:1.05;letter-spacing:.08em;text-transform:uppercase;color:var(--wotw-ink)}
.wotw-section-subtitle{text-align:center;font-family:var(--base-family);line-height:1.45;color:#615b4e;margin:0 auto 18px;max-width:850px}
.wotw-btn{font-family:var(--button-family);display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border:1px solid currentColor;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:12px;transition:.2s ease}
.wotw-btn:hover{transform:translateY(-1px)}
.wotw-btn--forest{background:#123425;color:#fff8e9;border-color:#a98a4d}
.wotw-btn--ghost{background:rgba(8,25,17,.68);color:#fff7e6;border-color:#c6a45e}
.wotw-card-shadow{box-shadow:0 8px 24px rgba(24,18,11,.10)}
.wotw-product-card{min-width:0}
.wotw-product-card__image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#e9e3d7}
.wotw-product-card__image img,.wotw-product-card__image svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.wotw-product-card:hover .wotw-product-card__image img{transform:scale(1.025)}
.wotw-product-card__info{padding:10px 2px 0;text-align:center}
.wotw-product-card__title{display:block;color:inherit;text-decoration:none;font-family:var(--heading-family);font-size:14px;line-height:1.25;min-height:35px}
.wotw-product-card__price{font-size:13px;margin-top:4px;font-weight:600}
.wotw-product-card__actions{display:flex;justify-content:center;gap:8px;margin-top:7px}
.wotw-product-card__link{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:inherit;text-decoration:underline;text-underline-offset:3px}
@media(max-width:900px){.wotw-container{width:min(100% - 28px,760px)}.wotw-heading-wrap img{width:48px}.wotw-heading-wrap{gap:8px}}
@media(max-width:600px){.wotw-container{width:calc(100% - 20px)}.wotw-heading-wrap h2{letter-spacing:.06em}.wotw-heading-wrap img{width:36px}}
