.aharonov-home-template #main {
    padding: 0;
}

.ah-home {
    --ah-green: #2f7d3c;
    --ah-green-dark: #174d2a;
    --ah-ink: #172018;
    --ah-muted: #5f6f65;
    --ah-surface: #ffffff;
    --ah-soft: #f4f7f2;
    --ah-line: #dce6de;
    --ah-accent: #f59b23;
    --ah-blue: #176f83;
    color: var(--ah-ink);
    direction: rtl;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    background: #fff;
}

#main.ah-home,
#main.ah-home h1,
#main.ah-home h2,
#main.ah-home h3,
#main.ah-home h4,
#main.ah-home h5,
#main.ah-home h6,
#main.ah-home p,
#main.ah-home a,
#main.ah-home span,
#main.ah-home strong,
#main.ah-home em,
#main.ah-home li,
#main.ah-home button,
#main.ah-home input,
#main.ah-home textarea,
#main.ah-home select {
    font-family: Lato, sans-serif !important;
    letter-spacing: 0 !important;
}

.ah-home *,
.ah-home *::before,
.ah-home *::after {
    box-sizing: border-box;
}

.ah-home a {
    color: inherit;
}

.ah-home-container {
    position: relative;
}

.ah-home-section {
    padding: 72px 0;
}

.ah-home-section:nth-of-type(even) {
    background: var(--ah-soft);
}

.ah-home-section__header {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.ah-home-section__header--split {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    text-align: right;
}

.ah-home-section__header h2,
.ah-home-about h2 {
    margin: 0 0 12px;
    color: var(--ah-ink);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    font-weight: 800;
}

.ah-home-section__header p,
.ah-home-about p {
    margin: 0;
    color: var(--ah-muted);
    font-size: 1.08rem;
}

.ah-home-eyebrow {
    margin: 0 0 10px;
    color: var(--ah-green);
    font-size: .88rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ah-home-button,
.ah-home-product__button,
.ah-home-product .lightbox-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: .98rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease;
}

.ah-home-product__button:hover,
.ah-home-product .lightbox-link:hover {
    transform: translateY(-1px);
}

.ah-home-button--primary {
    background: var(--ah-accent);
    color: #1f1809;
}

.ah-home-button--secondary {
    border-color: var(--ah-green);
    color: var(--ah-green-dark);
    background: #fff;
}

.ah-home-button--catalog {
    min-width: 142px;
    border-color: var(--ah-green);
    color: #fff !important;
    background: var(--ah-green);
    box-shadow: 0 8px 20px rgba(47, 125, 60, .18);
    white-space: nowrap;
}

.ah-home-button--catalog:hover,
.ah-home-button--catalog:focus-visible {
    border-color: var(--ah-green-dark);
    color: #fff !important;
    background: var(--ah-green-dark);
    box-shadow: 0 10px 24px rgba(23, 77, 42, .22);
    transform: none;
}

.ah-home-hero {
    position: relative;
    min-height: min(620px, calc(100vh - 110px));
    overflow: hidden;
    color: #fff;
    background: var(--ah-green-dark);
}

.ah-home-hero__media,
.ah-home-hero__media picture,
.ah-home-hero__media img,
.ah-home-hero__overlay {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.ah-home-hero__media img {
    object-fit: cover;
}

.ah-home-hero__overlay {
    top: auto;
    height: 48%;
    background: linear-gradient(0deg, rgba(8, 18, 11, .86) 0%, rgba(8, 18, 11, .58) 42%, rgba(8, 18, 11, 0) 100%);
    pointer-events: none;
}

.ah-home-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: inherit;
    align-items: flex-end;
    padding: 120px 0 50px;
}

.ah-home-hero__content {
    width: min(860px, 100%);
    text-align: right;
}

.ah-home-hero__title {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(2.4rem, 6vw, 5.6rem);
    line-height: .88;
    font-weight: 700;
}

.ah-home-hero__text {
    max-width: 820px;
    color: rgba(255, 255, 255, .94);
    font-size: clamp(1.05rem, 1.8vw, 1.34rem);
    font-weight: 400;
}

.ah-home-hero__text p {
    margin: 0;
}

.ah-home-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: clamp(220px, 17vw, 270px);
    gap: 20px;
    direction: rtl;
}

.ah-home-categories {
    background: #fff !important;
}

.ah-home-categories .ah-home-section__header {
    max-width: none;
    margin: 0 0 42px;
    text-align: center;
}

.ah-home-categories .ah-home-section__header h2 {
    margin-bottom: 0;
    color: #183c3d;
    font-size: clamp(2.15rem, 3.4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
}

#main.ah-home .ah-home-categories,
#main.ah-home .ah-home-categories h2,
#main.ah-home .ah-home-category-card,
#main.ah-home .ah-home-category-card__title {
    font-family: Lato, sans-serif !important;
    letter-spacing: 0 !important;
}

.ah-home-category-card {
    position: relative;
    isolation: isolate;
    display: block;
    min-width: 0;
    min-height: 220px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #dfe5df;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(23, 32, 24, .08);
    transform: translateZ(0);
}

.ah-home-category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(7, 18, 10, 0) 42%, rgba(7, 18, 10, .2) 66%, rgba(7, 18, 10, .82) 100%);
    pointer-events: none;
}

.ah-home-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: inherit;
    pointer-events: none;
}

.ah-home-category-card:hover {
    color: #fff;
}

.ah-home-category-card:focus-visible {
    outline: 3px solid rgba(47, 125, 60, .28);
    outline-offset: 3px;
}

.ah-home-category-card__image {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #dfe5df;
}

.ah-home-category-card__image img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: cover;
    transform: scale(1.001);
    transition: transform .5s cubic-bezier(.2, .65, .3, 1);
}

.ah-home-category-card:hover .ah-home-category-card__image img {
    transform: scale(1.07);
}

.ah-home-category-card__image .ah-home-image-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: linear-gradient(135deg, #2f7d3c, #183c3d);
}

.ah-home-category-card__body {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 3;
    display: inline-flex;
    max-width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding: 20px;
    direction: rtl;
}

.ah-home-category-card__title {
    min-width: 0;
    margin: 0;
    color: #fff !important;
    font-size: clamp(1.12rem, 1.4vw, 1.38rem);
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .34);
}

.ah-home-category-card__arrow {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    order: 2;
    color: #ffad42 !important;
    transition: transform .28s ease;
}

.ah-home-category-card__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .28));
}

.ah-home-category-card:hover .ah-home-category-card__arrow {
    color: #ffc066 !important;
    transform: translateX(-5px);
}

.ah-home-category-card__title {
    order: 1;
}

@media (min-width: 1081px) {
    .ah-home-category-grid--bento {
        grid-template-rows: repeat(3, clamp(220px, 17vw, 270px));
        grid-auto-rows: auto;
    }

    .ah-home-category-grid--bento .ah-home-category-card:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }

    .ah-home-category-grid--bento .ah-home-category-card:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .ah-home-category-grid--bento .ah-home-category-card:nth-child(3) {
        grid-column: 3 / 5;
        grid-row: 1 / 2;
    }

    .ah-home-category-grid--bento .ah-home-category-card:nth-child(4) {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .ah-home-category-grid--bento .ah-home-category-card:nth-child(5) {
        grid-column: 3 / 4;
        grid-row: 2 / 3;
    }

    .ah-home-category-grid--bento .ah-home-category-card:nth-child(6) {
        grid-column: 4 / 5;
        grid-row: 2 / 3;
    }

    .ah-home-category-grid--bento .ah-home-category-card:nth-child(7) {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
    }

    .ah-home-category-grid--bento .ah-home-category-card:nth-child(8) {
        grid-column: 3 / 5;
        grid-row: 3 / 4;
    }
}

.ah-home-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ah-home-products--sales .ah-home-section__header {
    align-items: center;
    margin-bottom: 30px;
}

#main.ah-home .ah-home-products--sales .ah-home-section__header h2,
#main.ah-home .ah-home-products--sales .ah-home-button,
#main.ah-home .ah-home-featured .ah-home-section__header h2,
#main.ah-home .ah-home-featured .ah-home-button,
#main.ah-home .ah-home-products--sales .product-small,
#main.ah-home .ah-home-products--sales .product-small a,
#main.ah-home .ah-home-products--sales .product-small p,
#main.ah-home .ah-home-products--sales .product-small span,
#main.ah-home .ah-home-featured .product-small,
#main.ah-home .ah-home-featured .product-small a,
#main.ah-home .ah-home-featured .product-small p,
#main.ah-home .ah-home-featured .product-small span {
    font-family: Lato, Arial, sans-serif !important;
    letter-spacing: 0 !important;
    font-style: normal !important;
}

.ah-home-products--sales .ah-home-section__header h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 700;
    line-height: 1.1;
    text-transform: none;
}

.ah-home-products--sales .ah-home-button,
.ah-home-featured .ah-home-button {
    min-width: 142px;
    min-height: 44px;
    padding: 11px 20px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    white-space: nowrap;
}

.ah-home-product-section__header {
    max-width: none;
    margin: 0 0 30px;
    text-align: right;
}

.ah-home-product-section__header h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 700;
    line-height: 1.1;
}

.ah-home-product-carousel {
    margin-bottom: 0;
}

.ah-home-product {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ah-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 32, 24, .06);
}

.ah-home-product__image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f8faf7;
}

.ah-home-product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px;
    transition: transform .18s ease;
}

.ah-home-product:hover .ah-home-product__image img {
    transform: scale(1.03);
}

.ah-home-product__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    color: #281806;
    background: var(--ah-accent);
    font-size: .82rem;
    font-weight: 900;
}

.ah-home-product__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
}

.ah-home-product__category {
    margin: 0 0 6px;
    color: var(--ah-green);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ah-home-product h3 {
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 800;
}

.ah-home-product h3 a {
    color: var(--ah-ink);
    text-decoration: none;
}

.ah-home-product__price {
    margin-top: auto;
    color: var(--ah-ink);
    font-size: 1.03rem;
    font-weight: 800;
}

.ah-home-product__price del {
    color: #7f8a82;
    font-size: .88em;
    font-weight: 600;
}

.ah-home-product__price ins {
    color: var(--ah-green-dark);
    text-decoration: none;
}

.ah-home-product__actions {
    margin-top: 14px;
}

.ah-home-product__button,
.ah-home-product .lightbox-link {
    width: 100%;
    color: #fff;
    background: var(--ah-green);
}

.ah-home-about {
    background: #fff;
}

.ah-home-about__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 44px;
    align-items: center;
}

#main.ah-home .ah-home-about h2 {
    margin: 0 0 18px;
    font-family: Lato, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 700;
    letter-spacing: 0 !important;
}

.ah-home-about .ah-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 3px;
    color: rgba(47, 125, 60, .82);
    font-size: .86rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
}

.ah-home-about .ah-home-eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: currentColor;
}

.ah-home-rich-text p {
    margin: 0 0 16px;
}

.ah-home-about__figure {
    position: relative;
    isolation: isolate;
    margin: 0;
}

.ah-home-about__figure::before {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    z-index: 0;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    background: #4b8036;
}

.ah-home-about__figure img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    object-fit: cover;
}

.ah-home-about__figure figcaption {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    color: var(--ah-muted);
    font-size: .92rem;
}

.ah-home-section.ah-home-testimonials {
    overflow: hidden;
    background: #fff !important;
}

.ah-home-testimonials .ah-home-section__header {
    margin-bottom: 38px;
}

#main.ah-home .ah-home-testimonials,
#main.ah-home .ah-home-testimonials h2,
#main.ah-home .ah-home-testimonials p,
#main.ah-home .ah-home-testimonials span,
#main.ah-home .ah-home-testimonials blockquote,
#main.ah-home .ah-home-testimonials cite {
    font-family: Lato, Arial, sans-serif !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
}

#main.ah-home .ah-home-testimonials .ah-home-section__header h2 {
    margin-bottom: 13px;
    color: #183c3d;
    font-size: clamp(2.15rem, 3.4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
}

.ah-home-testimonials .ah-home-section__header>p:last-child {
    max-width: 570px;
    margin: 0 auto;
    color: #65736a;
    font-size: 1.04rem;
    line-height: 1.65;
}

#main.ah-home .ah-home-testimonial-carousel {
    position: relative;
    margin-bottom: 0;
    padding-top: 4px;
    background: transparent !important;
    box-shadow: none !important;
}

#main.ah-home .ah-home-testimonial-carousel .flickity-viewport,
#main.ah-home .ah-home-testimonial-carousel .flickity-slider,
#main.ah-home .ah-home-testimonial-carousel .ah-home-testimonial-cell {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

.ah-home-testimonial-cell {
    display: flex;
    min-height: 310px;
}

.ah-home-testimonial {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    padding: 28px;
    border: 1px solid #dce6de;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    transition: border-color .25s ease;
}

.ah-home-testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: var(--ah-green);
}

.ah-home-testimonial:hover {
    border-color: rgba(47, 125, 60, .3);
    box-shadow: none;
}

.ah-home-testimonial__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.ah-home-testimonial__quote-icon {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border-radius: 50%;
    color: var(--ah-green);
    background: #edf5ec;
}

.ah-home-testimonial__quote-icon svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ah-home-testimonial__rating {
    display: inline-flex;
    gap: 3px;
    color: #d7ddd8;
    direction: ltr;
    font-size: 1.05rem;
    line-height: 1;
}

.ah-home-testimonial__rating .is-filled {
    color: #f3a329;
}

.ah-home-testimonial blockquote {
    flex: 1;
    margin: 0 0 24px;
    padding: 0 16px 0 0;
    border: 0;
    border-right: 2px solid var(--ah-green);
    color: var(--ah-ink);
    text-align: right;
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.75;
}

.ah-home-testimonial__footer {
    margin-top: auto;
    padding-top: 6px;
    border: 0;
    text-align: left;
}

.ah-home-testimonial cite {
    display: inline-block;
    color: #637168;
    font-style: normal;
    font-size: .93rem;
    font-weight: 500;
}

#main.ah-home .ah-home-testimonial-carousel .flickity-prev-next-button {
    display: grid !important;
    top: 50% !important;
    bottom: auto !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid #d7e2d9 !important;
    border-radius: 50% !important;
    color: var(--ah-green-dark) !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(23, 32, 24, .14) !important;
    opacity: 1 !important;
    place-items: center;
    transform: translateY(-50%) !important;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

#main.ah-home .ah-home-testimonial-carousel .flickity-prev-next-button.previous,
#main.ah-home .ah-home-testimonial-carousel .flickity-prev-next-button.previous:hover,
#main.ah-home .ah-home-testimonial-carousel .flickity-prev-next-button.previous:focus-visible {
    right: 7px !important;
    left: auto !important;
}

#main.ah-home .ah-home-testimonial-carousel .flickity-prev-next-button.next,
#main.ah-home .ah-home-testimonial-carousel .flickity-prev-next-button.next:hover,
#main.ah-home .ah-home-testimonial-carousel .flickity-prev-next-button.next:focus-visible {
    right: auto !important;
    left: 7px !important;
}

#main.ah-home .ah-home-testimonial-carousel .flickity-prev-next-button::before {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-family: Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    transform: none !important;
}

#main.ah-home .ah-home-testimonial-carousel .flickity-prev-next-button.previous::before {
    content: "\2192" !important;
}

#main.ah-home .ah-home-testimonial-carousel .flickity-prev-next-button.next::before {
    content: "\2190" !important;
}

#main.ah-home .ah-home-testimonial-carousel .flickity-prev-next-button:hover,
#main.ah-home .ah-home-testimonial-carousel .flickity-prev-next-button:focus-visible {
    border-color: var(--ah-green) !important;
    color: #fff !important;
    background: var(--ah-green) !important;
    transform: translateY(-50%) !important;
}

#main.ah-home .ah-home-testimonial-carousel .flickity-prev-next-button svg {
    display: none !important;
}

.ah-home-trust {
    padding: 36px 0;
    color: #fff;
    background: var(--ah-green-dark);
}

.ah-home-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ah-home-trust__item {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 16px;
    align-items: center;
    min-height: 132px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.ah-home-trust__icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 8px;
    background: #fff;
}

.ah-home-trust__icon img {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

.ah-home-trust h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.25;
}

.ah-home-trust p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: .95rem;
}

.ah-home-empty,
.ah-home-admin-notice {
    padding: 18px;
    border: 1px solid var(--ah-line);
    border-radius: 8px;
    color: var(--ah-ink);
    background: #fff;
}

.ah-home-admin-notice {
    margin-bottom: 24px;
    border-color: #f0c36d;
    background: #fff7e6;
}

.ah-home-image-placeholder {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--ah-green), var(--ah-blue));
}

@media (max-width: 1080px) {

    .ah-home-category-grid,
    .ah-home-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ah-home-category-grid {
        grid-auto-rows: 230px;
    }
}

@media (max-width: 820px) {
    .ah-home-section {
        padding: 56px 0;
    }

    .ah-home-section__header--split,
    .ah-home-about__grid,
    .ah-home-trust__grid {
        grid-template-columns: 1fr;
    }

    .ah-home-section__header--split {
        display: grid;
        text-align: center;
    }

    .ah-home-section__header--split .ah-home-button {
        justify-self: center;
    }

    .ah-home-hero {
        min-height: 560px;
    }

    .ah-home-hero__inner {
        align-items: end;
        padding: 120px 0 48px;
    }

    .ah-home-categories .ah-home-section__header {
        margin-bottom: 30px;
    }

    .ah-home-category-grid {
        grid-auto-rows: 210px;
        gap: 14px;
    }

    .ah-home-category-card__body {
        padding: 17px;
    }
}

@media (max-width: 580px) {

    .ah-home-product-grid {
        grid-template-columns: 1fr;
    }

    .ah-home-testimonials .ah-home-section__header {
        margin-bottom: 28px;
    }

    .ah-home-testimonial-cell {
        min-height: 290px;
    }

    .ah-home-testimonial {
        padding: 22px;
    }

    .ah-home-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 176px;
        gap: 12px;
    }

    .ah-home-category-card {
        min-height: 176px;
    }

    .ah-home-category-card__body {
        gap: 6px;
        padding: 14px;
    }

    .ah-home-category-card__title {
        font-size: .98rem;
        line-height: 1.25;
    }

    .ah-home-category-card__arrow {
        font-size: 1rem;
    }

    .ah-home-trust__item {
        grid-template-columns: 58px 1fr;
        padding: 16px;
    }

    .ah-home-trust__icon {
        width: 58px;
        height: 58px;
    }
}

@media (max-width: 380px) {
    .ah-home-category-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 210px;
    }

    .ah-home-category-card {
        min-height: 210px;
    }

    .ah-home-category-card__title {
        font-size: 1.08rem;
    }
}
