: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}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/theme.css.map */
