body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--navbar-height:70px;--primary-color:#e8a46a;--dark-color:#333;--light-color:#fff;--navbar-bg-scrolled:var(--light-color);--navbar-link-color-initial:var(--light-color);--navbar-link-color-scrolled:var(--dark-color);--mobile-menu-bg:#333333fa;--transition-speed:0.4s}.navbar{align-items:center;background-color:initial;display:flex;font-size:1.1rem;height:70px;height:var(--navbar-height);justify-content:center;position:fixed;top:0;transition:background-color .4s ease,box-shadow .4s ease;transition:background-color var(--transition-speed) ease,box-shadow var(--transition-speed) ease;width:100%;z-index:999}.navbar.scrolled{background-color:#fff;background-color:var(--navbar-bg-scrolled);box-shadow:0 2px 5px #0000001a}.navbar-container{align-items:center;display:flex;height:70px;height:var(--navbar-height);justify-content:space-between;max-width:1200px;padding:0 20px;width:100%}.navbar-logo{color:#fff;color:var(--navbar-link-color-initial);cursor:pointer;font-size:1.6rem;font-weight:700;justify-self:start;text-decoration:none;text-shadow:1px 1px 2px #00000080;transition:color .4s ease;transition:color var(--transition-speed) ease}.navbar-logo:hover{color:#e8a46a;color:var(--primary-color)}.navbar.scrolled .navbar-logo{color:#333;color:var(--navbar-link-color-scrolled);text-shadow:none}.navbar.scrolled .navbar-logo:hover{color:#e8a46a;color:var(--primary-color)}.navbar-menu{list-style:none;text-align:center}.navbar-item,.navbar-menu{align-items:center;display:flex}.navbar-item{height:70px;height:var(--navbar-height)}.navbar-link{align-items:center;border-bottom:3px solid #0000;color:#fff;color:var(--navbar-link-color-initial);display:flex;height:100%;padding:.5rem 1rem;text-decoration:none;text-shadow:1px 1px 2px #00000080;transition:all .4s ease;transition:all var(--transition-speed) ease}.navbar-link:hover{border-bottom:3px solid #e8a46a;border-bottom:3px solid var(--primary-color);color:#e8a46a;color:var(--primary-color)}.navbar.scrolled .navbar-link{color:#333;color:var(--navbar-link-color-scrolled);text-shadow:none}.navbar.scrolled .navbar-link:hover{border-bottom:3px solid #e8a46a;border-bottom:3px solid var(--primary-color);color:#e8a46a;color:var(--primary-color)}.navbar-toggle{background:none;border:none;cursor:pointer;display:none;padding:10px;z-index:1001}.burger-line{background-color:#fff;background-color:var(--navbar-link-color-initial);border-radius:2px;height:3px;margin:5px 0;transition:all .4s ease-in-out;transition:all var(--transition-speed) ease-in-out;width:28px}.navbar.scrolled .burger-line{background-color:#333;background-color:var(--navbar-link-color-scrolled)}.mobile-menu{align-items:center;background-color:#333333fa;background-color:var(--mobile-menu-bg);display:flex;flex-direction:column;height:100vh;justify-content:center;left:-100%;opacity:0;position:fixed;top:0;transition:left .4s ease-in-out,opacity .4s ease-in-out;transition:left var(--transition-speed) ease-in-out,opacity var(--transition-speed) ease-in-out;visibility:hidden;width:100%;z-index:1000}.mobile-menu.open{left:0;opacity:1;visibility:visible}.mobile-menu-items{list-style:none;padding:0;text-align:center}.mobile-navbar-item{margin:2rem 0}.mobile-navbar-link{color:#fff;color:var(--light-color);font-size:2rem;text-decoration:none;transition:color .4s ease;transition:color var(--transition-speed) ease}.mobile-navbar-link:hover{color:#e8a46a;color:var(--primary-color)}@media screen and (max-width:960px){.desktop-menu{display:none}.navbar-toggle{display:block}.navbar.scrolled .navbar-toggle.open .burger-line,.navbar:not(.scrolled) .navbar-toggle.open .burger-line{background-color:#fff;background-color:var(--light-color)}.navbar-toggle.open .line1{transform:rotate(45deg) translate(5px,5px)}.navbar-toggle.open .line2{opacity:0}.navbar-toggle.open .line3{transform:rotate(-45deg) translate(7px,-6px)}.language-switcher-mobile-inline{align-items:center;display:flex!important;margin-right:10px}}.hero-section{align-items:center;background-color:#000;color:var(--light-color);display:flex;height:100vh;justify-content:center;overflow:hidden;padding:0 20px;position:relative;text-align:center}.hero-background-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}.hero-content{animation:fadeIn 1.5s ease-in-out;max-width:800px;position:relative;z-index:2}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px #00000080}.hero-subtitle{font-size:1.4rem;font-weight:300;margin-bottom:2rem;text-shadow:1px 1px 3px #00000080}.hero-cta-button{background-color:var(--primary-color);border:none;border-radius:5px;color:var(--dark-color);cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;padding:12px 30px;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.hero-cta-button:hover{background-color:#d48c53;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.scroll-down-arrow{animation:bounce 2s ease-in-out infinite;bottom:30px;cursor:pointer;height:30px;left:50%;position:absolute;transform:translateX(-50%);width:30px;z-index:3}.scroll-down-arrow:before{border-bottom:3px solid var(--light-color);border-right:3px solid var(--light-color);content:"";height:15px;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%) rotate(45deg);transition:border-color .3s ease;width:15px}.scroll-down-arrow:hover:before{border-color:var(--primary-color)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media screen and (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta-button{font-size:1rem;padding:10px 25px}.scroll-down-arrow{bottom:20px}}@media screen and (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-section{background-color:#f9f9f9;padding:60px 0}.container{margin:0 auto;padding:0 20px}.section-title{color:var(--dark-color);font-size:2.5rem;margin-bottom:40px;position:relative;text-align:center}.section-title:after{background-color:var(--primary-color);border-radius:2px;content:"";display:block;height:4px;margin:10px auto 0;width:60px}.about-content{align-items:center;display:flex;gap:3rem}.about-text{color:#555;flex:1.2 1;font-size:1rem;line-height:1.7}.about-text p{margin-bottom:1rem}.about-image-container{flex:1 1;text-align:center}.about-image{border-radius:8px;box-shadow:0 5px 15px #00000026;height:auto;max-width:100%}@media screen and (max-width:768px){.about-content{flex-direction:column;gap:2rem}.about-text{flex:none;padding:0 10px;text-align:center}.about-image-container{flex:none;margin-bottom:1.5rem;order:-1}.section-title{font-size:2rem}}.product-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.product-card-image-container{overflow:hidden;padding-top:75%;position:relative;width:100%}.product-card-image{display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .3s ease;width:100%}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-content{padding:1.2rem}.product-card-name{color:var(--dark-color);font-size:1.3rem;margin-bottom:.5rem}.product-card-description{color:#555;flex-grow:1;font-size:.95rem;line-height:1.5;margin-bottom:1rem}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.featured-products-section{background-color:#fff;overflow:hidden;padding:60px 0 80px;position:relative}.section-subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin:-20px auto 40px;max-width:700px;text-align:center}.product-swiper-container{margin:0 auto;max-width:1300px;padding:0 50px;position:relative}.product-swiper{cursor:grab;margin:0 -10px;padding-bottom:50px}.product-swiper.swiper-dragging{cursor:grabbing}.swiper-slide{align-items:stretch;display:flex;height:auto}.product-swiper-container .swiper-button-next,.product-swiper-container .swiper-button-prev{background-color:#ffffffe6;border-radius:50%;box-shadow:0 2px 5px #00000026;color:#e67e22;color:var(--primary-color,#e67e22);height:44px;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s ease,color .3s ease,opacity .3s ease;width:44px;z-index:10}.product-swiper-container .swiper-button-next:hover,.product-swiper-container .swiper-button-prev:hover{background-color:#e67e22;background-color:var(--primary-color,#e67e22);color:#fff}.product-swiper-container .swiper-button-next:after,.product-swiper-container .swiper-button-prev:after{font-size:18px;font-weight:700}.product-swiper-container .swiper-button-prev{left:10px}.product-swiper-container .swiper-button-next{right:10px}.product-swiper .swiper-pagination{bottom:15px;position:absolute;width:100%;z-index:10}.product-swiper .swiper-pagination-bullet{background-color:#aaa;display:inline-block;height:12px;margin:0 6px!important;opacity:.6;transition:background-color .3s ease,opacity .3s ease,transform .3s ease;width:12px}.product-swiper .swiper-pagination-bullet-active{background-color:#e67e22;background-color:var(--primary-color,#e67e22);opacity:1;transform:scale(1.1)}.product-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100%}.product-card img{height:220px;object-fit:cover;width:100%}.product-card-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:1.2rem 1.3rem}.product-card-content h3{color:#333;font-size:1.3rem;margin-bottom:.6rem;min-height:2.6em}.product-card-content p{color:#666;font-size:.95rem;line-height:1.55;margin-bottom:1rem}@media screen and (max-width:767px){.product-swiper-container{padding:0 40px}.product-swiper-container .swiper-button-prev{left:5px}.product-swiper-container .swiper-button-next{right:5px}.featured-products-section{padding:60px 0 70px}.product-swiper{padding-bottom:45px}.product-swiper .swiper-pagination-bullet{height:10px;width:10px}}@media screen and (max-width:639px){.product-swiper-container{padding:0 35px}.product-swiper-container .swiper-button-next,.product-swiper-container .swiper-button-prev{height:36px;width:36px}.product-swiper-container .swiper-button-next:after,.product-swiper-container .swiper-button-prev:after{font-size:14px}.product-swiper-container .swiper-button-prev{left:2px}.product-swiper-container .swiper-button-next{right:2px}.product-swiper .swiper-pagination-bullet{height:9px;margin:0 4px!important;width:9px}.product-swiper{padding-bottom:40px}}.opening-hours-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:1.5rem}.hours-title{color:var(--dark-color);font-size:1.6rem;margin-bottom:1.5rem;text-align:center}.hours-list{list-style:none;margin:0;padding:0}.hours-item{border-bottom:1px solid #eee;color:#444;display:flex;font-size:1rem;justify-content:space-between;padding:.8rem 0}.hours-item:last-child{border-bottom:none}.day-name{font-weight:700;margin-right:1rem}.hours-details{text-align:right}.hours-note{color:#777;font-size:.9rem;line-height:1.4;margin-top:1.5rem;text-align:center}@media screen and (max-width:480px){.hours-title{font-size:1.4rem}.hours-item{align-items:flex-start;flex-direction:column;font-size:.95rem;gap:.2rem}.hours-details{padding-left:10px;text-align:left}}.location-map-container{padding:1.5rem}.location-title{color:#fff;font-size:1.6rem;margin-bottom:1.5rem;text-align:center}.address-container{margin-bottom:2rem;text-align:center}.address-text{color:#fff;font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.address-text a{color:#fff;font-weight:700;text-decoration:none}.address-text a:hover{text-decoration:underline}.map-link-button{background-color:var(--primary-color);border-radius:5px;color:var(--dark-color);display:inline-block;font-size:.95rem;margin-top:.5rem;padding:8px 18px;text-decoration:none;transition:background-color .3s ease}.map-link-button:hover{background-color:#d48c53}.map-embed-container{border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;padding-top:56.25%;position:relative;width:100%}.map-embed-container iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity .25s ease;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:9999;z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:#000;background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:contain;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:none;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:1;opacity:var(--yarl__pull_opacity,1);transform:translate(0);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*100%);width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{column-gap:calc(100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*0*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1 1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{-webkit-touch-callout:none;max-height:100%;max-width:100%;object-fit:contain;touch-action:none;touch-action:var(--yarl__controller_touch_action,none);user-select:none;-webkit-user-select:none}.yarl__slide_image_cover{height:100%;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:#fffc;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,#fffc))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:red;color:var(--yarl__slide_icon_error_color,red);height:48px;height:var(--yarl__slide_icon_error_size,48px);width:48px;width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:none 0s ease 0s;transition:initial}.yarl__slide_loading,.yarl__slide_loading line{animation:none 0s ease 0s 1 normal none running;animation:initial}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:8px;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:32px;height:var(--yarl__icon_size,32px);width:32px;width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;background-color:initial;background-color:var(--yarl__button_background_color,#0000);border:0;border:var(--yarl__button_border,0);color:#fffc;color:var(--yarl__color_button,#fffc);cursor:pointer;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.8));filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:0;margin:var(--yarl__button_margin,0);outline:none;padding:8px;padding:var(--yarl__button_padding,8px)}.yarl__button:focus{color:#fff;color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:#fffc;color:var(--yarl__color_button,#fffc)}.yarl__button:focus-visible{color:#fff;color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:#fff;color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:#fff6;color:var(--yarl__color_button_disabled,#fff6);cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:24px 16px;padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:auto;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:auto;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.yarl__thumbnails{display:flex;height:100%}.yarl__thumbnails_bottom,.yarl__thumbnails_end .yarl__thumbnails_track,.yarl__thumbnails_start .yarl__thumbnails_track,.yarl__thumbnails_top{flex-direction:column}.yarl__thumbnails_wrapper{flex:1 1;position:relative}.yarl__thumbnails_container{-webkit-touch-callout:none;background-color:#000;background-color:var(--yarl__thumbnails_container_background_color,var(--yarl__color_backdrop,#000));flex:0 0 auto;overflow:hidden;padding:16px;padding:var(--yarl__thumbnails_container_padding,16px);position:relative;-webkit-user-select:none;user-select:none}.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:12%;pointer-events:none;position:absolute}@media (min-width:1200px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:8%}}@media (min-width:2000px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:5%}}.yarl__thumbnails_bottom .yarl__thumbnails_vignette,.yarl__thumbnails_top .yarl__thumbnails_vignette{background:linear-gradient(90deg,#000 0,#0000 12% 88%,#000);background:linear-gradient(to right,var(--yarl__color_backdrop,#000) 0,#0000 var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%);height:100%;left:0;right:0}.yarl__thumbnails_end .yarl__thumbnails_vignette,.yarl__thumbnails_start .yarl__thumbnails_vignette{background:linear-gradient(180deg,#000 0,#0000 12% 88%,#000);background:linear-gradient(to bottom,var(--yarl__color_backdrop,#000) 0,#0000 var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%);bottom:0;top:0;width:100%}.yarl__thumbnails_track{gap:16px;gap:var(--yarl__thumbnails_thumbnail_gap,16px);outline:none}.yarl__thumbnails_thumbnail{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;background:#000;background:var(--yarl__thumbnails_thumbnail_background,#000);border-color:#fffc;border-color:var(--yarl__thumbnails_thumbnail_border_color,var(--yarl__color_button,#fffc));border-radius:4px;border-radius:var(--yarl__thumbnails_thumbnail_border_radius,4px);border-style:solid;border-style:var(--yarl__thumbnails_thumbnail_border_style,solid);border-width:1px;border-width:var(--yarl__thumbnails_thumbnail_border,1px);box-sizing:initial;cursor:pointer;flex:0 0 auto;height:80px;height:var(--yarl__thumbnails_thumbnail_height,80px);outline:none;overflow:hidden;padding:4px;padding:var(--yarl__thumbnails_thumbnail_padding,4px);position:relative;width:120px;width:var(--yarl__thumbnails_thumbnail_width,120px)}.yarl__thumbnails_thumbnail_active{border-color:#fff;border-color:var(--yarl__thumbnails_thumbnail_active_border_color,var(--yarl__color_button_active,#fff))}.yarl__thumbnails_thumbnail_fadein{animation:yarl__thumbnails_thumbnail_fadein .5s ease-in-out 0s forwards;animation:yarl__thumbnails_thumbnail_fadein var(--yarl__thumbnails_thumbnail_fadein_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadein_delay,0s) forwards;opacity:0}.yarl__thumbnails_thumbnail_fadeout{animation:yarl__thumbnails_thumbnail_fadeout .5s ease-in-out 0s forwards;animation:yarl__thumbnails_thumbnail_fadeout var(--yarl__thumbnails_thumbnail_fadeout_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadeout_delay,0s) forwards;cursor:inherit}.yarl__thumbnails_thumbnail_placeholder{cursor:inherit;visibility:hidden}.yarl__thumbnails_thumbnail:focus{box-shadow:0 0 0 2px #000,0 0 0 4px #fffc;box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,#fffc) 0 0 0 4px)}.yarl__thumbnails_thumbnail:focus:not(:focus-visible){box-shadow:none}.yarl__thumbnails_thumbnail:focus-visible{box-shadow:0 0 0 2px #000,0 0 0 4px #fffc;box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,#fffc) 0 0 0 4px)}.yarl__thumbnails_thumbnail_icon{color:#fffc;color:var(--yarl__thumbnails_thumbnail_icon_color,var(--yarl__color_button,#fffc));filter:drop-shadow(2px 2px 2px rgba(0,0,0,.8));filter:var(--yarl__thumbnails_thumbnail_icon_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));height:32px;height:var(--yarl__thumbnails_thumbnail_icon_size,32px);left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:32px;width:var(--yarl__thumbnails_thumbnail_icon_size,32px)}@keyframes yarl__thumbnails_thumbnail_fadein{0%{opacity:0}to{opacity:1}}@keyframes yarl__thumbnails_thumbnail_fadeout{0%{opacity:1}to{opacity:0}}.gallery-section{background-color:#fff;padding:60px 0}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.gallery-item{aspect-ratio:1/1;border-radius:8px;box-shadow:0 4px 12px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:box-shadow .3s ease}.gallery-item:hover{box-shadow:0 8px 20px #00000026}.gallery-item:focus-visible{box-shadow:0 8px 20px #00000026;outline:3px solid var(--primary-color);outline-offset:2px}.gallery-image{display:block;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94);width:100%}.gallery-item:hover .gallery-image{transform:scale(1.08)}.gallery-item-overlay{align-items:center;background-color:#0006;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .4s ease;width:100%}.gallery-item:hover .gallery-item-overlay{opacity:1}.overlay-icon{color:#fff;font-size:3rem;font-weight:700;transform:scale(.8);transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.gallery-item:hover .overlay-icon{transform:scale(1)}.gallery-controls{margin-top:3rem;text-align:center}.gallery-button{background-color:var(--primary-color);border:none;border-radius:5px;box-shadow:0 2px 5px #0000001a;color:var(--dark-color);cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.5px;margin:0 .5rem;padding:12px 30px;text-transform:uppercase;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease}.gallery-button:hover{background-color:#d48c53;box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}@media screen and (max-width:768px){.gallery-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media screen and (max-width:480px){.gallery-grid{gap:.8rem;grid-template-columns:repeat(2,1fr)}.gallery-section{padding:40px 0}.overlay-icon{font-size:2rem}.gallery-button{font-size:.9rem;padding:10px 25px}}.yarl__slide{padding:4px!important}.site-footer{background-color:var(--dark-color);color:#ccc;font-size:.95rem;padding:40px 0 20px}.footer-content-wrapper{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:30px}.footer-column{flex:1 1;margin-bottom:1rem;min-width:220px}.footer-column-title{color:var(--primary-color);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.footer-column p{color:#bbb;line-height:1.6;margin-bottom:.8rem}.about-column p{margin-bottom:1.2rem}.social-links a{color:#ccc;display:inline-block;font-size:1.8rem;margin-right:1rem;transition:color .3s ease}.social-links a:hover{color:var(--primary-color)}.footer-links-list{list-style:none;margin:0;padding:0}.footer-links-list li{margin-bottom:.6rem}.footer-links-list a{color:#bbb;text-decoration:none;transition:color .3s ease,padding-left .3s ease}.footer-links-list a:hover{color:var(--primary-color);padding-left:5px;text-decoration:underline}.contact-column a{color:#bbb;text-decoration:none}.contact-column a:hover{color:var(--primary-color);text-decoration:underline}.footer-bottom-bar{border-top:1px solid #555;color:#aaa;font-size:.9rem;padding-top:20px;text-align:center}.footer-bottom-bar p{margin:.3rem 0}@media screen and (max-width:768px){.footer-content-wrapper{align-items:center;flex-direction:column;gap:1.5rem;text-align:center}.footer-column{margin-bottom:1.5rem;min-width:100%}.footer-links-list,.social-links{text-align:center}.social-links a{margin:0 .5rem}}.menu-carte-section{background-color:#f7f3ef;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;overflow:hidden;padding:60px 20px;position:relative}.menu-header{margin-bottom:50px;text-align:center}.menu-main-title{color:#2c2a29;font-size:3rem;font-weight:800;letter-spacing:4px;margin-bottom:.3rem;text-transform:uppercase}.menu-items-list{margin:0 auto;max-width:850px}.accordion-item{border-bottom:1px solid #e0d8ce}.accordion-item:last-child{border-bottom:none}.accordion-header{align-items:center;background:none;border:none;color:inherit;color:#3c3a39;cursor:pointer;display:flex;font:inherit;font-size:1.5rem;font-weight:700;justify-content:space-between;letter-spacing:1px;outline:inherit;padding:1.8rem 0;text-align:left;text-transform:uppercase;transition:color .3s ease;width:100%}.accordion-header:hover{color:#8c7a69}.accordion-indicator{color:#8c7a69;font-size:1.6rem;font-weight:700;margin-left:15px}.accordion-panel{max-height:0;overflow:hidden;transition:max-height .4s ease-out}.accordion-panel.open{max-height:2500px}.menu-item{gap:1rem;justify-content:space-between;padding:2rem 0}.menu-item,.menu-item-content{align-items:center;display:flex}.menu-item-content{flex:1 1;gap:1.5rem}.menu-item-image-container{border-radius:6px;box-shadow:0 2px 5px #0000001a;flex-shrink:0;height:80px;overflow:hidden;width:100px}.menu-item-image{display:block;height:100%;object-fit:cover;width:100%}.menu-item-text-details{flex:1 1}.menu-item-name{color:#3c3a39;font-size:1.2rem;font-weight:700;letter-spacing:.5px;margin-bottom:.4rem;text-transform:uppercase}.menu-item-description{color:#777;font-size:.9rem;font-weight:400;line-height:1.6}.menu-item-price-container{flex-shrink:0;min-width:90px;text-align:right}.menu-item-price{color:#3c3a39;display:block;font-size:1.2rem;font-weight:700}.menu-item-price-details{color:#888;display:block;font-size:.8rem;font-weight:500;margin-top:.2rem;text-transform:uppercase}.menu-info-item{margin-top:1rem;padding:1rem 0}.menu-info-item h4{color:#5c5a59;font-size:1rem;font-weight:600;margin-bottom:.3rem;text-transform:uppercase}.menu-info-item p{color:#777;font-size:.9rem;line-height:1.5}@media screen and (max-width:768px){.menu-main-title{font-size:2.5rem;letter-spacing:3px}.menu-item{align-items:flex-start}.menu-item-image-container{height:65px;width:80px}.menu-item-name,.menu-item-price{font-size:1.1rem}.accordion-header{font-size:1.3rem;padding:1.5rem 0}.accordion-indicator{font-size:1.4rem}}@media screen and (max-width:550px){.menu-item{align-items:flex-start;flex-direction:column;gap:.5rem;padding:1.5rem 0}.menu-item-content{gap:1rem;width:100%}.menu-item-price-container{min-width:auto;padding-left:calc(80px + 1rem);text-align:left}.accordion-header{font-size:1.2rem;padding:1.2rem 0}.accordion-indicator{font-size:1.3rem}}.booking-form-container{background-color:#fff;border-radius:6px;box-shadow:0 5px 20px #0000001a;margin:40px auto;max-width:700px;padding:3rem}.booking-title{color:var(--dark-color);font-family:Georgia,Times New Roman,Times,serif;font-size:2rem;margin-bottom:.7rem;text-align:center}.booking-subtitle{color:#555;font-size:1rem;line-height:1.6;margin-bottom:2.5rem;text-align:center}.booking-form{display:flex;flex-direction:column;gap:1.3rem}.form-group{margin-bottom:0}.form-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem}.form-group-inline{flex:1 1;min-width:120px}.form-group label{color:#444;display:block;font-size:.9rem;font-weight:700;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.form-group input[type=date],.form-group input[type=email],.form-group input[type=number],.form-group input[type=tel],.form-group input[type=text],.form-group input[type=time],.form-group textarea{background-color:#fdfdfd;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#333;font-family:inherit;font-size:1rem;padding:.9rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#999;opacity:1}.form-group input[type=date],.form-group input[type=number],.form-group input[type=time]{cursor:pointer}.form-group input:focus,.form-group textarea:focus{background-color:#fff;border-color:var(--primary-color);box-shadow:0 0 8px #e8a46a4d;outline:none}.form-group textarea{min-height:100px;resize:vertical}.form-submit-group{margin-top:1.5rem;text-align:center}.submit-button{background-color:var(--primary-color);border:none;border-radius:5px;box-shadow:0 2px 5px #0000001a;color:var(--dark-color);cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:.5px;padding:14px 40px;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease}.submit-button:hover{background-color:#d48c53;box-shadow:0 4px 8px #00000026;transform:translateY(-3px)}.booking-confirmation-note{color:#888;font-size:.85rem;font-style:italic;margin-top:2rem;text-align:center}@media screen and (max-width:768px){.booking-form-container{margin:20px auto;padding:2rem 1.5rem}.booking-title{font-size:1.8rem}.form-row{flex-direction:column;gap:1.3rem}.form-group-inline{min-width:100%}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.location-hours-section{background-attachment:fixed;background-image:linear-gradient(#0009,#0009),url(/static/media/g3.ac4fa21b32d47e0e0e23.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:80px 0}.location-hours-wrapper{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.container{margin-left:auto;margin-right:auto;max-width:1100px;padding-left:20px;padding-right:20px}@media screen and (max-width:768px){.location-hours-wrapper{gap:1.5rem}.location-hours-section{padding:60px 0}}:root{--primary-color:#d48c53;--swiper-navigation-color-custom:var(--primary-color);--swiper-navigation-color-hover-custom:#fff;--swiper-navigation-bg-hover-custom:var(--primary-color);--swiper-navigation-bg-custom:#ffffffe6;--swiper-pagination-color-custom:var(--primary-color);--swiper-pagination-bullet-inactive-color-custom:#aaa;--swiper-navigation-size-custom:44px;--swiper-navigation-icon-size-custom:18px;--swiper-pagination-bullet-size-custom:12px;--swiper-pagination-bullet-size-mobile-custom:10px}.local-products-section{background-color:#fdfdfd;color:#333;overflow:hidden;padding:60px 0 80px}.local-products-section .section-title{color:#2c3e50;font-size:2.8rem;font-weight:700;margin-bottom:1rem;text-align:center}.local-products-section .section-subtitle{color:#555;font-size:1.15rem;line-height:1.7;margin:0 auto 40px;max-width:750px;text-align:center}.producers-swiper-wrapper,.products-swiper-wrapper{margin:0 auto 3rem;padding:0 50px;position:relative}.products-swiper-wrapper{max-width:1300px}.producers-swiper-wrapper{margin-bottom:2rem;max-width:1100px}.local-products-swiper,.producers-swiper{cursor:grab;padding-bottom:50px}.local-products-swiper.swiper-dragging,.producers-swiper.swiper-dragging{cursor:grabbing}.local-products-swiper .swiper-slide,.producers-swiper .swiper-slide{align-items:stretch;display:flex;height:auto}.local-product-slide,.producer-slide{width:100%}.local-product-block{background-color:#fff;border:none;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100%}.local-product-block:hover{box-shadow:0 10px 25px #0000001f;transform:translateY(-6px)}.local-product-block .block-image{background-color:#eee;flex-shrink:0;height:200px;margin-bottom:0;width:100%}.local-product-block .block-image img{border-radius:0;height:100%;object-fit:cover;width:100%}.local-product-block .product-content-wrapper{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:1.2rem 1.3rem}.local-product-block h4{color:#333;flex-shrink:0;font-size:1.3rem;font-weight:600;margin-bottom:.6rem;min-height:2.6em}.local-product-block p{color:#666;flex-grow:1;font-size:.95rem;line-height:1.55;margin-bottom:0}.producer-highlights-section{background-color:initial;margin:4rem 0 0;padding:0}.producer-highlights-section .subsection-title{color:#2c3e50;font-size:2.2rem;font-weight:600;margin-bottom:2rem;text-align:center}.producer-highlight{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;gap:1.5rem;height:100%;overflow:hidden;padding:1.5rem;transition:box-shadow .3s ease;width:100%}.producer-highlight:hover{box-shadow:0 6px 16px #0000001f}.producer-highlight img{background-color:#eee;border:3px solid #e9ecef;border-radius:50%;flex-shrink:0;height:90px;object-fit:cover;width:90px}.producer-info{display:flex;flex:1 1;flex-direction:column;justify-content:center}.producer-highlight h5{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:.3rem}.producer-highlight span{color:#777;display:block;font-size:.9rem;margin-bottom:.8rem}.producer-highlight p{border-left:3px solid #d48c53;border-left:3px solid var(--primary-color);color:#555;flex-grow:0;font-size:.95rem;font-style:italic;line-height:1.55;margin-bottom:0;padding-left:1rem}.producer-footer{color:#666;font-style:italic;margin-top:2rem;text-align:center}.producers-swiper-wrapper .swiper-button-next,.producers-swiper-wrapper .swiper-button-prev,.products-swiper-wrapper .swiper-button-next,.products-swiper-wrapper .swiper-button-prev{align-items:center;background-color:#ffffffe6;background-color:var(--swiper-navigation-bg-custom);border-radius:50%;box-shadow:0 2px 5px #00000026;color:#d48c53;color:var(--swiper-navigation-color-custom);display:flex;height:44px;height:var(--swiper-navigation-size-custom);justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s ease,color .3s ease,opacity .3s ease;width:44px;width:var(--swiper-navigation-size-custom);z-index:10}.producers-swiper-wrapper .swiper-button-next:hover,.producers-swiper-wrapper .swiper-button-prev:hover,.products-swiper-wrapper .swiper-button-next:hover,.products-swiper-wrapper .swiper-button-prev:hover{background-color:#d48c53;background-color:var(--swiper-navigation-bg-hover-custom);color:#fff;color:var(--swiper-navigation-color-hover-custom)}.producers-swiper-wrapper .swiper-button-next:after,.producers-swiper-wrapper .swiper-button-prev:after,.products-swiper-wrapper .swiper-button-next:after,.products-swiper-wrapper .swiper-button-prev:after{font-size:18px;font-size:var(--swiper-navigation-icon-size-custom);font-weight:700}.producers-swiper-wrapper .swiper-button-prev,.products-swiper-wrapper .swiper-button-prev{left:10px}.producers-swiper-wrapper .swiper-button-next,.products-swiper-wrapper .swiper-button-next{right:10px}.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.local-products-swiper .swiper-pagination,.producers-swiper .swiper-pagination{bottom:15px;position:absolute;text-align:center;width:100%;z-index:10}.local-products-swiper .swiper-pagination-bullet,.producers-swiper .swiper-pagination-bullet{background-color:#aaa;background-color:var(--swiper-pagination-bullet-inactive-color-custom);border-radius:50%;display:inline-block;height:12px;height:var(--swiper-pagination-bullet-size-custom);margin:0 6px!important;opacity:.6;transition:background-color .3s ease,opacity .3s ease,transform .3s ease;width:12px;width:var(--swiper-pagination-bullet-size-custom)}.local-products-swiper .swiper-pagination-bullet-active,.producers-swiper .swiper-pagination-bullet-active{background-color:#d48c53;background-color:var(--swiper-pagination-color-custom);opacity:1;transform:scale(1.1)}@media screen and (max-width:992px){.producer-highlight{gap:1rem;padding:1.2rem}.producer-highlight img{height:80px;width:80px}}@media screen and (max-width:767px){.local-products-section{padding:50px 0 70px}.local-products-section .section-title{font-size:2.4rem}.local-products-section .section-subtitle{font-size:1.1rem;margin-bottom:30px}.producers-swiper-wrapper,.products-swiper-wrapper{padding:0 40px}.producers-swiper-wrapper .swiper-button-prev,.products-swiper-wrapper .swiper-button-prev{left:5px}.producers-swiper-wrapper .swiper-button-next,.products-swiper-wrapper .swiper-button-next{right:5px}.local-products-swiper,.producers-swiper{padding-bottom:45px}.local-products-swiper .swiper-pagination-bullet,.producers-swiper .swiper-pagination-bullet{height:10px;height:var(--swiper-pagination-bullet-size-mobile-custom);width:10px;width:var(--swiper-pagination-bullet-size-mobile-custom)}.local-product-block{padding:0}.local-product-block .product-content-wrapper{padding:1rem 1.1rem}.local-product-block h4{font-size:1.2rem;min-height:2.4em}.local-product-block p{font-size:.9rem}.local-product-block .block-image{height:180px}.producer-highlights-section .subsection-title{font-size:1.9rem;margin-bottom:1.5rem}.producer-highlight{flex-direction:column;gap:1rem;text-align:center}.producer-highlight img{margin:0 auto 1rem}.producer-highlight p{border-left:none;border-top:3px solid #d48c53;border-top:3px solid var(--primary-color);padding-left:0;padding-top:.5rem;text-align:center}.producer-info{align-items:center}.producer-footer{margin-top:1.5rem}}@media screen and (max-width:639px){.producers-swiper-wrapper,.products-swiper-wrapper{padding:0 35px}.producers-swiper-wrapper .swiper-button-next,.producers-swiper-wrapper .swiper-button-prev,.products-swiper-wrapper .swiper-button-next,.products-swiper-wrapper .swiper-button-prev{height:36px;width:36px}.producers-swiper-wrapper .swiper-button-next:after,.producers-swiper-wrapper .swiper-button-prev:after,.products-swiper-wrapper .swiper-button-next:after,.products-swiper-wrapper .swiper-button-prev:after{font-size:14px}.producers-swiper-wrapper .swiper-button-prev,.products-swiper-wrapper .swiper-button-prev{left:2px}.producers-swiper-wrapper .swiper-button-next,.products-swiper-wrapper .swiper-button-next{right:2px}.local-products-swiper .swiper-pagination-bullet,.producers-swiper .swiper-pagination-bullet{height:9px;margin:0 4px!important;width:9px}.local-products-swiper,.producers-swiper{padding-bottom:40px}}.boxer-sponsor-section{background-color:#fff;color:#333;padding:80px 0}.boxer-sponsor-section .section-title{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.boxer-content{align-items:center;display:flex;gap:3rem}.boxer-image{flex:0 0 40%;max-width:40%;position:relative;text-align:center}.boxer-image img{background-color:#eee;border:4px solid #fff;border-radius:10px;box-shadow:0 8px 20px #00000026;display:block;height:auto;margin:0 auto;max-width:100%}.sponsor-badge{background-color:#d48c53;background-color:var(--primary-color,#d48c53);border-radius:5px;bottom:20px;box-shadow:0 2px 5px #0003;color:#fff;font-size:.9rem;font-weight:600;left:50%;padding:8px 15px;position:absolute;transform:translateX(-50%);white-space:nowrap}.boxer-info{flex:1 1}.boxer-info h3{color:#333;font-size:2.2rem;font-weight:700;margin-bottom:.5rem}.boxer-info h4{color:#d48c53;color:var(--primary-color,#d48c53);font-size:1.3rem;font-style:italic;font-weight:500;margin-bottom:1.5rem}.boxer-info p{color:#555;font-size:1rem;line-height:1.7;margin-bottom:1.2rem}.boxer-quote{background-color:#f8f8f8;border-left:5px solid #d48c53;border-left:5px solid var(--primary-color,#d48c53);border-radius:0 5px 5px 0;color:#444;font-size:1.05rem;font-style:italic;margin:2rem 0;padding:1rem 1rem 1rem 1.5rem}.sponsor-message{border-top:1px dashed #ccc;color:#333;font-weight:500;margin-top:2rem;padding-top:1rem}.sponsor-message strong{color:#d48c53;color:var(--primary-color,#d48c53)}@media screen and (max-width:992px){.boxer-content{gap:2rem}.boxer-image{flex:0 0 45%;max-width:45%}.boxer-info h3{font-size:2rem}.boxer-info h4{font-size:1.2rem}}@media screen and (max-width:768px){.boxer-sponsor-section{padding:60px 0}.boxer-sponsor-section .section-title{font-size:2.1rem;margin-bottom:2rem}.boxer-content{flex-direction:column;text-align:center}.boxer-image{flex:0 0 auto;margin-bottom:2rem;max-width:70%}.boxer-info h3{font-size:1.9rem}.boxer-info h4{font-size:1.1rem;margin-bottom:1rem}.boxer-quote{margin-left:auto;margin-right:auto;max-width:90%;text-align:left}.sponsor-badge{bottom:15px;font-size:.8rem;padding:6px 10px}}.events-section{background-color:#f8f9fa;color:#333;padding:80px 0}.events-section .section-title{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.events-section .section-subtitle{color:#555;font-size:1.1rem;line-height:1.6;margin:0 auto 3.5rem;max-width:700px;text-align:center}.events-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.event-card{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.event-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-5px)}.event-image{height:200px;overflow:hidden;position:relative}.event-image img{background-color:#eee;display:block;height:100%;object-fit:cover;width:100%}.event-date-badge{background-color:#0009;border-radius:5px;color:#fff;font-size:.85rem;font-weight:600;padding:6px 10px;position:absolute;right:15px;text-transform:uppercase;top:15px}.event-details{display:flex;flex-direction:column;flex-grow:1;padding:1.8rem}.event-date-time{color:#777;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.event-title{color:#333;font-size:1.4rem;font-weight:600;line-height:1.3;margin-bottom:.6rem}.event-location{align-items:center;color:#555;display:flex;font-size:.95rem;gap:.4rem;margin-bottom:1rem}.event-location .icon-location{color:#d48c53;color:var(--primary-color,#d48c53);font-size:1rem}.event-description{color:#666;flex-grow:1;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.event-cta{align-self:flex-start;background-color:#d48c53;background-color:var(--primary-color,#d48c53);border-radius:5px;color:#fff;display:inline-block;font-weight:600;margin-top:auto;padding:10px 20px;text-align:center;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.event-cta:hover{background-color:#bf7a4a;transform:scale(1.03)}.no-events-message{color:#777;font-size:1.1rem;padding:3rem 0;text-align:center}@media screen and (max-width:768px){.events-section{padding:60px 0}.events-section .section-title{font-size:2.1rem}.events-section .section-subtitle{margin-bottom:2.5rem}.events-grid{gap:2rem;grid-template-columns:1fr}.event-details{padding:1.5rem}.event-title{font-size:1.3rem}}@media screen and (max-width:480px){.event-image{height:180px}.event-details{padding:1.2rem}.event-title{font-size:1.2rem}.event-cta{width:100%}}.homemade-section{background-color:#fff;color:#333;padding:80px 0}.homemade-section .section-title{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.homemade-section .section-subtitle{color:#555;font-size:1.1rem;line-height:1.6;margin:0 auto 3.5rem;max-width:700px;text-align:center}.homemade-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1000px}.homemade-item{background-color:#fdfdfd;border:1px solid #eee;border-radius:10px;box-shadow:0 4px 12px #0000000f;display:flex;gap:1.8rem;overflow:hidden;transition:box-shadow .3s ease}.homemade-item:hover{box-shadow:0 6px 16px #0000001a}.homemade-image{flex:0 0 180px;height:auto}.homemade-image img{background-color:#eee;display:block;height:100%;object-fit:cover;width:100%}.homemade-content{display:flex;flex-direction:column;padding:1.5rem 1.5rem 1.5rem 0}.homemade-name{color:#333;font-size:1.6rem;font-weight:600;margin-bottom:.5rem}.homemade-tagline{color:#d48c53;color:var(--primary-color,#d48c53);font-size:1rem;font-style:italic;font-weight:500;margin-bottom:1rem}.homemade-description{color:#555;flex-grow:1;font-size:.95rem;line-height:1.65;margin-bottom:1rem}.homemade-cta{border-top:1px dashed #ccc;color:#444;font-size:.95rem;padding:.5rem 0}.btn-homemade,.homemade-cta{display:inline-block;font-weight:600;margin-top:auto}.btn-homemade{align-self:flex-start;background-color:initial;border:2px solid #d48c53;border:2px solid var(--primary-color,#d48c53);border-radius:5px;color:#d48c53;color:var(--primary-color,#d48c53);padding:8px 15px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-homemade:hover{background-color:#d48c53;background-color:var(--primary-color,#d48c53);color:#fff;transform:scale(1.03)}@media screen and (max-width:768px){.homemade-section{padding:60px 0}.homemade-section .section-title{font-size:2.1rem}.homemade-section .section-subtitle{margin-bottom:2.5rem}.homemade-grid{gap:2rem;grid-template-columns:1fr;max-width:500px}.homemade-item{flex-direction:column;gap:0}.homemade-image{flex-basis:auto;height:200px;width:100%}.homemade-image img{border-radius:10px 10px 0 0}.homemade-content{padding:1.5rem}.homemade-name{font-size:1.4rem}.homemade-tagline{font-size:.95rem;margin-bottom:.8rem}}@media screen and (max-width:480px){.homemade-grid{max-width:100%}.homemade-name{font-size:1.3rem}}.book-by-phone-section{background-color:#f8f8f8;border-bottom:1px solid #eee;padding:80px 0;text-align:center}.book-by-phone-section .container{margin:0 auto;max-width:900px;padding:0 15px}.book-by-phone-title{color:#e67e22;color:var(--primary-color,#e67e22);font-size:2.8rem;font-weight:700;margin-bottom:15px}.book-by-phone-subtitle{color:#555;font-size:1.3rem;line-height:1.6;margin-bottom:30px}.phone-number-cta{background-color:#e67e22;background-color:var(--primary-color,#e67e22);border-radius:50px;box-shadow:0 6px 15px #0003;color:#fff;display:inline-block;font-size:2.2rem;font-weight:700;letter-spacing:1px;padding:18px 35px;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.phone-number-cta i{font-size:1.8rem;margin-right:15px;vertical-align:middle}.phone-number-cta:hover{background-color:#c5671c;background-color:var(--primary-color-dark,#c5671c);transform:translateY(-3px)}.book-by-phone-note{color:#777;font-size:.95rem;font-style:italic;margin-top:25px}@media (max-width:768px){.book-by-phone-section{padding:60px 0}.book-by-phone-title{font-size:2.2rem}.book-by-phone-subtitle{font-size:1.1rem;margin-bottom:25px}.phone-number-cta{font-size:1.8rem;padding:15px 30px}.phone-number-cta i{font-size:1.5rem;margin-right:10px}}@media (max-width:480px){.book-by-phone-section{padding:40px 0}.book-by-phone-title{font-size:1.8rem}.book-by-phone-subtitle{font-size:1rem;margin-bottom:20px}.phone-number-cta{display:block;font-size:1.5rem;margin:0 auto;padding:12px 25px}.phone-number-cta i{font-size:1.2rem;margin-right:8px}.book-by-phone-note{font-size:.85rem;margin-top:20px}}
/*# sourceMappingURL=main.fd472bec.css.map*/