:root{
  --ink:#171513;
  --muted:#776f68;
  --line:#e8e2dc;
  --paper:#fff;
  --warm:#f6f2ed;
  --warm-2:#eee7df;
  --bar:#6c655c;
  --sale:#c63d32;
  --success:#24803d;
  --max:1460px;
  --serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --sans:"Inter",Arial,sans-serif;
  --ease:cubic-bezier(.2,.75,.3,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}
body.ts-menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
button{color:inherit}
.ts-container{width:min(calc(100% - 72px),var(--max));margin-inline:auto}
.ts-svg{width:22px;height:22px;display:inline-block;flex:0 0 auto}
.ts-eyebrow{margin:0 0 12px;font-size:10px;line-height:1.3;letter-spacing:.26em;color:#77706a;font-weight:500}

/* Top bar */
.ts-topbar{background:var(--bar);color:#fff}
.ts-topbar__inner{height:34px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;font-size:11px;opacity:.97}
.ts-topbar__inner span{display:flex;align-items:center;gap:8px}
.ts-topbar__inner span:nth-child(2){justify-content:center}
.ts-topbar__inner span:nth-child(3){justify-content:flex-end}
.ts-topbar__inner .ts-svg{width:15px;height:15px}

/* Header */
.ts-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(226,220,214,.9);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.admin-bar .ts-header{top:32px}
.ts-header__row{min-height:82px;display:grid;align-items:center;gap:28px}
.ts-header--home .ts-header__row{grid-template-columns:230px 1fr auto}
.ts-header--inner .ts-header__row{grid-template-columns:215px minmax(260px,1fr) auto}
.ts-logo{display:inline-flex;flex-direction:column;width:max-content;line-height:1}
.ts-logo .custom-logo-link{display:block}
.ts-logo .custom-logo{display:block;max-height:56px;width:auto}
.ts-logo__name{font-family:var(--serif);font-size:36px;letter-spacing:.17em;line-height:.78;font-weight:600}
.ts-logo__tag{font-size:7px;letter-spacing:.3em;margin-top:10px;color:#77706a}
.ts-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:34px}
.ts-nav a{position:relative;display:inline-flex;align-items:center;min-height:38px;font-size:13px;white-space:nowrap}
.ts-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:1px;background:var(--ink);transition:right .25s var(--ease)}
.ts-nav a:hover:after{right:0}
.ts-nav li.current-menu-item>a{font-weight:600}
.ts-nav li.menu-item-sale>a,.ts-nav li.sale>a{color:var(--sale)}
.ts-header--inner .ts-nav--desktop{display:none}
.ts-search form{display:flex;position:relative}
.ts-search input[type="search"],.ts-search .search-field{width:100%;height:43px;border:1px solid #eee9e4;border-radius:5px;background:#f7f6f5;padding:0 17px 0 42px;color:var(--ink);outline:none}
.ts-search form:before{content:"";position:absolute;left:15px;top:50%;width:15px;height:15px;border:1.6px solid #777;border-radius:50%;transform:translateY(-60%);z-index:2}
.ts-search form:after{content:"";position:absolute;left:28px;top:26px;width:6px;height:1.6px;background:#777;transform:rotate(45deg)}
.ts-search button,.ts-search .search-submit{display:none}
.ts-header__actions{justify-self:end;display:flex;align-items:center;gap:18px}
.ts-whatsapp{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;white-space:nowrap}
.ts-whatsapp .ts-svg{width:24px;height:24px;color:#1faa59}
.ts-whatsapp small,.ts-action small{display:block;font-size:9px;font-weight:400;color:#6e6761;margin-top:4px;white-space:nowrap}
.ts-action,.ts-search-toggle,.ts-mobile-menu{position:relative;border:0;background:transparent;padding:3px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.ts-action{flex-direction:column;min-width:36px}
.ts-action .ts-svg,.ts-search-toggle .ts-svg{width:22px;height:22px}
.ts-cart-count{position:absolute;top:-4px;right:-1px;min-width:17px;height:17px;padding:0 4px;border-radius:20px;background:#171513;color:#fff;font-size:9px;line-height:17px;text-align:center}
.ts-header__nav-wrap{border-top:1px solid var(--line)}
.ts-header__nav-row{height:52px;display:flex;align-items:center;justify-content:space-between}
.ts-nav--inner ul{justify-content:flex-start;gap:38px}
.ts-origin{font-size:12px;white-space:nowrap}
.ts-search-toggle{display:none}
.ts-header--home .ts-search-toggle{display:flex}
.ts-mobile-menu{display:none;width:34px;height:34px;flex-direction:column;gap:5px}
.ts-mobile-menu span{display:block;width:22px;height:1px;background:var(--ink);transition:.2s}
.ts-search-drawer{position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);padding:0;max-height:0;overflow:hidden;opacity:0;transition:.25s var(--ease)}
.ts-search-drawer.is-open{max-height:94px;padding:20px 0;opacity:1}
.ts-search-drawer form{display:flex;max-width:780px;margin:auto}
.ts-search-drawer input{width:100%;height:48px;border:1px solid var(--line);padding:0 17px;outline:none}
.ts-search-drawer button{height:48px;width:52px;border:0;background:#1b1917;color:#fff}
.ts-mobile-drawer{display:none}

/* Buttons */
.ts-actions{display:flex;gap:10px;flex-wrap:wrap}
.ts-btn{min-height:47px;padding:0 24px;border:1px solid #a9a39d;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:13px;transition:.22s var(--ease)}
.ts-btn .ts-svg{width:17px;height:17px}
.ts-btn:hover{transform:translateY(-1px);border-color:#1d1b19}
.ts-btn--dark{background:#1d1b19;color:#fff;border-color:#1d1b19}
.ts-btn--dark:hover{background:#312d29}
.ts-btn--whatsapp{width:100%;margin-top:10px}

/* Home hero */
.ts-home-hero{position:relative;min-height:570px;display:grid;grid-template-columns:minmax(470px,1.06fr) minmax(480px,1fr) minmax(230px,.57fr);background:linear-gradient(103deg,#e8e2db 0%,#f1ede8 48%,#f7f4ef 100%);overflow:hidden}
.ts-home-hero:after{content:"";position:absolute;right:-90px;top:44px;width:260px;height:420px;border-radius:50%;background:radial-gradient(circle at 45% 50%,rgba(255,255,255,.7),rgba(255,255,255,0) 68%);pointer-events:none}
.ts-home-hero__left-copy{position:absolute;z-index:4;left:max(36px,calc((100vw - var(--max))/2 + 4px));top:92px;width:104px;color:#746c66}
.ts-home-hero__left-copy p{font-size:9px;line-height:1.42;letter-spacing:.23em;margin:0;white-space:pre-line}
.ts-home-hero__left-copy i{display:block;width:34px;height:1px;background:#928b84;margin:31px 0}
.ts-home-hero__left-copy span{display:block;font-size:8px;line-height:1.6;letter-spacing:.18em;white-space:pre-line}
.ts-home-hero__founder,.ts-home-hero__product,.ts-story__media,.ts-social__tile{background-size:cover;background-position:center}
.ts-home-hero__founder{grid-column:1;min-height:570px;background-position:center 16%}
.ts-home-hero__content{grid-column:2;display:flex;flex-direction:column;justify-content:center;padding:65px 45px 65px 35px;position:relative;z-index:3}
.ts-home-hero__content .ts-eyebrow{display:none}
.ts-home-hero__content h1{font-family:var(--serif);font-weight:600;font-size:66px;line-height:.91;letter-spacing:-.025em;margin:0 0 20px;max-width:650px}
.ts-home-hero__lead{font-size:15px;line-height:1.55;color:#726b65;max-width:520px;margin:0 0 22px}
.ts-home-hero__product{grid-column:3;min-height:570px;background-size:92% auto;background-repeat:no-repeat;background-position:center 72%;position:relative;z-index:2}
.ts-home-hero__product:before{content:"";position:absolute;left:10%;right:0;bottom:0;height:150px;background:linear-gradient(180deg,rgba(218,210,200,0),rgba(211,203,193,.78));z-index:-1}
.ts-media-placeholder{background-image:linear-gradient(145deg,#d9d1c8,#f3eee8);position:relative}
.ts-media-placeholder:after{content:"Загрузите изображение в настройках темы";position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:30px;font-size:9px;line-height:1.5;letter-spacing:.16em;text-transform:uppercase;color:#8c827a}

/* Categories */
.ts-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding-top:16px}
.ts-category-card{position:relative;min-height:265px;overflow:hidden;background:#e4ded8}
.ts-category-card img,.ts-category-card__placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}
.ts-category-card__placeholder{background:linear-gradient(135deg,#c9b8a8,#6f5c50)}
.ts-category-card__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,16,13,.62),rgba(20,16,13,.02) 63%)}
.ts-category-card__content{position:absolute;z-index:2;left:24px;bottom:20px;color:#fff}
.ts-category-card__content strong{display:block;font-family:var(--serif);font-size:30px;font-weight:600;line-height:1.04;margin-bottom:5px}
.ts-category-card__content small{display:flex;align-items:center;gap:7px;font-size:11px}
.ts-category-card__content .ts-svg{width:14px;height:14px}
.ts-category-card:hover img{transform:scale(1.025)}

/* Home product grid */
.ts-section{padding-top:30px}
.ts-section__head{display:flex;align-items:end;justify-content:space-between;margin-bottom:12px}
.ts-section__head h2,.ts-story__copy h2,.ts-sale-banner h2,.ts-home-about h2,.ts-social__intro h2,.ts-shop-hero h1,.ts-single__summary h1,.ts-related>h2{font-family:var(--serif);font-weight:600}
.ts-section__head h2{font-size:34px;line-height:1;margin:0}
.ts-section__head>a{display:flex;align-items:center;gap:7px;font-size:11px}
.ts-section__head>a .ts-svg{width:14px;height:14px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px;margin:0!important;padding:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:0!important}
.ts-product-card{border:0;background:#fff}
.ts-product-card__media{position:relative;overflow:hidden;background:#f4f1ed;aspect-ratio:1/1.04}
.ts-product-card__media img{width:100%!important;height:100%!important;object-fit:cover;margin:0!important;transition:transform .4s var(--ease)}
.ts-product-card:hover .ts-product-card__media img{transform:scale(1.018)}
.ts-wishlist{position:absolute;right:10px;top:10px;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.88);display:grid;place-items:center;font-size:18px}
.ts-product-badge{position:absolute;left:10px;top:10px;z-index:2;background:#efd7ad;padding:5px 9px;font-size:9px;font-weight:600;letter-spacing:.03em;border-radius:3px}
.ts-product-badge--sale{background:var(--sale);color:#fff}
.ts-product-card__body{padding:10px 2px 0}
.ts-product-brand{font-size:8px;letter-spacing:.13em;text-transform:uppercase;color:#8b837c;margin-bottom:4px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0!important;margin:0 0 4px!important;font-size:12px!important;font-weight:400!important;line-height:1.35;min-height:33px;color:#312e2a}
.ts-product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}
.ts-price,.woocommerce ul.products li.product .price{margin:0!important;font-size:15px!important;color:var(--ink)!important;font-weight:600!important}
.woocommerce ul.products li.product .price del{opacity:.45;font-size:12px}
.woocommerce ul.products li.product .price ins{text-decoration:none}
.ts-card-cart{width:34px;height:34px;border:1px solid #b3ada7;border-radius:50%;display:grid;place-items:center;font-size:15px}
.ts-empty-state{padding:40px;border:1px dashed #d8d0c8;background:#fbfaf8;text-align:center;display:grid;gap:6px;color:#746d67}

/* Sale */
.ts-sale-banner{margin-top:28px;min-height:132px;background:#f1ece7;display:grid;grid-template-columns:1.2fr 1.55fr auto;align-items:stretch;gap:28px;overflow:hidden}
.ts-sale-banner__media{min-height:132px;background-size:cover;background-position:center}
.ts-sale-banner__media--fallback{background:radial-gradient(ellipse at 25% 40%,#7b432b,#3d2118 55%,#1d0f0b)}
.ts-sale-banner__copy{display:flex;flex-direction:column;justify-content:center;padding:18px 0}
.ts-sale-banner__copy p{font-size:9px;letter-spacing:.26em;margin:0 0 4px}
.ts-sale-banner__copy h2{font-size:31px;line-height:1;margin:0 0 6px}
.ts-sale-banner__copy span{font-size:11px;color:#746d67}
.ts-sale-banner>.ts-btn{align-self:center;margin-right:24px}

/* Benefits */
.ts-benefits{display:grid;grid-template-columns:repeat(4,1fr);padding-top:18px;padding-bottom:18px}
.ts-benefits>div{min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid var(--line)}
.ts-benefits>div:last-child{border-right:0}
.ts-benefits .ts-svg{width:28px;height:28px;margin-bottom:8px}
.ts-benefits b{font-size:12px;font-weight:500;margin-bottom:4px}
.ts-benefits span{font-size:10px;line-height:1.45;color:#8a827b}

/* Story */
.ts-story{display:grid;grid-template-columns:minmax(420px,.83fr) minmax(530px,1.18fr) 160px;min-height:350px;background:#f2ede7}
.ts-story__media{min-height:350px;background-position:center 18%}
.ts-story__copy{display:flex;flex-direction:column;justify-content:center;padding:45px 65px}
.ts-story__copy h2{font-size:42px;line-height:.96;max-width:650px;margin:0 0 14px}
.ts-story__copy>p:not(.ts-eyebrow){font-size:12px;line-height:1.6;color:#6f6862;max-width:700px;margin:0 0 19px}
.ts-story__copy .ts-btn{width:max-content;min-height:43px}
.ts-story__values{align-self:center;border-left:1px solid #ddd4cc;padding:8px 0 8px 32px;display:flex;flex-direction:column;gap:9px;color:#8e8780;font-size:8px;letter-spacing:.24em}

/* Social */
.ts-social{display:grid;grid-template-columns:310px 1fr;gap:22px;padding-top:16px;padding-bottom:16px}
.ts-social__intro{display:flex;flex-direction:column;justify-content:center;padding-right:10px}
.ts-social__intro h2{font-size:27px;line-height:.98;margin:0 0 10px}
.ts-social__intro p{font-size:10px;line-height:1.5;color:#847c75;margin:0 0 16px}
.ts-social__buttons{display:flex;gap:7px;flex-wrap:wrap}
.ts-social__buttons a{min-height:34px;padding:0 11px;border:1px solid #d3cdc7;display:flex;align-items:center;gap:7px;font-size:9px}
.ts-social__buttons .ts-svg{width:15px;height:15px}
.ts-social__tiles{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}
.ts-social__tile{aspect-ratio:1/1;background-position:center}
.ts-social__tile.ts-media-placeholder:after{content:"Фото";padding:4px}

/* SEO about */
.ts-home-about{display:grid;grid-template-columns:360px 1fr;gap:32px;border-top:1px solid var(--line);padding-top:17px;padding-bottom:19px}
.ts-home-about h2{font-size:24px;line-height:1;margin:0}
.ts-home-about p{margin:0;font-size:9px;line-height:1.55;color:#7f7871}

/* Footer */
.ts-footer{border-top:1px solid var(--line);background:#fff}
.ts-footer__newsletter{display:grid;grid-template-columns:1fr minmax(340px,480px);align-items:center;gap:30px;padding-top:24px;padding-bottom:24px;border-bottom:1px solid var(--line)}
.ts-footer__newsletter h3{font-family:var(--serif);font-size:24px;margin:0 0 2px}
.ts-footer__newsletter p{font-size:10px;color:#817a74;margin:0}
.ts-newsletter-placeholder{display:flex}
.ts-newsletter-placeholder input{height:40px;flex:1;border:1px solid #d8d2cc;padding:0 13px;outline:none}
.ts-newsletter-placeholder button{width:48px;height:40px;border:0;background:#514b45;color:#fff;display:grid;place-items:center;cursor:pointer}
.ts-newsletter-placeholder .ts-svg{width:16px;height:16px}
.ts-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:70px;padding-top:29px;padding-bottom:28px}
.ts-footer__brand .ts-logo__name{font-size:30px}
.ts-footer__brand .ts-logo__tag{font-size:6px}
.ts-footer__brand p{font-size:9px;color:#827a73;margin-top:16px}
.ts-footer__grid h4{font-size:10px;font-weight:600;margin:0 0 9px}
.ts-footer__grid>div:not(.ts-footer__brand){display:flex;flex-direction:column}
.ts-footer__grid a{font-size:9px;color:#6f6962;margin:3px 0}
.ts-footer__bottom{min-height:52px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#857e77}
.ts-footer__social{display:flex;gap:13px}
.ts-footer__social .ts-svg{width:17px;height:17px;color:#1f1d1b}

/* Shop archive */
.ts-shop-hero{min-height:245px;background:linear-gradient(90deg,#5e574f,#cbc2b8);background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}
.ts-shop-hero .ts-container{padding:42px 0}
.ts-shop-hero .ts-eyebrow{color:rgba(255,255,255,.78)}
.ts-shop-hero h1{font-size:54px;line-height:1;margin:0 0 10px}
.ts-shop-hero p:last-child{max-width:630px;font-size:15px;margin:0;color:rgba(255,255,255,.9)}
.ts-shop-layout{display:grid;grid-template-columns:245px 1fr;gap:35px;padding-top:34px;padding-bottom:60px}
.ts-filters{border-right:1px solid var(--line);padding-right:28px}
.ts-filter-toggle{display:none}
.ts-filter-panel>h3,.ts-filter-widget>h3{font-size:13px;margin:0;padding:16px 0 10px;border-top:1px solid var(--line)}
.ts-filter-panel>h3:first-child{border-top:0;padding-top:0}
.ts-filter-panel ul{list-style:none;margin:0 0 18px;padding:0}
.ts-filter-panel li{font-size:11px;color:#5f5954;margin:8px 0}
.ts-filter-panel li a{display:inline-block;margin-right:5px}
.ts-filter-widget{font-size:11px}
.ts-filter-widget select,.ts-filter-widget input{max-width:100%}
.ts-shop-toolbar{height:48px;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;border-bottom:1px solid var(--line);font-size:11px}
.ts-products-area .woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr));gap:17px 13px}
.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{float:none;margin:0}
.woocommerce .woocommerce-ordering select{height:36px;border:1px solid var(--line);padding:0 28px 0 10px;background:#fff;font-size:11px}
.woocommerce nav.woocommerce-pagination{margin-top:35px}
.woocommerce nav.woocommerce-pagination ul{border:0!important}
.woocommerce nav.woocommerce-pagination ul li{border:0!important;margin:0 2px!important}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:34px!important;height:34px!important;display:grid!important;place-items:center!important;padding:0!important;background:#f5f2ef!important;color:#2e2b28!important}

/* Single product */
.ts-breadcrumbs{padding:20px 0 14px;font-size:10px;color:#8b847d}
.ts-single{padding-bottom:50px}
.ts-single__grid{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(390px,.82fr);gap:50px}
.ts-single__gallery .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{background:#f4f0eb}
.woocommerce div.product div.images .woocommerce-product-gallery__image img{width:100%;height:auto}
.woocommerce div.product div.images .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,1fr);gap:8px!important;margin-top:8px!important}
.woocommerce div.product div.images .flex-control-thumbs li{width:auto!important;float:none!important}
.ts-single__summary{padding-top:12px}
.ts-single__summary h1{font-size:46px;line-height:.96;margin:3px 0 8px}
.ts-single__subtitle{font-size:13px;color:#756e68;margin:0 0 12px}
.ts-single__price{font-size:29px;font-weight:600;margin:8px 0 6px}
.ts-single__price del{font-size:18px;color:#9a928b;font-weight:400}
.ts-single__price ins{text-decoration:none}
.ts-single__summary .woocommerce-product-rating{font-size:11px;margin:8px 0 18px!important}
.ts-single__cart .variations{width:100%;font-size:11px}
.ts-single__cart .variations select{height:42px;border:1px solid var(--line);padding:0 10px}
.ts-single__cart .quantity .qty{height:48px;border:1px solid var(--line)}
.ts-single__cart .single_add_to_cart_button{width:100%;height:50px;background:#1d1b19!important;border-radius:0!important;font-size:13px!important;margin-top:9px!important}
.ts-single__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:20px 0;border-bottom:1px solid var(--line);font-size:10px;text-align:center}
.ts-accordion .woocommerce-tabs{padding-top:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;flex-direction:column;padding:0!important;margin:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;border-bottom:1px solid var(--line)!important;background:none!important;margin:0!important;border-radius:0!important;padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:block!important;padding:12px 0!important;font-size:11px!important;font-weight:500!important}
.woocommerce div.product .woocommerce-tabs .panel{padding:12px 0;font-size:11px;color:#625c57}
.ts-founder-strip{margin-top:65px;background:#f2ece6;display:grid;grid-template-columns:320px 1fr;min-height:220px;align-items:center}
.ts-founder-strip__photo{height:100%}
.ts-founder-strip>div:last-child{padding:34px 48px}
.ts-founder-strip h2{font-family:var(--serif);font-size:38px;line-height:1;margin:5px 0 10px}
.ts-founder-strip p{font-size:12px;color:#6e6761}
.ts-related{padding-top:34px}
.ts-related>h2{font-size:36px;margin:0 0 14px}
.ts-related .products{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.ts-content{padding:48px 0}
.ts-muted{font-size:11px;color:#847d76}

/* Responsive */
@media(max-width:1240px){
  .ts-container{width:min(calc(100% - 48px),var(--max))}
  .ts-header--home .ts-header__row{grid-template-columns:190px 1fr auto}
  .ts-nav ul{gap:23px}
  .ts-header__actions{gap:12px}
  .ts-home-hero{grid-template-columns:minmax(390px,.95fr) minmax(420px,1fr) minmax(180px,.45fr)}
  .ts-home-hero__content h1{font-size:57px}
  .ts-home-hero__left-copy{display:none}
  .ts-story{grid-template-columns:minmax(350px,.82fr) minmax(470px,1.18fr) 130px}
  .ts-story__copy{padding:40px 46px}
  .ts-products-area .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1050px){
  .ts-header--home .ts-nav--desktop{display:none}
  .ts-header--home .ts-header__row,.ts-header--inner .ts-header__row{grid-template-columns:190px 1fr auto}
  .ts-header--inner .ts-search{display:block}
  .ts-header--inner .ts-header__actions .ts-whatsapp{display:none}
  .ts-mobile-menu{display:flex}
  .ts-header__nav-wrap{display:none}
  .ts-mobile-drawer{position:fixed;left:0;right:0;top:116px;bottom:0;background:#fff;padding:24px;overflow:auto;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.22s var(--ease)}
  .admin-bar .ts-mobile-drawer{top:148px}
  .ts-mobile-drawer.is-open{display:block;opacity:1;visibility:visible;transform:none}
  .ts-mobile-nav ul{list-style:none;padding:0;margin:0}
  .ts-mobile-nav a{display:block;padding:15px 0;border-bottom:1px solid var(--line);font-family:var(--serif);font-size:27px}
  .ts-mobile-whatsapp{margin-top:24px;display:flex;align-items:center;justify-content:center;gap:8px;height:48px;border:1px solid var(--line);font-size:12px}
  .ts-mobile-whatsapp .ts-svg{color:#1faa59}
  .ts-home-hero{min-height:530px;grid-template-columns:1fr 1fr}
  .ts-home-hero__founder{grid-column:1;min-height:530px}
  .ts-home-hero__content{grid-column:2;padding:45px 35px}
  .ts-home-hero__content h1{font-size:52px}
  .ts-home-hero__product{display:none}
  .ts-category-card{min-height:230px}
  .ts-category-card__content strong{font-size:27px}
  .woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ts-section--products .products li:nth-child(n+5){display:none}
  .ts-sale-banner{grid-template-columns:1fr 1.7fr auto}
  .ts-sale-banner__copy h2{font-size:27px}
  .ts-story{grid-template-columns:1fr 1.25fr}
  .ts-story__values{display:none}
  .ts-social{grid-template-columns:250px 1fr}
  .ts-home-about{grid-template-columns:300px 1fr}
  .ts-footer__grid{gap:35px}
  .ts-shop-layout{grid-template-columns:220px 1fr;gap:25px}
  .ts-single__grid{gap:35px}
}
@media(max-width:820px){
  .admin-bar .ts-header{top:46px}
  .ts-container{width:min(calc(100% - 28px),var(--max))}
  .ts-topbar__inner{grid-template-columns:1fr;height:29px}
  .ts-topbar__inner span:nth-child(2),.ts-topbar__inner span:nth-child(3){display:none}
  .ts-topbar__inner span:first-child{justify-content:center;font-size:9px}
  .ts-header--home .ts-header__row,.ts-header--inner .ts-header__row{grid-template-columns:1fr auto;min-height:66px;gap:12px}
  .ts-header--inner .ts-search{grid-column:1/-1;grid-row:2;padding-bottom:11px}
  .ts-logo__name{font-size:31px}
  .ts-logo__tag{font-size:6px;margin-top:8px}
  .ts-header__actions{gap:8px}
  .ts-action small{display:none}
  .ts-action--wishlist{display:none}
  .ts-header--home .ts-search-toggle{display:flex}
  .ts-header--inner .ts-search-toggle{display:none}
  .ts-action .ts-svg,.ts-search-toggle .ts-svg{width:20px;height:20px}
  .ts-mobile-drawer{top:95px}
  .admin-bar .ts-mobile-drawer{top:141px}
  .ts-search-drawer.is-open{padding:12px 0}
  .ts-home-hero{grid-template-columns:1fr;display:flex;flex-direction:column;min-height:unset;background:#efe9e2}
  .ts-home-hero__founder{order:1;min-height:400px;background-position:center 16%}
  .ts-home-hero__content{order:2;padding:30px 18px 38px}
  .ts-home-hero__content .ts-eyebrow{display:block}
  .ts-home-hero__content h1{font-size:48px;max-width:580px}
  .ts-home-hero__lead{font-size:14px}
  .ts-category-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding-top:8px}
  .ts-category-card{min-height:230px}
  .woocommerce ul.products,.ts-products-area .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 8px}
  .ts-section--products .products li:nth-child(n+5){display:block}
  .ts-section--products .products li:nth-child(n+5):nth-child(n+5){display:none}
  .ts-section__head h2{font-size:31px}
  .ts-sale-banner{grid-template-columns:1fr;padding:0 0 20px;gap:18px;text-align:center}
  .ts-sale-banner__media{height:120px;min-height:120px}
  .ts-sale-banner__copy{padding:0 18px}
  .ts-sale-banner>.ts-btn{margin:0 auto}
  .ts-benefits{grid-template-columns:repeat(2,1fr)}
  .ts-benefits>div:nth-child(2){border-right:0}
  .ts-benefits>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .ts-story{grid-template-columns:1fr}
  .ts-story__media{min-height:400px}
  .ts-story__copy{padding:32px 20px 38px}
  .ts-story__copy h2{font-size:39px}
  .ts-social{grid-template-columns:1fr;gap:15px}
  .ts-social__intro{padding:8px 0}
  .ts-social__tiles{grid-template-columns:repeat(3,1fr)}
  .ts-social__tiles .ts-social__tile:nth-child(n+4){display:none}
  .ts-home-about{grid-template-columns:1fr;gap:8px}
  .ts-home-about h2{font-size:22px}
  .ts-footer__newsletter,.ts-footer__grid{grid-template-columns:1fr}
  .ts-footer__newsletter{gap:15px}
  .ts-footer__grid{gap:22px}
  .ts-footer__grid>div:not(.ts-footer__brand){padding-top:16px;border-top:1px solid var(--line)}
  .ts-shop-hero{min-height:195px}
  .ts-shop-hero h1{font-size:42px}
  .ts-shop-layout{grid-template-columns:1fr;gap:18px;padding-top:20px}
  .ts-filters{border-right:0;padding-right:0}
  .ts-filter-toggle{display:block;width:100%;height:44px;background:#fff;border:1px solid var(--line)}
  .ts-filter-panel{display:none;padding:18px 0}
  .ts-filter-panel.is-open{display:block}
  .ts-products-area .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ts-single__grid{grid-template-columns:1fr}
  .ts-single__summary{padding-top:0}
  .ts-single__summary h1{font-size:40px}
  .ts-founder-strip{grid-template-columns:1fr}
  .ts-founder-strip__photo{min-height:280px}
  .ts-founder-strip>div:last-child{padding:28px 22px}
}
@media(max-width:520px){
  body{font-size:14px}
  .ts-container{width:min(calc(100% - 20px),var(--max))}
  .ts-header__actions{gap:4px}
  .ts-cart-count{right:-2px}
  .ts-home-hero__founder{min-height:360px}
  .ts-home-hero__content{padding-left:10px;padding-right:10px}
  .ts-home-hero__content h1{font-size:42px;letter-spacing:-.035em}
  .ts-actions{display:grid;grid-template-columns:1fr 1fr}
  .ts-btn{padding:0 15px}
  .ts-category-card{min-height:180px}
  .ts-category-card__content{left:14px;bottom:13px}
  .ts-category-card__content strong{font-size:23px}
  .ts-category-card__content small{font-size:9px}
  .ts-section{padding-top:22px}
  .ts-section__head h2{font-size:29px}
  .ts-section__head>a{font-size:9px}
  .woocommerce ul.products,.ts-products-area .woocommerce ul.products{gap:12px 7px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:11px!important;min-height:31px}
  .ts-price,.woocommerce ul.products li.product .price{font-size:14px!important}
  .ts-card-cart{width:31px;height:31px}
  .ts-benefits{grid-template-columns:1fr 1fr}
  .ts-benefits>div{min-height:100px;padding:12px 6px}
  .ts-benefits b{font-size:11px}
  .ts-benefits span{font-size:9px}
  .ts-story__media{min-height:340px}
  .ts-story__copy h2{font-size:35px}
  .ts-social__buttons{display:grid;grid-template-columns:repeat(3,1fr)}
  .ts-social__buttons a{justify-content:center;padding:0 5px}
  .ts-social__tiles{gap:5px}
  .ts-home-about p{font-size:8px}
  .ts-footer__bottom{align-items:flex-start;gap:18px;flex-direction:column;padding:15px 0}
  .ts-shop-toolbar{height:auto;padding:10px 0;gap:10px;align-items:flex-start;flex-direction:column}
  .ts-shop-hero h1{font-size:38px}
  .ts-shop-hero p:last-child{font-size:12px}
  .ts-single__summary h1{font-size:36px}
  .ts-single__trust{grid-template-columns:1fr}
  .ts-related .products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}


/* Market language / currency switchers */
.ts-market-switchers{display:flex;align-items:center;gap:5px;position:relative}
.ts-market-picker{position:relative}
.ts-market-picker>summary{list-style:none;min-height:34px;padding:0 9px;border:1px solid #e9e3dd;background:#fff;display:flex;align-items:center;gap:7px;font-size:10px;font-weight:600;letter-spacing:.04em;cursor:pointer;white-space:nowrap}
.ts-market-picker>summary::-webkit-details-marker{display:none}
.ts-market-picker>summary i{width:6px;height:6px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.65}
.ts-market-picker[open]>summary{border-color:#cfc6bd}
.ts-market-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:120;min-width:170px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 40px rgba(33,28,24,.12);padding:6px}
.ts-market-menu a{display:grid;grid-template-columns:34px 1fr;align-items:center;min-height:36px;padding:0 9px;font-size:11px}
.ts-market-menu a:hover,.ts-market-menu a.is-active{background:var(--warm)}
.ts-market-menu a b{font-size:10px;letter-spacing:.08em}
.ts-market-menu--currency{min-width:120px}
.ts-market-menu--currency a{grid-template-columns:28px 1fr}
.ts-market-switchers--mobile{display:none}

/* Product card color swatches */
.ts-color-swatches{display:flex;align-items:center;gap:7px;margin-top:8px;min-height:16px}
.ts-color-swatches i{display:block;width:15px;height:15px;border-radius:50%;background:var(--swatch);border:1px solid rgba(25,22,20,.12);box-shadow:0 0 0 1px #fff inset}
.ts-demo-products{margin-top:0!important}
.ts-founder-strip__photo{background-size:cover;background-position:center 18%}

@media(max-width:1240px){
  .ts-market-picker>summary{padding:0 7px;font-size:9px}
  .ts-market-switchers{gap:3px}
}
@media(max-width:1050px){
  .ts-header__actions>.ts-market-switchers:not(.ts-market-switchers--mobile){display:none}
  .ts-market-switchers--mobile{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
  .ts-market-switchers--mobile .ts-market-picker>summary{width:100%;justify-content:space-between;min-height:44px;padding:0 14px;font-size:11px}
  .ts-market-switchers--mobile .ts-market-menu{left:0;right:auto;width:100%;min-width:0}
}

/* --------------------------------------------------------------------------
   TSOMKA v0.5 refinements
   -------------------------------------------------------------------------- */
.ts-home-hero{
  min-height:610px;
  grid-template-columns:minmax(480px,1.02fr) minmax(470px,.96fr) minmax(250px,.52fr);
  background:linear-gradient(90deg,#e9e2da 0%,#f3eee8 46%,#ede8e1 100%);
}
.ts-home-hero__founder,
.ts-home-hero__product{
  min-height:610px;
  position:relative;
  display:flex;
  align-items:flex-end;
}
.ts-home-hero__founder{padding:0;overflow:hidden;background:#e9e2da}
.ts-home-hero__founder-media{
  width:100%;
  height:100%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.ts-home-hero__founder-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.ts-home-hero__content{padding:80px 46px 72px 48px}
.ts-home-hero__content h1{font-size:74px;line-height:.88;max-width:520px}
.ts-home-hero__lead{max-width:470px;font-size:15px}
.ts-home-hero__product{background:#ede8e1;align-items:center;justify-content:center;padding:56px 32px}
.ts-home-hero__product-stage{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.ts-home-hero__product-stage:before{
  content:"";
  position:absolute;
  inset:12% 8% 14%;
  background:rgba(255,255,255,.42);
}
.ts-home-hero__product-card{
  position:relative;
  width:min(280px,100%);
  background:#f9f7f3;
  padding:26px;
  box-shadow:0 18px 50px rgba(74,58,44,.08);
}
.ts-home-hero__product-card img{
  width:100%;
  height:auto;
  object-fit:contain;
}
.ts-home-hero__left-copy{top:120px}

.ts-card-cart{
  width:36px;
  height:36px;
  border:1px solid #b9b2ab;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:0;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.ts-card-cart .ts-svg{width:18px;height:18px}
.ts-card-cart:hover{background:#1d1b19;border-color:#1d1b19;color:#fff;transform:translateY(-1px)}

.ts-single-color-picker{display:flex;align-items:center;gap:12px;margin:14px 0 8px;flex-wrap:wrap}
.ts-single-color-picker__label{font-size:13px;font-weight:600;color:#4a443f}
.ts-color-swatches--single{gap:10px;margin-top:0}
.ts-swatch-dot{
  appearance:none;
  -webkit-appearance:none;
  width:28px;
  height:28px;
  border-radius:50%;
  border:1px solid rgba(25,22,20,.14);
  background:var(--swatch);
  cursor:pointer;
  box-shadow:0 0 0 1px #fff inset;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.ts-swatch-dot:hover{transform:translateY(-1px)}
.ts-swatch-dot.is-active{box-shadow:0 0 0 2px #fff inset,0 0 0 2px #1d1b19}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
  background:#f4f0eb;
  padding:18px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  background:#f7f3ee;
}

@media (max-width: 1200px){
  .ts-home-hero{grid-template-columns:minmax(380px,.95fr) minmax(380px,1fr) minmax(190px,.46fr);min-height:560px}
  .ts-home-hero__founder,.ts-home-hero__product{min-height:560px}
  .ts-home-hero__content h1{font-size:60px}
}
@media (max-width: 980px){
  .ts-home-hero{grid-template-columns:1fr 1fr;min-height:520px}
  .ts-home-hero__founder{min-height:520px}
  .ts-home-hero__content{padding:48px 34px}
  .ts-home-hero__content h1{font-size:52px}
  .ts-home-hero__product{display:none}
}
@media (max-width: 767px){
  .ts-home-hero{display:flex;flex-direction:column;min-height:unset}
  .ts-home-hero__founder{order:1;min-height:390px}
  .ts-home-hero__content{order:2;padding:28px 18px 38px}
  .ts-home-hero__content h1{font-size:44px;max-width:none}
  .ts-single-color-picker{align-items:flex-start;flex-direction:column;gap:8px}
}
