header{border-bottom:var(--border);background-color:var(--bg);z-index:9999;justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:1700px;margin:0 auto;padding:10px 20px;display:flex;position:fixed;top:0}header .logo:hover{opacity:.7}header nav{width:100%}header nav ul{flex-direction:row;justify-content:space-between;width:100%;max-width:550px;margin:auto}header nav ul li a{border-radius:100px;padding:10px 20px}header nav ul li a:hover,header nav ul li a:focus{color:var(--white);background-color:var(--brown)}header .btn{gap:20px}header .btn label{border-radius:100px;transition:all .3s}header .btn label:hover{background-color:var(--gray-light)}header .btn .btn-check .icon{cursor:pointer}header .btn:has(button) button:hover{color:var(--brown)}header .btn .input-search{border:var(--border);width:100%;max-width:150px;height:35px;color:var(--black);background-color:var(--white);z-index:-1;opacity:0;border-radius:100px;padding:0 15px;position:absolute;transform:translate(-110px)}header .btn .input-search:focus{border:1px solid var(--black)}header .btn .btn-check:has(:not(input:checked)) .close{display:none}header .btn .btn-check:has(input:checked) .input-search{z-index:1;opacity:1}header .btn .btn-check:has(input:checked) .search{display:none}header .btn .btn-check:has(input:checked) .close{display:flex}header .btn .number{border:var(--border);width:30px;height:30px;color:var(--black);border-radius:100px;place-items:center;display:grid}header .btn .menu,header .btn .menu input{display:none}header .btn .menu .ShowHiddenMenu{cursor:pointer;place-items:center;margin:0;padding:0;display:grid}header .btn .menu .ShowHiddenMenu svg{font-size:2rem;transform:rotate(90deg)}header .btn .menu .icon-hidden{display:none}header .btn .menu:has(input:checked) .icon-show{display:none}header .btn .menu:has(input:checked) .icon-hidden{display:flex}header .btn .menu:has(input:checked) .menu-mobile{opacity:1;visibility:visible;right:20px}header .menu-mobile{background-color:var(--bg);opacity:0;visibility:hidden;border-radius:20px;flex-direction:column;gap:10px;width:250px;padding-bottom:20px;transition:all .3s;display:flex;position:absolute;top:82px;right:-280px;box-shadow:-3px 3px 6px #00000031}header .menu-mobile .search{padding:30px 30px 0}header .menu-mobile .search input{border:var(--border);border-radius:100px;width:calc(100% - 30px);height:40px;padding:0 20px;display:block}header .menu-mobile .search input:focus{border:1px solid var(--black)}header .menu-mobile ul{flex-direction:column;gap:0}header .menu-mobile ul a{border-radius:0;justify-content:left;height:43px;padding:0 30px}header .menu-mobile ul a:hover{background-color:var(--brown);color:var(--white)}@media not (min-width:710px){header .nav-desk,header .btn .btn-check,header .btn .btn-shop{display:none}header .btn .menu{display:grid}}
@font-face{font-family:Instrument;src:url(../media/Instrument.bc5c33af.ttf)format("truetype");font-weight:430;font-style:normal;font-display:swap}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-user-select:none;user-select:none;scroll-padding-top:100px;font-family:Instrument,sans-serif;transition:all .3s}::selection{background-color:var(--black);color:var(--white)}::selection{background-color:var(--black);color:var(--white)}:root{--red:#f04;--white:#fff;--black:#000;--gree:#62b153;--brown:#4c2102;--brown-hover:#5a3419;--yellow:#ffc544;--gray-light:#ebebeb;--gray-dark:#a7a7a7;--text:#1a1a1a;--border:1px solid var(--gray-dark);--bg:#f6f6f6}body{max-width:1700px;color:var(--black);background-color:var(--bg);margin:0 auto;font-family:Instrument,sans-serif;font-size:1rem}main{flex-direction:column;gap:100px;width:100%;margin:0 0 50px;display:flex}a,button,input,textarea{all:unset;transition:all .3s}a,button{cursor:pointer;justify-content:center;align-items:center;gap:10px;display:flex}h1,h2,h3,h4,h5,h6{color:var(--black);line-height:1.1;transition:all .3s}p{color:var(--text);line-height:1.6}nav,ul{flex-direction:column;gap:10px;list-style:none;display:inline-flex}figure{-webkit-user-select:none;user-select:none;place-items:center;width:fit-content;display:grid;position:relative}figure:after{content:"";background-color:#0000;width:100%;height:100%;position:absolute}img,.title{transition:all .3s}.icon,.btn{justify-content:center;align-items:center;gap:10px;width:fit-content;transition:all .3s;display:flex}.icon svg{font-size:1.3rem}.columns-3{columns:3 300px}.columns-3 .card{width:100%;margin:auto auto 20px}.columns-3 .card figure{width:100%}.columns-3 .card img{border-radius:10px;width:100%;height:auto}@media not (min-width:650px){main{gap:40px;margin:0 0 50px}}
html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-property:overflow;transition-duration:1ms}
.footer{background-color:var(--brown)}.footer .content{color:var(--white);flex-wrap:wrap;justify-content:space-between;gap:30px;padding:50px;display:flex}.footer .content .box{flex-direction:column;gap:20px;width:fit-content;display:flex}.footer .content .box .title{opacity:1}.footer .content .box p{color:var(--white);opacity:.8;width:100%;max-width:300px;line-height:1.5}.footer .content .box a{opacity:.9;justify-content:left}.footer .content .box a:hover,.footer .content .box a:focus{opacity:1;text-decoration:underline}.footer .content .social-media{flex-direction:row}.footer .copy p{color:var(--white);text-align:center;border-top:1px solid var(--gray-light);width:calc(100% - 100px);margin:auto;padding:20px}@media not (min-width:500px){.footer .content{gap:30px;padding:30px 20px}.footer .copy p{width:calc(100% - 50px)}}@media not (min-width:517px){.footer .content .box p{max-width:100%}}
