:root{--ev-bg:#fff8f3;--ev-card:#ffffff;--ev-text:#23201d;--ev-muted:#6f6258;--ev-border:#eadbd0;--ev-accent:#f1641e;--ev-accent-dark:#b94a13;--ev-soft:#fdf1e8;--ev-shadow:0 18px 40px rgba(57,34,22,.1);--ev-radius:20px;--ev-max:1240px}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;color:var(--ev-text);background:#fff;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.page-width{max-width:var(--ev-max);margin:0 auto;padding:0 22px}.skip-link{position:absolute;left:-999px;top:8px;background:#fff;padding:10px;z-index:99}.skip-link:focus{left:8px}.button,button{font:inherit}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 20px;border-radius:999px;font-weight:750;transition:.18s ease;gap:8px}.button--primary{background:var(--ev-accent);color:#fff;box-shadow:0 12px 22px #f1641e38}.button--primary:hover{background:var(--ev-accent-dark);transform:translateY(-1px)}.button--secondary{border:1px solid var(--ev-border);background:#fff;color:var(--ev-text)}.button--secondary:hover{border-color:var(--ev-accent);color:var(--ev-accent-dark)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--ev-accent-dark);font-weight:800;font-size:.78rem}.rte a{text-decoration:underline}.ev-announcement{background:#3a2116;color:#fff;text-align:center;padding:9px 14px;font-size:.92rem}.ev-header{position:sticky;top:0;z-index:40;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--ev-border)}.ev-header__inner{height:78px;display:grid;grid-template-columns:auto minmax(280px,1fr) auto auto;align-items:center;gap:18px}.ev-logo{display:flex;align-items:center;gap:10px;font-weight:900;white-space:nowrap}.ev-logo--image{min-width:128px}.ev-logo__mark{width:42px;height:42px;border-radius:12px;background:var(--ev-accent);display:grid;place-items:center;color:#fff;letter-spacing:.02em}.ev-logo__text{font-size:1.15rem}.ev-logo__image{height:62px;max-height:62px;width:auto;max-width:168px;object-fit:contain}.ev-logo__image--default{height:64px;max-height:64px;max-width:172px}.ev-search{display:flex;align-items:center;border:2px solid var(--ev-text);border-radius:999px;overflow:hidden;background:#fff}.ev-search input{width:100%;border:0;padding:13px 16px;outline:none;font-size:1rem}.ev-search button{border:0;background:var(--ev-text);color:#fff;padding:13px 20px;font-weight:800;cursor:pointer}.ev-search--page{max-width:680px;margin-top:20px}.ev-nav{display:flex;align-items:center;gap:18px;font-weight:700;font-size:.95rem}.ev-nav a:hover{color:var(--ev-accent-dark)}.ev-cart-link{font-weight:800;display:flex;gap:6px;align-items:center}.ev-cart-link span{background:var(--ev-accent);color:#fff;border-radius:99px;min-width:22px;height:22px;display:grid;place-items:center;font-size:.78rem}.ev-menu-toggle{display:none;border:1px solid var(--ev-border);background:#fff;border-radius:999px;padding:8px 12px}.ev-hero{background:linear-gradient(135deg,#fff8f3,#ffe9db 44%,#fff);padding:58px 0 42px}.ev-hero__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center}.ev-hero h1{font-size:clamp(2.15rem,5vw,4.8rem);line-height:.98;margin:12px 0 18px;letter-spacing:-.055em}.ev-hero__copy p:not(.eyebrow){font-size:1.14rem;color:var(--ev-muted);max-width:680px}.ev-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0}.ev-hero__trust{display:flex;gap:16px;flex-wrap:wrap;color:#5c4a40;font-weight:750}.ev-hero__panel{display:grid;grid-template-columns:1fr 1fr;gap:16px;transform:rotate(-1.5deg)}.ev-mosaic{min-height:150px;border-radius:28px;background:#fff;box-shadow:var(--ev-shadow);padding:22px;font-weight:900;font-size:1.55rem;display:flex;align-items:flex-end;border:1px solid rgba(255,255,255,.8);background-image:radial-gradient(circle at 28% 22%,#fff 0,#fff4eb 42%,#f7d3bc)}.ev-mosaic--large{grid-row:span 2;min-height:318px;background-image:linear-gradient(160deg,#edd4bd,#fff 54%,#f9b58c)}.ev-mosaic--accent{background:#3a2116;color:#fff}.ev-section{padding:56px 0}.ev-section--soft{background:var(--ev-bg)}.ev-section__head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:24px}.ev-section__head h2,.ev-guide h2{font-size:clamp(1.65rem,3vw,2.65rem);line-height:1.08;margin:0;letter-spacing:-.03em}.ev-section__head a{font-weight:800;color:var(--ev-accent-dark)}.ev-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ev-category{background:#fff;border:1px solid var(--ev-border);border-radius:var(--ev-radius);padding:22px;min-height:190px;box-shadow:0 8px 24px #321e0f0d;transition:.18s ease}.ev-category:hover{transform:translateY(-3px);box-shadow:var(--ev-shadow);border-color:#efc4aa}.ev-category__icon{width:42px;height:42px;border-radius:50%;background:var(--ev-soft);display:grid;place-items:center;color:var(--ev-accent-dark);font-size:1.2rem}.ev-category h3{font-size:1.18rem;margin:22px 0 8px}.ev-category p{color:var(--ev-muted);margin:0}.ev-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ev-product-grid--listing{grid-template-columns:repeat(3,1fr)}.ev-card{background:#fff;border:1px solid var(--ev-border);border-radius:22px;overflow:hidden;box-shadow:0 8px 20px #281a0c0d;transition:.18s ease}.ev-card:hover{transform:translateY(-3px);box-shadow:var(--ev-shadow)}.ev-card__image{position:relative;display:block;background:var(--ev-soft);aspect-ratio:1/1;overflow:hidden}.ev-card__image img{width:100%;height:100%;object-fit:cover;transition:.28s ease}.ev-card:hover .ev-card__image img{transform:scale(1.035)}.ev-badge{position:absolute;left:12px;top:12px;background:#fff;border:1px solid var(--ev-border);border-radius:999px;padding:6px 10px;font-weight:800;font-size:.8rem}.ev-card__body{padding:14px 15px 16px}.ev-card__vendor{margin:0 0 5px;color:var(--ev-muted);font-size:.84rem;font-weight:750}.ev-card h3{font-size:1rem;line-height:1.32;margin:0 0 8px}.ev-card__meta{display:flex;justify-content:space-between;gap:12px;color:#856354;font-size:.86rem;margin-bottom:7px}.ev-price{font-weight:900;font-size:1.08rem}.ev-price--sale{color:var(--ev-accent-dark)}.ev-card--placeholder .ev-card__image,.ev-placeholder{display:grid;place-items:center;color:#8b6a5a;font-weight:900}.ev-guide{padding:62px 0;background:#3a2116;color:#fff}.ev-guide__box{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.ev-guide p{color:#f2d9ca}.ev-guide__steps{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ev-guide__steps div{background:#ffffff1a;border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:18px;display:flex;align-items:center;gap:14px}.ev-guide__steps strong{width:34px;height:34px;border-radius:50%;background:#fff;color:#3a2116;display:grid;place-items:center}.ev-props{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ev-prop{border:1px solid var(--ev-border);border-radius:var(--ev-radius);padding:22px;background:#fff}.ev-prop__icon{width:38px;height:38px;background:var(--ev-soft);color:var(--ev-accent-dark);display:grid;place-items:center;border-radius:50%;font-weight:900}.ev-prop h3{margin:18px 0 8px}.ev-prop p{color:var(--ev-muted);margin:0}.ev-listing-page{padding-top:42px;padding-bottom:60px}.ev-listing-hero{background:var(--ev-bg);border:1px solid var(--ev-border);border-radius:28px;padding:34px;margin-bottom:28px}.ev-listing-hero h1{font-size:clamp(2rem,4vw,3.4rem);margin:8px 0 0;letter-spacing:-.04em}.ev-listing-layout{display:grid;grid-template-columns:280px 1fr;gap:26px}.ev-filters{position:sticky;top:96px;align-self:start;border:1px solid var(--ev-border);border-radius:20px;padding:18px;background:#fff}.ev-filters h2{font-size:1.1rem;margin:0 0 12px}.ev-filters details{border-top:1px solid var(--ev-border);padding:12px 0}.ev-filters summary{font-weight:850;cursor:pointer}.ev-filter-values{display:grid;gap:9px;margin-top:10px}.ev-filter-values label{display:flex;gap:8px;color:var(--ev-muted)}.ev-results__bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;color:var(--ev-muted)}.ev-results__bar select{border:1px solid var(--ev-border);border-radius:999px;padding:8px 12px;background:#fff}.ev-product{display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:42px;padding-top:38px;padding-bottom:60px}.ev-product__featured{border-radius:28px;background:var(--ev-soft);overflow:hidden;border:1px solid var(--ev-border)}.ev-product__featured img{width:100%;height:auto}.ev-product__thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:12px}.ev-product__thumbs img{border-radius:12px;cursor:pointer;border:1px solid var(--ev-border);aspect-ratio:1/1;object-fit:cover}.ev-product__info h1{font-size:clamp(2rem,3.2vw,3.2rem);letter-spacing:-.045em;line-height:1.02;margin:8px 0 12px}.ev-rating{color:#8c5a34;font-weight:800;margin-bottom:14px}.ev-rating span{color:var(--ev-muted);font-weight:700}.ev-product__price{font-size:1.35rem;margin:14px 0 20px}.ev-product__description{border-top:1px solid var(--ev-border);border-bottom:1px solid var(--ev-border);padding:18px 0;margin:18px 0}.ev-product-form{display:grid;gap:12px}.ev-product-form label{font-weight:850}.ev-product-form input,.ev-product-form select,.ev-product-form textarea,.ev-cart textarea,.ev-cart input{width:100%;border:1px solid var(--ev-border);border-radius:14px;padding:12px 13px;font:inherit;background:#fff}.ev-custom-box{background:var(--ev-bg);border:1px solid var(--ev-border);border-radius:20px;padding:18px;display:grid;gap:10px}.ev-custom-box h2{font-size:1.18rem;margin:0}.ev-add{width:100%;border:0;cursor:pointer;margin-top:4px}.ev-product__notes{display:grid;gap:10px;margin-top:18px}.ev-product__notes div{background:#fff;border:1px solid var(--ev-border);border-radius:16px;padding:13px;color:var(--ev-muted)}.ev-cart{padding-top:42px;padding-bottom:60px}.ev-cart h1,.ev-page h1{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.04em}.ev-cart__items{display:grid;gap:14px}.ev-cart__item{display:grid;grid-template-columns:110px 1fr 110px 110px;gap:18px;align-items:center;border:1px solid var(--ev-border);border-radius:20px;padding:14px;background:#fff}.ev-cart__image img{border-radius:14px}.ev-cart__item h2{font-size:1.05rem;margin:0}.ev-line-properties{padding-left:18px;color:var(--ev-muted);font-size:.9rem}.ev-cart__footer{margin-left:auto;max-width:460px;margin-top:24px;display:grid;gap:12px}.ev-cart__total{display:flex;justify-content:space-between;font-size:1.25rem;padding:18px;background:var(--ev-bg);border-radius:16px}.ev-empty{text-align:center;padding:80px 20px}.ev-page{padding-top:42px;padding-bottom:70px;max-width:900px}.ev-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ev-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin:34px 0}.ev-pagination a{font-weight:850;color:var(--ev-accent-dark)}.ev-footer{background:#21130e;color:#fff;padding:50px 0 20px}.ev-footer__grid{display:grid;grid-template-columns:1.25fr .75fr .75fr 1fr;gap:30px}.ev-footer a{display:block;color:#f2d9ca;margin:8px 0}.ev-footer p{color:#f2d9ca}.ev-footer__brand{font-weight:950;font-size:1.5rem}.ev-domain{font-weight:900;color:#fff!important}.ev-footer__bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding-top:18px;color:#d4b8a7;font-size:.9rem}@media(max-width:990px){.ev-header__inner{grid-template-columns:auto 1fr auto;height:auto;min-height:72px;padding-top:12px;padding-bottom:12px}.ev-search{grid-column:1/-1;order:5}.ev-menu-toggle{display:inline-flex}.ev-nav{display:none;position:absolute;left:22px;right:22px;top:72px;background:#fff;border:1px solid var(--ev-border);border-radius:18px;padding:14px;box-shadow:var(--ev-shadow);flex-direction:column;align-items:flex-start}.ev-nav.is-open{display:flex}.ev-hero__grid,.ev-guide__box,.ev-product{grid-template-columns:1fr}.ev-category-grid,.ev-product-grid{grid-template-columns:repeat(2,1fr)}.ev-listing-layout{grid-template-columns:1fr}.ev-filters{position:static}.ev-product-grid--listing{grid-template-columns:repeat(2,1fr)}.ev-props,.ev-footer__grid,.ev-blog-grid{grid-template-columns:1fr 1fr}.ev-cart__item{grid-template-columns:80px 1fr}.ev-cart__price{font-weight:900}.ev-cart__item label,.ev-cart__price{grid-column:2}}@media(max-width:620px){.page-width{padding:0 16px}.ev-header__inner{gap:10px}.ev-logo--image{min-width:86px}.ev-logo__image,.ev-logo__image--default{height:46px;max-height:46px;max-width:116px}.ev-logo__text{display:none}.ev-search input{font-size:.92rem}.ev-search button{padding:13px 14px}.ev-hero{padding:38px 0}.ev-hero__panel{display:none}.ev-hero__actions{display:grid}.ev-category-grid,.ev-product-grid,.ev-product-grid--listing,.ev-props,.ev-footer__grid,.ev-guide__steps,.ev-blog-grid{grid-template-columns:1fr}.ev-section{padding:38px 0}.ev-section__head{align-items:flex-start;flex-direction:column}.ev-listing-hero{padding:24px}.ev-product__thumbs{grid-template-columns:repeat(4,1fr)}.ev-cart__footer{max-width:none}.button{width:100%}}.ev-home-hero{background:linear-gradient(135deg,#fff8f2,#fff 52%,#f7efe7);padding:64px 0 48px;border-bottom:1px solid rgba(0,0,0,.08)}.ev-home-hero__wrap{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:32px;align-items:center}.ev-home-hero h1{font-size:clamp(38px,5vw,68px);line-height:.98;margin:10px 0 18px;letter-spacing:-.04em;max-width:780px}.ev-home-hero p{font-size:18px;line-height:1.65;color:#5d4a3f;max-width:680px}.ev-eyebrow{font-size:13px!important;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:#f1641e!important;margin:0}.ev-home-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.ev-home-hero__trust{display:flex;gap:10px;flex-wrap:wrap}.ev-home-hero__trust span{background:#fff;border:1px solid #ead8c8;border-radius:999px;padding:8px 12px;font-weight:700;font-size:13px;color:#3f2417}.ev-home-hero__panel{background:#3a1f14;border-radius:28px;padding:20px;color:#fff;box-shadow:0 24px 60px #3a1f142e}.ev-mini-card{background:#fff7ef;color:#22110b;border-radius:22px;padding:26px;min-height:240px;display:flex;flex-direction:column;justify-content:flex-end}.ev-card-label{color:#f1641e!important;font-size:13px!important;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.ev-mini-card h2{font-size:32px;line-height:1.05;margin:8px 0}.ev-mini-card p{color:#6a5548!important;font-size:15px}.ev-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.ev-mini-grid a{display:block;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#fff;text-decoration:none;border-radius:16px;padding:16px;font-weight:800}.ev-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ev-category{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid #ead8c8;border-radius:20px;padding:22px;text-decoration:none;color:#24130d;transition:.18s ease}.ev-category:hover{transform:translateY(-2px);box-shadow:0 14px 30px #3a1f1414}.ev-category strong{font-size:18px}.ev-category span{color:#6f5a4f;line-height:1.5}.ev-guide{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:30px;align-items:start}.ev-guide h2{font-size:36px;margin:8px 0 12px}.ev-steps{margin:0;padding:0;list-style:none;display:grid;gap:12px}.ev-steps li{background:#fff;border:1px solid #ead8c8;border-radius:18px;padding:18px;display:grid;gap:6px}.ev-steps span{color:#6f5a4f}.ev-section--dark{background:#21120c;color:#fff}.ev-value-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ev-value-row div{background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:20px;display:grid;gap:8px}.ev-value-row span{color:#f3ded0;line-height:1.5}@media(max-width:900px){.ev-home-hero__wrap,.ev-guide,.ev-category-grid,.ev-value-row{grid-template-columns:1fr}.ev-mini-grid{grid-template-columns:1fr 1fr}.ev-home-hero{padding:36px 0}.ev-home-hero__panel{border-radius:22px}}@media(max-width:560px){.ev-mini-grid{grid-template-columns:1fr}.ev-home-hero__actions .button{width:100%;justify-content:center}.ev-home-hero h1{font-size:38px}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.ev-header--etsy{background:#fff;border-bottom:1px solid #e9e9e9;box-shadow:0 1px #00000008;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:60}.ev-header--etsy .ev-header__shell{padding-top:10px;padding-bottom:0}.ev-header--etsy .ev-header__top{height:58px;display:grid;grid-template-columns:auto minmax(360px,1fr) auto auto;align-items:center;gap:14px}.ev-logo--etsy{min-width:142px;justify-content:flex-start}.ev-header--etsy .ev-logo__image{height:52px;max-height:52px;max-width:156px;object-fit:contain}.ev-header--etsy .ev-logo__image--default{height:54px;max-height:54px;max-width:160px}.ev-search--etsy{height:48px;display:flex;align-items:center;gap:4px;width:100%;border:2px solid #222;border-radius:999px;background:#fff;padding:2px 3px 2px 0;overflow:hidden;box-shadow:none;transition:border-color .16s ease,box-shadow .16s ease}.ev-search--etsy:focus-within{border-color:#222;box-shadow:0 0 0 3px #f1641e2e}.ev-search--etsy input{height:100%;width:100%;border:0;background:transparent;padding:0 10px 0 18px;outline:none;font-size:16px;color:#222;min-width:0}.ev-search--etsy input::placeholder{color:#6f6f6f;opacity:1}.ev-search--etsy .ev-search__button{width:42px;height:42px;min-width:42px;border:0;border-radius:999px;background:var(--ev-accent);color:#fff;display:grid;place-items:center;padding:0;cursor:pointer;transition:background .16s ease,transform .16s ease}.ev-search--etsy .ev-search__button:hover{background:var(--ev-accent-dark);transform:scale(1.03)}.ev-search--etsy .ev-search__button svg{width:20px;height:20px;fill:currentColor}.ev-search--etsy .ev-search__text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.ev-menu-toggle--etsy{display:none;align-items:center;gap:7px;border:0;background:#fff;color:#222;border-radius:999px;padding:9px 12px;font-weight:800;line-height:1;cursor:pointer;white-space:nowrap}.ev-menu-toggle--etsy:hover{background:#f5f5f5}.ev-header__actions--etsy{display:flex;align-items:center;justify-content:flex-end;min-width:max-content}.ev-cart-link--etsy{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;min-width:40px;padding:8px 10px;border-radius:999px;color:#222;font-weight:800}.ev-cart-link--etsy:hover{background:#f5f5f5}.ev-cart-link--etsy svg{width:24px;height:24px;fill:currentColor;display:block}.ev-cart-link--etsy .ev-cart-count{position:absolute;top:1px;right:2px;min-width:18px;height:18px;padding:0 5px;background:var(--ev-accent);color:#fff;border-radius:999px;display:grid;place-items:center;font-size:11px;font-weight:900;line-height:1}.ev-cart-link--etsy .ev-cart-label{font-size:14px}.ev-nav--etsy{display:flex;align-items:center;gap:3px;min-height:42px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding:0 0 8px;font-size:14px;font-weight:700;scrollbar-width:none}.ev-nav--etsy::-webkit-scrollbar{display:none}.ev-nav--etsy a{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;color:#222;transition:background .16s ease,color .16s ease}.ev-nav--etsy a:hover{background:#f5f5f5;color:#222;text-decoration:none}.ev-nav--etsy a:first-child{font-weight:850}@media(max-width:990px){.ev-header--etsy .ev-header__shell{padding-top:8px;padding-bottom:8px}.ev-header--etsy .ev-header__top{height:auto;min-height:92px;grid-template-columns:auto 1fr auto auto;gap:8px;align-items:center}.ev-logo--etsy{grid-column:1;grid-row:1;min-width:98px}.ev-header--etsy .ev-logo__image,.ev-header--etsy .ev-logo__image--default{height:42px;max-height:42px;max-width:112px}.ev-menu-toggle--etsy{grid-column:3;grid-row:1;display:inline-flex;font-size:0;padding:9px;min-width:40px;min-height:40px;justify-content:center}.ev-menu-toggle--etsy span:first-child{font-size:21px;line-height:1}.ev-menu-toggle--etsy span:last-child{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.ev-header__actions--etsy{grid-column:4;grid-row:1;min-width:40px}.ev-cart-link--etsy{padding:8px;min-width:40px;min-height:40px}.ev-cart-link--etsy .ev-cart-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.ev-search--etsy{grid-column:1/-1;grid-row:2;height:46px;order:initial;margin:2px 0 0;border-width:2px}.ev-search--etsy input{font-size:15px;padding-left:15px}.ev-search--etsy .ev-search__button{width:40px;height:40px;min-width:40px}.ev-nav--etsy{display:none;position:static;left:auto;right:auto;top:auto;box-shadow:none;border:1px solid #e7e7e7;border-radius:18px;background:#fff;margin-top:8px;padding:8px;min-height:0;white-space:normal;overflow:visible;flex-direction:column;align-items:stretch;gap:2px;font-size:15px}.ev-nav--etsy.is-open{display:flex}.ev-nav--etsy a{width:100%;min-height:42px;border-radius:12px;justify-content:space-between;padding:10px 12px}.ev-nav--etsy a:after{content:"\203a";font-size:20px;color:#777;line-height:1}}@media(max-width:620px){.ev-header--etsy .ev-header__shell{padding-left:12px;padding-right:12px}.ev-header--etsy .ev-header__top{grid-template-columns:auto 1fr auto auto;gap:6px;min-height:88px}.ev-logo--etsy{min-width:82px}.ev-header--etsy .ev-logo__image,.ev-header--etsy .ev-logo__image--default{height:38px;max-height:38px;max-width:102px}.ev-search--etsy{height:44px}.ev-search--etsy input{font-size:14px;padding-left:14px}.ev-search--etsy .ev-search__button{width:38px;height:38px;min-width:38px}.ev-search--etsy .ev-search__button svg{width:18px;height:18px}}.ev-header--etsy .ev-header__shell{position:relative}@media(max-width:990px){.ev-header--etsy .ev-nav--etsy{position:absolute!important;left:16px!important;right:16px!important;top:calc(100% + 0px)!important;z-index:120!important;margin-top:0!important;box-shadow:0 18px 42px #2222222e!important;max-height:calc(100vh - 178px);overflow-y:auto!important;overscroll-behavior:contain}.ev-header--etsy .ev-nav--etsy:not(.is-open){display:none!important}.ev-header--etsy .ev-nav--etsy.is-open{display:flex!important}}@media(max-width:620px){.ev-header--etsy .ev-nav--etsy{left:12px!important;right:12px!important;top:calc(100% + 6px)!important;max-height:calc(100vh - 168px)}}.ev-image-showcase__head p{margin:8px 0 0;color:var(--ev-muted);max-width:640px}.ev-image-showcase__grid{display:grid;grid-template-columns:repeat(var(--ev-image-columns,3),minmax(0,1fr));gap:18px}.ev-image-tile{display:block;background:#fff;border:1px solid var(--ev-border);border-radius:24px;overflow:hidden;box-shadow:0 8px 22px #281a0c0e;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;color:var(--ev-text)}.ev-image-tile:hover{transform:translateY(-3px);box-shadow:var(--ev-shadow);border-color:#efc4aa;text-decoration:none}.ev-image-tile__media{background:var(--ev-soft);overflow:hidden;position:relative;aspect-ratio:1/1}.ev-image-showcase__grid--portrait .ev-image-tile__media{aspect-ratio:4/5}.ev-image-showcase__grid--landscape .ev-image-tile__media{aspect-ratio:4/3}.ev-image-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.ev-image-tile:hover .ev-image-tile__media img{transform:scale(1.035)}.ev-image-tile__placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#fff8f3,#f4d7c3);color:#8b6a5a;font-weight:900;min-height:180px}.ev-image-tile__content{padding:16px 18px 18px}.ev-image-tile__content h3{font-size:1.08rem;line-height:1.25;margin:0 0 7px}.ev-image-tile__content p{color:var(--ev-muted);margin:0 0 12px}.ev-image-tile__content span{display:inline-flex;align-items:center;font-weight:900;color:var(--ev-accent-dark)}.ev-image-tile__content span:after{content:"\2192";margin-left:6px}@media(max-width:900px){.ev-image-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media(max-width:560px){.ev-image-showcase__grid{grid-template-columns:1fr}.ev-image-tile{border-radius:20px}.ev-image-tile__content{padding:14px 15px 16px}}.ev-file-field{display:flex;align-items:center;gap:12px;width:100%;border:1px solid var(--ev-border);border-radius:14px;padding:9px 10px;background:#fff;min-height:52px}.ev-product-form .ev-file-field .ev-file-input{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;opacity:0!important}.ev-product-form .ev-file-field .ev-file-button{width:auto;min-width:max-content;border:0;border-radius:999px;background:var(--ev-soft);color:var(--ev-text);padding:8px 14px;font-size:.95rem;font-weight:850;cursor:pointer;line-height:1.2;transition:background .16s ease,box-shadow .16s ease}.ev-product-form .ev-file-field .ev-file-button:hover{background:#ffe3d1}.ev-file-field:focus-within .ev-file-button{box-shadow:0 0 0 3px #f1641e2e}.ev-file-name{min-width:0;color:var(--ev-muted);font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:480px){.ev-file-field{gap:9px;padding:8px}.ev-product-form .ev-file-field .ev-file-button{padding:8px 12px;font-size:.9rem}.ev-file-name{font-size:.9rem}}.ev-product__media{min-width:0}.ev-product__featured{line-height:0}.ev-product__featured .ev-product__main-image,.ev-product__featured img{width:100%;height:auto;display:block;filter:none!important;transform:none!important;image-rendering:auto}.ev-product__thumbs{grid-template-columns:repeat(8,minmax(0,1fr))}.ev-product__thumb-button{display:block;width:100%;padding:0;margin:0;border:1px solid var(--ev-border);border-radius:12px;background:#fff;overflow:hidden;cursor:pointer;line-height:0;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.ev-product__thumb-button:hover,.ev-product__thumb-button.is-active{border-color:var(--ev-accent);box-shadow:0 0 0 2px #f1641e1f}.ev-product__thumb-button img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;border:0;border-radius:0}@media(max-width:620px){.ev-product__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}}.ev-product__media{min-width:0;align-self:start;position:sticky;top:92px}.ev-product__gallery-shell{display:grid;grid-template-columns:86px minmax(0,1fr);gap:14px;align-items:start}.ev-product__thumbs.ev-product__thumbs--bestcustom{display:flex;flex-direction:column;gap:10px;margin-top:0;padding:2px 4px 2px 2px;max-height:min(760px,calc(100vh - 128px));overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;grid-template-columns:none}.ev-product__thumbs.ev-product__thumbs--bestcustom::-webkit-scrollbar{width:6px}.ev-product__thumbs.ev-product__thumbs--bestcustom::-webkit-scrollbar-thumb{background:#d9cabb;border-radius:999px}.ev-product__thumb-button{display:block;width:100%;height:84px;flex:0 0 84px;padding:0;margin:0;border:1px solid #e7ded3;border-radius:10px;background:#fff;overflow:hidden;cursor:pointer;line-height:0;opacity:.7;transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease,transform .16s ease}.ev-product__thumb-button:hover,.ev-product__thumb-button.is-active{opacity:1;border-color:#24130d;box-shadow:0 0 0 2px #24130d14;transform:translateY(-1px)}.ev-product__thumb-button img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;border:0;border-radius:0;display:block}.ev-product__stage{position:relative;min-width:0}.ev-product__featured{border-radius:8px;background:#f8f4ef;overflow:hidden;border:1px solid #e8dfd4;box-shadow:0 16px 38px #3a1f1414;line-height:0}.ev-product__featured .ev-product__main-image,.ev-product__featured img{width:100%;height:auto;display:block;aspect-ratio:1/1;max-height:760px;object-fit:contain;background:#f8f4ef;filter:none!important;transform:none!important;image-rendering:auto}.ev-product__gallery-arrow{position:absolute;z-index:2;top:50%;width:42px;height:42px;border:1px solid rgba(36,19,13,.16);border-radius:999px;background:#ffffffeb;color:#24130d;box-shadow:0 8px 22px #24130d1f;display:flex;align-items:center;justify-content:center;font-size:30px;line-height:1;cursor:pointer;transform:translateY(-50%);transition:background .16s ease,box-shadow .16s ease,transform .16s ease}.ev-product__gallery-arrow:hover{background:#fff;box-shadow:0 10px 28px #24130d2e;transform:translateY(-50%) scale(1.04)}.ev-product__gallery-arrow--prev{left:12px}.ev-product__gallery-arrow--next{right:12px}.ev-product__gallery-counter{position:absolute;right:14px;bottom:14px;z-index:2;border-radius:999px;background:#24130db8;color:#fff;font-size:.82rem;font-weight:850;letter-spacing:.02em;padding:7px 10px;line-height:1}.ev-product__info{align-self:start}.ev-product__info h1{font-size:clamp(1.85rem,2.8vw,2.85rem)}@media(max-width:990px){.ev-product__media{position:static}.ev-product__gallery-shell{display:flex;flex-direction:column;gap:12px}.ev-product__stage{order:1}.ev-product__thumbs.ev-product__thumbs--bestcustom{order:2;flex-direction:row;overflow-x:auto;overflow-y:hidden;max-height:none;padding:2px 2px 8px}.ev-product__thumb-button{width:78px;height:78px;flex:0 0 78px}.ev-product__featured .ev-product__main-image,.ev-product__featured img{max-height:none}.ev-product__gallery-counter{right:12px;bottom:12px}}@media(max-width:620px){.ev-product{padding-top:18px}.ev-product__gallery-shell{gap:10px}.ev-product__featured{border-radius:10px}.ev-product__thumb-button{width:68px;height:68px;flex-basis:68px}.ev-product__gallery-arrow{width:36px;height:36px;font-size:25px}.ev-product__gallery-arrow--prev{left:8px}.ev-product__gallery-arrow--next{right:8px}.ev-product__gallery-counter{font-size:.76rem;padding:6px 9px}.ev-product__thumbs.ev-product__thumbs--bestcustom{grid-template-columns:none}}.ev-product,.ev-product__media,.ev-product__gallery-shell,.ev-product__stage,.ev-product__featured,.ev-product__info{min-width:0;max-width:100%}.ev-product{overflow-x:clip}@supports not (overflow:clip){.ev-product{overflow-x:hidden}}.ev-product__stage{isolation:isolate}.ev-product__featured{width:100%;max-width:100%}@media(max-width:990px){.ev-product{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:24px!important;padding-top:20px!important;padding-bottom:42px!important}.ev-product__media{width:100%!important;position:static!important;top:auto!important;align-self:stretch!important}.ev-product__gallery-shell{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;width:100%!important;max-width:100%!important}.ev-product__stage{order:1!important;width:100%!important;max-width:100%!important;touch-action:pan-y}.ev-product__featured{width:100%!important;max-width:100%!important;aspect-ratio:1/1;border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.ev-product__featured .ev-product__main-image,.ev-product__featured img{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;display:block!important}.ev-product__thumbs.ev-product__thumbs--bestcustom{order:2!important;width:100%!important;max-width:100%!important;min-width:0!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;margin:0!important;padding:2px 2px 10px!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}.ev-product__thumbs.ev-product__thumbs--bestcustom::-webkit-scrollbar{display:none;height:0}.ev-product__thumb-button{width:72px!important;min-width:72px!important;height:72px!important;flex:0 0 72px!important;scroll-snap-align:start;border-radius:10px!important;transform:none!important}.ev-product__thumb-button:hover,.ev-product__thumb-button.is-active{transform:none!important}.ev-product__gallery-arrow{width:38px!important;height:38px!important;min-width:38px!important;padding:0!important;font-size:26px!important;top:50%!important;background:#ffffffe0!important}.ev-product__gallery-arrow--prev{left:6px!important}.ev-product__gallery-arrow--next{right:6px!important}.ev-product__gallery-counter{right:10px!important;bottom:10px!important;font-size:.74rem!important;padding:5px 8px!important}}@media(max-width:620px){.ev-product.page-width{padding-left:12px!important;padding-right:12px!important}.ev-product{gap:20px!important;padding-top:14px!important}.ev-product__featured{border-radius:12px!important;box-shadow:0 10px 24px #3a1f1412!important}.ev-product__thumb-button{width:64px!important;min-width:64px!important;height:64px!important;flex-basis:64px!important}.ev-product__info h1{font-size:1.55rem!important;line-height:1.12!important;letter-spacing:-.025em!important}.ev-product__price{font-size:1.18rem!important;margin:10px 0 14px!important}.ev-product__description{margin:14px 0!important;padding:14px 0!important}.ev-custom-box{padding:14px!important;border-radius:16px!important}}@media(max-width:380px){.ev-product.page-width{padding-left:10px!important;padding-right:10px!important}.ev-product__thumb-button{width:58px!important;min-width:58px!important;height:58px!important;flex-basis:58px!important}.ev-product__gallery-arrow{width:34px!important;height:34px!important;min-width:34px!important;font-size:23px!important}.ev-product__gallery-counter{font-size:.7rem!important;padding:4px 7px!important}}.ev-product__featured{position:relative;cursor:zoom-in;touch-action:pan-y;outline:none}.ev-product__featured:focus-visible{box-shadow:0 0 0 4px #24130d29,0 16px 38px #3a1f1414}.ev-product__main-image{transition:opacity .18s ease,transform .22s ease}.ev-product__main-image.is-changing{opacity:.32;transform:scale(.992)}.ev-product__zoom-badge{position:absolute;right:12px;top:12px;z-index:5;width:40px;height:40px;border:1px solid rgba(36,19,13,.14);border-radius:999px;background:#ffffffeb;box-shadow:0 8px 20px #24130d24;display:flex;align-items:center;justify-content:center;color:#24130d;font-size:24px;font-weight:900;line-height:1;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ev-product__zoom-lens{position:absolute;left:50%;top:50%;z-index:4;display:none;width:126px;height:126px;border:1px solid rgba(255,255,255,.95);border-radius:10px;background:#ffffff2e;box-shadow:0 0 0 1px #24130d29,0 10px 30px #24130d29;transform:translate(-50%,-50%);pointer-events:none;-webkit-backdrop-filter:brightness(1.04);backdrop-filter:brightness(1.04)}.ev-product__featured.is-zooming .ev-product__zoom-lens{display:block}.ev-product__zoom-pane{position:absolute;left:calc(100% + 16px);top:0;z-index:35;display:none;width:min(42vw,500px);height:min(58vw,560px);max-height:calc(100vh - 124px);overflow:hidden;border:1px solid #e7ded3;border-radius:14px;background:#fff;box-shadow:0 22px 58px #24130d3d;pointer-events:none;line-height:0}.ev-product__stage.is-zooming .ev-product__zoom-pane{display:block}.ev-product__zoom-pane img{position:absolute;left:0;top:0;max-width:none!important;width:auto;height:auto;object-fit:contain;transform-origin:0 0;will-change:transform}.ev-product__zoom-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:66px 74px;background:#140e0ae0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .18s ease}.ev-product__zoom-modal.is-open{display:flex;opacity:1}.ev-product__zoom-modal-stage{width:100%;height:100%;display:flex;align-items:center;justify-content:center;line-height:0}.ev-product__zoom-modal-stage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:10px;background:#f8f4ef;box-shadow:0 24px 70px #00000057;cursor:zoom-out}.ev-product__zoom-close,.ev-product__zoom-nav{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.28);background:#fffffff0;color:#24130d;box-shadow:0 10px 26px #00000038;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.ev-product__zoom-close:hover,.ev-product__zoom-nav:hover{background:#fff;transform:scale(1.04)}.ev-product__zoom-close{right:18px;top:18px;width:44px;height:44px;border-radius:999px;font-size:30px;line-height:1}.ev-product__zoom-nav{top:50%;width:48px;height:48px;border-radius:999px;font-size:34px;line-height:1;transform:translateY(-50%)}.ev-product__zoom-nav:hover{transform:translateY(-50%) scale(1.04)}.ev-product__zoom-nav--prev{left:18px}.ev-product__zoom-nav--next{right:18px}.ev-product__zoom-modal-counter{position:absolute;left:50%;bottom:18px;transform:translate(-50%);border-radius:999px;background:#ffffffeb;color:#24130d;font-size:.84rem;font-weight:850;padding:7px 12px;box-shadow:0 8px 20px #00000029}body.ev-zoom-open{overflow:hidden!important}@media(max-width:1180px){.ev-product__zoom-pane{width:min(38vw,430px);height:min(54vw,500px)}}@media(max-width:990px){.ev-product__zoom-pane,.ev-product__zoom-lens{display:none!important}.ev-product__zoom-badge{right:10px;top:10px;width:36px;height:36px;font-size:22px}.ev-product__zoom-modal{padding:58px 16px 54px}.ev-product__zoom-close{right:12px;top:12px;width:42px;height:42px}.ev-product__zoom-nav{width:42px;height:42px;font-size:30px;background:#ffffffe6}.ev-product__zoom-nav--prev{left:10px}.ev-product__zoom-nav--next{right:10px}.ev-product__zoom-modal-stage img{max-width:100%;max-height:calc(100vh - 120px)}}@media(max-width:620px){.ev-product__zoom-badge{width:34px;height:34px;font-size:20px;right:8px;top:8px}.ev-product__zoom-modal{padding:56px 10px 48px}.ev-product__zoom-nav{top:auto;bottom:12px;transform:none}.ev-product__zoom-nav:hover{transform:scale(1.04)}.ev-product__zoom-nav--prev{left:14px}.ev-product__zoom-nav--next{right:14px}.ev-product__zoom-modal-counter{bottom:18px;font-size:.76rem;padding:6px 10px}.ev-product__zoom-modal-stage img{border-radius:8px;max-height:calc(100vh - 112px)}}.ev-product.page-width{width:100%!important}.ev-product__media,.ev-product__gallery-shell,.ev-product__stage,.ev-product__featured{min-width:0!important;max-width:100%!important}.ev-product__gallery-shell{align-items:start!important}.ev-product__stage{position:relative!important;isolation:isolate!important}.ev-product__featured{position:relative!important;width:100%!important;aspect-ratio:1/1!important;height:auto!important;display:block!important;overflow:hidden!important;background:#f7f1eb!important;border:1px solid #e6ddd2!important;border-radius:10px!important;line-height:0!important;cursor:zoom-in}.ev-product__featured .ev-product__main-image,.ev-product__featured>img.ev-product__main-image{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;min-height:0!important;display:block!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center center!important;background:#f7f1eb!important;image-rendering:auto!important;will-change:transform,opacity!important;transition:opacity .18s ease,transform .18s ease!important}.ev-product__main-image.is-changing{opacity:.45!important;transform:scale(1.015)!important}.ev-product__featured.is-inline-zooming .ev-product__main-image{transform:scale(2.08)!important}.ev-product__zoom-pane{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.ev-product__featured.is-zooming .ev-product__zoom-lens,.ev-product__featured.is-inline-zooming .ev-product__zoom-lens{display:block!important}.ev-product__zoom-lens{width:132px!important;height:132px!important;border-radius:8px!important;background:#ffffff24!important;border:1px solid rgba(255,255,255,.92)!important;box-shadow:0 0 0 1px #24130d2e,0 8px 22px #24130d24!important;-webkit-backdrop-filter:brightness(1.08)!important;backdrop-filter:brightness(1.08)!important}.ev-product__gallery-arrow{z-index:8!important}.ev-product__gallery-counter,.ev-product__zoom-badge{z-index:9!important}@media(min-width:991px){.ev-product.page-width{max-width:1500px!important;padding-left:24px!important;padding-right:24px!important}.ev-product{grid-template-columns:minmax(560px,820px) minmax(360px,470px)!important;gap:28px!important;align-items:start!important;justify-content:center!important}.ev-product__media{position:sticky!important;top:92px!important;align-self:start!important;width:100%!important}.ev-product__gallery-shell{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;gap:12px!important;width:100%!important}.ev-product__thumbs.ev-product__thumbs--bestcustom{gap:9px!important;padding:1px 3px 1px 1px!important;max-height:min(760px,calc(100vh - 128px))!important}.ev-product__thumb-button{height:74px!important;flex-basis:74px!important;border-radius:8px!important}.ev-product__stage{width:100%!important}.ev-product__featured{max-height:none!important;box-shadow:0 12px 30px #3a1f1412!important}.ev-product__gallery-arrow--prev{left:12px!important}.ev-product__gallery-arrow--next{right:12px!important}}@media(min-width:991px)and (max-width:1260px){.ev-product{grid-template-columns:minmax(470px,1fr) minmax(330px,420px)!important;gap:22px!important}.ev-product__gallery-shell{grid-template-columns:68px minmax(0,1fr)!important;gap:10px!important}.ev-product__thumb-button{height:66px!important;flex-basis:66px!important}.ev-product__info h1{font-size:clamp(1.65rem,2.4vw,2.35rem)!important}}@media(max-width:990px){.ev-product.page-width{max-width:100%!important;padding-left:16px!important;padding-right:16px!important}.ev-product__featured{border-radius:12px!important}.ev-product__featured .ev-product__main-image,.ev-product__featured>img.ev-product__main-image{object-fit:cover!important}.ev-product__featured.is-inline-zooming .ev-product__main-image{transform:none!important}.ev-product__zoom-lens{display:none!important}}@media(max-width:620px){.ev-product.page-width{padding-left:10px!important;padding-right:10px!important}.ev-product__gallery-shell{gap:8px!important}.ev-product__featured{border-radius:10px!important}.ev-product__thumbs.ev-product__thumbs--bestcustom{padding-bottom:8px!important}.ev-product__thumb-button{width:62px!important;min-width:62px!important;height:62px!important;flex-basis:62px!important}}.ev-product__zoom-badge{display:none!important}.ev-product__stage{align-self:start!important}.ev-product__featured{aspect-ratio:auto!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;overflow:hidden!important;line-height:0!important}.ev-product__featured .ev-product__main-image,.ev-product__featured>img.ev-product__main-image{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;object-fit:contain!important;object-position:center top!important;aspect-ratio:auto!important;background:#f7f1eb!important}.ev-product__featured.is-inline-zooming .ev-product__main-image{transform:scale(2.02)!important}@media(min-width:991px){.ev-product__stage{display:block!important;width:100%!important}.ev-product__featured{width:100%!important;box-shadow:0 12px 30px #3a1f1412!important}}@media(max-width:990px){.ev-product__featured{width:100%!important;border-radius:12px!important}.ev-product__featured .ev-product__main-image,.ev-product__featured>img.ev-product__main-image{width:100%!important;height:auto!important;object-fit:contain!important}}.ev-product__description--below-media{margin:18px 0 0!important;padding:18px 20px!important;border:1px solid var(--ev-border)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 22px #281a0c0d!important;line-height:1.65!important}.ev-product__description--below-media>:first-child{margin-top:0!important}.ev-product__description--below-media>:last-child{margin-bottom:0!important}@media(min-width:991px){.ev-product__media{position:static!important;top:auto!important}}@media(max-width:990px){.ev-product__description--below-media{margin-top:14px!important;padding:15px 14px!important;border-radius:14px!important}}.ev-product__description{color:var(--ev-text)!important}.ev-product__description--desktop{display:block!important}.ev-product__description--mobile{display:none!important}.ev-product__description-tabs{display:flex!important;align-items:center!important;gap:18px!important;margin:0 0 16px!important;border-bottom:1px solid var(--ev-border)!important}.ev-product__description-tabs span{display:inline-flex!important;align-items:center!important;min-height:42px!important;padding:0 4px 12px!important;font-size:1rem!important;font-weight:900!important;color:var(--ev-text)!important;border-bottom:2px solid var(--ev-text)!important}.ev-product__description-body{font-size:.98rem!important;line-height:1.72!important;color:#4a372e!important}.ev-product__description-body>:first-child{margin-top:0!important}.ev-product__description-body>:last-child{margin-bottom:0!important}.ev-product__description--mobile h2{margin:0 0 12px!important;font-size:1.18rem!important;line-height:1.2!important;letter-spacing:-.02em!important}@media(min-width:991px){.ev-product__description--below-media.ev-product__description--desktop{display:block!important;margin:18px 0 0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.ev-product__description--mobile{display:none!important}}@media(max-width:990px){.ev-product__description--below-media.ev-product__description--desktop{display:none!important}.ev-product__description--mobile{display:block!important;margin:18px 0 0!important;padding:18px 0 0!important;border-top:1px solid var(--ev-border)!important;border-left:0!important;border-right:0!important;border-bottom:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.ev-product__description-body{font-size:.96rem!important;line-height:1.68!important}}@media(max-width:620px){.ev-product__description--mobile{margin-top:16px!important;padding-top:16px!important}.ev-product__description--mobile h2{font-size:1.08rem!important}}.ev-product__price--bestcustom{margin:14px 0 20px!important}.ev-product__price-row{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important}.ev-product__price--bestcustom .ev-price{font-size:2rem!important;line-height:1!important;font-weight:900!important;color:#ef5b2a!important}.ev-product__price--bestcustom .ev-price:not(.ev-price--sale){color:#2b1a12!important}.ev-price-compare{color:#8f7b6d!important;font-size:1.08rem!important;font-weight:700!important}.ev-price-save{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:5px 10px!important;border-radius:999px!important;background:#fff1ea!important;color:#ef5b2a!important;font-size:.9rem!important;font-weight:900!important;line-height:1!important}.ev-custom-box{background:#f4eeea!important;border:1px solid #ddcfc3!important;border-radius:22px!important;padding:18px 16px!important;display:grid!important;gap:12px!important}.ev-custom-box h2{margin:0 0 2px!important;font-size:1.16rem!important;line-height:1.2!important;letter-spacing:-.01em!important}.ev-personalization-field{display:grid!important;gap:8px!important}.ev-product-form .ev-custom-box label{font-size:.98rem!important;font-weight:850!important;color:#1f130d!important}.ev-product-form .ev-custom-box input,.ev-product-form .ev-custom-box textarea,.ev-product-form .ev-custom-box select{border:1px solid #d8cdc4!important;border-radius:14px!important;background:#fff!important;min-height:48px!important}.ev-product-form .ev-custom-box textarea{min-height:128px!important;resize:vertical!important}.ev-product-form .ev-custom-box .ev-file-field{border:1px solid #d8cdc4!important;border-radius:14px!important;background:#fff!important;min-height:48px!important}.ev-product-form .ev-custom-box .ev-file-button{background:#f7efe8!important}.ev-add{min-height:52px!important;border-radius:999px!important;font-size:1.1rem!important;font-weight:900!important}.ev-product__notes{margin-top:16px!important}.ev-product__notes div{background:#f7f3ef!important;border:1px solid #ddd2ca!important;border-radius:16px!important;color:#6b5649!important;padding:14px!important}@media(max-width:990px){.ev-product__price--bestcustom .ev-price{font-size:1.7rem!important}.ev-custom-box{padding:16px 14px!important;border-radius:18px!important}}.ev-product-form select[data-variant-select]{min-height:52px!important;cursor:pointer!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(239,91,42,.18)!important;position:relative!important;z-index:2!important}.ev-product__price,.ev-product__price .ev-price,.ev-product__price--bestcustom .ev-price,.ev-product__price--bestcustom .ev-price:not(.ev-price--sale),.ev-product__price--bestcustom .ev-price--sale{color:#e53935!important}.ev-product__price s,.ev-product__price .ev-price-compare{color:#8f7b6d!important}.ev-price-save{background:#fff1f1!important;color:#e53935!important}.ev-native-variant-select{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;padding:0!important;margin:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;opacity:0!important;pointer-events:none!important}.ev-variant-picker{position:relative!important;width:100%!important;z-index:8!important}.ev-variant-picker__button{width:100%!important;min-height:52px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;border:1px solid var(--ev-border)!important;border-radius:14px!important;padding:12px 14px!important;background:#fff!important;color:var(--ev-text)!important;font-weight:750!important;text-align:left!important;cursor:pointer!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(239,91,42,.14)!important}.ev-variant-picker__button:focus{outline:0!important;box-shadow:0 0 0 3px #ef5b2a2e!important;border-color:#ef5b2a!important}.ev-variant-picker__chevron{flex:0 0 auto!important;font-size:1.25rem!important;line-height:1!important;transition:transform .16s ease!important}.ev-variant-picker.is-open .ev-variant-picker__chevron{transform:rotate(180deg)!important}.ev-variant-picker__menu{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 8px)!important;z-index:9999!important;display:none!important;max-height:310px!important;overflow:auto!important;padding:7px!important;border:1px solid #ddd2ca!important;border-radius:16px!important;background:#fff!important;box-shadow:0 18px 42px #24130d29!important;-webkit-overflow-scrolling:touch!important}.ev-variant-picker.is-open .ev-variant-picker__menu{display:grid!important;gap:6px!important}.ev-variant-picker__option{width:100%!important;min-height:46px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:11px 12px!important;border:0!important;border-radius:12px!important;background:#fff!important;color:var(--ev-text)!important;font-weight:750!important;text-align:left!important;cursor:pointer!important;touch-action:manipulation!important}.ev-variant-picker__option:hover,.ev-variant-picker__option:focus,.ev-variant-picker__option.is-selected{background:#fff1ea!important;color:#ef5b2a!important;outline:0!important}.ev-variant-picker__option.is-selected{box-shadow:inset 0 0 0 1px #ef5b2a40!important}.ev-variant-picker__option small{color:#9b8a80!important;font-weight:700!important}.ev-variant-picker__option.is-disabled{opacity:.46!important;cursor:not-allowed!important}@media(max-width:990px){.ev-variant-picker{z-index:30!important}.ev-variant-picker__menu{max-height:45vh!important}}.ev-product-form label[id^=VariantLabel-]{margin-bottom:-6px!important;line-height:1.2!important}.ev-product-form label[id^=VariantLabel-]+.ev-variant-picker{margin-top:-4px!important}@media(max-width:990px){.ev-product-form label[id^=VariantLabel-]{margin-bottom:-8px!important}.ev-product-form label[id^=VariantLabel-]+.ev-variant-picker{margin-top:-6px!important}}@media(max-width:620px){.ev-product-form label[id^=VariantLabel-]{margin-bottom:-9px!important}.ev-product-form label[id^=VariantLabel-]+.ev-variant-picker{margin-top:-7px!important}}.ev-product__media-item[hidden]{display:none!important}.ev-product__media-item{display:block!important;width:100%!important;line-height:0!important;background:#f7f1eb!important}.ev-product__media-item.is-active{display:block!important}.ev-product__media-item .ev-product__main-image{width:100%!important;height:auto!important;display:block!important;object-fit:contain!important;object-position:center top!important;background:#f7f1eb!important}.ev-product__main-video,.ev-product__media-item video{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;background:#111!important;border:0!important;border-radius:0!important}.ev-product__media-item--video{background:#111!important}.ev-product__external-video{position:relative!important;width:100%!important;aspect-ratio:16/9!important;background:#111!important;overflow:hidden!important}.ev-product__external-video iframe,.ev-product__main-video--external{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;border:0!important;display:block!important}.ev-product__featured--video-active{cursor:default!important}.ev-product__featured--video-active .ev-product__zoom-lens{display:none!important}.ev-product__featured--video-active.is-inline-zooming .ev-product__main-image{transform:none!important}.ev-product__thumb-media{position:relative!important;display:block!important;width:100%!important;height:100%!important;line-height:0!important}.ev-product__thumb-play{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:28px!important;height:28px!important;border-radius:999px!important;background:#ffffffeb!important;color:#24130d!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:900!important;line-height:1!important;box-shadow:0 8px 18px #00000029!important;padding-left:2px!important;pointer-events:none!important}.ev-product__thumb-button--video{opacity:.82!important}.ev-product__thumb-button--video.is-active .ev-product__thumb-play{background:#24130d!important;color:#fff!important}.ev-product__price--bestcustom .ev-price,.ev-product__price--bestcustom .ev-price:not(.ev-price--sale){color:#ef3f32!important}@media(min-width:991px){.ev-product__gallery-shell{grid-template-columns:66px minmax(0,1fr)!important;gap:10px!important}.ev-product__thumbs.ev-product__thumbs--bestcustom{gap:7px!important;max-height:min(830px,calc(100vh - 104px))!important;padding-right:4px!important}.ev-product__thumb-button{height:62px!important;flex-basis:62px!important;border-radius:7px!important}.ev-product__thumb-play{width:24px!important;height:24px!important;font-size:11px!important}}@media(min-width:1500px){.ev-product__gallery-shell{grid-template-columns:72px minmax(0,1fr)!important;gap:12px!important}.ev-product__thumb-button{height:68px!important;flex-basis:68px!important}}@media(max-width:990px){.ev-product__media-item,.ev-product__media-item .ev-product__main-image,.ev-product__main-video,.ev-product__media-item video{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important}.ev-product__external-video{aspect-ratio:16/9!important}}@media(max-width:620px){.ev-product__thumb-button{width:58px!important;min-width:58px!important;height:58px!important;flex-basis:58px!important}.ev-product__thumb-play{width:23px!important;height:23px!important;font-size:10px!important}}.ev-product__featured{position:relative!important;overflow:hidden!important;transform:translateZ(0)!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;touch-action:pan-y!important}.ev-product__featured.is-ev-smooth-switching{overflow:hidden!important;transition:height .38s cubic-bezier(.22,.61,.36,1)!important}.ev-product__featured.is-dragging{cursor:grabbing!important}.ev-product__featured.is-ev-smooth-switching .ev-product__media-item,.ev-product__featured.is-dragging .ev-product__media-item{backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;will-change:transform,opacity!important}.ev-product__media-item.ev-slide-active,.ev-product__media-item.ev-slide-leaving,.ev-product__media-item.ev-drag-current,.ev-product__media-item.ev-drag-candidate{display:block!important;width:100%!important}.ev-product__media-item.ev-slide-active{position:relative!important;z-index:2!important}.ev-product__media-item.ev-slide-leaving,.ev-product__media-item.ev-drag-current,.ev-product__media-item.ev-drag-candidate{position:absolute!important;left:0!important;top:0!important;right:auto!important;bottom:auto!important;z-index:1!important;pointer-events:none!important}.ev-product__media-item.ev-drag-candidate{z-index:2!important}.ev-product__media-item.ev-slide-enter-next{transform:translate3d(100%,0,0)!important}.ev-product__media-item.ev-slide-enter-prev,.ev-product__media-item.ev-slide-to-left{transform:translate3d(-100%,0,0)!important}.ev-product__media-item.ev-slide-to-right{transform:translate3d(100%,0,0)!important}.ev-product__media-item.ev-slide-animate{transition:transform .42s cubic-bezier(.22,.61,.36,1),opacity .42s cubic-bezier(.22,.61,.36,1)!important}.ev-product__featured.is-dragging .ev-product__media-item{transition:none!important}.ev-product__main-image.is-changing{opacity:1!important;transform:none!important}@media(prefers-reduced-motion:reduce){.ev-product__featured.is-ev-smooth-switching,.ev-product__media-item.ev-slide-animate{transition:none!important}}.ev-product__featured.is-dragging .ev-product__media-item.ev-drag-current{position:relative!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;z-index:1!important;display:block!important;opacity:1!important;visibility:visible!important}.ev-product__featured.is-dragging .ev-product__media-item.ev-drag-candidate{position:absolute!important;inset:0 auto auto 0!important;z-index:2!important;display:block!important;opacity:1!important;visibility:visible!important}.ev-product__featured.is-ev-smooth-switching .ev-product__media-item.ev-slide-active,.ev-product__featured.is-ev-smooth-switching .ev-product__media-item.ev-slide-leaving{opacity:1!important;visibility:visible!important}.ev-product__featured.is-dragging,.ev-product__featured.is-ev-smooth-switching{min-height:240px}@media(max-width:620px){.ev-product__featured.is-dragging,.ev-product__featured.is-ev-smooth-switching{min-height:260px}}.ev-option-selectors{display:grid!important;gap:10px!important;width:100%!important}.ev-option-picker{position:relative!important;width:100%!important;z-index:8!important;display:grid!important;gap:5px!important}.ev-option-picker label{margin:0!important;line-height:1.2!important;font-weight:850!important}.ev-option-picker__button{width:100%!important;min-height:52px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;border:1px solid var(--ev-border)!important;border-radius:14px!important;padding:12px 14px!important;background:#fff!important;color:var(--ev-text)!important;font-weight:750!important;text-align:left!important;cursor:pointer!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(239,91,42,.14)!important}.ev-option-picker__button:focus{outline:0!important;box-shadow:0 0 0 3px #ef5b2a2e!important;border-color:#ef5b2a!important}.ev-option-picker__chevron{flex:0 0 auto!important;font-size:1.25rem!important;line-height:1!important;transition:transform .16s ease!important}.ev-option-picker.is-open .ev-option-picker__chevron{transform:rotate(180deg)!important}.ev-option-picker__menu{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 8px)!important;z-index:9999!important;display:none!important;max-height:310px!important;overflow:auto!important;padding:7px!important;border:1px solid #ddd2ca!important;border-radius:16px!important;background:#fff!important;box-shadow:0 18px 42px #24130d29!important;-webkit-overflow-scrolling:touch!important}.ev-option-picker.is-open{z-index:40!important}.ev-option-picker.is-open .ev-option-picker__menu{display:grid!important;gap:6px!important}.ev-option-picker__option{width:100%!important;min-height:46px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:11px 12px!important;border:0!important;border-radius:12px!important;background:#fff!important;color:var(--ev-text)!important;font-weight:750!important;text-align:left!important;cursor:pointer!important;touch-action:manipulation!important}.ev-option-picker__option:hover,.ev-option-picker__option:focus,.ev-option-picker__option.is-selected{background:#fff1ea!important;color:#ef5b2a!important;outline:0!important}.ev-option-picker__option.is-selected{box-shadow:inset 0 0 0 1px #ef5b2a40!important}.ev-option-picker__option.is-disabled{opacity:.46!important;cursor:not-allowed!important}@media(max-width:990px){.ev-option-selectors{gap:8px!important}.ev-option-picker{z-index:30!important}.ev-option-picker__menu{max-height:45vh!important}}.ev-bc-eyebrow{margin:0 0 10px;text-transform:uppercase;letter-spacing:.12em;color:#b94a13;font-weight:900;font-size:.78rem}.ev-bc-hero{padding:var(--ev-bc-hero-padding-top,40px) 0 var(--ev-bc-hero-padding-bottom,50px);overflow:hidden}.ev-bc-hero--warm{background:linear-gradient(135deg,#fff8f3,#ffeadd 48%,#fff)}.ev-bc-hero--white{background:#fff}.ev-bc-hero--dark{background:#2b1a13;color:#fff}.ev-bc-hero--dark .ev-bc-eyebrow,.ev-bc-hero--dark .ev-bc-hero__rating,.ev-bc-hero--dark .ev-bc-hero__text{color:#f6dcc9}.ev-bc-hero__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:34px;align-items:center}.ev-bc-hero__media{position:relative;min-width:0}.ev-bc-hero__badge-row{position:absolute;z-index:3;left:16px;top:16px;display:flex;gap:8px;flex-wrap:wrap}.ev-bc-hero__badge-row span{display:inline-flex;border-radius:999px;background:#ffffffeb;border:1px solid rgba(58,31,20,.12);padding:7px 11px;font-size:.8rem;font-weight:900;box-shadow:0 8px 20px #3a1f1414}.ev-bc-hero__main-media{border:1px solid #e7ded3;background:#f8f4ef;border-radius:14px;overflow:hidden;box-shadow:0 22px 54px #3a1f141f;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.ev-bc-hero__main-image{width:100%;height:100%;object-fit:contain;background:#f8f4ef;transition:opacity .18s ease,transform .18s ease}.ev-bc-hero__placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#fff4eb,#edd4bd);color:#8b6a5a;font-size:1.2rem;font-weight:900}.ev-bc-hero__thumbs{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 4px;margin-top:10px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.ev-bc-hero__thumb{width:74px;height:74px;flex:0 0 74px;border:1px solid #e7ded3;border-radius:10px;background:#fff;overflow:hidden;padding:0;position:relative;cursor:pointer;opacity:.76;transition:opacity .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.ev-bc-hero__thumb:hover,.ev-bc-hero__thumb.is-active{opacity:1;border-color:#24130d;box-shadow:0 0 0 2px #24130d14;transform:translateY(-1px)}.ev-bc-hero__thumb img{width:100%;height:100%;object-fit:cover}.ev-bc-hero__thumb span{position:absolute;left:4px;right:4px;bottom:4px;border-radius:999px;background:#ffffffe0;font-size:.65rem;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:2px 5px}.ev-bc-hero__thumb--empty{display:grid;place-items:center;color:#8b6a5a;font-weight:900;background:#fff4eb}.ev-bc-hero__content{min-width:0;padding:6px 0}.ev-bc-hero__content h1{font-size:clamp(2.2rem,4.8vw,4.65rem);line-height:.98;margin:0 0 16px;letter-spacing:-.055em}.ev-bc-hero__text{color:#6f6258;font-size:1.08rem;max-width:640px}.ev-bc-hero__text p{margin:0 0 12px}.ev-bc-hero__rating{display:flex;align-items:center;gap:10px;color:#715443;margin:18px 0 8px;flex-wrap:wrap}.ev-bc-hero__rating span{letter-spacing:.05em;color:#f1641e}.ev-bc-hero__rating strong{font-size:.95rem}.ev-bc-hero__price{display:flex;align-items:center;gap:10px;font-size:1.45rem;font-weight:950;margin:10px 0 20px;color:#ef3f32}.ev-bc-hero__price s{color:#927c6f;font-size:1rem;font-weight:750}.ev-bc-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.ev-bc-hero__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:20px}.ev-bc-feature{display:flex;gap:10px;align-items:flex-start;border:1px solid #eadbd0;border-radius:16px;background:#ffffffb8;padding:12px}.ev-bc-hero--dark .ev-bc-feature{background:#ffffff14;border-color:#ffffff24}.ev-bc-feature>span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;border-radius:999px;background:#fff1ea;color:#b94a13;font-weight:950}.ev-bc-feature strong{display:block;font-size:.92rem;line-height:1.18}.ev-bc-feature small{display:block;color:#7c6b61;font-size:.78rem;margin-top:3px}.ev-bc-hero--dark .ev-bc-feature small{color:#f6dcc9}.ev-bc-strip{border-top:1px solid #eadbd0;border-bottom:1px solid #eadbd0}.ev-bc-strip--white{background:#fff}.ev-bc-strip--warm{background:#fff8f3}.ev-bc-strip--dark{background:#2b1a13;color:#fff;border-color:#ffffff24}.ev-bc-strip__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.ev-bc-strip__item{display:grid;grid-template-columns:auto 1fr;column-gap:10px;row-gap:2px;align-items:center;padding:16px 18px;border-left:1px solid rgba(234,219,208,.72)}.ev-bc-strip__item:first-child{border-left:0}.ev-bc-strip__item span{font-size:1.25rem}.ev-bc-strip__item strong{font-size:.94rem;line-height:1.18}.ev-bc-strip__item small{grid-column:2;color:#7c6b61;font-weight:700;font-size:.78rem}.ev-bc-strip--dark .ev-bc-strip__item{border-color:#ffffff24}.ev-bc-strip--dark small{color:#f6dcc9}.ev-bc-section{padding:var(--ev-bc-section-top,55px) 0 var(--ev-bc-section-bottom,55px)}.ev-bc-section--white{background:#fff}.ev-bc-section--warm{background:#fff8f3}.ev-bc-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.ev-bc-section__head--center{display:block;text-align:center;max-width:820px;margin:0 auto 28px}.ev-bc-section__head h2{font-size:clamp(1.8rem,3.2vw,3.2rem);line-height:1.04;letter-spacing:-.04em;margin:0}.ev-bc-section__head p{margin:10px 0 0;color:#6f6258;font-size:1.02rem}.ev-bc-section__head>a{font-weight:900;color:#b94a13;white-space:nowrap}.ev-bc-category-grid{display:grid;gap:16px}.ev-bc-category-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ev-bc-category-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.ev-bc-category-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.ev-bc-category-card{display:grid;background:#fff;border:1px solid #eadbd0;border-radius:20px;overflow:hidden;box-shadow:0 8px 22px #3a1f140d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;min-height:188px}.ev-bc-category-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #3a1f141f;border-color:#efc4aa}.ev-bc-category-card__top{min-height:98px;background:linear-gradient(135deg,#fff4eb,#f0d7c2);display:grid;place-items:center;overflow:hidden}.ev-bc-category-card__top img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}.ev-bc-category-card__icon{font-size:2.1rem}.ev-bc-category-card__body{padding:16px;display:grid;gap:6px}.ev-bc-category-card strong{font-size:1rem;line-height:1.18}.ev-bc-category-card span:not(.ev-bc-category-card__icon){color:#6f6258;font-size:.9rem}.ev-bc-collection-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ev-bc-collection-card{display:block;border:1px solid #eadbd0;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 26px #3a1f140f;transition:transform .18s ease,box-shadow .18s ease}.ev-bc-collection-card:hover{transform:translateY(-3px);box-shadow:0 20px 42px #3a1f1421}.ev-bc-collection-card__image{position:relative;aspect-ratio:4/5;background:#fff1ea;overflow:hidden}.ev-bc-collection-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.ev-bc-collection-card:hover img{transform:scale(1.035)}.ev-bc-collection-card__image>span{position:absolute;left:12px;top:12px;border-radius:999px;background:#ffffffeb;border:1px solid rgba(58,31,20,.1);padding:6px 10px;font-size:.78rem;font-weight:900}.ev-bc-collection-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:#8b6a5a;font-weight:900;padding:20px;text-align:center;background:linear-gradient(135deg,#fff4eb,#edd4bd)}.ev-bc-collection-card__body{padding:15px 16px 17px;display:grid;gap:5px}.ev-bc-collection-card__body strong{font-size:1.04rem;line-height:1.2}.ev-bc-collection-card__body small{color:#6f6258}.ev-bc-process{padding:var(--ev-bc-section-top,60px) 0 var(--ev-bc-section-bottom,60px)}.ev-bc-process--dark{background:#2b1a13;color:#fff}.ev-bc-process--white{background:#fff}.ev-bc-process--warm{background:#fff8f3}.ev-bc-process--dark .ev-bc-eyebrow{color:#ffc6a7}.ev-bc-process__grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:34px;align-items:center}.ev-bc-process__intro h2{font-size:clamp(1.9rem,3.5vw,3.4rem);line-height:1.03;letter-spacing:-.04em;margin:0 0 14px}.ev-bc-process__intro p{color:#6f6258;font-size:1.04rem}.ev-bc-process--dark .ev-bc-process__intro p{color:#f6dcc9}.ev-bc-process__steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ev-bc-process__step{background:#fff;border:1px solid #eadbd0;border-radius:20px;padding:18px;display:flex;gap:14px;box-shadow:0 8px 24px #3a1f140f}.ev-bc-process--dark .ev-bc-process__step{background:#ffffff14;border-color:#ffffff29;box-shadow:none}.ev-bc-process__step>span{width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;border-radius:999px;background:#f1641e;color:#fff;font-weight:950}.ev-bc-process__step strong{display:block;margin-bottom:5px}.ev-bc-process__step p{margin:0;color:#6f6258;font-size:.92rem}.ev-bc-process--dark .ev-bc-process__step p{color:#f6dcc9}.ev-bc-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ev-bc-review{background:#fff;border:1px solid #eadbd0;border-radius:22px;padding:22px;box-shadow:0 8px 24px #3a1f140f}.ev-bc-review__stars{color:#f1641e;letter-spacing:.06em;font-weight:900;margin-bottom:12px}.ev-bc-review p{font-size:1.02rem;margin:0 0 18px;color:#493b34}.ev-bc-review__author{display:flex;gap:12px;align-items:center}.ev-bc-review__author img,.ev-bc-review__author>span{width:48px;height:48px;border-radius:999px;object-fit:cover;display:grid;place-items:center;background:#fff1ea;color:#b94a13;font-weight:950}.ev-bc-review__author strong{display:block;line-height:1.15}.ev-bc-review__author small{color:#7c6b61}.ev-bc-split{padding:var(--ev-bc-section-top,55px) 0 var(--ev-bc-section-bottom,55px)}.ev-bc-split--warm{background:#fff8f3}.ev-bc-split--white{background:#fff}.ev-bc-split__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:30px;align-items:center}.ev-bc-split__grid--reverse .ev-bc-split__image{order:2}.ev-bc-split__grid--reverse .ev-bc-split__content{order:1}.ev-bc-split__image{border-radius:26px;overflow:hidden;border:1px solid #eadbd0;background:#fff1ea;box-shadow:0 18px 40px #3a1f1414}.ev-bc-split__image img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}.ev-bc-split__placeholder{aspect-ratio:4/3;display:grid;place-items:center;color:#8b6a5a;font-weight:900;background:linear-gradient(135deg,#fff4eb,#edd4bd)}.ev-bc-split__content h2{font-size:clamp(1.9rem,3.5vw,3.35rem);line-height:1.03;letter-spacing:-.04em;margin:0 0 14px}.ev-bc-split__content div{color:#6f6258}.ev-bc-split__bullets{display:grid;gap:9px;margin:18px 0 22px}.ev-bc-split__bullets p{margin:0;display:flex;gap:10px;align-items:flex-start;font-weight:800;color:#493b34}.ev-bc-split__bullets span{width:24px;height:24px;display:grid;place-items:center;flex:0 0 24px;border-radius:999px;background:#fff1ea;color:#b94a13;font-size:.82rem;font-weight:950}@media(max-width:1100px){.ev-bc-category-grid--5{grid-template-columns:repeat(4,minmax(0,1fr))}.ev-bc-hero__features{grid-template-columns:1fr}.ev-bc-strip__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.ev-bc-strip__item:nth-child(odd){border-left:0}.ev-bc-strip__item{border-top:1px solid rgba(234,219,208,.72)}.ev-bc-strip__item:nth-child(-n+2){border-top:0}}@media(max-width:990px){.ev-bc-hero__grid,.ev-bc-process__grid,.ev-bc-split__grid{grid-template-columns:1fr}.ev-bc-hero__content{order:-1}.ev-bc-hero__media{width:100%}.ev-bc-hero__content h1{font-size:clamp(2rem,10vw,3.5rem)}.ev-bc-category-grid--3,.ev-bc-category-grid--4,.ev-bc-category-grid--5{grid-template-columns:repeat(2,minmax(0,1fr))}.ev-bc-collection-row{display:flex;overflow-x:auto;gap:14px;padding:2px 2px 12px;margin:0 -2px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.ev-bc-collection-card{flex:0 0 78%;scroll-snap-align:start}.ev-bc-review-grid{grid-template-columns:1fr}.ev-bc-split__grid--reverse .ev-bc-split__image,.ev-bc-split__grid--reverse .ev-bc-split__content{order:initial}.ev-bc-section__head{display:block}.ev-bc-section__head>a{display:inline-flex;margin-top:12px}.ev-bc-process__steps{grid-template-columns:1fr}}@media(max-width:620px){.page-width{padding-left:16px;padding-right:16px}.ev-bc-hero{padding-top:28px!important}.ev-bc-hero__grid{gap:20px}.ev-bc-hero__main-media{border-radius:12px}.ev-bc-hero__thumb{width:58px;height:58px;flex-basis:58px;border-radius:8px}.ev-bc-hero__badge-row{left:10px;top:10px}.ev-bc-hero__badge-row span{font-size:.72rem;padding:5px 8px}.ev-bc-hero__actions .button{width:100%}.ev-bc-category-grid--3,.ev-bc-category-grid--4,.ev-bc-category-grid--5{grid-template-columns:1fr 1fr;gap:10px}.ev-bc-category-card{min-height:160px;border-radius:16px}.ev-bc-category-card__top{min-height:76px}.ev-bc-category-card__body{padding:12px}.ev-bc-category-card strong{font-size:.92rem}.ev-bc-category-card span:not(.ev-bc-category-card__icon){font-size:.8rem}.ev-bc-strip__inner{grid-template-columns:1fr}.ev-bc-strip__item,.ev-bc-strip__item:nth-child(-n+2){border-left:0;border-top:1px solid rgba(234,219,208,.72)}.ev-bc-strip__item:first-child{border-top:0}.ev-bc-section,.ev-bc-process,.ev-bc-split{padding-top:38px!important;padding-bottom:38px!important}.ev-bc-section__head h2,.ev-bc-process__intro h2,.ev-bc-split__content h2{font-size:clamp(1.65rem,8vw,2.35rem)}.ev-bc-collection-card{flex-basis:84%}.ev-bc-process__step{padding:14px;border-radius:16px}.ev-bc-review{padding:18px;border-radius:18px}.ev-bc-split__image{border-radius:18px}}.ev-bc-hero__mobile-preview-wrap,.ev-bc-hero__media--mobile{display:none}@media(max-width:990px){.ev-bc-hero__media--desktop{display:none!important}.ev-bc-hero__mobile-preview-wrap{display:block;margin:18px -22px 20px}.ev-bc-hero__mobile-preview-wrap .ev-bc-hero__media--mobile{display:block;width:100%}.ev-bc-hero__mobile-preview-wrap .ev-bc-hero__main-media{border-left:0;border-right:0;border-radius:0;box-shadow:none;background:#f8f4ef}.ev-bc-hero__mobile-preview-wrap .ev-bc-hero__main-image{width:100%;height:100%;object-fit:cover;background:transparent}.ev-bc-hero__mobile-preview-wrap .ev-bc-hero__thumbs{padding-left:22px;padding-right:22px}}@media(max-width:620px){.ev-bc-hero__mobile-preview-wrap{margin-left:-16px;margin-right:-16px}.ev-bc-hero__mobile-preview-wrap .ev-bc-hero__thumbs{padding-left:16px;padding-right:16px}}@media(min-width:991px){.ev-bc-hero>.ev-bc-hero__grid.page-width{max-width:none;width:100%;padding-left:0;padding-right:clamp(22px,4vw,72px);grid-template-columns:minmax(0,1fr) minmax(380px,.88fr);gap:clamp(28px,3.5vw,56px)}.ev-bc-hero__media--desktop .ev-bc-hero__main-media{border-left:0;border-radius:0 14px 14px 0;box-shadow:none;background:#f8f4ef}.ev-bc-hero__media--desktop .ev-bc-hero__main-image{width:100%;height:100%;object-fit:cover;background:transparent}.ev-bc-hero__media--desktop .ev-bc-hero__thumbs{padding-left:clamp(22px,4vw,72px)}.ev-bc-hero__media--desktop .ev-bc-hero__badge-row{left:clamp(16px,3vw,40px)}}.ev-bc-hero__main-media{aspect-ratio:auto!important;height:auto!important;min-height:0!important;display:block!important;align-items:initial!important;justify-content:initial!important}.ev-bc-hero__main-image{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;object-fit:contain!important;object-position:center center!important;background:transparent!important}.ev-bc-hero__placeholder{min-height:420px}@media(max-width:990px){.ev-bc-hero__mobile-preview-wrap .ev-bc-hero__main-media{aspect-ratio:auto!important;height:auto!important;min-height:0!important;display:block!important}.ev-bc-hero__mobile-preview-wrap .ev-bc-hero__main-image{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center center!important}}@media(min-width:991px){.ev-bc-hero__media--desktop .ev-bc-hero__main-media{aspect-ratio:auto!important;height:auto!important;min-height:0!important;display:block!important}.ev-bc-hero__media--desktop .ev-bc-hero__main-image{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center center!important}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/theme.css.map */
