*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:#fff0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#000;color:#fff;line-height:1.6;overflow-x:hidden}@media screen and (min-width:1800px) and (max-width:1920px) and (orientation:landscape){html{font-size:18px}body{max-width:1920px;margin:0 auto}}@media screen and (min-width:1100px) and (max-width:1200px) and (orientation:portrait){html{font-size:17px}}.menu-container{max-width:1920px;margin:0 auto;padding:20px}.menu-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px;padding:40px 20px}@media screen and (min-width:1800px){.menu-categories-grid{grid-template-columns:repeat(4,1fr);gap:30px;padding:50px 40px}}@media screen and (max-width:1200px) and (orientation:portrait){.menu-categories-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.category-card{position:relative;border-radius:15px;overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;background-color:#111;box-shadow:0 4px 15px rgb(0 0 0 / .3);cursor:pointer;min-height:280px}.category-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 10px 30px rgb(212 175 55 / .4)}.category-card a{text-decoration:none;color:inherit;display:block}.category-image{width:100%;height:280px;object-fit:cover;display:block;transition:transform 0.3s ease}.category-card:hover .category-image{transform:scale(1.1)}.category-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgb(0 0 0 / .95) 0%,rgb(0 0 0 / .7) 50%,transparent 100%);padding:25px;min-height:100px}.category-title{font-size:26px;font-weight:700;color:#fff;margin:0;text-shadow:3px 3px 6px rgb(0 0 0 / .9);line-height:1.3}.products-page{min-height:100vh;background-color:#000}.back-navigation{padding:20px 40px;border-bottom:1px solid #333}.back-button{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:20px;font-weight:600;transition:all 0.3s ease;padding:12px 24px;border-radius:50px;background:rgb(212 175 55 / .1);min-height:60px}.back-button:hover{background:#d4af37;color:#000;transform:translateX(-5px)}.category-header{text-align:center;padding:50px 20px;border-bottom:3px solid #d4af37;margin-bottom:40px}.category-header h1{font-size:48px;font-weight:700;color:#d4af37;margin-bottom:15px;text-transform:uppercase;letter-spacing:2px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:35px;padding:30px}@media screen and (min-width:1800px){.products-grid{grid-template-columns:repeat(4,1fr);gap:40px;padding:40px}}@media screen and (max-width:1200px) and (orientation:portrait){.products-grid{grid-template-columns:repeat(2,1fr);gap:25px}}.product-card{background-color:#111;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgb(0 0 0 / .4);transition:all 0.3s ease;cursor:pointer}.product-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 8px 30px rgb(212 175 55 / .3)}.product-card a{text-decoration:none;color:inherit;display:block}.product-image-wrapper{width:100%;height:300px;overflow:hidden;background-color:#000;position:relative}.product-image{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.product-card:hover .product-image{transform:scale(1.1)}.product-info{padding:25px}.product-name{font-size:24px;font-weight:700;color:#fff;margin-bottom:12px;line-height:1.3;min-height:60px}.product-description{font-size:16px;color:#aaa;line-height:1.6;margin-bottom:18px;min-height:75px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:18px;border-top:2px solid #333}.product-price{font-size:28px;font-weight:700;color:#d4af37}.product-weight{font-size:15px;color:#888;font-weight:500}.splash-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;text-align:center;padding:40px}.splash-image{max-width:800px;width:90%;margin-bottom:50px;border-radius:20px;box-shadow:0 10px 40px rgb(212 175 55 / .3)}.splash-title{font-size:120px;font-weight:700;color:#d4af37;text-transform:uppercase;letter-spacing:10px;margin:30px 0;cursor:pointer;transition:all 0.3s ease}.splash-title:hover{transform:scale(1.05);text-shadow:0 0 30px rgb(212 175 55 / .8)}.language-selector-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#000 0%,#1a1a1a 100%);padding:40px;position:relative}.language-selector-page::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/wp-content/themes/images/fundal2.webp);background-size:cover;background-position:center;opacity:.3;z-index:0}.language-content{position:relative;z-index:1;text-align:center}.language-logo{width:300px;margin-bottom:60px;filter:drop-shadow(0 10px 30px rgb(212 175 55 / .3))}.language-title{font-size:80px;font-weight:700;color:#d4af37;margin-bottom:80px;text-transform:uppercase;letter-spacing:15px;text-shadow:0 5px 20px rgb(0 0 0 / .8)}.language-options{display:flex;gap:60px;justify-content:center}.language-option{text-decoration:none;transition:all 0.3s ease}.language-flag-large{width:250px;height:250px;border-radius:50%;border:5px solid #333;transition:all 0.3s ease;box-shadow:0 10px 30px rgb(0 0 0 / .5)}.language-option:hover .language-flag-large{transform:scale(1.1) rotate(5deg);border-color:#d4af37;box-shadow:0 15px 50px rgb(212 175 55 / .5)}.loading{text-align:center;padding:60px 20px;color:#d4af37;font-size:24px}.no-products{text-align:center;padding:80px 20px;color:#888;font-size:22px}.no-products p{margin:15px 0}button,a,.category-card,.product-card,.back-button,.language-option{min-width:44px;min-height:44px}html{scroll-behavior:smooth}.category-title,.product-name,.splash-title,.language-title{user-select:none;-webkit-user-select:none}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 0.6s ease forwards}.category-card,.product-card{animation:fadeIn 0.6s ease forwards}.category-card:nth-child(1),.product-card:nth-child(1){animation-delay:0.05s}.category-card:nth-child(2),.product-card:nth-child(2){animation-delay:0.1s}.category-card:nth-child(3),.product-card:nth-child(3){animation-delay:0.15s}.category-card:nth-child(4),.product-card:nth-child(4){animation-delay:0.2s}@media print{.site-header,.back-navigation,.language-selector-page{display:none}body{background:#fff;color:#000}.category-card,.product-card{break-inside:avoid;page-break-inside:avoid}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}@media (prefers-contrast:high){.category-card,.product-card{border:3px solid #fff}.product-price,.category-title{text-shadow:none;background:#d4af37;color:#000;padding:5px 10px;display:inline-block}}.trp-floating-switcher{display:flex;flex-direction:column-reverse;position:fixed;z-index:99999;overflow:hidden;padding:var(--switcher-padding,10px);border:var(--border,none);border-radius:var(--border-radius,8px);background:var(--bg,#fff);width:var(--switcher-width,auto);top:var(--top,unset);right:var(--right,unset);bottom:var(--bottom,unset);left:var(--left,unset);box-shadow:0 10px 20px 0 #0000000D}.trp-floating-switcher .trp-switcher-dropdown-list{flex-direction:column-reverse}.trp-switcher-position-top.trp-floating-switcher{flex-direction:column;top:var(--wp-admin--admin-bar--height,0)}.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list{flex-direction:column}nav.trp-ls-inline .trp-language-switcher-inner{flex-direction:row}.trp-ls-inline.trp-opposite-language .trp-language-item{width:100%}#trp-floater-powered-by{color:var(--text,#b3b3b3);font-size:12px;text-align:center;padding:0 5px;opacity:70%}#trp-floater-powered-by a{color:var(--text,#b3b3b3)}.trp-switcher-position-bottom #trp-floater-powered-by{border-top:1px solid var(--border-color,#747474);padding-top:5px;margin-top:5px}.trp-switcher-position-top #trp-floater-powered-by{border-bottom:1px solid var(--border-color,#747474);padding-bottom:5px;margin-bottom:5px}.trp-shortcode-switcher__wrapper{position:relative;border:none}.trp-shortcode-switcher{position:static;display:inline-block;overflow:hidden;padding:10px 0;border:var(--border,none);border-radius:var(--border-radius,5px);background:var(--bg,#fff);width:auto;box-shadow:none}.trp-shortcode-anchor:not(.trp-opposite-button){visibility:hidden}.trp-shortcode-switcher.trp-open-on-click{cursor:pointer}.trp-shortcode-overlay{position:absolute;left:0;top:0;z-index:9999}.trp-current-language-item__wrapper:not(.trp-hide-arrow){display:flex;align-items:center;padding-right:10px;justify-content:space-between}.trp-language-switcher-inner{display:flex}.trp-floating-switcher .trp-language-switcher-inner{flex-direction:column-reverse}.trp-shortcode-switcher .trp-language-switcher-inner{flex-direction:column}.trp-switcher-dropdown-list{display:flex;overflow-y:hidden;transition:max-height 0.2s ease-in-out;max-height:0;transition-duration:var(--transition-duration)}.trp-shortcode-switcher .trp-switcher-dropdown-list{flex-direction:column}.trp-ls-dropdown.is-open .trp-switcher-dropdown-list,.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list{overflow-y:auto;max-height:min(350px, 70vh);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--text) #fff0}.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list{overflow-y:hidden!important}.trp-shortcode-arrow{pointer-events:none}.trp-shortcode-switcher.is-open .trp-shortcode-arrow{transform:rotate(180deg)}.trp-language-item:focus{outline:none}.trp-language-item:focus-visible{outline:2px solid var(--text);outline-offset:-2px}.trp-language-item{display:flex;align-items:center;gap:8px;padding:7px 16px;text-decoration:none;min-height:19px;box-sizing:content-box}.trp-language-item:hover{background:var(--bg-hover,#f3f3f3)}.trp-language-item:hover .trp-language-item-name{color:var(--text-hover,#000)}.trp-language-item__current{pointer-events:none;cursor:default}.trp-language-item-name{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text,#000);font-size:var(--font-size,14px);line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:400}.trp-flag-image{border-radius:var(--flag-radius,0)!important;aspect-ratio:var(--aspect-ratio,4/3)!important;width:var(--flag-size,18px)!important;display:inline-block!important;height:auto!important}.trp-menu-ls-label .trp-flag-image{margin:-2px 3px}.trp-custom-flag{object-fit:cover}.trp-switcher-dropdown-list::-webkit-scrollbar{width:6px}.trp-switcher-dropdown-list::-webkit-scrollbar-track{background:#fff0}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:4px}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover{background-color:var(--text-hover)}.trp-flag-rounded{border-radius:9999px!important;aspect-ratio:1 / 1!important}.trp-ls-name{padding-left:5px}@media (prefers-reduced-motion:reduce){.trp-switcher-dropdown-list{transition:none!important}}.trp_ald_ls_container img.trp-flag-image{padding-top:0!important}.trp_ald_ls_container .trp-language-switcher{position:relative;display:inline-block;padding:0;border:0;box-sizing:border-box}.trp_ald_ls_container .trp-language-switcher>div{box-sizing:border-box;padding-right:20px;padding-bottom:3px;padding-left:13px;border:1px solid #c1c1c1;border-radius:3px;background-color:#fff}.trp_ald_ls_container .trp-language-switcher>div>a{display:block;padding:2px;border-radius:3px;color:#0769ad}.trp_ald_ls_container .trp-language-switcher>div>a:hover{background:#f1f1f1}.trp_ald_ls_container .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language{cursor:default}.trp_ald_ls_container .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language:hover{background:none}.trp_ald_ls_container .trp-language-switcher>div>a>img{display:inline;margin:0 3px;width:18px;height:12px;border-radius:0}.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{display:inline-block}.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language,.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{visibility:hidden}.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{display:inline-block;height:1px;overflow:hidden;visibility:hidden;z-index:1;max-height:250px;overflow-y:auto;left:0;top:0;min-height:auto}.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language,.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{visibility:visible;max-height:250px;height:auto;overflow-y:auto;position:absolute;left:0;top:0;display:inline-block!important;min-height:auto}#trp_ald_x_button{z-index:0!important}