:root{--color-primary:#8b5e3c;--color-primary-light:#a67c52;--color-primary-dark:#6b4830;--color-secondary:#d4a574;--color-bg-primary:#f5efe6;--color-bg-secondary:#ebe3d6;--color-text-dark:#3b2a1a;--color-text-light:#6b5b4f;--color-accent:#c9302c;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:1rem;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 6px rgba(0,0,0,.1);--shadow-lg:0 10px 15px rgba(0,0,0,.1)}.catalog{padding:2rem 0}.catalog__header{margin-bottom:2rem}.catalog__title{font-size:1.875rem;text-align:center;font-family:var(--font-heading),"Georgia",serif;margin-bottom:.5rem}@media(min-width:768px){.catalog__title{font-size:2.25rem}}.catalog__subtitle{text-align:center;color:#6b5b4f;font-size:1.125rem}.product-grid{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-grid--loading{opacity:.6;pointer-events:none}.filters{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 2px rgba(0,0,0,.05);margin-bottom:2rem}.filters__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #ebe3d6}.filters__title{font-size:1.125rem;font-weight:600}.filters__clear{font-size:.875rem;color:#8b5e3c;background:none;border:none;cursor:pointer}.filters__clear:hover{text-decoration:underline}.filters__group{margin-bottom:1.5rem}.filters__group:last-child{margin-bottom:0}.filters__label{display:block;font-size:.875rem;font-weight:500;color:#3b2a1a;margin-bottom:.5rem}.filters__categories{display:flex;flex-wrap:wrap;gap:.5rem}.filters__category{padding:.25rem 1rem;background:#f5efe6;border:none;border-radius:9999px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.filters__category--active,.filters__category:hover{background:#8b5e3c;color:#fff}.filters__price-range{display:flex;align-items:center;gap:1rem}.filters__price-input{flex:1 1;padding:.5rem;border:1px solid #ebe3d6;border-radius:.25rem;font-size:.875rem}.filters__price-input:focus{border-color:#8b5e3c;outline:none}.filters__sort{display:flex;align-items:center;gap:1rem}.filters__sort-select{flex:1 1;padding:.5rem 1rem;border:1px solid #ebe3d6;border-radius:.5rem;font-size:.875rem;cursor:pointer;background:#fff}.filters__sort-select:focus{border-color:#8b5e3c;outline:none}.sidebar-filters__list{display:flex;flex-direction:column;gap:.5rem}.sidebar-filters__item{display:flex;align-items:center;justify-content:space-between;padding:.5rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}.sidebar-filters__item:hover{background:#f5efe6}.sidebar-filters__item--active{background:rgba(139,94,60,.1);color:#8b5e3c;font-weight:500}.sidebar-filters__count{font-size:.75rem;color:#999;background:#ebe3d6;padding:2px 8px;border-radius:9999px}.product-sorting{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:.5rem}.product-sorting__count{font-size:.875rem;color:#6b5b4f}.product-sorting__options{display:flex;align-items:center;gap:1rem}.product-sorting__label{font-size:.875rem;color:#6b5b4f}.product-sorting__select{padding:.25rem 1rem;border:1px solid #ebe3d6;border-radius:.25rem;font-size:.875rem;cursor:pointer;background:#fff}.product-sorting__select:focus{border-color:#8b5e3c;outline:none}.pagination{gap:.5rem;margin-top:3rem}.pagination,.pagination__btn{display:flex;align-items:center;justify-content:center}.pagination__btn{min-width:40px;height:40px;padding:0 .5rem;background:#fff;border:1px solid #ebe3d6;border-radius:.5rem;font-size:.875rem;cursor:pointer;transition:all .2s ease}.pagination__btn:hover:not(:disabled){border-color:#8b5e3c;color:#8b5e3c}.pagination__btn--active{background:#8b5e3c;border-color:#8b5e3c;color:#fff}.pagination__btn:disabled{opacity:.5;cursor:not-allowed}.pagination__ellipsis{color:#999}.product-page__layout{display:grid;grid-gap:2rem;gap:2rem}@media(min-width:1024px){.product-page__layout{grid-template-columns:280px 1fr}}.product-page__sidebar{display:none}@media(min-width:1024px){.product-page__sidebar{display:block}}.product-page__main{min-width:0}.productos-page{min-height:100vh;background-color:#f5efe6}.productos-hero{position:relative;background:linear-gradient(135deg,#0d2118,#2d5a27 40%,#3d7a35 70%,#4a8c40);color:#fff}.productos-hero__content{max-width:var(--container-max);margin:0 auto;position:relative;z-index:2;padding:1rem 1.5rem 3rem}@media(min-width:768px){.productos-hero__content{padding:1rem 1.5rem 3rem}}.productos-hero--pattern:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.15;background-image:radial-gradient(circle at 20% 50%,hsla(0,0%,100%,.12) 0,transparent 50%),radial-gradient(circle at 80% 30%,hsla(0,0%,100%,.08) 0,transparent 40%),radial-gradient(circle at 40% 80%,hsla(0,0%,100%,.06) 0,transparent 45%),radial-gradient(circle at 70% 70%,hsla(0,0%,100%,.05) 0,transparent 35%);background-size:100% 100%;pointer-events:none}.productos-hero__text{max-width:48rem}.productos-hero__title{font-size:1.875rem;font-family:var(--font-heading),"Georgia",serif;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2);margin-bottom:1rem;line-height:1.25}@media(min-width:768px){.productos-hero__title{font-size:2.25rem}}@media(min-width:1024px){.productos-hero__title{font-size:3rem}}.productos-hero__description{font-size:1.125rem;color:hsla(0,0%,100%,.8);line-height:1.625;max-width:42rem}@media(min-width:768px){.productos-hero__description{font-size:1.25rem}}.productos-hero__wave{position:absolute;bottom:-1px;left:0;right:0}.productos-hero__wave-svg{width:100%;height:3rem;filter:drop-shadow(0 -4px 12px rgba(0,0,0,.8));transition:filter .3s ease}@media(min-width:768px){.productos-hero__wave-svg{height:4rem}}.product-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 2px 8px rgba(45,90,39,.12);margin-bottom:2rem}@media(max-width:767px){.product-toolbar{flex-direction:column;align-items:stretch;gap:1rem}}.product-toolbar__filters{display:flex;flex-wrap:wrap;gap:.5rem}.product-toolbar__filter-pill{padding:.5rem 1rem;min-height:36px;background:#f5efe6;border:1px solid transparent;border-radius:1rem;font-size:.875rem;font-weight:500;color:#6b5b4f;cursor:pointer;transition:all .2s ease}.product-toolbar__filter-pill:hover{background:rgba(45,90,39,.1);color:#2d5a27;border-color:rgba(45,90,39,.3)}.product-toolbar__filter-pill:focus-visible{outline:2px solid #2d5a27;outline-offset:2px;box-shadow:0 0 0 4px rgba(45,90,39,.2)}.product-toolbar__filter-pill--active{background:#2d5a27;color:#fff;border-color:#2d5a27}.product-toolbar__filter-pill--active:hover{background:#0d2118;color:#fff}.product-toolbar__filter-pill--active:focus-visible{outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 4px rgba(45,90,39,.4)}.product-toolbar__sort{display:flex;align-items:center;gap:.5rem}.product-toolbar__sort-label{font-size:.875rem;color:#6b5b4f;white-space:nowrap}.product-toolbar__sort-select{padding:.5rem 2rem .5rem 1rem;min-height:36px;border:1px solid #ebe3d6;border-radius:1rem;font-size:.875rem;color:#3b2a1a;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b5b4f' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 12px center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s ease}.product-toolbar__sort-select:hover{border-color:#2d5a27}.product-toolbar__sort-select:focus-visible{border-color:#2d5a27;outline:2px solid #2d5a27;outline-offset:2px;box-shadow:0 0 0 4px rgba(45,90,39,.2)}.productos-section{padding:1rem;position:relative;background-color:#f5efe6;max-width:var(--container-max);margin:0 auto}@media(min-width:768px){.productos-section{padding:1rem}}.productos-features{padding:5rem 0;background-color:#f5efe6}@media(min-width:768px){.productos-features{padding:6rem 0}}.productos-features__header{text-align:center;margin-bottom:4rem}.productos-features__title{font-size:1.875rem;font-family:var(--font-heading),"Georgia",serif;font-weight:700;color:#3b2a1a;margin-bottom:1rem}@media(min-width:768px){.productos-features__title{font-size:2.25rem}}.productos-features__subtitle{color:#999;max-width:42rem;margin:0 auto}.productos-features__grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.productos-features__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.productos-features__grid{grid-template-columns:repeat(3,1fr)}}.productos-features__card{text-align:center;padding:2rem;border-radius:1rem;transition:background-color .2s ease}.productos-features__card:hover{background-color:rgba(45,90,39,.05)}.productos-features__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:transform .2s ease}.productos-features__card:hover .productos-features__icon{transform:scale(1.1)}.productos-features__icon-svg{width:48px;height:48px;color:#3cb55e}.productos-features__card-title{font-size:1.25rem;font-weight:600;color:#3b2a1a;margin-bottom:.5rem}.productos-features__card-text{color:#6b5b4f;line-height:1.625}