@media (max-width: 820px){
  html body .altay-clean-main,
  html body header.altay-clean-header .altay-clean-main{
    background:#fff!important;
    overflow:visible!important;
  }
  html body .altay-clean-main__inner,
  html body header.altay-clean-header .altay-clean-main__inner{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:10px 12px 12px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"logo actions" "search search"!important;
    gap:9px 8px!important;
    align-items:center!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }
  html body .altay-header-logo,
  html body header.altay-clean-header .altay-header-logo{
    grid-area:logo!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:260px!important;
    min-width:0!important;
    max-width:calc(100vw - 122px)!important;
    height:58px!important;
    max-height:58px!important;
    overflow:visible!important;
    flex:0 1 auto!important;
    margin:0!important;
    padding:0!important;
  }
  html body .altay-header-logo img,
  html body header.altay-clean-header .altay-header-logo img{
    display:block!important;
    width:260px!important;
    min-width:260px!important;
    max-width:260px!important;
    height:54px!important;
    max-height:54px!important;
    object-fit:contain!important;
    object-position:left center!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
  }
  html body .altay-clean-actions,
  html body header.altay-clean-header .altay-clean-actions{
    grid-area:actions!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    width:auto!important;
    max-width:110px!important;
    min-width:0!important;
    gap:5px!important;
    margin:0!important;
    padding:0!important;
    flex:0 0 auto!important;
  }
  html body .altay-account-menu,
  html body .altay-clean-icon--account,
  html body .altay-store-panel-button,
  html body .altay-mobile-store-panel{
    display:none!important;
    visibility:hidden!important;
    width:0!important;
    min-width:0!important;
    max-width:0!important;
    height:0!important;
    min-height:0!important;
    overflow:hidden!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  html body .altay-clean-icon,
  html body .altay-clean-menu-button,
  html body header.altay-clean-header .altay-clean-icon,
  html body header.altay-clean-header .altay-clean-menu-button{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    max-width:34px!important;
    border-radius:12px!important;
    padding:0!important;
  }
  html body .altay-clean-icon svg,
  html body .altay-clean-menu-button svg{
    width:18px!important;
    height:18px!important;
    max-width:18px!important;
    max-height:18px!important;
  }
  html body .altay-clean-badge{
    min-width:17px!important;
    height:17px!important;
    line-height:13px!important;
    font-size:9px!important;
    right:-5px!important;
    top:-6px!important;
  }
  html body .altay-clean-search,
  html body header.altay-clean-header .altay-clean-search{
    grid-area:search!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
  }
  html body .altay-clean-search input{
    height:48px!important;
    border-radius:16px!important;
    padding-right:56px!important;
  }
  html body .altay-clean-search button{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    right:7px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    overflow:hidden!important;
  }
  html body .altay-clean-search button svg{
    width:17px!important;
    height:17px!important;
    max-width:17px!important;
    max-height:17px!important;
    margin:0!important;
  }

  html body .home-collections-strip{
    width:100%!important;
    max-width:100%!important;
    margin:10px 0 14px!important;
    padding:0 10px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  html body .home-collections-grid{
    display:flex!important;
    grid-template-columns:none!important;
    flex-wrap:nowrap!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0 0 6px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html body .home-collections-grid::-webkit-scrollbar{display:none!important;}
  html body .home-collection-mini,
  html body a.home-collection-mini{
    flex:0 0 272px!important;
    width:272px!important;
    min-width:272px!important;
    max-width:272px!important;
    height:72px!important;
    min-height:72px!important;
    max-height:72px!important;
    display:grid!important;
    grid-template-columns:64px minmax(0,1fr)!important;
    align-items:center!important;
    gap:10px!important;
    padding:7px 12px!important;
    border-radius:18px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
    scroll-snap-align:start!important;
  }
  html body .home-collection-mini-media{
    width:58px!important;
    min-width:58px!important;
    max-width:58px!important;
    height:58px!important;
    min-height:58px!important;
    max-height:58px!important;
    border-radius:14px!important;
    overflow:hidden!important;
  }
  html body .home-collection-mini-media img{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    margin:0!important;
    padding:0!important;
  }
  html body .home-collection-mini-copy{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:flex-start!important;
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-align:left!important;
  }
  html body .home-collection-mini-copy small{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 3px!important;
    color:#7b8798!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:800!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  html body .home-collection-mini-copy strong{
    display:block!important;
    width:auto!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    color:#071020!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:18px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:-.02em!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:clip!important;
    word-break:keep-all!important;
    overflow-wrap:normal!important;
    hyphens:none!important;
  }
}
@media (max-width: 380px){
  html body .altay-header-logo,
  html body header.altay-clean-header .altay-header-logo{
    width:252px!important;
    max-width:calc(100vw - 116px)!important;
    height:56px!important;
  }
  html body .altay-header-logo img,
  html body header.altay-clean-header .altay-header-logo img{
    width:252px!important;
    min-width:252px!important;
    max-width:252px!important;
    height:52px!important;
    max-height:52px!important;
  }
  html body .altay-clean-actions{max-width:104px!important;gap:4px!important;}
  html body .altay-clean-icon,
  html body .altay-clean-menu-button{width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;}
  html body .home-collection-mini,
  html body a.home-collection-mini{flex-basis:264px!important;width:264px!important;min-width:264px!important;max-width:264px!important;}
}