:root{--header-height:60px;--white:#FFF0D4;--light-gray:#ebdbbd;--dark-brown:#270C01}header.section-sticky-header{background-color:var(--white);display:flex;align-items:center;justify-content:space-between;padding:20px 36px;position:sticky;top:30px;margin:30px auto;width:calc(100% - 60px);z-index:100;height:var(--header-height);box-shadow:0 2px 10px 0 rgba(0,0,0,.1)}@media screen and (max-width:600px){header.section-sticky-header{padding:20px}}@media screen and (max-width:1260px){header.section-sticky-header{margin:30px;width:calc(100% - 60px)}}header.section-sticky-header button.sticky-header-toggle{display:none}@media screen and (max-width:1260px){header.section-sticky-header button.sticky-header-toggle{display:block;width:40px;height:40px;position:relative;background-color:transparent;border:none;outline:0;cursor:pointer;padding:0}header.section-sticky-header button.sticky-header-toggle span{display:none}header.section-sticky-header button.sticky-header-toggle hr{top:50%;left:50%;height:1px;width:24px;background-color:var(--dark-brown);position:absolute;margin:0;transition:all .3s ease-in-out}header.section-sticky-header button.sticky-header-toggle hr.one{transform:translateY(-6px) translateX(-24px);width:16px}header.section-sticky-header button.sticky-header-toggle hr.two{transform:translateY(0) translateX(-24px);width:20px}header.section-sticky-header button.sticky-header-toggle hr.three{transform:translateY(6px) translateX(-24px)}header.section-sticky-header button.sticky-header-toggle.active hr.one,header.section-sticky-header button.sticky-header-toggle.active hr.three,header.section-sticky-header button.sticky-header-toggle.active hr.two{width:24px}header.section-sticky-header button.sticky-header-toggle.active hr.one{transform:translateY(0) translateX(-24px) rotate(45deg)}header.section-sticky-header button.sticky-header-toggle.active hr.three{transform:translateY(0) translateX(-24px) rotate(-45deg)}header.section-sticky-header button.sticky-header-toggle.active hr.two{opacity:0;transform:translateY(0) translateX(-24px)}}header.section-sticky-header .sticky-header-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1260px){header.section-sticky-header .sticky-header-logo{position:static;transform:none;left:auto;top:auto;margin-right:auto}}@media screen and (max-width:600px){header.section-sticky-header .sticky-header-logo{transform:scale(.8)}}header.section-sticky-header nav.sticky-header-right-menu{margin-left:auto}header.section-sticky-header nav.sticky-header-left-menu{margin-right:auto}@media screen and (max-width:1260px){header.section-sticky-header nav.sticky-header-left-menu{display:none}}header.section-sticky-header nav ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:36px}@media screen and (max-width:600px){header.section-sticky-header nav ul{gap:20px}}@media screen and (max-width:1260px){header.section-sticky-header nav ul li.sticky-header-menu-item{display:none}}header.section-sticky-header nav ul li a{text-decoration:none;font-weight:400;font-size:16px;display:flex;align-items:center;justify-content:center;gap:6px}header.section-sticky-header nav ul li a svg{display:block;fill:var(--dark-brown)}header.section-sticky-header .sticky-header-mobile-menu{position:absolute;left:0;top:100%;width:100%;background:linear-gradient(to bottom,var(--light-gray) 0,var(--white) 10px);z-index:100;display:none}header.section-sticky-header .sticky-header-mobile-menu ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:0}header.section-sticky-header .sticky-header-mobile-menu ul li{width:100%;border-bottom:1px solid var(--light-gray)}header.section-sticky-header .sticky-header-mobile-menu ul li:last-child{border-bottom:none}header.section-sticky-header .sticky-header-mobile-menu ul li a{display:block;width:100%;text-decoration:none;font-weight:400;font-size:16px;padding:10px 20px}header.section-sticky-header .sticky-header-search{position:absolute;left:0;top:100%;width:100%;background:linear-gradient(to bottom,var(--light-gray) 0,var(--white) 10px);z-index:100;display:none}header.section-sticky-header .sticky-header-search form{padding:20px 36px;display:flex;align-items:center}header.section-sticky-header .sticky-header-search form input{background-color:transparent;border:none;width:100%;outline:0;font-size:16px;font-weight:400;color:var(--dark-brown);font-family:var(--font-body-family)}header.section-sticky-header .sticky-header-search form button{background-color:transparent;border:none;outline:0;cursor:pointer}header.section-sticky-header .sticky-header-search form button svg{width:20px;height:20px;fill:var(--dark-brown)}header.section-sticky-header .sticky-header-search .sticky-header-search-results{position:relative;width:100%;transition:height .3s ease-in-out;padding:20px 36px;background:linear-gradient(to bottom,var(--light-gray) 0,var(--white) 10px);display:none}@media screen and (max-width:600px){header.section-sticky-header .sticky-header-search .sticky-header-search-results{padding:20px}}header.section-sticky-header .sticky-header-search .sticky-header-search-results.active{display:block}header.section-sticky-header .sticky-header-search .sticky-header-search-results h3{margin:0 0 20px 0;font-weight:400;font-size:16px}header.section-sticky-header .sticky-header-search .sticky-header-search-results .sticky-header-search-results-products{display:flex;flex-wrap:wrap;gap:20px}header.section-sticky-header .sticky-header-search .sticky-header-search-results .sticky-header-search-results-products a{display:flex;flex-direction:column;gap:10px;text-decoration:none;color:var(--dark-brown);width:16.6666666667%}@media screen and (max-width:1260px){header.section-sticky-header .sticky-header-search .sticky-header-search-results .sticky-header-search-results-products a{width:25%}}@media screen and (max-width:600px){header.section-sticky-header .sticky-header-search .sticky-header-search-results .sticky-header-search-results-products a{width:33.3333333333%}}header.section-sticky-header .sticky-header-search .sticky-header-search-results .sticky-header-search-results-products a img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}header.section-sticky-header .sticky-header-search .sticky-header-search-results .sticky-header-search-results-products a .info{padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:5px}header.section-sticky-header .sticky-header-search .sticky-header-search-results .sticky-header-search-results-products a .info h3{margin:0;font-size:14px}header.section-sticky-header .sticky-header-search .sticky-header-search-results .sticky-header-search-results-products a .info p{margin:0;font-weight:400}header.section-sticky-header .sticky-header-search .sticky-header-search-results .sticky-header-search-results-products a .info span.highlight{font-weight:700}
/*# sourceMappingURL=header-sticky.min.css.map */
