@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap");.sel-nav-menu{display:flex;align-items:center}.sel-nav-link{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 11px;color:#2f2a27;font-family:Nunito,sans-serif;font-size:24px;font-weight:700;line-height:1;letter-spacing:-.025em;text-decoration:none;white-space:nowrap;transition:color .2s ease}.sel-nav-link__title{position:relative;display:inline-block;padding:14px 0}.sel-nav-link__title:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:2px;border-radius:999px;background:#B87545;transition:width .22s ease}.sel-nav-link:hover{color:#B87545}.sel-nav-link:hover .sel-nav-link__title:after{width:26px}.sel-nav-icon{color:#2f2a27;transition:color .2s ease;display:inline-flex;align-items:center}.sel-nav-icon:hover{color:#B87545}@media screen and (min-width:1024px){.sel-nav-link{font-size:26px}.sel-nav-icon>svg{width:25px;height:25px}}.sel-mobile-drawer{font-family:Nunito,sans-serif;background:linear-gradient(180deg,#fffaf7,#ffffff 55%,#fcf7f3);border-right:1px solid rgba(184,117,69,.12);box-shadow:16px 0 42px rgba(50,32,20,.14)}.sel-mobile-drawer__link{position:relative;display:inline-block;font-family:Nunito,sans-serif;font-size:30px;font-weight:800;line-height:1.08;letter-spacing:-.045em;color:#2f2a27;text-decoration:none;transition:color .2s ease}.sel-mobile-drawer__link:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:2px;border-radius:999px;background:#B87545;transition:width .22s ease}.sel-mobile-drawer__link:hover{color:#B87545}.sel-mobile-drawer__link:hover:after{width:30px}.sel-mobile-drawer__back{display:inline-flex;align-items:center;justify-content:center;width:64px;height:42px;border-radius:999px;background:rgba(184,117,69,.15);border:1px solid rgba(184,117,69,.28);color:#2f2a27;cursor:pointer;box-shadow:0 7px 20px rgba(184,117,69,.14);transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease}.sel-mobile-drawer__back:hover{background:rgba(184,117,69,.22);transform:translateX(-2px);box-shadow:0 9px 24px rgba(184,117,69,.18)}.sel-drawer-featured{display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;padding:4px 24px 24px;margin:0;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sel-drawer-featured::-webkit-scrollbar{display:none}.sel-drawer-card{flex:0 0 136px;max-width:136px;scroll-snap-align:start;text-decoration:none;display:flex;flex-direction:column}.sel-drawer-card img{width:136px;height:136px;-o-object-fit:cover;object-fit:cover;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(184,117,69,.08)}.sel-drawer-card__title{font-family:Nunito,sans-serif;font-size:17px;font-weight:800;line-height:1.12;letter-spacing:-.035em;color:#2f2a27;margin-top:10px}.sel-drawer-card__price{font-family:Nunito,sans-serif;font-size:18px;font-weight:900;color:#B87545;margin-top:5px}