body:has(.avelle-fashion6-products) .avelle-fashion6-products,
body:has(.avelle-fashion6-products-sidebar) .avelle-fashion6-products-sidebar {
    --avl-product-card-bg: var(--avl-surface);
}

.avelle-fashion6-products .theme-product-6,
.avelle-fashion6-products-sidebar .theme-product-6 {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 0;
    background: transparent;
}

body .avelle-fashion6-products.ratio_square .theme-product-6 .img-wrapper,
body .avelle-fashion6-products-sidebar.ratio_square .theme-product-6 .img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4 !important;
    height: auto !important;
    overflow: hidden;
    background: var(--avl-product-card-bg);
}

body .avelle-fashion6-products.ratio_square .theme-product-6 .img-wrapper::before,
body .avelle-fashion6-products-sidebar.ratio_square .theme-product-6 .img-wrapper::before {
    padding-top: 133.333333% !important;
}

body .avelle-fashion6-products.ratio_square .theme-product-6 .img-wrapper > a,
body .avelle-fashion6-products-sidebar.ratio_square .theme-product-6 .img-wrapper > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

body .avelle-fashion6-products.ratio_square .theme-product-6 .img-wrapper img,
body .avelle-fashion6-products-sidebar.ratio_square .theme-product-6 .img-wrapper img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    transition: opacity var(--avl-dur, .24s) var(--avl-ease, ease), transform var(--avl-dur, .24s) var(--avl-ease, ease);
}

.avelle-fashion6-products .theme-product-6:hover .img-wrapper img,
.avelle-fashion6-products-sidebar .theme-product-6:hover .img-wrapper img {
    transform: scale(1.025);
}

body .avelle-fashion6-products.ratio_square .theme-product-6 .img-wrapper img.avelle-product-card__hover-image,
body .avelle-fashion6-products-sidebar.ratio_square .theme-product-6 .img-wrapper img.avelle-product-card__hover-image {
    position: absolute;
    inset: 0;
    opacity: 0;
}

body .avelle-fashion6-products.ratio_square .theme-product-6:hover .img-wrapper img.avelle-product-card__hover-image,
body .avelle-fashion6-products-sidebar.ratio_square .theme-product-6:hover .img-wrapper img.avelle-product-card__hover-image {
    opacity: 1;
}

.avelle-fashion6-products .theme-product-6 .cart-info,
.avelle-fashion6-products-sidebar .theme-product-6 .cart-info {
    left: 50%;
    right: auto;
    bottom: 28px;
    top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 44px;
    padding: 0 10px;
    gap: 0;
    transform: translateX(-50%) translateY(10px);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 38px rgba(18, 18, 18, 0.12);
    opacity: 0;
    visibility: hidden;
}

.avelle-fashion6-products .theme-product-6:hover .cart-info,
.avelle-fashion6-products-sidebar .theme-product-6:hover .cart-info {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}

.avelle-fashion6-products .theme-product-6 .cart-info a,
.avelle-fashion6-products-sidebar .theme-product-6 .cart-info a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--avl-ink, #121212);
    background: transparent;
    border: 0;
}

.avelle-fashion6-products .theme-product-6 .cart-info a:hover,
.avelle-fashion6-products-sidebar .theme-product-6 .cart-info a:hover {
    color: var(--avl-ink, #121212);
    background: #f2eee7;
}

.avelle-fashion6-products .theme-product-6 .product-detail,
.avelle-fashion6-products-sidebar .theme-product-6 .product-detail {
    padding-top: 16px;
    text-align: left;
}

.avelle-fashion6-products .theme-product-6 .product-title,
.avelle-fashion6-products-sidebar .theme-product-6 .product-title {
    display: -webkit-box;
    min-height: 44px;
    overflow: hidden;
    color: var(--avl-ink, #121212);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.avelle-fashion6-products .theme-product-6 .rating-w-count,
.avelle-fashion6-products-sidebar .theme-product-6 .rating-w-count {
    margin-top: 8px;
    color: #9a8b78;
}

.avelle-fashion6-products .theme-product-6 .price,
.avelle-fashion6-products-sidebar .theme-product-6 .price {
    margin-top: 6px;
    color: var(--avl-ink, #121212);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
}

.avelle-fashion6-products .theme-product-6 .addtocart_btn,
.avelle-fashion6-products-sidebar .theme-product-6 .addtocart_btn {
    margin-top: 14px;
}

.avelle-fashion6-products .theme-product-6 .add-button,
.avelle-fashion6-products-sidebar .theme-product-6 .add-button {
    min-width: 148px;
    min-height: 42px;
    padding: 0 22px;
    border: 1px solid var(--avl-ink, #121212);
    color: var(--avl-ink, #121212);
    background: transparent;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 42px;
    text-align: center;
}

.avelle-fashion6-products .theme-product-6 .add-button:hover,
.avelle-fashion6-products-sidebar .theme-product-6 .add-button:hover {
    color: var(--avl-bg, #fff);
    background: var(--avl-ink, #121212);
}

@media (max-width: 767.98px) {
    .avelle-fashion6-products .theme-product-6 .cart-info,
    .avelle-fashion6-products-sidebar .theme-product-6 .cart-info {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%);
    }
}

.avelle-lookbook-offer {
    padding: clamp(48px, 5vw, 80px) 0;
    background: var(--avl-bg, #fff);
}

.avelle-lookbook-offer__grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) minmax(320px, 1.15fr) minmax(220px, 0.72fr);
    align-items: center;
    gap: clamp(32px, 5vw, 72px);
}

.avelle-lookbook-offer__copy {
    max-width: 380px;
}

.avelle-lookbook-offer__copy p {
    margin: 0 0 14px;
    color: var(--avl-muted, #716a62);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.avelle-lookbook-offer__copy h2 {
    margin: 0;
    color: var(--avl-ink, #121212);
    font-size: clamp(2.8rem, 5.2vw, 5.8rem);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.avelle-lookbook-offer__copy div {
    margin-top: 22px;
    color: var(--avl-text, #3d3934);
    font-size: 1rem;
    line-height: 1.75;
}

.avelle-lookbook-offer__copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 32px;
    padding: 0 28px;
    color: var(--avl-bg, #fff);
    background: var(--avl-ink, #121212);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.avelle-lookbook-offer__image {
    margin: 0;
    overflow: hidden;
    background: var(--avl-surface);
}

.avelle-lookbook-offer__image--primary {
    aspect-ratio: 4 / 5;
}

.avelle-lookbook-offer__image--secondary {
    aspect-ratio: 4 / 5.35;
    max-width: 330px;
    justify-self: end;
}

.avelle-lookbook-offer__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 991.98px) {
    .avelle-lookbook-offer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .avelle-lookbook-offer__copy {
        grid-column: 1 / -1;
        max-width: 680px;
    }
}

@media (max-width: 575.98px) {
    .avelle-lookbook-offer__grid {
        grid-template-columns: 1fr;
    }

    .avelle-lookbook-offer__image--secondary {
        max-width: none;
        justify-self: stretch;
    }
}

.avelle-featured-collection {
    padding: clamp(64px, 7vw, 112px) 0;
    background: var(--avl-surface, #faf8f3);
}

.avelle-featured-collection__header {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.56fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: end;
    margin-bottom: clamp(34px, 5vw, 62px);
}

.avelle-featured-collection__header p {
    margin: 0 0 12px;
    color: var(--avl-accent, #8a6a37);
    font-size: var(--avl-t-xs, 0.75rem);
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.avelle-featured-collection__header h2 {
    max-width: 820px;
    margin: 0;
    color: var(--avl-ink, #121212);
    font-size: clamp(2.25rem, 4.7vw, 5.2rem);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 0.98;
}

.avelle-featured-collection__header span {
    display: block;
    color: var(--avl-muted, #716a62);
    font-size: var(--avl-t-sm, 0.9375rem);
    line-height: 1.7;
}

.avelle-featured-collection__header a {
    display: inline-flex;
    margin-top: 22px;
    color: var(--avl-ink, #121212);
    font-size: var(--avl-t-xs, 0.75rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-transform: uppercase;
}

.avelle-featured-collection__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.32fr);
    gap: clamp(24px, 3vw, 44px);
}

.avelle-featured-collection__products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 30px);
}

.avelle-featured-collection__products .theme-product-6 {
    height: 100%;
    background: #fff;
}

body .avelle-featured-collection .theme-product-6 .img-wrapper {
    aspect-ratio: 3 / 4 !important;
    height: auto !important;
    min-height: 0 !important;
    background: var(--avl-surface);
}

body .avelle-featured-collection .theme-product-6 .img-wrapper::before {
    display: none !important;
    content: none !important;
}

body .avelle-featured-collection .theme-product-6 .img-wrapper > a {
    position: static !important;
    display: block;
    width: 100%;
    height: 100%;
}

body .avelle-featured-collection .theme-product-6 .img-wrapper img,
body .avelle-featured-collection .theme-product-6 .img-wrapper .img-fluid,
body .avelle-featured-collection.ratio_square .theme-product-6 .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center top !important;
}

.avelle-featured-collection__story {
    position: sticky;
    top: 112px;
    display: block;
    align-self: start;
    min-height: 100%;
    overflow: hidden;
    color: var(--avl-bg, #fff);
    background: var(--avl-ink, #121212);
}

.avelle-featured-collection__story img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center top;
    opacity: 0.78;
}

.avelle-featured-collection__story span {
    position: absolute;
    right: 22px;
    bottom: 24px;
    left: 22px;
    display: grid;
    gap: 10px;
}

.avelle-featured-collection__story em {
    font-size: var(--avl-t-xs, 0.75rem);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.avelle-featured-collection__story strong {
    max-width: 280px;
    font-size: clamp(1.25rem, 2vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1.05;
}

@media (max-width: 1199.98px) {
    .avelle-featured-collection__layout {
        grid-template-columns: 1fr;
    }

    .avelle-featured-collection__story {
        position: relative;
        top: auto;
    }

    .avelle-featured-collection__story img {
        min-height: 420px;
    }
}

@media (max-width: 991.98px) {
    .avelle-featured-collection__header,
    .avelle-featured-collection__products {
        grid-template-columns: 1fr 1fr;
    }

    .avelle-featured-collection__header > div:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .avelle-featured-collection__header,
    .avelle-featured-collection__products {
        grid-template-columns: 1fr;
    }
}

.avelle-social-proof {
    padding: clamp(70px, 8vw, 128px) 0;
    background: var(--avl-bg, #fff);
}

.avelle-social-proof .container {
    display: grid;
    grid-template-columns: minmax(250px, 0.35fr) minmax(0, 1fr);
    gap: clamp(34px, 5vw, 76px);
    align-items: center;
}

.avelle-social-proof__intro p {
    margin: 0 0 12px;
    color: var(--avl-accent, #8a6a37);
    font-size: var(--avl-t-xs, 0.75rem);
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.avelle-social-proof__intro h2 {
    margin: 0;
    color: var(--avl-ink, #121212);
    font-size: clamp(2.2rem, 4vw, 4.5rem);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1;
}

.avelle-social-proof__intro span {
    display: block;
    max-width: 360px;
    margin-top: 22px;
    color: var(--avl-muted, #716a62);
    font-size: var(--avl-t-sm, 0.9375rem);
    line-height: 1.75;
}

.avelle-social-proof__intro a {
    display: inline-flex;
    margin-top: 28px;
    color: var(--avl-ink, #121212);
    font-size: var(--avl-t-xs, 0.75rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-transform: uppercase;
}

.avelle-social-proof__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(10px, 1.2vw, 18px);
}

.avelle-social-proof__tile {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--avl-surface);
}

.avelle-social-proof__tile--wide {
    grid-column: span 2;
    aspect-ratio: 8 / 5;
}

.avelle-social-proof__tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform var(--avl-dur, .24s) var(--avl-ease, ease);
}

.avelle-social-proof__tile span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 7px 10px;
    color: var(--avl-ink, #121212);
    background: rgba(255, 255, 255, 0.86);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.avelle-social-proof__tile:hover img {
    transform: scale(1.035);
}

@media (max-width: 991.98px) {
    .avelle-social-proof .container {
        grid-template-columns: 1fr;
    }

    .avelle-social-proof__intro span {
        max-width: 620px;
    }
}

@media (max-width: 575.98px) {
    .avelle-social-proof__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .avelle-social-proof__tile--wide {
        grid-column: span 2;
    }
}

/* Avelle catalog listing cards: use the same controlled image behavior as homepage rails. */
.avelle-multikart-collection .avelle-catalog-product {
    height: 100%;
    border: 1px solid var(--avl-line, #e6e1d8);
    background: #fff;
    padding: 12px;
}

.avelle-multikart-collection .avelle-catalog-product .img-wrapper {
    position: relative;
    aspect-ratio: 3 / 4;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    background: var(--avl-surface);
}

.avelle-multikart-collection .avelle-catalog-product .img-wrapper > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.avelle-multikart-collection .avelle-catalog-product .img-wrapper img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    transition: opacity var(--avl-dur, .24s) var(--avl-ease, ease), transform var(--avl-dur, .24s) var(--avl-ease, ease);
}

body .collection-product-wrapper .basic-product.theme-product-6.avelle-catalog-product .img-wrapper img {
    object-fit: cover !important;
    object-position: center top !important;
}

.avelle-multikart-collection .avelle-catalog-product .img-wrapper img.avelle-product-card__hover-image {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.avelle-multikart-collection .avelle-catalog-product:hover .img-wrapper img.avelle-product-card__hover-image {
    opacity: 1;
}

.avelle-multikart-collection .avelle-catalog-product:hover .img-wrapper img {
    transform: scale(1.015);
}

.avelle-multikart-collection .avelle-catalog-product .cart-info {
    left: 50%;
    right: auto;
    bottom: 28px;
    top: auto;
    transform: translateX(-50%) translateY(12px);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--avl-dur, .24s) var(--avl-ease, ease), transform var(--avl-dur, .24s) var(--avl-ease, ease);
}

.avelle-multikart-collection .avelle-catalog-product:hover .cart-info {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}

.avelle-multikart-collection .avelle-catalog-product__swatches {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 18px;
    margin-top: 9px;
}

.avelle-multikart-collection .avelle-catalog-product__swatch {
    display: inline-flex;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(18, 18, 18, .16);
    border-radius: 999px;
    background: var(--avelle-swatch-color, #d8d2c8);
    box-shadow: inset 0 0 0 2px #fff;
}

.avelle-multikart-collection .avelle-catalog-product__swatch-more {
    color: var(--avl-muted, #6b655c);
    font-size: var(--avl-t-2xs, .6875rem);
    font-weight: 700;
    line-height: 1;
}

/* PDP accordion: loaded after avelle.css, so this keeps the Multikart parity rules authoritative. */
body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-detail__gallery .avelle-product-gallery .slider-nav img.img-fluid,
body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-detail__gallery .avelle-product-gallery .slider-nav img,
body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-gallery-thumbnails img,
body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-gallery-thumbnails .slider-nav img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-detail__purchase-row button.avelle-product-detail__button:not(.avelle-product-detail__button--whatsapp) {
    background: var(--theme-color, var(--avl-ink)) !important;
    border-color: var(--theme-color, var(--avl-ink)) !important;
    color: var(--avl-bg) !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-detail__purchase-row .avelle-product-detail__button--whatsapp {
    background: var(--avl-bg) !important;
    border-color: var(--theme-color, var(--avl-ink)) !important;
    color: var(--theme-color, var(--avl-ink)) !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__purchase-row {
    align-items: stretch !important;
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__purchase-row .avelle-product-detail__button {
    align-items: center !important;
    display: inline-flex !important;
    font-size: clamp(11px, .72vw, 12px) !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
    min-width: 0 !important;
    padding-inline: 12px !important;
    text-align: center !important;
    white-space: nowrap !important;
    width: 100% !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__variations {
    display: grid !important;
    gap: 16px !important;
    margin-top: 18px !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__variations .attribute-swatches-wrapper {
    align-items: center !important;
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    margin: 0 !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__variations .bb-product-attribute-swatch-title {
    font-size: 13px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-transform: none !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__variations .attribute-swatch {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__variations .attribute-swatch-item input {
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 1px !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__variations .text-swatches-wrapper label {
    align-items: center !important;
    background: var(--avl-bg) !important;
    border: 1px solid var(--avl-line) !important;
    color: var(--avl-ink) !important;
    display: inline-flex !important;
    height: 38px !important;
    justify-content: center !important;
    min-width: 38px !important;
    padding: 0 12px !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__variations .text-swatches-wrapper .attribute-swatch-item:has(input:checked) label,
body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__variations .text-swatches-wrapper input:checked + label {
    background: var(--avl-ink) !important;
    border-color: var(--avl-ink) !important;
    color: var(--avl-bg) !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__variations .visual-swatches-wrapper label {
    align-items: center !important;
    background: var(--avl-bg) !important;
    border: 1px solid var(--avl-line) !important;
    color: var(--avl-ink) !important;
    display: inline-flex !important;
    height: 38px !important;
    justify-content: center !important;
    min-width: 38px !important;
    padding: 0 !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__variations .visual-swatches-wrapper .bb-product-attribute-swatch-display {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 1px var(--avl-line) !important;
    display: block !important;
    height: 28px !important;
    width: 18px !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__variations .visual-swatches-wrapper .attribute-swatch-item:has(input:checked) label,
body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-form-inline .avelle-product-detail__variations .visual-swatches-wrapper input:checked + label {
    background: var(--avl-bg) !important;
    border-color: var(--avl-ink) !important;
    color: var(--avl-ink) !important;
}

body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-detail__purchase-row button.avelle-product-detail__button:not(.avelle-product-detail__button--whatsapp):hover,
body.single-product .avelle-pdp-mode[data-avelle-pdp-layout="accordion"] .avelle-product-detail__purchase-row .avelle-product-detail__button--whatsapp:hover {
    background: var(--avl-ink) !important;
    border-color: var(--avl-ink) !important;
    color: var(--avl-bg) !important;
}

body:has(.avelle-fashion6-hero) .avelle-fashion6-products .basic-product.theme-product-6 .cart-info,
body:has(.avelle-fashion6-hero) .avelle-fashion6-products-sidebar .basic-product.theme-product-6 .cart-info {
    display: none !important;
}
