/* Ample 69.73.52 — light desktop header + centered floating mega panel. */
#storeHeader .site-desktop-nav-shell,
#storeHeader .site-mega-layer,
#storeHeader .site-mega-scrim{display:none;}
#storeHeader .site-logo img,#storeFooter .site-logo img{display:block;width:112px;height:auto;max-width:100%;}

@media (min-width:1024px){
  #storeHeader .site-mobile-menu{display:none!important;}
  #storeHeader .ample-header-main{
    display:grid!important;grid-template-areas:"logo search actions"!important;
    grid-template-columns:minmax(160px,1fr) minmax(360px,680px) minmax(160px,1fr)!important;
    column-gap:24px!important;height:70px!important;min-height:70px!important;
  }
  #storeHeader .ample-catalog-button{display:none!important;}
  #storeHeader .site-logo{justify-self:start!important;font-size:28px!important;letter-spacing:-1.2px!important;}
  #storeHeader .site-search{justify-self:center!important;width:100%!important;max-width:680px!important;background:#f6f6f7!important;}
  #storeHeader .site-actions{justify-self:end!important;}
  #storeHeader .site-desktop-nav-shell{
    position:relative;display:block;height:52px;border-top:1px solid #ececee;border-bottom:1px solid #e4e5e7;background:#fff;
    box-shadow:0 3px 12px rgba(18,20,24,.025);
  }
  #storeHeader .site-desktop-nav{
    display:flex;width:calc(100% - 40px);max-width:1360px;height:51px;align-items:center;justify-content:center;
    gap:6px;margin:0 auto;padding:0;overflow:hidden;
  }
  #storeHeader .site-desktop-nav-link,
  #storeHeader .site-desktop-nav-guide{
    position:relative;display:inline-flex;min-width:0;height:38px;align-items:center;justify-content:center;gap:7px;
    margin:0;padding:0 14px;border:0;border-radius:9px;background:transparent;color:#45484d;text-decoration:none;
    font:inherit;font-size:12px;font-weight:750;line-height:1;letter-spacing:.01em;white-space:nowrap;cursor:pointer;
    transition:background .16s ease,color .16s ease,transform .16s ease;
  }
  #storeHeader button.site-desktop-nav-link::after{content:"";width:5px;height:5px;margin:0 0 3px 2px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .16s ease;}
  #storeHeader .site-desktop-nav-link:hover,
  #storeHeader .site-desktop-nav-link:focus-visible,
  #storeHeader .site-desktop-nav-link.is-active,
  #storeHeader .site-desktop-nav-guide:hover{background:#f1f2f3;color:#111;outline:0;transform:translateY(-1px);}
  #storeHeader button.site-desktop-nav-link.is-active::after{margin-top:4px;transform:rotate(225deg);}
  #storeHeader .site-desktop-nav-new::before{content:"";width:7px;height:7px;border-radius:50%;background:#6bd17a;box-shadow:0 0 0 4px rgba(107,209,122,.14);}
  #storeHeader .site-desktop-nav-catalog{padding-inline:15px;background:#f0f1f2;color:#111;font-weight:850;}
  #storeHeader .site-desktop-nav-catalog:hover,
  #storeHeader .site-desktop-nav-catalog.is-active{background:#111;color:#fff;}
  #storeHeader .site-desktop-nav-menu-icon{display:inline-block;margin-right:1px;font-size:14px;line-height:1;letter-spacing:-2px;transform:translateY(-1px);}
  #storeHeader .site-desktop-nav-divider{width:1px;height:22px;margin:0 6px;background:#dedfe2;}
  #storeHeader .site-desktop-nav-spacer{display:none;}
  #storeHeader .site-desktop-nav-sale{color:#ff6672;font-weight:850;}
  #storeHeader .site-desktop-nav-sale span{display:grid;min-width:24px;height:17px;place-items:center;border-radius:999px;background:#e51e2f;color:#fff;font-size:8px;}
  #storeHeader .site-desktop-nav-guide{margin-left:8px;border:1px solid #dedfe2;color:#33363a;font-size:11px;font-weight:700;}

  #storeHeader .ample-catalog-button[data-mega-trigger].is-active{background:#252629;box-shadow:0 0 0 3px rgba(17,17,17,.08);}
  #storeHeader .site-mega-layer{position:absolute;z-index:185;top:100%;left:0;right:0;display:block;height:0;pointer-events:none;}
  #storeHeader .site-mega-panel{
    position:absolute;top:12px;left:50%;right:auto;display:block;width:min(calc(100% - 40px),1360px);
    max-height:min(620px,calc(100vh - var(--catalog-sticky-offset,150px) - 28px));overflow:auto;
    border:1px solid rgba(19,21,25,.11);border-radius:20px;background:rgba(255,255,255,.99);
    box-shadow:0 28px 80px rgba(9,12,18,.24),0 8px 24px rgba(9,12,18,.1);opacity:0;
    transform:translate(-50%,-9px) scale(.988);transform-origin:50% 0;pointer-events:none;
    transition:opacity .18s ease,transform .2s cubic-bezier(.2,.8,.2,1);
  }
  #storeHeader .site-mega-panel[hidden]{display:none!important;}
  #storeHeader .site-mega-panel.is-open{opacity:1;transform:translate(-50%,0) scale(1);pointer-events:auto;}
  #storeHeader .site-mega-frame{width:100%;margin:0;padding:24px 28px 28px;}
  #storeHeader .site-mega-intro{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:0 0 18px;border-bottom:1px solid #e7e8ea;}
  #storeHeader .site-mega-intro>div{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"eyebrow eyebrow" "title copy";align-items:baseline;gap:6px 22px;min-width:0;}
  #storeHeader .site-mega-intro>div>span{grid-area:eyebrow;color:#8a8e94;font-size:9px;font-weight:850;letter-spacing:.17em;text-transform:uppercase;}
  #storeHeader .site-mega-intro h2{grid-area:title;margin:0;color:#151618;font-size:clamp(22px,1.7vw,29px);font-weight:840;line-height:1.05;letter-spacing:-.035em;white-space:nowrap;}
  #storeHeader .site-mega-intro p{grid-area:copy;max-width:540px;margin:0;color:#757980;font-size:11.5px;line-height:1.45;}
  #storeHeader .site-mega-view-all{display:inline-flex;flex:0 0 auto;align-items:center;gap:14px;padding:0 0 4px;border-bottom:1px solid #17181a;color:#17181a;text-decoration:none;font-size:11px;font-weight:790;white-space:nowrap;}
  #storeHeader .site-mega-view-all span{font-size:14px;transition:transform .15s ease;}
  #storeHeader .site-mega-view-all:hover span{transform:translateX(3px);}
  #storeHeader .site-mega-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(245px,275px);gap:30px;padding-top:22px;}
  #storeHeader .site-mega-columns{display:grid;grid-template-columns:repeat(var(--mega-columns,4),minmax(0,1fr));min-width:0;}
  #storeHeader .site-mega-col{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:0;padding:0 20px;border-right:1px solid #ececee;}
  #storeHeader .site-mega-col:first-child{padding-left:0;}
  #storeHeader .site-mega-col:last-child{padding-right:0;border-right:0;}
  #storeHeader .site-mega-col .ample-menu-heading{position:relative;display:block;margin:0 0 12px;padding-bottom:10px;color:#17181a;font-size:10px;font-weight:850;line-height:1.1;letter-spacing:.12em;text-transform:uppercase;}
  #storeHeader .site-mega-col .ample-menu-heading::after{content:"";position:absolute;left:0;bottom:0;width:22px;height:2px;border-radius:2px;background:#17181a;}
  #storeHeader .site-mega-col a{position:relative;display:inline-flex;max-width:100%;align-items:center;margin:0;padding:5px 18px 5px 0;color:#555a61;text-decoration:none;font-size:11.5px;font-weight:520;line-height:1.35;white-space:normal;transition:color .14s ease,transform .14s ease;}
  #storeHeader .site-mega-col a::after{content:"→";position:absolute;right:0;color:#111;font-size:11px;opacity:0;transform:translateX(-4px);transition:opacity .14s ease,transform .14s ease;}
  #storeHeader .site-mega-col a:hover{color:#111;transform:translateX(2px);}
  #storeHeader .site-mega-col a:hover::after{opacity:1;transform:translateX(0);}

  #storeHeader .site-mega-feature{position:relative;display:flex;min-height:214px;flex-direction:column;align-items:flex-start;justify-content:flex-end;overflow:hidden;padding:22px;border-radius:16px;background:#18191b;color:#fff;isolation:isolate;}
  #storeHeader .site-mega-feature::before{content:"";position:absolute;z-index:-1;inset:auto -70px -110px auto;width:250px;height:250px;border-radius:50%;background:rgba(255,255,255,.09);}
  #storeHeader .site-mega-feature-mark{position:absolute;z-index:-1;top:-25px;right:12px;color:rgba(255,255,255,.07);font-size:190px;font-weight:950;line-height:1;letter-spacing:-.12em;}
  #storeHeader .site-mega-feature-kicker{margin:0 0 auto;color:rgba(255,255,255,.7);font-size:8.5px;font-weight:850;letter-spacing:.18em;text-transform:uppercase;}
  #storeHeader .site-mega-feature strong{display:block;max-width:230px;margin:24px 0 7px;font-size:22px;font-weight:820;line-height:1.05;letter-spacing:-.035em;}
  #storeHeader .site-mega-feature p{max-width:235px;margin:0 0 19px;color:rgba(255,255,255,.7);font-size:10.5px;line-height:1.5;}
  #storeHeader .site-mega-feature>a{display:inline-flex;align-items:center;gap:9px;padding:9px 12px;border-radius:8px;background:#fff;color:#111;text-decoration:none;font-size:10px;font-weight:800;}
  #storeHeader .site-mega-feature-sand{background:linear-gradient(145deg,#cfbba3,#8f7459);}
  #storeHeader .site-mega-feature-graphite{background:linear-gradient(145deg,#34373d,#101114);}
  #storeHeader .site-mega-feature-blue{background:linear-gradient(145deg,#2d5792,#14243e);}
  #storeHeader .site-mega-feature-red{background:linear-gradient(145deg,#a92531,#3b1117);}
  #storeHeader .site-mega-scrim{position:fixed;z-index:130;top:var(--catalog-sticky-offset,150px);right:0;bottom:0;left:0;display:block;border:0;background:rgba(12,14,18,.18);opacity:0;pointer-events:none;transition:opacity .18s ease;}
  #storeHeader .site-mega-scrim[hidden]{display:none!important;}
  #storeHeader .site-mega-scrim.is-open{opacity:1;pointer-events:auto;}
}

@media (min-width:1024px) and (max-width:1260px){
  #storeHeader .site-desktop-nav{width:calc(100% - 24px);gap:3px;}
  #storeHeader .site-desktop-nav-link{padding-inline:9px;font-size:10.5px;}
  #storeHeader .site-desktop-nav-guide{display:none;}
  #storeHeader .site-mega-panel{width:calc(100% - 24px);border-radius:16px;}
  #storeHeader .site-mega-frame{padding:22px 20px 24px;}
  #storeHeader .site-mega-content{grid-template-columns:minmax(0,1fr) 250px;gap:24px;}
  #storeHeader .site-mega-col{padding-inline:13px;}
  #storeHeader .site-mega-col a{font-size:10.5px;}
  #storeHeader .site-mega-feature{padding:20px;}
}

@media (prefers-reduced-motion:reduce){
  #storeHeader .site-mega-panel,#storeHeader .site-mega-scrim,#storeHeader .site-mega-col a{transition:none;}
}
/* Ample 69.73.84 — canonical stable footer.
   This file is deliberately loaded after route-specific styles. */
#storeFooter[data-ample-footer-stable="1"]{
  position:static!important;inset:auto!important;z-index:auto!important;
  display:block!important;width:100%!important;max-width:100%!important;
  margin:0!important;padding:0!important;background:#fff!important;color:#111!important;
  transform:none!important;translate:none!important;scale:none!important;rotate:none!important;
  contain:none!important;content-visibility:visible!important;
  -webkit-text-size-adjust:100%!important;text-size-adjust:100%!important;
}
#storeFooter[data-ample-footer-stable="1"] .site-footer{
  position:static!important;display:block!important;width:100%!important;margin:0!important;padding:0!important;
  border-top:1px solid #ececec!important;background:#fff!important;color:#111!important;
  transform:none!important;contain:none!important;content-visibility:visible!important;
}
#storeFooter[data-ample-footer-stable="1"] .site-footer,
#storeFooter[data-ample-footer-stable="1"] .site-footer *{
  animation:none!important;scroll-snap-align:none!important;
}
#storeFooter[data-ample-footer-stable="1"] .site-container{
  width:min(calc(100% - 40px),1600px)!important;max-width:1600px!important;margin-inline:auto!important;padding-inline:0!important;
  box-sizing:border-box!important;
}
#storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact{
  display:grid!important;grid-template-columns:minmax(210px,1.45fr) repeat(3,minmax(120px,1fr)) minmax(330px,2.7fr)!important;
  align-items:start!important;gap:clamp(18px,2vw,30px)!important;padding:30px 0 26px!important;
}
#storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact>section{
  display:block!important;grid-column:auto!important;min-width:0!important;width:100%!important;margin:0!important;text-align:left!important;
}
#storeFooter[data-ample-footer-stable="1"] .site-footer-brands{
  grid-column:5!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:clamp(14px,1.4vw,24px)!important;min-width:0!important;width:100%!important;margin:0!important;
}
#storeFooter[data-ample-footer-stable="1"] .site-footer-brand{display:block!important;min-width:0!important;margin:0!important;}
#storeFooter[data-ample-footer-stable="1"] h3{margin:2px 0 11px!important;color:#111!important;font-size:11px!important;font-weight:800!important;line-height:1.25!important;text-transform:uppercase!important;}
#storeFooter[data-ample-footer-stable="1"] h3 a{color:inherit!important;text-decoration:none!important;}
#storeFooter[data-ample-footer-stable="1"] .site-footer-grid-compact section>p,
#storeFooter[data-ample-footer-stable="1"] .site-footer-grid-compact section>span,
#storeFooter[data-ample-footer-stable="1"] .site-footer-grid-compact section>a:not(.site-logo),
#storeFooter[data-ample-footer-stable="1"] .site-cookie-settings{
  display:block!important;max-width:100%!important;margin:6px 0!important;color:#666d76!important;
  font-size:12px!important;line-height:1.4!important;text-decoration:none!important;overflow-wrap:break-word!important;word-break:normal!important;
}
#storeFooter[data-ample-footer-stable="1"] .site-footer-about p{max-width:300px!important;}
#storeFooter[data-ample-footer-stable="1"] .footer-logo{display:inline-block!important;margin:0 0 9px!important;padding:0!important;color:#111!important;text-decoration:none!important;}
#storeFooter[data-ample-footer-stable="1"] .site-social-row{
  display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important;justify-items:start!important;
  gap:8px!important;width:100%!important;margin:9px 0 7px!important;
}
#storeFooter[data-ample-footer-stable="1"] .site-social-link{
  display:inline-flex!important;width:max-content!important;max-width:100%!important;min-width:0!important;
  align-items:center!important;justify-content:flex-start!important;gap:9px!important;margin:0!important;
  color:#111!important;font-weight:700!important;text-decoration:none!important;white-space:nowrap!important;overflow:hidden!important;
  transform:none!important;
}
#storeFooter[data-ample-footer-stable="1"] .site-social-link svg{
  display:block!important;flex:0 0 20px!important;width:20px!important;min-width:20px!important;max-width:20px!important;
  height:20px!important;min-height:20px!important;max-height:20px!important;margin:0!important;transform:none!important;
}
#storeFooter[data-ample-footer-stable="1"] .site-social-link span{display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;}
#storeFooter[data-ample-footer-stable="1"] .site-footer-brand>a{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;}
#storeFooter[data-ample-footer-stable="1"] .site-footer-bottom{display:block!important;margin:0!important;border-top:1px solid #ececec!important;background:#fff!important;color:#6b6b6b!important;font-size:11px!important;}
#storeFooter[data-ample-footer-stable="1"] .site-footer-bottom .site-container{display:flex!important;min-height:44px!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;padding:0!important;}
@media(max-width:1319px){
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-brands{grid-column:1/-1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:899px){
  #storeFooter[data-ample-footer-stable="1"] .site-container{width:calc(100% - 24px)!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px 28px!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-about,#storeFooter[data-ample-footer-stable="1"] .site-footer-contacts{grid-column:1/-1!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-brands{grid-column:1/-1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:560px){
  #storeFooter[data-ample-footer-stable="1"]{overflow:hidden!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-container{width:calc(100% - 32px)!important;max-width:none!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact{
    display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:20px!important;padding:18px 0 18px!important;align-items:start!important;
  }
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact>section,
  #storeFooter[data-ample-footer-stable="1"] .site-footer-about,
  #storeFooter[data-ample-footer-stable="1"] .site-footer-catalog,
  #storeFooter[data-ample-footer-stable="1"] .site-footer-buyer,
  #storeFooter[data-ample-footer-stable="1"] .site-footer-contacts{
    grid-column:1/-1!important;width:100%!important;min-width:0!important;margin:0!important;
  }
  #storeFooter[data-ample-footer-stable="1"] .site-footer-nav{
    display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;column-gap:22px!important;row-gap:0!important;
  }
  #storeFooter[data-ample-footer-stable="1"] .site-footer-nav>h3{grid-column:1/-1!important;margin:0 0 8px!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid-compact section>p,
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid-compact section>span,
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid-compact section>a:not(.site-logo),
  #storeFooter[data-ample-footer-stable="1"] .site-cookie-settings{font-size:13px!important;line-height:1.42!important;margin:5px 0!important;}
  #storeFooter[data-ample-footer-stable="1"] h3{font-size:11px!important;margin:0 0 8px!important;}
  #storeFooter[data-ample-footer-stable="1"] .footer-logo{font-size:22px!important;margin:0 0 9px!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-about p{max-width:100%!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-contacts .site-social-row{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:9px!important;margin:10px 0 7px!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-contacts .site-social-link{font-size:13px!important;line-height:1.35!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-brands{
    grid-column:1/-1!important;display:flex!important;flex-direction:column!important;gap:20px!important;width:100%!important;min-width:0!important;margin:0!important;
  }
  #storeFooter[data-ample-footer-stable="1"] .site-footer-brands>.site-footer-brand{
    display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;column-gap:22px!important;row-gap:0!important;width:100%!important;min-width:0!important;margin:0!important;
  }
  #storeFooter[data-ample-footer-stable="1"] .site-footer-brand>h3{grid-column:1/-1!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-brand>a{font-size:13px!important;line-height:1.42!important;margin:5px 0!important;min-width:0!important;overflow-wrap:break-word!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-bottom .site-container{min-height:42px!important;flex-wrap:wrap!important;padding:7px 0 calc(7px + env(safe-area-inset-bottom,0px))!important;}
}

/* 69.73.84 mobile scroll stability.
   Footer itself never participates in scroll anchoring or transforms.  The
   fixed catalogue action bar is hidden without translate animation when the
   IntersectionObserver reports the footer, so scrolling cannot make the lower
   page appear to jump. */
#storeFooter[data-ample-footer-stable="1"]{
  overflow-anchor:none!important;
  will-change:auto!important;
}
#storeFooter[data-ample-footer-stable="1"] .site-footer,
#storeFooter[data-ample-footer-stable="1"] .site-footer *{
  transition-property:color,background-color,border-color,opacity!important;
  transform:none!important;
}
@media(max-width:960px){
  html.is-catalog-route body.shop-body .fx-mobile-bar{
    transition:none!important;
  }
  html.is-catalog-route body.shop-body.catalog-footer-near .fx-mobile-bar,
  html.is-catalog-route body.shop-body .fx-mobile-bar.is-footer-overlap{
    opacity:0!important;
    visibility:hidden!important;
    transform:none!important;
    pointer-events:none!important;
  }
}

/* Ample 69.73.90 — mobile footer specificity fix.
   The generic >section rule is intentionally more specific than .site-footer-nav
   in older bundles, so make navigation sections explicit grid owners. */
@media (max-width:560px){
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact>section.site-footer-nav{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    column-gap:22px!important;
    row-gap:0!important;
    align-content:start!important;
  }
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact>section.site-footer-nav>h3{
    grid-column:1/-1!important;
    margin:0 0 8px!important;
  }
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact>section.site-footer-nav>a,
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact>section.site-footer-nav>.site-cookie-settings{
    min-width:0!important;
    width:auto!important;
    max-width:100%!important;
    margin:5px 0!important;
  }
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact>section.site-footer-contacts{
    display:block!important;
  }
  #storeFooter[data-ample-footer-stable="1"] .site-footer-contacts .site-social-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:9px!important;
    width:100%!important;
  }
}

/* Ample 69.74.1 — contacts are the final footer block; mobile details keep a two-column rhythm. */
#storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact{
  grid-template-columns:minmax(210px,1.35fr) minmax(120px,.9fr) minmax(150px,1fr) minmax(330px,2.55fr) minmax(155px,1.05fr)!important;
}
#storeFooter[data-ample-footer-stable="1"] .site-footer-brands{grid-column:4!important;}
#storeFooter[data-ample-footer-stable="1"] .site-footer-contacts{grid-column:5!important;}
@media(max-width:1319px){
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-brands{grid-column:1/-1!important;grid-row:auto!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-contacts{grid-column:1/-1!important;grid-row:auto!important;}
}
@media(max-width:899px){
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-about{grid-column:1/-1!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-brands{grid-column:1/-1!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-contacts{grid-column:1/-1!important;}
}
@media(max-width:560px){
  #storeFooter[data-ample-footer-stable="1"] .site-footer-grid.site-footer-grid-compact>section.site-footer-contacts{
    display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;column-gap:22px!important;row-gap:0!important;
  }
  #storeFooter[data-ample-footer-stable="1"] .site-footer-contacts>h3,
  #storeFooter[data-ample-footer-stable="1"] .site-footer-contacts>.site-social-row,
  #storeFooter[data-ample-footer-stable="1"] .site-footer-contacts>.site-footer-contact-all{grid-column:1/-1!important;}
  #storeFooter[data-ample-footer-stable="1"] .site-footer-contacts>.site-social-row{
    display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px 22px!important;
  }
}
