/*! Generated from avelle-sections.css. Do not edit split output manually. */

body:has(.avelle-fashion6-hero) :where(
    .avelle-fashion6-header,
    .avelle-fashion6-hero,
    .avelle-fashion6-banner-mosaic,
    .title1,
    .avelle-fashion6-products,
    .avelle-fashion6-featured-offer,
    .avelle-static-promo,
    .avelle-fashion6-products-sidebar,
    .avelle-fashion6-blog,
    .avelle-fashion6-instagram,
    .avelle-fashion6-footer
) {
    font-family: var(--avl-font-body);
    line-height: 1.5;
}

.avelle-fashion6-hero.avelle-nurfia-slider {
    background: var(--avl-bg);
}

.avelle-fashion6-hero .avelle-nurfia-slider__track {
    height: auto !important;
    min-height: 0 !important;
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide {
    position: relative;
    height: auto;
    min-height: 0;
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide img {
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center top !important;
}

.avelle-fashion6-hero .avelle-nurfia-slider__content {
    display: none !important;
}

.avelle-fashion6-banner-mosaic {
    padding: 30px 0 34px;
}

.avelle-fashion6-banner-mosaic .container {
    width: min(1824px, calc(100% - clamp(24px, 4.2vw, 80px)));
    max-width: none;
}

.avelle-fashion6-banner-mosaic .margin-default {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}

.avelle-fashion6-banner-mosaic a,
.avelle-fashion6-banner-mosaic img {
    display: block;
    width: 100%;
}

.avelle-fashion6-banner-mosaic__tall,
.avelle-fashion6-banner-mosaic .collection-banner {
    overflow: hidden;
}

.avelle-fashion6-banner-mosaic img {
    object-fit: cover;
    transition: transform .35s ease;
}

.avelle-fashion6-banner-mosaic a:hover img {
    transform: scale(1.03);
}

.avelle-fashion6-products .container {
    max-width: 1320px;
    position: relative;
}

.avelle-fashion6-products__slider {
    overflow: hidden;
}

.avelle-fashion6-products .swiper-slide {
    height: auto;
}

.avelle-fashion6-products__arrow {
    align-items: center;
    background: transparent;
    border: 0;
    color: #222;
    display: inline-flex;
    font-size: 34px;
    height: 44px;
    justify-content: center;
    margin-top: -84px;
    opacity: .78;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: opacity .18s ease, transform .18s ease;
    width: 44px;
    z-index: 3;
}

.avelle-fashion6-products__arrow:hover,
.avelle-fashion6-products__arrow:focus {
    color: var(--avl-ink);
    opacity: 1;
    transform: scale(1.04);
}

.avelle-fashion6-products__arrow.swiper-button-disabled {
    opacity: .25;
    pointer-events: none;
}

.avelle-fashion6-products__arrow--prev {
    left: -44px;
}

.avelle-fashion6-products__arrow--next {
    right: -44px;
}

.avelle-fashion6-products .basic-product,
.avelle-fashion6-products-sidebar .basic-product {
    border: 0;
    padding: 0;
    position: relative;
}

.avelle-fashion6-products .img-wrapper,
.avelle-fashion6-products-sidebar .img-wrapper {
    align-items: center;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: var(--avl-surface);
}

.avelle-fashion6-products .img-wrapper img,
.avelle-fashion6-products-sidebar .img-wrapper img {
    display: block;
    inset: 0;
    height: 100% !important;
    max-width: none;
    position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .35s ease;
}

.avelle-fashion6-products .basic-product:hover .img-wrapper img,
.avelle-fashion6-products-sidebar .basic-product:hover .img-wrapper img {
    transform: scale(1.04);
}

.avelle-fashion6-products .cart-info,
.avelle-fashion6-products-sidebar .cart-info {
    align-items: center;
    background: var(--avl-bg);
    bottom: auto;
    display: flex;
    flex-direction: row;
    gap: 0;
    left: 50%;
    opacity: 0;
    padding: 2px 5px;
    position: absolute;
    pointer-events: none;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%) scale(.7);
    transition: opacity .2s ease, transform .2s ease;
}

.avelle-fashion6-products .basic-product:hover .cart-info,
.avelle-fashion6-products-sidebar .basic-product:hover .cart-info {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.avelle-fashion6-products .cart-info a,
.avelle-fashion6-products .cart-info button,
.avelle-fashion6-products-sidebar .cart-info a,
.avelle-fashion6-products-sidebar .cart-info button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--avl-ink);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    position: relative;
    pointer-events: auto;
    text-decoration: none;
    width: 34px;
}

.avelle-fashion6-products .cart-info a + a::after,
.avelle-fashion6-products-sidebar .cart-info a + a::after {
    background: var(--avl-line);
    content: "";
    height: 54%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.avelle-fashion6-products .product-detail,
.avelle-fashion6-products-sidebar .product-detail {
    margin-top: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
    padding-top: 0;
    text-align: left;
}

.avelle-fashion6-products .product-title,
.avelle-fashion6-products-sidebar .product-title {
    color: var(--avl-ink);
    display: block;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: calc(4px + (6 - 4) * ((100vw - 320px) / (1920 - 320)));
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avelle-fashion6-products .rating,
.avelle-fashion6-products-sidebar .rating {
    align-items: center;
    color: #ffa200;
    display: inline-flex;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    gap: 2px;
    letter-spacing: 1px;
    line-height: 1.5;
    min-height: calc(23px + (25 - 23) * ((100vw - 320px) / (1920 - 320)));
}

.avelle-fashion6-products .rating span,
.avelle-fashion6-products-sidebar .rating span {
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: 1.5;
    text-align: center;
    width: calc(16px + (17 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.avelle-fashion6-products .rating-w-count,
.avelle-fashion6-products-sidebar .rating-w-count {
    align-items: center;
    color: #212529;
    gap: 4px;
    justify-content: flex-start;
    min-height: calc(23px + (25 - 23) * ((100vw - 320px) / (1920 - 320)));
}

.avelle-fashion6-products .rating-w-count > span,
.avelle-fashion6-products-sidebar .rating-w-count > span {
    color: #212529;
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
}

.avelle-fashion6-products .price,
.avelle-fashion6-products-sidebar .price {
    color: var(--avl-ink);
    font-family: var(--avl-font-body);
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.avelle-fashion6-products .price del,
.avelle-fashion6-products-sidebar .price del {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.avelle-fashion6-products .discounted-price,
.avelle-fashion6-products-sidebar .discounted-price {
    color: #ff4c3b;
    font-size: 13px;
    font-weight: 600;
}

.avelle-fashion6-products .addtocart_btn,
.avelle-fashion6-products-sidebar .addtocart_btn {
    margin-top: 0;
}

.avelle-fashion6-products .add-button,
.avelle-fashion6-products-sidebar .add-button {
    align-items: center;
    appearance: none;
    background: var(--avl-bg);
    border: 1px solid #90453e;
    color: #90453e;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--avl-font-body);
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    justify-content: center;
    line-height: 1.5;
    margin-top: 15px;
    padding: calc(8px + (9 - 8) * ((100vw - 320px) / (1920 - 320))) 30px;
    text-transform: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .avelle-fashion6-products .cart-info,
.avelle-fashion6-products-sidebar .cart-info {
        display: none;
    }
}

.avelle-fashion6-products .add-button:hover,
.avelle-fashion6-products .add-button:focus,
.avelle-fashion6-products-sidebar .add-button:hover,
.avelle-fashion6-products-sidebar .add-button:focus {
    background: #90453e;
    border-color: #90453e;
    color: var(--avl-bg);
}

@media (max-width: 1700px) {
    .avelle-fashion6-products .container {
        max-width: 1320px;
    }
}

@media (max-width: 1399.98px) {
    .avelle-fashion6-products .container {
        max-width: calc(100% - 96px);
    }
}

@media (max-width: 991.98px) {
    .avelle-fashion6-products .container {
        max-width: calc(100% - 40px);
    }

    .avelle-fashion6-products__arrow--prev {
        left: -18px;
    }

    .avelle-fashion6-products__arrow--next {
        right: -18px;
    }
}

@media (max-width: 575.98px) {
    .avelle-fashion6-products .container {
        max-width: calc(100% - 24px);
    }

    .avelle-fashion6-products__arrow {
        display: none;
    }
}

.avelle-fashion6-featured-offer {
    display: block;
    overflow: hidden;
    position: relative;
}

.avelle-fashion6-featured-offer__parallax {
    background-attachment: fixed;
    background-image: var(--avelle-featured-offer-bg);
    background-position: var(--avelle-featured-offer-position, left center);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: clamp(420px, 36vw, 610px);
    width: 100%;
}

.avelle-fashion6-featured-offer__content {
    align-items: center;
    display: flex;
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.avelle-fashion6-featured-offer .container {
    display: flex;
    justify-content: flex-end;
    max-width: 1400px;
    width: 100%;
}

.avelle-fashion6-featured-offer__copy {
    backdrop-filter: blur(16px);
    background: color-mix(in srgb, var(--avl-surface) 86%, transparent);
    border: 1px solid color-mix(in srgb, var(--avl-line) 76%, transparent);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgb(24 20 18 / 12%);
    max-width: 520px;
    padding: clamp(30px, 3.2vw, 54px);
    pointer-events: auto;
    width: min(42vw, 520px);
}

.avelle-fashion6-featured-offer__copy > span {
    color: var(--avl-accent);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.avelle-fashion6-featured-offer__copy h2 {
    color: var(--avl-ink);
    font-size: clamp(34px, 3.2vw, 58px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.98;
    margin: 0 0 22px;
}

.avelle-fashion6-featured-offer__copy p {
    color: var(--avl-muted);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 28px;
}

.avelle-fashion6-featured-offer__cta {
    align-items: center;
    background: var(--avl-ink);
    border: 1px solid var(--avl-ink);
    border-radius: 12px;
    color: var(--avl-surface);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 18px;
    justify-content: space-between;
    min-height: 50px;
    padding: 12px 18px;
    width: fit-content;
}

.avelle-fashion6-featured-offer__cta:hover,
.avelle-fashion6-featured-offer__cta:focus-visible {
    background: var(--avl-surface);
    color: var(--avl-ink);
}

@media (max-width: 991.98px) {
    .avelle-fashion6-featured-offer__parallax {
        background-attachment: scroll;
        min-height: clamp(520px, 72vw, 640px);
    }

    .avelle-fashion6-featured-offer__copy {
        width: min(54vw, 480px);
    }
}

@media (max-width: 575.98px) {
    .avelle-fashion6-featured-offer__parallax {
        background-position: 36% center;
        min-height: 620px;
    }

    .avelle-fashion6-featured-offer__content {
        align-items: flex-end;
        padding-bottom: 16px;
    }

    .avelle-fashion6-featured-offer .container {
        max-width: 100%;
        padding: 0 16px;
    }

    .avelle-fashion6-featured-offer__copy {
        padding: 26px;
        width: 100%;
    }

    .avelle-fashion6-featured-offer__copy h2 {
        font-size: 36px;
    }

    .avelle-fashion6-featured-offer__cta {
        width: 100%;
    }
}

.avelle-fashion6-products .avelle-fashion6-product-strip {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.avelle-fashion6-instagram {
    padding: calc(30px + (70 - 30) * ((100vw - 320px) / (1920 - 320))) 0 0;
}

.avelle-fashion6-instagram.avelle-brand-marquee {
    background: var(--avl-bg);
    border-top: 1px solid var(--avl-line);
    color: var(--avl-ink);
    overflow: hidden;
    padding: 22px 0;
}

@media (max-width: 767px) {
    .avelle-fashion6-instagram.avelle-brand-marquee {
        padding: 18px 0;
    }
}

.avelle-fashion6-instagram .title-borderless {
    color: var(--avl-ink);
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin: -3.45px 0 30px;
    text-align: center;
    text-transform: lowercase;
}

.avelle-fashion6-instagram__slider {
    margin-bottom: -5px;
    overflow: hidden;
    width: 100%;
}

.avelle-fashion6-instagram__slider .swiper-wrapper {
    align-items: stretch;
}

.avelle-fashion6-instagram__slider .swiper-slide {
    height: auto;
}

.avelle-fashion6-instagram .instagram-box {
    display: block;
    overflow: hidden;
    position: relative;
}

.avelle-fashion6-instagram .instagram-box img {
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    width: 100%;
}

.avelle-fashion6-instagram .overlay {
    align-items: center;
    background: rgba(0, 0, 0, .38);
    color: #fff;
    display: inline-flex;
    font-size: 26px;
    inset: 0;
    justify-content: center;
    opacity: 0;
    position: absolute;
    transition: opacity .2s ease;
}

.avelle-fashion6-instagram .instagram-box:hover .overlay {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .avelle-fashion6-product-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.avelle-fashion7-header .avelle-fashion7-menu-content > ul,
.avelle-fashion7-header .avelle-fashion7-menu-content > div > ul {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 34px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.avelle-fashion7-header .avelle-fashion7-menu-content ul ul {
    background: #fff;
    border: 1px solid rgba(17, 17, 17, .08);
    box-shadow: 0 18px 40px rgba(17, 17, 17, .12);
    display: block;
    left: 0;
    min-width: 220px;
    opacity: 0;
    padding: 16px 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease;
    visibility: hidden;
    z-index: 30;
}

.avelle-fashion7-header .avelle-fashion7-menu-content li:hover > ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.avelle-fashion7-header .avelle-fashion7-menu-content ul ul ul {
    left: 100%;
    top: 0;
}

.avelle-fashion7-header .avelle-fashion7-menu-content > ul > li > a,
.avelle-fashion7-header .avelle-fashion7-menu-content > div > ul > li > a {
    padding-bottom: 35px;
    padding-top: 35px;
}

.avelle-fashion7-header .avelle-fashion7-menu-content ul ul a {
    padding: 10px 22px;
}

@media (max-width: 1199.98px) {
    .avelle-fashion7-header .avelle-fashion7-menu-content {
        display: none !important;
    }
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header {
    background: transparent !important;
    color: #fff !important;
    position: absolute !important;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header__top {
    background: #000 !important;
    min-height: 42px !important;
}

body:has(.avelle-nurfia-slider) .avelle-fashion7-main-menu {
    border-bottom: 1px solid rgba(255, 255, 255, .34) !important;
    height: 88px !important;
    min-height: 88px !important;
}

.avelle-nurfia-slider__track {
    height: 100vh !important;
    min-height: 860px !important;
}

.avelle-nurfia-slider__content {
    width: min(1120px, calc(100vw - 96px)) !important;
}

.avelle-nurfia-slider__content strong {
    font-size: clamp(104px, 15.2vw, 220px) !important;
    letter-spacing: -.035em !important;
}

.avelle-latest-posts .container {
    max-width: 1345px !important;
}

.avelle-banner-box .avelle-banner-box__grid {
    gap: 0 !important;
}

.avelle-banner-box__item {
    min-height: 860px !important;
}

@media (max-width: 767.98px) {
    body:has(.avelle-nurfia-slider) .avelle-fashion7-main-menu {
        height: 76px !important;
        min-height: 76px !important;
    }

    .avelle-nurfia-slider__track {
        min-height: 680px !important;
    }

    .avelle-nurfia-slider__content {
        width: min(330px, calc(100vw - 44px)) !important;
        gap: 12px !important;
    }

    .avelle-nurfia-slider__content em {
        font-size: 23px !important;
        white-space: normal !important;
    }

    .avelle-nurfia-slider__content strong {
        font-size: clamp(58px, 20vw, 82px) !important;
        letter-spacing: -.025em !important;
    }

    .avelle-nurfia-slider__content small {
        font-size: 15px !important;
    }
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header {
    background: transparent !important;
    color: #fff !important;
    position: absolute !important;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header__top {
    background: #000 !important;
    min-height: 42px !important;
}

body:has(.avelle-nurfia-slider) .avelle-fashion7-main-menu {
    border-bottom: 1px solid rgba(255, 255, 255, .34) !important;
    height: 88px !important;
    min-height: 88px !important;
}

.avelle-nurfia-slider__track {
    height: 100vh !important;
    min-height: 860px !important;
}

.avelle-nurfia-slider__content {
    width: min(1120px, calc(100vw - 96px)) !important;
}

.avelle-nurfia-slider__content strong {
    font-size: clamp(104px, 15.2vw, 220px) !important;
    letter-spacing: -.035em !important;
}

.avelle-latest-posts .container {
    max-width: 1345px !important;
}

.avelle-banner-box .avelle-banner-box__grid {
    gap: 0 !important;
}

.avelle-banner-box__item {
    min-height: 860px !important;
}

@media (max-width: 767.98px) {
    body:has(.avelle-nurfia-slider) .avelle-fashion7-main-menu {
        height: 76px !important;
        min-height: 76px !important;
    }

    .avelle-nurfia-slider__track {
        min-height: 680px !important;
    }

    .avelle-nurfia-slider__content {
        width: min(330px, calc(100vw - 44px)) !important;
        gap: 12px !important;
    }

    .avelle-nurfia-slider__content em {
        font-size: 23px !important;
        white-space: normal !important;
    }

    .avelle-nurfia-slider__content strong {
        font-size: clamp(58px, 20vw, 82px) !important;
        letter-spacing: -.025em !important;
    }

    .avelle-nurfia-slider__content small {
        font-size: 15px !important;
    }
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header {
    background: transparent !important;
    color: #fff !important;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
    z-index: 50;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header__top {
    background: #000 !important;
    border: 0 !important;
    min-height: 42px;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header__top-grid {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(260px, 1fr) minmax(420px, 1.5fr) minmax(260px, 1fr);
    min-height: 42px;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header__utility,
body:has(.avelle-nurfia-slider) .avelle-nurfia-header__switchers {
    align-items: center;
    display: flex;
    gap: 26px;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header__switchers {
    justify-content: flex-end;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header__utility a,
body:has(.avelle-nurfia-slider) .avelle-nurfia-header__announcement,
body:has(.avelle-nurfia-slider) .avelle-nurfia-header__announcement a,
body:has(.avelle-nurfia-slider) .avelle-nurfia-header__switchers,
body:has(.avelle-nurfia-slider) .avelle-nurfia-header__switchers a,
body:has(.avelle-nurfia-slider) .avelle-nurfia-header__switchers span {
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header__announcement {
    text-align: center;
}

body:has(.avelle-nurfia-slider) .avelle-fashion7-main-menu {
    border-bottom: 1px solid rgba(255, 255, 255, .34);
    min-height: 88px !important;
}

body:has(.avelle-nurfia-slider) .avelle-fashion7-menu-content > ul,
body:has(.avelle-nurfia-slider) .avelle-fashion7-menu-content > div > ul {
    gap: 34px !important;
}

body:has(.avelle-nurfia-slider) .avelle-fashion7-menu-content > ul > li,
body:has(.avelle-nurfia-slider) .avelle-fashion7-menu-content > div > ul > li,
body:has(.avelle-nurfia-slider) .avelle-fashion7-menu-content > ul > li > a,
body:has(.avelle-nurfia-slider) .avelle-fashion7-menu-content > div > ul > li > a,
body:has(.avelle-nurfia-slider) .avelle-fashion7-top-actions,
body:has(.avelle-nurfia-slider) .avelle-fashion7-icon-nav {
    height: 88px !important;
    min-height: 88px !important;
}

body:has(.avelle-nurfia-slider) .avelle-fashion7-menu-content > ul > li > a,
body:has(.avelle-nurfia-slider) .avelle-fashion7-menu-content > div > ul > li > a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

body:has(.avelle-nurfia-slider) .avelle-fashion7-action,
body:has(.avelle-nurfia-slider) .avelle-fashion7-icon,
body:has(.avelle-nurfia-slider) .avelle-fashion7-toggle {
    color: #fff !important;
}

body:has(.avelle-nurfia-slider) .avelle-fashion7-header .brand-logo .logo img {
    filter: brightness(0) invert(1);
    max-height: 42px !important;
}

.avelle-nurfia-slider {
    background: #111 !important;
    color: #fff;
    margin-top: 0 !important;
}

.avelle-nurfia-slider__track {
    height: 100vh !important;
    min-height: 860px;
}

.avelle-nurfia-slider__slide::after {
    background: rgba(0, 0, 0, .34);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.avelle-nurfia-slider__slide img,
.avelle-nurfia-slider__slide video,
.avelle-nurfia-slider__slide picture {
    filter: saturate(.92);
    object-position: center top;
}

.avelle-nurfia-slider__content {
    top: 55% !important;
    z-index: 2;
}

.avelle-nurfia-slider__content em {
    color: #fff !important;
    font-family: var(--avl-font-body) !important;
    font-size: clamp(24px, 3vw, 42px) !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.avelle-nurfia-slider__content strong {
    color: #fff !important;
    font-family: Cormorant, "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(118px, 18vw, 272px) !important;
    font-weight: 700 !important;
    letter-spacing: -.01em !important;
    line-height: .72 !important;
    text-transform: uppercase;
}

.avelle-nurfia-slider__content small {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 600;
    line-height: 1.5 !important;
    max-width: 720px !important;
}

.avelle-nurfia-slider__content b {
    background: #fff !important;
    border-color: #fff !important;
    color: #111 !important;
    min-height: 54px !important;
    padding-inline: 34px !important;
}

.avelle-nurfia-slider__dots {
    bottom: 25px !important;
    gap: 7px !important;
}

.avelle-nurfia-slider__dots span {
    background: rgba(255, 255, 255, .62) !important;
    border-radius: 999px;
    height: 6px !important;
    width: 6px !important;
}

.avelle-nurfia-slider__dots span.is-active {
    background: #fff !important;
}

.avelle-latest-posts .container {
    max-width: 1345px !important;
}

.avelle-banner-box {
    padding: 0 !important;
}

.avelle-banner-box .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.avelle-banner-box__grid {
    gap: 0 !important;
}

.avelle-banner-box__item {
    min-height: 860px !important;
}

.avelle-banner-box__item::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .5)) !important;
}

.avelle-banner-box__item span {
    bottom: 58px !important;
    left: 58px !important;
    right: 58px !important;
}

.avelle-banner-box__item strong {
    font-size: clamp(72px, 9vw, 150px) !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.avelle-testimonials {
    background: #f7f7f7 !important;
    padding: 80px 0 !important;
}

.avelle-editorial-title {
    padding: 80px 0 30px !important;
}

.avelle-latest-posts {
    padding: 50px 0 110px !important;
}

@media (max-width: 1199.98px) {
    body:has(.avelle-nurfia-slider) .avelle-nurfia-header__top-grid {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px 0;
        text-align: center;
    }

    body:has(.avelle-nurfia-slider) .avelle-nurfia-header__utility,
body:has(.avelle-nurfia-slider) .avelle-nurfia-header__switchers {
        display: none;
    }

    .avelle-nurfia-slider__track {
        min-height: 760px;
    }
}

@media (max-width: 767.98px) {
    body:has(.avelle-nurfia-slider) .avelle-fashion7-main-menu {
        min-height: 76px !important;
    }

    .avelle-nurfia-slider__track {
        min-height: 680px;
    }

    .avelle-nurfia-slider__content strong {
        font-size: clamp(72px, 24vw, 124px) !important;
    }

    .avelle-banner-box__item {
        min-height: 520px !important;
    }
}

.avelle-banner-box .avelle-banner-box__grid {
    display: grid !important;
    grid-template-columns: repeat(var(--avelle-columns, 2), minmax(0, 1fr)) !important;
    gap: 22px;
    align-items: stretch;
}

.avelle-nurfia-hero__tiles--single .avelle-nurfia-hero__tile {
    height: min(720px, 72vh);
    min-height: 520px;
}

@media (max-width: 991.98px) {
    .avelle-banner-box .avelle-banner-box__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575.98px) {
    .avelle-banner-box .avelle-banner-box__grid {
        grid-template-columns: 1fr !important;
    }
}

.avelle-editorial-title__content span {
    color: #df0024;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.avelle-editorial-title h2 {
    margin: 0;
    color: #0f0f0f;
    font-family: Cormorant, "Cormorant Garamond", Georgia, serif;
    font-size: clamp(38px, 6vw, 78px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: .95;
}

.avelle-testimonials__track {
    display: flex;
    align-items: stretch;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 16px;
    scroll-padding-inline: 2px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.avelle-testimonials__card,
.avelle-latest-posts article {
    scroll-snap-align: start;
}

.avelle-testimonials__card {
    flex: 0 0 clamp(280px, 31vw, 430px);
}

.avelle-banner-box__item img,
.avelle-latest-posts__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.avelle-banner-box__item:hover img,
.avelle-latest-posts article:hover img {
    transform: scale(1.025);
}

.avelle-latest-posts h3 {
    margin: 0;
    color: #111;
    font-size: 15px;
    font-weight: 760;
    line-height: 1.32;
}

.avelle-banner-box__grid {
    display: grid !important;
    gap: 22px;
    grid-template-columns: repeat(var(--avelle-columns, 2), minmax(0, 1fr));
    align-items: stretch;
}

.avelle-banner-box__item {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 360px;
    background: #f4f1ed;
}

.avelle-banner-box__item::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .38));
    content: "";
}

.avelle-banner-box__item span {
    position: absolute;
    z-index: 1;
    left: 26px;
    right: 26px;
    bottom: 26px;
    display: grid;
    gap: 10px;
    color: #fff;
}

.avelle-banner-box__item strong {
    font-family: Cormorant, "Cormorant Garamond", Georgia, serif;
    font-size: clamp(32px, 4vw, 58px);
    font-weight: 600;
    line-height: .96;
}

.avelle-banner-box__item b {
    width: fit-content;
    border-bottom: 1px solid currentColor;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.avelle-testimonials__track {
    grid-auto-columns: minmax(320px, .45fr);
}

.avelle-testimonials__card {
    display: grid;
    min-height: 300px;
    align-content: space-between;
    gap: 28px;
    border: 1px solid rgba(17, 17, 17, .12);
    background: #fff;
    padding: 30px;
}

.avelle-testimonials__rating {
    color: #df0024;
    letter-spacing: 2px;
}

.avelle-testimonials blockquote {
    margin: 0;
    padding: 0 !important;
    background: transparent !important;
    color: #111;
    font-family: Cormorant, "Cormorant Garamond", Georgia, serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 600;
    line-height: 1.05;
}

.avelle-testimonials footer {
    display: flex;
    align-items: center;
    gap: 14px;
}

.avelle-testimonials footer img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.avelle-testimonials footer span {
    display: grid;
    gap: 2px;
}

.avelle-testimonials footer strong {
    color: #111;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.avelle-testimonials footer small {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
}

.avelle-editorial-title .container {
    display: grid;
    align-items: center;
    gap: clamp(28px, 5vw, 70px);
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .75fr);
}

.avelle-editorial-title--center .container {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
}

.avelle-editorial-title__content {
    display: grid;
    gap: 16px;
}

.avelle-editorial-title p {
    max-width: 680px;
    margin: 0;
    color: #575757;
    font-size: 17px;
    line-height: 1.6;
}

.avelle-editorial-title img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.avelle-latest-posts__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.avelle-latest-posts__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f4f1ed;
    margin-bottom: 18px;
}

.avelle-latest-posts time {
    display: block;
    margin-bottom: 8px;
    color: #df0024;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .avelle-banner-box__grid,
.avelle-latest-posts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .avelle-editorial-title .container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {

    .avelle-banner-box__grid,
.avelle-latest-posts__grid {
        grid-template-columns: 1fr;
    }
}

.avelle-nurfia-header__top {
    border-bottom: 1px solid rgba(31, 31, 31, .08);
    background: var(--shoper-bg, #fff);
    color: var(--shoper-text, #252525);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.avelle-nurfia-header__top-grid {
    display: grid;
    min-height: 42px;
    align-items: center;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.avelle-nurfia-header__utility,
.avelle-nurfia-header__switchers {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 18px;
}

.avelle-nurfia-header__utility a,
.avelle-nurfia-header__announcement a,
.avelle-nurfia-header__announcement span,
.avelle-nurfia-header__switchers a,
.avelle-nurfia-header__switchers span {
    color: currentColor;
    text-decoration: none;
}

.avelle-nurfia-header__announcement {
    max-width: min(52vw, 680px);
    overflow: hidden;
    color: #3d3d3d;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avelle-nurfia-header__switchers {
    justify-content: flex-end;
}

.avelle-nurfia-header .avelle-fashion7-main-menu.tp-header-sticky {
    position: sticky;
    top: 0;
    z-index: 40;
    background: var(--avelle-header-bg, #fff);
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 60;
    background: linear-gradient(180deg, rgba(0, 0, 0, .46), rgba(0, 0, 0, .18) 62%, rgba(0, 0, 0, 0));
    color: #fff;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header__announcement {
    color: rgba(255, 255, 255, .9);
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header .avelle-fashion7-main-menu.tp-header-sticky {
    background: transparent;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header .brand-logo .logo img {
    filter: brightness(0) invert(1);
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header a,
body:has(.avelle-nurfia-slider) .avelle-nurfia-header button,
body:has(.avelle-nurfia-slider) .avelle-nurfia-header svg {
    color: inherit;
}

.avelle-nurfia-hero {
    background: #fff;
    padding: 0 0 34px;
}

.avelle-nurfia-hero .container-fluid {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .8fr);
    padding-left: 24px;
    padding-right: 24px;
}

.avelle-nurfia-hero__feature,
.avelle-nurfia-hero__tile {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.avelle-nurfia-hero__feature {
    height: min(720px, 72vh);
    min-height: 520px;
}

.avelle-nurfia-hero__feature img,
.avelle-nurfia-hero__tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.avelle-nurfia-hero__feature:hover img,
.avelle-nurfia-hero__tile:hover img {
    transform: scale(1.025);
}

.avelle-nurfia-hero__feature::after,
.avelle-nurfia-hero__tile::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .42));
    content: "";
}

.avelle-nurfia-hero__caption,
.avelle-nurfia-hero__tile span {
    position: absolute;
    z-index: 1;
    left: 50%;
    display: grid;
    width: min(760px, calc(100% - 42px));
    justify-items: center;
    text-align: center;
    transform: translateX(-50%);
}

.avelle-nurfia-hero__caption {
    bottom: 11%;
    gap: 10px;
}

.avelle-nurfia-hero__caption em,
.avelle-nurfia-hero__tile em {
    font-style: normal;
    font-size: 12px;
    font-weight: 780;
    letter-spacing: 0;
    text-transform: uppercase;
}

.avelle-nurfia-hero__caption strong {
    font-size: clamp(38px, 7vw, 88px);
    font-weight: 760;
    line-height: .94;
}

.avelle-nurfia-hero__caption small {
    max-width: 520px;
    font-size: 16px;
    line-height: 1.45;
}

.avelle-nurfia-hero__caption b,
.avelle-nurfia-hero__tile b {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 760;
    line-height: 1;
}

.avelle-nurfia-hero__tiles {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
}

.avelle-nurfia-hero__tiles--single {
    grid-template-rows: 1fr;
}

.avelle-nurfia-hero__tile {
    height: calc((min(720px, 72vh) - 18px) / 2);
    min-height: 250px;
}

.avelle-nurfia-slider {
    position: relative;
    overflow: hidden;
    background: #f6f2ed;
}

.avelle-nurfia-slider__track {
    display: grid;
    height: clamp(620px, calc(100vh - 132px), 860px);
}

.avelle-nurfia-slider__slide {
    position: relative;
    display: block;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    color: #111;
    grid-area: 1 / 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s var(--theme-ease-primary, cubic-bezier(.7, 0, .3, 1));
}

.avelle-nurfia-slider__slide.is-active,
.avelle-nurfia-slider__slide:first-child {
    opacity: 1;
    pointer-events: auto;
}

.avelle-nurfia-slider__slide img,
.avelle-nurfia-slider__slide video,
.avelle-nurfia-slider__slide picture {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
}

.avelle-nurfia-slider__content {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    width: min(760px, calc(100vw - 56px));
    gap: 16px;
    justify-items: center;
    text-align: center;
    transform: translate(-50%, -50%);
}

.avelle-nurfia-slider__content em {
    font-style: normal;
    color: #df0024;
    font-family: Cormorant, "Cormorant Garamond", Georgia, serif;
    font-size: clamp(24px, 2.6vw, 42px);
    font-weight: 600;
    letter-spacing: -.015em;
    line-height: 1;
    text-transform: none;
}

.avelle-nurfia-slider__content strong {
    color: #111;
    font-family: Cormorant, "Cormorant Garamond", Georgia, serif;
    font-size: clamp(82px, 10.4vw, 168px);
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: .78;
}

.avelle-nurfia-slider__content small {
    max-width: 560px;
    color: #444;
    font-size: 16px;
    line-height: 1.55;
}

.avelle-nurfia-slider__content b {
    display: inline-flex;
    width: fit-content;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(17, 17, 17, .16);
    background: #fff;
    color: #111;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    padding: 0 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    text-transform: uppercase;
}

.avelle-nurfia-slider__dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.avelle-nurfia-slider__dots span {
    display: block;
    width: 34px;
    height: 2px;
    background: rgba(17, 17, 17, .28);
}

.avelle-nurfia-slider__dots span.is-active {
    background: #111;
}

.avelle-nurfia-products-hero {
    position: relative;
    display: grid;
    min-height: clamp(640px, calc(100vh - 132px), 880px);
    overflow: hidden;
    background: #f4efe8;
}

.avelle-nurfia-products-hero__media {
    position: relative;
    display: block;
    min-height: inherit;
    color: #111;
    text-decoration: none;
}

.avelle-nurfia-products-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.avelle-nurfia-products-hero__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(244, 239, 232, .94) 0%, rgba(244, 239, 232, .58) 38%, rgba(244, 239, 232, .08) 72%);
    content: "";
}

.avelle-nurfia-products-hero__content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: max(24px, calc((100vw - 1420px) / 2 + 24px));
    display: grid;
    width: min(520px, 42vw);
    gap: 14px;
    transform: translateY(-50%);
}

.avelle-nurfia-products-hero__content em,
.avelle-nurfia-products-hero__content b {
    font-style: normal;
    font-size: 12px;
    font-weight: 820;
    letter-spacing: 0;
    text-transform: uppercase;
}

.avelle-nurfia-products-hero__content strong {
    font-family: Cormorant, "Cormorant Garamond", Georgia, serif;
    font-size: clamp(62px, 8vw, 132px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: .82;
}

.avelle-nurfia-products-hero__content small {
    max-width: 430px;
    color: #4f4f4f;
    font-size: 15px;
    line-height: 1.55;
}

.avelle-nurfia-products-hero__content b {
    width: max-content;
    border-bottom: 2px solid currentColor;
    padding-bottom: 4px;
}

.avelle-nurfia-products-hero__rail {
    position: absolute;
    z-index: 3;
    right: max(24px, calc((100vw - 1420px) / 2 + 24px));
    bottom: 54px;
    display: grid;
    width: min(460px, 35vw);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.avelle-nurfia-products-hero__product {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    background: rgba(255, 255, 255, .92);
    color: #111;
    text-decoration: none;
}

.avelle-nurfia-products-hero__product img {
    width: 86px;
    height: 112px;
    object-fit: cover;
}

.avelle-nurfia-products-hero__product span {
    display: grid;
    gap: 7px;
}

.avelle-nurfia-products-hero__product strong {
    font-size: 13px;
    font-weight: 760;
    line-height: 1.25;
}

.avelle-nurfia-products-hero__product small {
    color: #111;
    font-size: 12px;
    font-weight: 760;
}

.avelle-nurfia-hero__tile:only-child {
    height: min(720px, 72vh);
    min-height: 520px;
}

.avelle-nurfia-hero__tile span {
    bottom: 26px;
    gap: 8px;
}

.avelle-nurfia-hero__tile strong {
    color: #fff;
    font-size: clamp(22px, 3vw, 38px);
    font-weight: 760;
    line-height: 1.05;
}

.avelle-nurfia-footer {
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(260px, 1.2fr);
}

.avelle-nurfia-footer__column h4,
.avelle-nurfia-footer__newsletter h4 {
    margin: 0 0 18px;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 780;
    line-height: 1.2;
    text-transform: uppercase;
}

.avelle-nurfia-footer__column summary {
    display: block;
    list-style: none;
}

.avelle-nurfia-footer__column summary::-webkit-details-marker {
    display: none;
}

.avelle-nurfia-footer__column summary span {
    display: none;
}

.avelle-nurfia-footer__column ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.avelle-nurfia-footer__column li {
    list-style: none;
}

.avelle-nurfia-footer__column a {
    color: #5f5f5f;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}

.avelle-nurfia-footer__column a:hover {
    color: #1f1f1f;
}

.avelle-nurfia-footer__newsletter p {
    margin: 0 0 16px;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 1.5;
}

.avelle-nurfia-footer__form {
    display: flex;
    min-height: 46px;
    border: 1px solid rgba(31, 31, 31, .14);
    border-radius: 999px;
    background: #fff;
}

.avelle-nurfia-footer__form input {
    min-width: 0;
    flex: 1;
    border: 0;
    background: transparent;
    padding: 0 16px;
    color: #252525;
    outline: 0;
}

.avelle-nurfia-footer__form button {
    flex: 0 0 auto;
    border: 0;
    border-radius: 999px;
    background: #1f1f1f;
    color: #fff;
    font-size: 13px;
    font-weight: 760;
    padding: 0 18px;
}

@media (max-width: 1199px) {
    .avelle-nurfia-header__top-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 10px 0;
    }

    .avelle-nurfia-header__utility,
.avelle-nurfia-header__switchers {
        justify-content: center;
    }

    .avelle-nurfia-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .avelle-nurfia-header__utility {
        display: none;
    }

    .avelle-nurfia-header__announcement {
        max-width: calc(100vw - 34px);
    }

    .avelle-nurfia-hero .container-fluid {
        grid-template-columns: 1fr;
        padding-left: 12px;
        padding-right: 12px;
    }

    .avelle-nurfia-hero__feature {
        height: 540px;
        min-height: 0;
    }

    .avelle-nurfia-hero__tile,
.avelle-nurfia-footer {
        height: auto;
        min-height: 320px;
    }

    .avelle-nurfia-hero__tiles,
.avelle-nurfia-footer {
        grid-template-columns: 1fr;
    }

    .avelle-nurfia-footer__form {
        border-radius: 12px;
        flex-direction: column;
        padding: 8px;
    }

    .avelle-nurfia-footer__form input,
.avelle-nurfia-footer__form button {
        min-height: 42px;
    }

    .avelle-nurfia-footer--accordion .avelle-nurfia-footer__column {
        border-bottom: 1px solid rgba(31, 31, 31, .1);
        padding-bottom: 16px;
    }

    .avelle-nurfia-footer--accordion .avelle-nurfia-footer__column summary {
        align-items: center;
        cursor: pointer;
        display: flex;
        gap: 16px;
        justify-content: space-between;
    }

    .avelle-nurfia-footer--accordion .avelle-nurfia-footer__column summary h4 {
        margin-bottom: 0;
    }

    .avelle-nurfia-footer--accordion .avelle-nurfia-footer__column summary span {
        color: #1f1f1f;
        display: inline-flex;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
    }

    .avelle-nurfia-footer--accordion .avelle-nurfia-footer__column[open] summary span {
        transform: rotate(45deg);
    }

    .avelle-nurfia-footer--accordion .avelle-nurfia-footer__column ul {
        margin-top: 14px;
    }
}

.avelle-fashion7-header .avelle-fashion7-menu-content > ul > li,
.avelle-fashion7-header .avelle-fashion7-menu-content > div > ul > li {
    align-items: center !important;
    display: flex !important;
    min-height: 94px !important;
}

.avelle-fashion7-header .avelle-fashion7-menu-content > ul > li > a,
.avelle-fashion7-header .avelle-fashion7-menu-content > div > ul > li > a {
    align-items: center !important;
    display: inline-flex !important;
    gap: 6px !important;
    height: 94px !important;
    line-height: 1 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.avelle-fashion7-header .avelle-fashion7-menu-content > ul > li > a svg,
.avelle-fashion7-header .avelle-fashion7-menu-content > div > ul > li > a svg {
    display: block !important;
    flex: 0 0 auto !important;
    height: 15px !important;
    margin-top: 1px !important;
    width: 15px !important;
}

.avelle-fashion7-header .avelle-fashion7-top-actions,
.avelle-fashion7-header .avelle-fashion7-icon-nav {
    height: 94px !important;
}

.avelle-fashion7-header .avelle-fashion7-action,
.avelle-fashion7-header .avelle-fashion7-icon {
    line-height: 1 !important;
}

.avelle-fashion7-footer {
    background: #fff;
    color: #555;
    font-size: 14px;
}

.avelle-fashion7-footer-main {
    background: #f9f9f9;
    padding: 74px 0 58px;
}

.avelle-fashion7-footer .footer-logo img,
.avelle-fashion7-footer .footer-logo .logo img {
    display: block;
    margin-bottom: 22px;
    max-height: 42px !important;
    max-width: 190px;
    width: auto;
}

.avelle-fashion7-footer .footer-title h4 {
    color: #222;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.avelle-fashion7-footer .footer-content p {
    color: #666;
    line-height: 1.8;
    margin: 0 0 24px;
    max-width: 360px;
}

.avelle-fashion7-footer .footer-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.avelle-fashion7-footer .footer-content li {
    color: #666;
    line-height: 1.7;
    margin-bottom: 10px;
}

.avelle-fashion7-footer .footer-content a {
    color: #666;
}

.avelle-fashion7-footer .footer-content a:hover {
    color: #111;
}

.avelle-fashion7-footer .footer-social ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.avelle-fashion7-footer .footer-social a {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 50%;
    color: #222;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.avelle-fashion7-footer .footer-social a:hover {
    background: #111;
    color: #fff;
}

.avelle-hero-fashion7 {
    background: #fff;
    overflow: hidden;
}

.avelle-hero-fashion7 .home {
    display: block;
    line-height: 0;
}

.avelle-hero-fashion7 img {
    display: block;
    height: auto;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (max-width: 767.98px) {
    .avelle-hero-fashion7 img {
        min-height: 360px;
    }
}

.avelle-fashion7-footer .contact-list strong {
    color: #333;
    font-weight: 700;
}

.avelle-fashion7-sub-footer {
    border-top: 1px solid rgba(17, 17, 17, .08);
    padding: 18px 0;
}

.avelle-fashion7-sub-footer .footer-end p {
    color: #666;
    margin: 0;
}

.avelle-fashion7-sub-footer .payment-card-bottom {
    text-align: right;
}

.avelle-fashion7-sub-footer .payment-card-bottom img {
    max-height: 28px;
}

@media (max-width: 991.98px) {
    .avelle-fashion7-footer .footer-theme {
        row-gap: 34px;
    }

    .avelle-fashion7-sub-footer,
.avelle-fashion7-sub-footer .payment-card-bottom {
        text-align: center;
    }

    .avelle-fashion7-sub-footer .payment-card-bottom {
        margin-top: 12px;
    }
}

.avelle-fashion7-header {
    background: var(--avelle-header-bg, #fff);
    color: var(--avelle-header-color, #222);
    z-index: 9;
}

.avelle-fashion7-header .container {
    max-width: 1420px;
}

.avelle-fashion7-main-menu {
    align-items: center;
    display: flex;
    min-height: 86px;
}

.avelle-fashion7-menu-left {
    flex: 0 0 auto;
}

.avelle-fashion7-header .brand-logo .logo img,
.avelle-fashion7-header .brand-logo > a > img {
    display: block;
    max-height: 44px !important;
    max-width: 170px;
    width: auto;
}

.avelle-fashion7-menu-right {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 0;
}

.avelle-fashion7-nav {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.avelle-fashion7-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: currentColor;
    display: none;
    flex-direction: column;
    gap: 5px;
    height: 42px;
    justify-content: center;
    padding: 0;
    width: 42px;
}

.avelle-fashion7-toggle span {
    background: currentColor;
    display: block;
    height: 2px;
    width: 24px;
}

.avelle-fashion7-menu-content ul {
    align-items: center;
    display: flex;
    gap: 34px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.avelle-fashion7-menu-content li {
    position: relative;
}

.avelle-fashion7-menu-content a {
    color: currentColor;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1;
    padding: 35px 0;
    text-transform: uppercase;
}

.avelle-fashion7-menu-content a:hover {
    color: #111;
}

.avelle-fashion7-menu-content li ul {
    background: #fff;
    border: 1px solid rgba(17, 17, 17, .08);
    box-shadow: 0 18px 40px rgba(17, 17, 17, .12);
    display: block;
    left: 0;
    min-width: 220px;
    opacity: 0;
    padding: 16px 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease;
    z-index: 20;
}

.avelle-fashion7-menu-content li:hover > ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.avelle-fashion7-menu-content li ul a {
    color: #333;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 10px 22px;
    text-transform: none;
    white-space: nowrap;
}

.avelle-fashion7-top-actions,
.avelle-fashion7-icon-nav {
    align-items: center;
    display: flex;
}

.avelle-fashion7-top-actions {
    gap: 18px;
    margin-left: 36px;
}

.avelle-fashion7-icon-nav {
    gap: 18px;
    margin-left: 28px;
}

.avelle-fashion7-action,
.avelle-fashion7-icon {
    align-items: center;
    background: transparent;
    border: 0;
    color: currentColor;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 34px;
}

.avelle-fashion7-action span,
.avelle-fashion7-icon span {
    align-items: center;
    background: #111;
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 17px;
    justify-content: center;
    line-height: 1;
    min-width: 17px;
    padding: 0 4px;
    position: absolute;
    right: -3px;
    top: 0;
}

.avelle-fashion7-action:hover,
.avelle-fashion7-icon:hover {
    color: #111;
}

@media (max-width: 1199.98px) {
    .avelle-fashion7-main-menu {
        min-height: 76px;
    }

    .avelle-fashion7-toggle {
        display: inline-flex;
    }

    .avelle-fashion7-menu-content {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .avelle-fashion7-main-menu {
        min-height: 68px;
    }

    .avelle-fashion7-top-actions {
        display: none;
    }

    .avelle-fashion7-icon-nav {
        gap: 10px;
        margin-left: 14px;
    }
}

.avelle-footer-register {
    --avelle-footer-surface: var(--footer-background-color, #fff);
    --avelle-footer-ink: var(--footer-text-color, #111);
    --avelle-footer-muted: color-mix(in srgb, var(--avelle-footer-ink) 66%, transparent);
    --avelle-footer-line: var(--footer-border-color, #e5e6e8);
    --avelle-footer-accent: var(--footer-link-hover-color);
    background: var(--avelle-footer-surface);
    color: var(--avelle-footer-ink);
    padding: clamp(48px, 5vw, 86px) 0 28px;
}

.avelle-footer-register a {
    color: var(--footer-link-color, currentColor);
    text-decoration: none;
    transition: color .18s ease, opacity .18s ease, transform .18s ease;
}

.avelle-footer-register a:hover {
    color: var(--avelle-footer-accent);
}

.avelle-footer-register__wordmark,
.avelle-footer-register__brand-panel .avelle-fashion6-footer__wordmark {
    color: inherit;
    display: inline-block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 3vw, 52px);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: .95;
    margin-bottom: 18px;
}

.avelle-footer-register__intro {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(220px, .7fr) minmax(280px, .9fr);
    padding-bottom: clamp(30px, 4vw, 56px);
}

.avelle-footer-register__intro p,
.avelle-footer-register__brand-panel p,
.avelle-footer-register__feature p {
    color: var(--avelle-footer-muted);
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    max-width: 480px;
}

.avelle-footer-register__columns {
    border-top: 1px solid var(--avelle-footer-line);
    display: grid;
    gap: clamp(24px, 3vw, 44px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: clamp(32px, 4vw, 56px) 0;
}

.avelle-footer-register__columns--minimal {
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(160px, .6fr);
}

.avelle-footer-register__nav h4,
.avelle-footer-register__social h4 {
    color: var(--footer-title-color, currentColor);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    line-height: 1.25;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.avelle-footer-register__nav ul,
.avelle-footer-register__brand-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.avelle-footer-register__nav li + li,
.avelle-footer-register__brand-panel li + li {
    margin-top: 9px;
}

.avelle-footer-register__nav a,
.avelle-footer-register__brand-panel li,
.avelle-footer-register__brand-panel a {
    color: var(--avelle-footer-muted);
    font-size: 14px;
    line-height: 1.55;
}

.avelle-footer-register__social > div,
.avelle-footer-register__discovery-social > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.avelle-footer-register__social a,
.avelle-footer-register__discovery-social a {
    align-items: center;
    border: 1px solid var(--avelle-footer-line);
    border-radius: var(--avelle-radius-control, 12px);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    height: 36px;
    justify-content: center;
    text-transform: uppercase;
    width: 36px;
}

.avelle-footer-register__social a .avelle-icon,
.avelle-footer-register__discovery-social a .avelle-icon {
    font-size: 17px;
}

.avelle-footer-register__bottom {
    border-top: 1px solid var(--avelle-footer-line);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(220px, .45fr) minmax(320px, 1fr);
    padding-top: 20px;
}

.avelle-footer-register__bottom > p {
    color: var(--avelle-footer-muted);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.avelle-footer-register--discovery .avelle-footer-register__bottom {
    border-top: 0;
    gap: 16px;
    grid-template-columns: 1fr;
    padding-top: 0;
    text-align: center;
}

.avelle-footer-register--discovery .avelle-footer-register__bottom > p {
    justify-self: center;
}

.avelle-footer-register--minimal {
    --avelle-footer-muted: rgb(17 17 17 / 62%);
    --avelle-footer-line: rgb(17 17 17 / 12%);
    background: var(--avelle-footer-surface);
    padding: clamp(44px, 5vw, 78px) 0 24px;
}

.avelle-footer-register__minimal-head {
    align-items: end;
    display: grid;
    gap: clamp(22px, 4vw, 72px);
    grid-template-columns: minmax(220px, .66fr) minmax(360px, .74fr);
    padding-bottom: clamp(32px, 4vw, 54px);
}

.avelle-footer-register--minimal .avelle-footer-register__wordmark {
    color: var(--avelle-footer-ink);
    font-size: clamp(38px, 5vw, 76px);
    letter-spacing: -.055em;
    margin: 0;
}

.avelle-footer-register__minimal-head p {
    color: var(--avelle-footer-muted);
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.65;
    margin: 0;
    max-width: 540px;
}

.avelle-footer-register--minimal .avelle-footer-register__columns {
    border-top: 1px solid var(--avelle-footer-ink);
    gap: clamp(24px, 4vw, 72px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: clamp(26px, 3vw, 38px) 0 clamp(30px, 3.4vw, 46px);
}

.avelle-footer-register--minimal .avelle-footer-register__nav h4 {
    color: var(--avelle-footer-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    margin-bottom: 14px;
}

.avelle-footer-register--minimal .avelle-footer-register__nav li + li {
    margin-top: 7px;
}

.avelle-footer-register--minimal .avelle-footer-register__nav a {
    color: rgb(17 17 17 / 68%);
    font-size: 13px;
    line-height: 1.45;
}

.avelle-footer-register--minimal .avelle-footer-register__nav a:hover {
    color: var(--avelle-footer-ink);
}

.avelle-footer-register__nav--service a {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.avelle-footer-register__nav--service a .avelle-icon {
    color: var(--avelle-footer-accent);
    font-size: 15px;
}

.avelle-footer-register__minimal-lower {
    align-items: center;
    border-top: 1px solid var(--avelle-footer-line);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 18px 0;
}

.avelle-footer-register__minimal-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    min-width: 0;
}

.avelle-footer-register__minimal-meta p {
    color: rgb(17 17 17 / 56%);
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
}

.avelle-footer-register__minimal-policy-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.avelle-footer-register__minimal-policy-row a {
    color: rgb(17 17 17 / 56%);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.avelle-footer-register--minimal .avelle-footer-register__social {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.avelle-footer-register--minimal .avelle-footer-register__social a {
    border-color: rgb(17 17 17 / 16%);
    border-radius: 8px;
    color: var(--avelle-footer-ink);
    height: 34px;
    width: 34px;
}

.avelle-footer-register--minimal .avelle-footer-register__social a:hover {
    background: var(--avelle-footer-ink);
    border-color: var(--avelle-footer-ink);
    color: var(--avelle-footer-surface);
}

.avelle-footer-register--minimal .avelle-footer-compliance {
    border-top: 1px solid var(--avelle-footer-line);
    gap: 10px;
    margin-top: 0;
    padding-top: 18px;
}

.avelle-footer-register--minimal .avelle-footer-compliance__company {
    color: rgb(17 17 17 / 46%);
    font-size: 10px;
    line-height: 1.45;
}

.avelle-footer-register--minimal-editorial {
    --avelle-footer-night: var(--footer-text-color, var(--tp-common-black));
    --avelle-footer-on-night: var(--footer-background-color, var(--tp-common-white));
    --avelle-footer-on-night-muted: color-mix(in srgb, var(--avelle-footer-on-night) 68%, transparent);
    --avelle-footer-on-night-soft: color-mix(in srgb, var(--avelle-footer-on-night) 12%, transparent);
    --avelle-footer-on-night-line: color-mix(in srgb, var(--avelle-footer-on-night) 18%, transparent);
    background: var(--avelle-footer-night);
    color: var(--avelle-footer-on-night);
    overflow: hidden;
    padding: clamp(40px, 5vw, 76px) 0 calc(24px + env(safe-area-inset-bottom, 0px));
}

.avelle-footer-register__minimal-hero {
    align-items: stretch;
    border: 1px solid var(--avelle-footer-on-night-line);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .62fr);
    min-height: clamp(360px, 39vw, 520px);
}

.avelle-footer-register__minimal-copy {
    align-content: center;
    display: grid;
    gap: 18px;
    padding: clamp(28px, 5vw, 70px);
}

.avelle-footer-register__minimal-kicker {
    color: var(--avelle-footer-on-night-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.avelle-footer-register--minimal-editorial .avelle-footer-register__wordmark {
    color: var(--avelle-footer-on-night);
    font-size: clamp(46px, 7vw, 96px);
    letter-spacing: 0;
    line-height: .9;
    margin: 0;
}

.avelle-footer-register__minimal-copy h3 {
    color: var(--avelle-footer-on-night);
    font-size: clamp(30px, 4vw, 56px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 6px 0 0;
    max-width: 620px;
}

.avelle-footer-register__minimal-copy p {
    color: var(--avelle-footer-on-night-muted);
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.68;
    margin: 0;
    max-width: 560px;
}

.avelle-footer-register__minimal-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.avelle-footer-register__minimal-actions a {
    align-items: center;
    background: var(--avelle-footer-on-night);
    color: var(--avelle-footer-night);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .08em;
    min-height: 42px;
    padding: 0 18px;
    text-transform: uppercase;
}

.avelle-footer-register__minimal-actions a + a {
    background: transparent;
    border: 1px solid var(--avelle-footer-on-night-line);
    color: var(--avelle-footer-on-night);
}

.avelle-footer-register__minimal-media {
    margin: 0;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.avelle-footer-register__minimal-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.avelle-footer-register__minimal-media::after {
    background: linear-gradient(180deg, transparent 42%, color-mix(in srgb, var(--avelle-footer-night) 72%, transparent) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.avelle-footer-register__minimal-media figcaption {
    bottom: 18px;
    color: var(--avelle-footer-on-night);
    font-size: 11px;
    font-weight: 800;
    left: 18px;
    letter-spacing: .12em;
    line-height: 1.2;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.avelle-footer-register__minimal-directory {
    border-bottom: 1px solid var(--avelle-footer-on-night-line);
    border-left: 1px solid var(--avelle-footer-on-night-line);
    border-right: 1px solid var(--avelle-footer-on-night-line);
    display: grid;
    grid-template-columns: minmax(260px, .48fr) minmax(0, 1fr);
}

.avelle-footer-register__minimal-service-list {
    border-right: 1px solid var(--avelle-footer-on-night-line);
    display: grid;
}

.avelle-footer-register__minimal-service-item {
    color: var(--avelle-footer-on-night);
    display: grid;
    gap: 8px;
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 22px;
}

.avelle-footer-register__minimal-service-item + .avelle-footer-register__minimal-service-item {
    border-top: 1px solid var(--avelle-footer-on-night-line);
}

.avelle-footer-register__minimal-service-item > span {
    align-items: center;
    background: var(--avelle-footer-on-night-soft);
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.avelle-footer-register__minimal-service-item strong {
    align-self: end;
    color: var(--avelle-footer-on-night);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.25;
    text-transform: uppercase;
}

.avelle-footer-register__minimal-service-item small {
    color: var(--avelle-footer-on-night-muted);
    font-size: 13px;
    grid-column: 2;
    line-height: 1.5;
}

.avelle-footer-register__minimal-link-grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.avelle-footer-register--minimal-editorial .avelle-footer-register__nav {
    border-right: 1px solid var(--avelle-footer-on-night-line);
    padding: 24px;
}

.avelle-footer-register--minimal-editorial .avelle-footer-register__nav:last-child {
    border-right: 0;
}

.avelle-footer-register--minimal-editorial .avelle-footer-register__nav h4 {
    color: var(--avelle-footer-on-night);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    margin-bottom: 16px;
}

.avelle-footer-register--minimal-editorial .avelle-footer-register__nav li + li {
    margin-top: 9px;
}

.avelle-footer-register--minimal-editorial .avelle-footer-register__nav a {
    color: var(--avelle-footer-on-night-muted);
    font-size: 13px;
    line-height: 1.45;
}

.avelle-footer-register--minimal-editorial .avelle-footer-register__nav a:hover {
    color: var(--avelle-footer-on-night);
}

.avelle-footer-register__minimal-bottom {
    align-items: center;
    border-bottom: 1px solid var(--avelle-footer-on-night-line);
    border-left: 1px solid var(--avelle-footer-on-night-line);
    border-right: 1px solid var(--avelle-footer-on-night-line);
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(190px, .4fr) minmax(0, 1fr) auto;
    padding: 16px 22px;
}

.avelle-footer-register__minimal-bottom p {
    color: var(--avelle-footer-on-night-muted);
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
}

.avelle-footer-register--minimal-editorial .avelle-footer-register__minimal-policy-row {
    justify-content: center;
}

.avelle-footer-register--minimal-editorial .avelle-footer-register__minimal-policy-row a {
    color: var(--avelle-footer-on-night-muted);
}

.avelle-footer-register--minimal-editorial .avelle-footer-register__minimal-policy-row a:hover {
    color: var(--avelle-footer-on-night);
}

.avelle-footer-register--minimal-editorial .avelle-footer-register__social {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.avelle-footer-register--minimal-editorial .avelle-footer-register__social a {
    background: var(--avelle-footer-on-night-soft);
    border-color: var(--avelle-footer-on-night-line);
    border-radius: 8px;
    color: var(--avelle-footer-on-night);
    height: 36px;
    width: 36px;
}

.avelle-footer-register--minimal-editorial .avelle-footer-register__social a:hover {
    background: var(--avelle-footer-on-night);
    border-color: var(--avelle-footer-on-night);
    color: var(--avelle-footer-night);
}

.avelle-footer-register--minimal-editorial .avelle-footer-compliance {
    border: 1px solid var(--avelle-footer-on-night-line);
    border-top: 0;
    color: var(--avelle-footer-on-night);
    margin-top: 0;
    padding: 16px 22px 0;
}

.avelle-footer-register--minimal-editorial .avelle-footer-compliance__withdrawal,
.avelle-footer-register--minimal-editorial .avelle-footer-compliance__card,
.avelle-footer-register--minimal-editorial .avelle-footer-compliance__mobile-policy-card {
    background: var(--avelle-footer-on-night-soft);
    border-color: var(--avelle-footer-on-night-line);
    color: var(--avelle-footer-on-night);
}

.avelle-footer-register--minimal-editorial .avelle-footer-compliance__label,
.avelle-footer-register--minimal-editorial .avelle-footer-compliance__company {
    color: var(--avelle-footer-on-night-muted);
}

.avelle-footer-register--minimal-editorial .avelle-footer-compliance__netopia-chip {
    background: var(--avelle-footer-on-night);
}

.avelle-footer-register--minimal-retail {
    --avelle-footer-paper: var(--footer-background-color, var(--tp-common-white));
    --avelle-footer-ink: var(--footer-text-color, var(--tp-common-black));
    --avelle-footer-muted: color-mix(in srgb, var(--avelle-footer-ink) 62%, transparent);
    --avelle-footer-soft: color-mix(in srgb, var(--avelle-footer-ink) 5%, transparent);
    --avelle-footer-line: color-mix(in srgb, var(--avelle-footer-ink) 13%, transparent);
    background: var(--avelle-footer-paper);
    color: var(--avelle-footer-ink);
    padding: 0 0 calc(18px + env(safe-area-inset-bottom, 0px));
}

.avelle-footer-register__retail-service-band {
    background: var(--avelle-footer-ink);
    color: var(--avelle-footer-paper);
}

.avelle-footer-register__retail-services {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.avelle-footer-register__retail-service {
    align-items: center;
    color: var(--avelle-footer-paper);
    display: grid;
    gap: 12px;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 76px;
    padding: 14px 20px;
}

.avelle-footer-register__retail-service + .avelle-footer-register__retail-service {
    border-left: 1px solid color-mix(in srgb, var(--avelle-footer-paper) 16%, transparent);
}

.avelle-footer-register__retail-service-icon {
    align-items: center;
    background: color-mix(in srgb, var(--avelle-footer-paper) 10%, transparent);
    color: var(--avelle-footer-paper);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    transition: color .18s ease, background-color .18s ease;
    width: 34px;
}

.avelle-footer-register__retail-service:hover .avelle-footer-register__retail-service-icon,
.avelle-footer-register__retail-service:focus-visible .avelle-footer-register__retail-service-icon {
    color: var(--primary-color, var(--theme-color));
}

.avelle-footer-register__retail-service-icon svg,
.avelle-footer-register__retail-service-icon svg * {
    color: currentColor;
    stroke: currentColor;
}

.avelle-footer-register__retail-service strong,
.avelle-footer-register__retail-service small {
    display: block;
}

.avelle-footer-register__retail-service strong {
    color: var(--avelle-footer-paper);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.avelle-footer-register__retail-service small {
    color: color-mix(in srgb, var(--avelle-footer-paper) 66%, transparent);
    font-size: 12px;
    line-height: 1.35;
    margin-top: 4px;
}

.avelle-footer-register__retail-main {
    border-bottom: 1px solid var(--avelle-footer-line);
    display: grid;
    gap: clamp(28px, 5vw, 72px);
    grid-template-columns: minmax(220px, .48fr) minmax(0, 1fr);
    padding: clamp(34px, 5vw, 62px) 0 clamp(30px, 4vw, 52px);
}

.avelle-footer-register--minimal-retail .avelle-footer-register__wordmark {
    color: var(--avelle-footer-ink);
    display: inline-flex;
    line-height: 0;
    margin: 0;
}

.avelle-footer-register__logo {
    display: block;
    height: auto;
    max-height: 54px;
    max-width: min(220px, 58vw);
    object-fit: contain;
    width: auto;
}

.avelle-footer-register__retail-brand p {
    color: var(--avelle-footer-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 18px 0 0;
    max-width: 310px;
}

.avelle-footer-register__retail-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 22px;
}

.avelle-footer-register__retail-contact a {
    border-bottom: 1px solid currentColor;
    color: var(--avelle-footer-ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.avelle-footer-register__retail-columns {
    display: grid;
    gap: clamp(18px, 3vw, 46px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.avelle-footer-register--minimal-retail .avelle-footer-register__nav h4 {
    color: var(--avelle-footer-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    margin-bottom: 14px;
}

.avelle-footer-register--minimal-retail .avelle-footer-register__nav li + li {
    margin-top: 8px;
}

.avelle-footer-register--minimal-retail .avelle-footer-register__nav a {
    color: var(--avelle-footer-muted);
    font-size: 13px;
    line-height: 1.45;
}

.avelle-footer-register--minimal-retail .avelle-footer-register__nav a:hover {
    color: var(--avelle-footer-ink);
}

.avelle-footer-register__retail-bottom {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr) auto;
    padding: 18px 0;
}

.avelle-footer-register__retail-bottom p {
    color: var(--avelle-footer-muted);
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
}

.avelle-footer-register--minimal-retail .avelle-footer-register__minimal-policy-row {
    justify-content: center;
}

.avelle-footer-register--minimal-retail .avelle-footer-register__minimal-policy-row a {
    color: var(--avelle-footer-muted);
}

.avelle-footer-register--minimal-retail .avelle-footer-register__minimal-policy-row a:hover {
    color: var(--avelle-footer-ink);
}

.avelle-footer-register--minimal-retail .avelle-footer-register__social {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.avelle-footer-register--minimal-retail .avelle-footer-register__social a {
    background: var(--avelle-footer-soft);
    border-color: var(--avelle-footer-line);
    border-radius: 8px;
    color: var(--avelle-footer-ink);
    height: 34px;
    width: 34px;
}

.avelle-footer-register--minimal-retail .avelle-footer-register__social a:hover {
    background: var(--avelle-footer-ink);
    border-color: var(--avelle-footer-ink);
    color: var(--avelle-footer-paper);
}

.avelle-footer-register--minimal-retail .avelle-footer-compliance {
    border-top: 1px solid var(--avelle-footer-line);
    color: var(--avelle-footer-ink);
    margin-top: 0;
    padding-top: 18px;
}

.avelle-footer-register--minimal-retail .avelle-footer-compliance__company {
    color: color-mix(in srgb, var(--avelle-footer-ink) 52%, transparent);
}

.avelle-footer-register--minimal-retail .avelle-footer-processor-row .avelle-footer-compliance__netopia-chip {
    background: transparent;
    border: 0;
    min-height: 0;
    padding: 0;
}

.avelle-footer-register--minimal-retail .avelle-footer-compliance .avelle-footer-processor-row img.avelle-footer-payment-netopia--color {
    height: 40px;
    max-height: 40px;
    width: auto;
}

.avelle-footer-register--commerce {
    --avelle-footer-surface: color-mix(in srgb, var(--footer-background-color) 94%, var(--footer-link-hover-color));
    --avelle-footer-ink: var(--footer-text-color);
    --avelle-footer-muted: rgb(17 17 17 / 66%);
    --avelle-footer-line: rgb(17 17 17 / 13%);
    --avelle-footer-soft: var(--footer-background-color);
    --avelle-footer-rail-ground: color-mix(in srgb, var(--footer-background-color) 88%, var(--footer-text-color));
    background:
        linear-gradient(180deg, var(--avelle-footer-soft) 0%, var(--avelle-footer-surface) 54%, var(--avelle-footer-rail-ground) 100%);
}

.avelle-footer-register--commerce-atelier {
    overflow: hidden;
}

.avelle-footer-register__atelier-shell {
    background:
        linear-gradient(135deg, rgb(255 255 255 / 82%), rgb(255 255 255 / 34%)),
        linear-gradient(135deg, rgb(242 106 75 / 10%), rgb(107 75 54 / 8%));
    border: 1px solid var(--avelle-footer-line);
    border-radius: var(--avelle-radius-card, 18px);
    display: grid;
    gap: clamp(28px, 5vw, 84px);
    grid-template-columns: minmax(280px, .92fr) minmax(380px, 1.18fr);
    margin-bottom: clamp(30px, 4vw, 54px);
    overflow: hidden;
    padding: clamp(28px, 4.6vw, 72px);
    position: relative;
}

.avelle-footer-register__atelier-shell::after {
    bottom: -.18em;
    color: rgb(23 18 15 / 4%);
    content: "AVELLE";
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(92px, 17vw, 250px);
    font-weight: 700;
    letter-spacing: -.07em;
    line-height: .78;
    pointer-events: none;
    position: absolute;
    right: clamp(-22px, -1vw, 0px);
    text-transform: uppercase;
    white-space: nowrap;
}

.avelle-footer-register__atelier-brand,
.avelle-footer-register__atelier-notes {
    position: relative;
    z-index: 1;
}

.avelle-footer-register__atelier-kicker,
.avelle-footer-register__atelier-social > span {
    color: var(--avelle-footer-accent);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.25;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.avelle-footer-register__atelier-brand .avelle-footer-register__wordmark {
    font-size: clamp(46px, 6vw, 92px);
    margin-bottom: 22px;
}

.avelle-footer-register__atelier-brand p {
    color: var(--avelle-footer-muted);
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.72;
    margin: 0;
    max-width: 430px;
}

.avelle-footer-register__atelier-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.avelle-footer-register__atelier-actions a {
    align-items: center;
    border: 1px solid var(--avelle-footer-line);
    border-radius: var(--avelle-radius-control, 12px);
    color: var(--avelle-footer-ink);
    display: inline-flex;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    min-height: 38px;
    padding: 0 14px;
    text-transform: uppercase;
}

.avelle-footer-register__atelier-actions a:first-child {
    background: var(--avelle-footer-ink);
    border-color: var(--avelle-footer-ink);
    color: var(--avelle-footer-soft);
}

.avelle-footer-register__atelier-notes {
    display: grid;
    gap: 0;
}

.avelle-footer-register__atelier-notes article {
    align-items: flex-start;
    border-bottom: 1px solid var(--avelle-footer-line);
    display: grid;
    gap: 18px;
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 20px 0;
}

.avelle-footer-register__atelier-notes article:first-child {
    padding-top: 0;
}

.avelle-footer-register__atelier-notes article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.avelle-footer-register__atelier-notes article > span {
    align-items: center;
    background: var(--avelle-footer-soft);
    border: 1px solid var(--avelle-footer-line);
    border-radius: var(--avelle-radius-control, 12px);
    color: var(--avelle-footer-ink);
    display: inline-flex;
    font-size: 11px;
    font-weight: 850;
    height: 44px;
    justify-content: center;
    letter-spacing: .08em;
    width: 44px;
}

.avelle-footer-register__atelier-notes strong {
    color: var(--avelle-footer-ink);
    display: block;
    font-size: 15px;
    line-height: 1.35;
    margin: 2px 0 6px;
}

.avelle-footer-register__atelier-notes p {
    color: var(--avelle-footer-muted);
    font-size: 14px;
    line-height: 1.62;
    margin: 0;
}

.avelle-footer-register__columns--commerce-atelier {
    border-top-color: var(--avelle-footer-line);
    border-bottom: 1px solid var(--avelle-footer-line);
    padding-bottom: clamp(28px, 3.4vw, 48px);
}

.avelle-footer-register--commerce-atelier .avelle-footer-register__nav a:hover {
    transform: translateX(3px);
}

.avelle-footer-register__atelier-social {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 22px 0;
}

.avelle-footer-register__atelier-social > span {
    color: var(--avelle-footer-ink);
    margin: 0;
}

.avelle-footer-register__atelier-social > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.avelle-footer-register__atelier-social a {
    align-items: center;
    background: var(--avelle-footer-soft);
    border: 1px solid var(--avelle-footer-line);
    border-radius: var(--avelle-radius-control, 12px);
    color: var(--avelle-footer-ink);
    display: inline-flex;
    font-size: 11px;
    font-weight: 850;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.avelle-footer-register--commerce-atelier .avelle-footer-register__bottom {
    border-top: 0;
    gap: 16px;
    grid-template-columns: 1fr;
    padding-top: 0;
    text-align: center;
}

.avelle-footer-register--commerce-atelier .avelle-footer-register__bottom > p {
    justify-self: center;
    order: 1;
}

.avelle-footer-register--commerce-atelier .avelle-footer-compliance {
    border-top: 0;
    margin-top: 0;
    order: 2;
    padding-top: 0;
}

.avelle-footer-register--commerce-atelier .avelle-footer-compliance__card {
    background: var(--avelle-footer-ink);
}

.avelle-footer-register--commerce-atelier .avelle-footer-compliance__netopia-chip {
    background: var(--avelle-footer-ink);
}

.avelle-footer-register--commerce-rail {
    background: var(--avelle-footer-rail-ground);
    overflow: hidden;
}

.avelle-footer-register__rail-manifesto {
    align-items: end;
    border-bottom: 1px solid var(--avelle-footer-line);
    display: grid;
    gap: clamp(18px, 2.4vw, 34px);
    grid-template-columns: minmax(0, 540px) minmax(260px, .78fr);
    padding-bottom: clamp(22px, 3vw, 38px);
}

.avelle-footer-register__rail-brand span,
.avelle-footer-register__rail-pin > span,
.avelle-footer-register__rail-nav-label,
.avelle-footer-register__rail-social > span {
    color: var(--footer-link-hover-color);
    display: block;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.avelle-footer-register__rail-brand .avelle-footer-register__wordmark {
    color: var(--avelle-footer-ink);
    font-size: clamp(54px, 8vw, 132px);
    letter-spacing: -.085em;
    margin: 12px 0 22px;
}

.avelle-footer-register__rail-brand p {
    color: var(--avelle-footer-muted);
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.55;
    margin: 0;
    max-width: 500px;
}

.avelle-footer-register__rail-brand-logo {
    display: inline-flex;
    margin: 10px 0 16px;
    max-width: min(320px, 74vw);
}

.avelle-footer-register__rail-brand-logo img {
    display: block;
    height: auto;
    max-height: 64px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    width: auto;
}

.avelle-footer-register__rail-metrics {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.avelle-footer-register__rail-metrics span {
    align-items: center;
    background: color-mix(in srgb, var(--avelle-footer-soft) 72%, transparent);
    border: 1px solid var(--avelle-footer-line);
    border-radius: var(--avelle-radius-control, 12px);
    color: var(--avelle-footer-ink);
    display: inline-flex;
    font-size: 11px;
    font-weight: 850;
    justify-content: center;
    letter-spacing: .08em;
    min-height: 38px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.avelle-footer-register__rail-directory {
    align-items: start;
    display: grid;
    gap: clamp(18px, 2.4vw, 36px);
    grid-template-columns: minmax(250px, .78fr) repeat(4, minmax(116px, 1fr));
    padding: clamp(16px, 1.9vw, 24px) 0 clamp(12px, 1.5vw, 18px);
}

.avelle-footer-register__rail-directory--no-pin {
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    padding-bottom: clamp(14px, 1.8vw, 22px);
}

.avelle-footer-register__rail-pin,
.avelle-footer-register__rail-nav {
    border-radius: var(--avelle-radius-card, 18px);
    min-height: 0;
    padding: clamp(12px, 1vw, 14px);
}

.avelle-footer-register__rail-pin {
    background:
        radial-gradient(circle at 88% 12%, rgb(242 106 75 / 22%), transparent 30%),
        var(--avelle-footer-ink);
    color: var(--avelle-footer-soft);
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: flex-start;
    min-height: 214px;
    overflow: hidden;
    position: relative;
}

.avelle-footer-register__rail-pin::after {
    bottom: -.18em;
    color: rgb(255 255 255 / 6%);
    content: "02";
    font-size: clamp(128px, 18vw, 280px);
    font-weight: 850;
    letter-spacing: -.08em;
    line-height: .8;
    position: absolute;
    right: -.05em;
}

.avelle-footer-register__rail-pin > * {
    position: relative;
    z-index: 1;
}

.avelle-footer-register__rail-pin > span {
    color: var(--footer-link-hover-color);
}

.avelle-footer-register__rail-pin strong {
    display: block;
    font-size: clamp(21px, 2vw, 28px);
    letter-spacing: -.055em;
    line-height: 1.04;
    margin: 4px 0 0;
    max-width: 320px;
}

.avelle-footer-register__rail-pin p {
    color: rgb(255 255 255 / 70%);
    font-size: 12px;
    line-height: 1.36;
    margin: 0;
    max-width: 300px;
}

.avelle-footer-register__rail-pin div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.avelle-footer-register__rail-pin a {
    align-items: center;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: var(--avelle-radius-control, 12px);
    color: var(--avelle-footer-soft);
    display: inline-flex;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    min-height: 34px;
    padding: 0 12px;
    text-transform: uppercase;
}

.avelle-footer-register__rail-pin a:first-child {
    background: var(--avelle-footer-soft);
    border-color: var(--avelle-footer-soft);
    color: var(--avelle-footer-ink);
}

.avelle-footer-register__rail-pin a:hover,
.avelle-footer-register__rail-pin a:focus-visible {
    background: var(--footer-link-hover-color);
    border-color: var(--footer-link-hover-color);
    color: var(--avelle-footer-soft);
}

.avelle-footer-register__rail-nav {
    display: flex;
    flex-direction: column;
    padding: 2px 0 0;
    position: relative;
}

.avelle-footer-register__rail-nav::before {
    background: linear-gradient(90deg, var(--footer-link-hover-color), rgb(17 17 17 / 16%) 52%, transparent);
    content: "";
    display: block;
    height: 2px;
    margin: 0 0 12px;
    width: min(92px, 64%);
}

.avelle-footer-register__rail-nav:not(:last-child)::after {
    background: linear-gradient(180deg, rgb(17 17 17 / 16%), rgb(17 17 17 / 0%));
    content: "";
    height: 100%;
    position: absolute;
    right: calc(clamp(18px, 2.4vw, 36px) / -2);
    top: 0;
    width: 1px;
}

.avelle-footer-register__rail-nav-head {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 8px;
}

.avelle-footer-register__rail-nav-head > span {
    color: rgb(17 17 17 / 38%);
    display: block;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .18em;
    line-height: 1;
}

.avelle-footer-register__rail-nav-head .avelle-icon {
    display: none;
}

.avelle-footer-register__rail-nav-marker {
    display: none;
}

.avelle-footer-register__rail-nav h4 {
    color: var(--avelle-footer-ink);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .14em;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.avelle-footer-register__rail-nav p {
    display: none;
}

.avelle-footer-register__rail-nav ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.avelle-footer-register__rail-nav li + li {
    margin-top: 0;
}

.avelle-footer-register__rail-nav a {
    color: var(--avelle-footer-muted);
    display: inline-flex;
    font-size: 13px;
    line-height: 1.25;
    position: relative;
}

.avelle-footer-register__rail-nav a::after {
    background: var(--footer-link-hover-color);
    bottom: -3px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .18s ease;
    width: 100%;
}

.avelle-footer-register__rail-nav-label {
    color: var(--footer-link-hover-color);
    display: block;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .16em;
    line-height: 1.1;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.avelle-footer-register__rail-nav a:hover {
    color: var(--footer-link-hover-color);
    transform: translateX(3px);
}

.avelle-footer-register__rail-nav a:hover::after,
.avelle-footer-register__rail-nav a:focus-visible::after {
    transform: scaleX(1);
}

.avelle-footer-register__rail-directory--no-pin .avelle-footer-register__rail-nav {
    border-radius: 14px;
    min-height: 0;
    padding: clamp(20px, 2vw, 28px);
    position: relative;
}

.avelle-footer-register__rail-directory--no-pin .avelle-footer-register__rail-nav-head {
    margin: 0;
    position: absolute;
    right: clamp(18px, 1.7vw, 26px);
    top: clamp(18px, 1.7vw, 26px);
}

.avelle-footer-register__rail-directory--no-pin .avelle-footer-register__rail-nav-head .avelle-icon {
    display: none;
}

.avelle-footer-register__rail-directory--no-pin .avelle-footer-register__rail-nav h4 {
    margin-top: 0;
    padding-right: 46px;
}

.avelle-footer-register__rail-directory--no-pin .avelle-footer-register__rail-nav p {
    display: none;
}

.avelle-footer-register__rail-directory--no-pin .avelle-footer-register__rail-nav ul {
    margin-top: 14px;
    gap: 8px;
}

.avelle-footer-register__rail-directory--no-pin .avelle-footer-register__rail-nav-label {
    margin-bottom: 10px;
    padding-right: 46px;
}

.avelle-footer-register__rail-service-row {
    border-top: 1px solid var(--avelle-footer-line);
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: clamp(10px, 1.3vw, 16px) 0;
}

.avelle-footer-register__rail-service-row a {
    align-items: center;
    background: color-mix(in srgb, var(--avelle-footer-soft) 84%, transparent);
    border: 1px solid var(--avelle-footer-line);
    border-radius: var(--avelle-radius-control, 12px);
    color: var(--avelle-footer-ink);
    display: grid;
    gap: 3px 12px;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 60px;
    padding: 10px 12px;
}

.avelle-footer-register__rail-service-row a:hover,
.avelle-footer-register__rail-service-row a:focus-visible {
    border-color: color-mix(in srgb, var(--footer-link-hover-color) 46%, var(--avelle-footer-line));
    transform: translateY(-2px);
}

.avelle-footer-register__rail-service-row .avelle-icon {
    align-items: center;
    background: var(--avelle-footer-ink);
    border-radius: var(--avelle-radius-control, 12px);
    color: var(--avelle-footer-soft);
    display: inline-flex;
    font-size: 16px;
    grid-row: 1 / span 2;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.avelle-footer-register__rail-service-row a:hover .avelle-icon,
.avelle-footer-register__rail-service-row a:focus .avelle-icon,
.avelle-footer-register__rail-service-row a:focus-visible .avelle-icon {
    background: var(--footer-link-hover-color);
    color: var(--avelle-footer-soft);
}

footer.avelle-footer-register--commerce-rail .avelle-footer-register__rail-service-row a:hover .avelle-icon,
footer.avelle-footer-register--commerce-rail .avelle-footer-register__rail-service-row a:focus .avelle-icon,
footer.avelle-footer-register--commerce-rail .avelle-footer-register__rail-service-row a:focus-visible .avelle-icon {
    background-color: var(--footer-link-hover-color) !important;
    color: var(--avelle-footer-soft) !important;
}

.avelle-footer-register__rail-service-row strong {
    display: block;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.avelle-footer-register__rail-service-row span {
    color: var(--avelle-footer-muted);
    display: block;
    font-size: 11px;
    line-height: 1.25;
}

.avelle-footer-register__rail-social {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    padding: 0;
    text-align: right;
}

.avelle-footer-register__rail-social > span {
    color: var(--avelle-footer-ink);
}

.avelle-footer-register__rail-social > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.avelle-footer-register__rail-social a {
    align-items: center;
    background: var(--avelle-footer-ink);
    border: 1px solid var(--avelle-footer-ink);
    border-radius: var(--avelle-radius-control, 12px);
    color: var(--avelle-footer-soft);
    display: inline-flex;
    font-size: 16px;
    font-weight: 850;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.avelle-footer-register__rail-social a:hover,
.avelle-footer-register__rail-social a:focus-visible {
    background: var(--footer-link-hover-color);
    border-color: var(--footer-link-hover-color);
    color: var(--avelle-footer-soft);
}

.avelle-footer-register__rail-social .avelle-icon {
    font-size: 18px;
    line-height: 1;
}

.avelle-footer-register__rail-bottom {
    align-items: center;
    border-top: 1px solid var(--avelle-footer-line);
    display: grid;
    gap: clamp(16px, 2vw, 28px);
    grid-template-columns: minmax(180px, .52fr) minmax(360px, 1fr) minmax(180px, .52fr);
    padding-top: clamp(16px, 2vw, 24px);
}

.avelle-footer-register__rail-logo {
    align-items: center;
    display: inline-flex;
    justify-self: start;
}

.avelle-footer-register__rail-logo img {
    display: block;
    height: auto;
    max-height: 44px;
    max-width: min(100%, 190px);
    object-fit: contain;
    object-position: left center;
    width: auto;
}

.avelle-footer-register--commerce-rail .avelle-footer-register__bottom {
    border-top: 0;
    gap: 10px;
    grid-template-columns: 1fr;
    padding-top: 0;
    text-align: center;
}

.avelle-footer-register--commerce-rail .avelle-footer-register__bottom > p {
    justify-self: center;
    order: 1;
}

.avelle-footer-register--commerce-rail .avelle-footer-compliance {
    border-top: 0;
    margin-top: 0;
    order: 2;
    padding-top: 0;
}

.avelle-footer-register--commerce-rail .avelle-footer-compliance__card,
.avelle-footer-register--commerce-rail .avelle-footer-compliance__netopia-chip {
    background: var(--avelle-footer-ink);
}

.avelle-footer-register__commerce-head,
.avelle-footer-register__boutique-card {
    align-items: end;
    border: 1px solid var(--avelle-footer-line);
    border-radius: var(--avelle-radius-card, 18px);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 22px;
    padding: clamp(24px, 3vw, 42px);
}

.avelle-footer-register__commerce-head span,
.avelle-footer-register__boutique-card span,
.avelle-footer-register__feature span {
    color: var(--avelle-footer-accent);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.avelle-footer-register__commerce-head h3,
.avelle-footer-register__boutique-card h3,
.avelle-footer-register__feature h3 {
    color: inherit;
    font-size: clamp(28px, 4vw, 54px);
    letter-spacing: -.06em;
    line-height: .98;
    margin: 0;
    max-width: 820px;
}

.avelle-footer-register__commerce-head > a,
.avelle-footer-register__boutique-actions a,
.avelle-footer-register__feature > a {
    align-items: center;
    background: var(--avelle-footer-ink);
    border: 1px solid var(--avelle-footer-ink);
    border-radius: var(--avelle-radius-control, 12px);
    color: var(--avelle-footer-surface);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    min-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
}

.avelle-footer-register--commerce .avelle-footer-register__commerce-head > a {
    background: var(--avelle-footer-soft);
    border-color: var(--avelle-footer-soft);
    color: var(--avelle-footer-ink);
}

.avelle-footer-register__trust-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.avelle-footer-register__trust-grid article {
    border: 1px solid var(--avelle-footer-line);
    border-radius: var(--avelle-radius-card, 18px);
    padding: 18px;
}

.avelle-footer-register__trust-grid strong {
    display: block;
    font-size: 13px;
    letter-spacing: .05em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.avelle-footer-register__trust-grid p {
    color: var(--avelle-footer-muted);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.avelle-footer-register--editorial {
    --avelle-footer-surface: #f7f3ed;
}

.avelle-footer-register__editorial-grid {
    display: grid;
    gap: clamp(28px, 4vw, 64px);
    grid-template-columns: minmax(260px, .85fr) minmax(420px, 1.2fr);
}

.avelle-footer-register__columns--editorial {
    border-top: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 0;
}

.avelle-footer-register__feature {
    border-bottom: 1px solid var(--avelle-footer-line);
    padding-bottom: 28px;
}

.avelle-footer-register__policy-row {
    border-top: 1px solid var(--avelle-footer-line);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    padding: 18px 0;
}

.avelle-footer-register__policy-row a {
    color: var(--avelle-footer-muted);
    font-size: 13px;
}

.avelle-footer-register--boutique {
    --avelle-footer-surface: #fbf5f0;
}

.avelle-footer-register__boutique-card {
    background: linear-gradient(135deg, #181818, #31251f);
    color: #fff;
}

.avelle-footer-register__boutique-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.avelle-footer-register__boutique-actions a {
    background: #fff;
    border-color: #fff;
    color: #111;
}

.avelle-footer-register__columns--boutique {
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(140px, .7fr);
}

.avelle-footer-register--discovery {
    --avelle-footer-surface: #202020;
    --avelle-footer-ink: #fff;
    --avelle-footer-line: rgb(255 255 255 / 14%);
    padding: 0;
}

.avelle-footer-register__discovery-main {
    border-bottom: 0;
    padding: clamp(34px, 4vw, 62px) 0 clamp(28px, 3vw, 42px);
}

.avelle-footer-register__discovery-shell {
    background:
        radial-gradient(circle at 12% 0, rgb(255 255 255 / 9%), transparent 34%),
        linear-gradient(135deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 2%));
    border: 1px solid rgb(255 255 255 / 12%);
    border-bottom: 0;
    border-radius: var(--avelle-radius-card, 18px);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    padding: clamp(28px, 4vw, 52px);
    position: relative;
}

.avelle-footer-register__discovery-shell > .avelle-fashion6-footer__watermark {
    bottom: -.12em;
    color: rgb(255 255 255 / 4.5%);
    font-size: clamp(82px, 15vw, 220px);
    line-height: .72;
    position: absolute;
    right: clamp(18px, 4vw, 58px);
    z-index: 0;
}

.avelle-footer-register__discovery-grid {
    display: grid;
    gap: clamp(20px, 2.4vw, 34px);
    grid-template-columns: minmax(240px, 1.1fr) repeat(4, minmax(116px, .78fr));
    position: relative;
    z-index: 1;
}

.avelle-footer-register__brand-panel p {
    color: rgb(255 255 255 / 78%);
    max-width: 290px;
}

.avelle-footer-register__trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 18px;
    max-width: 330px;
}

.avelle-footer-register__trust-pills span {
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: var(--avelle-radius-control, 12px);
    color: rgb(255 255 255 / 84%);
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    min-height: 30px;
    padding: 9px 11px;
    text-transform: uppercase;
}

.avelle-footer-register--discovery .avelle-footer-register__nav h4,
.avelle-footer-register--discovery .avelle-footer-register__nav a,
.avelle-footer-register--discovery .avelle-footer-register__brand-panel li,
.avelle-footer-register--discovery .avelle-footer-register__brand-panel a {
    color: rgb(255 255 255 / 78%);
}

.avelle-footer-register__discovery-social {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    border-top: 0;
    margin-top: clamp(24px, 3vw, 34px);
    padding-top: 22px;
    position: relative;
    z-index: 1;
}

.avelle-footer-register__discovery-social span {
    color: rgb(255 255 255 / 72%);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.avelle-footer-register--discovery .avelle-footer-register__discovery-social a {
    border-color: rgb(255 255 255 / 18%);
    color: #fff;
}

.avelle-hero {
    position: relative;
    overflow: hidden;
    color: #101010;
    background: #f6f2ed;
}

.avelle-hero__inner {
    min-height: min(760px, 90vh);
    display: grid;
    grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1.15fr);
    align-items: center;
    gap: 56px;
    padding: 92px 0;
}

.avelle-hero__eyebrow {
    margin-bottom: 14px;
    color: #8a684b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.avelle-hero__title {
    max-width: 680px;
    margin-bottom: 18px;
    font-size: clamp(46px, 6vw, 92px);
    line-height: 0.98;
    letter-spacing: 0;
}

.avelle-hero__subtitle {
    max-width: 560px;
    margin-bottom: 32px;
    color: #5f5a55;
    font-size: 17px;
    line-height: 1.65;
}

.avelle-hero__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.avelle-hero__button {
    align-items: center;
    border: 1px solid #111111;
    display: inline-flex;
    font-family: var(--avl-font-body);
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    min-height: 48px;
    padding: 0 28px;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.avelle-hero__button--primary,
.avelle-hero__button:hover {
    background: #111111;
    color: #ffffff;
}

.avelle-hero__button--secondary {
    background: transparent;
    color: #111111;
}

.avelle-hero__media {
    position: relative;
    min-height: 520px;
}

.avelle-hero__media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}

.avelle-hero--split .avelle-hero__media img {
    border-radius: 0 0 0 120px;
}

.avelle-hero--editorial {
    background: #fff;
}

.avelle-hero--editorial .avelle-hero__inner {
    grid-template-columns: minmax(420px, 1.1fr) minmax(320px, 0.9fr);
}

.avelle-hero--editorial .avelle-hero__media {
    order: -1;
}

.avelle-hero--full {
    color: #fff;
    background: #151515;
}

.avelle-hero--full .avelle-hero__inner {
    min-height: min(820px, 92vh);
    display: flex;
    align-items: flex-end;
}

.avelle-hero--full .avelle-hero__media {
    position: absolute;
    inset: 0;
    min-height: 100%;
    opacity: 0.72;
}

.avelle-hero--full .avelle-hero__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

@media (max-width: 1199px) {

    .avelle-hero__inner,
.avelle-hero--editorial .avelle-hero__inner {
        grid-template-columns: 1fr;
    }

    .avelle-hero__media,
.avelle-hero__media img {
        min-height: 420px;
    }
}

@media (max-width: 767px) {

    .avelle-hero__inner {
        min-height: auto;
        padding: 58px 0;
        gap: 34px;
    }

    .avelle-hero__title {
        font-size: 44px;
    }
}

.avelle-fashion7-header .avelle-fashion7-menu-content > ul,
.avelle-fashion7-header .avelle-fashion7-menu-content > div > ul {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 34px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.avelle-fashion7-header .avelle-fashion7-menu-content ul ul {
    background: #fff !important;
    border: 1px solid rgba(17, 17, 17, .08) !important;
    box-shadow: 0 18px 40px rgba(17, 17, 17, .12) !important;
    display: block !important;
    left: 0 !important;
    min-width: 220px !important;
    opacity: 0 !important;
    padding: 16px 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    top: 100% !important;
    transform: translateY(8px) !important;
    transition: opacity .18s ease, transform .18s ease !important;
    visibility: hidden !important;
    z-index: 30 !important;
}

.avelle-fashion7-header .avelle-fashion7-menu-content li:hover > ul {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}

.avelle-fashion7-header .avelle-fashion7-menu-content ul ul ul {
    left: 100% !important;
    top: 0 !important;
}

.avelle-fashion7-header .avelle-fashion7-menu-content > ul > li > a,
.avelle-fashion7-header .avelle-fashion7-menu-content > div > ul > li > a {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
}

.avelle-fashion7-header .avelle-fashion7-menu-content ul ul a {
    padding: 10px 22px !important;
}

@media (max-width: 1199.98px) {
    .avelle-fashion7-header .avelle-fashion7-menu-content {
        display: none !important;
    }
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header {
    background: transparent !important;
    color: #fff !important;
    position: absolute !important;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-header__top {
    background: #000 !important;
    min-height: 42px !important;
}

body:has(.avelle-nurfia-slider) .avelle-fashion7-main-menu {
    border-bottom: 1px solid rgba(255, 255, 255, .34) !important;
    height: 88px !important;
    min-height: 88px !important;
}

.avelle-nurfia-slider__track {
    height: 100vh !important;
    min-height: 860px !important;
}

.avelle-nurfia-slider__content {
    width: min(1120px, calc(100vw - 96px)) !important;
}

.avelle-nurfia-slider__content strong {
    font-size: clamp(104px, 15.2vw, 220px) !important;
    letter-spacing: -.035em !important;
}

.avelle-latest-posts .container {
    max-width: 1345px !important;
}

.avelle-banner-box .avelle-banner-box__grid {
    gap: 0 !important;
}

.avelle-banner-box__item {
    min-height: 860px !important;
}

@media (max-width: 767.98px) {
    body:has(.avelle-nurfia-slider) .avelle-fashion7-main-menu {
        height: 76px !important;
        min-height: 76px !important;
    }

    .avelle-nurfia-slider__track {
        min-height: 680px !important;
    }

    .avelle-nurfia-slider__content {
        width: min(330px, calc(100vw - 44px)) !important;
        gap: 12px !important;
    }

    .avelle-nurfia-slider__content em {
        font-size: 23px !important;
        white-space: normal !important;
    }

    .avelle-nurfia-slider__content strong {
        font-size: clamp(58px, 20vw, 82px) !important;
        letter-spacing: -.025em !important;
    }

    .avelle-nurfia-slider__content small {
        font-size: 15px !important;
    }
}

.avelle-nurfia-slider__slide img,
.avelle-nurfia-slider__slide video,
.avelle-nurfia-slider__slide picture,
.avelle-nurfia-products-hero__media img,
.avelle-nurfia-hero__feature img,
.avelle-nurfia-hero__tile img,
.avelle-hero__media img,
.avelle-hero-fashion7 img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    width: 100% !important;
}

.avelle-nurfia-slider__slide::before {
    background-image: var(--avelle-hero-image) !important;
    background-position: center top !important;
    background-size: cover !important;
    content: "" !important;
    filter: blur(14px) saturate(.96) brightness(1) !important;
    inset: -32px !important;
    opacity: .95 !important;
    position: absolute !important;
    transform: scale(1.04) !important;
    z-index: 0 !important;
}

.avelle-nurfia-slider__slide img,
.avelle-nurfia-slider__slide video,
.avelle-nurfia-slider__slide picture {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    position: relative !important;
    width: 100% !important;
    z-index: 1 !important;
}

.avelle-nurfia-slider__slide::after,
.avelle-nurfia-slider__content {
    z-index: 2 !important;
}

.avelle-nurfia-slider__slide::after {
    background: rgba(0, 0, 0, .22) !important;
}

.avelle-nurfia-slider__content {
    z-index: 3 !important;
}

.avelle-banner-box__item {
    height: 860px !important;
    min-height: 0 !important;
}

.avelle-banner-box__item img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    width: 100% !important;
}

.avelle-banner-box--1 .avelle-banner-box__grid {
    gap: 5px !important;
}

.avelle-banner-box--1 .avelle-banner-box__item strong {
    font-size: 42px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-transform: none !important;
}

.avelle-banner-box--2 .avelle-banner-box__item {
    height: 860px !important;
}

.avelle-banner-box--2 .avelle-banner-box__item strong {
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-transform: none !important;
}

.avelle-testimonials {
    background: #f7f7f7 !important;
    min-height: 496px !important;
    overflow: hidden !important;
    padding: 64px 0 58px !important;
}

.avelle-testimonials .avelle-section__header {
    display: none !important;
}

.avelle-testimonials .container {
    max-width: 1160px !important;
}

.avelle-testimonials__carousel {
    position: relative !important;
    display: grid !important;
    min-height: 360px !important;
    align-items: center !important;
    grid-template-columns: 42px minmax(0, 1fr) 42px !important;
    gap: clamp(18px, 3vw, 42px) !important;
}

.avelle-testimonials__viewport {
    overflow: hidden !important;
    width: 100% !important;
}

.avelle-testimonials__track {
    display: flex !important;
    align-items: stretch !important;
    gap: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    scroll-snap-type: none !important;
    transition: transform .42s cubic-bezier(.7, 0, .3, 1) !important;
    will-change: transform !important;
}

.avelle-testimonials__card {
    display: grid !important;
    flex: 0 0 100% !important;
    min-height: 310px !important;
    align-content: center !important;
    justify-items: center !important;
    gap: 28px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: .18 !important;
    padding: 0 !important;
    text-align: center !important;
    transition: opacity .32s ease !important;
}

.avelle-testimonials__card.is-active {
    opacity: 1 !important;
}

.avelle-testimonials blockquote {
    max-width: 780px !important;
    margin: 0 auto !important;
    color: #202124 !important;
    font-family: var(--avl-font-body) !important;
    font-size: clamp(30px, 2.15vw, 42px) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
}

.avelle-testimonials footer {
    display: grid !important;
    justify-items: center !important;
    gap: 10px !important;
}

.avelle-testimonials footer img {
    width: 98px !important;
    height: 98px !important;
    object-fit: cover !important;
}

.avelle-testimonials footer span {
    display: grid !important;
    gap: 2px !important;
    justify-items: center !important;
}

.avelle-testimonials footer strong {
    color: #111 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.avelle-testimonials footer small {
    color: #777 !important;
    font-size: 12px !important;
}

.avelle-testimonials__arrow {
    display: inline-flex !important;
    width: 26px !important;
    height: 26px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #d7dbe0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #1f2933 !important;
    padding: 0 !important;
    transition: border-color .2s ease, color .2s ease, transform .2s ease !important;
}

.avelle-testimonials__arrow:hover {
    border-color: #111 !important;
    color: #111 !important;
    transform: translateY(-1px) !important;
}

.avelle-testimonials__arrow--prev {
    justify-self: end !important;
}

.avelle-testimonials__arrow--next {
    justify-self: start !important;
}

.avelle-editorial-title h2 {
    font-size: clamp(44px, 5.1vw, 66px) !important;
    font-weight: 500 !important;
    line-height: .95 !important;
    text-transform: uppercase !important;
}

.avelle-latest-posts__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.avelle-latest-posts {
    padding: 30px 0 42px !important;
}

.avelle-latest-posts .avelle-section__header {
    margin-bottom: 24px !important;
}

.avelle-latest-posts__image {
    aspect-ratio: 1.65 / 1 !important;
    margin-bottom: 14px !important;
}

.avelle-latest-posts--nurfia {
    background: #fff !important;
    padding: 52px 0 54px !important;
}

.avelle-latest-posts--nurfia .container {
    max-width: 1600px !important;
}

.avelle-latest-posts--nurfia .avelle-section__header {
    display: none !important;
}

.avelle-latest-posts--nurfia .avelle-latest-posts__grid {
    display: grid !important;
    gap: 22px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.avelle-latest-posts--nurfia article {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: block !important;
    padding: 0 !important;
}

.avelle-latest-posts--nurfia .avelle-latest-posts__image {
    aspect-ratio: 1.52 / 1 !important;
    background: #f1efec !important;
    display: block !important;
    margin: 0 0 20px !important;
    overflow: hidden !important;
}

.avelle-latest-posts--nurfia .avelle-latest-posts__image img {
    display: block !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    width: 100% !important;
}

.avelle-latest-posts--nurfia time {
    color: #df0024 !important;
    display: block !important;
    font-family: var(--avl-font-body) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin: 0 0 13px !important;
    text-transform: uppercase !important;
}

.avelle-latest-posts--nurfia h3 {
    color: #111 !important;
    font-family: var(--avl-font-body) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.28 !important;
    margin: 0 !important;
}

.avelle-latest-posts--nurfia h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.avelle-latest-posts--nurfia h3 a:hover {
    color: #df0024 !important;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-slider {
    left: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: none !important;
    position: relative !important;
    right: 50% !important;
    width: 100vw !important;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-slider__track,
body:has(.avelle-nurfia-slider) .avelle-nurfia-slider__slide {
    max-width: none !important;
    width: 100% !important;
}

@media (max-width: 991.98px) {
    .avelle-latest-posts--nurfia .avelle-latest-posts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575.98px) {
    body:has(.avelle-nurfia-slider) .avelle-nurfia-slider__slide {
        align-items: center !important;
        min-height: 100vh !important;
    }

    body:has(.avelle-nurfia-slider) .avelle-nurfia-slider__slide img,
body:has(.avelle-nurfia-slider) .avelle-nurfia-slider__slide video {
        height: 100% !important;
        object-fit: cover !important;
        object-position: center top !important;
        width: 100% !important;
    }

    .avelle-latest-posts--nurfia {
        padding: 42px 0 46px !important;
    }

    .avelle-latest-posts--nurfia .avelle-latest-posts__grid {
        gap: 26px !important;
        grid-template-columns: 1fr !important;
    }

    .avelle-latest-posts--nurfia .avelle-latest-posts__image {
        aspect-ratio: 1.52 / 1 !important;
        margin-bottom: 14px !important;
    }
}

.avelle-editorial-title {
    background: #fff !important;
    padding: clamp(74px, 8vw, 96px) 0 !important;
}

.avelle-editorial-title .container {
    max-width: 1600px !important;
}

.avelle-editorial-title--duo .container {
    display: grid !important;
    grid-template-columns: minmax(310px, .8fr) minmax(420px, 1.08fr) minmax(300px, .72fr) !important;
    gap: clamp(48px, 6vw, 88px) !important;
    align-items: center !important;
}

.avelle-editorial-title__content {
    max-width: 430px !important;
    justify-self: start !important;
}

.avelle-editorial-title__content span {
    margin-bottom: 2px !important;
}

.avelle-editorial-title h2 {
    color: #20242a !important;
    font-family: "Cormorant Garamond", Cormorant, Georgia, serif !important;
    font-size: clamp(48px, 4.2vw, 66px) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

.avelle-editorial-title p {
    color: #111 !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    margin: 18px 0 0 !important;
    max-width: 380px !important;
}

.avelle-editorial-title .avelle-link {
    align-items: center !important;
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    height: 45px !important;
    justify-content: center !important;
    justify-self: start !important;
    line-height: 1 !important;
    margin-top: 28px !important;
    min-width: 144px !important;
    padding: 0 20px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    width: auto !important;
}

.avelle-editorial-title__image {
    display: block !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.avelle-editorial-title__image img,
.avelle-editorial-title > .container > img {
    display: block !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    width: 100% !important;
}

.avelle-editorial-title__image--primary {
    height: clamp(520px, 32vw, 620px) !important;
    width: 100% !important;
}

.avelle-editorial-title__image--secondary {
    align-self: center !important;
    height: clamp(360px, 23vw, 432px) !important;
    justify-self: center !important;
    width: min(100%, 380px) !important;
}

.avelle-footer-nurfia-dark {
    background: #000 !important;
    color: #fff !important;
    overflow: hidden !important;
    padding: 86px 0 0 !important;
}

.avelle-footer-nurfia-dark .container {
    max-width: 1600px !important;
}

.avelle-footer-nurfia-dark__top {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(180px, 1fr)) minmax(340px, .95fr) !important;
    gap: clamp(54px, 7vw, 116px) !important;
    padding-bottom: 84px !important;
}

.avelle-footer-nurfia-dark h4 {
    color: #fff !important;
    font-family: var(--avl-font-body) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 0 18px !important;
}

.avelle-footer-nurfia-dark ul {
    display: grid !important;
    gap: 9px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.avelle-footer-nurfia-dark a {
    color: #fff !important;
    text-decoration: none !important;
}

.avelle-footer-nurfia-dark a:hover {
    color: #cfcfcf !important;
}

.avelle-footer-nurfia-dark__column a,
.avelle-footer-nurfia-dark__newsletter p {
    font-size: 15px !important;
    line-height: 1.45 !important;
}

.avelle-footer-nurfia-dark__newsletter p {
    color: #fff !important;
    margin: 0 0 18px !important;
    max-width: 430px !important;
}

.avelle-footer-nurfia-dark__newsletter form {
    display: grid !important;
    gap: 14px !important;
    margin: 0 0 22px !important;
}

.avelle-footer-nurfia-dark__newsletter input {
    background: #000 !important;
    border: 1px solid #343434 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    height: 42px !important;
    outline: 0 !important;
    padding: 0 14px !important;
    width: 100% !important;
}

.avelle-footer-nurfia-dark__newsletter input::placeholder {
    color: #c6c6c6 !important;
}

.avelle-footer-nurfia-dark__newsletter button {
    align-items: center !important;
    align-self: start !important;
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    justify-content: flex-start !important;
    line-height: 1 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
}

.avelle-footer-nurfia-dark__newsletter small {
    color: #8c8c8c !important;
    display: block !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.avelle-footer-nurfia-dark__newsletter small a {
    color: #fff !important;
    font-weight: 700 !important;
}

.avelle-footer-nurfia-dark__bottom {
    align-items: center !important;
    border-top: 1px solid #242424 !important;
    display: flex !important;
    justify-content: space-between !important;
    min-height: 142px !important;
}

.avelle-footer-nurfia-dark__bottom p {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.avelle-footer-nurfia-dark__payments {
    align-items: center !important;
    display: flex !important;
    gap: 18px !important;
}

.avelle-footer-nurfia-dark__payments strong {
    color: #fff !important;
    font-size: 15px !important;
    font-style: italic !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

.avelle-footer-nurfia-dark__payments strong:nth-child(2),
.avelle-footer-nurfia-dark__payments strong:nth-child(3) {
    color: #253c7d !important;
}

.avelle-footer-nurfia-dark__payments strong:nth-child(4) {
    color: #8b1b63 !important;
}

.avelle-footer-nurfia-dark__mastercard {
    display: inline-flex !important;
    height: 16px !important;
    position: relative !important;
    width: 28px !important;
}

.avelle-footer-nurfia-dark__mastercard i {
    border-radius: 999px !important;
    display: block !important;
    height: 16px !important;
    position: absolute !important;
    top: 0 !important;
    width: 16px !important;
}

.avelle-footer-nurfia-dark__mastercard i:first-child {
    background: #eb001b !important;
    left: 0 !important;
}

.avelle-footer-nurfia-dark__mastercard i:last-child {
    background: #f79e1b !important;
    left: 10px !important;
}

.avelle-footer-nurfia-dark__wordmark {
    color: #1a1a1a !important;
    font-family: "Cormorant Garamond", Cormorant, Georgia, serif !important;
    font-size: clamp(170px, 22vw, 380px) !important;
    font-weight: 700 !important;
    letter-spacing: -.05em !important;
    line-height: .68 !important;
    margin-top: 78px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

@media (max-width: 1199px) {
    .avelle-editorial-title--duo .container {
        grid-template-columns: minmax(260px, .82fr) minmax(330px, 1fr) !important;
    }

    .avelle-editorial-title__image--secondary {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .avelle-editorial-title {
        padding: 56px 0 !important;
    }

    .avelle-editorial-title--duo .container,
.avelle-editorial-title .container {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .avelle-editorial-title__content {
        max-width: none !important;
    }

    .avelle-editorial-title h2 {
        font-size: clamp(42px, 13vw, 56px) !important;
    }

    .avelle-editorial-title__image--primary {
        height: 520px !important;
    }

    .avelle-footer-nurfia-dark {
        padding-top: 58px !important;
    }

    .avelle-footer-nurfia-dark__top {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
        padding-bottom: 54px !important;
    }

    .avelle-footer-nurfia-dark__bottom {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 22px !important;
        justify-content: center !important;
        min-height: 124px !important;
        padding: 28px 0 !important;
    }

    .avelle-footer-nurfia-dark__wordmark {
        font-size: clamp(90px, 30vw, 180px) !important;
        margin-top: 42px !important;
    }
}

@media (max-width: 991.98px) {
    .avelle-banner-box__item,
.avelle-banner-box--2 .avelle-banner-box__item {
        height: 620px !important;
    }

    .avelle-latest-posts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575.98px) {
    .avelle-banner-box__item,
.avelle-banner-box--2 .avelle-banner-box__item {
        height: 480px !important;
    }

    .avelle-latest-posts__grid {
        grid-template-columns: 1fr !important;
    }
}

.avelle-gift-card {
    background: #f7f5f1;
    padding: clamp(72px, 9vw, 132px) 20px;
}

.avelle-gift-card__container {
    display: grid;
    gap: 34px;
    max-width: 720px;
    margin: 0 auto;
}

.avelle-gift-card__intro {
    text-align: center;
}

.avelle-gift-card__intro span {
    display: block;
    margin-bottom: 12px;
    color: #6b6b6b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.avelle-gift-card__intro h1 {
    margin: 0;
    color: #171717;
    font-family: Cormorant, "Cormorant Garamond", Georgia, serif;
    font-size: clamp(48px, 7vw, 82px);
    font-weight: 600;
    line-height: .96;
}

.avelle-gift-card__intro p {
    max-width: 520px;
    margin: 18px auto 0;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.55;
}

.avelle-gift-card__form {
    display: grid;
    gap: 14px;
    border: 1px solid #ded8cf;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(25, 25, 25, .08);
    padding: clamp(22px, 4vw, 36px);
}

.avelle-gift-card__form label {
    margin: 0;
    color: #202020;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.avelle-gift-card__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.avelle-gift-card__row input {
    min-height: 52px;
    width: 100%;
    border: 1px solid #d8d2c9;
    border-radius: 0;
    background: #fff;
    color: #171717;
    font-size: 15px;
    line-height: 1;
    padding: 0 16px;
}

.avelle-gift-card__row input:focus {
    border-color: #171717;
    box-shadow: none;
    outline: 0;
}

.avelle-gift-card__row button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid #171717;
    border-radius: 0;
    background: #171717;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    padding: 0 24px;
    text-transform: uppercase;
}

.avelle-gift-card__row button:disabled {
    cursor: wait;
    opacity: .64;
}

.avelle-gift-card__hint {
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.35;
}

.avelle-gift-card__result {
    display: grid;
    gap: 6px;
    border-radius: 10px;
    padding: 16px 18px;
    color: #171717;
    font-size: 14px;
    line-height: 1.45;
}

.avelle-gift-card__result span {
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.avelle-gift-card__result strong {
    color: inherit;
    font-size: 18px;
    font-weight: 800;
}

.avelle-gift-card__result.is-loading,
.avelle-gift-card__result.is-warning {
    background: #f2eee8;
}

.avelle-gift-card__result.is-success {
    background: #eef7f1;
    color: #17633f;
}

.avelle-gift-card__result.is-error {
    background: #fff0f0;
    color: #b42318;
}

@media (max-width: 640px) {
    .avelle-gift-card__row {
        grid-template-columns: 1fr;
    }

    .avelle-gift-card__row button {
        width: 100%;
    }
}

.avelle-latest-posts--nurfia {
    background: #fff !important;
    padding: clamp(76px, 7vw, 112px) 0 clamp(86px, 7vw, 118px) !important;
}

.avelle-latest-posts--nurfia .container {
    max-width: 1600px !important;
    padding-left: clamp(22px, 4vw, 64px) !important;
    padding-right: clamp(22px, 4vw, 64px) !important;
}

.avelle-latest-posts--nurfia .avelle-section__header {
    display: none !important;
}

.avelle-latest-posts__header {
    margin: 0 auto clamp(34px, 4vw, 48px) !important;
    max-width: 820px !important;
    text-align: center !important;
}

.avelle-latest-posts__header span {
    color: #df0024 !important;
    display: block !important;
    font-family: var(--avl-font-body) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
}

.avelle-latest-posts__header h2 {
    color: #111 !important;
    font-family: "Cormorant Garamond", Cormorant, Georgia, serif !important;
    font-size: clamp(60px, 6vw, 102px) !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: .9 !important;
    margin: 0 !important;
}

.avelle-latest-posts--nurfia .avelle-latest-posts__grid {
    display: grid !important;
    gap: clamp(22px, 2vw, 34px) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.avelle-latest-posts--nurfia article {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: block !important;
    min-width: 0 !important;
    padding: 0 !important;
}

.avelle-latest-posts--nurfia .avelle-latest-posts__image {
    aspect-ratio: 1.55 / 1 !important;
    background: #f1efec !important;
    display: block !important;
    margin: 0 0 20px !important;
    overflow: hidden !important;
}

.avelle-latest-posts--nurfia .avelle-latest-posts__image img {
    display: block !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    width: 100% !important;
}

.avelle-latest-posts--nurfia time {
    color: #df0024 !important;
    display: block !important;
    font-family: var(--avl-font-body) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin: 0 0 13px !important;
    text-transform: uppercase !important;
}

.avelle-latest-posts--nurfia h3 {
    color: #111 !important;
    font-family: var(--avl-font-body) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.28 !important;
    margin: 0 !important;
}

.avelle-latest-posts--nurfia h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.avelle-latest-posts--nurfia h3 a:hover {
    color: #df0024 !important;
}

@media (max-width: 991.98px) {
    .avelle-latest-posts--nurfia .avelle-latest-posts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575.98px) {
    .avelle-latest-posts--nurfia {
        padding: 54px 0 62px !important;
    }

    .avelle-latest-posts__header h2 {
        font-size: clamp(48px, 16vw, 68px) !important;
    }

    .avelle-latest-posts--nurfia .avelle-latest-posts__grid {
        grid-template-columns: 1fr !important;
    }
}

body:has(.avelle-nurfia-slider) {
    overflow-x: hidden !important;
}

body:has(.avelle-nurfia-slider) .shoper-section:first-of-type,
body:has(.avelle-nurfia-slider) .shoper-section:has(.avelle-nurfia-slider) {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-slider {
    left: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw !important;
    position: relative !important;
    right: 50% !important;
    width: 100vw !important;
}

body:has(.avelle-nurfia-slider) .avelle-nurfia-slider__track,
body:has(.avelle-nurfia-slider) .avelle-nurfia-slider__slide {
    width: 100vw !important;
}

.avelle-testimonials {
    background: #faf8f5 !important;
    overflow: hidden !important;
    padding: clamp(80px, 8vw, 128px) 0 !important;
}

.avelle-testimonials .container {
    max-width: 980px !important;
}

.avelle-testimonials__carousel {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    gap: 26px !important;
    overflow: visible !important;
}

.avelle-testimonials__viewport {
    overflow: hidden !important;
    width: 100% !important;
}

.avelle-testimonials__track {
    display: flex !important;
    width: 100% !important;
}

.avelle-testimonials__card {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    flex: 0 0 100% !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 100% !important;
    opacity: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.avelle-testimonials__card.is-active {
    opacity: 1 !important;
}

.avelle-testimonials blockquote {
    color: #151515 !important;
    font-family: var(--avl-font-body) !important;
    font-size: clamp(28px, 3vw, 44px) !important;
    font-weight: 400 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.22 !important;
    margin: 0 auto 34px !important;
    max-width: 820px !important;
}

.avelle-testimonials footer {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    justify-content: center !important;
}

.avelle-testimonials footer img {
    border-radius: 0 !important;
    height: 96px !important;
    object-fit: cover !important;
    width: 96px !important;
}

.avelle-testimonials__arrow {
    align-self: center !important;
    background: #fff !important;
    border: 1px solid #dedede !important;
    border-radius: 999px !important;
    color: #111 !important;
    height: 28px !important;
    justify-content: center !important;
    padding: 0 !important;
    width: 28px !important;
}

.avelle-latest-posts--nurfia .avelle-latest-posts__image {
    aspect-ratio: 1.55 / 1 !important;
}

.avelle-latest-posts--nurfia .avelle-latest-posts__image img {
    background: #f1efec !important;
    object-position: center center !important;
}

.avelle-footer-nurfia-dark {
    background: #000 !important;
    color: #fff !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    width: 100vw !important;
}

.avelle-footer-nurfia-dark .container {
    max-width: 1600px !important;
    padding-left: clamp(24px, 4vw, 64px) !important;
    padding-right: clamp(24px, 4vw, 64px) !important;
}

@media (max-width: 767.98px) {

    .avelle-testimonials__carousel {
        grid-template-columns: 34px minmax(0, 1fr) 34px !important;
        gap: 10px !important;
    }
}

.avelle-brand-strip {
    background: var(--shoper-bg, #fff);
    color: var(--shoper-text, #111);
    padding: clamp(42px, 5vw, 76px) 0;
}

.avelle-brand-strip .container,
.avelle-gallery-grid .container {
    max-width: 1360px;
    padding-left: clamp(20px, 3vw, 40px);
    padding-right: clamp(20px, 3vw, 40px);
}

.avelle-brand-strip__title {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    margin: 0 0 26px;
    text-align: center;
    text-transform: uppercase;
}

.avelle-brand-strip__viewport {
    overflow: hidden;
}

.avelle-brand-strip__track {
    align-items: center;
    display: flex;
    gap: clamp(24px, 4vw, 72px);
    justify-content: center;
}

.avelle-brand-strip--marquee .avelle-brand-strip__track {
    animation: avelle-brand-strip-marquee 28s linear infinite;
    justify-content: flex-start;
    min-width: max-content;
}

.avelle-brand-strip__item {
    align-items: center;
    color: #151515;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: clamp(20px, 2vw, 34px);
    font-weight: 600;
    justify-content: center;
    min-height: 48px;
    opacity: .72;
    text-decoration: none;
    transition: opacity .2s ease;
    white-space: nowrap;
}

.avelle-brand-strip__item:hover {
    color: #151515;
    opacity: 1;
}

.avelle-brand-strip__item img {
    display: block;
    max-height: 44px;
    max-width: 180px;
    object-fit: contain;
}

.avelle-gallery-grid {
    background: var(--shoper-bg, #fff);
    color: var(--shoper-text, #111);
    padding: clamp(70px, 7vw, 120px) 0;
}

.avelle-gallery-grid__header {
    margin: 0 auto clamp(34px, 4vw, 64px);
    max-width: 820px;
    text-align: center;
}

.avelle-gallery-grid__header p {
    color: #df0024;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.avelle-gallery-grid__header h2 {
    color: #111;
    font-family: var(--avelle-display-font, "Instrument Serif", Georgia, serif);
    font-size: clamp(48px, 6vw, 92px);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: .95;
    margin: 0;
}

.avelle-gallery-grid__items {
    display: grid;
    gap: clamp(16px, 1.8vw, 28px);
    grid-template-columns: repeat(var(--avelle-gallery-columns, 5), minmax(0, 1fr));
}

.avelle-gallery-grid__item {
    color: #111;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.avelle-gallery-grid__item img {
    aspect-ratio: 3 / 4;
    background: #f3f1ee;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center top;
    transition: transform .35s ease;
    width: 100%;
}

.avelle-gallery-grid__item span {
    background: rgba(255, 255, 255, .92);
    bottom: 14px;
    font-size: 13px;
    font-weight: 700;
    left: 14px;
    line-height: 1.2;
    max-width: calc(100% - 28px);
    padding: 9px 12px;
    position: absolute;
}

.avelle-gallery-grid__item:hover {
    color: #111;
}

.avelle-gallery-grid__item:hover img {
    transform: scale(1.035);
}

@media (max-width: 991.98px) {
    .avelle-gallery-grid__items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .avelle-brand-strip__track {
        gap: 28px;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .avelle-gallery-grid__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide::after,
.avelle-fashion6-hero .avelle-nurfia-slider__content {
    display: none !important;
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide,
.avelle-fashion6-hero .avelle-nurfia-slider__slide img {
    background: #fff !important;
    height: auto !important;
    min-height: 0 !important;
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide img {
    object-fit: contain !important;
    object-position: center top !important;
    width: 100% !important;
}

.avelle-fashion6-products-sidebar .row {
    align-items: stretch;
}

.avelle-fashion6-products-sidebar .container {
    max-width: 1320px;
}

.avelle-fashion6-products-sidebar,
.avelle-fashion6-blog {
    margin-top: 30px;
}

.avelle-fashion6-products-sidebar .avelle-fashion6-product-strip {
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
}

.avelle-fashion6-products-sidebar .swiper-wrapper {
    align-items: stretch;
}

.avelle-fashion6-products-sidebar .swiper-slide {
    height: auto;
}

.avelle-fashion6-products-sidebar .col-lg-9,
.avelle-fashion6-products-sidebar .col-md-8,
.avelle-fashion6-products-sidebar .col-sm-7,
.avelle-fashion6-products-sidebar .col-6 {
    min-width: 0;
}

.avelle-fashion6-products-sidebar .h-100 img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.avelle-fashion6-products .theme-product-6 .addtocart_btn,
.avelle-fashion6-products-sidebar .theme-product-6 .addtocart_btn {
    display: block !important;
    margin-top: 0 !important;
}

.avelle-fashion6-products .theme-product-6 .addtocart_btn .add-button,
.avelle-fashion6-products-sidebar .theme-product-6 .addtocart_btn .add-button {
    appearance: none !important;
    background: var(--avl-bg) !important;
    border: 1px solid var(--avl-ink) !important;
    color: var(--avl-ink) !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font-family: var(--avl-font-body) !important;
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320))) !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin-top: 15px !important;
    padding: calc(8px + (9 - 8) * ((100vw - 320px) / (1920 - 320))) 30px !important;
    text-transform: none !important;
}

.avelle-fashion6-products .theme-product-6 .addtocart_btn .add-button:hover,
.avelle-fashion6-products .theme-product-6 .addtocart_btn .add-button:focus,
.avelle-fashion6-products-sidebar .theme-product-6 .addtocart_btn .add-button:hover,
.avelle-fashion6-products-sidebar .theme-product-6 .addtocart_btn .add-button:focus {
    background: var(--avl-ink) !important;
    border-color: var(--avl-ink) !important;
    color: var(--avl-bg) !important;
}

@media (max-width: 575.98px) {
    .avelle-fashion6-products-sidebar .row {
        --bs-gutter-x: 16px;
    }
}

.avelle-fashion6-blog {
    padding-bottom: 0;
}

.avelle-fashion6-blog .container {
    max-width: 1320px;
}

.avelle-fashion6-blog__grid {
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
}

.avelle-fashion6-blog__grid .swiper-wrapper {
    align-items: stretch;
}

.avelle-fashion6-blog__grid .swiper-slide {
    height: auto;
}

.avelle-fashion6-blog .classic-effect {
    display: block;
    overflow: hidden;
    position: relative;
}

.avelle-fashion6-blog .classic-effect img {
    aspect-ratio: 2 / 1.22;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.avelle-fashion6-blog .classic-effect span {
    border: 1px solid rgb(255 255 255 / 65%);
    inset: 14px;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease;
}

.avelle-fashion6-blog .classic-effect:hover span {
    opacity: 1;
}

.avelle-fashion6-blog .blog-details {
    margin-top: 25px;
    padding-top: 0;
}

.avelle-fashion6-blog .blog-details h4 {
    color: #ff4c3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
}

.avelle-fashion6-blog .blog-details p {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 10px 0 -5px;
    min-height: 54px;
    overflow: hidden;
}

.avelle-fashion6-blog .blog-details .style1 {
    border-color: #e8e8e8;
    margin: 27px 0 0;
}

.avelle-fashion6-blog .blog-details h6 {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin: 0;
    text-transform: capitalize;
}

.avelle-fashion6-footer {
    background: #202020;
    color: #fff;
}

.avelle-fashion6-footer .dark-layout {
    background: #202020;
}

.avelle-fashion6-footer .container {
    max-width: 1320px;
}

.avelle-fashion6-footer .border-b {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.avelle-fashion6-footer .section-b-space {
    padding-bottom: 82px;
    padding-top: 82px;
}

.avelle-fashion6-footer .small-section {
    padding: 26px 0;
}

.avelle-fashion6-footer__grid {
    display: grid;
    gap: 52px;
    grid-template-columns: 1.55fr repeat(3, 1fr) 1.55fr;
}

.avelle-fashion6-footer__brand,
.avelle-fashion6-footer__links,
.avelle-fashion6-footer__newsletter {
    min-width: 0;
}

.avelle-fashion6-footer .footer-logo img {
    height: auto;
    max-width: 145px;
}

.avelle-fashion6-footer__wordmark {
    color: #fff;
    display: inline-block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 24px;
    text-decoration: none;
}

.avelle-fashion6-footer__wordmark:hover {
    color: #fff;
}

.avelle-fashion6-footer .footer-title h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.avelle-fashion6-footer .footer-content p,
.avelle-fashion6-footer .contact-details,
.avelle-fashion6-footer .footer-content li,
.avelle-fashion6-footer .footer-content a,
.avelle-fashion6-footer__newsletter p,
.avelle-fashion6-footer__legal a {
    color: rgb(255 255 255 / 82%);
    font-size: 15px;
    line-height: 1.78;
}

.avelle-fashion6-footer__brand p {
    color: rgb(255 255 255 / 82%);
    font-size: 15px;
    line-height: 1.78;
    margin: 0 0 20px;
    max-width: 280px;
}

.avelle-fashion6-footer .contact-details li {
    display: block;
    padding-left: 0;
}

.avelle-fashion6-footer .footer-content ul,
.avelle-fashion6-footer .contact-details,
.avelle-fashion6-footer__legal ul,
.avelle-fashion6-footer__social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.avelle-fashion6-footer .footer-content li + li {
    margin-top: 8px;
}

.avelle-fashion6-footer a {
    text-decoration: none;
}

.avelle-fashion6-footer a:hover {
    color: #fff;
}

.avelle-fashion6-footer__newsletter p {
    margin: 0 0 20px;
}

.avelle-fashion6-footer__newsletter form {
    margin-bottom: 20px;
}

.avelle-fashion6-footer__newsletter .form-control {
    background: transparent;
    border: 1px solid rgb(255 255 255 / 32%);
    border-radius: 0;
    color: #fff;
    height: 50px;
    margin-bottom: 14px;
    padding: 0 18px;
    width: 100%;
}

.avelle-fashion6-footer__newsletter .form-control::placeholder {
    color: rgb(255 255 255 / 72%);
}

.avelle-fashion6-footer__newsletter .btn-solid {
    align-items: center;
    background: #f5804f;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    padding: 0 34px;
    text-transform: uppercase;
}

.avelle-fashion6-footer__social {
    display: flex;
    gap: 12px;
}

.avelle-fashion6-footer__social a {
    align-items: center;
    background: rgb(255 255 255 / 10%);
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    height: 31px;
    justify-content: center;
    text-transform: uppercase;
    width: 31px;
}

.avelle-fashion6-footer__legal {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    padding-top: 0;
}

.avelle-fashion6-footer__legal ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
}

.avelle-fashion6-footer__watermark-wrap {
    overflow: hidden;
    padding: clamp(34px, 4vw, 58px) 0 clamp(24px, 3vw, 40px);
}

.avelle-fashion6-footer__watermark {
    color: rgb(255 255 255 / 6%);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(92px, 21vw, 300px);
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: .74;
    pointer-events: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.avelle-fashion6-footer .footer-end p {
    color: rgb(255 255 255 / 76%);
    font-size: 14px;
    margin: 0;
}

.avelle-fashion6-footer .avelle-footer-compliance {
    border-top-color: rgb(255 255 255 / 10%);
    color: rgb(255 255 255 / 78%);
}

.avelle-footer-register--discovery .avelle-footer-compliance {
    border-top: 0;
    margin-top: 10px;
    padding-top: 0;
}

.avelle-fashion6-footer .darker-subfooter {
    background: #202020;
    padding: 24px 0;
}

.avelle-fashion6-footer .payment-card-bottom {
    text-align: right;
}

.avelle-footer-register--commerce-rail .avelle-footer-compliance .avelle-footer-processor-row .avelle-footer-compliance__netopia,
.avelle-footer-register--commerce-rail .avelle-footer-compliance .avelle-footer-processor-row img.avelle-footer-payment-netopia {
    width: 128px;
}

.avelle-footer-register--commerce-rail .avelle-footer-compliance .avelle-footer-processor-row img.avelle-footer-payment-netopia--color {
    width: 118px;
}

.avelle-footer-register--commerce .avelle-footer-processor-row .avelle-footer-compliance__netopia-chip,
.avelle-footer-register--discovery .avelle-footer-processor-row .avelle-footer-compliance__netopia-chip,
.avelle-fashion6-footer .avelle-footer-processor-row .avelle-footer-compliance__netopia-chip {
    background: transparent;
}

.avelle-fashion6-footer__mobile-about-title {
    display: none;
}

@media (max-width: 767px) {

    .avelle-footer-signature .avelle-footer-register__bottom {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .avelle-footer-register__rail-manifesto {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .avelle-footer-register__rail-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .avelle-footer-register__rail-directory {
        grid-template-columns: 1fr repeat(2, minmax(0, 1fr));
    }

    .avelle-footer-register__rail-bottom {
        align-items: start;
        grid-template-columns: minmax(0, .7fr) minmax(0, 1fr);
    }

    .avelle-footer-register__rail-service-row {
        grid-template-columns: 1fr;
    }

    .avelle-footer-register__rail-bottom .avelle-footer-register__bottom {
        grid-column: 1 / -1;
        order: 3;
    }

    .avelle-footer-register__rail-social {
        justify-self: end;
    }

    .avelle-footer-register__rail-pin {
        grid-column: 1 / -1;
        min-height: 320px;
    }

    .avelle-footer-register__rail-nav {
        min-height: 244px;
    }

    .avelle-footer-register__atelier-shell {
        grid-template-columns: 1fr;
    }

    .avelle-footer-register__columns--commerce-atelier {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .avelle-fashion6-footer__grid {
        gap: 34px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .avelle-fashion6-footer__brand,
.avelle-fashion6-footer__newsletter {
        grid-column: 1 / -1;
    }

    .avelle-fashion6-footer .subscribe-wrapper {
        justify-content: center;
        margin: 30px 0;
    }

    .avelle-fashion6-footer .subscribe-block {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .avelle-footer-register--commerce-rail {
        padding-bottom: 34px;
    }

    .avelle-footer-register__rail-manifesto {
        gap: 18px;
        padding-bottom: 24px;
    }

    .avelle-footer-register__rail-brand-logo {
        margin: 8px 0 12px;
        max-width: 280px;
    }

    .avelle-footer-register__rail-brand-logo img {
        max-height: 56px;
    }

    .avelle-footer-register__rail-brand p {
        max-width: 620px;
    }

    .avelle-footer-register__rail-metrics span {
        min-height: 36px;
    }

    .avelle-footer-register__rail-directory {
        gap: 18px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 16px 0 12px;
    }

    .avelle-footer-register__rail-pin {
        grid-column: 1 / -1;
        min-height: 214px;
        padding: 18px;
    }

    .avelle-footer-register__rail-pin::after {
        font-size: 170px;
    }

    .avelle-footer-register__rail-pin strong {
        font-size: 30px;
        margin: 22px 0 10px;
        max-width: 520px;
    }

    .avelle-footer-register__rail-pin p {
        max-width: 560px;
    }

    .avelle-footer-register__rail-pin div {
        margin-top: 16px;
    }

    .avelle-footer-register__rail-nav {
        min-height: 0;
        padding: 0;
    }

    .avelle-footer-register__rail-nav::before {
        margin-bottom: 10px;
        width: min(78px, 72%);
    }

    .avelle-footer-register__rail-nav:not(:last-child)::after {
        right: -9px;
    }

    .avelle-footer-register__rail-nav-head {
        display: flex;
        margin-bottom: 7px;
    }

    .avelle-footer-register__rail-nav-head .avelle-icon,
.avelle-footer-register__rail-nav-marker,
.avelle-footer-register__rail-nav p {
        display: none;
    }

    .avelle-footer-register__rail-nav-label {
        display: block;
        font-size: 9px;
        margin-bottom: 6px;
    }

    .avelle-footer-register__rail-nav h4 {
        font-size: 11px;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    .avelle-footer-register__rail-nav ul {
        gap: 8px;
    }

    .avelle-footer-register__rail-nav a {
        display: block;
        font-size: 12px;
        line-height: 1.22;
        overflow-wrap: anywhere;
    }

    .avelle-footer-register__rail-service-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 10px 0;
    }

    .avelle-footer-register__rail-service-row a {
        min-height: 58px;
        padding: 9px 10px;
    }

    .avelle-footer-register__rail-service-row span {
        display: none;
    }

    .avelle-footer-register__rail-bottom {
        gap: 18px;
        padding-top: 18px;
    }

    .avelle-footer-register__rail-logo img {
        max-height: 40px;
        max-width: 174px;
    }

    .avelle-footer-register__rail-social {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .avelle-footer-register--commerce-rail {
        background: var(--avelle-footer-rail-ground);
    }

    .avelle-footer-register__rail-manifesto {
        gap: 18px;
        padding-bottom: 26px;
    }

    .avelle-footer-register__rail-brand-logo {
        margin: 10px 0 16px;
        max-width: min(250px, 70vw);
    }

    .avelle-footer-register__rail-brand-logo img {
        max-height: 58px;
        object-position: center center;
    }

    .avelle-footer-register__rail-brand .avelle-footer-register__wordmark {
        font-size: 58px;
    }

    .avelle-footer-register__rail-brand {
        text-align: center;
    }

    .avelle-footer-register__rail-brand-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .avelle-footer-register__rail-brand p {
        margin-left: auto;
        margin-right: auto;
        max-width: 330px;
    }

    .avelle-footer-register__rail-metrics {
        grid-template-columns: 1fr;
    }

    .avelle-footer-register__rail-metrics span {
        min-height: 38px;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__rail-directory {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr;
        padding: 18px 0;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__rail-directory--no-pin {
        display: none;
        padding: 0;
    }

    .avelle-footer-register__rail-bottom {
        gap: 22px;
        grid-template-columns: 1fr;
        padding-top: 24px;
    }

    .avelle-footer-register__rail-service-row {
        border-top: 0;
        gap: 8px;
        padding: 0 0 18px;
    }

    .avelle-footer-register__rail-service-row a {
        min-height: 64px;
        padding: 11px 12px;
    }

    .avelle-footer-register__rail-social {
        justify-self: center;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__rail-logo {
        justify-content: center;
        justify-self: center;
        text-align: center;
        width: 100%;
    }

    .avelle-footer-register__rail-logo img {
        margin: 0 auto;
        transform: none;
        width: auto;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__rail-pin {
        display: flex;
        min-height: 246px;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__rail-nav {
        background: var(--avelle-footer-soft);
        border: 1px solid var(--avelle-footer-line);
        border-radius: 12px;
        display: none;
        min-height: auto;
        padding: 14px 12px;
    }

    .avelle-footer-register__rail-pin strong {
        font-size: 30px;
        margin: 34px 0 12px;
    }

    .avelle-footer-register__rail-pin div {
        align-items: stretch;
        flex-direction: column;
    }

    .avelle-footer-register__rail-pin a {
        justify-content: center;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__rail-nav-head {
        margin: 0 0 12px;
        position: static;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__rail-nav-head > span {
        align-items: center;
        border: 1px solid var(--avelle-footer-line);
        border-radius: var(--avelle-radius-control, 12px);
        display: inline-flex;
        height: 30px;
        justify-content: center;
        width: 34px;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__rail-nav-head .avelle-icon {
        display: none;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__rail-nav-label {
        margin-bottom: 8px;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__rail-nav h4 {
        font-size: 11px;
        line-height: 1.25;
        margin: 0 0 10px;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__rail-nav-marker,
.avelle-footer-register--commerce-rail .avelle-footer-register__rail-nav p,
.avelle-footer-register--commerce-rail .avelle-footer-register__rail-nav li small {
        display: none;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__rail-nav ul {
        display: grid;
        gap: 7px;
        grid-template-columns: 1fr;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__rail-nav a {
        color: var(--avelle-footer-muted);
        display: block;
        font-size: 12px;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .avelle-footer-register__rail-social {
        align-items: center;
        flex-direction: column;
        gap: 14px;
        text-align: center;
    }

    .avelle-footer-register__rail-social > div {
        justify-content: center;
    }

    .avelle-footer-register__atelier-shell {
        border-radius: var(--avelle-radius-card, 18px);
        gap: 28px;
        padding: 26px 18px;
    }

    .avelle-footer-register__atelier-shell::after {
        font-size: 78px;
        right: -10px;
    }

    .avelle-footer-register__atelier-brand .avelle-footer-register__wordmark {
        font-size: 52px;
    }

    .avelle-footer-register__atelier-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .avelle-footer-register__atelier-actions a {
        justify-content: center;
    }

    .avelle-footer-register__atelier-notes article {
        gap: 14px;
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 18px 0;
    }

    .avelle-footer-register__atelier-notes article > span {
        height: 40px;
        width: 40px;
    }

    .avelle-footer-register__columns--commerce-atelier {
        grid-template-columns: 1fr;
    }

    .avelle-footer-register__atelier-social {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .avelle-footer-register__atelier-social > div {
        justify-content: flex-start;
    }

    .avelle-fashion6-footer .container {
        max-width: 100%;
    }

    .avelle-fashion6-footer .section-b-space {
        padding: 34px 18px 24px;
    }

    .avelle-fashion6-footer .small-section {
        padding: 18px;
    }

    .avelle-fashion6-footer__mobile-about-title {
        display: block;
    }

    .avelle-fashion6-footer__grid {
        display: grid;
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .avelle-fashion6-footer__brand p {
        max-width: none;
    }

    .avelle-fashion6-footer .footer-title h4 {
        color: #fff;
        font-size: 13px;
        letter-spacing: .03em;
        line-height: 1.4;
        margin: 0 0 12px;
    }

    .avelle-fashion6-footer__newsletter form {
        max-width: 100%;
        width: 100%;
    }

    .avelle-fashion6-footer__newsletter .form-control,
.avelle-fashion6-footer__newsletter .btn-solid {
        max-width: 100%;
        width: 100%;
    }

    .avelle-fashion6-footer__social {
        flex-wrap: wrap;
    }

    .avelle-fashion6-footer__legal ul {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .avelle-fashion6-footer__watermark-wrap {
        padding: 24px 0 20px;
    }

    .avelle-fashion6-footer__watermark {
        font-size: 76px;
        letter-spacing: -.07em;
    }

    .avelle-fashion6-footer .payment-card-bottom,
.avelle-fashion6-footer .footer-end {
        margin-top: 12px;
        text-align: center;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-compliance__label,
.avelle-footer-register--commerce-rail .avelle-footer-compliance__card {
        display: none;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-compliance .avelle-footer-payment-row {
        gap: 10px;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-register__bottom,
.avelle-footer-register--commerce-rail .avelle-footer-compliance {
        width: 100%;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-compliance__withdrawal {
        background: var(--avelle-footer-soft);
        border-color: var(--avelle-footer-line);
        box-sizing: border-box;
        color: var(--avelle-footer-ink) !important;
        min-height: 38px;
        width: 100%;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-compliance__mobile-policy-card {
        background: var(--avelle-footer-soft);
        border: 1px solid var(--avelle-footer-line);
        border-radius: var(--avelle-radius-control, 12px);
        box-sizing: border-box;
        display: block;
        padding: 12px;
        width: 100%;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-compliance__mobile-policy-card > span {
        color: var(--avelle-footer-ink);
        display: block;
        font-size: 10px;
        font-weight: 850;
        letter-spacing: .12em;
        line-height: 1.2;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-compliance__mobile-policy-card ul {
        display: grid;
        gap: 8px 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-compliance__mobile-policy-card a {
        color: var(--avelle-footer-muted);
        display: block;
        font-size: 12px;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .avelle-footer-register--commerce-rail .avelle-footer-compliance .avelle-footer-processor-row img.avelle-footer-payment-netopia--color {
        width: 108px;
    }

    .avelle-footer-register {
        padding: 40px 0 calc(92px + env(safe-area-inset-bottom, 0px));
    }

    .avelle-footer-register--minimal {
        padding: 32px 0 calc(22px + env(safe-area-inset-bottom, 0px));
    }

    .avelle-footer-register__intro,
.avelle-footer-register__bottom,
.avelle-footer-register__commerce-head,
.avelle-footer-register__boutique-card,
.avelle-footer-register__editorial-grid {
        grid-template-columns: 1fr;
    }

    .avelle-footer-register__columns,
.avelle-footer-register__columns--minimal,
.avelle-footer-register__columns--editorial,
.avelle-footer-register__columns--boutique,
.avelle-footer-register__trust-grid,
.avelle-footer-register__discovery-grid {
        grid-template-columns: 1fr;
    }

    .avelle-footer-register__nav {
        border-top: 1px solid var(--avelle-footer-line);
        padding-top: 16px;
    }

    .avelle-footer-register__nav h4 {
        margin-bottom: 10px;
    }

    .avelle-footer-register__nav ul {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .avelle-footer-register__nav li + li {
        margin-top: 0;
    }

    .avelle-footer-register__minimal-head,
.avelle-footer-register__minimal-lower {
        grid-template-columns: 1fr;
    }

    .avelle-footer-register__minimal-head {
        align-items: start;
        gap: 12px;
        padding-bottom: 26px;
    }

    .avelle-footer-register--minimal .avelle-footer-register__wordmark {
        font-size: clamp(36px, 13vw, 52px);
    }

    .avelle-footer-register__minimal-head p {
        font-size: 14px;
        line-height: 1.55;
    }

    .avelle-footer-register--minimal .avelle-footer-register__columns {
        gap: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 18px 0 24px;
    }

    .avelle-footer-register--minimal .avelle-footer-register__nav {
        border-right: 0 !important;
        border-top: 0;
        padding: 12px 14px 16px 0;
    }

    .avelle-footer-register--minimal .avelle-footer-register__nav:nth-child(even) {
        padding-left: 14px;
        padding-right: 0;
    }

    .avelle-footer-register--minimal .avelle-footer-register__nav h4 {
        margin-bottom: 8px;
    }

    .avelle-footer-register--minimal .avelle-footer-register__nav ul {
        display: block;
    }

    .avelle-footer-register--minimal .avelle-footer-register__nav li + li {
        margin-top: 6px;
    }

    .avelle-footer-register__minimal-lower {
        align-items: start;
        gap: 14px;
        padding: 14px 0;
    }

    .avelle-footer-register__minimal-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .avelle-footer-register__minimal-policy-row {
        justify-content: flex-start;
    }

    .avelle-footer-register--minimal .avelle-footer-register__social {
        justify-content: flex-start;
    }

    .avelle-footer-register--minimal .avelle-footer-compliance {
        gap: 8px;
        padding-top: 14px;
    }

    .avelle-footer-register--minimal-editorial {
        padding: 28px 0 calc(22px + env(safe-area-inset-bottom, 0px));
    }

    .avelle-footer-register__minimal-hero,
.avelle-footer-register__minimal-directory,
.avelle-footer-register__minimal-bottom {
        grid-template-columns: 1fr;
    }

    .avelle-footer-register__minimal-hero {
        min-height: 0;
    }

    .avelle-footer-register__minimal-copy {
        gap: 14px;
        padding: 24px 18px 28px;
    }

    .avelle-footer-register__minimal-kicker {
        font-size: 10px;
    }

    .avelle-footer-register--minimal-editorial .avelle-footer-register__wordmark {
        font-size: clamp(42px, 15vw, 60px);
    }

    .avelle-footer-register__minimal-copy h3 {
        font-size: clamp(28px, 10vw, 40px);
        line-height: 1.03;
    }

    .avelle-footer-register__minimal-copy p {
        font-size: 14px;
        line-height: 1.58;
    }

    .avelle-footer-register__minimal-actions {
        align-items: stretch;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 4px;
    }

    .avelle-footer-register__minimal-actions a {
        min-height: 40px;
        padding: 0 10px;
    }

    .avelle-footer-register__minimal-media {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .avelle-footer-register__minimal-media figcaption {
        bottom: 14px;
        left: 14px;
    }

    .avelle-footer-register__minimal-service-list {
        border-right: 0;
    }

    .avelle-footer-register__minimal-service-item {
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 18px;
    }

    .avelle-footer-register__minimal-service-item > span {
        height: 36px;
        width: 36px;
    }

    .avelle-footer-register__minimal-service-item small {
        font-size: 12px;
    }

    .avelle-footer-register__minimal-link-grid {
        border-top: 1px solid var(--avelle-footer-on-night-line);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .avelle-footer-register--minimal-editorial .avelle-footer-register__nav {
        border-right: 0;
        border-top: 0;
        padding: 18px;
    }

    .avelle-footer-register--minimal-editorial .avelle-footer-register__nav:nth-child(odd) {
        border-right: 1px solid var(--avelle-footer-on-night-line);
    }

    .avelle-footer-register--minimal-editorial .avelle-footer-register__nav:nth-child(n + 3) {
        border-top: 1px solid var(--avelle-footer-on-night-line);
    }

    .avelle-footer-register--minimal-editorial .avelle-footer-register__nav h4 {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .avelle-footer-register--minimal-editorial .avelle-footer-register__nav ul {
        display: block;
    }

    .avelle-footer-register--minimal-editorial .avelle-footer-register__nav a {
        font-size: 12px;
    }

    .avelle-footer-register__minimal-bottom {
        align-items: start;
        gap: 12px;
        padding: 16px 18px;
    }

    .avelle-footer-register--minimal-editorial .avelle-footer-register__minimal-policy-row,
.avelle-footer-register--minimal-editorial .avelle-footer-register__social {
        justify-content: flex-start;
    }

    .avelle-footer-register--minimal-editorial .avelle-footer-compliance {
        padding: 14px 18px 0;
    }

    .avelle-footer-register--minimal-retail {
        padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
    }

    .avelle-footer-register__retail-service-band {
        background: transparent;
        padding: 0;
    }

    .avelle-footer-register__retail-services {
        background: var(--avelle-footer-ink);
        grid-template-columns: 1fr;
        margin-inline: auto;
        max-width: 100%;
    }

    .avelle-footer-register__retail-service {
        grid-template-columns: 32px minmax(0, 1fr);
        min-height: 64px;
        padding: 12px 14px;
    }

    .avelle-footer-register__retail-service + .avelle-footer-register__retail-service {
        border-left: 0;
        border-top: 1px solid color-mix(in srgb, var(--avelle-footer-paper) 16%, transparent);
    }

    .avelle-footer-register__retail-service-icon {
        height: 32px;
        width: 32px;
    }

    .avelle-footer-register__retail-service strong {
        font-size: 11px;
    }

    .avelle-footer-register__retail-service small {
        font-size: 11px;
    }

    .avelle-footer-register__retail-main {
        border-bottom: 0;
        gap: 14px;
        grid-template-columns: 1fr;
        padding: 22px 0 14px;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-register__wordmark {
        margin-bottom: 10px;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-register__logo {
        max-height: 48px;
        max-width: min(210px, 64vw);
    }

    .avelle-footer-register__retail-brand p {
        font-size: 13px;
        line-height: 1.55;
        margin-top: 0;
        max-width: none;
    }

    .avelle-footer-register__retail-contact {
        display: none;
    }

    .avelle-footer-register__retail-columns {
        display: none;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-register__nav {
        background: transparent;
        border-top: 1px solid var(--avelle-footer-line);
        border-radius: 0;
        padding: 16px 14px 16px 0;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-register__nav:nth-child(even) {
        padding-left: 14px;
        padding-right: 0;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-register__nav h4 {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-register__nav ul {
        display: block;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-register__nav a {
        font-size: 12px;
    }

    .avelle-footer-register__retail-bottom {
        align-items: start;
        gap: 12px;
        grid-template-columns: 1fr;
        padding: 12px 0;
    }

    .avelle-footer-register__retail-bottom p {
        justify-self: center;
        text-align: center;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-register__minimal-policy-row,
.avelle-footer-register--minimal-retail .avelle-footer-register__social {
        justify-content: center;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-compliance {
        gap: 10px;
        padding-top: 12px;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-compliance .avelle-footer-payment-row {
        align-items: center;
        display: grid;
        gap: 8px 6px;
        grid-template-columns: auto auto auto;
        justify-content: center;
        justify-items: center;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-compliance__label {
        display: inline-flex;
        flex-direction: column;
        grid-column: auto;
        justify-content: center;
        min-height: 38px;
        text-align: center;
        width: auto;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-compliance__withdrawal {
        grid-column: 1 / -1;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-compliance__card {
        flex: 0 0 auto;
        max-width: none;
        min-height: 42px;
    }

    .avelle-footer-register--minimal-retail .avelle-footer-compliance__company {
        margin-bottom: 0;
    }

    .avelle-footer-register__boutique-actions,
.avelle-footer-register__discovery-social {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .avelle-footer-register__discovery-social {
        flex-direction: column;
    }

    .avelle-footer-register__discovery-main {
        padding: 40px 18px 28px;
    }

    .avelle-footer-register__discovery-shell {
        border-radius: var(--avelle-radius-card, 18px);
        padding: 24px 18px;
    }

    .avelle-footer-register__discovery-shell > .avelle-fashion6-footer__watermark {
        bottom: -.04em;
        font-size: 108px;
        right: -12px;
    }

    .avelle-footer-register__discovery-grid {
        gap: 18px 12px;
        grid-template-columns: 1fr;
    }

    .avelle-footer-register__brand-panel {
        grid-column: 1 / -1;
    }

    .avelle-footer-register__trust-pills {
        gap: 6px;
        margin: 16px 0 12px;
    }

    .avelle-footer-register__trust-pills span {
        min-height: 34px;
        padding: 10px 11px;
    }

    .avelle-footer-register__nav {
        background: rgb(255 255 255 / 4%);
        border: 1px solid rgb(255 255 255 / 10%);
        border-radius: var(--avelle-radius-card, 18px);
        padding: 14px;
    }

    .avelle-footer-register--discovery .avelle-footer-register__nav ul {
        gap: 9px 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .avelle-footer-register--discovery .avelle-footer-register__nav a {
        display: block;
        overflow-wrap: normal;
        word-break: normal;
    }

    .avelle-footer-register--discovery .avelle-footer-register__nav h4 {
        margin-bottom: 12px;
    }

    .avelle-footer-register--discovery .sub-footer {
        padding-left: 18px;
        padding-right: 18px;
    }
}

body:has(.avelle-fashion6-header) .avelle-nurfia-header {
    background: #fff !important;
    color: #222 !important;
    left: auto !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    z-index: 50;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header .container {
    max-width: 1400px !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__top {
    background: #222 !important;
    border: 0 !important;
    color: #fff !important;
    height: 40px !important;
    min-height: 40px !important;
    text-transform: none !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__top-row {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    height: 40px;
    min-height: 40px;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__contact,
body:has(.avelle-fashion6-header) .avelle-fashion6-header__dropdown {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__contact {
    justify-content: flex-start;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__dropdown {
    justify-content: flex-end;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__contact li,
body:has(.avelle-fashion6-header) .avelle-fashion6-header__contact a,
body:has(.avelle-fashion6-header) .avelle-fashion6-header__dropdown a,
body:has(.avelle-fashion6-header) .avelle-fashion6-header__dropdown span {
    align-items: center;
    color: #fff !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 6px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase !important;
    white-space: nowrap;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__announcement {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__contact i,
body:has(.avelle-fashion6-header) .avelle-fashion6-header__dropdown i {
    font-size: 14px;
    line-height: 1;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__icon {
    color: currentColor;
    display: inline-block;
    flex: 0 0 auto;
    height: 15px;
    width: 15px;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__dropdown .tp-header-top-menu-item {
    position: relative;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__dropdown ul {
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    display: block;
    list-style: none;
    margin: 0;
    min-width: 132px;
    opacity: 0;
    padding: 10px 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 13px);
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
    z-index: 120;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__dropdown .tp-header-top-menu-item:hover ul,
body:has(.avelle-fashion6-header) .avelle-fashion6-header__dropdown .tp-header-top-menu-item:focus-within ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__dropdown ul a {
    color: #333 !important;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    padding: 8px 16px;
    text-transform: none;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__flag,
body:has(.avelle-fashion6-header) .avelle-fashion6-header__dropdown img {
    display: inline-flex;
    height: 14px;
    width: 20px;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__dropdown svg {
    height: 14px;
    width: 14px;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__account-dropdown {
    position: relative;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__account-dropdown > ul {
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    display: block;
    list-style: none;
    margin: 0;
    min-width: 132px;
    opacity: 0;
    padding: 10px 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 13px);
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
    z-index: 120;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__account-dropdown:hover > ul,
body:has(.avelle-fashion6-header) .avelle-fashion6-header__account-dropdown:focus-within > ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-header__account-dropdown > ul a {
    color: #333 !important;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 16px;
    text-transform: capitalize;
}

body:has(.avelle-fashion6-header) {
    overflow-x: hidden;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-main-menu {
    background: #fff !important;
    border-bottom: 1px solid rgba(17, 17, 17, .12) !important;
    gap: 0 !important;
    min-height: 107px !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content > ul > li > a,
body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content > div > ul > li > a {
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content > ul > li,
body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content > div > ul > li,
body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content > ul > li > a,
body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content > div > ul > li > a,
body:has(.avelle-fashion6-header) .avelle-fashion7-top-actions,
body:has(.avelle-fashion6-header) .avelle-fashion7-icon-nav {
    height: 107px !important;
    min-height: 107px !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-menu-left {
    align-items: center;
    display: flex;
    gap: 24px;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-sidebar-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #222;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    height: 40px;
    justify-content: center;
    padding: 0;
    width: 40px;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-sidebar-toggle span {
    background: currentColor;
    display: block;
    height: 2px;
    width: 18px;
}

@media (min-width: 992px) {
    body:has(.avelle-fashion6-header) .offcanvas__area.offcanvas-opened {
        display: block;
    }
}

body:has(.avelle-fashion6-header) .offcanvas__area {
    border-radius: 0;
    box-shadow: 0 0 24px rgba(0, 0, 0, .12);
    left: 0 !important;
    max-width: min(380px, 100vw);
    right: auto !important;
    transform: translateX(-100%);
}

body:has(.avelle-fashion6-header) .offcanvas__area.offcanvas-opened {
    transform: translateX(0);
}

body:has(.avelle-fashion6-header) .offcanvas__wrapper {
    padding: 32px 34px 24px;
}

body:has(.avelle-fashion6-header) .offcanvas__top {
    margin-bottom: 34px !important;
}

@media (min-width: 992px) {
    body:has(.avelle-fashion6-header) .offcanvas__category {
        display: none !important;
    }
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile {
    display: block !important;
    margin-bottom: 0 !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .tp-main-menu-content,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile .tp-main-menu-content > ul {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile ul,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile li {
    float: none !important;
    height: auto !important;
    line-height: normal !important;
    list-style: none !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: 100% !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile > .tp-main-menu-content > ul > li > a,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile > .tp-main-menu-content > div > ul > li > a {
    align-items: center !important;
    border-bottom: 1px solid #eee !important;
    color: #222 !important;
    display: flex !important;
    font-family: var(--avl-font-body) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    justify-content: space-between !important;
    letter-spacing: .08em !important;
    line-height: 1.35 !important;
    min-height: 46px !important;
    padding: 12px 0 !important;
    text-transform: lowercase !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile > .tp-main-menu-content > ul > li:first-child > a,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile > .tp-main-menu-content > div > ul > li:first-child > a {
    border-top: 1px solid #eee !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile a svg {
    flex: 0 0 auto;
    height: 14px;
    width: 14px;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .dropdown-toggle-btn {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #222 !important;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    margin-left: auto;
    padding: 0 !important;
    width: 30px;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .dropdown-toggle-btn svg {
    height: 18px;
    transition: transform .2s ease;
    width: 18px;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .dropdown-toggle-btn.dropdown-opened svg {
    transform: rotate(90deg);
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .tp-submenu,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: none;
    inset: auto !important;
    margin: 0 !important;
    max-width: none !important;
    opacity: 1 !important;
    padding: 0 0 14px 14px !important;
    pointer-events: auto !important;
    position: static !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
    width: 100% !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .tp-submenu a,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu a {
    color: #555 !important;
    display: flex !important;
    font-family: var(--avl-font-body) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.55 !important;
    min-height: 28px !important;
    padding: 4px 0 !important;
    text-transform: capitalize !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu::before,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile .mega-menu-banner {
    display: none !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu .container,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu .row,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu .mega-box,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu .col-xl-4 {
    display: block !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu .menu-title h5,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu h5 {
    border: 0 !important;
    color: #222 !important;
    font-family: var(--avl-font-body) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .08em !important;
    line-height: 1.35 !important;
    margin: 16px 0 4px !important;
    padding: 0 !important;
    text-transform: capitalize !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .lable-nav {
    margin-left: 8px;
    position: static !important;
    transform: none !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-menu-right {
    justify-content: flex-start !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-nav {
    margin-left: clamp(44px, 3.25vw, 58px);
}

body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content > ul,
body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content > div > ul {
    gap: clamp(32px, 2.75vw, 50px) !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content > ul > li > a,
body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content > div > ul > li > a,
body:has(.avelle-fashion6-header) .avelle-fashion7-action,
body:has(.avelle-fashion6-header) .avelle-fashion7-icon,
body:has(.avelle-fashion6-header) .avelle-fashion7-toggle {
    color: #222 !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-toggle {
    display: none !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content > ul > li > a,
body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content > div > ul > li > a {
    font-family: var(--avl-font-body) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 1.12px !important;
    line-height: 23px !important;
    padding-bottom: 42px !important;
    padding-top: 42px !important;
    position: relative !important;
    text-transform: capitalize !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content .lable-nav {
    border-radius: 0 !important;
    font-size: 10px !important;
    height: 18px !important;
    left: 50%;
    line-height: 18px !important;
    padding: 0 10px !important;
    position: absolute;
    top: 20px;
    transform: translateX(-50%);
}

body:has(.avelle-fashion6-header) .avelle-fashion7-header .brand-logo .logo img {
    filter: brightness(0) saturate(100%) !important;
    max-height: 42px !important;
    max-width: 150px !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-top-actions {
    display: none !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-icon-nav {
    gap: 22px !important;
    margin-left: auto !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-icon,
body:has(.avelle-fashion6-header) .avelle-fashion7-action {
    height: 34px !important;
    width: 34px !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-icon svg {
    height: 25px;
    width: 25px;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-hero {
    margin-top: 0 !important;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    body:has(.avelle-fashion6-header) .avelle-fashion7-menu-content {
        display: none !important;
    }

    body:has(.avelle-fashion6-header) .avelle-fashion6-header__contact li:first-child {
        display: none !important;
    }

    body:has(.avelle-fashion6-header) .avelle-fashion6-header__top-row {
        gap: 18px;
    }

    body:has(.avelle-fashion6-header) .avelle-fashion7-nav {
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    body:has(.avelle-fashion6-header) .avelle-fashion6-header__top {
        display: none !important;
    }

    body:has(.avelle-fashion6-header) .avelle-fashion7-main-menu,
body:has(.avelle-fashion6-header) .avelle-fashion7-top-actions,
body:has(.avelle-fashion6-header) .avelle-fashion7-icon-nav {
        height: 72px !important;
        min-height: 72px !important;
    }
}

.avelle-fashion7-main-menu,
.avelle-fashion7-nav,
.avelle-fashion7-menu-content {
    overflow: visible;
}

.avelle-fashion7-main-menu {
    position: relative;
}

.avelle-fashion7-nav,
.avelle-fashion7-menu-content {
    position: static !important;
}

.avelle-fashion7-menu-content > ul > li.has-mega-menu,
.avelle-fashion7-menu-content > div > ul > li.has-mega-menu {
    position: static !important;
}

.avelle-fashion7-menu-content > ul > li.has-mega-menu > a,
.avelle-fashion7-menu-content > div > ul > li.has-mega-menu > a {
    align-items: center;
    display: inline-flex;
    gap: 7px;
}

.avelle-fashion7-menu-content > ul > li > a,
.avelle-fashion7-menu-content > div > ul > li > a {
    text-transform: uppercase;
}

.avelle-fashion7-menu-content > ul > li.has-mega-menu > a svg,
.avelle-fashion7-menu-content > div > ul > li.has-mega-menu > a svg {
    height: 14px;
    width: 14px;
}

.avelle-fashion7-menu-content .lable-nav {
    align-items: center;
    background: #ff4c3b;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 9px;
    font-weight: 700;
    height: 16px;
    letter-spacing: .02em;
    line-height: 1;
    padding: 0 6px;
    text-transform: uppercase;
}

.avelle-fashion7-menu-content > ul > li.has-mega-menu:hover > .avelle-mega-menu,
.avelle-fashion7-menu-content > ul > li.has-mega-menu:focus-within > .avelle-mega-menu,
.avelle-fashion7-menu-content > div > ul > li.has-mega-menu:hover > .avelle-mega-menu,
.avelle-fashion7-menu-content > div > ul > li.has-mega-menu:focus-within > .avelle-mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
}

.avelle-fashion7-header .avelle-fashion7-menu-content .avelle-mega-menu,
.avelle-fashion7-header .avelle-fashion7-menu-content .avelle-mega-menu ul,
.avelle-fashion7-header .avelle-fashion7-menu-content .avelle-mega-menu li {
    float: none !important;
    height: auto !important;
    inset: auto !important;
    line-height: normal !important;
    min-height: 0 !important;
    overflow: visible !important;
    position: static !important;
}

.avelle-fashion7-header .avelle-fashion7-menu-content > ul > li.has-mega-menu > .avelle-mega-menu,
.avelle-fashion7-header .avelle-fashion7-menu-content > div > ul > li.has-mega-menu > .avelle-mega-menu {
    left: 50% !important;
    padding: 30px 0 !important;
    position: absolute !important;
    top: 100% !important;
    transform: translate(-50%, 0) !important;
    width: min(1320px, calc(100vw - 48px)) !important;
    z-index: 105 !important;
}

.avelle-fashion7-header .avelle-fashion7-menu-content > ul > li.has-mega-menu:hover > .avelle-mega-menu,
.avelle-fashion7-header .avelle-fashion7-menu-content > ul > li.has-mega-menu:focus-within > .avelle-mega-menu,
.avelle-fashion7-header .avelle-fashion7-menu-content > div > ul > li.has-mega-menu:hover > .avelle-mega-menu,
.avelle-fashion7-header .avelle-fashion7-menu-content > div > ul > li.has-mega-menu:focus-within > .avelle-mega-menu {
    transform: translate(-50%, 0) !important;
}

.avelle-fashion7-header .avelle-fashion7-menu-content .avelle-mega-menu ul {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: block !important;
    left: auto !important;
    list-style: none;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    top: auto !important;
    transform: none !important;
    visibility: visible !important;
    width: auto !important;
}

.avelle-fashion7-header .avelle-fashion7-menu-content .avelle-mega-menu,
.avelle-fashion7-header .avelle-fashion7-menu-content .avelle-mega-menu ul,
.avelle-fashion7-header .avelle-fashion7-menu-content .avelle-mega-menu li,
.avelle-fashion7-header .avelle-fashion7-menu-content .avelle-mega-menu a {
    pointer-events: auto !important;
}

.avelle-fashion7-header .avelle-fashion7-menu-content .avelle-mega-menu > li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.avelle-fashion7-header .avelle-fashion7-menu-content .avelle-mega-menu .menu-content a,
.avelle-fashion7-header .avelle-fashion7-menu-content .avelle-mega-menu .link-section > ul a {
    align-items: center;
    color: #222 !important;
    display: inline-flex !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    justify-content: flex-start;
    line-height: 1.5 !important;
    min-height: 23px;
    padding: 0 !important;
    text-decoration: none;
    text-transform: capitalize;
    white-space: normal;
}

.avelle-fashion7-header .avelle-fashion7-menu-content .avelle-mega-menu .menu-content a:hover,
.avelle-fashion7-header .avelle-fashion7-menu-content .avelle-mega-menu .link-section > ul a:hover {
    color: #222 !important;
}

@media (max-width: 991px) {
    .avelle-fashion7-menu-content .avelle-mega-menu {
        display: none !important;
    }
}

body:has(.avelle-fashion6-header) .avelle-fashion7-header .avelle-fashion7-menu-content > ul > li > a,
body:has(.avelle-fashion6-header) .avelle-fashion7-header .avelle-fashion7-menu-content > div > ul > li > a {
    text-transform: uppercase !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion7-header .avelle-fashion7-menu-content .lable-nav {
    text-transform: uppercase !important;
}

.avelle-fashion6-hero.avelle-nurfia-slider {
    background: #f8eeee !important;
    display: block;
    margin-inline: calc(50% - 50vw);
    overflow: hidden;
    position: relative;
    width: 100vw;
}

.avelle-fashion6-hero .avelle-nurfia-slider__track {
    display: grid !important;
    height: auto !important;
    min-height: 0 !important;
    position: relative;
    width: 100%;
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide {
    background: var(--avelle-hero-bg, #f8eeee) !important;
    display: block !important;
    grid-area: 1 / 1;
    height: auto !important;
    min-height: 0 !important;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    transition: opacity .42s ease;
    width: 100%;
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide::after {
    display: none !important;
}

.avelle-fashion6-hero .avelle-nurfia-slider__media,
.avelle-fashion6-hero .avelle-nurfia-slider__media picture {
    display: block;
    height: auto;
    width: 100%;
}

.avelle-fashion6-hero .avelle-nurfia-slider__media img,
.avelle-fashion6-hero .avelle-nurfia-slider__media video {
    background: var(--avelle-hero-bg, #f8eeee) !important;
    display: block;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center top !important;
    width: 100% !important;
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide[data-media-effect] .avelle-nurfia-slider__media {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition:
        opacity var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1),
        transform var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1),
        clip-path var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide[data-media-effect="zoom-soft"] .avelle-nurfia-slider__media,
.avelle-fashion6-hero .avelle-nurfia-slider__slide[data-media-effect="kenburns-soft"] .avelle-nurfia-slider__media {
    transform: scale(1.04);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide[data-media-effect="pan-left"] .avelle-nurfia-slider__media {
    transform: translate3d(2.5%, 0, 0) scale(1.03);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide[data-media-effect="pan-right"] .avelle-nurfia-slider__media {
    transform: translate3d(-2.5%, 0, 0) scale(1.03);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide[data-media-effect="clip-reveal"] .avelle-nurfia-slider__media {
    clip-path: inset(0 10% 0 10%);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide[data-media-effect="none"] .avelle-nurfia-slider__media,
.avelle-fashion6-hero .avelle-nurfia-slider__slide.is-active .avelle-nurfia-slider__media {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide.is-active[data-media-effect="kenburns-soft"] .avelle-nurfia-slider__media {
    animation: avelleHeroKenburns calc(var(--avelle-hero-animation-duration, 900ms) * 5) cubic-bezier(.22, 1, .36, 1) both;
}

.avelle-fashion6-hero .avelle-nurfia-slider__content {
    align-items: center;
    color: #202020;
    display: grid !important;
    justify-items: center;
    left: 50%;
    max-width: min(760px, 48vw);
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 3;
}

.avelle-fashion6-hero .avelle-nurfia-slider__content::before {
    background: rgba(248, 238, 238, .98);
    border-radius: 36px;
    box-shadow: 0 0 52px 46px rgba(248, 238, 238, .98);
    content: "";
    inset: -30px -88px -34px;
    position: absolute;
    z-index: -1;
}

.avelle-fashion6-hero .avelle-nurfia-slider__content em {
    background: #e9d7d2;
    border-radius: 999px;
    color: #9b463f;
    display: inline-flex;
    font-family: "Kalam", "Comic Sans MS", cursive;
    font-size: clamp(18px, 1.45vw, 27px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 18px;
    padding: 13px 36px 12px;
    text-transform: none;
}

.avelle-fashion6-hero .avelle-nurfia-slider__content em,
.avelle-fashion6-hero .avelle-nurfia-slider__content strong,
.avelle-fashion6-hero .avelle-nurfia-slider__content small {
    transition:
        opacity var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1),
        transform var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1),
        clip-path var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--avelle-hero-text-delay, 120ms);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active) .avelle-nurfia-slider__content em,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active) .avelle-nurfia-slider__content strong,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active) .avelle-nurfia-slider__content small {
    opacity: 0;
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="fade-up"] .avelle-nurfia-slider__content em,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="fade-up"] .avelle-nurfia-slider__content strong,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="fade-up"] .avelle-nurfia-slider__content small {
    transform: translate3d(0, 24px, 0);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="slide-left"] .avelle-nurfia-slider__content em,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="slide-left"] .avelle-nurfia-slider__content strong,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="slide-left"] .avelle-nurfia-slider__content small {
    transform: translate3d(-34px, 0, 0);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="slide-right"] .avelle-nurfia-slider__content em,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="slide-right"] .avelle-nurfia-slider__content strong,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="slide-right"] .avelle-nurfia-slider__content small {
    transform: translate3d(34px, 0, 0);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="zoom-soft"] .avelle-nurfia-slider__content em,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="zoom-soft"] .avelle-nurfia-slider__content strong,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="zoom-soft"] .avelle-nurfia-slider__content small {
    transform: scale(.96);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="mask-reveal"] .avelle-nurfia-slider__content em,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="mask-reveal"] .avelle-nurfia-slider__content strong,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-text-effect="mask-reveal"] .avelle-nurfia-slider__content small {
    clip-path: inset(0 0 100% 0);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide.is-active[data-text-effect="typewriter-soft"] .avelle-nurfia-slider__content strong {
    animation: avelleHeroTypewriter var(--avelle-hero-animation-duration, 900ms) steps(22, end) both;
    max-width: max-content;
    overflow: hidden;
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide[data-text-effect="none"] .avelle-nurfia-slider__content em,
.avelle-fashion6-hero .avelle-nurfia-slider__slide[data-text-effect="none"] .avelle-nurfia-slider__content strong,
.avelle-fashion6-hero .avelle-nurfia-slider__slide[data-text-effect="none"] .avelle-nurfia-slider__content small,
.avelle-fashion6-hero .avelle-nurfia-slider__slide.is-active .avelle-nurfia-slider__content em,
.avelle-fashion6-hero .avelle-nurfia-slider__slide.is-active .avelle-nurfia-slider__content strong,
.avelle-fashion6-hero .avelle-nurfia-slider__slide.is-active .avelle-nurfia-slider__content small {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.avelle-fashion6-hero .avelle-nurfia-slider__content strong {
    color: #222;
    display: block;
    font-size: clamp(32px, 3vw, 56px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 12px;
    text-transform: none;
    white-space: nowrap;
}

.avelle-fashion6-hero .avelle-nurfia-slider__content small {
    color: #666;
    display: block;
    font-size: clamp(15px, 1.1vw, 19px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.45;
    margin: 0 auto 30px;
    max-width: 680px;
    text-transform: none;
}

.avelle-fashion6-hero .avelle-nurfia-slider__button {
    align-items: stretch;
    background: #99483f;
    color: #fff !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    min-height: 48px;
    pointer-events: auto;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background .18s ease,
        opacity var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1),
        transform var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--avelle-hero-button-delay, 260ms);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active) .avelle-nurfia-slider__button {
    opacity: 0;
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-button-effect="fade-up"] .avelle-nurfia-slider__button,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-button-effect="slide-up"] .avelle-nurfia-slider__button {
    transform: translate3d(0, 18px, 0);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-button-effect="scale-in"] .avelle-nurfia-slider__button,
.avelle-fashion6-hero .avelle-nurfia-slider__slide:not(.is-active)[data-button-effect="pulse-soft"] .avelle-nurfia-slider__button {
    transform: scale(.92);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide[data-button-effect="none"] .avelle-nurfia-slider__button,
.avelle-fashion6-hero .avelle-nurfia-slider__slide.is-active .avelle-nurfia-slider__button {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.avelle-fashion6-hero .avelle-nurfia-slider__slide.is-active[data-button-effect="pulse-soft"] .avelle-nurfia-slider__button {
    animation: avelleHeroButtonPulse 1.15s cubic-bezier(.22, 1, .36, 1) var(--avelle-hero-button-delay, 260ms) both;
}

.avelle-fashion6-hero .avelle-nurfia-slider__button span {
    align-items: center;
    display: inline-flex;
    padding: 0 26px;
}

.avelle-fashion6-hero .avelle-nurfia-slider__button i {
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, .36);
    display: inline-flex;
    font-style: normal;
    justify-content: center;
    min-width: 48px;
}

.avelle-fashion6-hero .avelle-nurfia-slider__button:hover {
    background: #7e3932;
}

.avelle-fashion6-hero .avelle-nurfia-slider__dots {
    bottom: 22px;
    gap: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 4;
}

.avelle-fashion6-hero .avelle-nurfia-slider__dots button {
    background: rgba(32, 32, 32, .22);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    height: 8px;
    padding: 0;
    width: 8px;
}

.avelle-fashion6-hero .avelle-nurfia-slider__dots button.is-active {
    background: #99483f;
}

@media (prefers-reduced-motion: reduce) {
    .avelle-fashion6-hero .avelle-nurfia-slider__media,
.avelle-fashion6-hero .avelle-nurfia-slider__content em,
.avelle-fashion6-hero .avelle-nurfia-slider__content strong,
.avelle-fashion6-hero .avelle-nurfia-slider__content small,
.avelle-fashion6-hero .avelle-nurfia-slider__button {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 1199px) {
    .avelle-fashion6-hero .avelle-nurfia-slider__content {
        max-width: min(640px, 58vw);
    }

    .avelle-fashion6-hero .avelle-nurfia-slider__content strong {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .avelle-fashion6-hero .avelle-nurfia-slider__slide {
        min-height: 620px !important;
    }

    .avelle-fashion6-hero .avelle-nurfia-slider__media,
.avelle-fashion6-hero .avelle-nurfia-slider__media picture,
.avelle-fashion6-hero .avelle-nurfia-slider__media img,
.avelle-fashion6-hero .avelle-nurfia-slider__media video {
        height: 100% !important;
    }

    .avelle-fashion6-hero .avelle-nurfia-slider__media img,
.avelle-fashion6-hero .avelle-nurfia-slider__media video {
        object-fit: cover !important;
        object-position: center top !important;
    }

    .avelle-fashion6-hero .avelle-nurfia-slider__content {
        justify-items: start;
        left: auto;
        max-width: min(210px, calc(100vw - 32px));
        right: 16px;
        text-align: left;
        top: 50%;
        transform: translateY(-42%);
        width: min(210px, calc(100vw - 32px));
    }

    .avelle-fashion6-hero .avelle-nurfia-slider__content::before {
        inset: -18px -12px -22px;
    }

    .avelle-fashion6-hero .avelle-nurfia-slider__content em {
        font-size: 11px;
        margin-bottom: 8px;
        padding: 6px 12px 5px;
    }

    .avelle-fashion6-hero .avelle-nurfia-slider__content strong {
        font-size: 22px;
        line-height: 1.05;
        margin-bottom: 8px;
    }

    .avelle-fashion6-hero .avelle-nurfia-slider__content small {
        font-size: 11px;
        line-height: 1.28;
        margin-bottom: 14px;
        max-width: 190px;
    }

    .avelle-fashion6-hero .avelle-nurfia-slider__button {
        font-size: 11px;
        min-height: 40px;
    }

    .avelle-fashion6-hero .avelle-nurfia-slider__button span {
        padding: 0 18px;
    }

    .avelle-fashion6-hero .avelle-nurfia-slider__button i {
        min-width: 40px;
    }
}

.avelle-fashion6-hero:not(.avelle-nurfia-slider) {
    background: #f8eeee;
    display: block;
    margin-inline: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.avelle-fashion6-hero__track {
    cursor: grab;
    display: grid;
    height: max(var(--avelle-hero-height-desktop, 680px), clamp(520px, 42vw, 680px));
    min-height: 520px;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
    user-select: none;
    width: 100%;
}

.avelle-fashion6-hero__track.is-dragging {
    cursor: grabbing;
}

.avelle-fashion6-hero__slide {
    background: var(--avelle-hero-bg, #f8eeee);
    grid-area: 1 / 1;
    height: 100%;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    transform: translate3d(var(--avelle-slide-drag-offset, 0), 0, 0);
    transition: opacity .42s ease, transform .18s ease, visibility .42s ease;
    visibility: hidden;
    width: 100%;
    z-index: 0;
}

.avelle-fashion6-hero__track.is-dragging .avelle-fashion6-hero__slide {
    transition: opacity .42s ease, visibility .42s ease;
}

.avelle-fashion6-hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    z-index: 2;
}

.avelle-fashion6-hero__media,
.avelle-fashion6-hero__media picture,
.avelle-fashion6-hero__media img,
.avelle-fashion6-hero__media video {
    display: block;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.avelle-fashion6-hero__media img,
.avelle-fashion6-hero__media video {
    background: var(--avelle-hero-bg, #f8eeee);
    object-fit: var(--avelle-hero-media-fit-desktop, cover);
    object-position: var(--avelle-hero-media-position-desktop, center top);
    user-select: none;
    -webkit-user-drag: none;
}

.avelle-fashion6-hero__slide[data-media-effect] .avelle-fashion6-hero__media {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: opacity var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1), transform var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1);
}

.avelle-fashion6-hero__slide[data-media-effect="zoom-soft"] .avelle-fashion6-hero__media,
.avelle-fashion6-hero__slide[data-media-effect="kenburns-soft"] .avelle-fashion6-hero__media {
    transform: scale(1.02);
}

.avelle-fashion6-hero__slide[data-media-effect="pan-left"] .avelle-fashion6-hero__media {
    transform: translate3d(2%, 0, 0) scale(1.02);
}

.avelle-fashion6-hero__slide[data-media-effect="pan-right"] .avelle-fashion6-hero__media {
    transform: translate3d(-2%, 0, 0) scale(1.02);
}

.avelle-fashion6-hero__slide[data-media-effect="none"] .avelle-fashion6-hero__media,
.avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__media {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.avelle-fashion6-hero__slide.is-active[data-media-effect="kenburns-soft"] .avelle-fashion6-hero__media {
    animation: avelleFashion6HeroMedia calc(var(--avelle-hero-animation-duration, 900ms) * 5) cubic-bezier(.22, 1, .36, 1) both;
}

.avelle-fashion6-hero__content {
    align-items: center;
    color: #222;
    display: grid;
    justify-items: var(--avelle-hero-content-justify-items, center);
    left: var(--avelle-hero-content-left, 50%);
    max-width: min(720px, 54vw);
    pointer-events: none;
    position: absolute;
    text-align: var(--avelle-hero-content-text-align, center);
    top: var(--avelle-hero-content-top, 50%);
    transform: translate(var(--avelle-hero-content-translate-x, -50%), var(--avelle-hero-content-translate-y, -50%));
    width: max-content;
    z-index: 5;
}

.avelle-fashion6-hero__eyebrow,
.avelle-fashion6-hero__title,
.avelle-fashion6-hero__subtitle {
    transition: opacity var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1), transform var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--avelle-hero-text-delay, 120ms);
}

.avelle-fashion6-hero__eyebrow {
    background: #ead6d1;
    border-radius: 999px;
    color: #9b463f;
    display: inline-flex;
    font-family: "Kalam", "Comic Sans MS", cursive;
    font-size: clamp(18px, 1.35vw, 27px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 18px;
    padding: 13px 36px 12px;
    text-transform: none;
}

.avelle-fashion6-hero__title {
    color: var(--avelle-hero-title-color, #222);
    display: block;
    font-size: var(--avelle-hero-title-size, clamp(38px, 3.15vw, 64px));
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 14px;
    text-transform: none;
    white-space: nowrap;
}

.avelle-fashion6-hero__subtitle {
    color: var(--avelle-hero-subtitle-color, #666);
    display: block;
    font-size: var(--avelle-hero-description-size, var(--avelle-hero-subtitle-size, clamp(15px, 1.05vw, 20px)));
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.45;
    margin: 0 auto 30px;
    max-width: 660px;
    text-transform: none;
}

.avelle-fashion6-hero__button {
    align-items: stretch;
    background: #99483f;
    color: #fff !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    min-height: 48px;
    pointer-events: auto;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .18s ease, opacity var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1), transform var(--avelle-hero-animation-duration, 900ms) cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--avelle-hero-button-delay, 260ms);
}

.avelle-fashion6-hero__button span {
    align-items: center;
    display: inline-flex;
    padding: 0 26px;
}

.avelle-fashion6-hero__button i {
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, .36);
    display: inline-flex;
    font-style: normal;
    justify-content: center;
    min-width: 48px;
}

.avelle-fashion6-hero__button:hover {
    background: #7e3932;
    color: #fff !important;
}

.avelle-fashion6-hero__slide:not(.is-active) .avelle-fashion6-hero__eyebrow,
.avelle-fashion6-hero__slide:not(.is-active) .avelle-fashion6-hero__title,
.avelle-fashion6-hero__slide:not(.is-active) .avelle-fashion6-hero__subtitle,
.avelle-fashion6-hero__slide:not(.is-active) .avelle-fashion6-hero__button {
    opacity: 0;
}

.avelle-fashion6-hero__slide:not(.is-active)[data-text-effect="fade-up"] .avelle-fashion6-hero__eyebrow,
.avelle-fashion6-hero__slide:not(.is-active)[data-text-effect="fade-up"] .avelle-fashion6-hero__title,
.avelle-fashion6-hero__slide:not(.is-active)[data-text-effect="fade-up"] .avelle-fashion6-hero__subtitle {
    transform: translate3d(0, 24px, 0);
}

.avelle-fashion6-hero__slide:not(.is-active)[data-button-effect="slide-up"] .avelle-fashion6-hero__button,
.avelle-fashion6-hero__slide:not(.is-active)[data-button-effect="fade-up"] .avelle-fashion6-hero__button {
    transform: translate3d(0, 18px, 0);
}

.avelle-fashion6-hero__slide:not(.is-active)[data-button-effect="scale-in"] .avelle-fashion6-hero__button,
.avelle-fashion6-hero__slide:not(.is-active)[data-button-effect="pulse-soft"] .avelle-fashion6-hero__button {
    transform: scale(.92);
}

.avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__eyebrow,
.avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__title,
.avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__subtitle,
.avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__button {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__title {
    transform: translate3d(var(--avelle-hero-title-offset-x, 0), var(--avelle-hero-title-offset-y, 0), 0) scale(1);
}

.avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__subtitle {
    transform: translate3d(var(--avelle-hero-subtitle-offset-x, 0), var(--avelle-hero-subtitle-offset-y, 0), 0) scale(1);
}

.avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__button {
    transform: translate3d(var(--avelle-hero-button-offset-x, 0), var(--avelle-hero-button-offset-y, 0), 0) scale(1);
}

.avelle-fashion6-hero__slide.is-active[data-button-effect="pulse-soft"] .avelle-fashion6-hero__button {
    animation: avelleFashion6HeroButtonPulse 1.15s cubic-bezier(.22, 1, .36, 1) var(--avelle-hero-button-delay, 260ms) both;
}

.avelle-fashion6-hero__dots {
    align-items: center;
    bottom: 22px;
    display: inline-flex;
    gap: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 6;
}

.avelle-fashion6-hero__dots button {
    background: rgba(32, 32, 32, .22);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 8px;
    padding: 0;
    width: 8px;
}

.avelle-fashion6-hero__dots button.is-active {
    background: #99483f;
}

.avelle-newsletter {
    background: #f7f4ef;
    background-image: linear-gradient(rgba(247, 244, 239, .92), rgba(247, 244, 239, .92)), var(--avelle-newsletter-bg, none);
    background-position: center;
    background-size: cover;
    color: #111;
    padding: clamp(56px, 7vw, 104px) clamp(18px, 4vw, 72px);
}

.avelle-newsletter__inner {
    align-items: center;
    display: grid;
    gap: clamp(24px, 4vw, 54px);
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    margin: 0 auto;
    max-width: 1440px;
}

.avelle-newsletter--center .avelle-newsletter__inner {
    justify-items: center;
    text-align: center;
}

.avelle-newsletter--center .avelle-newsletter__content {
    max-width: 740px;
}

.avelle-newsletter__eyebrow {
    color: #99483f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.avelle-newsletter h2 {
    font-family: var(--avelle-heading-font, var(--heading-font, inherit));
    font-size: clamp(30px, 4vw, 56px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: .98;
    margin: 0;
}

.avelle-newsletter__subtitle {
    color: rgba(17, 17, 17, .68);
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.65;
    margin: 18px 0 0;
    max-width: 560px;
}

.avelle-newsletter--center .avelle-newsletter__subtitle {
    margin-left: auto;
    margin-right: auto;
}

.avelle-newsletter__form {
    width: 100%;
}

.avelle-newsletter__form form {
    display: grid;
    gap: 12px;
}

.avelle-newsletter__form-row {
    background: #fff;
    border: 1px solid rgba(17, 17, 17, .14);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 58px;
}

.avelle-newsletter__form input[type="email"] {
    background: transparent;
    border: 0;
    color: #111;
    font-size: 15px;
    height: 58px;
    min-width: 0;
    outline: 0;
    padding: 0 18px;
    width: 100%;
}

.avelle-newsletter__submit {
    align-items: center;
    background: #111;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .08em;
    min-height: 58px;
    padding: 0 26px;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
    white-space: nowrap;
}

.avelle-newsletter__submit:hover,
.avelle-newsletter__submit:focus {
    background: #99483f;
    color: #fff;
}

.avelle-newsletter .newsletter-message {
    font-size: 13px;
    line-height: 1.45;
}

.avelle-newsletter .newsletter-success-message {
    color: #1c7c4c;
}

.avelle-newsletter .newsletter-error-message {
    color: #b4232d;
}

.avelle-about {
    background: #fff;
    color: #111;
    padding: clamp(70px, 8vw, 132px) clamp(18px, 4vw, 72px);
}

.avelle-about__inner {
    align-items: center;
    display: grid;
    gap: clamp(36px, 6vw, 92px);
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    margin: 0 auto;
    max-width: 1440px;
}

.avelle-about--media-right .avelle-about__media {
    order: 2;
}

.avelle-about__media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(120px, 36%);
    min-height: clamp(360px, 44vw, 640px);
    position: relative;
}

.avelle-about__image {
    margin: 0;
    overflow: hidden;
}

.avelle-about__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.avelle-about__image--primary {
    grid-column: 1 / span 1;
    min-height: clamp(360px, 44vw, 640px);
}

.avelle-about__image--secondary {
    align-self: center;
    grid-column: 2 / span 1;
    height: min(56%, 360px);
    margin-left: clamp(18px, 3vw, 44px);
}

.avelle-about__content {
    max-width: 560px;
}

.avelle-about__eyebrow {
    color: #99483f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.avelle-about h2 {
    font-family: var(--avelle-heading-font, var(--heading-font, inherit));
    font-size: clamp(42px, 5.6vw, 96px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: .96;
    margin: 0;
}

.avelle-about__content > p:not(.avelle-about__eyebrow) {
    color: rgba(17, 17, 17, .68);
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.7;
    margin: 24px 0 0;
}

.avelle-about__button {
    align-items: center;
    background: #111;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .08em;
    margin-top: 34px;
    min-height: 48px;
    padding: 0 26px;
    text-transform: uppercase;
}

.avelle-about__button:hover,
.avelle-about__button:focus {
    background: #99483f;
    color: #fff;
}

@media (max-width: 1199px) {
    .avelle-fashion6-hero__media img,
.avelle-fashion6-hero__media video {
        object-fit: var(--avelle-hero-media-fit-tablet, var(--avelle-hero-media-fit-desktop, cover));
        object-position: var(--avelle-hero-media-position-tablet, var(--avelle-hero-media-position-desktop, center top));
    }

    .avelle-fashion6-hero__content {
        justify-items: var(--avelle-hero-tablet-content-justify-items, var(--avelle-hero-content-justify-items, center));
        left: var(--avelle-hero-tablet-content-left, var(--avelle-hero-content-left, 50%));
        max-width: min(640px, 62vw);
        text-align: var(--avelle-hero-tablet-content-text-align, var(--avelle-hero-content-text-align, center));
        top: var(--avelle-hero-tablet-content-top, var(--avelle-hero-content-top, 50%));
        transform: translate(var(--avelle-hero-tablet-content-translate-x, var(--avelle-hero-content-translate-x, -50%)), var(--avelle-hero-tablet-content-translate-y, var(--avelle-hero-content-translate-y, -50%)));
    }

    .avelle-fashion6-hero__title {
        font-size: var(--avelle-hero-title-size-tablet, var(--avelle-hero-title-size, clamp(38px, 3.15vw, 64px)));
        white-space: normal;
    }

    .avelle-fashion6-hero__subtitle {
        font-size: var(--avelle-hero-description-size-tablet, var(--avelle-hero-subtitle-size-tablet, var(--avelle-hero-description-size, var(--avelle-hero-subtitle-size, clamp(15px, 1.05vw, 20px)))));
    }

    .avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__title {
        transform: translate3d(var(--avelle-hero-title-offset-x-tablet, var(--avelle-hero-title-offset-x, 0)), var(--avelle-hero-title-offset-y-tablet, var(--avelle-hero-title-offset-y, 0)), 0) scale(1);
    }

    .avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__subtitle {
        transform: translate3d(var(--avelle-hero-subtitle-offset-x-tablet, var(--avelle-hero-subtitle-offset-x, 0)), var(--avelle-hero-subtitle-offset-y-tablet, var(--avelle-hero-subtitle-offset-y, 0)), 0) scale(1);
    }

    .avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__button {
        transform: translate3d(var(--avelle-hero-button-offset-x-tablet, var(--avelle-hero-button-offset-x, 0)), var(--avelle-hero-button-offset-y-tablet, var(--avelle-hero-button-offset-y, 0)), 0) scale(1);
    }
}

@media (max-width: 767px) {
    .avelle-newsletter {
        padding: 48px 18px;
    }

    .avelle-newsletter__inner {
        grid-template-columns: 1fr;
    }

    .avelle-newsletter__form-row {
        grid-template-columns: 1fr;
    }

    .avelle-newsletter__submit {
        width: 100%;
    }

    .avelle-about {
        padding: 56px 18px;
    }

    .avelle-about__inner {
        grid-template-columns: 1fr;
    }

    .avelle-about--media-right .avelle-about__media {
        order: 0;
    }

    .avelle-about__media {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .avelle-about__image--primary,
.avelle-about__image--secondary {
        grid-column: auto;
        height: auto;
        margin: 0;
        min-height: 0;
    }

    .avelle-about__image--primary img,
.avelle-about__image--secondary img {
        aspect-ratio: 4 / 5;
        height: auto;
    }

    .avelle-about__image--secondary {
        display: none;
    }

    .avelle-fashion6-hero__track {
        height: max(var(--avelle-hero-height-tablet, 560px), 560px);
        min-height: 560px;
    }
}

@media (max-width: 767px) {
    .avelle-fashion6-hero__track {
        aspect-ratio: auto;
        height: var(--avelle-hero-height-mobile, 620px);
        min-height: 640px;
    }

    .avelle-fashion6-hero__media img,
.avelle-fashion6-hero__media video {
        object-fit: cover;
        object-position: 68% top !important;
    }

    .avelle-fashion6-hero__media::after {
        background: linear-gradient(90deg, rgba(255, 255, 255, .84) 0%, rgba(255, 255, 255, .58) 48%, rgba(255, 255, 255, .18) 100%);
        content: "";
        inset: 0;
        pointer-events: none;
        position: absolute;
    }

    .avelle-fashion6-hero__content {
        justify-items: start;
        left: 18px;
        max-width: min(190px, calc(100vw - 36px));
        right: auto;
        text-align: left;
        top: 43%;
        transform: translateY(-50%);
        width: min(190px, calc(100vw - 36px));
    }

    .avelle-fashion6-hero__eyebrow {
        font-size: 11px;
        margin-bottom: 8px;
        padding: 6px 12px 5px;
    }

    .avelle-fashion6-hero__title {
        font-size: 21px;
        line-height: 1.05;
        margin-bottom: 8px;
        white-space: normal;
    }

    .avelle-fashion6-hero__subtitle {
        font-size: 11px;
        line-height: 1.28;
        margin-bottom: 14px;
        max-width: 176px;
    }

    .avelle-fashion6-hero__button {
        font-size: 11px;
        min-height: 40px;
        white-space: nowrap;
    }

    .avelle-fashion6-hero__button span {
        padding: 0 14px;
        white-space: nowrap;
    }

    .avelle-fashion6-hero__button i {
        min-width: 40px;
    }

    .avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__title {
        transform: translate3d(var(--avelle-hero-title-offset-x-mobile, var(--avelle-hero-title-offset-x-tablet, var(--avelle-hero-title-offset-x, 0))), var(--avelle-hero-title-offset-y-mobile, var(--avelle-hero-title-offset-y-tablet, var(--avelle-hero-title-offset-y, 0))), 0) scale(1);
    }

    .avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__subtitle {
        transform: translate3d(var(--avelle-hero-subtitle-offset-x-mobile, var(--avelle-hero-subtitle-offset-x-tablet, var(--avelle-hero-subtitle-offset-x, 0))), var(--avelle-hero-subtitle-offset-y-mobile, var(--avelle-hero-subtitle-offset-y-tablet, var(--avelle-hero-subtitle-offset-y, 0))), 0) scale(1);
    }

    .avelle-fashion6-hero__slide.is-active .avelle-fashion6-hero__button {
        transform: translate3d(var(--avelle-hero-button-offset-x-mobile, var(--avelle-hero-button-offset-x-tablet, var(--avelle-hero-button-offset-x, 0))), var(--avelle-hero-button-offset-y-mobile, var(--avelle-hero-button-offset-y-tablet, var(--avelle-hero-button-offset-y, 0))), 0) scale(1);
    }
}

.avelle-ad-placement {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    text-align: left !important;
}

.avelle-ad-placement__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    margin: 0 auto;
    max-width: 1320px;
    padding: 32px 16px;
}

.avelle-ad-placement__slot {
    min-height: 160px;
}

.avelle-ad-placement__card {
    background: #f7f4ef;
    min-height: 320px;
    overflow: hidden;
    position: relative;
}

.avelle-ad-placement__link {
    color: inherit;
    display: block;
    height: 100%;
    min-height: inherit;
    position: relative;
    text-decoration: none;
}

.avelle-ad-placement__media {
    display: block;
    inset: 0;
    position: absolute;
}

.avelle-ad-placement__media img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .45s ease;
    width: 100%;
}

.avelle-ad-placement__card:hover .avelle-ad-placement__media img {
    transform: scale(1.035);
}

.avelle-ad-placement__link::after {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 35%, rgba(17, 17, 17, .58) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.avelle-ad-placement__content {
    bottom: 28px;
    color: #fff;
    display: grid;
    gap: 10px;
    left: 28px;
    max-width: min(380px, calc(100% - 56px));
    position: absolute;
    z-index: 1;
}

.avelle-ad-placement__eyebrow,
.avelle-ad-placement__cta {
    font-family: var(--avl-font-body);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.avelle-ad-placement__content strong {
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: .94;
}

.avelle-ad-placement__cta {
    align-items: center;
    display: inline-flex;
    gap: 10px;
}

.avelle-ad-placement__cta::after {
    background: currentColor;
    content: "";
    display: inline-block;
    height: 1px;
    width: 34px;
}

@media (max-width: 991.98px) {
    .avelle-ad-placement__grid {
        grid-template-columns: 1fr;
    }

    .avelle-ad-placement__card {
        min-height: 280px;
    }
}

@media (max-width: 575.98px) {
    .avelle-ad-placement__grid {
        gap: 16px;
        padding: 20px 12px;
    }

    .avelle-ad-placement__content {
        bottom: 22px;
        left: 22px;
        max-width: calc(100% - 44px);
    }

    .avelle-ad-placement__content strong {
        font-size: 30px;
    }
}

.avelle-app-download {
    padding: 76px 0;
    background: #fff;
}

.avelle-app-download__shell {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
    align-items: stretch;
    min-height: 430px;
    background: #111;
    color: #fff;
    overflow: hidden;
}

.avelle-app-download__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: clamp(36px, 6vw, 76px);
}

.avelle-app-download__eyebrow {
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
}

.avelle-app-download__title {
    max-width: 620px;
    margin: 0;
    font-family: var(--avelle-heading-font, inherit);
    font-size: clamp(44px, 6vw, 82px);
    font-weight: 500;
    line-height: 0.94;
    letter-spacing: 0;
    color: #fff;
}

.avelle-app-download__subtitle {
    max-width: 520px;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
}

.avelle-app-download__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.avelle-app-download__store {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 176px;
    min-height: 58px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.avelle-app-download__store:hover,
.avelle-app-download__store:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transform: translateY(-1px);
}

.avelle-app-download__store-icon {
    display: inline-flex;
    width: 24px;
    color: currentColor;
}

.avelle-app-download__store small,
.avelle-app-download__store strong {
    display: block;
    line-height: 1.1;
}

.avelle-app-download__store small {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.68);
}

.avelle-app-download__store strong {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}

.avelle-app-download__media {
    position: relative;
    min-height: 430px;
    background: #f7f4ef;
}

.avelle-app-download__media::before {
    position: absolute;
    inset: 30px;
    content: "";
    border: 1px solid rgba(17, 17, 17, 0.08);
    pointer-events: none;
}

.avelle-app-download__media img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991.98px) {
    .avelle-app-download__shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .avelle-app-download {
        padding: 52px 0;
    }

    .avelle-app-download__content {
        padding: 32px 24px;
    }

    .avelle-app-download__title {
        font-size: 40px;
    }

    .avelle-app-download__store {
        width: 100%;
    }

    .avelle-app-download__media,
.avelle-app-download__media img {
        min-height: 320px;
    }
}

.avelle-coming-soon {
    padding: clamp(64px, 8vw, 116px) 0;
    background: #f7f4ef;
}

.avelle-coming-soon__shell {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.9fr);
    min-height: 620px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(17, 17, 17, 0.08);
    overflow: hidden;
}

.avelle-coming-soon__shell--no-media {
    grid-template-columns: minmax(0, 1fr);
}

.avelle-coming-soon__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: clamp(36px, 6vw, 84px);
}

.avelle-coming-soon__eyebrow {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #9a8173;
}

.avelle-coming-soon h1 {
    max-width: 660px;
    margin: 0;
    font-family: var(--avelle-heading-font, inherit);
    font-size: clamp(48px, 7vw, 104px);
    font-weight: 500;
    line-height: 0.94;
    letter-spacing: 0;
    color: #111;
}

.avelle-coming-soon__timer {
    display: grid;
    grid-template-columns: repeat(4, minmax(72px, 1fr));
    max-width: 520px;
    border: 1px solid #e8e0d8;
    background: #f7f4ef;
}

.avelle-coming-soon__timer strong {
    display: grid;
    gap: 6px;
    padding: 17px 14px 15px;
    border-right: 1px solid #e8e0d8;
    color: #111;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.avelle-coming-soon__timer strong:last-child {
    border-right: 0;
}

.avelle-coming-soon__timer small {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #746c65;
}

.avelle-coming-soon__form {
    max-width: 580px;
}

.avelle-coming-soon__form form {
    display: flex;
    gap: 10px;
}

.avelle-coming-soon__form input[type="email"],
.avelle-coming-soon__form input[type="text"] {
    width: 100%;
    height: 56px;
    border: 1px solid #d9d0c8;
    border-radius: 0;
    padding: 0 18px;
    background: #fff;
    color: #111;
}

.avelle-coming-soon__form button,
.avelle-coming-soon__form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border: 1px solid #111;
    border-radius: 0;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.avelle-coming-soon__form button:hover,
.avelle-coming-soon__form button:focus,
.avelle-coming-soon__form input[type="submit"]:hover,
.avelle-coming-soon__form input[type="submit"]:focus {
    background: #3d302a;
    border-color: #3d302a;
    color: #fff;
}

.avelle-coming-soon__meta {
    display: grid;
    gap: 12px;
    max-width: 560px;
    margin-top: 8px;
    padding-top: 22px;
    border-top: 1px solid #ece6de;
}

.avelle-coming-soon__meta p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: #4f4944;
    font-size: 14px;
    line-height: 1.55;
}

.avelle-coming-soon__meta svg {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 2px;
    stroke-width: 1.8;
    color: #111;
}

.avelle-coming-soon__meta a {
    color: #111;
    text-decoration: none;
}

.avelle-coming-soon__meta a:hover,
.avelle-coming-soon__meta a:focus {
    color: #9a8173;
}

.avelle-coming-soon__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.avelle-coming-soon__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #ded7cf;
    color: #111;
}

.avelle-coming-soon__socials a:hover,
.avelle-coming-soon__socials a:focus {
    border-color: #111;
    background: #111;
    color: #fff;
}

.avelle-coming-soon__media {
    position: relative;
    min-height: 620px;
    background: #eee9e3;
}

.avelle-coming-soon__media img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991.98px) {
    .avelle-coming-soon__shell {
        grid-template-columns: 1fr;
    }

    .avelle-coming-soon__media,
.avelle-coming-soon__media img {
        min-height: 420px;
    }
}

@media (max-width: 575.98px) {
    .avelle-coming-soon {
        padding: 48px 0;
    }

    .avelle-coming-soon__content {
        padding: 32px 22px;
    }

    .avelle-coming-soon h1 {
        font-size: 42px;
    }

    .avelle-coming-soon__timer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .avelle-coming-soon__timer strong:nth-child(2) {
        border-right: 0;
    }

    .avelle-coming-soon__timer strong:nth-child(-n+2) {
        border-bottom: 1px solid #e8e0d8;
    }

    .avelle-coming-soon__form form {
        flex-direction: column;
    }

    .avelle-coming-soon__form button,
.avelle-coming-soon__form input[type="submit"] {
        width: 100%;
    }
}

.avelle-fashion6-products .basic-product .img-wrapper img,
.avelle-fashion6-products-sidebar .basic-product .img-wrapper img {
    object-fit: cover !important;
    object-position: center top !important;
}

body:has(.avelle-fashion6-header) .offcanvas__area .tp-offcanvas-category-toggle {
    align-items: center !important;
    background: var(--theme-color, #ec8951) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    display: flex !important;
    font-family: var(--avl-font-body) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    height: 48px !important;
    justify-content: space-between !important;
    letter-spacing: .02em !important;
    line-height: 1 !important;
    padding: 0 22px !important;
    text-transform: uppercase !important;
    width: 100% !important;
}

body:has(.avelle-fashion6-header) .offcanvas__area .tp-offcanvas-category-toggle:hover,
body:has(.avelle-fashion6-header) .offcanvas__area .tp-offcanvas-category-toggle:focus {
    background: #111 !important;
    color: #fff !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile > .tp-main-menu-content > ul > li > a,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile > .tp-main-menu-content > div > ul > li > a {
    color: #222 !important;
    font-family: var(--avl-font-body) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    min-height: 52px !important;
    padding: 15px 0 !important;
    text-transform: uppercase !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile > .tp-main-menu-content > ul > li > a:hover,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile > .tp-main-menu-content > div > ul > li > a:hover {
    color: var(--theme-color, #ec8951) !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile > .tp-main-menu-content > ul > li > a .lable-nav,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile > .tp-main-menu-content > div > ul > li > a .lable-nav {
    align-items: center !important;
    background: #ff4c3b !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    height: 17px !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    margin: 0 auto 0 8px !important;
    min-width: 34px !important;
    padding: 0 6px !important;
    text-transform: uppercase !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .dropdown-toggle-btn {
    color: #222 !important;
    height: 34px !important;
    width: 34px !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .tp-submenu,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu {
    padding-left: 18px !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu .menu-title h5,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu h5 {
    color: #222 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .tp-submenu a,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu a {
    color: #555 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    min-height: 30px !important;
    text-transform: capitalize !important;
}

body:has(.avelle-fashion6-header) .tp-main-menu-mobile .tp-submenu a:hover,
body:has(.avelle-fashion6-header) .tp-main-menu-mobile .avelle-mega-menu a:hover {
    color: var(--theme-color, #ec8951) !important;
}

.avelle-fashion6-banner-mosaic > .container,
.avelle-fashion6-products > .container {
    width: min(1824px, calc(100% - clamp(16px, 4.2vw, 80px))) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.avelle-fashion6-banner-mosaic > .container,
.avelle-fashion6-products > .container { padding-right: 0 !important; padding-left: 0 !important; }

@media (max-width: 767.98px) {
    .avelle-fashion6-banner-mosaic > .container,
.avelle-fashion6-products > .container { width: calc(100% - 16px) !important; }
}

body:has(.avelle-fashion6-products) .avelle-fashion6-products .container,
body:has(.avelle-fashion6-products-sidebar) .avelle-fashion6-products-sidebar .container {
    max-width: var(--avl-container, 1320px) !important;
}

body:has(.avelle-fashion6-products) .avelle-fashion6-products .container {
    width: min(1824px, calc(100% - clamp(16px, 4.2vw, 80px))) !important;
    max-width: none !important;
}

.avelle-fashion6-products.section-b-space,
.avelle-fashion6-products-sidebar {
    padding-top: var(--avl-section-gap) !important;
    padding-bottom: var(--avl-section-gap) !important;
}

.avelle-fashion6-products .basic-product,
.avelle-fashion6-products-sidebar .basic-product {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.avelle-fashion6-products .img-wrapper,
.avelle-fashion6-products-sidebar .img-wrapper {
    aspect-ratio: 1 / 1 !important;
    background: #f8f8f8 !important;
    border: 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

.avelle-fashion6-products .basic-product .img-wrapper img.img-fluid,
.avelle-fashion6-products-sidebar .basic-product .img-wrapper img.img-fluid {
    display: block !important;
    height: 100% !important;
    inset: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 100% !important;
    object-fit: contain !important;
    object-position: center top !important;
    position: absolute !important;
    width: 100% !important;
}

.avelle-fashion6-products .product-detail,
.avelle-fashion6-products-sidebar .product-detail {
    margin-top: 15px !important;
    padding: 0 !important;
    text-align: left !important;
}

.avelle-fashion6-products .product-title,
.avelle-fashion6-products-sidebar .product-title {
    color: var(--avl-ink) !important;
    display: block !important;
    font-family: var(--avl-font-body) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    margin: 0 0 5px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    text-decoration: none !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.avelle-fashion6-products .rating-w-count,
.avelle-fashion6-products-sidebar .rating-w-count {
    align-items: center !important;
    color: #212529 !important;
    display: flex !important;
    gap: 4px !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    min-height: 25px !important;
}

.avelle-fashion6-products .rating,
.avelle-fashion6-products-sidebar .rating {
    color: #ffa200 !important;
    display: inline-flex !important;
    font-size: 15px !important;
    gap: 1px !important;
    letter-spacing: 0 !important;
}

.avelle-fashion6-products .price,
.avelle-fashion6-products-sidebar .price {
    color: var(--avl-ink) !important;
    font-family: var(--avl-font-body) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.avelle-fashion6-products .theme-product-6 .addtocart_btn,
.avelle-fashion6-products-sidebar .theme-product-6 .addtocart_btn {
    display: block !important;
    height: auto !important;
    margin: 15px 0 0 !important;
    position: static !important;
    transform: none !important;
}

.avelle-fashion6-products .theme-product-6 .addtocart_btn .qty-box,
.avelle-fashion6-products .theme-product-6 .addtocart_btn .quantity,
.avelle-fashion6-products .theme-product-6 .addtocart_btn .cart_qty,
.avelle-fashion6-products .theme-product-6 .addtocart_btn .qty-container,
.avelle-fashion6-products-sidebar .theme-product-6 .addtocart_btn .qty-box,
.avelle-fashion6-products-sidebar .theme-product-6 .addtocart_btn .quantity,
.avelle-fashion6-products-sidebar .theme-product-6 .addtocart_btn .cart_qty,
.avelle-fashion6-products-sidebar .theme-product-6 .addtocart_btn .qty-container {
    display: none !important;
}

.avelle-fashion6-products .theme-product-6 .addtocart_btn .add-button,
.avelle-fashion6-products-sidebar .theme-product-6 .addtocart_btn .add-button {
    align-items: center !important;
    background: var(--avl-bg) !important;
    border: 1px solid var(--avl-ink) !important;
    border-radius: 0 !important;
    color: var(--avl-ink) !important;
    display: inline-flex !important;
    font-family: var(--avl-font-body) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    height: 45px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-width: 140px !important;
    padding: 0 30px !important;
    text-transform: none !important;
}

.avelle-fashion6-products .theme-product-6 .addtocart_btn .add-button:hover,
.avelle-fashion6-products-sidebar .theme-product-6 .addtocart_btn .add-button:hover {
    background: var(--avl-ink) !important;
    color: var(--avl-bg) !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-hero.avelle-fashion6-hero--image-only {
    background: transparent !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-hero.avelle-fashion6-hero--image-only .avelle-fashion6-hero__track {
    cursor: grab;
    display: grid !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    touch-action: pan-y;
    width: 100% !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-hero.avelle-fashion6-hero--image-only .avelle-fashion6-hero__track.is-dragging {
    cursor: grabbing;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-hero.avelle-fashion6-hero--image-only .avelle-fashion6-hero__slide {
    background: transparent !important;
    grid-area: 1 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
    opacity: 0;
    overflow: hidden !important;
    position: relative !important;
    transform: translateX(var(--avelle-slide-drag-offset, 0));
    transition: opacity .28s ease, transform .28s ease;
    visibility: hidden;
    width: 100% !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-hero.avelle-fashion6-hero--image-only .avelle-fashion6-hero__slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-hero.avelle-fashion6-hero--image-only .avelle-fashion6-hero__image-link,
body:has(.avelle-fashion6-header) .avelle-fashion6-hero.avelle-fashion6-hero--image-only picture,
body:has(.avelle-fashion6-header) .avelle-fashion6-hero.avelle-fashion6-hero--image-only img {
    display: block !important;
    width: 100% !important;
}

body:has(.avelle-fashion6-header) .avelle-fashion6-hero.avelle-fashion6-hero--image-only img {
    height: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center top !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-products > .container {
    max-width: 1400px !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-products .row {
    --bs-gutter-x: 24px !important;
    --bs-gutter-y: 24px !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-products .basic-product.theme-product-6 {
    border: 1px solid var(--avl-line) !important;
    padding: 10px !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-products .basic-product.theme-product-6 .img-wrapper {
    aspect-ratio: var(--avelle-product-media-ratio-tall, 3 / 4) !important;
    background: var(--avl-surface) !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-products .basic-product.theme-product-6 .img-wrapper a {
    position: relative !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-products .basic-product.theme-product-6 .img-wrapper img,
body:has(.avelle-fashion6-hero) .avelle-fashion6-products .basic-product.theme-product-6 .img-wrapper picture,
body:has(.avelle-fashion6-hero) .avelle-fashion6-products .basic-product.theme-product-6 .img-wrapper picture img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    width: 100% !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-products .basic-product.theme-product-6 .img-wrapper .avelle-product-card__hover-image {
    inset: 0;
    opacity: 0;
    position: absolute !important;
    transition: opacity var(--avl-dur) var(--avl-ease), transform var(--avl-dur) var(--avl-ease) !important;
    z-index: 1;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-products .basic-product.theme-product-6:hover .img-wrapper .avelle-product-card__hover-image {
    opacity: 1;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-products .basic-product.theme-product-6 .product-detail {
    margin-top: 15px !important;
    min-height: 130px !important;
    text-align: center !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-products .basic-product.theme-product-6 .product-title {
    font-size: 15.4px !important;
    line-height: 1.2 !important;
    margin-bottom: 6px !important;
    text-align: center !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-products .basic-product.theme-product-6 .rating-w-count {
    justify-content: center !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-products .basic-product.theme-product-6 .price {
    font-size: 18px !important;
    line-height: 1 !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-banner-mosaic > .container {
    max-width: 1400px !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-banner-mosaic {
    padding-bottom: 0 !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-banner-mosaic .margin-default {
    --bs-gutter-x: 24px !important;
    --bs-gutter-y: 30px !important;
}

.avl-art {
    margin: clamp(28px, 4vw, 52px) 0;
}

.avl-art__title {
    margin: 0 0 14px;
    color: var(--avl-ink);
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-wrap: balance;
}

.avl-art__lead {
    margin: 0 0 22px;
    padding-left: 16px;
    border-left: 3px solid var(--avl-primary);
    color: var(--avl-ink);
    font-size: clamp(16px, 1.3vw, 19px);
    line-height: 1.6;
}

.avl-art__steps,
.avl-art__looks {
    margin: 0 0 26px;
    padding: 0;
    counter-reset: avl-step;
    list-style: none;
}

.avl-art__step,
.avl-art__look {
    position: relative;
    margin-bottom: 16px;
    padding-left: 46px;
}

.avl-art__step::before,
.avl-art__look::before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: var(--avl-r-pill);
    background: var(--avl-primary);
    color: var(--avl-bg);
    content: counter(avl-step);
    counter-increment: avl-step;
    font-size: 13px;
    font-weight: 700;
}

.avl-art__step-name,
.avl-art__look-name {
    display: block;
    color: var(--avl-ink);
    font-size: 16px;
    font-weight: 650;
}

.avl-art__step-detail,
.avl-art__look-why {
    display: block;
    margin-top: 3px;
    color: var(--avl-muted);
    font-size: 15px;
    line-height: 1.55;
}

.avl-art__cols {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.avl-art__col {
    padding: 18px 20px;
    border: 1px solid var(--avl-line);
    border-radius: var(--avl-r);
    background: var(--avl-surface);
}

.avl-art__col h3 {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.avl-art__col--do h3 {
    color: var(--avl-ok);
}

.avl-art__col--avoid h3 {
    color: var(--avl-warn);
}

.avl-art__col ul {
    margin: 0;
    padding-left: 18px;
    color: var(--avl-ink);
    font-size: 15px;
    line-height: 1.6;
}

.avl-art__pair {
    display: grid;
    margin: 0 0 22px;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.avl-art__pair img {
    width: 100%;
    height: auto;
    border-radius: var(--avl-r-lg);
    object-fit: cover;
}

.avl-art__body {
    color: var(--avl-ink);
    font-size: 16px;
    line-height: 1.7;
}

.avl-art__quote {
    margin: 24px 0 0;
    padding: 0 0 0 20px;
    border-left: 3px solid var(--avl-line);
    color: var(--avl-ink);
    font-size: clamp(18px, 1.8vw, 23px);
    font-style: italic;
    line-height: 1.45;
}

.avl-art__closing {
    margin: 4px 0 0;
    color: var(--avl-muted);
    font-size: 15px;
    line-height: 1.6;
}

.avelle-footer-register--ecomus-light {
    --avelle-footer-surface: var(--avelle-pdp-media);
    --avelle-footer-ink: var(--avelle-pdp-ink);
    --avelle-footer-muted: var(--avelle-pdp-muted);
    --avelle-footer-line: var(--avelle-pdp-line);
    --avelle-footer-field-bg: var(--avelle-pdp-surface);
    --avelle-footer-placeholder: #8a8a8a;
    --avelle-footer-success: #166534;
    background: var(--avelle-footer-surface);
    color: var(--avelle-footer-ink);
    font-family: var(--avl-font-body, "Avelle Archivo", Arial, sans-serif);
    padding: 0;
}

.avelle-footer-register--ecomus-light .dark-layout,
.avelle-footer-register--ecomus-light .sub-footer,
.avelle-footer-register--ecomus-light .darker-subfooter {
    background: var(--avelle-footer-surface) !important;
    color: var(--avelle-footer-ink) !important;
}

.avelle-footer-register--ecomus-light .dark-layout {
    padding: 0;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__discovery-main {
    padding: clamp(58px, 6vw, 86px) 0 0;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__discovery-shell {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    padding: 0;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__discovery-shell > .avelle-fashion6-footer__watermark {
    display: none;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__discovery-grid {
    align-items: start;
    display: grid;
    gap: clamp(26px, 3vw, 46px);
    grid-template-columns: minmax(235px, 1.15fr) repeat(3, minmax(130px, .8fr)) minmax(270px, 1.08fr);
}

.avelle-footer-register--ecomus-light .avelle-footer-register__brand-panel,
.avelle-footer-register--ecomus-light .avelle-footer-register__nav,
.avelle-footer-register--ecomus-light .avelle-footer-newsletter {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--avelle-footer-ink);
    padding: 0;
}

.avelle-footer-register--ecomus-light .avelle-fashion6-footer__wordmark {
    color: var(--avelle-footer-ink);
    display: inline-flex;
    font-family: var(--avl-font-heading, "Avelle Archivo", Arial, sans-serif);
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 22px;
    text-decoration: none;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__brand-panel p {
    color: var(--avelle-footer-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 22px;
    max-width: 310px;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__brand-panel ul {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__brand-panel li,
.avelle-footer-register--ecomus-light .avelle-footer-register__brand-panel a {
    color: var(--avelle-footer-muted);
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__trust-pills {
    display: none;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__nav h4,
.avelle-footer-register--ecomus-light .avelle-footer-newsletter h4 {
    color: var(--avelle-footer-ink);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 25px;
    text-transform: none;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__nav ul {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__nav a {
    color: var(--avelle-footer-muted);
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    overflow-wrap: normal;
    text-decoration: none;
    text-transform: none;
    transition: color .18s ease;
}

.avelle-footer-register--ecomus-light a:hover,
.avelle-footer-register--ecomus-light a:focus-visible {
    color: var(--avelle-footer-ink) !important;
}

.avelle-footer-register--ecomus-light .avelle-footer-newsletter__form > input[type="email"] {
    border-color: var(--avelle-footer-line) !important;
    border-radius: 30px !important;
    display: block !important;
}

footer.avelle-footer-register--ecomus-light .avelle-footer-newsletter form.avelle-footer-newsletter__form.subscribe-form > input#avelle-footer-newsletter-email {
    border-color: var(--avelle-footer-line) !important;
    border-radius: 30px !important;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__discovery-social {
    align-items: center;
    border-top: 1px solid var(--avelle-footer-line);
    color: var(--avelle-footer-muted);
    display: flex;
    gap: 18px;
    justify-content: flex-start;
    margin-top: 46px;
    padding: 24px 0;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__discovery-social > span {
    color: var(--avelle-footer-muted);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__discovery-social > div {
    display: flex;
    gap: 8px;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__discovery-social a {
    align-items: center;
    background: var(--avelle-footer-field-bg);
    border: 1px solid var(--avelle-footer-line);
    border-radius: 50%;
    color: var(--avelle-footer-ink);
    display: inline-flex;
    font-size: 0;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    text-decoration: none;
    transition: border-color .18s ease, color .18s ease;
    width: 42px;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__discovery-social a::first-letter {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__discovery-social a:hover,
.avelle-footer-register--ecomus-light .avelle-footer-register__discovery-social a:focus-visible {
    border-color: var(--avelle-footer-ink);
}

.avelle-footer-register--ecomus-light .sub-footer {
    border-top: 1px solid var(--avelle-footer-line);
    padding: 22px 0 calc(22px + env(safe-area-inset-bottom, 0px));
}

.avelle-footer-register--ecomus-light .avelle-footer-register__bottom,
.avelle-footer-register--ecomus-light .avelle-footer-compliance {
    align-items: center;
    border: 0;
    color: var(--avelle-footer-muted);
    display: grid;
    gap: 14px 24px;
    grid-template-columns: minmax(220px, 1fr) minmax(300px, auto);
    margin: 0;
    padding: 0;
    text-align: left;
}

.avelle-footer-register--ecomus-light .avelle-footer-register__bottom > p,
.avelle-footer-register--ecomus-light .avelle-footer-legal-company {
    color: var(--avelle-footer-muted) !important;
    font-size: 13px !important;
    grid-column: 1;
    line-height: 1.45 !important;
    margin: 0 !important;
    max-width: none;
    text-align: left;
}

.avelle-footer-register--ecomus-light .avelle-footer-payment-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
}

.avelle-footer-register--ecomus-light .avelle-footer-processor-row {
    align-items: center;
    display: flex;
    gap: 12px;
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-end;
}

.avelle-footer-register--ecomus-light .avelle-footer-compliance__label,
.avelle-footer-register--ecomus-light .avelle-footer-compliance__withdrawal,
.avelle-footer-register--ecomus-light .avelle-footer-compliance__card {
    background: var(--avelle-footer-field-bg);
    border: 1px solid var(--avelle-footer-line);
    border-radius: 8px;
    color: var(--avelle-footer-ink) !important;
    min-height: 32px;
}

.avelle-footer-register--ecomus-light .avelle-footer-compliance__label {
    font-size: 10px;
    letter-spacing: .08em;
    padding: 0 8px;
}

.avelle-footer-register--ecomus-light .avelle-footer-compliance__withdrawal {
    font-size: 10px;
    padding: 0 12px;
}

.avelle-footer-register--ecomus-light .avelle-footer-compliance__card {
    font-size: 10px;
    min-width: 64px;
    padding: 0 10px;
}

.avelle-footer-register--ecomus-light .avelle-footer-compliance__netopia-chip {
    background: transparent;
    border: 0;
    border-radius: 0;
    min-height: 0;
    padding: 0;
}

.avelle-footer-register--ecomus-light .avelle-footer-compliance__netopia {
    height: auto;
    max-width: 128px;
    width: 128px;
}

.avelle-footer-register--ecomus-light .avelle-footer-anpc-sal img {
    display: block;
    height: auto;
    max-width: 160px;
    width: 160px;
}

@media (max-width: 1199px) {
    .avelle-footer-register--ecomus-light .avelle-footer-register__discovery-grid {
        grid-template-columns: minmax(240px, 1fr) repeat(2, minmax(145px, .8fr));
    }

    .avelle-footer-register--ecomus-light .avelle-footer-newsletter {
        grid-column: 1 / -1;
        max-width: 520px;
    }

    .avelle-footer-register--ecomus-light .avelle-footer-register__bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .avelle-footer-register--ecomus-light .avelle-footer-register__bottom > p,
.avelle-footer-register--ecomus-light .avelle-footer-legal-company,
.avelle-footer-register--ecomus-light .avelle-footer-payment-row,
.avelle-footer-register--ecomus-light .avelle-footer-processor-row {
        grid-column: 1;
        justify-content: center;
        text-align: center;
    }

    .avelle-footer-register--ecomus-light .avelle-footer-payment-row,
.avelle-footer-register--ecomus-light .avelle-footer-processor-row {
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    .avelle-footer-register--ecomus-light .avelle-footer-register__discovery-main {
        padding: 42px 0 0;
    }

    .avelle-footer-register--ecomus-light .avelle-footer-register__discovery-grid {
        gap: 26px;
        grid-template-columns: 1fr;
    }

    .avelle-footer-register--ecomus-light .avelle-fashion6-footer__wordmark {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .avelle-footer-register--ecomus-light .avelle-footer-register__nav h4,
.avelle-footer-register--ecomus-light .avelle-footer-newsletter h4 {
        margin-bottom: 14px;
    }

    .avelle-footer-register--ecomus-light .avelle-footer-register__nav ul {
        gap: 9px;
    }

    .avelle-footer-register--ecomus-light .avelle-footer-register__discovery-social {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 32px;
    }

}

html:root body:has(.avelle-fashion6-products) .avelle-fashion6-banner-mosaic > .container,
html:root body:has(.avelle-fashion6-products) .avelle-product-section-heading,
html:root body:has(.avelle-fashion6-products) .avelle-fashion6-products > .container,
html:root body:has(.avelle-fashion6-products-sidebar) .avelle-fashion6-products-sidebar > .container,
html:root body .avelle-fashion6-blog > .container {
    box-sizing: border-box !important;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: var(--avl-container) !important;
    padding-right: var(--avl-gutter) !important;
    padding-left: var(--avl-gutter) !important;
    width: 100% !important;
}
