@layer templates {
  .store-card{position:relative}.favorite-toggle{position:absolute;right:10px;top:10px;z-index:2;background:rgba(255,255,255,.8)}
  [data-favorite][aria-pressed=true] svg{fill:currentColor}.store-card .product-card__image img{padding:0;object-fit:cover}
  .store-breadcrumb{display:flex;gap:12px;align-items:center;padding-block:24px;font-size:12px;color:var(--muted)}
  .store-breadcrumb a:hover{text-decoration:underline}.storefront-page .entry-summary{align-items:flex-start;padding-top:72px}.storefront-page .commerce-panel{position:sticky;top:110px}
  .storefront-page .commerce-panel .cart{margin-top:28px}.storefront-page .reference-label{margin-block:32px}
  .store-notice{padding:20px;background:#f5f3ef;font-size:13px;line-height:1.6;margin:0 0 32px}.store-notice .button{margin-top:16px}
  .store-toolbar{display:flex;align-items:flex-end;gap:24px;flex-wrap:wrap;border-block:1px solid var(--line);padding-block:20px;margin-bottom:40px}.store-toolbar label{flex:1;min-width:180px;max-width:320px;margin:0}.store-toolbar select,.store-toolbar input{margin-top:8px}.store-toolbar .meta{margin-left:auto;padding-bottom:12px}
  .storefront-page .product-grid{row-gap:64px}.storefront-page .woocommerce{max-width:1200px;margin:auto}.storefront-page .woocommerce-MyAccount-navigation ul{list-style:none;padding:0}.storefront-page .woocommerce-MyAccount-navigation a{display:block;padding:16px;border-bottom:1px solid var(--line)}
  .storefront-page .woocommerce-MyAccount-content{padding:24px 0}.reference-preview .home-collection{padding-bottom:112px}.reference-preview .home-journal{margin-bottom:0}
  .header-favorites{display:inline-flex}.store-footer-note{font-size:12px;color:var(--muted)}
  @media(max-width:767px){.store-breadcrumb{padding:16px;font-size:11px}.storefront-page .entry-summary{padding:32px 24px 56px}.storefront-page .commerce-panel{position:static}.store-toolbar{gap:16px}.store-toolbar label{min-width:130px}.header-account{display:inline-flex}.header-side--right{gap:0}.site-header .wordmark{font-size:27px}.header-side--left{gap:0}.header-control{min-width:36px}.storefront-page .product-grid{gap:40px 16px}}
}


@layer templates {
  .store-toolbar--catalog{align-items:center;justify-content:space-between;padding-block:0;min-height:64px;margin-bottom:40px}
  .store-filter-panel{position:relative;min-width:120px}
  .store-filter-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:62px;list-style:none;cursor:pointer;font-size:13px}
  .store-filter-panel>summary::-webkit-details-marker{display:none}
  .store-filter-panel[open]>summary span{transform:rotate(45deg)}
  .store-filter-panel>summary span{transition:transform var(--base)}
  .store-filter-panel__body{position:absolute;left:0;top:calc(100% + 1px);z-index:20;width:min(360px,calc(100vw - 32px));padding:24px;background:var(--paper);border:1px solid var(--line);box-shadow:0 18px 40px rgba(0,0,0,.08)}
  .store-filter-panel__body label{margin:0}
  .store-count{margin-left:auto}
  .store-sort{display:flex;align-items:center;gap:12px;margin:0 0 0 24px;font-size:13px}
  .store-sort span{white-space:nowrap}
  .store-sort select{min-height:42px;width:auto;border:0;padding-block:8px;padding-left:8px;background:transparent}
  .commerce-panel{position:relative}
  .commerce-panel .product-favorite{position:absolute;right:0;top:-6px}
  .commerce-panel .product-favorite[aria-pressed=true] svg{fill:currentColor}
  .product-availability{margin-top:14px;font-size:13px}
  .product-availability::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor;margin-right:8px;vertical-align:1px}
  .product-availability.is-out{color:var(--muted)}
  .product-code{margin-top:16px;color:var(--muted);font-size:12px}
  @media(max-width:767px){
    .store-toolbar--catalog{min-height:58px;margin-bottom:28px}
    .store-count{display:none}
    .store-sort{margin-left:auto}
    .store-sort span{display:none}
    .store-sort select{max-width:170px}
    .store-filter-panel__body{position:fixed;left:16px;right:16px;top:calc(var(--header) + 12px);width:auto}
    .commerce-panel .product-favorite{right:0;top:-8px}
  }
}

/* v7 commerce polish */
.favorites-count,.cart-count{position:absolute;right:2px;top:2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--ink);color:#fff;font-size:9px;line-height:16px;text-align:center}
.header-control{position:relative}
.store-filter-panel__body{display:grid;gap:18px}
.store-filter-panel__body label{display:grid;gap:8px;font-size:12px}
.store-price-filter{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.store-filter-reset{justify-self:start;padding:0;border:0;background:transparent}
.favorite-card-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;margin-top:14px}
.favorite-card-actions:has(select){grid-template-columns:minmax(0,1fr) auto}
.favorite-card-actions select{width:100%;min-height:46px;font-size:12px}
.favorite-card-actions .favorite-add{min-height:46px;padding-inline:18px;white-space:nowrap}
.favorite-card-actions .button[disabled]{opacity:.42;cursor:not-allowed}
.cart-favorite-link{display:block;margin-top:8px;padding:0;border:0;background:transparent;color:var(--muted);font:inherit;font-size:12px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.cart-favorite-link[aria-pressed=true]{color:var(--ink)}
.ruan-empty-cart-action{margin-top:24px}
.info-page__body{max-width:720px}
.checkout-preview-note{margin-top:32px}
@media(max-width:767px){
  .store-filter-panel__body{max-height:calc(100dvh - var(--header) - 32px);overflow:auto}
  .store-price-filter{grid-template-columns:1fr}
  .favorite-card-actions:has(select){grid-template-columns:1fr}
  .favorite-card-actions .favorite-add{width:100%}
}

/* v8 navigation + catalog final pass */
.favorites-summary{display:flex;align-items:center;min-height:48px;margin:-16px 0 36px;border-bottom:1px solid var(--line)}
.favorites-summary .store-count{margin:0;padding:0}
.store-toolbar--catalog .store-sort{position:relative;flex:0 0 auto;min-width:0;max-width:none;margin-left:24px;padding-right:18px}
.store-toolbar--catalog .store-sort::after{content:"";position:absolute;right:2px;top:50%;width:7px;height:7px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-70%) rotate(45deg);pointer-events:none}
.store-toolbar--catalog .store-sort select{appearance:none;-webkit-appearance:none;flex:0 0 auto;width:auto;max-width:220px;min-width:0;margin:0;padding:8px 8px 8px 4px;border:0;background:transparent;line-height:1.2;cursor:pointer}
.store-toolbar--catalog .store-sort select::-ms-expand{display:none}
@media(max-width:1023px){
  .store-toolbar--catalog{gap:16px}
  .store-toolbar--catalog .store-sort{margin-left:0}
  .store-toolbar--catalog .store-sort span{display:none}
  .store-toolbar--catalog .store-sort select{max-width:168px}
}
@media(max-width:767px){
  .favorites-summary{min-height:40px;margin:-12px 0 28px}
  .store-toolbar--catalog{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}
  .store-toolbar--catalog .store-filter-panel{min-width:0}
  .store-toolbar--catalog .store-count{display:block;margin:0;text-align:center;padding:0}
  .store-toolbar--catalog .store-sort{justify-self:end}
  .store-toolbar--catalog .store-sort select{max-width:132px;font-size:13px}
}
@media(max-width:420px){
  .store-toolbar--catalog{grid-template-columns:auto 1fr}
  .store-toolbar--catalog .store-count{display:none}
}

