.products-catalog[data-v-ffb66f05]{background:#fff;min-height:100vh;padding:4rem 2rem;position:relative}.catalog-container[data-v-ffb66f05]{margin:0 auto;max-width:1400px;position:relative}.catalog-header[data-v-ffb66f05]{margin-bottom:0;position:relative;text-align:center}.catalog-header-illustration[data-v-ffb66f05]{display:flex;justify-content:center;margin-bottom:2rem}.header-illustration-image[data-v-ffb66f05]{height:auto;max-height:200px;max-width:600px;width:100%}.catalog-title[data-v-ffb66f05]{color:#242424;font-family:var(--font-heading);font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.catalog-subtitle[data-v-ffb66f05]{color:#333;font-family:var(--font-body);font-size:1.125rem;margin:0 auto;max-width:600px}.catalog-content[data-v-ffb66f05]{align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 400px;overflow:visible}.catalog-grid-wrapper[data-v-ffb66f05]{background:#fff;border:2px dashed #d4a574;border-radius:16px;padding:2rem}.catalog-grid[data-v-ffb66f05]{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.category-fade-enter-active[data-v-ffb66f05],.category-fade-leave-active[data-v-ffb66f05]{transition:opacity .4s ease,transform .4s ease}.category-fade-enter-from[data-v-ffb66f05]{opacity:0;transform:translateY(20px)}.category-fade-leave-to[data-v-ffb66f05]{opacity:0;transform:translateY(-20px)}.category-fade-enter-to[data-v-ffb66f05],.category-fade-leave-from[data-v-ffb66f05]{opacity:1;transform:translateY(0)}.card-list-enter-active[data-v-ffb66f05]{transition:all .5s ease;transition-delay:var(--delay,0s)}.card-list-leave-active[data-v-ffb66f05]{transition:all .3s ease}.card-list-enter-from[data-v-ffb66f05]{opacity:0;transform:translateY(30px) scale(.9)}.card-list-leave-to[data-v-ffb66f05]{opacity:0;transform:translateY(-20px) scale(.95)}.card-list-move[data-v-ffb66f05]{transition:transform .4s ease}.catalog-card[data-v-ffb66f05]{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:1rem;transition:transform .2s}.catalog-card[data-v-ffb66f05]:hover{transform:translateY(-4px)}.card-frame[data-v-ffb66f05]{align-items:center;aspect-ratio:3/4;background:#f5f5f5;border-radius:8px;display:flex;justify-content:center;overflow:hidden;padding:1rem;width:100%}.card-image[data-v-ffb66f05]{border-radius:4px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.card-title[data-v-ffb66f05]{color:#242424;display:-webkit-box;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;-webkit-line-clamp:2;line-height:1.3;margin:0;text-align:center;-webkit-box-orient:vertical;max-height:3em;overflow:hidden;text-overflow:ellipsis}.catalog-pagination[data-v-ffb66f05]{gap:1.5rem;margin-top:2rem}.catalog-pagination[data-v-ffb66f05],.pagination-arrow[data-v-ffb66f05]{align-items:center;display:flex;justify-content:center}.pagination-arrow[data-v-ffb66f05]{background:#fff;border:2px solid #242424;border-radius:50%;cursor:pointer;height:48px;transition:all .2s;width:48px}.pagination-arrow[data-v-ffb66f05]:hover:not(:disabled){background:#f5f5f5;transform:scale(1.1)}.pagination-arrow[data-v-ffb66f05]:disabled{cursor:not-allowed;opacity:.3}.pagination-arrow svg[data-v-ffb66f05]{color:#242424}.pagination-indicator[data-v-ffb66f05]{color:#242424;font-family:var(--font-body);font-size:1rem;font-weight:500}.catalog-sidebar[data-v-ffb66f05]{align-self:start;background:#fff;border:2px dashed #d4a574;border-radius:16px;min-height:500px;overflow:visible;padding:2rem;position:sticky;top:120px}.sidebar-content[data-v-ffb66f05]{position:relative;z-index:2}.sidebar-title[data-v-ffb66f05]{color:#242424;font-family:var(--font-heading);font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.category-dropdown-wrapper[data-v-ffb66f05]{margin-bottom:1.5rem;position:relative;z-index:10}.category-dropdown[data-v-ffb66f05]{align-items:center;background:#fff;border:3px solid #242424;border-radius:16px;color:#242424;cursor:pointer;display:flex;font-family:var(--font-body);font-size:1rem;justify-content:space-between;padding:1rem 1.25rem;position:relative;transition:all .2s;width:100%}.category-dropdown[data-v-ffb66f05]:before{border:3px dashed #242424;border-radius:20px;content:"";inset:-7px;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s}.category-dropdown[data-v-ffb66f05]:hover:before{opacity:1}.category-dropdown[data-v-ffb66f05]:hover{background:#f5f5f5}.category-dropdown-open[data-v-ffb66f05]{border-color:#ff4208}.category-dropdown-open[data-v-ffb66f05]:before{border-color:#ff4208;opacity:1}.category-dropdown-selected[data-v-ffb66f05]{flex:1;font-weight:500}.category-dropdown-arrow[data-v-ffb66f05]{color:#242424;flex-shrink:0;transition:transform .3s ease}.category-dropdown-arrow-open[data-v-ffb66f05]{transform:rotate(180deg)}.category-dropdown-menu[data-v-ffb66f05]{background:#fff;border:3px solid #242424;border-radius:16px;box-shadow:0 4px 12px #0000001a;left:0;max-height:300px;overflow:hidden;overflow-y:auto;position:absolute;right:0;top:calc(100% + 8px);z-index:100}.category-dropdown-item[data-v-ffb66f05]{border-bottom:1px solid #f0f0f0;color:#242424;cursor:pointer;font-family:var(--font-body);font-size:1rem;padding:1rem 1.25rem;transition:all .2s}.category-dropdown-item[data-v-ffb66f05]:last-child{border-bottom:none}.category-dropdown-item-active[data-v-ffb66f05],.category-dropdown-item[data-v-ffb66f05]:hover{background:#f5f5f5;color:#ff4208}.category-dropdown-item-active[data-v-ffb66f05]{font-weight:500}.sidebar-description[data-v-ffb66f05]{color:#333;font-size:1rem;margin-bottom:1.5rem}.sidebar-description[data-v-ffb66f05],.sidebar-feature[data-v-ffb66f05]{font-family:var(--font-body);line-height:1.6}.sidebar-feature[data-v-ffb66f05]{color:#666;font-size:.95rem;margin-bottom:2rem}.sidebar-button-primary[data-v-ffb66f05]{align-items:center;background:#ff4208;border:3px solid #242424;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-family:var(--font-body);font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;margin-bottom:1.5rem;padding:1rem 2rem;position:relative;transition:all .2s;width:100%}.sidebar-button-primary[data-v-ffb66f05]:before{border:3px dashed #242424;border-radius:20px;content:"";inset:-7px;pointer-events:none;position:absolute}.sidebar-button-primary[data-v-ffb66f05]:hover{background:#e03a07}.button-icon[data-v-ffb66f05]{flex-shrink:0}.sidebar-divider[data-v-ffb66f05]{margin:2rem 0;position:relative;text-align:center}.sidebar-divider[data-v-ffb66f05]:after,.sidebar-divider[data-v-ffb66f05]:before{background:#ddd;content:"";height:1px;position:absolute;top:50%;width:40%}.sidebar-divider[data-v-ffb66f05]:before{left:0}.sidebar-divider[data-v-ffb66f05]:after{right:0}.sidebar-divider span[data-v-ffb66f05]{background:#fff;color:#666;font-family:var(--font-body);font-size:.9rem;padding:0 1rem;position:relative;z-index:1}.sidebar-marketplaces[data-v-ffb66f05]{display:flex;flex-direction:row;gap:1rem}.marketplace-button[data-v-ffb66f05]{align-items:center;background:#f5f5f5;border:3px solid #242424;border-radius:16px;color:#242424;cursor:pointer;display:flex;flex:1;font-family:var(--font-body);font-size:.95rem;gap:.5rem;justify-content:center;padding:.875rem 1rem;position:relative;transition:all .2s}.marketplace-button[data-v-ffb66f05]:before{border:3px dashed #242424;border-radius:20px;content:"";inset:-7px;pointer-events:none;position:absolute}.marketplace-button[data-v-ffb66f05]:hover{background:#e8e8e8;border-color:#ff4208;color:#ff4208}.marketplace-icon[data-v-ffb66f05]{flex-shrink:0;height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.marketplace-text[data-v-ffb66f05]{flex:1;text-align:center}.sidebar-spiral[data-v-ffb66f05]{bottom:0;overflow:visible;pointer-events:none;position:absolute;right:-17px;top:0;width:37px;z-index:1}.spiral-image[data-v-ffb66f05]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}@media(max-width:1200px){.catalog-content[data-v-ffb66f05]{gap:3rem;grid-template-columns:1fr}.catalog-sidebar[data-v-ffb66f05]{min-height:auto}.sidebar-spiral[data-v-ffb66f05]{display:none}}@media(max-width:768px){.products-catalog[data-v-ffb66f05]{padding:2rem 1rem}.catalog-title[data-v-ffb66f05]{font-size:2rem}.catalog-content[data-v-ffb66f05]{display:flex;flex-direction:column;gap:2rem;position:relative}.catalog-sidebar-desktop[data-v-ffb66f05]{display:none}.catalog-mobile-spiral[data-v-ffb66f05]{align-items:center;display:flex;height:200px;justify-content:center;margin-bottom:-150px;margin-top:0;overflow:visible;padding:0 1.5rem;pointer-events:none;position:relative;transform:translateY(-15px);z-index:10}.mobile-spiral-image[data-v-ffb66f05]{display:block;height:auto;max-width:300px;position:relative;width:100%}.catalog-grid-wrapper[data-v-ffb66f05]{order:1;padding:1.5rem;position:relative;z-index:2}.catalog-mobile-header[data-v-ffb66f05]{background:#fff;border-radius:16px;display:block;margin-bottom:2rem;margin-top:0;padding:3.5rem 1.5rem 1.5rem;position:relative;z-index:3}.catalog-grid[data-v-ffb66f05]{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.card-title[data-v-ffb66f05]{font-size:1rem;line-height:1.2;max-height:2.4em}.catalog-sidebar-bottom-mobile[data-v-ffb66f05]{background:#fff;border:2px dashed #d4a574;border-radius:16px;display:block;order:2;padding:1.5rem}.sidebar-title[data-v-ffb66f05]{font-size:2rem;margin-bottom:1.5rem}}@media(min-width:769px){.catalog-mobile-header[data-v-ffb66f05],.catalog-mobile-spiral[data-v-ffb66f05]{display:none}.catalog-mobile-header[data-v-ffb66f05],.catalog-mobile-spiral[data-v-ffb66f05],.catalog-sidebar-bottom-mobile[data-v-ffb66f05]{display:none}.catalog-sidebar-desktop[data-v-ffb66f05]{display:block}}
