@charset "UTF-8";.product-card{transition:transform .3s cubic-bezier(.2,0,.2,1),box-shadow .3s cubic-bezier(.2,0,.2,1);overflow:hidden;border-radius:12px;border:1px solid rgba(56,20,7,.1);will-change:transform;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-4px)}.product-card--featured{background-image:linear-gradient(135deg,rgba(242,192,55,.1) 0%,transparent 70%),radial-gradient(circle at 100% 100%,rgba(155,78,44,.08) 0%,transparent 50%);border:2px solid #F2C037;box-shadow:0 4px 16px #f2c03733}.product-image-container{background-color:#f8f2e480;position:relative;isolation:isolate;z-index:1;aspect-ratio:1/1;width:100%;padding:0;margin:0;overflow:hidden;border-radius:12px 12px 0 0}.product-image{width:100%;height:100%;backface-visibility:visible;transform-style:preserve-3d;will-change:transform;aspect-ratio:1/1;object-position:center;object-fit:cover}.product-image:hover{transform:scale(1.08)}.bg-cream{background-color:#f8f2e480!important}.decorative-line{flex:1;height:1px;background:linear-gradient(to right,transparent,rgba(56,20,7,.2),transparent)}.destacado-badge{border-radius:4px;font-size:.85rem;animation:pulse 2s infinite}.add-button{box-shadow:0 2px 5px #38140733;transition:transform .2s cubic-bezier(.2,0,.2,1),box-shadow .2s cubic-bezier(.2,0,.2,1);will-change:transform,box-shadow}.add-button:hover{transform:scale(1.1);box-shadow:0 4px 8px #3814074d}.variant-thumbnail{width:40px;height:40px;border:2px solid transparent;transition:transform .2s cubic-bezier(.2,0,.2,1),border-color .2s ease;will-change:transform}.variant-active{border-color:#381407!important;transform:translateY(-2px)}@keyframes pulse{0%{box-shadow:0 0 #f2c037b3}70%{box-shadow:0 0 0 6px #f2c03700}to{box-shadow:0 0 #f2c03700}}.price-range-filter[data-v-250c59b4]{padding:0 .5rem}.product-filters[data-v-4de318a1]{width:100%;max-width:100%}.filter-card[data-v-4de318a1]{position:sticky;top:1rem;width:100%;overflow:hidden}.productos-page{background-color:#ffeed0;min-height:calc(100vh - var(--header-height));display:flex;flex-direction:column}.filters-drawer{background-color:#f8f3e9!important}.filters-container{background-color:#f8f3e9;border-radius:12px;box-shadow:0 1px 5px #0003;height:100%;position:relative}.products-container{background-color:#f8f3e9;border-radius:12px;position:relative;box-shadow:0 1px 5px #0003;height:100%;min-height:800px;flex:1}.product-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:16px;width:100%}@media (min-width: 600px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1440px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-cell{width:100%;margin-bottom:16px}.product-cell-skeleton{margin-bottom:16px}.product-skeleton{aspect-ratio:1/1}.pagination-container{min-height:40px}.empty-state{grid-column:1/-1}
