@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&family=JetBrains+Mono:wght@700&display=swap");.sorvete_content__FJUH2{font-family:Quicksand,sans-serif;color:#333;padding:2rem;min-height:100vh;background-color:#f8f9fa}.sorvete_sectionTitle__813WY{font-family:JetBrains Mono,monospace;font-size:2.5rem;color:#c41e3a;text-align:center;margin-bottom:3rem}.sorvete_productsGrid__iLLrZ{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.sorvete_card__Ifl00{background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.sorvete_card__Ifl00:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.sorvete_productImage__ynATL{width:100%;height:200px;object-fit:cover}.sorvete_productTextCard__oGDAA{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.sorvete_productTextCard__oGDAA h3{font-size:1.5rem;color:#c41e3a;margin-bottom:1rem}.sorvete_featuresList__cTrkC ul{list-style:none;margin:0;padding:0}.sorvete_featuresList__cTrkC li{padding:.5rem 0;border-bottom:1px solid #f0f0f0;font-weight:600;color:#555}.sorvete_featuresList__cTrkC li:last-child{border-bottom:none}.sorvete_footer___zsj2{background:#2c3e50;color:#ecf0f1;padding:3rem 2rem 1.5rem;margin-top:4rem}.sorvete_footerContent___y0m_{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto;gap:2.5rem}.sorvete_footerSection__xi49n{flex:1 1;min-width:200px}.sorvete_footerSection__xi49n h4{font-family:JetBrains Mono,monospace;font-size:1.2rem;margin-bottom:1.2rem;color:#fff;font-weight:600}.sorvete_footerLinksList__b4OZ_{list-style:none;padding:0}.sorvete_footerLinksList__b4OZ_ li{margin-bottom:.8rem}.sorvete_footerLinksList__b4OZ_ a{color:#bdc3c7;text-decoration:none;transition:color .3s ease;font-weight:400}.sorvete_footerLinksList__b4OZ_ a:hover{color:#c41e3a}.sorvete_footerBottom__STRYp{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #34495e;padding-top:1.5rem;margin-top:2.5rem;max-width:1200px;margin-left:auto;margin-right:auto;font-size:.9rem}.sorvete_policyLinks__mb8qI{display:flex;gap:1rem}.sorvete_policyLinks__mb8qI a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.sorvete_policyLinks__mb8qI a:hover{color:#c41e3a}.sorvete_cardButton__Dm6hL{background:none;border:none;padding:0;cursor:pointer;text-align:inherit;width:100%}.sorvete_cardButton__Dm6hL:focus-visible{outline:2px solid #c41e3a;outline-offset:3px}.sorvete_modalOverlay___MFRz{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;z-index:2000}.sorvete_modal__JtBN6{background:#fff;border-radius:16px;padding:2rem;max-width:420px;width:90%;position:relative;box-shadow:0 18px 35px rgba(0,0,0,.25);font-family:Quicksand,sans-serif;max-height:90vh;overflow-y:auto}.sorvete_modal__JtBN6 h3{font-family:JetBrains Mono,monospace;font-size:1.6rem;color:#c41e3a;margin-bottom:1rem}.sorvete_modalDescription__HiDlk{margin-bottom:1rem;color:#555}.sorvete_modalList__Y2LdT{list-style:disc;padding-left:1.3rem;color:#555;font-weight:600}.sorvete_modalList__Y2LdT li+li{margin-top:.4rem}.sorvete_modalClose__8wn7u{position:absolute;top:.6rem;right:.8rem;border:none;background:transparent;font-size:1.6rem;cursor:pointer;color:#999;line-height:1;transition:color .2s ease}.sorvete_modalClose__8wn7u:hover{color:#c41e3a}.sorvete_modalProductsGrid__InAh_{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1rem}.sorvete_modalProductCard__pQvVh{background:#f8f9fa;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.sorvete_modalProductImage__8WkZ8{width:100%;height:120px;object-fit:cover}.sorvete_modalProductInfo__KCq_4{padding:.8rem .9rem 1rem;display:flex;flex-direction:column;gap:.4rem}.sorvete_modalProductInfo__KCq_4 h4{font-size:.95rem;color:#333}.sorvete_modalProductPrice___zC0S{font-weight:700;color:#c41e3a}.sorvete_addToCartButton__eB5oT{margin-top:.3rem;padding:.45rem .8rem;border-radius:999px;border:none;cursor:pointer;background-color:#22c55e;color:#fff;font-size:.85rem;font-weight:700;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.sorvete_addToCartButton__eB5oT:hover{background-color:#16a34a;transform:translateY(-1px);box-shadow:0 6px 16px rgba(34,197,94,.35)}.sorvete_removeFromCartButton__kj3ck{margin-top:.3rem;padding:.45rem .8rem;border-radius:999px;border:none;cursor:pointer;background-color:#ef4444;color:#fff;font-size:.85rem;font-weight:700;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.sorvete_removeFromCartButton__kj3ck:hover{background-color:#dc2626;transform:translateY(-1px);box-shadow:0 6px 16px rgba(239,68,68,.35)}@media (max-width:768px){.sorvete_content__FJUH2{padding:1rem}.sorvete_sectionTitle__813WY{font-size:2rem}.sorvete_productsGrid__iLLrZ{grid-template-columns:1fr;gap:1.5rem}.sorvete_modal__JtBN6{padding:1.2rem;width:94%;max-height:92vh}.sorvete_modalProductsGrid__InAh_{grid-template-columns:1fr}.sorvete_modalProductImage__8WkZ8{height:100px;object-fit:cover}.sorvete_footerBottom__STRYp,.sorvete_footerContent___y0m_{flex-direction:column;text-align:center}.sorvete_footerBottom__STRYp{gap:1rem}}