header{background-color:#f7f7f7;position:relative}header.sticky{position:sticky;top:calc(var(--header-height)*-1);transition:top .3s ease-in-out;z-index:1000000}header.sticky.show{top:0}header .header-main{display:grid;gap:16px;grid-template-columns:24px 24px auto 24px 24px;padding:16px 20px 12px}@media (min-width:768px){header .header-main{grid-template-columns:132px auto 24px 24px 24px;padding:12px 20px}}@media (min-width:1260px){header .header-main{grid-template-columns:158px auto 24px 24px 24px;padding:12px 80px}}header .header-main button.user{background:none}header .header-main button.menu{background:none}@media (min-width:768px){header .header-main button.menu{display:none}}header .header-main a.logo{align-self:center;justify-self:center}@media (min-width:768px){header .header-main a.logo{grid-column:1;grid-row:1}}header .header-main a.logo img{max-width:132px}@media (min-width:1260px){header .header-main a.logo img{max-width:unset}}header .header-main button.cart,header .header-main button.whishlist{align-self:center;background:none;position:relative}header .header-main button.cart>span,header .header-main button.whishlist>span{background:#fbc805;border-radius:50%;color:#07041e;display:block;font-size:10px;height:14px;position:absolute;right:-7px;top:-2px;width:14px}header .header-main img.user{align-self:center}header .header-main div.search{grid-column:1 / 6}@media (min-width:768px){header .header-main div.search{grid-column:2;grid-row:1;justify-self:center;max-width:524px;width:100%}}header .header-main div.search input.form:not(:-moz-placeholder-shown)+label{font-size:12px}header .header-main div.search input.form:focus+label,header .header-main div.search input.form:not(:placeholder-shown)+label{font-size:12px}header .header-main div.search .input-label{width:auto}header .header-main div.search .input-label:after{display:none}header .header-main div.search label.form{font-size:16px;left:58px}header .header-main div.search input[type=search]{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2352525C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 19a8 8 0 1 0 0-16 8 8 0 0 0 0 16M21 21l-4.35-4.35'/%3E%3C/svg%3E") no-repeat 24px;font-size:16px;padding-left:58px;padding-right:24px}header .header-main div.search input[type=search]::-webkit-search-cancel-button{margin-top:-13px}iframe{height:100%;width:100%}
