/* Public shop only. Account, checkout and authentication keep customer.css. */
.sales-storefront { background: #f4f5f3; --shop-line: #e3e7e1; --shop-muted: #68736b; }
.sales-storefront [hidden] { display: none !important; }
.sales-storefront .container { width: min(1520px,calc(100% - 48px)); max-width: none; }
.sales-storefront :is(a,button,input,select,summary):focus-visible { outline: 3px solid #c79a4b; outline-offset: 3px; }
.sales-storefront h1,.sales-storefront h2,.sales-storefront h3 { text-wrap: balance; }
.sales-storefront .store-header { background: #fff; backdrop-filter: none; border-color: var(--shop-line); box-shadow: 0 2px 10px #10271e08; }
.sales-storefront .store-announcement { padding: 6px 16px; font-size: 11px; letter-spacing: .06em; }
.sales-storefront .store-header__main { grid-template-columns: 230px minmax(200px,1fr) auto; gap: 28px; padding-block: 17px; }
.sales-storefront .store-brand { gap: 9px; }
.sales-storefront .store-brand img { width: 45px; height: 48px; }
.store-wordmark { color: #173e2d; font-size: 25px; font-weight: 750; letter-spacing: -1.2px; }
.sales-storefront .store-wordmark small { display: block; margin-top: 2px; color: #68736b; font-size: 9px; font-weight: 500; letter-spacing: .02em; text-transform: none; }
.sales-storefront .store-search { border-color: #cbd4cb; border-radius: 7px; }
.sales-storefront .store-search input { height: 48px; font-size: 14px; }
.sales-storefront .store-search button { min-width: 92px; font-size: 13px; background: #286247; }
.sales-storefront .store-action { border: 0; border-radius: 0; font-size: 12px; padding-inline: 9px; }
.sales-storefront .store-action small { font-size: 10px; }
.sales-storefront .store-actions { gap: 5px; }
.sales-storefront .cart-button { border: 0; border-left: 1px solid var(--shop-line); border-radius: 0; padding-left: 15px; }
.sales-storefront .cart-button__icon { display: flex; }
.sales-storefront .category-nav { background: #173e2d; border: 0; }
.sales-storefront .category-nav__inner { gap: 24px; overflow: visible; align-items: center; }
.category-nav__links { display: flex; min-width: 0; flex: 1; overflow-x: auto; scrollbar-width: none; gap: 28px; }
.sales-storefront .category-nav__links a { padding: 15px 0; color: #e8eee9; font-size: 12px; font-weight: 550; }
.sales-storefront .category-nav__links a.is-active { color: #f0ce85; }
.sales-storefront .category-nav__links a.is-active::after { right: 0; background: #c79a4b; }
.department-menu { position: relative; flex: 0 0 230px; }
.department-menu>summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 47px; color: #fff; cursor: pointer; list-style: none; font-size: 13px; font-weight: 650; border-right: 1px solid #ffffff25; padding-right: 20px; }
.department-menu summary::-webkit-details-marker { display: none; }
.department-menu__links { position: absolute; top: 100%; left: 0; width: 320px; max-height: min(70vh,650px); overflow-y: auto; padding: 12px; color: #17231d; background: white; border: 1px solid var(--shop-line); border-radius: 0 0 10px 10px; box-shadow: 0 18px 38px #10271e25; }
.sales-storefront .department-menu__links a { display: flex; justify-content: space-between; padding: 12px; color: #173e2d; font-size: 13px; white-space: normal; }
.department-group>summary { display: flex; justify-content: space-between; padding: 13px 12px; list-style: none; cursor: pointer; font-size: 14px; }
.department-group[open]>summary { color: #286247; font-weight: 700; background: #f0f4ed; }
.department-group[open]>summary span { transform: rotate(90deg); }
.department-group>div { padding-left: 15px; border-left: 2px solid #c79a4b; margin: 4px 12px 12px; }
.sales-storefront .department-group a { font-size: 12px; font-weight: 500; padding: 9px; }
.department-menu__close { display: none; }
.shop-kicker { display: block; font-size: 10px; font-weight: 750; letter-spacing: .13em; line-height: 1.6; color: #66795f; }
.shop-showcase:not(:has(.shop-side-promos>a)) { grid-template-columns: 230px minmax(0,1fr); }
.shop-showcase:not(:has(.shop-side-promos>a)) .shop-side-promos { display: none; }
.shop-showcase { display: grid; grid-template-columns: 230px minmax(0,1fr) 260px; gap: 14px; margin-top: 20px; }
.shop-departments { display: flex; flex-direction: column; min-width: 0; padding: 22px 18px 16px; background: #fff; border: 1px solid var(--shop-line); border-radius: 10px; }
.shop-departments .shop-kicker { font-size: 8px; }
.shop-departments h2 { font-size: 17px; letter-spacing: -.5px; margin: 6px 0 16px; }
.shop-departments nav { display: grid; gap: 2px; }
.shop-departments nav a { display: flex; align-items: center; gap: 10px; min-height: 43px; text-decoration: none; font-size: 13px; }
.shop-category-icon { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid #d8e2d9; border-radius: 7px; color: #286247; font-size: 11px; }
.shop-chevron { margin-left: auto; font-size: 20px; color: #9da89e; }
.shop-departments__all { display: flex; justify-content: space-between; margin-top: 12px; padding-top: 16px; border-top: 1px solid var(--shop-line); font-size: 11px; font-weight: 650; text-decoration: none; }
.shop-departments__note { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 18px; color: #72806f; font-size: 12px; line-height: 1.6; }
.shop-departments__note>span { font-size: 29px; color: #c79a4b; }
.shop-departments__note p { margin: 0; }
.shop-hero { position: relative; overflow: hidden; border-radius: 10px; background: #173e2d; min-width: 0; }
.shop-slide { display: grid; grid-template-columns: 1fr .85fr; align-items: center; min-height: 420px; padding: 35px 28px 62px; gap: 12px; background: radial-gradient(ellipse at 92% 0%,#42764c 0,transparent 60%),#173e2d; color: white; }
.shop-slide--empty { grid-template-columns: 1fr; }
.shop-slide--1 { background: radial-gradient(ellipse at 90% 20%,#536b59,transparent 65%),#10271e; }
.shop-slide--2 { background: radial-gradient(ellipse at 95% 15%,#6d7052,transparent 65%),#213c31; }
.shop-slide__copy { position: relative; z-index: 1; min-width: 0; }
.shop-slide__copy .shop-kicker { color: #e5c78c; font-size: 9px; }
.shop-slide__copy h2 { margin: 13px 0 16px; font: 760 clamp(30px,3vw,47px)/1.06 var(--font-heading); letter-spacing: -1.7px; }
.shop-slide__copy p { color: #d6e2d7; font-size: 12px; line-height: 1.8; }
.shop-cta { display: inline-flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 43px; margin-top: 15px; padding: 12px 17px; color: #10271e; background: #e5c384; border-radius: 5px; text-decoration: none; font-size: 12px; font-weight: 750; }
.shop-cta:hover { background: #f0d69f; }
.shop-slide__product { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; align-self: stretch; min-width: 0; padding: 17px 12px 15px; background: #f5f3e9; color: #173e2d; border-radius: 120px 120px 16px 16px; text-decoration: none; }
.shop-slide__brand { padding-top: 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .22em; }
.shop-slide__product img { width: 100%; height: 220px; object-fit: contain; mix-blend-mode: multiply; }
.shop-slide__caption { text-align: center; display: grid; gap: 6px; font-size: 13px; }
.shop-slide__caption>strong { font-size: 11px; font-weight: 550; }
.shop-slide__caption>span { font-weight: 750; }
.shop-slider-controls { position: absolute; display: flex; align-items: center; gap: 15px; left: 28px; right: 28px; bottom: 18px; }
.shop-slider-dots { display: flex; gap: 5px; }
.shop-slider-dots button { position: relative; width: 25px; height: 26px; padding: 0; border: 0; background: transparent; }
.shop-slider-dots button::after { content: ''; display: block; width: 7px; height: 7px; margin: auto; border-radius: 50%; background: #ffffff65; }
.shop-slider-dots button[aria-pressed=true]::after { width: 22px; border-radius: 8px; background: #e5c384; }
.shop-slider-arrows { display: flex; gap: 6px; margin-left: auto; }
.shop-slider-arrows button { height: 30px; width: 35px; border: 1px solid #ffffff50; color: white; background: transparent; border-radius: 5px; }
.shop-slider-pause { padding: 5px; color: #d6e2d7; background: none; border: 0; font-size: 10px; }
.shop-side-promos { display: grid; gap: 14px; min-width: 0; }
.shop-promo { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 21px; text-decoration: none; border: 1px solid #e5e0d3; border-radius: 10px; background: #ebe7d9; }
.shop-promo:nth-child(even) { background: #e4eadd; border-color: #d7dfd1; }
.shop-promo h2 { margin: 3px 0 8px; font-size: 24px; letter-spacing: -.8px; }
.shop-promo__link { position: relative; z-index: 1; font-size: 10px; font-weight: 600; }
.shop-promo img { width: 120px; height: 108px; object-fit: contain; margin: 0 -4px -12px auto; mix-blend-mode: multiply; }
.shop-promo__monogram { position: absolute; right: 8px; bottom: -25px; font: 140px Georgia,serif; color: #173e2d12; }
.shop-category-shortcuts { display: grid; grid-template-columns: repeat(auto-fit,minmax(170px,1fr)); gap: 12px; padding-block: 20px; }
.shop-category-shortcuts a { position: relative; display: grid; grid-template-columns: 40px 1fr; column-gap: 12px; align-items: center; padding: 14px; background: #fff; border: 1px solid var(--shop-line); border-radius: 8px; text-decoration: none; }
.shop-category-shortcuts a>span { grid-row: span 2; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #edf1e7; color: #286247; font: 21px Georgia,serif; }
.shop-category-shortcuts strong { font-size: 12px; padding-right: 12px; }
.shop-category-shortcuts small { font-size: 10px; color: #778071; margin-top: 3px; }
.shop-category-shortcuts b { position: absolute; top: 10px; right: 10px; font-size: 11px; font-weight: 400; }
.shop-category-shortcuts .shop-category-shortcut__image{overflow:hidden;background:#f5f5f0}.shop-category-shortcut__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.shop-shelf,.shop-category-section,.shop-brands { margin-bottom: 22px; padding: 28px; background: #fff; border: 1px solid var(--shop-line); border-radius: 10px; }
.market-section-heading { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 22px; }
.market-section-heading h2 { margin: 5px 0 0; font-family: inherit; font-weight: 700; font-size: clamp(20px,1.9vw,28px); line-height: 1.2; letter-spacing: -.7px; }
.market-section-heading>a { flex-shrink: 0; color: #286247; font-size: 12px; font-weight: 650; text-decoration: none; }
.market-carousel-shell { position: relative; min-width: 0; }
.market-product-carousel { --items: 6; --columns: min(6,var(--items)); display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - (var(--columns) - 1)*16px)/var(--columns)); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 6px 0 10px; }
.market-product-carousel[data-count="1"] { --items: 1; }
.market-product-carousel[data-count="2"] { --items: 2; }
.market-product-carousel[data-count="3"] { --items: 3; }
.market-product-carousel[data-count="4"] { --items: 4; }
.market-product-carousel[data-count="5"] { --items: 5; }
.market-product-carousel::-webkit-scrollbar { display: none; }
.market-product-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--shop-line); border-radius: 8px; background: #fff; scroll-snap-align: start; transition: border-color .2s,box-shadow .2s; }
.market-product-card:hover { border-color: #b2c6af; box-shadow: 0 5px 12px #173e2d0d; }
.market-product-card__media { position: relative; display: flex; justify-content: center; align-items: center; height: 205px; padding: 15px; background: #fff; }
.market-product-card__media img { width: 100%; height: 100%; object-fit: contain; transition: transform .2s; }
.market-product-card:hover img { transform: scale(1.025); }
.market-product-placeholder { display: grid; place-items: center; height: 160px; width: 100%; color: #9baa94; background: #f3f5f0; font: 44px Georgia,serif; }
.market-badge { position: absolute; z-index: 1; top: 10px; left: 10px; background: #f4e8c9; border-radius: 4px; padding: 5px 8px; font-size: 10px; color: #695021; }
.market-product-card__body { display: flex; flex-direction: column; align-items: flex-start; flex: 1; gap: 7px; padding: 15px; }
.market-product-brand { font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; color: #7b8377; }
.market-product-card h3 { min-height: 2.8em; margin: 0; font-size: 14px; line-height: 1.4; font-weight: 650; text-wrap: initial; }
.market-product-card h3 a { text-decoration: none; }
.market-product-classification { color: #75806f; font-size: 10px; line-height: 1.5; }
.market-product-price { margin-top: auto; padding-top: 10px; }
.market-product-price strong { font-size: 19px; color: #173e2d; letter-spacing: -.5px; }
.market-product-card .availability { font-size: 9px; padding: 3px 7px; margin: 0; border-radius: 4px; }
.market-product-card__actions { width: 100%; padding-top: 7px; }
.market-product-card__actions form { margin: 0; }
.market-product-card__actions .store-button { width: 100%; min-height: 39px; border-radius: 5px; font-size: 11px; padding: 10px 6px; }
.market-carousel-arrow { position: absolute; z-index: 2; top: 42%; width: 36px; height: 45px; color: #173e2d; border: 1px solid #d5ddd1; background: #fff; box-shadow: 0 3px 12px #173e2d10; border-radius: 7px; font-size: 28px; }
.market-carousel-arrow--left { left: -17px; }
.market-carousel-arrow--right { right: -17px; }
.market-carousel-arrow:disabled { opacity: .4; cursor: default; }
.shop-category-sections { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-bottom: 22px; }
.shop-category-section [id] { scroll-margin-top: 210px; }
.shop-category-section { grid-column: 1/-1; min-width: 0; margin-bottom: 0; }
.shop-category-section--empty { grid-column: auto; padding: 23px; background: #fcfcf9; }
.shop-category-section--empty .market-section-heading h2 { font-size: 22px; }
.shop-chips { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin: 0 0 15px; }
.shop-chips>span { min-width: 52px; font-size: 10px; font-weight: 700; color: #75806f; }
.shop-chips a { padding: 7px 13px; text-decoration: none; border: 1px solid var(--shop-line); border-radius: 5px; font-size: 11px; color: #586650; }
.shop-chips a.is-active { color: #fff; background: #286247; border-color: #286247; }
.shop-chips--brands a { border-radius: 20px; font-size: 10px; padding-block: 5px; }
.shop-chips a:hover,.shop-chips a:focus-visible{border-color:#286247;color:#173e2d;outline:2px solid transparent;box-shadow:0 0 0 3px rgba(40,98,71,.13)}.shop-chips--brands{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:start}.shop-brand-row__items{display:flex;flex-wrap:wrap;gap:7px;max-height:32px;overflow:hidden;transition:max-height .28s ease}.shop-chips--brands.is-expanded .shop-brand-row__items{max-height:320px}.shop-brand-row__toggle{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:5px 9px;border:0;border-radius:16px;background:#edf1e7;color:#286247;font:700 10px inherit;cursor:pointer}.shop-brand-row__toggle b{font-size:15px;line-height:1;transition:transform .25s ease}.shop-brand-row__toggle[aria-expanded=true] b{transform:rotate(180deg)}.shop-brand-row__toggle[hidden]{display:none}
.shop-category-banner { display: flex; justify-content: space-between; align-items: center; min-height: 215px; overflow: hidden; padding: 23px 38px; margin: 20px 0; color: #173e2d; background: linear-gradient(110deg,#e8eddf,#eff1e8 65%,#dbe5d3); text-decoration: none; border-radius: 8px; }
.shop-category-banner h3 { margin: 7px 0 10px; font: 740 31px/1.1 var(--font-heading); letter-spacing: -1px; }
.shop-category-banner p { font-size: 12px; margin: 0; }
.shop-category-banner img { width: 40%; height: 210px; object-fit: contain; mix-blend-mode: multiply; }
.shop-category-banner .shop-cta { background: #173e2d; color: #fff; font-size: 10px; min-height: 36px; }
.shop-coming-soon { display: flex; gap: 18px; align-items: center; margin-bottom: 20px; }
.shop-monogram { flex-shrink: 0; display: grid; place-items: center; width: 65px; height: 76px; color: #688464; background: #eaf0e3; border-radius: 40px 40px 5px 5px; font: 40px Georgia,serif; }
.shop-coming-soon h3 { margin: 0 0 6px; font-size: 14px; }
.shop-coming-soon p { margin: 0; max-width: 42ch; font-size: 12px; line-height: 1.7; color: #78806f; }
.shop-coming-soon__badge { display: none; }
.shop-filter-empty { padding: 24px; background: #f5f6f2; font-size: 13px; border-radius: 6px; }
.shop-category-bottom { display: flex; justify-content: space-between; gap: 12px; padding-top: 15px; font-size: 11px; }
.shop-category-bottom>span { color: #7c8676; }
.shop-category-bottom>a { color: #286247; font-weight: 600; text-decoration: none; }
.shop-brand-links { display: grid; grid-template-columns: repeat(auto-fit,minmax(170px,1fr)); gap: 12px; }
.shop-brand-links a { display: flex; align-items: center; gap: 11px; min-width: 0; min-height: 78px; padding: 15px; border: 1px solid var(--shop-line); border-radius: 7px; text-decoration: none; }
.shop-brand-links img { width: 60px; height: 42px; object-fit: contain; }
.shop-brand-logo,.shop-brand-initial{display:grid;place-items:center;width:64px;height:48px;flex:0 0 64px;border-radius:7px;background:#f5f5f0}.shop-brand-logo img{width:56px;height:40px;object-fit:contain}.shop-brand-initial{font:700 24px Georgia,serif;color:#286247}.shop-brand-links a:hover,.shop-brand-links a:focus-visible{border-color:#bdc9b9;box-shadow:0 7px 20px rgba(22,61,43,.08);outline:2px solid transparent;transform:translateY(-1px)}.shop-brand-links a{transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.shop-brand-links strong { font-size: 12px; }
.shop-brand-links a>span:last-child { margin-left: auto; color: #819079; font-size: 12px; }
.shop-brand-initial { display: grid; place-items: center; width: 36px; height: 36px; flex-shrink: 0; background: #f2eee1; color: #917135; border-radius: 50%; font: 20px Georgia,serif; }
.shop-benefits { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; padding: 24px 0 38px; }
.shop-benefits>div,.shop-benefits>a { display: flex; align-items: center; gap: 15px; text-decoration: none; }
.shop-benefits>div>span,.shop-benefits>a>span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #d8dfd2; border-radius: 50%; color: #688460; font-size: 23px; }
.shop-benefits p { display: grid; gap: 5px; margin: 0; }
.shop-benefits strong { font-size: 12px; }
.shop-benefits small { font-size: 10px; color: #727f6b; }
.sales-storefront .store-section--soft { background: #f4f5f3; padding-block: 28px 45px; }
.sales-storefront .catalog-filters { grid-template-columns: repeat(3,minmax(0,1fr)) auto auto; background: #fff; border-color: var(--shop-line); border-radius: 8px; }
.sales-storefront .catalog-heading h2 { font-family: inherit; font-weight: 650; line-height: 1.2; font-size: 27px; }
.market-catalog-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 16px; }
.shop-pagination { display: flex; justify-content: center; gap: 9px; padding-top: 28px; }
.shop-pagination a { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--shop-line); border-radius: 5px; text-decoration: none; }
.shop-pagination a[aria-current] { background: #286247; color: #fff; }
@media(min-width:621px) { .market-product-carousel[data-count="1"] .market-product-card { flex-direction: row; align-items: center; background: #fafbf8; }.market-product-carousel[data-count="1"] .market-product-card__media { width: 45%; height: 290px; background: #fff; }.market-product-carousel[data-count="1"] .market-product-card__body { padding: 30px; }.market-product-carousel[data-count="1"] h3 { font-size: 24px; min-height: 0; }.market-product-carousel[data-count="1"] .market-product-card__actions { max-width: 250px; } }
@media(max-width:1400px) { .sales-storefront .store-header__main { grid-template-columns: 205px minmax(200px,1fr) auto; gap: 18px; }.shop-showcase { grid-template-columns: 210px minmax(0,1fr) 220px; }.department-menu { flex-basis: 210px; }.shop-slide { padding-inline: 23px; }.shop-slide__copy h2 { font-size: 38px; }.shop-slide__product img { height: 205px; }.market-product-carousel { --columns: min(5,var(--items)); }.market-catalog-grid { grid-template-columns: repeat(5,minmax(0,1fr)); } }
@media(max-width:1280px) { .shop-showcase { grid-template-columns: 210px minmax(0,1fr); }.shop-side-promos { display: none; }.shop-slide { grid-template-columns: 1fr .8fr; min-height: 390px; padding-inline: 38px; }.shop-slide__copy h2 { font-size: 44px; }.shop-slide__product img { height: 220px; }.market-product-carousel { --columns: min(4,var(--items)); }.market-catalog-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }.sales-storefront .store-header__main { gap: 12px; }.sales-storefront .store-action { font-size: 11px; padding-inline: 6px; } }
@media(max-width:1050px) { .sales-storefront .container { width: calc(100% - 36px); }.shop-showcase,.shop-showcase:not(:has(.shop-side-promos>a)) { grid-template-columns: minmax(0,1fr); }.shop-departments { display: none; }.shop-slide { min-height: 365px; grid-template-columns: 1fr .8fr; padding: 28px 50px 60px; }.shop-slide__copy h2 { max-width: 330px; font-size: 46px; }.shop-slide__product { max-width: 330px; width: 100%; justify-self: end; }.shop-slide__product img { height: 200px; }.shop-category-shortcuts { display: flex; overflow-x: auto; scrollbar-width: thin; }.shop-category-shortcuts>a { min-width: 182px; }.market-product-carousel { --columns: min(3,var(--items)); }.market-catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.shop-benefits { grid-template-columns: repeat(2,minmax(0,1fr)); }.shop-category-section--empty { grid-column: 1/-1; }.sales-storefront .store-header__main { grid-template-columns: 185px minmax(170px,1fr) auto; }.store-wordmark { font-size: 22px; }.sales-storefront .store-brand img { width: 35px; }.sales-storefront .store-wordmark small { font-size: 8px; }.sales-storefront .store-action small { display: none; }.sales-storefront .customer-register-access { display: none; }.sales-storefront .cart-button__word { display: none; } }
@media(max-width:780px) { .sales-storefront .store-header__main { grid-template-columns: 1fr auto; row-gap: 12px; padding-block: 11px; }.sales-storefront .store-actions .store-action { display: flex; align-items: center; min-height: 36px; font-size: 11px; }.sales-storefront .store-actions .customer-register-access { display: none; }.sales-storefront .store-actions .store-admin-access { display: none; }.sales-storefront .store-search { grid-row: 2; grid-column: 1/-1; }.sales-storefront .store-search input { height: 42px; }.sales-storefront .store-announcement { font-size: 9px; }.sales-storefront .category-nav__inner { gap: 20px; }.department-menu { flex-basis: 170px; }.department-menu>summary { font-size: 11px; min-height: 42px; padding-right: 10px; }.category-nav__links { gap: 22px; }.sales-storefront .category-nav__links a { padding-block: 13px; font-size: 11px; }.department-menu[open]::before { content: ''; position: fixed; inset: 0; z-index: 1; background: #10271e66; }.department-menu__links { position: fixed; z-index: 2; inset: 0 auto 0 0; width: min(340px,88vw); max-height: 100dvh; border-radius: 0 12px 12px 0; padding: 16px; }.department-menu__close { display: block; margin: 0 0 15px auto; background: #eef2e8; border: 0; padding: 12px; border-radius: 5px; color: #173e2d; }.department-open { overflow: hidden; }.shop-shelf,.shop-category-section,.shop-brands { padding: 21px; }.shop-slide { padding-inline: 28px; }.shop-slide__copy h2 { font-size: 39px; }.shop-slide__product { max-width: 270px; }.shop-slide__product img { height: 190px; }.market-product-card__media { height: 190px; }.shop-category-banner { padding: 22px; }.shop-category-banner h3 { font-size: 29px; }.shop-category-sections { gap: 16px; }.sales-storefront .catalog-filters { grid-template-columns: 1fr; }.market-product-price strong { font-size: 18px; } }
@media(max-width:620px) { .market-product-carousel { --columns: min(2.3,var(--items)); }.market-catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.shop-slide__copy h2 { font-size: 34px; }.shop-slide { padding-inline: 22px; gap: 10px; }.shop-slide__product img { height: 180px; }.shop-slide__caption { font-size: 12px; }.shop-slide__caption>strong { font-size: 10px; }.shop-category-banner img { width: 40%; }.shop-brand-links { grid-template-columns: repeat(3,minmax(0,1fr)); }.shop-brand-links a { flex-direction: column; gap: 7px; text-align: center; padding: 12px 8px; }.shop-brand-links a>span:last-child { display: none; }.market-section-heading>a { font-size: 10px; }.shop-coming-soon p { font-size: 11px; } }
@media(max-width:520px) { .sales-storefront .container { width: calc(100% - 24px); }.sales-storefront .store-brand img { width: 32px; height: 37px; }.store-wordmark { font-size: 21px; }.sales-storefront .store-wordmark small { font-size: 7px; }.sales-storefront .store-actions { gap: 0; }.sales-storefront .store-action { padding-inline: 3px; }.sales-storefront .store-action span { max-width: 72px; }.sales-storefront .cart-button { min-height: 36px; gap: 5px; padding: 4px 0 4px 9px; }.sales-storefront .cart-button small { width: 18px; min-width: 18px; height: 18px; font-size: 10px; }.sales-storefront .cart-button__icon { display: flex; }.sales-storefront .cart-button__icon svg { width: 21px; }.shop-showcase { margin-top: 12px; }.shop-slide { min-height: 365px; padding: 24px 18px 60px; grid-template-columns: 1fr .85fr; }.shop-slide__copy h2 { font-size: 32px; letter-spacing: -1px; }.shop-slide__copy .shop-kicker { font-size: 7px; }.shop-slide__copy p { font-size: 10px; line-height: 1.65; }.shop-slide__product { align-self: center; padding: 12px 6px; }.shop-slide__product img { height: 165px; }.shop-slide__brand { font-size: 8px; }.shop-cta { font-size: 10px; gap: 8px; padding: 10px; min-height: 39px; }.shop-slider-controls { left: 18px; right: 18px; }.shop-category-shortcuts { padding-block: 13px; gap: 8px; }.shop-category-shortcuts>a { min-width: 170px; padding: 11px; }.shop-shelf,.shop-category-section,.shop-brands { padding: 18px 14px; border-radius: 8px; margin-bottom: 14px; }.shop-category-section { margin-bottom: 0; }.shop-category-sections { margin-bottom: 14px; gap: 14px; }.market-section-heading { gap: 10px; margin-bottom: 15px; }.market-section-heading h2 { font-size: 21px; }.shop-kicker { font-size: 8px; }.market-section-heading>a { max-width: 80px; text-align: right; }.market-product-carousel { --columns: min(1.35,var(--items)); gap: 12px; grid-auto-columns: calc((100% - (var(--columns) - 1)*12px)/var(--columns)); }.market-product-card__media { height: 205px; }.market-product-card__body { padding: 12px; }.market-product-card h3 { font-size: 14px; }.market-carousel-arrow { width: 30px; height: 40px; }.market-carousel-arrow--left { left: -10px; }.market-carousel-arrow--right { right: -10px; }.shop-chips { gap: 6px; }.shop-chips a { font-size: 10px; padding: 7px 10px; }.shop-chips>span { width: 100%; }.shop-category-banner { padding: 20px 14px; margin-block: 14px; }.shop-category-banner h3 { font-size: 26px; }.shop-category-banner p { font-size: 10px; }.shop-category-banner img { height: 170px; }.shop-category-bottom { font-size: 10px; }.shop-benefits { gap: 20px 12px; padding-block: 10px 28px; }.shop-benefits>div,.shop-benefits>a { gap: 8px; }.shop-benefits>div>span,.shop-benefits>a>span { width: 29px; height: 29px; flex-shrink: 0; font-size: 18px; }.shop-benefits strong { font-size: 10px; }.shop-benefits small { font-size: 9px; line-height: 1.5; }.shop-brand-links { gap: 8px; }.shop-brand-links strong { font-size: 10px; }.shop-monogram { width: 47px; height: 62px; font-size: 31px; }.shop-coming-soon { gap: 12px; }.shop-coming-soon h3 { font-size: 13px; }.market-catalog-grid { gap: 9px; }.market-catalog-grid .market-product-card__media { height: 155px; padding: 9px; }.market-catalog-grid .market-product-card__body { padding: 10px; }.market-catalog-grid .market-product-card h3 { font-size: 12px; }.market-catalog-grid .market-product-price strong { font-size: 16px; }.market-catalog-grid .market-product-classification { font-size: 9px; }.market-catalog-grid .store-button { font-size: 10px; } }
@media(max-width:620px){.shop-chips--brands{grid-template-columns:1fr auto}.shop-chips--brands>span{grid-column:1/-1}.shop-brand-row__items{flex-wrap:nowrap;overflow-x:auto;max-height:34px;padding-bottom:3px;scrollbar-width:thin}.shop-chips--brands.is-expanded .shop-brand-row__items{flex-wrap:wrap;overflow-x:hidden;max-height:420px}.shop-brand-row__toggle{align-self:start}.shop-slide{grid-template-columns:minmax(0,1fr);min-height:520px;align-content:start}.shop-slide__copy{max-width:100%}.shop-slide__product{width:min(240px,82%);max-width:none;justify-self:center;padding:8px 6px}.shop-slide__product img{height:145px}.sales-storefront .customer-account-access{min-width:38px}.sales-storefront .customer-account-access span{display:none}}
@media(prefers-reduced-motion:reduce) { .sales-storefront { scroll-behavior: auto; }.market-product-card,.market-product-card__media img,.shop-brand-row__items,.shop-brand-row__toggle b,.shop-brand-links a { transition: none; }.market-product-card:hover img { transform: none; } }

.shop-category-image{width:100px;height:100px;object-fit:contain;border-radius:12px;background:#fff;flex-shrink:0}
.department-menu__mobile-label{display:none}

/* Cabecera pública compacta y navegable en teléfonos. */
@media(max-width:768px){
 .sales-storefront{overflow-x:clip}
 .sales-storefront .store-header__main{grid-template-columns:minmax(0,1fr) auto;column-gap:10px;row-gap:10px;padding-block:9px}
 .sales-storefront .store-brand{min-width:0;gap:7px}
 .sales-storefront .store-brand img{width:34px;height:38px;flex:none}
 .sales-storefront .store-wordmark{min-width:0;font-size:clamp(18px,5.4vw,22px);line-height:1;white-space:nowrap}
 .sales-storefront .store-wordmark small{display:none}
 .sales-storefront .store-actions{min-width:0;gap:7px}
 .sales-storefront .store-actions .customer-account-access{min-width:52px;min-height:38px;padding:4px 7px;justify-content:center}
 .sales-storefront .customer-account-access span{font-size:0;max-width:none}
 .sales-storefront .customer-account-access span::after{content:"Cuenta";font-size:11px}
 .sales-storefront .customer-account-access .customer-avatar{width:28px;height:28px;flex:none}
 .sales-storefront .cart-button{min-width:43px;min-height:38px;padding:4px 3px 4px 7px}
 .sales-storefront .store-search{width:100%;min-width:0}
 .sales-storefront .store-search input{width:100%;min-width:0;height:42px;padding-inline:12px;font-size:16px}
 .sales-storefront .store-search button{flex:0 0 auto;min-width:72px;padding-inline:12px}
 .sales-storefront .category-nav{overflow:hidden}
 .sales-storefront .category-nav__inner{width:calc(100% - 24px);min-width:0;gap:10px;overflow:hidden}
 .sales-storefront .department-menu{flex:0 0 auto}
 .sales-storefront .department-menu>summary{gap:7px;min-height:42px;padding-right:10px;white-space:nowrap;border-right:1px solid #ffffff25}
 .department-menu__desktop-label{display:none}
 .department-menu__mobile-label{display:inline}
 .sales-storefront .category-nav__links{min-width:0;gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}
 .sales-storefront .category-nav__links::-webkit-scrollbar{display:none}
 .sales-storefront .category-nav__links a{flex:none;white-space:nowrap}
}
@media(max-width:430px){
 .sales-storefront .store-announcement{display:none}
 .sales-storefront .store-header__main{padding-block:8px}
 .sales-storefront .store-wordmark{font-size:18px}
 .sales-storefront .store-actions{gap:3px}
 .sales-storefront .store-actions .customer-account-access{padding-inline:4px}
 .sales-storefront .customer-account-access{min-width:38px}
 .sales-storefront .customer-account-access span{display:none}
 .sales-storefront .store-search button{min-width:66px;padding-inline:9px;font-size:11px}
 .shop-slide{grid-template-columns:minmax(0,1fr);min-height:520px;align-content:start}
 .shop-slide__copy{max-width:100%}
 .shop-slide__product{width:min(240px,82%);max-width:none;justify-self:center;padding:8px 6px}
 .shop-slide__product img{height:145px}
}

/* Storefront premium: jerarquía, ritmo y componentes sin alterar la paleta. */
.sales-storefront{
 --shop-container:1360px;
 --shop-section-space:clamp(48px,6vw,82px);
 --shop-card-gap:clamp(14px,1.5vw,22px);
 --shop-radius:18px;
 --shop-radius-sm:12px;
 --shop-motion:180ms ease;
 background:#f7f8f5;
}
.sales-storefront .container{width:min(var(--shop-container),calc(100% - 56px));max-width:var(--shop-container)}
.sales-storefront .category-nav__inner{justify-content:center;overflow:hidden}
.sales-storefront .category-nav__links{flex:0 1 auto;justify-content:center;gap:clamp(24px,4vw,58px);overflow-x:auto}
.sales-storefront .category-nav__links a{position:relative;white-space:nowrap;font-size:13px;letter-spacing:.01em}
.sales-storefront .category-nav__all{color:#f0ce85!important;font-weight:700!important}
.shop-showcase--premium{display:block;margin-top:28px;margin-bottom:var(--shop-section-space)}
.shop-showcase--premium .shop-hero{border-radius:var(--shop-radius);box-shadow:0 20px 48px rgba(16,39,30,.12)}
.shop-showcase--premium .shop-slide{grid-template-columns:minmax(0,1.05fr) minmax(280px,.72fr);min-height:480px;padding:54px clamp(38px,6vw,88px) 72px;gap:clamp(28px,5vw,72px)}
.shop-slide__copy :is(h1,h2){max-width:650px;margin:14px 0 18px;font:760 clamp(38px,5vw,66px)/1.02 var(--font-heading);letter-spacing:-2.5px}
.shop-slide__copy p{max-width:48ch;font-size:14px;line-height:1.75}
.shop-slide__product{max-width:420px;width:100%;justify-self:end;border-radius:180px 180px 18px 18px;transition:transform var(--shop-motion),box-shadow var(--shop-motion)}
.shop-slide__product:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(16,39,30,.18)}
.shop-slide__product img{height:270px}
.shop-slide__caption small{color:#68736b;font-weight:700}
.shop-cta{border-radius:8px;transition:transform var(--shop-motion),background var(--shop-motion)}
.shop-cta:hover{transform:translateY(-1px)}
.shop-shelf,.shop-brands{margin-bottom:var(--shop-section-space)}
.shop-shelf,.shop-brands{padding:0;background:transparent;border:0;border-radius:0}
.shop-category-sections{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(58px,7vw,96px);margin-bottom:var(--shop-section-space)}
.shop-category-section{min-width:0;margin:0;padding:0 0 clamp(50px,6vw,78px);background:transparent;border:0;border-bottom:1px solid #dfe5dc;border-radius:0}
.shop-category-section:last-child{padding-bottom:0;border-bottom:0}
.shop-category-section .market-section-heading{margin-bottom:20px}
.shop-category-section .market-section-heading h2{font-size:clamp(28px,3.2vw,42px)}
.shop-category-section [data-category-types],.shop-category-section [data-category-brands]{min-width:0}
.shop-category-section .shop-chips{margin-bottom:13px}
.shop-category-section .shop-chips>span{min-width:58px;color:#526158;text-transform:uppercase;letter-spacing:.08em}
.shop-category-section .shop-chips a{border-radius:999px;background:#fff;transition:color var(--shop-motion),background var(--shop-motion),border-color var(--shop-motion),box-shadow var(--shop-motion)}
.shop-category-section .shop-chips a.is-active{background:#286247}
.shop-category-section .shop-chips--brands{grid-template-columns:58px minmax(0,1fr) auto;margin-bottom:22px}
.shop-category-section .shop-brand-row__items{flex-wrap:nowrap;overflow:hidden;max-height:34px}
.shop-category-section .shop-chips--brands.is-expanded .shop-brand-row__items{flex-wrap:wrap;max-height:320px}
.shop-category-section .shop-category-bottom{margin-top:4px;color:var(--shop-muted)}
.market-section-heading{margin-bottom:26px}
.market-section-heading h2{font-size:clamp(26px,3vw,38px);letter-spacing:-1.2px}
.market-section-heading>a{display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;border-radius:8px;transition:background var(--shop-motion)}
.market-section-heading>a:hover{background:#edf1e7}
.market-product-carousel{--columns:min(4,var(--items));gap:var(--shop-card-gap);grid-auto-columns:calc((100% - (var(--columns) - 1)*var(--shop-card-gap))/var(--columns));padding:4px 2px 14px}
.market-product-card{border-radius:var(--shop-radius-sm);border-color:#e1e6df;box-shadow:0 6px 22px rgba(23,62,45,.045);transition:transform var(--shop-motion),border-color var(--shop-motion),box-shadow var(--shop-motion)}
.market-product-card:hover{transform:translateY(-3px);border-color:#bdc9b9;box-shadow:0 14px 34px rgba(23,62,45,.1)}
.market-product-card__media{height:285px;padding:22px;background:#fafbf8}
.market-product-card__body{gap:8px;padding:19px}
.market-product-card h3{min-height:2.7em;font-size:16px;line-height:1.35}
.market-product-edition{display:inline-flex;padding:4px 9px;border-radius:999px;background:#edf1e7;color:#286247;font-size:10px;font-weight:750}
.market-product-classification{font-size:11px}
.market-product-price strong{font-size:21px}
.market-product-card .availability{padding:0;background:none;font-size:10px;font-weight:700}
.market-product-card__actions .store-button{display:flex;justify-content:space-between;align-items:center;min-height:43px;padding:11px 14px;border-radius:8px}
.shop-brands{padding:36px;border-radius:var(--shop-radius);background:#fff;box-shadow:0 8px 30px rgba(23,62,45,.055)}
.shop-brands .shop-brand-row__toggle{align-self:flex-end}
.shop-brand-links{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.shop-brand-links a{min-height:92px;border-radius:var(--shop-radius-sm);background:#fbfcf9}
.shop-brands:not(.is-expanded) .shop-brand-links .is-overflow{display:none}
.shop-brand-logo,.shop-brand-initial{width:70px;height:52px;flex-basis:70px;border-radius:9px}
.shop-benefits-wrap{margin-top:10px;background:#edf1e7;border-block:1px solid #dfe6da}
.shop-benefits{padding:24px 0;gap:clamp(18px,4vw,54px)}
.shop-benefits>div,.shop-benefits>a{min-width:0}
.shop-benefits>div>span,.shop-benefits>a>span{width:38px;height:38px;flex:0 0 38px;background:#fff;font-size:18px}
.shop-benefits strong{font-size:12px}.shop-benefits small{font-size:10px}

@media(max-width:1050px){
 .sales-storefront .container{width:calc(100% - 36px)}
 .shop-showcase--premium .shop-slide{grid-template-columns:minmax(0,1fr) minmax(250px,.75fr);padding-inline:44px}
 .market-product-carousel{--columns:min(3,var(--items))}
 .shop-brand-links{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:780px){
 .sales-storefront .category-nav__inner{width:calc(100% - 24px);justify-content:flex-start}
 .sales-storefront .category-nav__links{justify-content:flex-start;gap:26px;overflow-x:auto;padding-inline:2px}
 .shop-showcase--premium{margin-top:16px}
 .shop-showcase--premium .shop-slide{grid-template-columns:minmax(0,1fr);min-height:570px;align-content:start;padding:34px 28px 66px}
 .shop-slide__copy :is(h1,h2){font-size:clamp(34px,10vw,48px);letter-spacing:-1.6px}
 .shop-slide__product{width:min(310px,86%);max-width:none;justify-self:center;padding:10px}
 .shop-slide__product img{height:190px}
 .market-product-card__media{height:230px}
 .shop-brands{padding:25px}
 .shop-category-sections{gap:54px}
 .shop-category-section{padding-bottom:50px}
 .shop-brand-links{grid-template-columns:repeat(2,minmax(0,1fr))}
 .shop-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
 .sales-storefront .container{width:calc(100% - 24px)}
 .shop-showcase--premium{margin-bottom:42px}
 .shop-showcase--premium .shop-slide{min-height:535px;padding:28px 20px 62px}
 .shop-slide__copy p{font-size:12px}
 .shop-shelf,.shop-brands{margin-bottom:46px}
 .shop-category-sections{gap:44px;margin-bottom:48px}
 .shop-category-section{padding:0 0 42px}
 .shop-category-section .market-section-heading{align-items:end}
 .shop-category-section .market-section-heading>a{max-width:none;white-space:nowrap}
 .shop-category-section .shop-chips{flex-wrap:nowrap;overflow-x:auto;padding:2px 0 5px;scrollbar-width:thin}
 .shop-category-section .shop-chips>span{position:sticky;left:0;z-index:1;min-width:52px;background:#f7f8f4}
 .shop-category-section .shop-chips a{flex:0 0 auto}
 .shop-category-section .shop-chips--brands{display:grid;grid-template-columns:minmax(0,1fr) auto;overflow:visible}
 .shop-category-section .shop-chips--brands>span{grid-column:1/-1;position:static;background:transparent}
 .shop-category-section .shop-brand-row__items{overflow-x:auto}
 .shop-category-section .shop-chips--brands.is-expanded .shop-brand-row__items{overflow-x:hidden}
 .market-section-heading{margin-bottom:18px}
 .market-section-heading h2{font-size:25px}
 .market-product-carousel{--columns:min(1.28,var(--items));gap:12px;grid-auto-columns:calc((100% - (var(--columns) - 1)*12px)/var(--columns))}
 .market-product-card__media{height:225px}
 .market-product-card__body{padding:15px}
 .shop-brands{padding:20px 14px}
 .shop-brand-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
 .shop-brand-links a{min-height:82px;padding:10px;gap:7px}
 .shop-brand-logo,.shop-brand-initial{width:48px;height:42px;flex-basis:48px}
 .shop-brand-logo img{width:44px;height:34px}
 .shop-benefits{gap:18px 10px;padding-block:20px}
}
@media(prefers-reduced-motion:reduce){.shop-slide__product,.shop-cta,.market-product-card{transition:none!important}.shop-slide__product:hover,.shop-cta:hover,.market-product-card:hover{transform:none}}
