@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@400;500;600;700&display=swap");

.asko-home,
.asko-home * {
    box-sizing: border-box;
}

.asko-home {
    --asko-ink: #141713;
    --asko-muted: #6a7069;
    --asko-line: rgba(20, 23, 19, .13);
    --asko-mist: #f5f6f3;
    --asko-white: #ffffff;
    --asko-pine: #315f52;
    --asko-clay: #a86143;
    --asko-gold: #f4b63f;
    --asko-smoke: #222724;
    --asko-radius: 8px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    overflow: hidden;
    background: var(--asko-mist);
    color: var(--asko-ink);
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

.asko-home img {
    display: block;
    max-width: 100%;
}

.asko-home a {
    color: inherit;
    text-decoration: none;
}

.asko-home__wrap {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

.asko-home__hero {
    position: relative;
    min-height: clamp(560px, 72vh, 760px);
    margin-top: 18px;
    background: #151713;
    color: var(--asko-white);
}

.asko-home__hero-bg,
.asko-home__hero-bg img,
.asko-home__hero-shade {
    position: absolute;
    inset: 0;
}

.asko-home__hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.asko-home__hero-shade {
    background:
        linear-gradient(90deg, rgba(9, 12, 9, .86) 0%, rgba(9, 12, 9, .62) 42%, rgba(9, 12, 9, .12) 100%),
        linear-gradient(0deg, rgba(9, 12, 9, .35), rgba(9, 12, 9, .08));
}

.asko-home__hero-inner {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: grid;
    grid-template-columns: minmax(0, 720px) minmax(260px, 360px);
    gap: 56px;
    align-items: end;
    padding: 96px 0 58px;
}

.asko-home__eyebrow {
    margin: 0 0 18px;
    color: var(--asko-pine);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.asko-home__hero .asko-home__eyebrow,
.asko-home__section--dark .asko-home__eyebrow,
.asko-home__final .asko-home__eyebrow {
    color: #b8d6c6;
}

.asko-home h1,
.asko-home h2,
.asko-home h3 {
    margin: 0;
    font-family: "Unbounded", "Manrope", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}

.asko-home h1 {
    max-width: 780px;
    font-size: 76px;
    line-height: .98;
    font-weight: 600;
}

.asko-home .asko-home__hero h1 {
    color: var(--asko-white) !important;
}

.asko-home .asko-home__section--dark h2,
.asko-home .asko-home__final h2 {
    color: var(--asko-white) !important;
}

.asko-home h2 {
    font-size: 48px;
    line-height: 1.05;
    font-weight: 600;
}

.asko-home h3 {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
}

.asko-home__lead {
    max-width: 610px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 19px;
    line-height: 1.55;
}

.asko-home__hero-actions,
.asko-home__story-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.asko-home__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    transition: transform .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease;
}

.asko-home__btn:hover {
    transform: translateY(-2px);
}

.asko-home .asko-home__btn--light {
    background: var(--asko-white);
    color: var(--asko-ink);
}

.asko-home .asko-home__btn--ghost,
.asko-home .asko-home__btn--outline {
    border-color: rgba(255, 255, 255, .45);
    color: var(--asko-white);
}

.asko-home__btn--ghost:hover,
.asko-home__btn--outline:hover {
    border-color: var(--asko-white);
    background: rgba(255, 255, 255, .08);
}

.asko-home__hero-panel {
    align-self: end;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: var(--asko-radius);
    background: rgba(12, 15, 12, .5);
    backdrop-filter: blur(18px);
}

.asko-home__hero-panel span {
    display: block;
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
}

.asko-home__hero-panel strong {
    display: block;
    margin-top: 8px;
    font-family: "Unbounded", "Manrope", sans-serif;
    font-size: 24px;
    line-height: 1.15;
}

.asko-home__hero-panel p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .75);
    line-height: 1.55;
}

.asko-home__strip {
    background: var(--asko-white);
    border-bottom: 1px solid var(--asko-line);
}

.asko-home__strip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.asko-home__strip-grid div {
    min-height: 118px;
    padding: 26px 24px;
    border-left: 1px solid var(--asko-line);
}

.asko-home__strip-grid div:last-child {
    border-right: 1px solid var(--asko-line);
}

.asko-home__strip-grid strong {
    display: block;
    font-family: "Unbounded", "Manrope", sans-serif;
    font-size: 25px;
    line-height: 1;
}

.asko-home__strip-grid span {
    display: block;
    margin-top: 10px;
    color: var(--asko-muted);
    font-size: 14px;
    line-height: 1.45;
}

.asko-home__section {
    padding: 92px 0;
}

.asko-home__section--light {
    background: var(--asko-mist);
}

.asko-home__section--service {
    background:
        linear-gradient(90deg, rgba(49, 95, 82, .07), rgba(255, 255, 255, 0) 44%),
        var(--asko-white);
    border-top: 1px solid var(--asko-line);
    border-bottom: 1px solid var(--asko-line);
}

.asko-home__section--dark {
    background: var(--asko-smoke);
    color: var(--asko-white);
}

.asko-home__section--reviews {
    background:
        linear-gradient(90deg, rgba(22, 36, 32, .96) 0%, rgba(22, 36, 32, .84) 52%, rgba(22, 36, 32, .66) 100%),
        url("../img/feature-laundry.jpg") center / cover no-repeat;
    color: var(--asko-white);
}

.asko-home__section--products {
    background: var(--asko-white);
}

.asko-home__section--stores {
    background: #f7f8f5;
    border-top: 1px solid var(--asko-line);
}

.asko-home__section--articles {
    background:
        linear-gradient(180deg, #ffffff 0%, #eef3ef 100%);
}

.asko-home__section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    margin-bottom: 36px;
}

.asko-home__section-head .asko-home__eyebrow {
    grid-column: 1 / -1;
    margin-bottom: -8px;
}

.asko-home .asko-home__text-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid var(--asko-line);
    border-radius: 6px;
    color: var(--asko-ink);
    font-size: 14px;
    font-weight: 800;
    background: rgba(255, 255, 255, .55);
}

.asko-home__text-link:hover {
    border-color: var(--asko-pine);
}

.asko-home__section--reviews .asko-home__eyebrow {
    color: #b8d6c6;
}

.asko-home__section--reviews h2 {
    color: var(--asko-white) !important;
}

.asko-home__section--reviews .asko-home__text-link {
    border-color: rgba(255, 255, 255, .26);
    background: rgba(255, 255, 255, .08);
    color: var(--asko-white);
}

.asko-home__section--reviews .asko-home__text-link:hover {
    border-color: rgba(255, 255, 255, .72);
}

.asko-home__categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.asko-home .asko-home__category {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    border-radius: var(--asko-radius);
    background: #dfe3de;
    color: var(--asko-white);
}

.asko-home__category img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform .45s ease;
}

.asko-home__category::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .04) 20%, rgba(0, 0, 0, .76) 100%);
}

.asko-home__category span,
.asko-home__category strong {
    position: absolute;
    z-index: 1;
    left: 22px;
    right: 22px;
}

.asko-home__category span {
    bottom: 58px;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    font-weight: 700;
}

.asko-home__category strong {
    bottom: 22px;
    font-family: "Unbounded", "Manrope", sans-serif;
    font-size: 19px;
    line-height: 1.2;
}

.asko-home__category:hover img {
    transform: scale(1.045);
}

.asko-home__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -12px 0 24px;
}

.asko-home__tab {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--asko-line);
    border-radius: 6px;
    background: #f7f8f5;
    color: var(--asko-muted);
    font: 800 14px/1 "Manrope", "Segoe UI", Arial, sans-serif;
    cursor: default;
}

.asko-home__tab.is-active {
    border-color: var(--asko-pine);
    background: var(--asko-pine);
    color: var(--asko-white);
}

.asko-home__product-slider {
    position: relative;
}

.asko-home__products {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 18px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.asko-home__products::-webkit-scrollbar {
    display: none;
}

.asko-home__product {
    display: flex;
    flex: 0 0 calc((100% - 48px) / 4);
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--asko-line);
    border-radius: var(--asko-radius);
    background: var(--asko-white);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.asko-home__product:hover {
    transform: translateY(-3px);
    border-color: rgba(49, 95, 82, .42);
    box-shadow: 0 18px 42px rgba(20, 23, 19, .08);
}

.asko-home__product-nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--asko-line);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: var(--asko-ink);
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: border-color .2s ease, transform .2s ease, opacity .2s ease;
}

.asko-home__product-nav:hover {
    border-color: var(--asko-pine);
    transform: translateY(-50%) scale(1.04);
}

.asko-home__product-nav--prev {
    left: -22px;
}

.asko-home__product-nav--next {
    right: -22px;
}

.asko-home__product-image {
    display: grid;
    min-height: 250px;
    place-items: center;
    padding: 22px;
    background: #f4f5f1;
}

.asko-home__product-image img {
    width: 100%;
    height: 210px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.asko-home__product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.asko-home__product-availability {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    color: var(--asko-pine);
    font-size: 13px;
    font-weight: 800;
}

.asko-home__product-body h3 {
    min-height: 58px;
    font-size: 16px;
    line-height: 1.35;
}

.asko-home .asko-home__product-body h3 a {
    color: var(--asko-ink);
}

.asko-home__product-rating {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 16px;
    color: var(--asko-muted);
    font-size: 13px;
    font-weight: 700;
}

.asko-home__stars {
    display: inline-flex;
    gap: 2px;
    color: #c7cbc3;
    font-size: 15px;
    line-height: 1;
}

.asko-home__stars .is-filled {
    color: #f4b63f;
}

.asko-home__product-bottom {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 22px;
}

.asko-home__product-bottom strong {
    color: var(--asko-ink);
    font-size: 18px;
    white-space: nowrap;
}

.asko-home .asko-home__product-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--asko-line);
    border-radius: 6px;
    color: var(--asko-ink);
    font-size: 13px;
    font-weight: 800;
}

.asko-home .asko-home__product-link:hover {
    border-color: var(--asko-pine);
}

.asko-home__articles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.asko-home__article {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--asko-line);
    border-radius: var(--asko-radius);
    background: var(--asko-white);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.asko-home__article:hover {
    transform: translateY(-3px);
    border-color: rgba(49, 95, 82, .42);
    box-shadow: 0 18px 42px rgba(20, 23, 19, .08);
}

.asko-home__article-image {
    display: block;
    overflow: hidden;
    background: #dde3dd;
}

.asko-home__article-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .42s ease;
}

.asko-home__article:hover .asko-home__article-image img {
    transform: scale(1.04);
}

.asko-home__article-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.asko-home__article-body > span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    color: var(--asko-pine);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.asko-home__article-body h3 {
    font-size: 17px;
    line-height: 1.32;
}

.asko-home .asko-home__article-body h3 a {
    color: var(--asko-ink);
}

.asko-home__article-body p {
    margin: 14px 0 0;
    color: var(--asko-muted);
    font-size: 14px;
    line-height: 1.6;
}

.asko-home .asko-home__article-link {
    display: inline-flex;
    width: fit-content;
    min-height: 40px;
    align-items: center;
    margin-top: auto;
    padding-top: 22px;
    color: var(--asko-ink);
    font-size: 14px;
    font-weight: 800;
}

.asko-home .asko-home__article-link:hover {
    color: var(--asko-pine);
}

.asko-home__story,
.asko-home__service {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: 56px;
    align-items: center;
}

.asko-home__story-copy p:not(.asko-home__eyebrow),
.asko-home__final p:not(.asko-home__eyebrow) {
    max-width: 620px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 17px;
    line-height: 1.7;
}

.asko-home__story-media,
.asko-home__service-media {
    overflow: hidden;
    border-radius: var(--asko-radius);
}

.asko-home__story-media img,
.asko-home__service-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.asko-home__service {
    grid-template-columns: minmax(300px, 500px) minmax(0, 1fr);
}

.asko-home__service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.asko-home__service-title {
    grid-column: 1 / -1;
    margin-bottom: 8px;
}

.asko-home__service article,
.asko-home__reviews article,
.asko-home__stores article {
    border: 1px solid var(--asko-line);
    border-radius: var(--asko-radius);
    background: var(--asko-white);
}

.asko-home__service article {
    min-height: 210px;
    padding: 24px;
}

.asko-home__service article span {
    display: inline-flex;
    margin-bottom: 42px;
    color: var(--asko-clay);
    font-family: "Unbounded", "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.asko-home__service article p,
.asko-home__reviews article p,
.asko-home__stores article p {
    margin: 12px 0 0;
    color: var(--asko-muted);
    line-height: 1.62;
}

.asko-home__reviews {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 18px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.asko-home__reviews::-webkit-scrollbar {
    display: none;
}

.asko-home__review-slider {
    position: relative;
}

.asko-home__reviews article {
    flex: 0 0 calc((100% - 32px) / 3);
    min-height: 300px;
    padding: 28px;
    color: var(--asko-ink);
    scroll-snap-align: start;
    box-shadow: 0 18px 50px rgba(8, 16, 13, .18);
}

.asko-home__review-nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: var(--asko-ink);
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.asko-home__review-nav:hover {
    border-color: var(--asko-gold);
    background: var(--asko-white);
    transform: translateY(-50%) scale(1.04);
}

.asko-home__review-nav--prev {
    left: -22px;
}

.asko-home__review-nav--next {
    right: -22px;
}

.asko-home__rating {
    color: #f4b63f;
    font-size: 16px;
    letter-spacing: 0;
}

.asko-home__reviews article strong {
    display: block;
    margin-top: 28px;
    font-size: 16px;
}

.asko-home__reviews article span {
    display: block;
    margin-top: 4px;
    color: var(--asko-muted);
    font-size: 14px;
}

.asko-home__stores {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.asko-home__stores article {
    min-height: 260px;
}

.asko-home__store-open {
    display: flex;
    width: 100%;
    min-height: inherit;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.asko-home__store-open h3 {
    min-height: 46px;
}

.asko-home__store-open span {
    display: block;
    margin-top: 16px;
    color: var(--asko-pine);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.asko-home__store-open strong {
    display: inline-flex;
    margin-top: 16px;
    color: var(--asko-ink);
    font-weight: 800;
}

.asko-home__store-open em {
    display: inline-flex;
    margin-top: auto;
    padding-top: 18px;
    color: var(--asko-clay);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.asko-home__modal {
    position: fixed;
    inset: 0;
    z-index: 2147481000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.asko-home__modal.is-open {
    display: flex;
}

.asko-home__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(14, 17, 14, .68);
    backdrop-filter: blur(10px);
}

.asko-home__modal-dialog {
    position: relative;
    z-index: 1;
    width: min(980px, calc(100% - 40px));
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);
    overflow: auto;
    border-radius: var(--asko-radius);
    background: var(--asko-white);
    box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
}

.asko-home__modal-close {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 14px;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 50%;
    background: rgba(20, 23, 19, .58);
    color: var(--asko-white);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.asko-home__store-modal {
    display: none;
    grid-template-columns: minmax(300px, 42%) minmax(0, 1fr);
    height: min(640px, calc(100vh - 40px));
    height: min(640px, calc(100dvh - 40px));
    min-height: 0;
}

.asko-home__store-modal.is-active {
    display: grid;
}

.asko-home__store-modal-media {
    min-height: 100%;
    background: #dfe3dd;
}

.asko-home__store-modal-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.asko-home__store-modal-body {
    overflow: auto;
    padding: 36px;
}

.asko-home__store-modal-body h2 {
    color: var(--asko-ink);
    font-size: 30px;
    line-height: 1.12;
}

.asko-home__store-modal-body p:not(.asko-home__eyebrow) {
    margin: 16px 0 0;
    color: var(--asko-muted);
    font-size: 15px;
    line-height: 1.58;
}

.asko-home__store-modal-body dl {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
}

.asko-home__store-modal-body dl div {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding-top: 10px;
    border-top: 1px solid var(--asko-line);
}

.asko-home__store-modal-body dt {
    color: var(--asko-muted);
    font-size: 13px;
    font-weight: 800;
}

.asko-home__store-modal-body dd {
    margin: 0;
    color: var(--asko-ink);
    font-weight: 700;
    line-height: 1.45;
}

.asko-home .asko-home__store-modal-body a {
    color: var(--asko-ink);
}

.asko-home__store-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.asko-home__store-modal-actions .asko-home__btn {
    min-height: 46px;
    padding-inline: 18px;
}

.asko-home__store-modal-actions .asko-home__btn--light {
    border-color: var(--asko-ink);
}

.asko-home__store-modal-actions .asko-home__btn--outline {
    border-color: var(--asko-line);
    color: var(--asko-ink);
}

html.asko-modal-lock {
    overflow: hidden;
}

.asko-home__final {
    position: relative;
    padding: 96px 0;
    color: var(--asko-white);
    background:
        linear-gradient(90deg, rgba(18, 22, 18, .92), rgba(18, 22, 18, .72)),
        url("../img/hero-laundry.jpg") center / cover no-repeat;
}

.asko-home__final-inner {
    max-width: 900px;
}

[data-asko-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease;
}

[data-asko-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1180px) {
    .asko-home__stores {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .asko-home h1 {
        font-size: 58px;
    }

    .asko-home h2 {
        font-size: 38px;
    }

    .asko-home__hero-inner,
    .asko-home__story,
    .asko-home__service {
        grid-template-columns: 1fr;
    }

    .asko-home__hero-inner {
        align-items: end;
        gap: 28px;
        padding-top: 72px;
    }

    .asko-home__hero-panel {
        max-width: 520px;
    }

    .asko-home__strip-grid,
    .asko-home__categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .asko-home__reviews article {
        flex-basis: calc((100% - 16px) / 2);
    }

    .asko-home__articles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .asko-home__products {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        padding: 0;
        scroll-snap-type: none;
    }

    .asko-home__product {
        flex-basis: auto;
    }

    .asko-home__product-nav {
        display: none;
    }

    .asko-home__service-media {
        max-width: 520px;
    }
}

@media (max-width: 720px) {
    .asko-home__wrap {
        width: min(100% - 28px, 1240px);
    }

    .asko-home__hero {
        min-height: 680px;
        margin-top: 10px;
    }

    .asko-home__hero-shade {
        background: linear-gradient(180deg, rgba(9, 12, 9, .88) 0%, rgba(9, 12, 9, .68) 55%, rgba(9, 12, 9, .24) 100%);
    }

    .asko-home h1 {
        font-size: 42px;
        line-height: 1.04;
    }

    .asko-home h2 {
        font-size: 30px;
        line-height: 1.12;
    }

    .asko-home__lead {
        font-size: 17px;
    }

    .asko-home__section {
        padding: 64px 0;
    }

    .asko-home__section-head {
        display: block;
    }

    .asko-home__section-head .asko-home__eyebrow {
        margin-bottom: 14px;
    }

    .asko-home__section-head .asko-home__text-link {
        margin-top: 22px;
    }

    .asko-home__strip-grid,
    .asko-home__categories,
    .asko-home__service-grid,
    .asko-home__articles,
    .asko-home__stores {
        grid-template-columns: 1fr;
    }

    .asko-home__reviews article {
        flex-basis: 86%;
    }

    .asko-home__review-nav {
        width: 38px;
        height: 38px;
        font-size: 26px;
    }

    .asko-home__review-nav--prev {
        left: 4px;
    }

    .asko-home__review-nav--next {
        right: 4px;
    }

    .asko-home__products {
        grid-template-columns: 1fr;
    }

    .asko-home__strip-grid div,
    .asko-home__strip-grid div:last-child {
        border-right: 1px solid var(--asko-line);
    }

    .asko-home__category {
        min-height: 270px;
    }

    .asko-home__stores article,
    .asko-home__reviews article,
    .asko-home__service article {
        min-height: auto;
    }

    .asko-home__store-open h3 {
        min-height: auto;
    }

    .asko-home__modal {
        padding: 14px;
    }

    .asko-home__modal-dialog {
        width: calc(100% - 28px);
        max-height: calc(100vh - 28px);
        max-height: calc(100dvh - 28px);
    }

    .asko-home__store-modal {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
    }

    .asko-home__store-modal-media {
        min-height: 260px;
        max-height: 320px;
    }

    .asko-home__store-modal-body {
        overflow: visible;
        padding: 28px 20px;
    }

    .asko-home__store-modal-body h2 {
        font-size: 26px;
    }

    .asko-home__store-modal-body dl div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .asko-home__product-image {
        min-height: 220px;
    }

    .asko-home__product-body h3 {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .asko-home *,
    [data-asko-reveal] {
        scroll-behavior: auto;
        transition: none;
    }

    [data-asko-reveal] {
        opacity: 1;
        transform: none;
    }
}
