/* 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 #F8F1E4;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:#D3AE6E;font-size:14px;font-weight:800}
.tc-shop-showcase h1{margin:0;color:#394536;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 #F8F1E4;list-style:none;color:#536159;font-size:13px}
.tc-shop-showcase__trust li::before{content:"";display:inline-block;width:16px;height:16px;margin-inline-end:7px;background:#54735d;-webkit-mask:url("../icons/stockholm/check.svg") center/contain no-repeat;mask:url("../icons/stockholm/check.svg") center/contain no-repeat}
.tc-shop-showcase__media{min-height:360px;overflow:hidden;background:#F8F1E4}
.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:#55624F;font-size:14px;font-weight:800}
.tc-shop-catalogue__heading h2{margin:0;color:#394536;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 #F8F1E4;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:#394536}
.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 #F8F1E4;border-radius:999px;background:#fff;color:#394536}
.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:#D09B8B;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 #F8F1E4;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:#394536;font-size:20px}
.tc-shop-filter{display:grid}
.tc-shop-filter__group{margin:0;border:0;border-bottom:1px solid #F8F1E4;background:#fff}
.tc-shop-filter__group:first-of-type{border-top:1px solid #F8F1E4}
.tc-shop-filter__group>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 0;color:#394536;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:"";width:16px;height:16px;background:#7d897f;-webkit-mask:url("../icons/stockholm/angle-down.svg") center/contain no-repeat;mask:url("../icons/stockholm/angle-down.svg") center/contain no-repeat;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:#394536;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 #F8F1E4;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 #F8F1E4;color:#394536;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 #F8F1E4;border-radius:14px;background:#f7f5f0}
.tc-shop-sidebar__help strong{display:block;color:#394536;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:#55624F;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 #F8F1E4;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 #F8F1E4;background:#fff;color:#55624F;font-size:24px;cursor:pointer}
.tc-shop-view{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid #F8F1E4;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:#55624F}
.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 #F8F1E4;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 #F8F1E4;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:#D3AE6E}
.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:#394536;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 #F8F1E4;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 #F8F1E4;border-radius:24px;background:#fff7f0}
.tc-shop-guide-v2__copy{padding:25px 22px}
.tc-shop-guide-v2__copy>p{margin:0 0 7px;color:#D3AE6E;font-size:13px;font-weight:800}
.tc-shop-guide-v2 h2{margin:0;color:#394536;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 #F8F1E4;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:#F8F1E4}
.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:#394536;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 #F8F1E4;border-radius:20px;background:#fff;color:#394536}
.tc-shop-promos>a>div{display:flex;flex-direction:column;justify-content:center;padding:26px}.tc-shop-promos small{color:#D3AE6E;font-weight:800}.tc-shop-promos h2{margin:6px 0 14px;font-size:25px}.tc-shop-promos span{color:#55624F;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:#D3AE6E;font-size:13px;font-weight:800}
.tc-shop-section-heading h2{margin:0;color:#394536;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 #F8F1E4;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 #F8F1E4;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:#394536;font-size:26px}
.tc-shop-seo-copy__content h3{color:#394536}.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 #F8F1E4}
.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:#D09B8B}
.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 #F8F1E4;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 #F8F1E4;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:block;width:38px;height:38px;background:#E7D2AA;-webkit-mask:url("../icons/stockholm/star.svg") center/24px 24px no-repeat;mask:url("../icons/stockholm/star.svg") center/24px 24px no-repeat}
.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 #F8F1E4;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 #F8F1E4;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 #F8F1E4;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 #F8F1E4;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}
}


/* =====================================================================
   SISSNUTS SHOP 2026 — PREMIUM ARCHIVE REDESIGN v3.0
   ===================================================================== */
.siss-shop{
  --ss-green:#6C7B65;
  --ss-green-2:#5B6955;
  --ss-gold:#D3AE6E;
  --ss-cream:#FFF8F5;
  --ss-paper:#fffdf9;
  --ss-line:#F8F1E4;
  --ss-text:#2d342e;
  --ss-muted:#7a817a;
  padding:22px 0 70px;
  background:
    radial-gradient(circle at 85% 8%,rgba(200,164,92,.08),transparent 22%),
    linear-gradient(180deg,#fcfaf5 0%,#FFF8F5 100%);
}
.siss-shop *{box-sizing:border-box}
.siss-shop a{text-decoration:none}
.siss-shop-breadcrumb{
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;
  min-height:34px;margin-bottom:16px;color:#8a8e88;font-size:12px;
}
.siss-shop-breadcrumb a{display:inline-flex;align-items:center;gap:6px;color:#737a73}
.siss-shop-breadcrumb strong{color:#505850;font-weight:700}
.siss-shop-breadcrumb .siss-stockholm-svg{width:15px!important;height:15px!important;min-width:15px!important;min-height:15px!important;max-width:15px!important;max-height:15px!important}

/* Hero */
.siss-shop-hero{
  display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  min-height:420px;border:1px solid rgba(115,92,54,.10);
  border-radius:30px;overflow:hidden;background:#F8F1E4;
  box-shadow:0 20px 60px rgba(65,50,28,.07);
}
.siss-shop-hero__copy{
  position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;
  padding:52px clamp(34px,4vw,64px);background:
  radial-gradient(circle at 10% 10%,rgba(200,164,92,.14),transparent 34%),
  linear-gradient(135deg,#394536 0%,#394536 100%);color:#fff;
}
.siss-shop-eyebrow{
  display:inline-flex;align-items:center;gap:8px;width:max-content;
  margin-bottom:17px;color:#E7D2AA;font:600 11px/1.4 Georgia,serif;letter-spacing:.08em;
}
.siss-shop-eyebrow .siss-stockholm-svg{width:17px!important;height:17px!important}
.siss-shop-hero h1{
  margin:0;color:#fff;font-size:clamp(34px,4.2vw,58px);line-height:1.18;font-weight:900;letter-spacing:-.02em;
}
.siss-shop-hero__copy>p{
  max-width:580px;margin:18px 0 28px;color:rgba(255,255,255,.72);font-size:14px;line-height:2;
}
.siss-shop-hero__meta{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;
}
.siss-shop-hero__meta>div{
  min-width:0;display:flex;align-items:center;gap:9px;padding:11px;
  border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(255,255,255,.055);
}
.siss-shop-hero__meta .siss-stockholm-svg{width:23px!important;height:23px!important;color:#E7D2AA}
.siss-shop-hero__meta span{min-width:0}
.siss-shop-hero__meta strong,.siss-shop-hero__meta small{display:block}
.siss-shop-hero__meta strong{color:#fff;font-size:12px}
.siss-shop-hero__meta small{margin-top:3px;color:rgba(255,255,255,.56);font-size:9px;white-space:normal}
.siss-shop-hero__media{position:relative;min-width:0;min-height:420px;overflow:hidden}
.siss-shop-hero__media>img{display:block;width:100%;height:100%;object-fit:cover}
.siss-shop-hero__media:after{
  content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,44,32,.10),transparent 32%);
}
.siss-shop-hero__badge{
  position:absolute;z-index:2;left:20px;bottom:20px;display:flex;align-items:center;gap:9px;
  max-width:190px;padding:11px 13px;border:1px solid rgba(255,255,255,.45);
  border-radius:14px;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);color:#445046;
}
.siss-shop-hero__badge .siss-stockholm-svg{width:26px!important;height:26px!important;color:#D3AE6E}
.siss-shop-hero__badge span{font-size:10px}
.siss-shop-hero__badge b{display:block;color:#28352b;font-size:14px;margin-bottom:2px}

/* Shared section header */
.siss-shop-section-head{
  display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px;
}
.siss-shop-section-head>div>span,
.siss-shop-products-head>div>span{
  display:block;margin-bottom:5px;color:#D3AE6E;font-size:11px;font-weight:800;
}
.siss-shop-section-head h2,.siss-shop-products-head h2{
  margin:0;color:#2d382f;font-size:clamp(23px,2.6vw,34px);font-weight:900;
}
.siss-shop-section-head>a{
  display:inline-flex;align-items:center;gap:7px;color:#576258;font-size:12px;font-weight:800;white-space:nowrap;
}
.siss-shop-section-head>a .siss-stockholm-svg{width:16px!important;height:16px!important}

/* Categories */
.siss-shop-categories-wrap{padding:44px 0 18px}
.siss-shop-category-strip{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;
}
.siss-shop-category-card{
  min-width:0;display:grid;grid-template-columns:50px minmax(0,1fr) 18px;
  align-items:center;gap:11px;padding:12px;border:1px solid var(--ss-line);
  border-radius:17px;background:rgba(255,255,255,.70);color:#3d473f;
  box-shadow:0 8px 25px rgba(46,37,22,.025);transition:.2s ease;
}
.siss-shop-category-card:hover{transform:translateY(-2px);border-color:#F8F1E4;box-shadow:0 12px 30px rgba(46,37,22,.055)}
.siss-shop-category-card.is-active{background:#394536;color:#fff;border-color:#394536}
.siss-shop-category-card__icon{
  width:50px;height:50px;display:grid;place-items:center;overflow:hidden;
  border-radius:14px;background:#F8F1E4;color:#D3AE6E;
}
.siss-shop-category-card.is-active .siss-shop-category-card__icon{background:rgba(255,255,255,.10);color:#E7D2AA}
.siss-shop-category-card__icon img{width:100%;height:100%;object-fit:cover}
.siss-shop-category-card__icon .siss-stockholm-svg{width:25px!important;height:25px!important}
.siss-shop-category-card>span:nth-child(2){min-width:0}
.siss-shop-category-card strong,.siss-shop-category-card small{display:block;overflow:hidden;text-overflow:ellipsis}
.siss-shop-category-card strong{font-size:13px;white-space:nowrap}
.siss-shop-category-card small{margin-top:3px;color:#92968f;font-size:10px}
.siss-shop-category-card.is-active small{color:rgba(255,255,255,.55)}
.siss-shop-category-card>.siss-stockholm-svg{width:16px!important;height:16px!important;opacity:.55}

/* Catalogue */
.siss-shop-catalogue{padding:42px 0 26px}
.siss-shop-products-head{
  display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px;
}
.siss-shop-products-head p{margin:6px 0 0;color:#92978f;font-size:11px}
.siss-shop-mobile-filter{
  display:none;align-items:center;gap:7px;min-height:42px;padding:0 14px;
  border:1px solid var(--ss-line);border-radius:12px;background:#fff;color:#445047;font-weight:800;
}
.siss-shop-mobile-filter b{
  min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px;
  background:#394536;color:#fff;font-size:9px;
}

/* active filter chips */
.siss-shop-active-filters{
  display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:13px;padding:10px 12px;
  border:1px solid #F8F1E4;border-radius:14px;background:#fff;
}
.siss-shop-active-filters>span{color:#858b84;font-size:10px}
.siss-shop-active-filters a{
  display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border-radius:999px;
  background:#f5efe5;color:#586159;font-size:10px;font-weight:700;
}
.siss-shop-active-filters a .siss-stockholm-svg{width:12px!important;height:12px!important}
.siss-shop-active-filters a.is-clear{margin-right:auto;background:transparent;color:#D3AE6E}

/* Layout + filter */
.siss-shop-layout{
  display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start;
}
.siss-shop-filter-panel{
  position:sticky;top:100px;min-width:0;padding:17px;border:1px solid var(--ss-line);
  border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(55,44,26,.035);
}
.siss-shop-filter-panel>header{
  display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;
  margin-bottom:4px;border-bottom:1px solid #F8F1E4;
}
.siss-shop-filter-panel>header>span{display:flex;align-items:center;gap:8px}
.siss-shop-filter-panel>header .siss-stockholm-svg{width:19px!important;height:19px!important;color:#D3AE6E}
.siss-shop-filter-panel>header strong{font-size:13px}
.siss-shop-filter-panel>header>b{
  min-width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:#394536;color:#fff;font-size:9px;
}
.siss-shop-filter-panel .tc-shop-filter-form{margin-top:4px}
.siss-shop-filter-panel .tc-shop-filter__group{
  padding:12px 0;border-bottom:1px solid #f0ebe4;
}
.siss-shop-filter-panel .tc-shop-filter__group:last-child{border-bottom:0}
.siss-shop-filter-panel__help{
  display:flex;gap:10px;margin-top:15px;padding:13px;border-radius:14px;background:#f6f0e5;color:#59635b;
}
.siss-shop-filter-panel__help>.siss-stockholm-svg{
  width:25px!important;height:25px!important;color:#D3AE6E;flex:0 0 25px!important;
}
.siss-shop-filter-panel__help strong{display:block;font-size:11px}
.siss-shop-filter-panel__help p{margin:4px 0 7px;font-size:9px;line-height:1.8;color:#858982}
.siss-shop-filter-panel__help a{color:#9A743A;font-size:10px;font-weight:800}

/* results + toolbar */
.siss-shop-results{min-width:0}
.siss-shop-toolbar{
  display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:12px;align-items:center;
  margin-bottom:14px;padding:10px;border:1px solid var(--ss-line);border-radius:17px;background:#fff;
}
.siss-shop-search{
  min-width:0;height:44px;display:flex;align-items:center;gap:8px;padding:0 11px;
  border:1px solid #F8F1E4;border-radius:12px;background:#fbfaf7;
}
.siss-shop-search>.siss-stockholm-svg{width:18px!important;height:18px!important;color:#7d867e}
.siss-shop-search input{
  flex:1;min-width:0;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;font-size:12px;
}
.siss-shop-search button{
  border:0;background:transparent;color:#9A743A;font-size:11px;font-weight:800;cursor:pointer;
}
.siss-shop-toolbar__end{display:flex;align-items:center;gap:8px}
.siss-shop-view{display:flex;gap:4px;padding:4px;border-radius:10px;background:#f4f1eb}
.siss-shop-view button{
  width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;
  background:transparent;color:#8a9089;cursor:pointer;
}
.siss-shop-view button.is-active{background:#fff;color:#394536;box-shadow:0 3px 9px rgba(47,40,28,.08)}
.siss-shop-view .siss-stockholm-svg{width:18px!important;height:18px!important}
.siss-shop-ordering .woocommerce-ordering{margin:0!important}
.siss-shop-ordering select{
  height:42px;max-width:190px;border:1px solid #F8F1E4!important;border-radius:10px!important;
  background:#fff!important;padding-inline:10px!important;font-size:11px!important;
}

/* Product cards inherit existing component but receive premium finish */
.siss-shop-results .woocommerce ul.products.tc-product-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;
}
.siss-shop-results .tc-product-grid .tc-product-card{
  height:100%!important;display:flex;flex-direction:column;overflow:hidden!important;
  border:1px solid #F8F1E4;border-radius:20px;background:#fff;
  box-shadow:0 8px 30px rgba(59,46,25,.035);transition:.22s ease;
}
.siss-shop-results .tc-product-grid .tc-product-card:hover{
  transform:translateY(-3px);border-color:#F8F1E4;box-shadow:0 16px 38px rgba(59,46,25,.075);
}
.siss-shop-results .tc-product-card__media{background:#fff;padding:10px 10px 0}
.siss-shop-results .tc-product-card__image{
  aspect-ratio:1/1;border-radius:15px;background:linear-gradient(180deg,#f8f5ef,#f4eee5);
}
.siss-shop-results .tc-product-card__image img{object-fit:contain}
.siss-shop-results .tc-product-card__body{
  flex:1;display:flex;flex-direction:column;padding:13px;
}
.siss-shop-results .tc-product-card__title{
  min-height:0;margin:7px 0 4px;font-size:14px;line-height:1.65;
}
.siss-shop-results .tc-product-card__price{margin-top:auto;padding-top:9px;color:#29382d;font-size:14px;font-weight:900}
.siss-shop-results .tc-product-card__actions{margin-top:10px}
.siss-shop-results .tc-button,
.siss-shop-results .button{
  border-radius:10px;
}

/* Pagination */
.siss-shop-pagination{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  margin-top:19px;padding:13px 3px;border-top:1px solid #F8F1E4;color:#8a8e89;font-size:10px;
}

/* assurance */
.siss-shop-assurance{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:42px 0 12px;
  border:1px solid var(--ss-line);border-radius:20px;background:rgba(255,255,255,.64);overflow:hidden;
}
.siss-shop-assurance article{
  min-width:0;display:flex;align-items:center;justify-content:center;gap:10px;padding:19px 13px;
  border-left:1px solid var(--ss-line);
}
.siss-shop-assurance article:last-child{border-left:0}
.siss-shop-assurance article>.siss-stockholm-svg{width:27px!important;height:27px!important;color:#D3AE6E}
.siss-shop-assurance strong,.siss-shop-assurance span{display:block}
.siss-shop-assurance strong{font-size:12px;color:#3f4941}
.siss-shop-assurance span{margin-top:3px;font-size:9px;color:#969a94}

/* Editorial */
.siss-shop-editorial{padding:44px 0 10px}
.siss-shop-editorial__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.siss-shop-editorial__grid>div{min-width:0}
.siss-shop-editorial .tc-article-card{
  height:100%;overflow:hidden;border:1px solid #F8F1E4;border-radius:18px;background:#fff;
}

/* FAQ */
.siss-shop-faq{max-width:900px;margin:48px auto 10px}
.siss-shop-faq .tc-accordion{border-top:1px solid #F8F1E4}
.siss-shop-faq .tc-accordion__item{border-bottom:1px solid #F8F1E4}

/* SEO */
.siss-shop-seo{
  max-width:980px;margin:46px auto 0;padding:28px 30px;border:1px solid #F8F1E4;
  border-radius:20px;background:rgba(255,255,255,.58);
}
.siss-shop-seo>span{display:block;margin-bottom:8px;color:#D3AE6E;font-size:10px;font-weight:800}
.siss-shop-seo .entry-content{color:#697069;font-size:13px;line-height:2}
.siss-shop-seo .entry-content h2,.siss-shop-seo .entry-content h3{color:#354038}

/* CTA */
.siss-shop-cta{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);gap:24px;align-items:center;
  margin-top:44px;padding:24px 26px;border:1px solid #F8F1E4;border-radius:22px;
  background:
    radial-gradient(circle at 0% 100%,rgba(200,164,92,.13),transparent 25%),
    #F8F1E4;
}
.siss-shop-cta>div{display:flex;align-items:center;gap:13px}
.siss-shop-cta>div>span{
  width:50px;height:50px;display:grid;place-items:center;flex:0 0 50px;
  border-radius:15px;background:#394536;color:#E7D2AA;
}
.siss-shop-cta>div>span .siss-stockholm-svg{width:25px!important;height:25px!important}
.siss-shop-cta h2{margin:0;color:#324035;font-size:18px}
.siss-shop-cta p{margin:5px 0 0;color:#83877f;font-size:10px}
.siss-shop-cta form{
  height:46px;display:flex;overflow:hidden;border:1px solid #F8F1E4;border-radius:12px;background:#fff;
}
.siss-shop-cta input{
  min-width:0;flex:1;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding-inline:13px!important;
}
.siss-shop-cta button{
  min-width:90px;border:0;background:#394536;color:#fff;font-weight:800;cursor:pointer;
}

/* Empty */
.siss-shop-empty{
  display:flex;flex-direction:column;align-items:center;text-align:center;
  padding:70px 20px;border:1px solid #F8F1E4;border-radius:22px;background:#fff;
}
.siss-shop-empty>span{
  width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:#F8F1E4;color:#D3AE6E;
}
.siss-shop-empty>span .siss-stockholm-svg{width:30px!important;height:30px!important}
.siss-shop-empty h2{margin:17px 0 7px;color:#364038}
.siss-shop-empty p{max-width:480px;margin:0;color:#898e88;font-size:12px}
.siss-shop-empty>a{margin-top:16px;padding:10px 18px;border-radius:10px;background:#394536;color:#fff;font-size:11px;font-weight:800}

/* Filter modal */
.tc-shop-filter-modal .tc-modal__dialog{border-radius:22px 22px 0 0}
.tc-shop-filter-modal .tc-modal__header h2{display:flex;align-items:center;gap:8px}
.tc-shop-filter-modal .tc-modal__header h2 .siss-stockholm-svg{width:20px!important;height:20px!important;color:#D3AE6E}

/* Tablet */
@media(max-width:1100px){
  .siss-shop-hero{grid-template-columns:1fr 1fr}
  .siss-shop-hero__copy{padding:36px 30px}
  .siss-shop-hero__meta{grid-template-columns:1fr}
  .siss-shop-hero__meta>div:nth-child(n+2){display:none}
  .siss-shop-category-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
  .siss-shop-layout{grid-template-columns:225px minmax(0,1fr)}
  .siss-shop-results .woocommerce ul.products.tc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Mobile */
@media(max-width:767px){
  .siss-shop{padding:10px 0 42px}
  .siss-shop-breadcrumb{margin-bottom:10px;font-size:10px}

  .siss-shop-hero{
    display:flex;flex-direction:column-reverse;min-height:0;border-radius:22px;
  }
  .siss-shop-hero__media{min-height:0;aspect-ratio:1.3/1}
  .siss-shop-hero__copy{padding:24px 20px 26px}
  .siss-shop-hero h1{font-size:31px}
  .siss-shop-hero__copy>p{margin:12px 0 18px;font-size:12px;line-height:1.9}
  .siss-shop-eyebrow{margin-bottom:10px;font-size:9px}
  .siss-shop-hero__meta{grid-template-columns:1fr}
  .siss-shop-hero__meta>div{padding:9px}
  .siss-shop-hero__badge{left:12px;bottom:12px;padding:8px 10px}

  .siss-shop-categories-wrap{padding-top:30px}
  .siss-shop-section-head{align-items:flex-start}
  .siss-shop-section-head h2,.siss-shop-products-head h2{font-size:24px}
  .siss-shop-section-head>a{font-size:10px}

  .siss-shop-category-strip{
    display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;
    margin-inline:calc(var(--siss-mobile-gutter,14px) * -1);
    padding-inline:var(--siss-mobile-gutter,14px);padding-bottom:8px;scrollbar-width:none;
  }
  .siss-shop-category-strip::-webkit-scrollbar{display:none}
  .siss-shop-category-card{
    flex:0 0 76vw;min-width:76vw;scroll-snap-align:start;grid-template-columns:46px minmax(0,1fr) 16px;
  }
  .siss-shop-category-card__icon{width:46px;height:46px}

  .siss-shop-catalogue{padding-top:28px}
  .siss-shop-products-head{align-items:center}
  .siss-shop-products-head>div{min-width:0}
  .siss-shop-mobile-filter{display:inline-flex;flex:0 0 auto;font-size:10px;padding-inline:10px}
  .siss-shop-mobile-filter .siss-stockholm-svg{width:17px!important;height:17px!important}

  .siss-shop-layout{display:block}
  .siss-shop-filter-panel{display:none}
  .siss-shop-toolbar{
    grid-template-columns:1fr;gap:8px;padding:8px;border-radius:14px;
  }
  .siss-shop-search{height:42px}
  .siss-shop-toolbar__end{justify-content:space-between}
  .siss-shop-ordering{flex:1}
  .siss-shop-ordering select{width:100%;max-width:none}
  .siss-shop-view{flex:0 0 auto}

  .siss-shop-results .woocommerce ul.products.tc-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;
  }
  .siss-shop-results .tc-product-card__media{padding:7px 7px 0}
  .siss-shop-results .tc-product-card__body{padding:9px}
  .siss-shop-results .tc-product-card__title{font-size:12px;line-height:1.55}
  .siss-shop-results .tc-product-card__price{font-size:12px;padding-top:7px}
  .siss-shop-results .tc-product-card__actions{margin-top:7px}
  .siss-shop-results .tc-product-card__actions .button,
  .siss-shop-results .tc-product-card__actions .tc-button{font-size:10px;padding-inline:6px;min-height:36px}

  .siss-shop-pagination{flex-direction:column;align-items:stretch;text-align:center}

  .siss-shop-assurance{
    grid-template-columns:repeat(2,minmax(0,1fr));margin-top:30px;border-radius:17px;
  }
  .siss-shop-assurance article{
    justify-content:flex-start;padding:14px 10px;border-left:0;border-bottom:1px solid var(--ss-line);
  }
  .siss-shop-assurance article:nth-child(odd){border-left:1px solid var(--ss-line)}
  .siss-shop-assurance article:nth-last-child(-n+2){border-bottom:0}
  .siss-shop-assurance article>.siss-stockholm-svg{width:23px!important;height:23px!important}

  .siss-shop-editorial{padding-top:34px}
  .siss-shop-editorial__grid{
    display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none;
  }
  .siss-shop-editorial__grid::-webkit-scrollbar{display:none}
  .siss-shop-editorial__grid>div{flex:0 0 82vw;min-width:82vw;scroll-snap-align:start}

  .siss-shop-faq{margin-top:34px}
  .siss-shop-seo{margin-top:34px;padding:20px 17px}

  .siss-shop-cta{
    display:flex;flex-direction:column;align-items:stretch;gap:16px;margin-top:34px;padding:18px 15px;
  }
  .siss-shop-cta>div>span{width:44px;height:44px;flex-basis:44px}
  .siss-shop-cta h2{font-size:16px}
  .siss-shop-cta form{width:100%}
}

@media(max-width:430px){
  .siss-shop-products-head{gap:8px}
  .siss-shop-mobile-filter span{display:none}
  .siss-shop-mobile-filter{width:42px;height:42px;justify-content:center;padding:0}
  .siss-shop-mobile-filter b{position:absolute;transform:translate(-13px,-13px)}
  .siss-shop-results .woocommerce ul.products.tc-product-grid{gap:7px!important}
  .siss-shop-results .tc-product-card__body{padding:8px}
}


/* =====================================================================
   SISSNUTS FILTER MODAL v3.1 — centered, isolated mobile dialog
   ===================================================================== */
@media(max-width:900px){
  .tc-shop-filter-modal{
    display:grid!important;
    place-items:center!important;
    align-items:center!important;
    justify-items:center!important;
    padding:16px!important;
    overflow:hidden!important;
  }

  .tc-shop-filter-modal[hidden]{
    display:none!important;
  }

  .tc-shop-filter-modal .tc-modal__backdrop{
    position:absolute!important;
    inset:0!important;
    background:rgba(24,37,27,.44)!important;
    backdrop-filter:blur(2px)!important;
    -webkit-backdrop-filter:blur(2px)!important;
  }

  .tc-shop-filter-modal .tc-modal__dialog{
    position:relative!important;
    inset:auto!important;
    margin:auto!important;
    width:min(520px,calc(100vw - 32px))!important;
    max-width:520px!important;
    min-width:0!important;
    height:auto!important;
    max-height:calc(100dvh - 48px)!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
    border-radius:24px!important;
    background:#fffdf9!important;
    box-shadow:0 30px 90px rgba(18,29,21,.25)!important;
    transform:none!important;
  }

  .tc-shop-filter-modal .tc-modal__header{
    position:relative!important;
    top:auto!important;
    z-index:3!important;
    flex:0 0 auto!important;
    min-height:74px!important;
    padding:15px 18px!important;
    border-bottom:1px solid #F8F1E4!important;
    background:#fffdf9!important;
  }

  .tc-shop-filter-modal .tc-modal__header h2{
    margin:0!important;
    font-size:20px!important;
    line-height:1.4!important;
  }

  .tc-shop-filter-modal .tc-modal__close{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    max-width:44px!important;
    max-height:44px!important;
    padding:0!important;
    border-radius:50%!important;
    flex:0 0 44px!important;
  }

  .tc-shop-filter-modal .tc-modal__body{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    padding:14px 18px 18px!important;
  }

  .tc-shop-filter-modal .tc-shop-filter-form{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }

  .tc-shop-filter-modal .tc-shop-filter__group{
    width:100%!important;
    min-width:0!important;
    padding:16px 0!important;
  }

  .tc-shop-filter-modal .tc-shop-filter__actions{
    position:sticky!important;
    z-index:4!important;
    bottom:-18px!important;
    margin:14px -18px -18px!important;
    padding:14px 18px max(14px,env(safe-area-inset-bottom))!important;
    background:linear-gradient(180deg,rgba(255,253,249,.92),#fffdf9 26%)!important;
    border-top:1px solid #F8F1E4!important;
  }

  .tc-shop-filter-modal .tc-shop-filter__actions .button,
  .tc-shop-filter-modal .tc-shop-filter__actions button{
    width:100%!important;
    min-height:48px!important;
    border-radius:12px!important;
  }
}

@media(max-width:480px){
  .tc-shop-filter-modal{
    padding:12px!important;
  }

  .tc-shop-filter-modal .tc-modal__dialog{
    width:calc(100vw - 24px)!important;
    max-height:calc(100dvh - 32px)!important;
    border-radius:22px!important;
  }

  .tc-shop-filter-modal .tc-modal__header{
    min-height:68px!important;
    padding:12px 14px!important;
  }

  .tc-shop-filter-modal .tc-modal__header h2{
    font-size:18px!important;
  }

  .tc-shop-filter-modal .tc-modal__body{
    padding:10px 14px 14px!important;
  }

  .tc-shop-filter-modal .tc-shop-filter__actions{
    bottom:-14px!important;
    margin:12px -14px -14px!important;
    padding:12px 14px max(12px,env(safe-area-inset-bottom))!important;
  }
}


/* =====================================================================
   SISSNUTS v5.62 — MOBILE PRODUCT ARCHIVE / compact commerce list
   Reference behaviour: dense travel-shop style list, translated to SISS UI.
   Desktop intentionally untouched.
   ===================================================================== */
@media(max-width:767px){

  /* Get users to products immediately. */
  body.post-type-archive-product .siss-shop,
  body.tax-product_cat .siss-shop,
  body.tax-product_tag .siss-shop{
    padding-top:6px!important;
  }

  body.post-type-archive-product .siss-shop-breadcrumb,
  body.tax-product_cat .siss-shop-breadcrumb,
  body.tax-product_tag .siss-shop-breadcrumb,
  body.post-type-archive-product .siss-shop-hero,
  body.tax-product_cat .siss-shop-hero,
  body.tax-product_tag .siss-shop-hero{
    display:none!important;
  }

  /* compact category rail, not a huge editorial section */
  .siss-shop-categories-wrap{
    padding:8px 0 10px!important;
    margin:0!important;
  }

  .siss-shop-categories-wrap .siss-shop-section-head{
    display:none!important;
  }

  .siss-shop-category-strip{
    display:flex!important;
    gap:7px!important;
    margin:0!important;
    padding:7px!important;
    overflow-x:auto!important;
    scroll-snap-type:x proximity!important;
    border:1px solid rgba(40,59,44,.12)!important;
    border-radius:14px!important;
    background:linear-gradient(100deg,#394536,#394536)!important;
    box-shadow:0 7px 22px rgba(36,57,42,.08)!important;
  }

  .siss-shop-category-card{
    flex:0 0 auto!important;
    min-width:auto!important;
    width:auto!important;
    min-height:36px!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:6px!important;
    padding:0 10px!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.07)!important;
    color:#fff!important;
    box-shadow:none!important;
    scroll-snap-align:start!important;
  }

  .siss-shop-category-card.is-active{
    background:#E7D2AA!important;
    border-color:#E7D2AA!important;
    color:#394536!important;
  }

  .siss-shop-category-card__icon{
    width:24px!important;
    height:24px!important;
    flex:0 0 24px!important;
    border-radius:7px!important;
    background:rgba(255,255,255,.10)!important;
  }

  .siss-shop-category-card__icon img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  .siss-shop-category-card__icon .siss-stockholm-svg{
    width:14px!important;
    height:14px!important;
  }

  .siss-shop-category-card>span:nth-child(2){
    display:block!important;
  }

  .siss-shop-category-card strong{
    font-size:9.5px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  .siss-shop-category-card small,
  .siss-shop-category-card>.siss-stockholm-svg{
    display:none!important;
  }

  /* section title = compact catalogue banner */
  .siss-shop-catalogue{
    padding:4px 0 18px!important;
  }

  .siss-shop-products-head{
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    margin:0 0 8px!important;
    padding:7px 9px!important;
    border:1px solid #F8F1E4!important;
    border-radius:13px!important;
    background:#fff!important;
    box-shadow:0 5px 16px rgba(53,43,27,.035)!important;
  }

  .siss-shop-products-head>div{
    min-width:0!important;
  }

  .siss-shop-products-head>div>span{
    margin:0 0 2px!important;
    color:#D3AE6E!important;
    font-size:7px!important;
    line-height:1!important;
  }

  .siss-shop-products-head h2{
    margin:0!important;
    max-width:220px!important;
    overflow:hidden!important;
    color:#394536!important;
    font-size:13px!important;
    line-height:1.35!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
  }

  .siss-shop-products-head p{
    margin:2px 0 0!important;
    font-size:7.5px!important;
    line-height:1.2!important;
  }

  .siss-shop-mobile-filter{
    position:relative!important;
    width:auto!important;
    min-width:38px!important;
    height:36px!important;
    min-height:36px!important;
    display:inline-flex!important;
    justify-content:center!important;
    padding:0 9px!important;
    border-radius:10px!important;
    background:#f4efe6!important;
    border-color:#F8F1E4!important;
    color:#4f5c53!important;
  }

  .siss-shop-mobile-filter span{
    display:inline!important;
    font-size:8.5px!important;
  }

  .siss-shop-mobile-filter b{
    position:absolute!important;
    top:-5px!important;
    left:-5px!important;
    transform:none!important;
  }

  /* toolbar: sort/filter/view like a small commerce app */
  .siss-shop-toolbar{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:7px!important;
    margin:0 0 8px!important;
    padding:6px!important;
    border-radius:12px!important;
    background:#fff!important;
  }

  .siss-shop-search{
    display:none!important;
  }

  .siss-shop-toolbar__end{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:7px!important;
  }

  .siss-shop-ordering{
    flex:1 1 auto!important;
    min-width:0!important;
  }

  .siss-shop-ordering select{
    width:100%!important;
    max-width:none!important;
    height:36px!important;
    min-height:36px!important;
    padding-inline:8px!important;
    border-radius:9px!important;
    font-size:8.5px!important;
  }

  .siss-shop-view{
    flex:0 0 auto!important;
    height:36px!important;
    padding:3px!important;
    border-radius:9px!important;
  }

  .siss-shop-view button{
    width:29px!important;
    height:30px!important;
    border-radius:7px!important;
  }

  .siss-shop-view .siss-stockholm-svg{
    width:15px!important;
    height:15px!important;
  }

  /* LIST VIEW — reference layout */
  .siss-shop-results .woocommerce ul.products.tc-product-grid.tc-product-grid--list{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    margin:0!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card{
    min-height:126px!important;
    height:auto!important;
    display:grid!important;
    grid-template-columns:108px minmax(0,1fr)!important;
    grid-template-rows:auto!important;
    align-items:stretch!important;
    overflow:hidden!important;
    border:1px solid #F8F1E4!important;
    border-radius:13px!important;
    background:#fff!important;
    box-shadow:0 4px 13px rgba(48,39,25,.045)!important;
    transform:none!important;
    direction:rtl!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__media{
    grid-column:1!important;
    grid-row:1!important;
    position:relative!important;
    min-width:0!important;
    height:100%!important;
    padding:7px!important;
    background:#fbf8f2!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__image{
    width:100%!important;
    height:100%!important;
    min-height:110px!important;
    aspect-ratio:auto!important;
    display:grid!important;
    place-items:center!important;
    border-radius:10px!important;
    background:#f7f3ec!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__image img{
    width:100%!important;
    height:100%!important;
    max-height:112px!important;
    object-fit:contain!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__badge{
    top:6px!important;
    right:6px!important;
    left:auto!important;
    padding:4px 6px!important;
    border-radius:7px!important;
    font-size:7px!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__body{
    grid-column:2!important;
    grid-row:1!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    padding:10px 9px 8px!important;
    direction:rtl!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__title{
    min-height:0!important;
    margin:0!important;
    color:#394536!important;
    font-size:10.5px!important;
    line-height:1.65!important;
    font-weight:850!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__title a{
    display:-webkit-box!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__weight,
  .siss-shop-results .tc-product-grid--list .tc-product-card__variant{
    width:max-content!important;
    max-width:100%!important;
    margin-top:3px!important;
    padding:2px 5px!important;
    border-radius:6px!important;
    background:#f5f1e9!important;
    color:#7e857f!important;
    font-size:7px!important;
    line-height:1.4!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__commerce{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:5px!important;
    margin-top:5px!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__price{
    margin:0!important;
    padding:0!important;
    color:#394536!important;
    font-size:10.5px!important;
    line-height:1.35!important;
    font-weight:950!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__stock{
    display:flex!important;
    align-items:center!important;
    gap:3px!important;
    margin:0!important;
    font-size:7px!important;
    white-space:nowrap!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__rating{
    display:none!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__footer{
    margin-top:auto!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__actions{
    display:flex!important;
    align-items:center!important;
    gap:5px!important;
    margin-top:6px!important;
  }

  /* Keep archive list intentionally simple. Wishlist remains functional elsewhere. */
  .siss-shop-results .tc-product-grid--list .tc-product-card__favorite,
  .siss-shop-results .tc-product-grid--list .tc-product-card__quickview{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    flex:0 0 30px!important;
    border-radius:8px!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__favorite svg,
  .siss-shop-results .tc-product-grid--list .tc-product-card__quickview svg{
    width:14px!important;
    height:14px!important;
  }

  .siss-shop-results .tc-product-grid--list .tc-product-card__cta,
  .siss-shop-results .tc-product-grid--list .tc-product-card__actions .button,
  .siss-shop-results .tc-product-grid--list .tc-product-card__actions .tc-button{
    flex:1 1 auto!important;
    width:auto!important;
    min-height:31px!important;
    height:31px!important;
    margin:0!important;
    padding:0 8px!important;
    border-radius:8px!important;
    font-size:8px!important;
    line-height:31px!important;
  }

  /* GRID toggle still works */
  .siss-shop-results .woocommerce ul.products.tc-product-grid.tc-product-grid--grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }

  .siss-shop-results .tc-product-grid--grid .tc-product-card{
    border-radius:13px!important;
  }

  .siss-shop-results .tc-product-grid--grid .tc-product-card__body{
    padding:8px!important;
  }

  /* Keep lower archive content much calmer on phones. */
  .siss-shop-assurance{
    margin-top:20px!important;
  }

  .siss-shop-editorial,
  .siss-shop-faq{
    padding-top:25px!important;
    margin-top:0!important;
  }
}

/* Remove wishlist icon from MOBILE HEADER only. Desktop + wishlist feature remain. */
@media(max-width:767px){
  .siss-site-header .siss-header-actions--responsive .siss-wishlist-link{
    display:none!important;
  }
}
