.about-jastip.svelte-h7bcrl{margin-top:4rem;margin-bottom:2rem;padding:2rem;background-color:var(--container-color);border-radius:1.5rem;box-shadow:var(--shadow-small);text-align:center}.about-title.svelte-h7bcrl{font-size:var(--h3-font-size);color:var(--title-color);margin-bottom:1rem}.about-content.svelte-h7bcrl p:where(.svelte-h7bcrl){font-size:var(--small-font-size);color:var(--text-color);line-height:1.6;margin-bottom:1rem}.quota-alert.svelte-h7bcrl{margin-bottom:1.5rem;padding:1rem;border-radius:1rem;display:flex;align-items:center;gap:.75rem;font-size:var(--small-font-size);box-shadow:var(--shadow-small);position:relative;z-index:10}.quota-alert.svelte-h7bcrl i:where(.svelte-h7bcrl){font-size:1.25rem}.quota-alert.full.svelte-h7bcrl{background-color:#ffebee;color:#c62828;border:1px solid #ffcdd2}.quota-alert.warning.svelte-h7bcrl{background-color:#fff3e0;color:#ef6c00;border:1px solid #ffe0b2}.sentinel.svelte-h7bcrl{height:20px;width:100%;display:flex;justify-content:center;align-items:center;margin-top:2rem;min-height:50px}.loading-spinner.svelte-h7bcrl{width:30px;height:30px;border:3px solid var(--first-color-light);border-top-color:var(--first-color);border-radius:50%;animation:svelte-h7bcrl-spin 1s linear infinite}@keyframes svelte-h7bcrl-spin{to{transform:rotate(360deg)}}.product-skeleton.svelte-h7bcrl{background-color:var(--container-color);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-small)}.skeleton-image.svelte-h7bcrl{width:100%;aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:svelte-h7bcrl-shimmer 1.5s infinite}.skeleton-content.svelte-h7bcrl{padding:.75rem}.skeleton-text.svelte-h7bcrl{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:svelte-h7bcrl-shimmer 1.5s infinite;border-radius:.5rem;margin-bottom:.5rem}.skeleton-title.svelte-h7bcrl{height:1rem;width:80%}.skeleton-price.svelte-h7bcrl{height:.875rem;width:50%}.skeleton-store.svelte-h7bcrl{height:.75rem;width:60%;margin-bottom:0}@keyframes svelte-h7bcrl-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.container.svelte-h7bcrl{max-width:1120px;margin-inline:1.5rem}.grid.svelte-h7bcrl{display:grid;gap:1.5rem}.section.svelte-h7bcrl{padding-block:2rem 1rem}.search-sticky-wrapper.svelte-h7bcrl{position:sticky;top:3.5rem;z-index:90;background-color:var(--body-color);padding-block:.75rem;margin-bottom:.5rem;transition:box-shadow .3s,border-bottom .3s;border-bottom:1px solid transparent}.search-sticky-wrapper.is-scrolled.svelte-h7bcrl{box-shadow:0 4px 12px #0000000d;border-bottom:1px solid var(--border-color)}@media screen and (min-width:1024px){.search-sticky-wrapper.svelte-h7bcrl{top:4.5rem}}.search-filter.svelte-h7bcrl{margin-bottom:2rem}.search-box.svelte-h7bcrl{display:flex;align-items:center;background-color:var(--container-color);border-radius:1rem;box-shadow:var(--shadow-small);overflow:hidden;border:2px solid transparent;transition:border-color .4s,box-shadow .4s}.search-box.svelte-h7bcrl:focus-within{border-color:var(--first-color);box-shadow:0 4px 12px var(--shadow-first-color)}.search-icon-wrapper.svelte-h7bcrl{padding-left:1rem;font-size:1.25rem;color:var(--text-color-light);display:flex;align-items:center;pointer-events:none}.search-input.svelte-h7bcrl{flex:1;padding:.875rem 1rem .875rem .75rem;background:none;border:none;color:var(--title-color);font-size:var(--normal-font-size);outline:none}.search-input.svelte-h7bcrl::placeholder{color:var(--text-color-light)}.search-submit-btn.svelte-h7bcrl{background-color:var(--first-color);color:var(--dark-color);border:none;padding:.875rem 1.25rem;font-weight:var(--font-bold);cursor:pointer;transition:all .3s ease;font-size:var(--small-font-size);display:flex;align-items:center;justify-content:center;min-width:max-content}.search-submit-btn.svelte-h7bcrl:active{transform:scale(.95);background-color:var(--first-color-alt)}.search-submit-btn.is-instagram.svelte-h7bcrl{display:none}.search-input.is-instagram.svelte-h7bcrl{padding-right:1.25rem}@media screen and (max-width:400px){.search-submit-btn.svelte-h7bcrl{display:none}.search-input.svelte-h7bcrl{padding-right:1.25rem}}.search-empty-hint.svelte-h7bcrl{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem;background-color:var(--first-color-light);border-radius:1rem;border:2px dashed var(--first-color);margin-bottom:1.5rem;animation:svelte-h7bcrl-slideDown .4s ease}.hint-content.svelte-h7bcrl{display:flex;align-items:center;gap:.75rem}.hint-icon.svelte-h7bcrl{font-size:2rem;color:var(--first-color);background-color:var(--container-color);padding:.5rem;border-radius:.75rem}.hint-text.svelte-h7bcrl h3:where(.svelte-h7bcrl){font-size:var(--small-font-size);color:var(--title-color);font-weight:var(--font-semi-bold);margin-bottom:.125rem}.hint-text.svelte-h7bcrl p:where(.svelte-h7bcrl){font-size:var(--smaller-font-size);color:var(--text-color);margin-bottom:0}@keyframes svelte-h7bcrl-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-buttons.svelte-h7bcrl{display:grid;grid-template-rows:repeat(2,auto);grid-auto-flow:column;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.filter-buttons.svelte-h7bcrl::-webkit-scrollbar{height:4px}.filter-buttons.svelte-h7bcrl::-webkit-scrollbar-thumb{background-color:var(--first-color);border-radius:4px}.filter-btn.svelte-h7bcrl{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background-color:var(--container-color);border:2px solid transparent;border-radius:.75rem;color:var(--text-color);font-size:var(--small-font-size);font-weight:var(--font-medium);white-space:nowrap;cursor:pointer;transition:all .4s;box-shadow:var(--shadow-small)}.filter-btn.svelte-h7bcrl i:where(.svelte-h7bcrl){font-size:1.125rem}.filter-btn.svelte-h7bcrl:hover{background-color:var(--first-color-light);border-color:var(--first-color);box-shadow:0 4px 8px #0000001a}.filter-btn.active.svelte-h7bcrl{background-color:var(--first-color);color:var(--dark-color);border-color:var(--first-color);box-shadow:0 4px 8px var(--shadow-first-color)}.empty-state.svelte-h7bcrl{text-align:center;padding:4rem 2rem;background-color:var(--container-color);border-radius:1.5rem;box-shadow:var(--shadow-small)}.empty-icon.svelte-h7bcrl{font-size:4rem;color:var(--first-color);margin-bottom:1rem}.empty-title.svelte-h7bcrl{font-size:var(--h2-font-size);color:var(--title-color);margin-bottom:.75rem}.empty-state.svelte-h7bcrl p:where(.svelte-h7bcrl){font-size:var(--h3-font-size);color:var(--title-color);font-weight:var(--font-semi-bold);margin-bottom:.5rem}.empty-description.svelte-h7bcrl{color:var(--text-color)!important;font-size:var(--small-font-size)!important;font-weight:var(--font-normal)!important;margin-bottom:2rem!important;max-width:320px;margin-inline:auto;line-height:1.5}.button-request.svelte-h7bcrl{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--first-color);color:var(--dark-color);padding:1rem 1.5rem;border-radius:1rem;font-weight:var(--font-semi-bold);transition:.3s;box-shadow:0 4px 12px var(--shadow-first-color);margin-top:.5rem}.button-request.svelte-h7bcrl:hover{transform:translateY(-3px);box-shadow:0 6px 16px var(--shadow-first-color);color:var(--dark-color)}.button-request.svelte-h7bcrl i:where(.svelte-h7bcrl){font-size:1.25rem}.search-results-info.svelte-h7bcrl{margin-bottom:1.5rem;padding:.75rem;background-color:var(--first-color-light);border-radius:.75rem;text-align:center;font-size:var(--small-font-size)}.end-of-list.svelte-h7bcrl{margin-top:3rem;margin-bottom:2rem;padding:1.25rem;background-color:var(--container-color);border-radius:1.25rem;border:2px dashed var(--first-color-light);display:flex;align-items:center;justify-content:space-between;gap:1rem}.end-content.svelte-h7bcrl{display:flex;align-items:center;gap:.75rem;text-align:left}.end-icon.svelte-h7bcrl{font-size:1.5rem;color:var(--first-color);background-color:var(--first-color-light);padding:.5rem;border-radius:.75rem}.end-text.svelte-h7bcrl h4:where(.svelte-h7bcrl){font-size:var(--small-font-size);color:var(--title-color);font-weight:var(--font-semi-bold);margin-bottom:.125rem}.end-text.svelte-h7bcrl p:where(.svelte-h7bcrl){font-size:var(--smaller-font-size);color:var(--text-color);margin-bottom:0}@media screen and (max-width:576px){.end-icon.svelte-h7bcrl,.end-text.svelte-h7bcrl p:where(.svelte-h7bcrl){display:none}.end-text.svelte-h7bcrl h4:where(.svelte-h7bcrl){font-size:var(--normal-font-size)}.end-of-list.svelte-h7bcrl{padding:1rem}}.button-request-small.svelte-h7bcrl{background-color:var(--first-color);color:var(--dark-color);padding:.625rem 1rem;border-radius:.75rem;font-size:var(--smaller-font-size);font-weight:var(--font-semi-bold);transition:.3s;white-space:nowrap}.button-request-small.svelte-h7bcrl:hover{transform:scale(1.05);color:var(--dark-color)}.menu__container.svelte-h7bcrl{grid-template-columns:repeat(2,1fr);gap:.75rem}@media screen and (min-width:576px){.menu__container.svelte-h7bcrl{grid-template-columns:repeat(3,160px);justify-content:center;gap:1rem}}@media screen and (min-width:768px){.section.svelte-h7bcrl{padding-block:5rem 1rem}.menu__container.svelte-h7bcrl{grid-template-columns:repeat(3,200px);gap:1.25rem}}@media screen and (min-width:1024px){.container.svelte-h7bcrl{margin-inline:auto}.menu__container.svelte-h7bcrl{grid-template-columns:repeat(4,220px);gap:1.25rem}}
