/* Aflairza color match: blush peach hero, warm ivory page, black footer */
:root {
    --az-blush: #F6D7C8;
    --az-blush-deep: #E8B9A6;
    --az-peach: #FADFD2;
    --az-ivory: #FFF8F3;
    --az-sand: #F4EBE4;
    --az-card: #F8EFE8;
    --az-ink: #1B1B1B;
    --az-mute: #6E6662;
    --az-line: rgba(27, 27, 27, 0.08);
    --az-white: #FFFFFF;
    --az-band-a: #FFFFFF;
    --az-band-b: #F4EBE4;
    --az-font: "Outfit", sans-serif;
}

.az-theme,
.az-theme #smooth-wrapper,
.az-theme #smooth-content,
.az-theme main {
    background: var(--az-ivory) !important;
    color: var(--az-ink);
    font-family: var(--az-font);
    overflow-x: hidden;
    max-width: 100%;
}
.az-theme #smooth-content {
    padding-top: 38px;
}
.az-theme .container,
.az-theme .rr-container-1350 {
    width: 100%;
    max-width: 1350px;
    padding-left: 16px;
    padding-right: 16px;
}

.az-theme h1,
.az-theme h2,
.az-theme h3,
.az-theme .az-section-head h2,
.az-theme .az-hero__copy h1,
.az-theme .az-story__copy h2 {
    color: var(--az-ink);
}

.az-announce {
    background: var(--az-ink);
    color: var(--az-white);
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 34px;
}
.az-announce__track {
    display: inline-block;
    min-width: 200%;
    animation: az-marquee 32s linear infinite;
}
.az-announce span { margin-right: 20px; }
.az-announce__star { color: var(--az-blush-deep); }
@keyframes az-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.az-theme .az-header.dh-header,
.az-theme .az-header.dh-header.is-sticky,
.az-theme .az-header.dh-header.sticky {
    background: var(--az-white) !important;
    border-bottom: 1px solid var(--az-line);
    box-shadow: none !important;
}
.az-theme .dh-menu a,
.az-theme .dh-icon-btn,
.az-theme .az-header .header__logo a {
    color: var(--az-ink) !important;
}
.az-theme .dh-menu.main-menu > ul {
    gap: 0.35rem !important;
}
.az-theme .dh-menu.main-menu > ul > li > a {
    padding: 10px 16px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
}
.az-theme .dh-icon-btn {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.az-hero {
    background: linear-gradient(180deg, var(--az-peach) 0%, var(--az-blush) 55%, #F3D2C2 100%);
}
.az-hero__slide {
    position: relative;
    height: 340px;
    min-height: 340px;
    max-height: 340px;
    padding: 0;
    background: linear-gradient(90deg, #F8E0D3 0%, #F3CDBB 48%, #EFC4B2 100%);
    display: flex;
    align-items: stretch;
}
@media (min-width: 768px) {
    .az-hero__slide {
        height: 480px;
        min-height: 480px;
        max-height: 480px;
    }
}
@media (min-width: 1100px) {
    .az-hero__slide {
        height: 540px;
        min-height: 540px;
        max-height: 540px;
    }
}
.az-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.az-hero__slide--empty {
    align-items: center;
    justify-content: center;
}
.az-hero__copy {
    display: none;
}
.az-hero__link {
    position: absolute;
    inset: 0;
    display: block;
    z-index: 1;
}
.az-hero__copy span {
    display: block;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 10px;
}
.az-hero__copy h1 {
    font-family: var(--az-font);
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 0.92;
    margin: 0 0 16px;
    font-weight: 600;
}
.az-hero__copy p {
    margin: 0 0 22px;
    color: #4A403C;
    max-width: 28rem;
}
.az-hero__dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 2;
}
.az-theme .az-hero__dots .swiper-pagination-bullet {
    background: var(--az-ink);
    opacity: 0.25;
}
.az-theme .az-hero__dots .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--az-ink);
}

.az-btn,
.az-theme .rr-btn-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    background: var(--az-ink) !important;
    color: var(--az-white) !important;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
}
.az-btn:hover,
.az-theme .rr-btn-button:hover {
    background: #000 !important;
    color: var(--az-white) !important;
}

.az-title-stack {
    text-align: center;
    margin: 0 0 40px;
}
.az-title-stack h2 {
    font-family: var(--az-font);
    font-size: clamp(2.1rem, 3.4vw, 2.6rem);
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 16px;
    color: var(--az-ink);
}
.az-title-stack a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 42px;
    padding: 0 22px;
    border: 1.5px solid var(--az-ink);
    border-radius: 999px;
    color: var(--az-ink);
    background: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.az-title-stack a:hover {
    background: var(--az-ink);
    color: #fff;
}
.az-title-stack__sub {
    margin: -6px 0 0;
    color: var(--az-mute);
    font-size: 15px;
    font-weight: 400;
}

.az-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}
.az-section-head h2 {
    font-family: var(--az-font);
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0;
}
.az-section-head a {
    color: var(--az-ink);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 14px;
}

.az-cats,
.az-block {
    padding: 70px 0;
}
.az-cats {
    padding: 80px 0 72px;
}
.az-cats__title {
    text-align: center;
    font-family: var(--az-font);
    font-size: clamp(2.1rem, 3.4vw, 2.6rem);
    font-weight: 500;
    margin: 0 0 48px;
    color: var(--az-ink);
}
.az-block--soft {
    background: transparent;
}

.az-cats__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 12px;
    max-width: 1280px;
    margin: 0 auto;
}
.az-cats__item {
    width: auto;
    max-width: 100%;
    min-width: 0;
    text-align: center;
    color: var(--az-ink);
    text-decoration: none;
}
@media (min-width: 768px) {
    .az-cats__row { gap: 28px 36px; }
}
.az-cats__photo {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--az-card);
    margin-bottom: 16px;
}
.az-cats__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.az-cats__item:hover .az-cats__photo img {
    transform: scale(1.04);
}
.az-cats__item strong {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: var(--az-ink);
}

.az-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 18px;
}
@media (min-width: 768px) {
    .az-product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1100px) {
    .az-product-grid { grid-template-columns: repeat(4, 1fr); }
}

.az-theme .az-card,
.az-theme .dh-product-card.az-card {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}
.az-card__media {
    position: relative;
    background: var(--az-card);
    overflow: hidden;
}
.az-card__img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}
.az-card__img--hover {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.az-card:hover .az-card__img--hover { opacity: 1; }
.az-card__actions {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    gap: 8px;
    opacity: 0;
    transform: translateY(8px);
    transition: 0.25s ease;
}
.az-card:hover .az-card__actions {
    opacity: 1;
    transform: none;
}
.az-card__quick,
.az-card .dh-product-card__cart {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--az-white) !important;
    color: var(--az-ink) !important;
    border: 0;
    min-height: 40px;
    line-height: 40px;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
}
.az-card__body {
    padding: 14px 2px 0;
    background: transparent !important;
    text-align: center;
}
.az-card__body .dh-product-card__title a {
    font-size: 17px;
    font-weight: 400;
    color: var(--az-ink) !important;
}
.az-card__body .dh-product-card__price strong {
    font-weight: 500;
    color: var(--az-ink);
}
.az-card__body .dh-product-card__price s {
    color: var(--az-mute);
}

.az-reels {
    padding: 56px 0 72px;
    overflow: hidden;
}
.az-reels-swiper {
    padding: 10px 0 20px;
}
.az-reels .swiper-slide {
    width: 210px;
    opacity: 0.55;
    transition: opacity 0.35s ease;
}
.az-reels .swiper-slide-prev,
.az-reels .swiper-slide-next {
    opacity: 0.8;
}
.az-reels .swiper-slide-active {
    width: 368px;
    opacity: 1;
    z-index: 2;
}
.az-reel__media {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #111;
    overflow: hidden;
    border-radius: 4px;
}
.az-reel__media img,
.az-reel__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.az-reel__play {
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.az-reel__play::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #111;
}
.az-reel__meta {
    display: block;
    margin-top: 12px;
    text-align: center;
    color: var(--az-ink);
    text-decoration: none;
}
.az-reel__dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d9d9d9;
    vertical-align: middle;
    margin-right: 4px;
}
.az-reel__name {
    display: block;
    margin: 6px 0 2px;
    font-size: 13px;
    font-weight: 400;
}
.az-reel__meta strong {
    font-size: 13px;
    font-weight: 500;
}
.az-reels__nav {
    position: absolute;
    top: 42%;
    z-index: 4;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23111' d='M10 2L4 8l6 6'/%3E%3C/svg%3E") center no-repeat;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    cursor: pointer;
}
.az-reels__next {
    right: 4%;
    transform: scaleX(-1);
}
.az-reels__prev { left: 4%; }

@media (max-width: 767px) {
    .az-reels .swiper-slide { width: 160px; }
    .az-reels .swiper-slide-active { width: 210px; }
    .az-reels__nav { display: none; }
}

.az-story {
    padding: 10px 0 80px;
}
.az-story__grid {
    display: grid;
    gap: 36px;
    align-items: center;
    justify-items: center;
}
@media (min-width: 900px) {
    .az-story__grid {
        grid-template-columns: minmax(280px, 420px) 1fr;
        justify-items: start;
    }
}
.az-story__media {
    display: block;
    width: min(100%, 420px);
    margin: 0 auto;
}
.az-story__media img {
    width: 100%;
    max-width: 420px;
    max-height: 420px;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: var(--az-card);
}
.az-story__copy span {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 11px;
    color: var(--az-mute);
}
.az-story__copy h2 {
    font-family: var(--az-font);
    font-size: clamp(2.4rem, 4.2vw, 3.6rem);
    margin: 10px 0 14px;
}
.az-story__copy p {
    color: var(--az-mute);
    margin: 0 0 16px;
    line-height: 1.7;
}
.az-story__copy strong {
    display: block;
    margin-bottom: 18px;
    font-size: 1.15rem;
}

.az-trust {
    color: var(--az-ink);
    padding: 56px 0;
}
.az-trust__row {
    display: grid;
    gap: 28px;
}
@media (min-width: 768px) {
    .az-trust__row { grid-template-columns: repeat(3, 1fr); gap: 0; }
}
.az-trust__item {
    text-align: center;
    padding: 8px 28px;
}
@media (min-width: 768px) {
    .az-trust__item + .az-trust__item {
        border-left: 1px solid var(--az-line);
    }
}
.az-trust__icon {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--az-peach);
    color: var(--az-ink);
    font-size: 20px;
}
.az-trust strong {
    display: block;
    margin-bottom: 6px;
    letter-spacing: 0.04em;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
}
.az-trust p {
    margin: 0;
    color: var(--az-mute);
    font-size: 15px;
    line-height: 1.55;
}

.az-reviews {
    padding-top: 80px;
}
.az-quotes,
.az-journal { display: grid; gap: 24px; }
@media (min-width: 800px) {
    .az-quotes,
    .az-journal { grid-template-columns: repeat(3, 1fr); }
}
.az-quote {
    margin: 0;
    padding: 32px 28px 28px;
    background: #fff;
    border: 1px solid var(--az-line);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.az-quote__stars {
    color: #C4A574;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.az-quotes p,
.az-quote p {
    font-family: var(--az-font);
    font-size: 16px;
    line-height: 1.7;
    color: var(--az-ink);
    margin: 0 0 24px;
    flex: 1;
}
.az-quote__author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.az-quote__author img,
.az-quote__author span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.az-quote__author span {
    display: grid;
    place-items: center;
    background: var(--az-peach);
    color: var(--az-ink);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.az-quote__author cite {
    font-style: normal;
    display: grid;
    gap: 2px;
}
.az-quote__author strong {
    font-size: 15px;
    font-weight: 600;
    color: var(--az-ink);
}
.az-quote__author small {
    font-size: 13px;
    color: var(--az-mute);
}

.az-journal-sec {
    padding-bottom: 88px;
}
.az-journal__card {
    color: var(--az-ink);
    text-decoration: none;
    display: block;
    background: #fff;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.az-journal__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(27, 27, 27, 0.08);
    color: var(--az-ink);
}
.az-journal__media {
    display: block;
    overflow: hidden;
    background: var(--az-card);
}
.az-journal img,
.az-journal__media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    margin: 0;
    transition: transform 0.45s ease;
}
.az-journal__card:hover img {
    transform: scale(1.04);
}
.az-journal__card h3,
.az-journal__card p,
.az-journal__meta,
.az-journal__more {
    display: block;
    padding: 0 20px;
}
.az-journal__meta {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 16px 0 8px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--az-mute);
}
.az-journal__meta em {
    font-style: normal;
    color: var(--az-ink);
    font-weight: 600;
}
.az-journal__card h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 10px;
}
.az-journal__card p {
    margin: 0 0 16px;
    color: var(--az-mute);
    font-size: 15px;
    line-height: 1.6;
}
.az-journal__more {
    padding-bottom: 22px;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
}

.az-shop-lead { color: var(--az-mute); max-width: 40rem; margin: 0 0 24px; }
.az-shop-tools {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    align-items: end;
    margin-bottom: 28px;
}
.az-shop-tools__filters { display: flex; gap: 16px; flex-wrap: wrap; }
.az-shop-tools label span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.az-shop-tools select {
    min-width: 180px;
    height: 42px;
    border: 1px solid var(--az-line);
    background: var(--az-white);
    padding: 0 10px;
    color: var(--az-ink);
}
.az-shop-tools__count { margin: 0; color: var(--az-mute); }

.az-theme .page-hero,
.az-theme .dh-page-hero,
.az-theme .breadcrumb-area,
.az-theme .section-spacing-120 {
    background: var(--az-ivory);
}
.az-ft {
    background: #000;
    color: #fff;
    padding: 72px 0 36px;
    font-family: "Outfit", sans-serif;
}
.az-ft__cols {
    display: grid;
    gap: 32px 24px;
    margin-bottom: 48px;
}
@media (min-width: 768px) {
    .az-ft__cols { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
    .az-ft__cols { grid-template-columns: repeat(4, 1fr); }
}
.az-ft nav a,
.az-ft__contact p,
.az-ft__contact a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.az-ft nav a:hover,
.az-ft__contact a:hover {
    opacity: 0.7;
    color: #fff;
}
.az-ft__contact strong {
    display: block;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.az-ft__contact p { margin: 0; }
.az-ft__news {
    max-width: 420px;
    margin-bottom: 28px;
}
.az-ft__news p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.7;
    color: #fff;
}
.az-ft__news form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}
.az-ft__news input {
    flex: 1;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 0;
    outline: none;
    font-size: 17px;
}
.az-ft__news input::placeholder { color: rgba(255,255,255,0.7); }
.az-ft__news button {
    background: none;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 0 0 0 10px;
}
.az-ft__social {
    display: flex;
    gap: 18px;
    margin: 8px 0 40px;
}
.az-ft__social a {
    color: #fff;
    font-size: 20px;
}
.az-ft__social a:hover { color: #fff; opacity: 0.7; }
.az-ft__copy {
    text-align: center;
    margin: 0;
    font-size: 15px;
    color: rgba(255,255,255,0.7);
}
.az-wa {
    position: fixed;
    left: 22px;
    right: auto;
    bottom: 22px;
    z-index: 50;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.az-wa:hover { color: #fff; }

.az-theme .dh-pd,
.az-theme .dh-auth-card,
.az-theme .dh-cart-summary {
    background: var(--az-ivory);
}
.az-theme .dh-pd-info__title,
.az-theme .section-heading__title {
    color: var(--az-ink) !important;
}
.dh-pd-gallery__video {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    background: #111;
}
.dh-pd-gallery__main img[hidden],
.dh-pd-gallery__video[hidden] {
    display: none !important;
}
.dh-pd-gallery__thumb--video {
    position: relative;
    background: #111;
}
.dh-pd-gallery__thumb--video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.dh-pd-gallery__play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
}
.dh-pd-gallery__play::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #111;
}

.az-theme main > section:not(.az-hero) {
    background-color: var(--az-band-a);
}
.az-theme main > section:not(.az-hero):nth-child(odd) {
    background-color: var(--az-band-b);
}
.az-theme main > section:not(.az-hero):nth-child(even) {
    background-color: var(--az-band-a);
}
.az-theme main > section:nth-child(even) .az-quote {
    background: var(--az-ivory);
}

@media (max-width: 767px) {
    .az-card__actions {
        opacity: 1;
        transform: none;
        position: static;
        margin-top: 8px;
    }
    .az-cats__title { margin-bottom: 28px; }
}

.az-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--az-delay, 0ms);
}
.az-reveal.is-in {
    opacity: 1;
    transform: none;
}
.az-hero__bg {
    animation: az-kenburns 16s ease-in-out infinite alternate;
    transform-origin: center center;
}
@keyframes az-kenburns {
    from { transform: scale(1); }
    to { transform: scale(1.07); }
}
.az-cats__item,
.az-card,
.az-quote,
.az-journal__card,
.az-trust__item {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
.az-cats__item:hover,
.az-card:hover {
    transform: translateY(-10px);
}
.az-quote:hover,
.az-journal__card:hover,
.az-trust__item:hover {
    transform: translateY(-6px);
}
.az-cats__photo img,
.az-card__img,
.az-story__media img {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.az-cats__item:hover .az-cats__photo img,
.az-story__media:hover img {
    transform: scale(1.06);
}
.az-title-stack a,
.az-btn {
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.az-title-stack a:hover,
.az-btn:hover {
    transform: translateY(-3px);
}
.az-trust__icon {
    transition: transform 0.35s ease;
}
.az-trust__item:hover .az-trust__icon {
    transform: translateY(-4px) scale(1.08);
}
.az-wa {
    animation: az-pulse 2.2s ease-in-out infinite;
}
@keyframes az-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
    50% { transform: scale(1.08); box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45); }
}
.az-announce__track {
    animation-duration: 28s;
}

@media (prefers-reduced-motion: reduce) {
    .az-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .az-hero__bg,
    .az-wa,
    .az-announce__track {
        animation: none !important;
    }
}

@media (max-width: 1199px) {
    .az-theme .dh-menu.main-menu > ul > li > a {
        padding: 8px 12px !important;
        font-size: 14px !important;
    }
    .az-reels .swiper-slide { width: 180px; }
    .az-reels .swiper-slide-active { width: 260px; }
}

@media (max-width: 991px) {
    .az-cats,
    .az-block { padding: 56px 0; }
    .az-cats { padding: 56px 0 48px; }
    .az-story { padding: 24px 0 56px; }
    .az-reviews { padding-top: 56px; }
    .az-journal-sec { padding-bottom: 64px; }
    .az-ft { padding: 56px 0 28px; }
    .az-product-grid { grid-template-columns: repeat(3, 1fr); gap: 22px 14px; }
    .az-quotes,
    .az-journal { grid-template-columns: repeat(2, 1fr); }
    .az-shop-tools { align-items: stretch; }
}

@media (max-width: 767px) {
    .az-announce { font-size: 10px; letter-spacing: 0.1em; line-height: 30px; }
    .az-hero {
        background: #000;
    }
    .az-hero__slide {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        background: #000;
    }
    .az-hero__link {
        position: relative;
        inset: auto;
        display: block;
        width: 100%;
    }
    .az-hero__bg {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center center;
        display: block;
        animation: none;
    }
    .az-cats,
    .az-block { padding: 44px 0; }
    .az-cats { padding: 44px 0 36px; }
    .az-title-stack { margin-bottom: 22px; }
    .az-title-stack h2,
    .az-cats__title { font-size: 1.85rem; margin-bottom: 12px; }
    .az-title-stack a {
        min-width: 110px;
        min-height: 38px;
        font-size: 11px;
    }
    .az-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .az-theme .az-cats__row,
    .az-theme .az-product-grid,
    .az-theme .dh-product-grid,
    .az-quotes,
    .az-journal,
    .az-trust__row {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    .az-cats__item,
    .az-card,
    .az-journal__card {
        width: 100%;
        max-width: 100%;
    }
    .az-card__body .dh-product-card__title a { font-size: 15px; }
    .az-card__body { padding-top: 12px; }
    .az-card__quick,
    .az-card .dh-product-card__cart {
        min-height: 36px;
        line-height: 36px;
        font-size: 10px;
    }
    .az-reels { padding: 40px 0 48px; }
    .az-reels .swiper-slide { width: 140px; }
    .az-reels .swiper-slide-active { width: 190px; }
    .az-reels__nav { display: none; }
    .az-story__copy h2 { font-size: 2rem; }
    .az-story { padding: 20px 0 40px; }
    .az-trust { padding: 36px 0; }
    .az-trust__item { padding: 4px 0 18px; }
    .az-trust__item + .az-trust__item { border-left: 0; border-top: 1px solid var(--az-line); }
    .az-quotes,
    .az-journal { grid-template-columns: 1fr !important; }
    .az-quote { padding: 22px 18px; }
    .az-journal__card h3 { font-size: 20px; }
    .az-shop-tools,
    .az-shop-tools__filters { flex-direction: column; width: 100%; }
    .az-shop-tools select { min-width: 0; width: 100%; }
    .az-ft__cols { grid-template-columns: 1fr; gap: 28px; }
    .az-ft nav a,
    .az-ft__contact p,
    .az-ft__contact a,
    .az-ft__news p,
    .az-ft__news input { font-size: 15px; }
    .az-ft__news { max-width: 100%; }
    .az-ft__copy { font-size: 13px; padding: 0 12px; }
    .az-wa {
        width: 48px;
        height: 48px;
        font-size: 26px;
        left: 12px;
        right: auto;
        bottom: 12px;
    }
    .dh-pd-gallery__thumb { width: 64px; height: 64px; }
    .az-cats__item:hover,
    .az-card:hover,
    .az-quote:hover,
    .az-journal__card:hover,
    .az-trust__item:hover {
        transform: none;
    }
}

@media (max-width: 480px) {
    .az-hero__slide {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    .az-cats__row,
    .az-product-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .az-cats__item strong { font-size: 15px; }
    .az-card__body .dh-product-card__title a { font-size: 15px; }
    .az-theme .container,
    .az-theme .rr-container-1350 {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 1400px) {
    .az-theme .container,
    .az-theme .rr-container-1350 {
        padding-left: 24px;
        padding-right: 24px;
    }
}
