/* Tarahetam Commerce 1.4.0 — Product catalogue */
.tc-shop-archive{width:100%;padding:20px 0 90px;background:#faf8f2}
.tc-shop-archive .woocommerce-breadcrumb{margin:0 0 18px}
.tc-shop-archive>.tc-container{width:min(1320px,calc(100% - 32px));margin-inline:auto}

/* Showcase */
.tc-shop-showcase{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:stretch;overflow:hidden;border:1px solid #eadfd5;border-radius:24px;background:linear-gradient(100deg,#fff7ef 0%,#fff 72%);box-shadow:0 14px 40px rgba(72,56,35,.04)}
.tc-shop-showcase__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,5vw,62px)}
.tc-shop-showcase__eyebrow{margin:0 0 8px;color:#b27c28;font-size:14px;font-weight:800}
.tc-shop-showcase h1{margin:0;color:#315c42;font-size:clamp(38px,5vw,60px);line-height:1.2}
.tc-shop-showcase__copy>p:not(.tc-shop-showcase__eyebrow){max-width:610px;margin:16px 0 0;color:#656b66;line-height:2}
.tc-shop-showcase__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.tc-shop-showcase__trust{display:flex;flex-wrap:wrap;gap:12px 24px;margin:24px 0 0;padding:18px 0 0;border-top:1px solid #eadfd5;list-style:none;color:#536159;font-size:13px}
.tc-shop-showcase__trust li::before{content:"✓";margin-inline-end:7px;color:#54735d;font-weight:900}
.tc-shop-showcase__media{min-height:360px;overflow:hidden;background:#f2e9dc}
.tc-shop-showcase__media picture,.tc-shop-showcase__media img{width:100%;height:100%}
.tc-shop-showcase__media img{object-fit:cover;object-position:center}

/* Heading and category navigation */
.tc-shop-catalogue{margin-top:46px}
.tc-shop-catalogue__heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:22px}
.tc-shop-catalogue__heading>div>p{margin:0 0 5px;color:#2c6848;font-size:14px;font-weight:800}
.tc-shop-catalogue__heading h2{margin:0;color:#273e31;font-size:clamp(30px,3vw,44px);line-height:1.25}
.tc-shop-catalogue__heading>div>span{display:block;margin-top:7px;color:#777;font-size:14px}
.tc-shop-categories{display:flex;gap:8px;max-width:62%;margin:0;padding:2px 0 4px;overflow-x:auto;scroll-snap-type:x proximity}
.tc-shop-category-chip{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 17px;border:1px solid #e7ded4;border-radius:11px;background:#fff;color:#34463b;font-size:13px;font-weight:800;white-space:nowrap;scroll-snap-align:start}
.tc-shop-category-chip:hover,.tc-shop-category-chip:focus-visible{border-color:#54735d;color:#315c42}
.tc-shop-category-chip.is-active,.tc-shop-category-chip[aria-current=page]{border-color:#54735d;background:#54735d;color:#fff}

/* Active filters */
.tc-shop-active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 18px;color:#6e746f;font-size:13px}
.tc-shop-active-filters>a{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:6px 11px;border:1px solid #e5dcd2;border-radius:999px;background:#fff;color:#375343}
.tc-shop-active-filters>a:hover,.tc-shop-active-filters>a:focus-visible{border-color:#54735d}
.tc-shop-active-filters b{font-size:17px;line-height:1}
.tc-shop-active-filters .tc-shop-active-filters__clear{border-color:transparent;background:transparent;color:#9a4b42;text-decoration:underline;text-underline-offset:4px}

/* Layout and filter sidebar */
.tc-shop-layout{display:grid;grid-template-columns:285px minmax(0,1fr);gap:24px;align-items:start}
.tc-shop-sidebar{position:sticky;top:96px;padding:20px;border:1px solid #e6ddd3;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(67,54,37,.04)}
.admin-bar .tc-shop-sidebar{top:128px}
.tc-shop-sidebar__heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.tc-shop-sidebar__heading h2{margin:0;color:#263c2f;font-size:20px}
.tc-shop-filter{display:grid}
.tc-shop-filter__group{margin:0;border:0;border-bottom:1px solid #eee6de;background:#fff}
.tc-shop-filter__group:first-of-type{border-top:1px solid #eee6de}
.tc-shop-filter__group>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 0;color:#2d4235;font-weight:800;cursor:pointer;list-style:none}
.tc-shop-filter__group>summary::-webkit-details-marker{display:none}
.tc-shop-filter__group>summary::after{content:"⌄";color:#7d897f;transition:transform .2s ease}
.tc-shop-filter__group[open]>summary::after{transform:rotate(180deg)}
.tc-shop-filter__group>summary small{display:grid;place-items:center;min-width:22px;height:22px;margin-inline-start:auto;border-radius:999px;background:#edf2ed;color:#315c42;font-size:11px}
.tc-shop-filter__panel{display:grid;gap:9px;padding:0 0 16px}
.tc-shop-filter select,.tc-shop-filter input[type=number]{width:100%;min-height:44px;padding:9px 11px;border:1px solid #e1d8cf;border-radius:10px;background:#fff;color:#2f3933;font:inherit}
.tc-shop-filter select:focus-visible,.tc-shop-filter input:focus-visible{border-color:#54735d;outline:3px solid rgba(84,115,93,.16)}
.tc-shop-filter__price-row{grid-template-columns:1fr 1fr;gap:7px 9px}
.tc-shop-filter__price-row label{color:#707770;font-size:11px}
.tc-shop-filter__options{max-height:220px;overflow:auto;padding-inline-end:3px}
.tc-shop-filter__option{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:34px;color:#3c4a41;cursor:pointer}
.tc-shop-filter__option input,.tc-shop-filter__stock input{width:18px;height:18px;margin:0;accent-color:#54735d}
.tc-shop-filter__option small{color:#969b97;font-size:11px}
.tc-shop-filter__stock{display:grid;grid-template-columns:20px 1fr;align-items:center;gap:9px;padding:16px 0;border-bottom:1px solid #eee6de;color:#2f4437;font-weight:800}
.tc-shop-filter__actions{display:grid;gap:8px;padding-top:18px}
.tc-shop-filter__actions .tc-button{width:100%}
.tc-shop-sidebar__help{margin-top:18px;padding:15px;border:1px solid #e8e1d7;border-radius:14px;background:#f7f5f0}
.tc-shop-sidebar__help strong{display:block;color:#24392c;font-size:14px}
.tc-shop-sidebar__help p{margin:7px 0;color:#777;font-size:12px;line-height:1.8}
.tc-shop-sidebar__help a{color:#2c6848;font-size:13px;font-weight:800}

/* Results toolbar */
.tc-shop-results{min-width:0}
.tc-shop-results:focus{outline:none}
.tc-shop-results:focus-visible{border-radius:14px;outline:3px solid rgba(84,115,93,.25);outline-offset:8px}
.tc-shop-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) auto auto;gap:10px;margin:0 0 18px}
.tc-shop-search{display:flex;align-items:center;min-height:48px;overflow:hidden;border:1px solid #e4dbd1;border-radius:13px;background:#fff}
.tc-shop-search input{min-width:0;flex:1;height:46px;padding:0 16px;border:0;background:transparent;color:#333;font:inherit;outline:0}
.tc-shop-search:focus-within{border-color:#54735d;box-shadow:0 0 0 3px rgba(84,115,93,.13)}
.tc-shop-search button{display:grid;place-items:center;width:48px;height:46px;border:0;border-inline-start:1px solid #eee4db;background:#fff;color:#385b46;font-size:24px;cursor:pointer}
.tc-shop-view{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid #e4dbd1;border-radius:12px;background:#fff}
.tc-shop-view button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:9px;background:transparent;color:#777;cursor:pointer}
.tc-shop-view button.is-active{background:#edf2ed;color:#2f6647}
.tc-shop-toolbar__ordering,.tc-shop-toolbar__ordering .woocommerce-ordering{margin:0}
.tc-shop-toolbar__ordering select{height:48px;min-width:185px;padding:0 14px;border:1px solid #e4dbd1;border-radius:12px;background:#fff;color:#374139;font:inherit}
.tc-shop-filter-toggle{display:none}

/* Product loop */
.woocommerce ul.products.tc-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none}
.woocommerce ul.products.tc-product-grid::before,.woocommerce ul.products.tc-product-grid::after{display:none}
.woocommerce ul.products.tc-product-grid li.product.tc-product-grid__item{float:none;width:auto;min-width:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none}
.tc-product-grid .tc-product-card{height:100%;overflow:hidden;border:1px solid #e8dfd6;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(72,56,35,.035)}
.tc-product-grid .tc-product-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(72,56,35,.08)}
.tc-product-grid .tc-product-card__media{position:relative;padding:14px 14px 0;background:#fff}
.tc-product-grid .tc-product-card__image{display:block;aspect-ratio:1/1.05;overflow:hidden;border-radius:13px;background:#fafafa}
.tc-product-grid .tc-product-card__image img{width:100%;height:100%;margin:0;padding:4px;object-fit:contain;border-radius:0}
.tc-product-grid .tc-product-card__body{padding:14px}
.tc-product-grid .tc-product-card__meta{font-size:11px}
.tc-product-grid .tc-product-card__category{color:#927b5f}
.tc-product-grid .tc-product-card__title{min-height:50px;margin:9px 0 5px;font-size:16px;line-height:1.65}
.tc-product-card__attributes{display:grid;gap:4px;margin:0;color:#747a75;font-size:11px}
.tc-product-card__attributes>div{display:flex;gap:4px;min-width:0}
.tc-product-card__attributes dt{font-weight:800}
.tc-product-card__attributes dt::after{content:":"}
.tc-product-card__attributes dd{min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tc-product-grid .tc-product-card__footer{display:grid;gap:12px}
.tc-product-grid .tc-product-card__price{min-height:38px;color:#263d30;font-size:16px;font-weight:800}
.tc-product-grid .tc-product-card__cta{width:100%;min-height:44px;border-radius:10px}
.tc-product-card__extension-slot:empty{display:none}
.tc-product-card__extension-slot--media{position:absolute;z-index:4;inset:12px 12px auto auto}
.tc-product-card__extension-slot--footer{margin-top:8px}

/* Actual list view */
.woocommerce ul.products.tc-product-grid.tc-product-grid--list{grid-template-columns:1fr}
.tc-product-grid--list .tc-product-card{display:grid;grid-template-columns:220px minmax(0,1fr)}
.tc-product-grid--list .tc-product-card__media{padding:14px}
.tc-product-grid--list .tc-product-card__image{aspect-ratio:1/1}
.tc-product-grid--list .tc-product-card__body{display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:center;gap:10px 24px;padding:20px}
.tc-product-grid--list .tc-product-card__meta,.tc-product-grid--list .tc-product-card__title,.tc-product-grid--list .tc-product-card__attributes,.tc-product-grid--list .tc-product-card__rating{grid-column:1}
.tc-product-grid--list .tc-product-card__title{min-height:0;font-size:20px}
.tc-product-grid--list .tc-product-card__footer{grid-column:2;grid-row:1/6;align-self:center;min-width:190px}

.tc-shop-results__footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;color:#777}
.tc-shop-results__footer .woocommerce-result-count,.tc-shop-results__footer .tc-pagination{margin:0}
.tc-shop-empty{margin-top:30px;padding:38px;border:1px solid #e7ded4;border-radius:20px;background:#fff;text-align:center}
.tc-shop-empty .woocommerce-info{display:none}

/* Supporting content */
.tc-shop-guide-v2{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;margin-top:60px;padding:18px;border:1px solid #eadfd5;border-radius:24px;background:#fff7f0}
.tc-shop-guide-v2__copy{padding:25px 22px}
.tc-shop-guide-v2__copy>p{margin:0 0 7px;color:#b27c28;font-size:13px;font-weight:800}
.tc-shop-guide-v2 h2{margin:0;color:#315c42;font-size:28px}
.tc-shop-guide-v2__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}
.tc-shop-guide-v2__cards a{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid #eadfd4;border-radius:15px;background:#fff;color:#2f3d34}
.tc-shop-guide-v2__cards strong{font-size:14px}.tc-shop-guide-v2__cards span{color:#777;font-size:12px;line-height:1.8}
.tc-shop-guide-v2__feature{position:relative;min-height:250px;overflow:hidden;border-radius:18px;background:#f2e9dc}
.tc-shop-guide-v2__feature img{width:100%;height:100%;object-fit:cover}
.tc-shop-guide-v2__feature>div{position:absolute;inset:auto 16px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:14px;background:rgba(255,255,255,.93);backdrop-filter:blur(7px)}
.tc-shop-guide-v2__feature span{color:#284533;font-weight:800}
.tc-shop-promos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}
.tc-shop-promos>a{display:grid;grid-template-columns:1fr 190px;min-height:190px;overflow:hidden;border:1px solid #e7ded3;border-radius:20px;background:#fff;color:#263c2f}
.tc-shop-promos>a>div{display:flex;flex-direction:column;justify-content:center;padding:26px}.tc-shop-promos small{color:#ad7c2c;font-weight:800}.tc-shop-promos h2{margin:6px 0 14px;font-size:25px}.tc-shop-promos span{color:#2b6546;font-weight:800}.tc-shop-promos img{width:100%;height:100%;object-fit:cover}
.tc-shop-content-section{margin-top:clamp(52px,7vw,88px)}
.tc-shop-section-heading{max-width:760px;margin-bottom:26px}
.tc-shop-section-heading--inline{display:flex;align-items:end;justify-content:space-between;gap:20px;max-width:none}
.tc-shop-section-heading__eyebrow{margin:0 0 7px;color:#b17b28;font-size:13px;font-weight:800}
.tc-shop-section-heading h2{margin:0;color:#315942;font-size:clamp(25px,3vw,36px)}
.tc-shop-related-articles__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.tc-shop-related-articles__grid>div{min-width:0}.tc-shop-related-articles .tc-article-card{height:100%;border-radius:16px}
.tc-shop-faq{display:grid;grid-template-columns:280px minmax(0,1fr);gap:36px;padding:30px;border:1px solid #e7ded4;border-radius:22px;background:#fff}
.tc-shop-faq .tc-shop-section-heading{position:sticky;top:100px;margin:0}.admin-bar .tc-shop-faq .tc-shop-section-heading{top:132px}
.tc-shop-seo-copy{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:center;gap:28px;margin-top:55px;padding:28px;border:1px solid #eadfd4;border-radius:22px;background:#fff7f0}
.tc-shop-seo-copy__content{max-width:none;margin:0;padding:0;border:0;background:transparent}
.tc-shop-seo-copy__content h2{margin:0 0 14px;color:#315942;font-size:26px}
.tc-shop-seo-copy__content h3{color:#315942}.tc-shop-seo-copy__content p,.tc-shop-seo-copy__content li{color:#686d68;line-height:2}
.tc-shop-seo-copy>img{width:100%;height:190px;object-fit:cover;border-radius:16px}

/* Mobile filter dialog */
.tc-shop-filter-modal{display:none}
.tc-shop-filter-modal .tc-modal__dialog{width:min(520px,calc(100% - 20px));max-height:90vh}
.tc-shop-filter-modal .tc-modal__body{overflow:auto}

@media(max-width:1180px){
  .tc-shop-showcase{grid-template-columns:1fr 1fr}
  .tc-shop-layout{grid-template-columns:245px minmax(0,1fr);gap:18px}
  .woocommerce ul.products.tc-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .tc-shop-related-articles__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .tc-shop-showcase{grid-template-columns:1fr}.tc-shop-showcase__media{order:-1;min-height:250px;max-height:330px}
  .tc-shop-catalogue__heading{align-items:flex-start;flex-direction:column}.tc-shop-categories{max-width:100%}
  .tc-shop-layout{display:block}.tc-shop-sidebar{display:none}.tc-shop-filter-toggle{display:inline-flex}
  .tc-shop-toolbar{grid-template-columns:auto minmax(0,1fr) auto}
  .tc-shop-filter-modal{display:block}.tc-shop-filter__actions{position:sticky;bottom:-1px;padding:12px 0;background:#fff}
  .tc-shop-guide-v2{grid-template-columns:1fr}.tc-shop-promos{grid-template-columns:1fr}
  .tc-shop-related-articles__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tc-shop-faq{grid-template-columns:1fr}.tc-shop-faq .tc-shop-section-heading{position:static}
  .tc-shop-seo-copy{grid-template-columns:1fr}.tc-shop-seo-copy>img{display:none}
}
@media(max-width:640px){
  .tc-shop-archive{padding-top:8px}.tc-shop-archive>.tc-container{width:min(100% - 20px,1320px)}
  .tc-shop-showcase{border-radius:19px}.tc-shop-showcase__copy{padding:28px 20px}.tc-shop-showcase h1{font-size:36px}.tc-shop-showcase__actions{align-items:stretch;flex-direction:column}.tc-shop-showcase__trust{gap:10px 15px}
  .tc-shop-catalogue{margin-top:34px}.tc-shop-catalogue__heading h2{font-size:31px}
  .tc-shop-toolbar{grid-template-columns:auto minmax(0,1fr)}.tc-shop-view{display:none}.tc-shop-toolbar__ordering{grid-column:1/-1}.tc-shop-toolbar__ordering select{width:100%}
  .woocommerce ul.products.tc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .tc-product-grid .tc-product-card__media{padding:8px 8px 0}.tc-product-grid .tc-product-card__body{padding:10px}.tc-product-grid .tc-product-card__title{min-height:46px;font-size:14px}.tc-product-grid .tc-product-card__price{font-size:13px}
  .tc-product-grid--list .tc-product-card{display:flex;flex-direction:column}.tc-product-grid--list .tc-product-card__body{display:flex;padding:12px}.tc-product-grid--list .tc-product-card__footer{min-width:0}
  .tc-shop-results__footer{align-items:flex-start;flex-direction:column}
  .tc-shop-guide-v2{padding:10px}.tc-shop-guide-v2__copy{padding:18px 10px}.tc-shop-guide-v2__cards{grid-template-columns:1fr}.tc-shop-guide-v2__feature>div{align-items:stretch;flex-direction:column}
  .tc-shop-promos>a{grid-template-columns:1fr 120px;min-height:150px}.tc-shop-promos>a>div{padding:18px}.tc-shop-promos h2{font-size:20px}
  .tc-shop-related-articles__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.tc-shop-related-articles__grid>div{flex:0 0 82vw;scroll-snap-align:start}
  .tc-shop-faq{padding:20px 16px}.tc-shop-seo-copy{padding:22px 18px}
}
@media(max-width:380px){.woocommerce ul.products.tc-product-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.tc-shop-filter__group>summary::after,.tc-product-grid .tc-product-card{transition:none}}

/* SISS archive fidelity layer — aligned to the approved 830 × 1894 reference. */
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag{background:#fffdfa}
body.post-type-archive-product .tc-container,
body.tax-product_cat .tc-container,
body.tax-product_tag .tc-container{width:min(calc(100% - 48px),1360px)}
.tc-shop-archive{padding:14px 0 30px;background:linear-gradient(180deg,#fffaf7 0,#fffefd 52%,#fff9f5 100%)}
.tc-shop-archive>.tc-container{width:min(calc(100% - 48px),1360px)}
.tc-shop-archive .woocommerce-breadcrumb{margin:0 0 15px;color:#777e79;font-size:12px}

.tc-shop-showcase{grid-template-columns:minmax(390px,.78fr) minmax(0,1.42fr);min-height:402px;border-radius:20px;background:linear-gradient(105deg,#fff0e7 0,#fff8f2 46%,#fffdfb 100%);box-shadow:0 13px 35px rgba(77,54,32,.045);direction:ltr}
.tc-shop-showcase__copy{padding:46px 38px 30px;direction:rtl}
.tc-shop-showcase__eyebrow{display:none}
.tc-shop-showcase h1{font-size:52px;font-weight:900;line-height:1.25}
.tc-shop-showcase__copy>p:not(.tc-shop-showcase__eyebrow){margin-top:14px;color:#606962;font-size:15px;line-height:2.05}
.tc-shop-showcase__actions{align-items:center;gap:24px;margin-top:23px}
.tc-shop-showcase__actions .tc-button{min-height:48px;padding-inline:25px;border-radius:9px}
.tc-shop-showcase__story{color:#5e7566;font-size:12px;font-weight:800}
.tc-shop-showcase__story span{margin-right:8px}
.tc-shop-showcase__trust{gap:12px 28px;margin-top:26px;padding-top:18px;font-size:11px}
.tc-shop-showcase__trust li::before{content:"•";margin-inline-end:9px}
.tc-shop-showcase__media{min-height:402px;background:transparent;direction:rtl}
.tc-shop-showcase__media img{object-fit:cover;object-position:center bottom}

.tc-shop-catalogue{margin-top:38px}
.tc-shop-catalogue__heading{min-height:104px;margin-bottom:15px}
.tc-shop-catalogue__heading>div>p{display:none}
.tc-shop-catalogue__heading h2{color:#58745d;font-size:42px;font-weight:900}
.tc-shop-catalogue__heading>div>span{font-size:12px}
.tc-shop-categories{gap:11px;max-width:54%;padding-bottom:7px}
.tc-shop-category-chip{min-width:86px;min-height:42px;border-radius:8px;font-size:12px}
.tc-shop-active-filters{margin-bottom:15px}
.tc-shop-active-filters>a{border-radius:8px;background:#f8f6f2}

.tc-shop-layout{grid-template-columns:282px minmax(0,1fr);gap:28px;direction:rtl}
.tc-shop-sidebar{top:92px;padding:17px 18px;border-radius:17px;box-shadow:0 9px 26px rgba(67,54,37,.035)}
.tc-shop-sidebar__heading{padding-bottom:11px;border-bottom:1px solid #eee6de}
.tc-shop-sidebar__heading h2{font-size:17px}
.tc-shop-filter__group>summary{padding:16px 0;font-size:13px}
.tc-shop-filter__panel{font-size:12px}
.tc-shop-filter__option{min-height:30px}
.tc-shop-filter__option input,.tc-shop-filter__stock input{width:15px;height:15px}
.tc-shop-filter__stock{font-size:12px}
.tc-shop-filter__actions .tc-button{min-height:42px;border-radius:8px;font-size:12px}
.tc-shop-sidebar__help{margin-top:16px;background:#fff}

.tc-shop-toolbar{grid-template-columns:minmax(260px,1fr) auto auto;gap:12px;margin-bottom:18px;direction:ltr}
.tc-shop-toolbar>*{direction:rtl}
.tc-shop-search{min-height:46px;border-radius:10px}
.tc-shop-search input{height:44px;font-size:12px}
.tc-shop-search button{height:44px}
.tc-shop-view{border-radius:10px}
.tc-shop-toolbar__ordering select{height:46px;min-width:170px;border-radius:10px;font-size:12px}

.woocommerce ul.products.tc-product-grid{gap:16px}
.tc-product-grid .tc-product-card{border-radius:15px;box-shadow:0 7px 22px rgba(72,56,35,.035)}
.tc-product-grid .tc-product-card__media{padding:11px 11px 0}
.tc-product-grid .tc-product-card__image{aspect-ratio:1/.98;background:linear-gradient(180deg,#fff,#fbf8f4)}
.tc-product-grid .tc-product-card__image img{padding:2px 9px}
.tc-product-grid .tc-product-card__body{display:flex;min-height:226px;flex-direction:column;padding:11px 12px 12px}
.tc-product-grid .tc-product-card__meta{order:3;margin-top:8px;font-size:9px}
.tc-product-grid .tc-product-card__category{display:none}
.tc-product-grid .tc-product-card__stock{display:flex;align-items:center;gap:6px}
.tc-product-grid .tc-product-card__stock::before{content:"";width:6px;height:6px;border-radius:50%;background:#608067}
.tc-product-grid .tc-product-card__stock.is-out-of-stock::before{background:#a5665e}
.tc-product-grid .tc-product-card__title{order:1;min-height:28px;margin:4px 0 7px;text-align:center;font-size:14px;line-height:1.5}
.tc-product-card__variant{order:2;display:flex;min-height:35px;align-items:center;justify-content:space-between;padding:7px 10px;border:1px solid #e8e0d8;border-radius:8px;color:#6f7670;font-size:10px}
.tc-product-card__variant b{font-size:12px;font-weight:400}
.tc-product-grid .tc-product-card__attributes{display:none}
.tc-product-grid .tc-product-card__rating{order:4}
.tc-product-grid .tc-product-card__footer{order:5;display:flex;margin-top:auto;flex-direction:column;gap:8px}
.tc-product-grid .tc-product-card__price{min-height:26px;text-align:center;font-size:14px}
.tc-product-card__actions{display:grid;grid-template-columns:34px minmax(0,1fr);gap:6px}
.tc-product-grid .tc-product-card__cta{min-height:36px;padding:6px 8px;border-radius:7px;font-size:9px}
.tc-product-card__favorite{display:grid;width:34px;height:36px;place-items:center;border:1px solid #e4ddd5;border-radius:8px;background:#fff;color:#768078;font-size:20px;line-height:1}

.tc-shop-guide-v2{width:calc(100% - 310px);grid-template-columns:1.06fr .94fr;gap:12px;margin:28px 0 0 auto;padding:12px;border-radius:17px}
.tc-shop-guide-v2__copy{padding:14px 12px}
.tc-shop-guide-v2__copy>p{display:none}
.tc-shop-guide-v2 h2{text-align:center;font-size:26px}
.tc-shop-guide-v2__cards{gap:8px;margin-top:14px}
.tc-shop-guide-v2__cards a{min-height:156px;align-items:center;justify-content:center;padding:14px 10px;text-align:center;border-radius:12px}
.tc-shop-guide-v2__cards a::before{content:"✧";display:grid;width:38px;height:38px;place-items:center;color:#c79444;font-size:25px}
.tc-shop-guide-v2__cards strong{font-size:12px}
.tc-shop-guide-v2__cards span{font-size:9px}
.tc-shop-guide-v2__feature{min-height:202px;border-radius:13px}
.tc-shop-guide-v2__feature>div{inset:auto 10px 10px;align-items:stretch;flex-direction:column;padding:11px}
.tc-shop-guide-v2__feature span{font-size:13px}
.tc-shop-guide-v2__feature .tc-button{min-height:36px;font-size:9px}
.tc-shop-promos{width:calc(100% - 310px);gap:15px;margin:18px 0 0 auto}
.tc-shop-promos>a{grid-template-columns:1fr 160px;min-height:155px;border-radius:15px}
.tc-shop-promos>a>div{padding:20px}
.tc-shop-promos h2{font-size:22px}

.tc-shop-content-section{margin-top:40px}
.tc-shop-section-heading__eyebrow{display:none}
.tc-shop-section-heading h2{color:#58745d;font-size:30px}
.tc-shop-related-articles .tc-shop-section-heading{text-align:right}
.tc-shop-related-articles__grid{gap:14px}
.tc-shop-related-articles .tc-article-card{overflow:hidden;border:1px solid #e8dfd6;border-radius:13px;background:#fff}
.tc-shop-faq{display:block;padding:0;border:0;background:transparent}
.tc-shop-faq .tc-shop-section-heading{position:static;max-width:none;margin:0 0 14px;text-align:right}
.tc-shop-faq .tc-accordion{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}
.tc-shop-faq .tc-accordion__item{margin:0;border:1px solid #e6ded5;border-radius:9px;background:#fff;overflow:hidden}
.tc-shop-faq .tc-accordion__trigger{min-height:49px;padding:10px 16px;font-size:12px}

.tc-shop-seo-copy{grid-template-columns:minmax(0,1fr) 270px;min-height:145px;gap:22px;margin-top:28px;padding:18px 24px;border-radius:15px;direction:ltr}
.tc-shop-seo-copy__content{direction:rtl;text-align:center}
.tc-shop-seo-copy__content h2{font-size:20px}
.tc-shop-seo-copy__content p,.tc-shop-seo-copy__content li{font-size:10px;line-height:1.9}
.tc-shop-seo-copy picture{height:112px;direction:rtl}
.tc-shop-seo-copy picture img{width:100%;height:100%;object-fit:cover;border-radius:12px}

.tc-shop-newsletter{display:grid;grid-template-columns:280px minmax(0,.8fr) minmax(300px,1.2fr);align-items:center;gap:24px;min-height:126px;margin-top:18px;padding:12px 24px;border:1px solid #eadfd5;border-radius:15px;background:linear-gradient(105deg,#fff0e7,#fff8f2 55%,#fffdfb);overflow:hidden;direction:ltr}
.tc-shop-newsletter picture{align-self:stretch;direction:rtl}
.tc-shop-newsletter img{width:100%;height:100%;object-fit:contain;object-position:center bottom}
.tc-shop-newsletter>div{direction:rtl}
.tc-shop-newsletter h2{margin:0;color:#58745d;font-size:24px}
.tc-shop-newsletter p{margin:5px 0 0;color:#737a74;font-size:10px}
.tc-shop-newsletter form{display:flex;direction:rtl}
.tc-shop-newsletter input{min-width:0;flex:1;height:42px;padding:8px 13px;border:1px solid #e1d8cf;border-left:0;border-radius:0 8px 8px 0;background:#fff;font:inherit;font-size:11px;outline:0}
.tc-shop-newsletter button{height:42px;min-height:42px;border:0;border-radius:8px 0 0 8px;font-size:10px}

@media(max-width:1180px){
  .tc-shop-showcase{grid-template-columns:minmax(340px,.82fr) 1.18fr;min-height:350px}
  .tc-shop-showcase__media{min-height:350px}
  .tc-shop-showcase h1{font-size:44px}
  .tc-shop-layout{grid-template-columns:245px minmax(0,1fr)}
  .tc-shop-guide-v2,.tc-shop-promos{width:calc(100% - 273px)}
  .tc-shop-newsletter{grid-template-columns:220px 1fr 1.2fr}
}
@media(max-width:900px){
  body.post-type-archive-product .tc-container,
  body.tax-product_cat .tc-container,
  body.tax-product_tag .tc-container,
  .tc-shop-archive>.tc-container{width:min(calc(100% - 28px),1360px)}
  .tc-shop-showcase{grid-template-columns:1fr;direction:rtl}
  .tc-shop-showcase__media{order:-1}
  .tc-shop-showcase__copy{text-align:center}
  .tc-shop-showcase__actions,.tc-shop-showcase__trust{justify-content:center}
  .tc-shop-guide-v2,.tc-shop-promos{width:100%;margin-right:0}
  .tc-shop-newsletter{grid-template-columns:180px 1fr;gap:16px}
  .tc-shop-newsletter form{grid-column:1/-1}
}
@media(max-width:640px){
  .tc-shop-showcase__copy{padding:25px 18px}
  .tc-shop-showcase h1{font-size:36px}
  .tc-shop-showcase__actions{gap:13px}
  .tc-shop-catalogue__heading{min-height:0}
  .tc-shop-catalogue__heading h2{font-size:32px}
  .tc-shop-categories{max-width:100%}
  .tc-shop-toolbar{direction:rtl}
  .tc-product-grid .tc-product-card__body{min-height:210px}
  .tc-product-grid .tc-product-card__image img{padding:0}
  .tc-product-card__actions{grid-template-columns:32px minmax(0,1fr)}
  .tc-product-card__favorite{width:32px}
  .tc-shop-faq .tc-accordion{grid-template-columns:1fr}
  .tc-shop-seo-copy{grid-template-columns:1fr}
  .tc-shop-seo-copy picture{display:none}
  .tc-shop-newsletter{grid-template-columns:1fr;text-align:center;padding:18px}
  .tc-shop-newsletter picture{display:none}
  .tc-shop-newsletter>div{direction:rtl}
  .tc-shop-newsletter form{grid-column:auto}
}
