.br-mobile-menu{position:fixed;top:0;left:-100%;width:85%;max-width:400px;height:100vh;background:#fff;z-index:9999;transition:left .3s ease;overflow-y:auto;box-shadow:2px 0 20px #0000001a}.br-mobile-menu.active{left:0}.br-mobile-menu__header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #e0e0e0;background:#fafafa;position:sticky;top:0;z-index:10}.br-mobile-menu__logo{text-decoration:none}.br-mobile-menu__logo-text{font-size:25px;font-weight:700}.br-mobile-menu__logo-text-first{color:#242833}.br-mobile-menu__logo-text-second{color:#f94b00}.br-mobile-menu__logo-image{height:30px;width:auto}.br-mobile-menu__close{background:none;border:none;padding:5px;cursor:pointer;color:#333;transition:transform .3s ease}.br-mobile-menu__close:hover{transform:rotate(90deg)}.br-mobile-menu__rooms-section{padding:15px 0;background:#fafafa;border-bottom:1px solid #e0e0e0}.br-mobile-menu__rooms-header{display:flex;justify-content:space-between;align-items:center;padding:0 15px 10px}.br-mobile-menu__rooms-title{font-size:16px;font-weight:400;color:#000;margin:0;display:flex;align-items:center;gap:8px}.br-mobile-menu__rooms-title:before{content:"";display:inline-block;width:24px;height:24px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"/></svg>') no-repeat center;background-size:contain;opacity:.7}.br-mobile-menu__rooms-viewall{font-size:13px;color:#666;text-decoration:none;display:flex;align-items:center;gap:4px;transition:color .3s ease}.br-mobile-menu__rooms-viewall:hover{color:#000}.br-mobile-menu__rooms-viewall:after{content:"\2192";font-size:16px}.br-mobile-menu__rooms-carousel{position:relative;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-right:15px;padding-left:15px;scrollbar-width:none;scroll-behavior:smooth}.br-mobile-menu__rooms-carousel::-webkit-scrollbar{display:none}.br-mobile-menu__rooms-track{display:flex;gap:2.5vw;padding-bottom:10px}.br-mobile-menu__room-card{position:relative;text-decoration:none;border-radius:8px;overflow:hidden;transition:transform .3s ease;flex:0 0 calc(45vw - 10px);max-width:200px;aspect-ratio:1 / 1;flex-shrink:0}.br-mobile-menu__room-card:active{transform:scale(.98)}.br-mobile-menu__room-image{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:1 / 1}.br-mobile-menu__room-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);display:flex;align-items:center;justify-content:center;color:#999;aspect-ratio:1 / 1}.br-mobile-menu__room-placeholder svg{width:30%;height:30%;min-width:30px;min-height:30px}.br-mobile-menu__room-label{position:absolute;left:50%;transform:translate(-50%);bottom:8%;background:#ffffffeb;padding:.3em .8em;border-radius:4px;box-shadow:0 2px 8px #0000001a;min-width:70%;text-align:center;white-space:nowrap}.br-mobile-menu__room-label span{color:#000;font-weight:600;letter-spacing:.03em;display:block;font-size:clamp(.65rem,2.5vw,.75rem)}@media screen and (max-width: 389px){.br-mobile-menu__room-card{flex:0 0 calc(50vw - 10px)}.br-mobile-menu__room-label{min-width:75%;padding:.25em .6em}.br-mobile-menu__room-label span{font-size:.65rem}}@media screen and (min-width: 390px) and (max-width: 500px){.br-mobile-menu__room-card{flex:0 0 calc(42vw - 10px)}}@media screen and (min-width: 501px) and (max-width: 767px){.br-mobile-menu__room-card{flex:0 0 calc(35vw - 10px);max-width:180px}.br-mobile-menu__rooms-track{gap:3vw}}@media screen and (min-width: 768px) and (max-width: 989px){.br-mobile-menu__room-card{flex:0 0 calc(28vw - 10px);max-width:200px}.br-mobile-menu__rooms-track{gap:3.5vw}.br-mobile-menu__room-label span{font-size:.75rem}}.br-mobile-menu__nav{padding:10px 0 100px}.br-mobile-menu__list{list-style:none;margin:0;padding:0}.br-mobile-menu__item{border-bottom:1px solid #f0f0f0}.br-mobile-menu__details summary{list-style:none}.br-mobile-menu__details summary::-webkit-details-marker{display:none}.br-mobile-menu__link{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;color:#333;text-decoration:none;font-size:15px;cursor:pointer;transition:background .3s ease;position:relative}.br-mobile-menu__link:active,.br-mobile-menu__link:hover{background:#f5f5f5}.br-mobile-menu__link-content{display:flex;align-items:center;gap:12px}.br-mobile-menu__link-icon{width:24px;height:24px;object-fit:contain}.br-mobile-menu__link-content svg{flex-shrink:0;color:#666}.br-mobile-menu__arrow{transition:transform .3s ease;flex-shrink:0;color:#999}.br-mobile-menu__details[open]>summary .br-mobile-menu__arrow{transform:rotate(180deg)}.br-mobile-menu__submenu{background:#f9f9f9;padding:5px 0;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.br-mobile-menu__sublink{display:flex;justify-content:space-between;align-items:center;padding:12px 20px 12px 40px;color:#555;text-decoration:none;font-size:20px;cursor:pointer;transition:background .3s ease;position:relative}.br-mobile-menu__sublink-content{display:flex;align-items:center;gap:10px;flex:1}.br-mobile-menu__sublink-icon{width:auto!important;height:auto!important;max-width:none!important;transform:scale(1);transform-origin:center;margin:-5px 2px -5px -5px}.br-mobile-menu__sublink:active,.br-mobile-menu__sublink:hover{background:#f0f0f0;color:#000}.br-mobile-menu__sublink--view-all{font-weight:600;color:#333;padding-left:20px;background:#fff;margin-bottom:5px}.br-mobile-menu__sublink--has-children{padding-right:20px}.br-mobile-menu__subarrow{transition:transform .3s ease;flex-shrink:0;color:#999}.br-mobile-menu__subdetails[open]>summary .br-mobile-menu__subarrow{transform:rotate(180deg)}.br-mobile-menu__thirdlevel{background:#f0f0f0;padding:5px 0}.br-mobile-menu__thirdlink{display:flex;align-items:center;gap:8px;padding:10px 20px 10px 60px;color:#666;text-decoration:none;font-size:18px;transition:all .3s ease;position:relative}.br-mobile-menu__thirdlink-icon{width:auto!important;height:auto!important;max-width:none!important;transform:scale(1);transform-origin:center;margin:-3px 2px -3px -3px}.br-mobile-menu__thirdlink:active,.br-mobile-menu__thirdlink:hover{background:#e5e5e5;color:#000}.br-mobile-menu__thirdlink--view-all{font-weight:600;color:#555;padding-left:40px;background:#f5f5f5}.br-mobile-menu__divider{height:1px;background:#e0e0e0;margin:10px 0}.br-mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9998;display:none;animation:fadeIn .3s ease}.br-mobile-overlay.active{display:block}.br-mobile-menu::-webkit-scrollbar{width:6px}.br-mobile-menu::-webkit-scrollbar-track{background:#f1f1f1}.br-mobile-menu::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.br-mobile-menu::-webkit-scrollbar-thumb:hover{background:#555}body.mobile-menu-open{overflow:hidden;position:fixed;width:100%}@media screen and (min-width: 990px){.br-mobile-menu,.br-mobile-overlay{display:none!important}}.br-mobile-menu__details[open]>summary:after{content:"";position:absolute;bottom:0;left:20px;right:20px;height:2px;background:#f94b00;animation:slideInLine .3s ease}@keyframes slideInLine{0%{width:0}to{width:calc(100% - 40px)}}.br-header-wrapper{overflow:visible!important;z-index:1000}.br-header{overflow:visible!important;position:relative}.br-header__top{overflow:visible!important}.br-header__categories{overflow:visible!important;position:relative}.br-megamenu{position:relative;overflow:visible!important}.br-megamenu__content{z-index:99999!important;position:absolute!important;overflow-y:auto!important;overflow-x:visible!important}.br-header-wrapper:after{display:none!important}body{overflow-x:visible}main,.main-content,.shopify-section{overflow:visible}.br-mobile-menu__rooms-carousel.grabbing{cursor:grabbing;-webkit-user-select:none;user-select:none}
/*# sourceMappingURL=/cdn/shop/t/95/assets/br-mobile-menu.css.map */
