:root{--ink:#231c21;--muted:#71656a;--berry:#b51b63;--berry-dark:#79123f;--berry-pale:#fff3f8;--orange:#f26a21;--line:#eee4e8;--surface:#fff;--page:#f7f7f7;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--page)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);line-height:1.35}a{color:inherit}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:18px;min-height:68px;padding:10px clamp(14px,4vw,58px);background:rgba(255,255,255,.97);border-bottom:1px solid #e6e0e3}.brand{display:flex;align-items:center;gap:7px;min-width:max-content;text-decoration:none}.brand img{width:42px;height:42px;border-radius:11px;object-fit:cover}.brand span{display:grid;line-height:.9;font-size:17px}.brand b{font-weight:900;letter-spacing:-.02em}.brand em{font-family:Georgia,serif;font-size:12px;color:var(--berry)}.catalog-search{display:flex;flex:1;max-width:760px;margin:auto;border:2px solid var(--berry);border-radius:8px;overflow:hidden;background:#fff}.catalog-search input{border:0;outline:0;min-width:60px;flex:1;padding:11px 14px;font-size:14px}.catalog-search input:focus{background:#fff8fb}.catalog-search button{border:0;background:var(--berry);padding:0 23px;color:#fff;font-weight:900;cursor:pointer}.catalog-search button:hover{background:var(--berry-dark)}.header-cta{padding:9px 13px;border:1px solid #e2d7dc;border-radius:8px;text-decoration:none;font-size:13px;font-weight:800;color:var(--berry);background:#fff}.header-cta:hover{border-color:var(--berry);background:var(--berry-pale)}.category-nav{background:#fff;border-bottom:1px solid #e6e0e3;padding:9px clamp(14px,4vw,58px);overflow:auto}.category-row{display:flex;gap:8px;min-width:max-content}.category-row a{padding:8px 14px;border:1px solid #ebe1e5;border-radius:6px;background:#fff;text-decoration:none;font-size:12px;font-weight:800;color:#45353d}.category-row a:first-child{color:#fff;background:var(--berry);border-color:var(--berry)}.category-row a:hover{border-color:var(--berry);color:var(--berry)}.category-row a:first-child:hover{color:#fff;background:var(--berry-dark)}main{max-width:1450px;margin:auto;padding:8px clamp(12px,3vw,36px) 54px}.catalog-section{margin-top:14px;padding:18px;background:#fff;border:1px solid #eee8eb;border-radius:10px}.accent-section{border-top:3px solid var(--orange)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px}.eyebrow{display:none}.section-heading h2,.contact-section h2{font-size:21px;line-height:1.2;margin:0;font-weight:900;letter-spacing:-.025em}.section-heading a{font-size:13px;font-weight:800;text-decoration:none;color:var(--berry);white-space:nowrap}.section-heading a:hover{text-decoration:underline}.section-note{display:none}.product-rail,.product-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 5 * 12px)/6);gap:12px;overflow-x:auto;padding:1px 1px 8px;scroll-snap-type:x proximity}.product-grid{grid-auto-flow:initial;grid-template-columns:repeat(6,minmax(0,1fr));overflow:visible}.compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.popular-carousel{display:block;overflow-x:auto;overflow-y:hidden;padding:2px 2px 12px;cursor:grab;scrollbar-width:none;touch-action:pan-x}.popular-carousel::-webkit-scrollbar{display:none}.popular-carousel:active{cursor:grabbing}.popular-track{display:flex;gap:12px;width:max-content;animation:popular-showcase 42s linear infinite;will-change:transform}.popular-card{position:relative;display:block;flex:0 0 150px;overflow:hidden;border-radius:9px;background:#f5eff2;box-shadow:0 3px 10px rgba(52,19,36,.1);aspect-ratio:1/1.27;isolation:isolate}.popular-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(21,9,16,.45));pointer-events:none}.popular-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.popular-card:hover img,.popular-card:focus-visible img{transform:scale(1.04)}.popular-card:focus-visible{outline:3px solid var(--berry);outline-offset:3px}.popular-price{position:absolute;left:8px;bottom:8px;z-index:1;padding:6px 8px;border-radius:5px;background:rgba(255,255,255,.96);box-shadow:0 3px 10px rgba(24,10,18,.22);color:var(--berry);font-size:14px;font-weight:900;letter-spacing:-.025em}.popular-size{position:absolute;right:8px;top:8px;z-index:1;display:grid;place-items:center;min-width:28px;height:28px;padding:0 6px;border:1px solid rgba(255,255,255,.9);border-radius:50%;background:var(--berry);box-shadow:0 3px 10px rgba(91,15,48,.28);color:#fff;font-size:12px;font-weight:900}.popular-carousel.carousel-paused .popular-track{animation-play-state:paused}@keyframes popular-showcase{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.popular-track{animation:none}}.product-card{min-width:0;overflow:hidden;border:1px solid #eee7ea;border-radius:8px;background:#fff;box-shadow:0 1px 2px rgba(36,13,24,.05);scroll-snap-align:start;transition:box-shadow .16s,transform .16s}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 17px rgba(48,18,33,.12)}.product-card a{display:block;text-decoration:none}.card-media{position:relative;background:#f6f1f3;overflow:hidden}.card-image{display:block;width:100%;aspect-ratio:1/1.18;object-fit:cover;background:#f6f1f3;transition:transform .25s}.product-card:hover .card-image{transform:scale(1.025)}.size-badge{position:absolute;right:8px;bottom:8px;display:grid;place-items:center;min-width:31px;height:31px;padding:0 7px;border:1px solid rgba(255,255,255,.88);border-radius:50%;background:var(--berry);box-shadow:0 3px 11px rgba(91,15,48,.3);color:#fff;font-size:13px;font-weight:900;line-height:1}.new-badge{position:absolute;left:8px;top:8px;padding:6px 9px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:var(--berry-dark);box-shadow:0 4px 12px rgba(80,14,43,.26);color:#fff;font-size:10px;font-weight:900;letter-spacing:.075em;animation:nuevo-float 2.5s ease-in-out infinite}.card-body{padding:9px 9px 10px}.card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;overflow:hidden;font-size:12px;line-height:1.35}.card-price{margin:8px 0 4px;font-size:18px;letter-spacing:-.03em;color:var(--berry);font-weight:900}.card-meta{font-size:10px;color:var(--muted);min-height:14px}.card-action{margin-top:8px;color:var(--berry);font-size:11px;font-weight:800}.card-action:hover{text-decoration:underline}.loading,.error{padding:18px;color:var(--muted);font-size:13px}.error{color:#a71c4e}.center-action{text-align:center;margin:20px 0 3px}.button{display:inline-block;padding:10px 18px;border-radius:6px;text-decoration:none;font-size:13px;font-weight:900}.button-secondary{border:1px solid var(--berry);color:#fff;background:var(--berry)}.button-secondary:hover{background:var(--berry-dark)}.contact-section{margin-top:16px;padding:26px;background:#fff;border:1px solid #eee8eb;border-radius:10px}.contact-intro{display:flex;align-items:end;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--line)}.contact-intro>p:not(.eyebrow){margin:0;max-width:520px;color:var(--muted);font-size:14px}.contact-grid{display:grid;grid-template-columns:1.05fr 1fr .8fr 1.2fr;gap:18px;margin-top:20px}.contact-grid article{font-size:13px}.contact-grid h3{margin:0 0 8px;font-size:14px;font-weight:900}.contact-grid p{margin:0 0 9px;color:var(--muted)}.contact-grid address{font-style:normal;color:var(--muted);margin:0 0 10px}.contact-grid a{color:var(--berry);font-weight:800;text-decoration:none}.contact-grid a:hover{text-decoration:underline}.hours{margin:0}.hours div{padding:7px 0;border-bottom:1px solid var(--line)}.hours dt{font-weight:800}.hours dd{margin:2px 0 0;color:var(--muted)}.social{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:22px;padding-top:16px;border-top:1px solid var(--line);font-size:13px}.social span{font-weight:900}.social a{color:var(--berry);font-weight:800;text-decoration:none}.social a:hover{text-decoration:underline}footer{padding:22px 12px;background:#25171e;color:#fff;text-align:center;font-size:12px}.preview-label{margin-left:6px;opacity:.7}.section-heading{position:relative;min-height:42px;padding:0 0 11px;border-bottom:1px solid var(--line)}.section-heading>div{display:flex;align-items:center;min-width:0}.section-heading h2{display:flex;align-items:center;gap:8px;font-size:23px}.section-heading h2::after{content:"";display:block;width:28px;height:3px;margin-top:3px;border-radius:99px;background:var(--berry)}.heading-icon{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;color:var(--berry)}.accent-section .section-heading h2::after{background:var(--orange)}.section-heading a{display:inline-flex;align-items:center;min-height:31px;padding:0 10px;border:1px solid #f0d3e0;border-radius:6px;background:#fff8fb;color:var(--berry)}.section-heading a:hover{background:var(--berry);border-color:var(--berry);color:#fff;text-decoration:none}.contact-intro h2{position:relative;display:inline-flex;align-items:center;gap:9px;padding-bottom:9px;font-size:27px}.contact-intro h2::after{content:"";width:34px;height:3px;border-radius:99px;background:var(--berry)}.contact-grid h3{position:relative;padding-left:11px;font-size:15px;line-height:1.25}.contact-grid h3::before{content:"";position:absolute;left:0;top:2px;width:4px;height:16px;border-radius:9px;background:var(--berry)}.contact-grid article:nth-child(2) h3::before{background:var(--orange)}.contact-grid article:nth-child(3) h3::before{background:#4b7d68}.contact-grid article:nth-child(4) h3::before{background:#875183}@media(max-width:1050px){.product-rail{grid-auto-columns:calc((100% - 3 * 12px)/4)}.popular-card{flex-basis:142px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.contact-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.site-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:8px 12px}.brand img{width:39px;height:39px}.brand span{font-size:15px}.header-cta{grid-column:2;grid-row:1;padding:8px 9px;font-size:11px}.catalog-search{grid-column:1/-1;grid-row:2;width:100%;margin:0;min-height:41px}.catalog-search input{padding:9px 11px}.catalog-search button{padding:0 17px}.category-nav{padding:8px 12px;overflow:visible}.category-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;min-width:0;width:100%}.category-row a{min-width:0;padding:8px 5px;text-align:center;white-space:nowrap;font-size:11px}main{padding:5px 8px 35px}.catalog-section{margin-top:9px;padding:13px 10px;border-radius:8px}.section-heading{align-items:flex-start;flex-direction:column;gap:5px;margin-bottom:11px}.section-heading h2{font-size:19px}.section-heading h2::after{width:20px}.section-heading a{padding:0;border:0;background:transparent;min-height:0}.section-heading a:hover{background:transparent;color:var(--berry);text-decoration:underline}.contact-intro h2{font-size:24px}.product-rail{grid-auto-columns:calc((100% - 10px)/2);gap:10px}.popular-track{gap:10px}.popular-card{flex-basis:128px}.popular-price{left:7px;bottom:7px;font-size:13px}.popular-size{right:7px;top:7px;min-width:27px;height:27px;font-size:11px}.product-grid,.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.card-body{padding:8px}.card-title{font-size:11px;min-height:31px}.card-price{font-size:16px;margin-top:7px}.card-action{font-size:10px}.contact-section{padding:19px 15px;border-radius:8px}.contact-intro{display:block}.contact-intro>p:not(.eyebrow){margin-top:9px}.contact-grid{grid-template-columns:1fr;gap:18px}.social{gap:10px}.preview-label{display:block;margin:7px 0 0}}
/* Category and product routes in this local catalog fork. */
.breadcrumbs{display:flex;gap:8px;align-items:center;padding:14px 2px 8px;color:var(--muted);font-size:12px}.breadcrumbs a{color:var(--berry);font-weight:800;text-decoration:none}.catalog-page-head{display:flex;justify-content:space-between;gap:18px;align-items:end;padding:19px 20px;background:linear-gradient(112deg,#fff 0,#fff3f8 100%);border:1px solid #f0e1e8;border-radius:9px}.catalog-page-head h1,.product-info-panel h1{margin:0;font-size:32px;letter-spacing:-.035em;line-height:1.12}.catalog-page-head p:not(.eyebrow){margin:8px 0 0;color:var(--muted);font-size:14px}.catalog-page-head .eyebrow{display:block}.result-count{padding:7px 10px;border-radius:5px;background:#fff;color:var(--berry);font-size:12px;font-weight:900;white-space:nowrap}.filter-panel{display:flex;align-items:center;min-height:55px;padding:9px 0}.size-filters{display:flex;gap:7px;flex-wrap:wrap}.filter-chip{border:1px solid #e7dce1;border-radius:5px;background:#fff;padding:7px 11px;color:#4d3b43;font-size:12px;font-weight:800;cursor:pointer}.filter-chip:hover,.filter-chip.active{border-color:var(--berry);background:var(--berry);color:#fff}.catalog-page-grid{margin-top:0}.catalog-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.load-more{display:block;margin:18px auto 2px;padding:10px 18px;border:1px solid var(--berry);border-radius:6px;background:#fff;color:var(--berry);font:inherit;font-size:13px;font-weight:900;cursor:pointer}.load-more:hover{background:var(--berry);color:#fff}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:28px;align-items:start;margin:7px 0 20px;padding:22px;background:#fff;border:1px solid #eee8eb;border-radius:10px}.product-image-panel{position:relative;background:#f7f1f4;border-radius:8px;overflow:hidden}.product-zoom-trigger{display:block;width:100%;padding:0;border:0;background:#fff;cursor:zoom-in}.product-zoom-trigger:focus-visible{outline:3px solid var(--berry);outline-offset:-3px}.product-image-panel img{display:block;width:100%;aspect-ratio:1/1.1;object-fit:contain;background:#fff}.product-size-badge{position:absolute;right:14px;bottom:14px;display:grid;place-items:center;min-width:46px;height:46px;padding:0 9px;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:var(--berry);box-shadow:0 5px 15px rgba(91,15,48,.32);color:#fff;font-size:18px;font-weight:900}.image-zoom-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:28px;background:rgba(23,12,19,.88);cursor:zoom-out}.image-zoom-overlay img{display:block;max-width:min(92vw,1100px);max-height:88vh;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.4);object-fit:contain;cursor:default}.image-zoom-close{position:fixed;right:20px;top:18px;width:43px;height:43px;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:30px;line-height:1;cursor:pointer}.image-zoom-close:hover,.image-zoom-close:focus-visible{background:var(--berry);outline:0}.product-info-panel{padding:10px 8px}.product-category{margin:0 0 8px;color:var(--berry);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.product-price-large{margin:20px 0;font-size:30px;font-weight:900;letter-spacing:-.04em;color:var(--berry)}.product-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-facts div{padding:12px 8px}.product-facts div+div{border-left:1px solid var(--line)}.product-facts dt{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}.product-facts dd{margin:4px 0 0;font-size:14px;font-weight:900}.product-help{margin:18px 0;color:var(--muted);font-size:14px}.product-actions{display:flex;gap:9px;flex-wrap:wrap}.button-primary{border:1px solid var(--berry);background:var(--berry);color:#fff}.button-primary:hover{background:var(--berry-dark)}.product-actions .button-secondary{background:#fff;color:var(--berry)}.related-section{margin-top:0}@keyframes nuevo-float{0%,100%{transform:translateY(0);box-shadow:0 4px 12px rgba(80,14,43,.26)}50%{transform:translateY(-3px);box-shadow:0 8px 17px rgba(80,14,43,.34)}}@media(prefers-reduced-motion:reduce){.new-badge{animation:none}}@media(max-width:1050px){.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-layout{grid-template-columns:1fr 1fr}}@media(max-width:620px){.image-zoom-overlay{padding:16px}.image-zoom-overlay img{max-width:94vw;max-height:84vh}.image-zoom-close{right:13px;top:12px}.breadcrumbs{padding:11px 2px 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-page-head{display:block;padding:17px 14px}.catalog-page-head h1,.product-info-panel h1{font-size:26px}.result-count{display:inline-block;margin-top:12px}.filter-panel{overflow:auto}.size-filters{flex-wrap:nowrap;min-width:max-content}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-layout{grid-template-columns:1fr;gap:14px;padding:12px}.product-image-panel img{aspect-ratio:1/1.05}.product-info-panel{padding:7px 2px}.product-price-large{margin:15px 0;font-size:27px}}

/* Approved category-only size filtering and refined catalog controls. */
.catalog-search button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:94px;padding:0 17px}.catalog-search button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.catalog-search button:focus-visible{outline:3px solid #f5a4c5;outline-offset:-3px}.filter-panel{display:flex;align-items:center;gap:26px;min-height:82px;margin-top:12px;padding:15px 20px;border:1px solid #eadde3;border-radius:9px;background:#fff;box-shadow:0 2px 8px rgba(76,23,48,.035)}.size-filter-copy{display:grid;gap:3px;flex:0 0 220px}.size-filter-label{margin:0;color:var(--ink);font-size:13px;font-weight:900;letter-spacing:0}.size-filter-copy span{color:var(--muted);font-size:11px;line-height:1.35}.size-filters{display:flex;align-items:center;gap:10px;padding:4px;border:1px solid #eadde3;border-radius:999px;background:#f9f5f7}.filter-chip{min-width:48px;height:36px;padding:0 14px;border:1px solid transparent;border-radius:999px;background:transparent;color:#51414a;font-size:13px;font-weight:900;line-height:1.1;cursor:pointer;transition:background-color 150ms ease,color 150ms ease,box-shadow 150ms ease}.filter-chip:hover{border-color:#dfb8c9;background:#fff;color:var(--berry)}.filter-chip.active{border-color:var(--berry);background:var(--berry);box-shadow:0 2px 5px rgba(117,18,63,.22);color:#fff}@media(max-width:620px){.site-header{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:10px;padding:8px 12px}.catalog-search{grid-column:2;grid-row:1;width:100%;min-width:0;margin:0;min-height:42px}.catalog-search input{min-width:0;padding:9px 10px;font-size:13px}.catalog-search button{width:46px;min-width:46px;padding:0}.search-button-label{display:none}.catalog-search button svg{width:19px;height:19px}.header-cta{position:fixed;right:14px;bottom:16px;z-index:40;display:inline-flex;align-items:center;min-height:46px;padding:0 16px;border:0;border-radius:999px;background:#25d366;color:#fff;box-shadow:0 5px 18px rgba(17,91,46,.3);font-size:12px}.header-cta:hover{border:0;background:#1fba59;color:#fff}.filter-panel{display:block;min-height:0;margin-top:10px;padding:15px 14px 14px;overflow:visible}.size-filter-copy{gap:3px}.size-filter-copy span{font-size:11px}.size-filters{gap:6px;margin-top:12px;padding:4px;overflow-x:auto}.filter-chip{min-width:45px;height:35px;padding:0 12px;font-size:12px}}
