/* Desktop reference match: header, categories and hero. */
.ao-shell { width: min(1320px, calc(100% - 40px)); }
.ao-header__shipping { background: #ad393a; font-size: 14px; }
.ao-header__shipping .ao-shell { min-height: 48px; }
.ao-header__main { grid-template-columns: 360px 1fr auto; gap: 28px; padding: 10px 0 0; }
.ao-header__brand img { max-width: 300px; }
.ao-header__search { max-width: 220px; justify-self: end; border-color: #ad393a; }
.ao-header__search input { padding: 10px 12px; }
.ao-header__search button { width: 42px; background: #fff; color: #ad393a; }
.ao-header__actions a { color: #1f4050; font-size: 14px; }
.ao-header__actions strong, .ao-header__actions b { color: #ad393a; }
.ao-header__actions b { background: #ad393a; color: #fff; }
.ao-header__nav { border: 0; }
.ao-header__nav .ao-shell { background: #fff; border-radius: 5px; box-shadow: 0 12px 22px rgba(20,31,30,.14); }
.ao-desktop-menu { justify-content: space-around; gap: 15px; }
.ao-desktop-menu a { padding: 21px 0; font-size: 15px; font-weight: 400; }
.ao-categories { padding: 38px 0 0; }
.ao-categories__title { margin: 0 0 35px; color: #1f4050; text-align: center; font-size: 26px; font-weight: 500; }
.ao-categories h1 { margin: 29px 0 76px; color: #363545; font-size: 40px; font-weight: 700; }
.ao-category-card img { height: 120px; aspect-ratio: auto; background: transparent; border-radius: 0; }
.ao-category-card span { color: #1f4050; font-size: 17px; font-weight: 400; }
.ao-hero { padding: 0 0 35px; }
.ao-hero__grid { grid-template-columns: minmax(0, 3fr) minmax(280px, 1fr); gap: 30px; }
.ao-hero__slide { min-height: 515px; border-radius: 0; }
.ao-hero__slide--secondary { display: none; }
.ao-hero__day { position: relative; overflow: hidden; border-radius: 5px; box-shadow: 0 1px 10px rgba(0,0,0,.13); background: #fff; }
.ao-hero__day-label { position: absolute; z-index: 1; top: 10px; left: 0; min-width: 145px; padding: 12px 18px; background: #08718a; color: #fff; text-align: center; }
.ao-hero__day .ao-product-grid { display: block; height: 100%; }
.ao-hero__day .ao-product-card { height: 100%; border: 0; border-radius: 0; }
.ao-hero__day .ao-product-card__image img { aspect-ratio: 1.15; }
.ao-hero__day .ao-product-card__body { padding: 15px; }
.ao-home { display: flex; flex-direction: column; }
.ao-home > section { order: 20; }
.ao-categories { order: 1 !important; }
.ao-hero { order: 2 !important; }
.ao-promos { order: 3 !important; }
.ao-bestsellers { order: 4 !important; }
.ao-trust { order: 5 !important; }
.ao-new-products { order: 6 !important; }
@media (max-width: 900px) { .ao-header__main { grid-template-columns: 1fr auto; } .ao-header__search { grid-column: 1 / -1; justify-self: stretch; max-width: none; } .ao-categories h1 { margin-bottom: 38px; font-size: 33px; } .ao-hero__grid { grid-template-columns: 1fr; } }
