.menuWrapper{display:flex;flex-direction:column;min-height:100vh;background-color:black;color:white;padding:2rem;font-family:Arial,sans-serif}.languagesWrapper,.logoWrapper{margin:0 auto 2rem}.languagesWrapper{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.language,.languageSelected{width:40px;height:auto;padding:8px;cursor:pointer;transition:.3s}.language:hover{transform:scale(1.1)}.languageSelected{background-color:white;border-radius:50%}.menuItemsWrapper{display:flex;flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;width:100%}.categorySection{margin-bottom:3rem;border-bottom:2px solid #444;padding-bottom:1.5rem}.categoryTitle{font-size:2rem;margin-bottom:1.5rem;color:#fff;text-transform:uppercase;letter-spacing:1px;position:relative;padding-bottom:.5rem}.categoryTitle::selection{background-color:green;color:white}.categoryTitle:after{content:"";position:absolute;bottom:0;left:0;width:100px;height:3px;background:#fff}.menuItemWrapper{border-bottom:1px solid #333;padding:1rem 0;position:relative}.itemName{font-size:1.3rem;margin-bottom:.5rem;color:#fff;padding-right:100px}.itemName::selection{background-color:white;color:black}.descriptionWrapper{display:flex;flex-wrap:wrap;width:90%;gap:1rem;margin-bottom:1rem}.descriptionItem{font-size:.9rem;color:#ccc}.descriptionItem::selection{background-color:red;color:white}.priceBox{position:absolute;right:0;top:0;background:#333;padding:.5rem 1rem;border-radius:5px;display:flex;flex-direction:column;align-items:center;border:1px solid #555}.priceCurrency{font-size:.7rem;color:#aaa}.priceValue{font-size:1.2rem;font-weight:700;color:#fff}.loadingText{text-align:center;color:#ccc;font-style:italic}.phoneNumber{position:fixed;bottom:20px;right:20px;background:#333;padding:.8rem 1.2rem;border-radius:30px;display:flex;align-items:center;gap:.5rem;border:1px solid #555;cursor:pointer;color:white;text-decoration:none;font-weight:700}.phoneNumber:hover{background-color:rgb(109,109,109)}@media (max-width:768px){.menuWrapper{padding:1rem}.logoWrapper img{width:250px;height:auto}.categoryTitle{font-size:1.5rem}.itemName{font-size:1.1rem;padding-right:80px}.priceBox{padding:.3rem .8rem}.descriptionItem{margin-right:.3rem}.descriptionWrapper{gap:0;width:76%}}.suggestionModalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;box-sizing:border-box}.suggestionModalContent{background-color:#fff;padding:30px;border-radius:10px;max-width:600px;width:90%;box-shadow:0 5px 15px rgba(0,0,0,.3);position:relative;max-height:90vh;overflow-y:auto;color:#333}.closeModalButton{position:absolute;top:15px;right:15px;background:none;border:none;font-size:2em;cursor:pointer;color:#777;padding:0;line-height:1}.closeModalButton:hover{color:#333}.suggestionModalContent h2{color:#a04f4f;margin-top:0;margin-bottom:20px;text-align:center}.upsellNotes{background-color:#f0f8ff;border-left:4px solid #a04f4f;padding:10px 15px;margin-bottom:20px;border-radius:5px}.upsellNotes p{margin:5px 0;font-style:italic;font-size:.95em;line-height:1.4}.suggestionCategory{margin-bottom:25px}.suggestionCategory h3{font-size:3rem;font-weight:600}.suggestionModalContent h2{color:black;font-weight:600}.suggestionCategory h3{color:#555;border-bottom:1px solid #eee;padding-bottom:8px;margin-bottom:15px;font-size:1.2em}.suggestionCategory ul{list-style:none;padding:0;margin:0}.suggestionCategory li{padding:8px 0;border-bottom:1px dashed #eee;font-size:1em;display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap}.suggestionCategory li:last-child{border-bottom:none}.suggestedDescription{font-size:.85em;color:#888;flex-basis:100%;text-align:left}.seeSuggestionButton{color:white;padding:5px 10px;border-radius:5px;cursor:pointer;font-size:.8em;text-align:center;margin-top:5px;transition:background-color .2s ease;width:40%;border:.5px solid white}.seeSuggestionButton:hover{background-color:#7c3b3b}.noSuggestionPlaceholder{height:32px;margin-top:5px}@media (max-width:600px){.suggestionModalContent{padding:20px;width:95%}.closeModalButton{font-size:1.8em;top:10px;right:10px}}