.aeta-product-award,
.aeta-product-notice,
.aeta-configuration-summary,
.aeta-product-tabs {
    box-sizing: border-box;
    width: 100%;
    color: #111;
}

.aeta-product-award {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 10px 14px;
    border: 1px solid #d4d4d4;
    background: #f7f7f7;
}

.aeta-product-award__image {
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.aeta-product-award__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aeta-product-award__title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
}

.aeta-product-notice {
    padding: 20px 22px;
    border-radius: 24px;
    background: #f2f2f2;
}

.aeta-product-notice__title {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 700;
}

.aeta-product-notice__text,
.aeta-product-notice__text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.aeta-configuration-summary {
    overflow: hidden;
    border: 1px solid #111;
    border-radius: 0 0 22px 22px;
    background: #fff;
}

.aeta-configuration-summary__title {
    padding: 14px 16px;
    color: #fff;
    background: #111;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.aeta-configuration-summary__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aeta-configuration-summary__item {
    min-width: 0;
    padding: 14px 16px 16px;
    border-right: 1px solid #d6d6d6;
}

.aeta-configuration-summary__item:last-child {
    border-right: 0;
}

.aeta-configuration-summary__item span,
.aeta-configuration-summary__item strong {
    display: block;
}

.aeta-configuration-summary__item span {
    margin-bottom: 5px;
    color: #666;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .03em;
}

.aeta-configuration-summary__item strong {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aeta-dynamic-subtitle {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

/* ==========================================================
   AETA PRODUCT TABS
   ========================================================== */

/* Elementor wrappers */
.aeta-product-tabs-section {
    box-sizing: border-box;
    width: 100vw !important;
    max-width: none !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 40px clamp(16px, 3vw, 40px) !important;
    background: #f4f4f4 !important;
}

.aeta-product-tabs-slot {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 1440px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    background: #fff !important;
}

.aeta-product-tabs-slot > .e-con-inner,
.aeta-product-tabs-slot .elementor-widget-shortcode,
.aeta-product-tabs-slot .elementor-widget-container,
.elementor-widget-shortcode:has(.aeta-product-tabs),
.elementor-widget-shortcode:has(.aeta-product-tabs) > .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.aeta-product-tabs {
    overflow: hidden;
    background: #fff;
}

.aeta-product-tabs__nav-wrap {
    overflow-x: auto;
    border-bottom: 1px solid #d9d9d9;
    scrollbar-width: none;
}

.aeta-product-tabs__nav-wrap::-webkit-scrollbar {
    display: none;
}

.aeta-product-tabs__nav {
    display: flex;
    align-items: stretch;
    gap: 34px;
    min-width: max-content;
    padding: 0 40px;
}

.aeta-product-tabs__button {
    position: relative;
    appearance: none;
    min-height: 72px;
    padding: 0 4px;
    color: #686868;
    background: transparent;
    border: 0;
    border-radius: 0;
    font: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    cursor: pointer;
    box-shadow: none;
    white-space: nowrap;
}

.aeta-product-tabs__button::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #111;
    content: '';
    opacity: 0;
    transform: scaleX(.7);
    transform-origin: center;
    transition: opacity 150ms ease, transform 180ms cubic-bezier(.4, 0, .2, 1);
}

.aeta-product-tabs__button:hover,
.aeta-product-tabs__button:focus-visible,
.aeta-product-tabs__button.is-active {
    color: #111;
    background: transparent;
}

.aeta-product-tabs__button.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.aeta-product-tabs__button:focus-visible {
    outline: 2px solid #111;
    outline-offset: -2px;
}

.aeta-product-tabs__panel[hidden] {
    display: none !important;
}

.aeta-product-tabs__overview {
    display: grid;
    grid-template-columns: minmax(0, 60%) minmax(360px, 40%);
    min-height: 580px;
    background: #fff;
}

.aeta-product-tabs__overview.has-no-image {
    grid-template-columns: 1fr;
}

.aeta-product-tabs__overview-copy {
    align-self: start;
    min-width: 0;
    padding: 58px 54px 56px 40px;
}

.aeta-product-tabs__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
}

.aeta-product-tabs__family {
    color: #111;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .01em;
}

.aeta-product-tabs__sku {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    color: #fff;
    background: #111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.aeta-product-tabs__overview-title {
    max-width: 820px;
    margin: 0 0 27px;
    color: #111;
    font-size: clamp(40px, 2.85vw, 52px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.aeta-product-tabs__overview-text {
    max-width: 820px;
    color: #333;
    font-size: 16px;
    line-height: 1.58;
}

.aeta-product-tabs__overview-text p {
    margin: 0 0 14px;
}

.aeta-product-tabs__overview-text p:last-child {
    margin-bottom: 0;
}

.aeta-product-tabs__overview-media {
    position: relative;
    min-width: 0;
    min-height: 580px;
    margin: 0;
    overflow: hidden;
    background: #f3f3f3;
}

.aeta-product-tabs__overview-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
}

.aeta-product-tabs__accordion {
    margin-top: 34px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    background: #fff;
}

.aeta-product-tabs__accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    min-height: 64px;
    padding: 17px 22px;
    color: #111;
    background: #fff;
    border: 0;
    border-radius: 0;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    box-shadow: none;
}

.aeta-product-tabs__accordion-button:hover,
.aeta-product-tabs__accordion-button:focus {
    color: #111;
    background: #fff;
}

.aeta-product-tabs__accordion-button:focus-visible {
    outline: 2px solid #111;
    outline-offset: -2px;
}

.aeta-product-tabs__accordion-icon {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
}

.aeta-product-tabs__accordion-icon::before,
.aeta-product-tabs__accordion-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #111;
    content: '';
    transform: translate(-50%, -50%);
    transition: transform 220ms cubic-bezier(.22,.61,.36,1), opacity 160ms ease;
}

.aeta-product-tabs__accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.aeta-product-tabs__accordion.is-open .aeta-product-tabs__accordion-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

/* Înălțimea este controlată exact din JS, după conținutul real. */
.aeta-product-tabs__accordion-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition:
        height 240ms cubic-bezier(.22,.61,.36,1),
        opacity 180ms ease,
        transform 240ms cubic-bezier(.22,.61,.36,1),
        visibility 0s linear 240ms;
}

.aeta-product-tabs__accordion.is-open .aeta-product-tabs__accordion-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
        height 240ms cubic-bezier(.22,.61,.36,1),
        opacity 180ms ease 25ms,
        transform 240ms cubic-bezier(.22,.61,.36,1),
        visibility 0s linear 0s;
}

.aeta-product-tabs__accordion-inner {
    margin: 0 20px 20px;
    padding: 20px 22px;
    color: #333;
    background: #f4f4f4;
    font-size: 14px;
    line-height: 1.6;
}

.aeta-product-tabs__accordion-inner p {
    margin: 0 0 14px;
}

.aeta-product-tabs__accordion-inner p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   TAB: DETALII PRIVIND PRODUSUL
   ========================================================== */

.aeta-product-tabs__details {
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(360px, 42%);
    gap: 64px;
    min-height: 390px;
    padding: 66px 40px 62px;
    background: #fff;
}

.aeta-product-tabs__details.has-no-accordions {
    grid-template-columns: 1fr;
}

.aeta-product-tabs__details-copy {
    min-width: 0;
    max-width: 800px;
}

.aeta-product-tabs__details-text {
    color: #333;
    font-size: 16px;
    line-height: 1.65;
}

.aeta-product-tabs__details-text p {
    margin: 0 0 25px;
}

.aeta-product-tabs__details-text p:last-child {
    margin-bottom: 0;
}

.aeta-product-tabs__details-configuration {
    margin: 28px 0 0;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.aeta-product-tabs__details-configuration-label {
    margin-right: 5px;
}

.aeta-product-tabs__details-configuration strong {
    color: #333;
    font-weight: 700;
}

.aeta-product-tabs__details-accordions {
    align-self: start;
    min-width: 0;
    border: 1px solid #d7d7d7;
    background: #fff;
}

.aeta-product-tabs__details-accordions .aeta-product-tabs__accordion {
    margin-top: 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
}

.aeta-product-tabs__details-accordions .aeta-product-tabs__accordion:last-child {
    border-bottom: 0;
}

.aeta-product-tabs__details-accordions .aeta-product-tabs__accordion-button {
    min-height: 68px;
    padding: 18px 24px;
}

.aeta-product-tabs__details-accordions .aeta-product-tabs__accordion-inner {
    margin: 0 18px 18px;
    padding: 20px;
}



/* ==========================================================
   TAB: MĂSURĂTORI
   ========================================================== */

.aeta-product-tabs__measurements {
    display: grid;
    grid-template-columns: minmax(0, 55%) minmax(420px, 45%);
    gap: 54px;
    min-height: 560px;
    padding: 58px 40px 54px;
    background: #fff;
}

.aeta-product-tabs__measurements.has-no-image {
    grid-template-columns: 1fr;
}

.aeta-product-tabs__measurements-visual {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 0;
}

.aeta-product-tabs__measurements-award {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 22%;
    width: 72px;
    height: 72px;
}

.aeta-product-tabs__measurements-award img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aeta-product-tabs__measurements-media {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
}

.aeta-product-tabs__measurements-media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 0;
    object-fit: contain;
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    transition: opacity 120ms ease;
}

.aeta-product-tabs__measurements-note {
    width: 100%;
    max-width: none;
    margin: 18px 0 0;
    color: #656565;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

.aeta-product-tabs__measurements-card {
    align-self: center;
    min-width: 0;
    border: 1px solid #d5d5d5;
    background: #fff;
}

.aeta-product-tabs__measurements-card-title {
    min-height: 76px;
    padding: 25px 28px;
    color: #111;
    border-bottom: 1px solid #d8d8d8;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
}

.aeta-product-tabs__measurements-current {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    margin: 24px;
    padding: 20px 24px;
    background: #f4f4f4;
}

.aeta-product-tabs__measurements-current-item {
    display: grid;
    grid-template-columns: minmax(80px, auto) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 48px;
    border-bottom: 1px solid #d6d6d6;
}

.aeta-product-tabs__measurements-current-item:nth-last-child(-n+2) {
    border-bottom: 0;
}

.aeta-product-tabs__measurements-current-item span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.aeta-product-tabs__measurements-current-item strong {
    overflow: hidden;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aeta-product-tabs__measurements-family.aeta-product-tabs__accordion {
    margin: 0;
    border: 0;
    border-top: 1px solid #d8d8d8;
}

.aeta-product-tabs__measurements-family .aeta-product-tabs__accordion-button {
    min-height: 70px;
    padding: 20px 28px;
}

.aeta-product-tabs__measurements-family-inner {
    margin: 0 20px 20px;
    padding: 14px 24px 18px;
    background: #f4f4f4;
}

.aeta-product-tabs__measurements-family-head,
.aeta-product-tabs__measurements-family-row {
    display: grid;
    grid-template-columns: minmax(90px, .8fr) minmax(70px, .55fr) minmax(170px, 1.65fr);
    gap: 18px;
    align-items: center;
}

.aeta-product-tabs__measurements-family-head {
    padding: 0 0 8px;
    color: #777;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.aeta-product-tabs__measurements-family-row {
    min-height: 48px;
    padding: 10px 0;
    color: #333;
    border-top: 1px solid #d6d6d6;
    font-size: 13px;
    line-height: 1.35;
}

.aeta-product-tabs__measurements-family-row.is-current {
    margin: 0 -12px;
    padding-right: 12px;
    padding-left: 12px;
    background: #e8e8e8;
}

.aeta-product-tabs__measurements-family-row strong {
    color: #111;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .aeta-product-tabs-section {
        padding: 28px 20px !important;
    }

    .aeta-product-tabs__nav {
        gap: 24px;
        padding: 0 24px;
    }

    .aeta-product-tabs__overview,
    .aeta-product-tabs__details {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .aeta-product-tabs__details {
        gap: 34px;
        padding: 46px 28px;
    }

    .aeta-product-tabs__overview-copy {
        padding: 42px 28px;
    }

    .aeta-product-tabs__overview-media {
        min-height: 0;
    }

    .aeta-product-tabs__overview-media img {
        position: static;
        aspect-ratio: 1 / 1;
        height: auto;
    }
}

@media (max-width: 767px) {
    .aeta-product-tabs-section {
        padding: 20px 0 !important;
    }

    .aeta-product-award {
        min-height: 56px;
        padding: 8px 12px;
    }

    .aeta-product-notice {
        padding: 16px;
        border-radius: 18px;
    }

    .aeta-configuration-summary__title {
        padding: 12px 14px;
    }

    .aeta-configuration-summary__item {
        padding: 12px 10px 14px;
    }

    .aeta-configuration-summary__item strong {
        font-size: 14px;
    }

    .aeta-product-tabs__nav {
        gap: 20px;
        padding: 0 18px;
    }

    .aeta-product-tabs__button {
        min-height: 62px;
        font-size: 14px;
    }

    .aeta-product-tabs__overview-copy {
        padding: 34px 18px 28px;
    }

    .aeta-product-tabs__details {
        gap: 28px;
        padding: 34px 18px;
    }

    .aeta-product-tabs__details-text,
    .aeta-product-tabs__details-configuration {
        font-size: 15px;
    }

    .aeta-product-tabs__eyebrow {
        margin-bottom: 18px;
    }

    .aeta-product-tabs__overview-title {
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 1.08;
    }

    .aeta-product-tabs__overview-text {
        font-size: 15px;
    }

    .aeta-product-tabs__accordion {
        margin-top: 26px;
    }

    .aeta-product-tabs__accordion-button {
        min-height: 58px;
        padding: 15px 16px;
    }

    .aeta-product-tabs__accordion-inner {
        margin: 0 12px 12px;
        padding: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aeta-product-tabs__button::after,
    .aeta-product-tabs__accordion-icon::before,
    .aeta-product-tabs__accordion-icon::after,
    .aeta-product-tabs__accordion-content {
        transition: none !important;
    }
}


@media (max-width: 1024px) {
    .aeta-product-tabs__measurements {
        grid-template-columns: 1fr;
        gap: 34px;
        min-height: 0;
        padding: 46px 28px;
    }

    .aeta-product-tabs__measurements-visual {
        min-height: 0;
    }

    .aeta-product-tabs__measurements-award {
        right: 24%;
    }
}

@media (max-width: 767px) {
    .aeta-product-tabs__measurements {
        gap: 24px;
        padding: 32px 18px;
    }

    .aeta-product-tabs__measurements-visual {
        min-height: 0;
        padding: 0;
    }

    .aeta-product-tabs__measurements-media {
        min-height: 0;
    }

    .aeta-product-tabs__measurements-media img {
        width: 100%;
        max-width: 100%;
        max-height: none;
    }

    .aeta-product-tabs__measurements-award {
        top: 0;
        right: 12%;
        width: 58px;
        height: 58px;
    }

    .aeta-product-tabs__measurements-card-title {
        min-height: 64px;
        padding: 20px;
        font-size: 16px;
    }

    .aeta-product-tabs__measurements-current {
        grid-template-columns: 1fr;
        gap: 0;
        margin: 16px;
        padding: 10px 18px;
    }

    .aeta-product-tabs__measurements-current-item,
    .aeta-product-tabs__measurements-current-item:nth-last-child(-n+2) {
        border-bottom: 1px solid #d6d6d6;
    }

    .aeta-product-tabs__measurements-current-item:last-child {
        border-bottom: 0;
    }

    .aeta-product-tabs__measurements-family .aeta-product-tabs__accordion-button {
        padding: 18px 20px;
    }

    .aeta-product-tabs__measurements-family-inner {
        margin: 0 12px 12px;
        padding: 8px 14px 14px;
        overflow-x: auto;
    }

    .aeta-product-tabs__measurements-family-head,
    .aeta-product-tabs__measurements-family-row {
        grid-template-columns: 74px 62px minmax(160px, 1fr);
        min-width: 340px;
        gap: 12px;
    }
}

/* ==========================================================
   INCLUDED IN PRICE TAB — exact configuration components
   ========================================================== */

.aeta-product-tabs__included {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr);
    min-height: 560px;
}

.aeta-product-tabs__included.has-no-image {
    grid-template-columns: minmax(0, 1fr);
}

.aeta-product-tabs__included-list {
    padding: clamp(34px, 4vw, 64px);
}

.aeta-product-tabs__included-intro {
    margin-bottom: 28px;
    color: #333;
    font-size: 15px;
    line-height: 1.65;
}

.aeta-product-tabs__included-intro p:last-child {
    margin-bottom: 0;
}

.aeta-product-tabs__included-cards {
    display: grid;
    gap: 14px;
}

.aeta-product-tabs__included-card {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) 48px;
    align-items: center;
    min-height: 128px;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.aeta-product-tabs__included-card[hidden],
.aeta-product-tabs__included-hotspot[hidden] {
    display: none !important;
}

.aeta-product-tabs__included-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 14px;
}

.aeta-product-tabs__included-card-image img {
    display: block;
    width: 86px;
    height: 86px;
    object-fit: contain;
}

.aeta-product-tabs__included-card-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 16px 12px;
}

.aeta-product-tabs__included-card-role {
    color: #777;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.aeta-product-tabs__included-card-copy strong {
    color: #111;
    font-size: 14px;
    line-height: 1.35;
}

.aeta-product-tabs__included-card-price {
    margin-top: 8px;
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.aeta-product-tabs__included-card-price .woocommerce-Price-currencySymbol {
    font-size: .55em;
}

.aeta-product-tabs__included-card-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 12px;
}

.aeta-product-tabs__included-card-action .button {
    display: grid !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    place-items: center;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 20px;
    line-height: 1;
}

.aeta-product-tabs__included-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    background: #fff;
}

.aeta-product-tabs__included-media {
    display: block;
    width: 100%;
    margin: 0;
}

/*
 * The stage is the exact rendered image box. The overlay uses the same box,
 * so percentage coordinates stay attached to the image on every breakpoint.
 */
.aeta-product-tabs__included-stage {
    position: relative;
    display: block;
    width: 100%;
    line-height: 0;
}

.aeta-product-tabs__included-stage > img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    object-fit: contain;
}

.aeta-product-tabs__included-hotspots {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

html body .aeta-product-tabs__included-hotspot {
    position: absolute;
    display: block !important;
    box-sizing: border-box !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate(-50%, -50%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111 !important;
    box-shadow: none !important;
    line-height: 1 !important;
    appearance: none;
    pointer-events: auto;
}

html body .aeta-product-tabs__included-hotspot:hover,
html body .aeta-product-tabs__included-hotspot:focus,
html body .aeta-product-tabs__included-hotspot:focus-visible,
html body .aeta-product-tabs__included-hotspot:active {
    transform: translate(-50%, -50%) !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    box-shadow: none !important;
    outline: none !important;
}

html body .aeta-product-tabs__included-hotspot::before,
html body .aeta-product-tabs__included-hotspot::after {
    display: none !important;
    content: none !important;
}

.aeta-product-tabs__included-hotspot-label {
    position: absolute;
    bottom: calc(100% + 9px);
    left: 50%;
    z-index: 2;
    box-sizing: border-box;
    width: max-content;
    min-width: 120px;
    max-width: min(280px, calc(100vw - 40px));
    padding: 8px 12px;
    transform: translateX(-50%);
    border: 0;
    border-radius: 0;
    background: #fff !important;
    color: #111 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    text-align: center;
    pointer-events: none;
}

.aeta-product-tabs__included-hotspot-dot {
    position: absolute;
    inset: 0;
    display: block;
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    border: 9px solid #111;
    border-radius: 50%;
    background: #fff;
}

@media (max-width: 1024px) {
    .aeta-product-tabs__included {
        grid-template-columns: 1fr;
    }

    .aeta-product-tabs__included-visual {
        order: -1;
    }
}

@media (max-width: 767px) {
    .aeta-product-tabs__included-list {
        padding: 24px 18px 32px;
    }

    .aeta-product-tabs__included-card {
        grid-template-columns: 82px minmax(0, 1fr) 44px;
        min-height: 104px;
    }

    .aeta-product-tabs__included-card-image img {
        width: 68px;
        height: 68px;
    }

    .aeta-product-tabs__included-visual {
        min-height: 0;
    }

    .aeta-product-tabs__included-hotspot-label {
        display: none;
    }
}


/* ==========================================================
   PĂRERI DE PREZENTARE
   ========================================================== */
.aeta-product-reviews {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
    width: 100%;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #111;
}

.aeta-product-reviews__main {
    min-width: 0;
    padding: clamp(34px, 4vw, 54px);
    background: #f3f3f3;
}

.aeta-product-reviews__header {
    margin-bottom: 34px;
}

.aeta-product-reviews__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #666;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.aeta-product-reviews__header h2 {
    margin: 0;
    color: #111;
    font-size: clamp(32px, 3.2vw, 50px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -.035em;
}

.aeta-product-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.aeta-product-reviews__grid--extra {
    padding-top: 18px;
}

.aeta-product-reviews__extra {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 300ms cubic-bezier(.4, 0, .2, 1), opacity 180ms ease;
}

.aeta-product-reviews__extra[hidden] {
    display: none !important;
}

.aeta-product-reviews__card {
    display: flex;
    min-height: 280px;
    flex-direction: column;
    padding: 28px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    background: #fff;
}

.aeta-product-reviews__card h3 {
    margin: 0 0 24px;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

.aeta-product-reviews__card-rating {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 14px;
}

.aeta-product-reviews__card-rating > strong {
    font-size: 12px;
}

.aeta-product-reviews__stars {
    display: inline-flex;
    gap: 1px;
    color: #d4d4d4;
    font-size: 20px;
    line-height: 1;
}

.aeta-product-reviews__stars .is-filled {
    color: #111;
}

.aeta-product-reviews__card-content {
    color: #333;
    font-size: 14px;
    line-height: 1.55;
}

.aeta-product-reviews__card-content p {
    margin: 0 0 12px;
}

.aeta-product-reviews__card footer {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 14px;
    padding-top: 24px;
    color: #666;
    font-size: 11px;
    line-height: 1.4;
}

.aeta-product-reviews__demo-badge {
    font-weight: 700;
}

.aeta-product-reviews__disclosure {
    margin: 24px 0 0;
    color: #666;
    font-size: 10px;
    line-height: 1.45;
}

.aeta-product-reviews__summary {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 44px;
    justify-content: center;
    padding: 48px 42px;
    border-left: 1px solid #d7d7d7;
    background: #fff;
}

.aeta-product-reviews__summary > div {
    display: grid;
    gap: 10px;
}

.aeta-product-reviews__summary > div > span:last-child {
    color: #555;
    font-size: 13px;
}

.aeta-product-reviews__average,
.aeta-product-reviews__count {
    color: #111;
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.04em;
}

html body .aeta-product-reviews__toggle {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 52px !important;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
    border: 1px solid #111 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
}

html body .aeta-product-reviews__toggle:hover,
html body .aeta-product-reviews__toggle:focus {
    background: #111 !important;
    color: #fff !important;
    box-shadow: none !important;
}

@media (max-width: 1100px) {
    .aeta-product-reviews {
        grid-template-columns: 1fr;
    }

    .aeta-product-reviews__summary {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
        border-top: 1px solid #d7d7d7;
        border-left: 0;
    }

    .aeta-product-reviews__toggle {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .aeta-product-reviews__grid {
        grid-template-columns: 1fr;
    }

    .aeta-product-reviews__card {
        min-height: 0;
    }
}

@media (max-width: 560px) {
    .aeta-product-reviews__main,
    .aeta-product-reviews__summary {
        padding: 28px 20px;
    }

    .aeta-product-reviews__summary {
        grid-template-columns: 1fr;
    }

    .aeta-product-reviews__toggle {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aeta-product-reviews__extra {
        transition: none;
    }
}


/* ==========================================================
   PRODUCT COMPONENTS — dynamic by selected model/dimension
   ========================================================== */

.aeta-product-components {
    --aeta-components-image-zoom: 1.04;
    width: 100%;
    padding: 42px 0 34px;
    color: #111;
}

.aeta-product-components__header {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 46px;
    align-items: start;
    margin-bottom: 26px;
}

.aeta-product-components__eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #666;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.aeta-product-components__header h2 {
    margin: 0;
    color: #111;
    font-size: clamp(34px, 2.8vw, 46px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.045em;
}

.aeta-product-components__intro {
    max-width: 620px;
    justify-self: end;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 1.5;
}

.aeta-product-components__intro p {
    margin: 0;
}

.aeta-product-components__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: #111 #e8e8e8;
    -webkit-overflow-scrolling: touch;
}

.aeta-product-components__viewport::-webkit-scrollbar {
    height: 8px;
}

.aeta-product-components__viewport::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 999px;
}

.aeta-product-components__viewport::-webkit-scrollbar-thumb {
    background: #111;
    border-radius: 999px;
}

.aeta-product-components__track {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: clamp(320px, 26.5vw, 410px);
    gap: 20px;
    width: max-content;
    min-width: 100%;
    padding-bottom: 18px;
}

.aeta-product-components__card {
    display: flex;
    min-width: 242px;
    min-height: 0;
    flex-direction: column;
    scroll-snap-align: start;
}

.aeta-product-components__card[hidden] {
    display: none !important;
}

.aeta-product-components__media {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #dedede;
    background: #fff;
    color: inherit;
    cursor: default;
    user-select: none;
}

.aeta-product-components__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    transition: transform 260ms cubic-bezier(.2,.65,.3,1);
}

.aeta-product-components.is-zoom-enabled .aeta-product-components__card:hover .aeta-product-components__media img,
.aeta-product-components.is-zoom-enabled .aeta-product-components__card:focus-within .aeta-product-components__media img {
    transform: scale(var(--aeta-components-image-zoom, 1.04));
}

.aeta-product-components__badge {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 6px 11px;
    background: #111;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .03em;
}

.aeta-product-components__copy {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    padding: 15px 0 0;
}

.aeta-product-components__family {
    margin-bottom: 8px;
    color: #111;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.aeta-product-components__copy h3 {
    margin: 0 0 9px;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
}

.aeta-product-components__copy p {
    min-height: 36px;
    margin: 0;
    color: #555;
    font-size: 11.5px;
    line-height: 1.5;
}

.aeta-product-components__purchase {
    margin-top: 14px;
}

.aeta-product-components__buy-row {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 64px;
}

html body .aeta-product-components__cart {
    display: inline-flex !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid #111 !important;
    border-radius: 999px !important;
    background: #111 !important;
    color: #fff !important;
    box-shadow: none !important;
}

html body .aeta-product-components__cart:hover,
html body .aeta-product-components__cart:focus {
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
}

html body .aeta-product-components__cart.is-disabled,
html body .aeta-product-components__cart:disabled {
    cursor: not-allowed !important;
    opacity: .38 !important;
    background: #111 !important;
    color: #fff !important;
}

.aeta-product-components__cart svg {
    width: 24px;
    height: 24px;
}

.aeta-product-components__price {
    color: #111;
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.035em;
}

.aeta-product-components__price del {
    color: #888;
    font-size: .58em;
    font-weight: 500;
}

.aeta-product-components__price ins {
    text-decoration: none;
}

.aeta-product-components__price .woocommerce-Price-currencySymbol {
    font-size: .48em;
    font-weight: 700;
    letter-spacing: 0;
}

.aeta-product-components__stock {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 24px;
    margin-top: 8px;
    color: #666;
    font-size: 12px;
    line-height: 1.35;
}

.aeta-product-components__stock > span {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: #999;
}

.aeta-product-components__stock.is-in-stock > span {
    background: #18a52a;
}

.aeta-product-components__stock.is-out-of-stock > span {
    background: #c7352d;
}

.aeta-product-components__empty {
    margin: 20px 0 0;
    padding: 22px;
    border: 1px solid #dedede;
    color: #666;
    text-align: center;
}

.aeta-product-components__empty[hidden] {
    display: none !important;
}

@media (max-width: 1024px) {
    .aeta-product-components__header {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .aeta-product-components__intro {
        max-width: none;
        justify-self: stretch;
    }

    .aeta-product-components__track {
        grid-auto-columns: minmax(250px, 42vw);
    }
}

@media (max-width: 640px) {
    .aeta-product-components {
        padding: 38px 0 28px;
    }

    .aeta-product-components__header {
        margin-bottom: 26px;
    }

    .aeta-product-components__eyebrow {
        margin-bottom: 14px;
    }

    .aeta-product-components__header h2 {
        font-size: 42px;
    }

    .aeta-product-components__track {
        grid-auto-columns: 82vw;
        gap: 14px;
    }

    .aeta-product-components__copy p {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aeta-product-components__media img {
        transition: none;
    }
}


/* ==========================================================
   PRODUCT INSPIRATION GALLERY
   ========================================================== */

.aeta-product-inspiration {
    width: 100%;
    padding: 56px 0 48px;
    background: #f4f4f4;
    color: #111;
    box-shadow: 0 0 0 100vmax #f4f4f4;
    clip-path: inset(0 -100vmax);
}

.aeta-product-inspiration__header {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 48px;
    align-items: start;
    margin-bottom: 34px;
}

.aeta-product-inspiration__eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #666;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.aeta-product-inspiration__header h2 {
    margin: 0;
    color: #111;
    font-size: clamp(38px, 3.3vw, 54px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.045em;
}

.aeta-product-inspiration__intro {
    max-width: 600px;
    justify-self: end;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.aeta-product-inspiration__intro p {
    margin: 0;
}

.aeta-product-inspiration__gallery-title {
    margin: 0 0 24px;
    color: #111;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
}

.aeta-product-inspiration__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: #111 #dedede;
    -webkit-overflow-scrolling: touch;
}

.aeta-product-inspiration__viewport::-webkit-scrollbar {
    height: 7px;
}

.aeta-product-inspiration__viewport::-webkit-scrollbar-track {
    background: #dedede;
    border-radius: 999px;
}

.aeta-product-inspiration__viewport::-webkit-scrollbar-thumb {
    background: #111;
    border-radius: 999px;
}

.aeta-product-inspiration__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 310px;
    gap: 18px;
    width: max-content;
    min-width: 100%;
    padding-bottom: 16px;
}

.aeta-product-inspiration__card {
    width: 310px;
    margin: 0;
    background: #fff;
    scroll-snap-align: start;
}

.aeta-product-inspiration__media {
    width: 310px;
    height: 310px;
    overflow: hidden;
    background: #fff;
}

.aeta-product-inspiration__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 300ms cubic-bezier(.2,.65,.3,1);
}

.aeta-product-inspiration__card:hover .aeta-product-inspiration__media img,
.aeta-product-inspiration__card:focus-within .aeta-product-inspiration__media img {
    transform: none;
}

.aeta-product-inspiration__card figcaption {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    min-height: 72px;
    padding: 15px 18px 17px;
}

.aeta-product-inspiration__card figcaption span {
    color: #777;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

.aeta-product-inspiration__card figcaption strong {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 1024px) {
    .aeta-product-inspiration__header {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .aeta-product-inspiration__intro {
        max-width: none;
        justify-self: stretch;
    }
    .aeta-product-inspiration__track {
        grid-auto-columns: 310px;
    }
}

@media (max-width: 640px) {
    .aeta-product-inspiration {
        padding: 40px 0 32px;
    }
    .aeta-product-inspiration__header {
        margin-bottom: 26px;
    }
    .aeta-product-inspiration__header h2 {
        font-size: 40px;
    }
    .aeta-product-inspiration__gallery-title {
        margin-bottom: 18px;
        font-size: 21px;
    }
    .aeta-product-inspiration__track {
        grid-auto-columns: 310px;
        gap: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aeta-product-inspiration__media img {
        transition: none;
    }
}


/* ==========================================================
   SIZE COMPARISON
   ========================================================== */

.aeta-size-comparison {
    width: 100%;
    padding: 54px 0 28px;
    border-top: 1px solid #dedede;
    color: #111;
}

.aeta-size-comparison__header {
    margin-bottom: 42px;
}

.aeta-size-comparison__eyebrow,
.aeta-size-explorer__eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #666;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.aeta-size-comparison__header h2,
.aeta-size-explorer__header h2 {
    margin: 0;
    color: #111;
    font-size: clamp(38px, 3.4vw, 56px);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.aeta-size-comparison__viewport {
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.aeta-size-comparison__table {
    width: 100%;
    min-width: 1120px;
    border-collapse: collapse;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.aeta-size-comparison__table th,
.aeta-size-comparison__table td {
    padding: 22px 20px;
    border-bottom: 1px solid #d8d8d8;
    color: #444;
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
    vertical-align: middle;
}

.aeta-size-comparison__table th {
    background: #f4f4f4;
    color: #5d5d5d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.aeta-size-comparison__table tbody tr {
    transition: background-color 180ms ease;
}

.aeta-size-comparison__table tbody tr:hover,
.aeta-size-comparison__table tbody tr.is-current {
    background: #eeeeec;
}

html body .aeta-size-comparison__table button {
    display: inline !important;
    min-height: 0 !important;
    padding: 0 0 2px !important;
    border: 0 !important;
    border-bottom: 1px solid currentColor !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #444 !important;
    box-shadow: none !important;
    font: inherit !important;
    font-weight: 700 !important;
    text-transform: none !important;
    cursor: pointer !important;
}

.aeta-size-comparison__note {
    margin: 14px 0 0;
    color: #666;
    font-size: 11px;
    line-height: 1.5;
}

/* ==========================================================
   SIZE EXPLORER
   ========================================================== */

.aeta-size-explorer {
    width: 100%;
    padding: 64px 0 54px;
    color: #111;
}

.aeta-size-explorer__header {
    margin-bottom: 44px;
}

.aeta-size-explorer__intro {
    max-width: 680px;
    margin-top: 20px;
    color: #5b5b5b;
    font-size: 14px;
    line-height: 1.55;
}

.aeta-size-explorer__intro p {
    margin: 0;
}

.aeta-size-explorer__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: #111 #e7e7e7;
    -webkit-overflow-scrolling: touch;
}

.aeta-size-explorer__track {
    display: grid;
    grid-template-columns: repeat(var(--aeta-size-count), minmax(210px, 1fr));
    gap: 18px;
    min-width: max(100%, calc(var(--aeta-size-count) * 210px + (var(--aeta-size-count) - 1) * 18px));
    padding-bottom: 14px;
}

.aeta-size-explorer__card {
    min-width: 0;
    border: 1px solid transparent;
    background: #fff;
    transition: border-color 180ms ease;
}

.aeta-size-explorer__card.is-current {
    border-color: #111;
}

html body .aeta-size-explorer__card > button {
    display: flex !important;
    width: 100% !important;
    min-height: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    text-align: left !important;
    text-transform: none !important;
    cursor: pointer !important;
}

.aeta-size-explorer__media {
    position: relative;
    display: flex;
    width: 100%;
    height: 245px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.aeta-size-explorer__media > img:not(.aeta-size-explorer__award img) {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 260ms cubic-bezier(.2,.65,.3,1);
}

.aeta-size-explorer__card:hover .aeta-size-explorer__media > img,
.aeta-size-explorer__card:focus-within .aeta-size-explorer__media > img {
    transform: scale(1.035);
}

.aeta-size-explorer__award {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    display: block;
    width: 30px;
    height: 30px;
}

.aeta-size-explorer__award img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aeta-size-explorer__copy {
    padding: 18px 16px 20px;
}

.aeta-size-explorer__copy h3 {
    margin: 0 0 8px;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.aeta-size-explorer__copy p {
    margin: 0;
    color: #666;
    font-size: 12px;
    line-height: 1.45;
}

@media (max-width: 640px) {
    .aeta-size-comparison,
    .aeta-size-explorer {
        padding-top: 42px;
    }

    .aeta-size-comparison__header h2,
    .aeta-size-explorer__header h2 {
        font-size: 40px;
    }

    .aeta-size-explorer__track {
        grid-template-columns: repeat(var(--aeta-size-count), 78vw);
        min-width: max-content;
        gap: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aeta-size-comparison__table tbody tr,
    .aeta-size-explorer__card,
    .aeta-size-explorer__media > img {
        transition: none;
    }
}


/* Elementor Free — empty state shown only inside the editor. */
.aeta-elementor-empty-notice {
    width: 100%;
    padding: 24px;
    border: 1px dashed #b9bec7;
    border-radius: 6px;
    background: #f7f8fa;
    color: #30343b;
    font-size: 13px;
    line-height: 1.5;
}

.aeta-elementor-empty-notice strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
}

.aeta-elementor-empty-notice p {
    margin: 0;
}

/* Elementor: legendă flexibilă când numerotarea sau titlul sunt ascunse. */
.aeta-product-inspiration__card figcaption > strong:only-child,
.aeta-product-inspiration__card figcaption > span:only-child {
    grid-column: 1 / -1;
}

/* AETA image loading: reserved frames + short reveal, without loading all media eagerly. */
html.aeta-smooth-images-enabled .aeta-product-tabs__overview-media,
html.aeta-smooth-images-enabled .aeta-product-tabs__measurements-media,
html.aeta-smooth-images-enabled .aeta-product-tabs__included-stage,
html.aeta-smooth-images-enabled .aeta-product-components__media,
html.aeta-smooth-images-enabled .aeta-product-inspiration__media,
html.aeta-smooth-images-enabled .aeta-size-explorer__media {
    background: #f3f3f3;
    overflow: hidden;
}

html.aeta-smooth-images-enabled img[data-aeta-image-reveal] {
    opacity: 0;
    transition: opacity 180ms ease;
}

html.aeta-smooth-images-enabled img[data-aeta-image-reveal].is-loaded {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    html.aeta-smooth-images-enabled img[data-aeta-image-reveal] {
        transition: none;
    }
}


/* ==========================================================
   AETA 0.6.4 — PRICE TYPOGRAPHY
   Partea întreagă rămâne dominantă; zecimalele și moneda sunt
   ridicate și micșorate uniform în toate prețurile paginii produs.
   ========================================================== */
.single-product .woocommerce-Price-amount,
.single-product .woocommerce-Price-amount bdi {
    white-space: nowrap;
}

.single-product .woocommerce-Price-amount .aeta-price-minor,
.single-product .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    display: inline-block;
    font-size: .43em !important;
    font-weight: inherit !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    vertical-align: top !important;
    position: relative;
    top: .08em;
}

.single-product .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-left: .14em;
}

.single-product del .woocommerce-Price-amount .aeta-price-minor,
.single-product del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: .62em !important;
}


/* ==========================================================
   AETA COMING SOON / PRE-LAUNCH
   ========================================================== */
.single-product.aeta-coming-soon-product .elementor-widget-woocommerce-product-price,
.single-product.aeta-coming-soon-product .elementor-widget-woocommerce-product-add-to-cart,
.single-product.aeta-coming-soon-product .aeta-native-configurator,
.single-product.aeta-coming-soon-product form.cart,
.single-product.aeta-coming-soon-product .aeta-configuration-summary {
    display: none !important;
}

.aeta-coming-soon {
    box-sizing: border-box;
    width: 100%;
    margin: 18px 0 0;
    color: #111;
}

.aeta-coming-soon__heading {
    margin: 0 0 28px;
    color: #111;
    font-size: clamp(30px, 3.1vw, 44px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.025em;
}

.aeta-coming-soon__panel {
    padding: 26px 28px;
    border-radius: 24px;
    background: #f2f2f2;
}

.aeta-coming-soon__panel-title {
    margin: 0 0 8px;
    color: #111;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.aeta-coming-soon__text,
.aeta-coming-soon__text p {
    margin: 0;
    color: #222;
    font-size: 14px;
    line-height: 1.5;
}

.aeta-coming-soon__form {
    margin-top: 18px;
}

.aeta-coming-soon__form-row {
    display: flex;
    width: 100%;
    min-height: 50px;
}

.aeta-coming-soon__email {
    flex: 1 1 auto;
    min-width: 0;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 1px solid #bdbdbd !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #111 !important;
    font-size: 15px !important;
}

.aeta-coming-soon__email:focus {
    border-color: #111 !important;
    outline: 0;
}

.aeta-coming-soon__button {
    flex: 0 0 auto;
    min-width: 124px;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: #111 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 48px !important;
    text-transform: none !important;
}

.aeta-coming-soon__button:hover,
.aeta-coming-soon__button:focus {
    background: #2a2a2a !important;
    color: #fff !important;
}

.aeta-coming-soon__button:disabled {
    cursor: wait;
    opacity: .62;
}

.aeta-coming-soon__feedback {
    min-height: 18px;
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.4;
}

.aeta-coming-soon__feedback.is-success { color: #147b2a; }
.aeta-coming-soon__feedback.is-error { color: #b42318; }
.aeta-coming-soon__trap {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.aeta-coming-soon-subtitle {
    max-width: 620px;
}

@media (max-width: 767px) {
    .aeta-coming-soon__heading {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .aeta-coming-soon__panel {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .aeta-coming-soon__form-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .aeta-coming-soon__email {
        border-right: 1px solid #bdbdbd !important;
    }

    .aeta-coming-soon__button {
        width: 100%;
    }
}

/* ==========================================================
   AETA 0.8.1 — requested frontend-only refinements
   ========================================================== */
.aeta-product-award__images{
    display:inline-flex;
    align-items:center;
    gap:8px;
    flex:0 0 auto;
}
.aeta-product-tabs__included-card{
    transition:border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.aeta-product-tabs__included-card.is-hotspot-highlight{
    border-color:#111;
    box-shadow:inset 0 0 0 1px #111;
}
html body .aeta-product-tabs__included-hotspot.is-active .aeta-product-tabs__included-hotspot-dot{
    transform:scale(1.06);
}
.aeta-product-tabs__included-card-action .button.is-disabled,
.aeta-product-tabs__included-card-action .button:disabled,
html body .aeta-product-components__cart.is-disabled,
html body .aeta-product-components__cart:disabled{
    cursor:not-allowed!important;
    opacity:1!important;
    background:#c8c8c8!important;
    border-color:#c8c8c8!important;
    color:#fff!important;
    box-shadow:none!important;
}
@media (max-width:767px){
    .aeta-product-tabs__included-hotspot.is-active .aeta-product-tabs__included-hotspot-label{
        display:block;
        max-width:min(210px, calc(100vw - 32px));
        white-space:normal;
        overflow-wrap:anywhere;
        text-align:center;
    }
}


/* 0.8.3 — Accordion file attachment */
.aeta-accordion-file {display:flex;align-items:center;gap:12px;width:100%;margin-top:22px;padding:15px 17px;border:1px solid #d8d8d8;background:#fff;color:#111;text-decoration:none !important;transition:border-color .18s ease,background-color .18s ease;}
.aeta-accordion-file:hover,.aeta-accordion-file:focus-visible {border-color:#111;background:#f7f7f7;}
.aeta-accordion-file__icon {display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:#111;color:#fff;font-size:16px;}
.aeta-accordion-file__icon svg {display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.aeta-accordion-file__label {min-width:0;flex:1 1 auto;font-weight:700;overflow-wrap:anywhere;}
.aeta-accordion-file__type {flex:0 0 auto;color:#666;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;}
@media (max-width:767px){.aeta-accordion-file{padding:13px 14px;gap:10px}.aeta-accordion-file__type{display:none}}


/* ==========================================================
   0.8.3.8 — CUM SE POATE CUMPĂRA
   IKEA-inspired compact purchase information below Add to cart
   ========================================================== */

.aeta-purchase-options {
    flex: 0 0 100%;
    width: 100%;
    margin: 18px 0 0;
    color: #111;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .aeta-purchase-options,
form.cart .aeta-purchase-options {
    flex-basis: 100%;
    max-width: 100%;
}

.aeta-purchase-options__title {
    margin: 0 0 9px;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.aeta-purchase-options__box {
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-radius: 11px;
    background: #fff;
}

.aeta-purchase-options__row {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    min-height: 62px;
    padding: 13px 15px;
    color: #111;
    background: #fff;
}

.aeta-purchase-options__box > .aeta-purchase-options__row + .aeta-purchase-options__row,
.aeta-purchase-options__box > .aeta-purchase-options__row + .aeta-purchase-options__retailers,
.aeta-purchase-options__box > .aeta-purchase-options__retailers + .aeta-purchase-options__row,
.aeta-purchase-options__retailers {
    border-top: 1px solid #dedede;
}

.aeta-purchase-options__box > .aeta-purchase-options__retailers:first-child {
    border-top: 0;
}

.aeta-purchase-options__icon {
    display: grid;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    place-items: center;
}

.aeta-purchase-options__icon svg {
    display: block;
    width: 22px;
    height: 22px;
}

.aeta-purchase-options__copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.aeta-purchase-options__copy > strong {
    color: #111;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.aeta-purchase-options__status {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #414141;
    font-size: 12px;
    line-height: 1.35;
}

.aeta-purchase-options__status > i {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #138a36;
}

.aeta-purchase-options__copy > small {
    margin-top: 1px;
    color: #6b6b6b;
    font-size: 11px;
    line-height: 1.4;
}

.aeta-purchase-options__retailers {
    margin: 0;
    padding: 0;
}

.aeta-purchase-options__retailers > summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
}

.aeta-purchase-options__retailers > summary::-webkit-details-marker {
    display: none;
}

.aeta-purchase-options__row--interactive:hover,
.aeta-purchase-options__row--interactive:focus-visible {
    background: #f7f7f7;
}

.aeta-purchase-options__chevron {
    position: relative;
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.aeta-purchase-options__chevron::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-right: 1.6px solid #111;
    border-bottom: 1.6px solid #111;
    transform: rotate(45deg);
    transition: transform .18s ease, top .18s ease;
}

.aeta-purchase-options__retailers[open] .aeta-purchase-options__chevron::before {
    top: 8px;
    transform: rotate(225deg);
}

.aeta-purchase-options__retailer-list {
    padding: 0 15px 10px 53px;
    background: #fff;
}

.aeta-purchase-options__retailer {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    min-height: 58px;
    padding: 8px 0;
    border-top: 1px solid #ececec;
    color: #111;
    text-decoration: none !important;
}

.aeta-purchase-options__retailer:first-child {
    border-top: 0;
}

.aeta-purchase-options__retailer:hover,
.aeta-purchase-options__retailer:focus-visible {
    color: #111;
    text-decoration: none;
}

.aeta-purchase-options__retailer.is-disabled {
    opacity: .65;
}

.aeta-purchase-options__retailer-logo {
    display: grid;
    width: 54px;
    height: 38px;
    place-items: center;
}

.aeta-purchase-options__retailer-logo img {
    display: block;
    width: auto;
    max-width: 52px;
    height: auto;
    max-height: 34px;
    object-fit: contain;
}

.aeta-purchase-options__retailer > strong {
    min-width: 0;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.aeta-purchase-options__external {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #7a8794;
    line-height: 1;
}

.aeta-purchase-options__external svg {
    display: block;
    width: 18px;
    height: 18px;
}

/* ==========================================================
   0.8.3.8 — PARTNER / SUPPLIER LOGO STRIP
   Appended after Components -> therefore before Galerie in AETA layout
   ========================================================== */

.aeta-partner-strip {
    width: 100%;
    padding: 28px 0 42px;
    color: #111;
    background: #fff;
}

.aeta-partner-strip__header {
    margin-bottom: 20px;
}

.aeta-partner-strip__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #747474;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.aeta-partner-strip__header h2 {
    margin: 0;
    color: #111;
    font-size: clamp(25px, 2.2vw, 34px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.aeta-partner-strip__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.aeta-partner-strip__viewport::-webkit-scrollbar {
    display: none;
}

.aeta-partner-strip__track {
    display: flex;
    width: max-content;
    min-width: 100%;
    gap: 14px;
    align-items: center;
}

.aeta-partner-strip__logo {
    display: grid;
    flex: 0 0 auto;
    width: clamp(130px, 12vw, 185px);
    height: 82px;
    padding: 15px 18px;
    place-items: center;
    border: 1px solid #e5e5e5;
    background: #fff;
    text-decoration: none !important;
    transition: border-color .18s ease, background-color .18s ease;
}

.aeta-partner-strip__logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 48px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .58;
    transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.aeta-partner-strip__logo:hover,
.aeta-partner-strip__logo:focus-visible {
    border-color: #b9b9b9;
    background: #fafafa;
}

.aeta-partner-strip__logo:hover img,
.aeta-partner-strip__logo:focus-visible img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.025);
}

@media (max-width: 767px) {
    .aeta-purchase-options {
        margin-top: 16px;
    }

    .aeta-purchase-options__row {
        min-height: 60px;
        padding: 12px 13px;
    }

    .aeta-purchase-options__retailer-list {
        padding-right: 13px;
        padding-left: 49px;
    }

    .aeta-partner-strip {
        padding: 22px 0 34px;
    }

    .aeta-partner-strip__track {
        gap: 10px;
        padding-right: 18px;
    }

    .aeta-partner-strip__logo {
        width: 132px;
        height: 72px;
        padding: 13px 15px;
    }

    .aeta-partner-strip__logo img {
        max-height: 42px;
    }
}


/* ==========================================================
   0.8.3.10 — Purchase UX polish + centered partner network
   ========================================================== */

.aeta-purchase-options__row--link {
    text-decoration: none !important;
    cursor: pointer;
}

.aeta-purchase-options__row--link:hover,
.aeta-purchase-options__row--link:focus-visible {
    color: #111;
    background: #f7f7f7;
    text-decoration: none !important;
}

.aeta-purchase-options__retailer-list {
    height: auto;
    overflow: hidden;
    opacity: 1;
    transition: height .24s cubic-bezier(.22,.61,.36,1), opacity .18s ease, transform .24s cubic-bezier(.22,.61,.36,1);
    transform: translateY(0);
}

.aeta-purchase-options__retailer {
    grid-template-columns: 18px 54px minmax(0, 1fr);
}

.aeta-purchase-options__external {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    color: #7a8794;
    line-height: 1;
    transition: color .18s ease, transform .18s ease, opacity .18s ease;
}

.aeta-purchase-options__external svg {
    display: block;
    width: 18px;
    height: 18px;
}

.aeta-purchase-options__external--empty {
    visibility: hidden;
}

.aeta-purchase-options__retailer:hover .aeta-purchase-options__external,
.aeta-purchase-options__retailer:focus-visible .aeta-purchase-options__external {
    color: #111;
    transform: translate(1px,-1px);
    opacity: 1;
}

.aeta-partner-strip {
    margin-top: 38px;
    padding: 46px 28px 50px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: #f7f7f7;
}

.aeta-partner-strip__header {
    max-width: 760px;
    margin: 0 auto 26px;
    text-align: center;
}

.aeta-partner-strip__eyebrow {
    text-align: center;
}

.aeta-partner-strip__header h2 {
    text-align: center;
}

.aeta-partner-strip__track {
    justify-content: center;
    margin-inline: auto;
}

.aeta-partner-strip__logo {
    background: #fff;
}

@media (max-width: 767px) {
    .aeta-partner-strip {
        margin-top: 28px;
        padding: 34px 18px 38px;
    }

    .aeta-partner-strip__header {
        margin-bottom: 20px;
    }

    .aeta-partner-strip__track {
        padding-right: 0;
    }
}


/* ==========================================================
   0.8.3.12 — SMOOTH COMPONENTS + RESPONSIVE PARTNER GRID
   - Components autoplay uses translate3d in JS for compositor-smooth motion.
   - Partners have no autoplay; <=1024px they become a 4-column grid.
   ========================================================== */

.aeta-product-components__track {
    backface-visibility: hidden;
    transform: translateZ(0);
}

@media (max-width: 1024px) {
    .aeta-product-components__viewport,
    .aeta-product-inspiration__viewport,
    .aeta-size-explorer__viewport {
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }

    .aeta-product-components__viewport::-webkit-scrollbar,
    .aeta-product-inspiration__viewport::-webkit-scrollbar,
    .aeta-size-explorer__viewport::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .aeta-partner-strip__viewport {
        width: 100%;
        overflow: visible;
    }

    .aeta-partner-strip__track {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: 100%;
        min-width: 0;
        gap: 8px;
        align-items: stretch;
        justify-content: initial;
        margin-inline: 0;
        padding-right: 0;
    }

    .aeta-partner-strip__logo {
        width: 100%;
        min-width: 0;
        height: 68px;
        padding: 9px 8px;
    }

    .aeta-partner-strip__logo img {
        max-width: 100%;
        max-height: 38px;
    }
}

@media (max-width: 480px) {
    .aeta-partner-strip {
        padding-right: 12px;
        padding-left: 12px;
    }

    .aeta-partner-strip__track {
        gap: 6px;
    }

    .aeta-partner-strip__logo {
        height: 62px;
        padding: 8px 6px;
    }

    .aeta-partner-strip__logo img {
        max-height: 34px;
    }
}


/* ==========================================================
   0.8.3.13 — FULL-BLEED CONTENT RAILS + CENTERED PARTNER ROWS
   - Components + Inspiration rails span the viewport edge-to-edge.
   - Section headings/intros stay in the original content container.
   - Rail scrollbars are hidden; manual swipe/wheel remains available.
   - Responsive partners remain 4/row, with every incomplete last row centered.
   ========================================================== */

.aeta-product-components,
.aeta-product-inspiration {
    overflow: visible;
}

.aeta-product-components__viewport,
.aeta-product-inspiration__viewport {
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

@supports (width: 100dvw) {
    .aeta-product-components__viewport,
    .aeta-product-inspiration__viewport {
        width: 100dvw;
        margin-right: calc(50% - 50dvw);
        margin-left: calc(50% - 50dvw);
    }
}

.aeta-product-components__viewport::-webkit-scrollbar,
.aeta-product-inspiration__viewport::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.aeta-product-components__track,
.aeta-product-inspiration__track {
    box-sizing: border-box;
    padding-right: clamp(14px, 1.5vw, 28px);
    padding-left: clamp(14px, 1.5vw, 28px);
    backface-visibility: hidden;
    transform: translateZ(0);
}

@media (max-width: 1024px) {
    .aeta-partner-strip__track {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        min-width: 0;
        margin-inline: 0;
        padding-right: 0;
    }

    .aeta-partner-strip__logo {
        flex: 0 0 calc((100% - 24px) / 4);
        width: calc((100% - 24px) / 4);
        max-width: calc((100% - 24px) / 4);
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .aeta-partner-strip__track {
        gap: 6px;
    }

    .aeta-partner-strip__logo {
        flex-basis: calc((100% - 18px) / 4);
        width: calc((100% - 18px) / 4);
        max-width: calc((100% - 18px) / 4);
    }
}


/* ==========================================================
   0.8.3.14 — HARD FULL-BLEED RAIL FIX + CACHE-SAFE BUILD
   CSS fallback pentru wrapper-ele Elementor/WoodMart. JS-ul aplică
   aceleași valori inline la runtime ca ultimă plasă de siguranță.
   ========================================================== */

html body .aeta-product-components__viewport,
html body .aeta-product-inspiration__viewport {
    position: relative !important;
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

@supports (width: 100dvw) {
    html body .aeta-product-components__viewport,
    html body .aeta-product-inspiration__viewport {
        width: 100dvw !important;
        max-width: 100dvw !important;
        margin-left: -50dvw !important;
        margin-right: -50dvw !important;
    }
}

html body .aeta-product-components__viewport::-webkit-scrollbar,
html body .aeta-product-inspiration__viewport::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Elementor nu are voie să taie rail-ul lateral. */
html body .elementor-widget-aeta-product-components,
html body .elementor-widget-aeta-product-inspiration,
html body .elementor-widget-aeta-product-components > .elementor-widget-container,
html body .elementor-widget-aeta-product-inspiration > .elementor-widget-container {
    overflow: visible !important;
}

html body .aeta-product-components__track,
html body .aeta-product-inspiration__track {
    padding-left: clamp(16px, 1.6vw, 32px) !important;
    padding-right: clamp(16px, 1.6vw, 32px) !important;
}

/* Parteneri: 4/rând pe responsive, ultimul rând incomplet centrat. */
@media (max-width: 1024px) {
    html body .aeta-partner-strip__viewport {
        overflow: visible !important;
    }

    html body .aeta-partner-strip__track {
        display: flex !important;
        flex-flow: row wrap !important;
        justify-content: center !important;
        align-items: stretch !important;
        width: 100% !important;
        min-width: 0 !important;
        margin-inline: 0 !important;
        padding: 0 !important;
        gap: 8px !important;
    }

    html body .aeta-partner-strip__logo {
        flex: 0 0 calc((100% - 24px) / 4) !important;
        width: calc((100% - 24px) / 4) !important;
        max-width: calc((100% - 24px) / 4) !important;
        min-width: 0 !important;
    }
}

@media (max-width: 480px) {
    html body .aeta-partner-strip__track {
        gap: 6px !important;
    }

    html body .aeta-partner-strip__logo {
        flex-basis: calc((100% - 18px) / 4) !important;
        width: calc((100% - 18px) / 4) !important;
        max-width: calc((100% - 18px) / 4) !important;
    }
}


/* ==========================================================
   0.8.3.15 — TRUE FULL-BLEED SECTIONS / FIXED CONTENT BOUNDARY
   Elementor "Full Width" fills only its parent. AETA now breaks the
   whole Components/Inspiration section to viewport width, while the
   textual heading/intro remains aligned to the site's 1430px content grid.
   ========================================================== */

html body .aeta-product-components,
html body .aeta-product-inspiration {
    box-sizing: border-box !important;
    position: relative !important;
    left: auto !important;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    overflow: visible !important;
}

@supports (width: 100dvw) {
    html body .aeta-product-components,
    html body .aeta-product-inspiration {
        width: 100dvw !important;
        margin-left: calc(50% - 50dvw) !important;
        margin-right: calc(50% - 50dvw) !important;
    }
}

/* Text stays on the original AETA content grid. */
html body .aeta-product-components__header,
html body .aeta-product-components__empty {
    box-sizing: border-box;
    width: min(calc(100% - 32px), var(--aeta-components-content-max-width, 1430px));
    max-width: var(--aeta-components-content-max-width, 1430px);
    margin-left: auto;
    margin-right: auto;
}

html body .aeta-product-inspiration__header,
html body .aeta-product-inspiration__gallery-title {
    box-sizing: border-box;
    width: min(calc(100% - 32px), var(--aeta-inspiration-content-max-width, 1430px));
    max-width: var(--aeta-inspiration-content-max-width, 1430px);
    margin-left: auto;
    margin-right: auto;
}

/* Preserve the section's own vertical spacing; only rails go edge-to-edge. */
html body .aeta-product-components__viewport,
html body .aeta-product-inspiration__viewport {
    position: relative !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

html body .aeta-product-components__viewport::-webkit-scrollbar,
html body .aeta-product-inspiration__viewport::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Rail begins at the viewport edge. */
html body .aeta-product-components__track,
html body .aeta-product-inspiration__track {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 767px) {
    html body .aeta-product-components__header,
    html body .aeta-product-components__empty,
    html body .aeta-product-inspiration__header,
    html body .aeta-product-inspiration__gallery-title {
        width: calc(100% - 28px);
    }
}


/* ==========================================================
   0.8.3.16 — EDGE GUTTER + IMMEDIATE MOTION POLISH
   Full-bleed remains edge-to-edge, but the first/last card gets a
   small breathing space from the viewport edge on every breakpoint.
   ========================================================== */
html body .aeta-product-components__track,
html body .aeta-product-inspiration__track {
    --aeta-rail-edge-gutter: clamp(16px, 1.25vw, 24px);
    box-sizing: border-box !important;
    padding-left: var(--aeta-rail-edge-gutter) !important;
    padding-right: var(--aeta-rail-edge-gutter) !important;
}

@media (max-width: 767px) {
    html body .aeta-product-components__track,
    html body .aeta-product-inspiration__track {
        --aeta-rail-edge-gutter: 16px;
    }
}


/* ==========================================================
   0.8.3.17 — GLOBAL SMART RAILS / FULL-BLEED PARTNERS / HEADER ALIGNMENT
   Reguli globale, independente de produs:
   - overflow real => autoplay smooth;
   - fără overflow => rail static și centrat;
   - antetele Components/Inspiration au descrierea centrată vertical;
   - Parteneri are fundal full-bleed, conținutul rămâne centrat.
   ========================================================== */

html body .aeta-product-components__track,
html body .aeta-product-inspiration__track {
    --aeta-rail-edge-gutter: clamp(17px, 1.35vw, 26px);
    padding-left: var(--aeta-rail-edge-gutter) !important;
    padding-right: var(--aeta-rail-edge-gutter) !important;
}

/* Când toate cardurile încap, nu lăsăm un început gol și nu pornim motion. */
html body .aeta-product-components.is-aeta-rail-static .aeta-product-components__track,
html body .aeta-product-inspiration.is-aeta-rail-static .aeta-product-inspiration__track {
    width: 100% !important;
    min-width: 100% !important;
    justify-content: center !important;
    transform: none !important;
}

html body .aeta-product-components.is-aeta-rail-overflowing .aeta-product-components__track,
html body .aeta-product-inspiration.is-aeta-rail-overflowing .aeta-product-inspiration__track {
    width: max-content !important;
    min-width: 100% !important;
    justify-content: start !important;
}

/* Header alignment global: descrierea din dreapta se centrează cu blocul titlului. */
@media (min-width: 1025px) {
    html body .aeta-product-components__header,
    html body .aeta-product-inspiration__header {
        align-items: center !important;
    }

    html body .aeta-product-components__intro,
    html body .aeta-product-inspiration__intro {
        align-self: center !important;
    }
}

@media (max-width: 1024px) {
    html body .aeta-product-components__header,
    html body .aeta-product-inspiration__header {
        align-items: start !important;
    }
}

/* Partner strip: fundal/border până la marginile viewport-ului. */
html body .aeta-partner-strip {
    box-sizing: border-box !important;
    position: relative !important;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@supports (width: 100dvw) {
    html body .aeta-partner-strip {
        width: 100dvw !important;
        margin-left: calc(50% - 50dvw) !important;
        margin-right: calc(50% - 50dvw) !important;
    }
}

html body .aeta-partner-strip__viewport {
    box-sizing: border-box !important;
    width: min(calc(100% - 52px), 1430px) !important;
    max-width: 1430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

html body .aeta-partner-strip__track {
    justify-content: center !important;
}

@media (max-width: 767px) {
    html body .aeta-product-components__track,
    html body .aeta-product-inspiration__track {
        --aeta-rail-edge-gutter: 17px;
    }

    html body .aeta-partner-strip {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html body .aeta-partner-strip__viewport {
        width: calc(100% - 24px) !important;
    }
}

/* ==========================================================
   0.8.3.18 — RELIABLE CSS MOTION + EXACT HEADER CENTERING
   Global for Components + Inspiration on every AETA product.
   ========================================================== */

/* A touch more breathing room while keeping the rails full-bleed. */
html body .aeta-product-components__track,
html body .aeta-product-inspiration__track {
    --aeta-rail-edge-gutter: clamp(18px, 1.5vw, 30px);
    padding-left: var(--aeta-rail-edge-gutter) !important;
    padding-right: var(--aeta-rail-edge-gutter) !important;
}

@media (max-width: 767px) {
    html body .aeta-product-components__track,
    html body .aeta-product-inspiration__track {
        --aeta-rail-edge-gutter: 18px;
    }
}

@keyframes aeta-rail-auto-travel {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(var(--aeta-rail-shift, 0px), 0, 0);
    }
}

/* Overflow rails are animated entirely by the browser compositor. */
html body .aeta-product-components.is-aeta-rail-overflowing .aeta-product-components__track,
html body .aeta-product-inspiration.is-aeta-rail-overflowing .aeta-product-inspiration__track {
    animation-name: aeta-rail-auto-travel !important;
    animation-duration: var(--aeta-rail-duration, 14s) !important;
    animation-timing-function: cubic-bezier(.42, 0, .58, 1) !important;
    animation-delay: 0s !important;
    animation-iteration-count: infinite !important;
    animation-direction: alternate !important;
    animation-fill-mode: both !important;
    animation-play-state: paused !important;
    will-change: transform !important;
    backface-visibility: hidden !important;
}

html body .aeta-product-components.is-aeta-rail-overflowing.is-aeta-rail-active:not(.is-aeta-rail-user-paused):not(.is-aeta-rail-card-hovered) .aeta-product-components__track,
html body .aeta-product-inspiration.is-aeta-rail-overflowing.is-aeta-rail-active:not(.is-aeta-rail-user-paused):not(.is-aeta-rail-card-hovered) .aeta-product-inspiration__track {
    animation-play-state: running !important;
}

/* Short lists: no animation, no clipped pseudo-carousel — simply centered. */
html body .aeta-product-components.is-aeta-rail-static .aeta-product-components__track,
html body .aeta-product-inspiration.is-aeta-rail-static .aeta-product-inspiration__track {
    animation: none !important;
    transform: none !important;
    width: 100% !important;
    min-width: 100% !important;
    justify-content: center !important;
}

/*
 * Elementor-generated widget CSS can leave extra row geometry around the
 * two-column header. Neutralise that geometry; JS then performs the final
 * pixel-perfect centering against the visible left title block.
 */
@media (min-width: 1025px) {
    html body .aeta-product-components__header,
    html body .aeta-product-inspiration__header {
        align-items: center !important;
        min-height: 0 !important;
        height: auto !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    html body .aeta-product-components__header > :first-child,
    html body .aeta-product-inspiration__header > :first-child,
    html body .aeta-product-components__intro,
    html body .aeta-product-inspiration__intro {
        align-self: center !important;
    }

    html body .aeta-product-components__intro,
    html body .aeta-product-inspiration__intro {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}


/* ==========================================================
   0.8.3.21 — CONSTANT ULTRA-SLOW MOTION / RELIABLE CARD HOVER
   0.8.3.20 — CARD-ONLY HOVER PAUSE FIX
   0.8.3.19 — ULTRA-SLOW UNIFIED RAILS + HOVER/TOUCH PAUSE
   Same motion rule globally for Components + Inspiration.
   ========================================================== */

/*
 * Keep the same easing on both rails. The actual duration is calculated from
 * one shared 7px/sec velocity in JS, so a short Components rail can no longer
 * race while a longer Inspiration rail appears calm.
 */
html body .aeta-product-components.is-aeta-rail-overflowing .aeta-product-components__track,
html body .aeta-product-inspiration.is-aeta-rail-overflowing .aeta-product-inspiration__track {
    animation-timing-function: linear !important;
}

/*
 * 0.8.3.21 — card hover pause is driven ONLY by the JS class.
 * No :has(:hover): a card sliding beneath a stationary pointer must not freeze
 * the rail before the user intentionally moves onto that card.
 */
@media (hover: hover) and (pointer: fine) {
    html body .aeta-product-components.is-aeta-rail-overflowing.is-aeta-rail-card-hovered .aeta-product-components__track,
    html body .aeta-product-inspiration.is-aeta-rail-overflowing.is-aeta-rail-card-hovered .aeta-product-inspiration__track {
        animation-play-state: paused !important;
    }
}


/* ==========================================================
   0.8.3.22 — MANUAL GRAB / SWIPE WITHOUT VISIBLE SCROLLBAR
   Autoplay remains compositor-driven; users can scrub the same animation
   manually by dragging the cards left/right.
   ========================================================== */
html body .aeta-product-components.is-aeta-rail-overflowing .aeta-product-components__viewport,
html body .aeta-product-inspiration.is-aeta-rail-overflowing .aeta-product-inspiration__viewport {
    cursor: grab;
    touch-action: pan-y pinch-zoom;
    overscroll-behavior-x: contain;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

html body .aeta-product-components.is-aeta-rail-dragging .aeta-product-components__viewport,
html body .aeta-product-inspiration.is-aeta-rail-dragging .aeta-product-inspiration__viewport {
    cursor: grabbing;
}

html body .aeta-product-components__track img,
html body .aeta-product-inspiration__track img {
    -webkit-user-drag: none;
    user-select: none;
}

html body .aeta-product-components__viewport::-webkit-scrollbar,
html body .aeta-product-inspiration__viewport::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* ==========================================================
   0.8.3.23 — COMPONENT ARCHITECTURE / EXACT CONFIG PRIORITY
   Global: exact components first, then a discreet separator and alternatives.
   ========================================================== */
html body .aeta-product-components__separator {
    box-sizing: border-box;
    display: flex;
    width: 112px;
    min-width: 112px;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    padding: 18px 14px;
    color: #727272;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
}

html body .aeta-product-components__separator::before {
    content: "";
    width: 1px;
    height: min(180px, 42%);
    margin-right: 14px;
    background: #d9d9d9;
}

html body .aeta-product-components__separator[hidden] {
    display: none !important;
}

html body .aeta-product-components__card.is-current-config .aeta-product-components__media {
    border-color: #c9c9c9;
}

@media (max-width: 767px) {
    html body .aeta-product-components__separator {
        width: 82px;
        min-width: 82px;
        padding-inline: 8px;
        font-size: 9px;
    }
    html body .aeta-product-components__separator::before {
        margin-right: 9px;
    }
}


/* ==========================================================
   0.8.3.24 — UX POLISH / HOTSPOT LABELS / EARLY REVERSE BUFFER
   ========================================================== */
html body .aeta-product-components__track,
html body .aeta-product-inspiration__track {
    padding-left: clamp(16px, 1.8vw, 28px) !important;
    padding-right: clamp(16px, 1.8vw, 28px) !important;
}

.aeta-product-components__media img {
    transition: transform 420ms cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}

html body .aeta-product-components__separator {
    width: clamp(42px, 3.2vw, 58px);
    min-width: clamp(42px, 3.2vw, 58px);
    padding: 0;
}

html body .aeta-product-components__separator::before {
    width: 1px;
    height: min(220px, 56%);
    margin-right: 0;
    background: #d7d7d7;
}

html body .aeta-product-components__separator > span {
    display: none !important;
}

html body .aeta-product-tabs__included-hotspot {
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
}

.aeta-product-tabs__included-hotspot-dot {
    width: 28px;
    height: 28px;
    border-width: 7px;
    transition: transform .22s ease, opacity .22s ease;
}

.aeta-product-tabs__included-hotspot-label {
    min-width: 84px;
    max-width: min(160px, calc(100vw - 40px));
    padding: 7px 10px;
    font-size: 11px;
    line-height: 1.2;
}

html body .aeta-product-tabs__included.has-hotspot-focus [data-aeta-hotspot-role].is-dimmed {
    opacity: .24;
}

html body .aeta-product-tabs__included.has-hotspot-focus [data-aeta-included-item].is-dimmed {
    opacity: .42;
}

.aeta-product-tabs__included [data-aeta-hotspot-role],
.aeta-product-tabs__included [data-aeta-included-item] {
    transition: opacity .2s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

html body .aeta-product-tabs__included-hotspot.is-active .aeta-product-tabs__included-hotspot-dot {
    transform: scale(1.03);
}

@media (max-width: 767px) {
    html body .aeta-product-components__separator {
        width: 34px;
        min-width: 34px;
    }

    html body .aeta-product-tabs__included-hotspot {
        width: 24px !important;
        min-width: 24px !important;
        max-width: 24px !important;
        height: 24px !important;
        min-height: 24px !important;
        max-height: 24px !important;
    }

    .aeta-product-tabs__included-hotspot-dot {
        width: 24px;
        height: 24px;
        border-width: 6px;
    }
}


/* ==========================================================
   0.8.3.25 — SEPARATOR WITHOUT GRID GAP / TRUE SMOOTH ZOOM
   ========================================================== */
html body .aeta-product-components__separator {
    display: none !important;
}

html body .aeta-product-components__card {
    position: relative;
}

html body .aeta-product-components__card.is-first-alternative::before {
    content: "";
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: calc((var(--aeta-components-gap, 20px) / -2) - 1px);
    width: 1px;
    background: #d8d8d8;
    pointer-events: none;
}

html body .aeta-product-components__media img {
    transform: scale(1);
    transform-origin: center center;
    transition: transform 720ms cubic-bezier(.16,1,.3,1) !important;
    will-change: transform;
}

html body .aeta-product-components.is-zoom-enabled .aeta-product-components__card:hover .aeta-product-components__media img,
html body .aeta-product-components.is-zoom-enabled .aeta-product-components__card:focus-within .aeta-product-components__media img {
    transform: scale(var(--aeta-components-image-zoom, 1.04));
}

@media (max-width: 640px) {
    html body .aeta-product-components__card.is-first-alternative::before {
        left: -8px;
    }
}


/* ==========================================================
   0.8.3.27 — TRUE SEPARATOR / ALWAYS-ON PARTNER-LIKE ZOOM
   ========================================================== */
html body .aeta-product-components__track {
    --aeta-components-gap: 20px;
}

html body .aeta-product-components__card.is-first-alternative {
    margin-left: 0 !important;
}

html body .aeta-product-components__card.is-first-alternative::before {
    content: none !important;
}

html body .aeta-product-components__separator {
    display: flex !important;
    flex: 0 0 11px !important;
    width: 11px !important;
    min-width: 11px !important;
    align-self: stretch !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

html body .aeta-product-components__separator::before {
    content: "";
    position: absolute;
    top: 15%;
    bottom: 15%;
    left: 5px;
    width: 1px;
    background: #d0d0d0;
}

html body .aeta-product-components__separator > span {
    display: none !important;
}

/* Exact transition language used by the partner logos. */
html body .aeta-product-components__media img {
    transform: scale(1);
    transition: filter .22s ease, opacity .22s ease, transform .22s ease !important;
    will-change: auto !important;
}

html body .aeta-product-components__card:hover .aeta-product-components__media img,
html body .aeta-product-components__card:focus-within .aeta-product-components__media img {
    transform: scale(var(--aeta-components-image-zoom, 1.025));
}

@media (max-width: 640px) {
    html body .aeta-product-components__track {
        --aeta-components-gap: 14px;
    }
    html body .aeta-product-components__separator {
        flex-basis: 11px !important;
        width: 11px !important;
        min-width: 11px !important;
    }
}


/* ==========================================================
   0.8.3.29 — MOBILE HOTSPOT ALIGNMENT / CLOUD EDGES / MOBILE COMPARISON
   ========================================================== */

/* Rails dissolve into their section background instead of being hard-clipped. */
html body .aeta-product-components__viewport,
html body .aeta-product-inspiration__viewport,
html body .aeta-size-explorer__viewport {
    --aeta-edge-cloud: clamp(28px, 4vw, 68px);
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 var(--aeta-edge-cloud),
        #000 calc(100% - var(--aeta-edge-cloud)),
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 var(--aeta-edge-cloud),
        #000 calc(100% - var(--aeta-edge-cloud)),
        transparent 100%
    );
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

@media (max-width: 767px) {
    html body .aeta-product-components__viewport,
    html body .aeta-product-inspiration__viewport,
    html body .aeta-size-explorer__viewport {
        --aeta-edge-cloud: 26px;
    }

    /*
     * Desktop hotspot coordinates are authored against the full source image.
     * On very narrow screens the visual subject occupies a slightly narrower
     * horizontal field, so the overlay is gently compressed toward centre.
     */
    html body .aeta-product-tabs__included-hotspots {
        left: 4% !important;
        right: 4% !important;
        width: auto !important;
    }

    /* Comparison becomes a vertical specification stack instead of a wide table. */
    html body .aeta-size-comparison__viewport {
        overflow: visible !important;
    }

    html body .aeta-size-comparison__table {
        display: block;
        width: 100%;
        min-width: 0 !important;
        border: 0;
        background: transparent;
    }

    html body .aeta-size-comparison__table thead {
        display: none;
    }

    html body .aeta-size-comparison__table tbody {
        display: grid;
        gap: 14px;
    }

    html body .aeta-size-comparison__table tbody tr {
        display: grid;
        width: 100%;
        overflow: hidden;
        border: 1px solid #d8d8d8;
        background: #fff;
    }

    html body .aeta-size-comparison__table tbody tr.is-current {
        background: #f1f1ef;
        border-color: #bdbdbd;
    }

    html body .aeta-size-comparison__table tbody td {
        display: grid;
        grid-template-columns: minmax(108px, .72fr) minmax(0, 1fr);
        gap: 14px;
        align-items: start;
        width: 100%;
        padding: 13px 15px;
        border: 0;
        border-bottom: 1px solid #e4e4e4;
        font-size: 14px;
        line-height: 1.4;
    }

    html body .aeta-size-comparison__table tbody td:last-child {
        border-bottom: 0;
    }

    html body .aeta-size-comparison__table tbody td::before {
        content: attr(data-label);
        color: #777;
        font-size: 10px;
        font-weight: 800;
        line-height: 1.35;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    html body .aeta-size-comparison__table button {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    html body .aeta-size-comparison__table tbody td {
        overflow-wrap: anywhere;
    }
}

/* ==========================================================
   0.8.3.30 — MOBILE NATIVE RAILS / LIGHTWEIGHT EDGE CLOUD
   ========================================================== */
html body .aeta-product-components__viewport,
html body .aeta-product-inspiration__viewport,
html body .aeta-size-explorer__viewport {
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

html body .aeta-rail-cloud-shell {
    position: relative;
    width: 100%;
    min-width: 0;
}

html body .aeta-rail-cloud-shell::before,
html body .aeta-rail-cloud-shell::after {
    content: "";
    position: absolute;
    z-index: 12;
    top: 0;
    bottom: 0;
    width: clamp(30px, 4vw, 64px);
    pointer-events: none;
}

html body .aeta-rail-cloud-shell::before {
    left: 0;
}

html body .aeta-rail-cloud-shell::after {
    right: 0;
}

html body .aeta-rail-cloud-shell--components::before,
html body .aeta-rail-cloud-shell--explorer::before {
    background: linear-gradient(to right, #fff 0%, rgba(255,255,255,.94) 20%, rgba(255,255,255,0) 100%);
}

html body .aeta-rail-cloud-shell--components::after,
html body .aeta-rail-cloud-shell--explorer::after {
    background: linear-gradient(to left, #fff 0%, rgba(255,255,255,.94) 20%, rgba(255,255,255,0) 100%);
}

html body .aeta-rail-cloud-shell--inspiration::before {
    background: linear-gradient(to right, #f4f4f4 0%, rgba(244,244,244,.94) 20%, rgba(244,244,244,0) 100%);
}

html body .aeta-rail-cloud-shell--inspiration::after {
    background: linear-gradient(to left, #f4f4f4 0%, rgba(244,244,244,.94) 20%, rgba(244,244,244,0) 100%);
}

@media (max-width: 767px) {
    html body .aeta-rail-cloud-shell::before,
    html body .aeta-rail-cloud-shell::after {
        width: 24px;
    }

    /* On iPhone/iPad, native overflow is substantially smoother than mixing
       a CSS transform animation with a custom pointer scrub. */
    html body .aeta-product-components.is-aeta-mobile-native-rail .aeta-product-components__track,
    html body .aeta-product-inspiration.is-aeta-mobile-native-rail .aeta-product-inspiration__track {
        animation: none !important;
        transform: none !important;
        will-change: auto !important;
    }

    html body .aeta-product-components.is-aeta-mobile-native-rail .aeta-product-components__viewport,
    html body .aeta-product-inspiration.is-aeta-mobile-native-rail .aeta-product-inspiration__viewport,
    html body .aeta-size-explorer.is-aeta-mobile-native-rail .aeta-size-explorer__viewport {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-behavior: auto !important;
        scroll-snap-type: none !important;
        touch-action: pan-x pan-y pinch-zoom !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    html body .aeta-product-components.is-aeta-mobile-native-rail .aeta-product-components__viewport::-webkit-scrollbar,
    html body .aeta-product-inspiration.is-aeta-mobile-native-rail .aeta-product-inspiration__viewport::-webkit-scrollbar,
    html body .aeta-size-explorer.is-aeta-mobile-native-rail .aeta-size-explorer__viewport::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }
}


/* ==========================================================
   0.8.3.31 — REFINED COMPONENT SEPARATOR
   User request: do not visually break the whole rail.
   Keep the section continuous and mark alternatives only subtly.
   ========================================================== */
html body .aeta-product-components__separator {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    flex-basis: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

html body .aeta-product-components__card.is-first-alternative {
    margin-left: 14px !important;
    position: relative;
}

html body .aeta-product-components__card.is-first-alternative::before {
    content: "" !important;
    position: absolute;
    left: -8px;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.12) 18%, rgba(0,0,0,.16) 50%, rgba(0,0,0,.12) 82%, rgba(0,0,0,0));
    pointer-events: none;
}

@media (max-width: 767px) {
    html body .aeta-product-components__card.is-first-alternative {
        margin-left: 10px !important;
    }

    html body .aeta-product-components__card.is-first-alternative::before {
        left: -6px;
        top: 24%;
        bottom: 24%;
    }
}


/* ==========================================================
   0.8.3.32 — CENTERED SUBTLE DIVIDER / WIDER CLOUD EDGES
   ========================================================== */
html body .aeta-product-components__card.is-first-alternative {
    --aeta-alt-separator-offset: calc((var(--aeta-components-gap, 20px) + 14px) / -2);
}

html body .aeta-product-components__card.is-first-alternative::before {
    left: var(--aeta-alt-separator-offset) !important;
}

html body .aeta-rail-cloud-shell::before,
html body .aeta-rail-cloud-shell::after {
    width: clamp(42px, 5vw, 84px) !important;
}

@media (max-width: 767px) {
    html body .aeta-product-components__card.is-first-alternative {
        --aeta-alt-separator-offset: calc((var(--aeta-components-gap, 14px) + 10px) / -2);
    }

    html body .aeta-rail-cloud-shell::before,
    html body .aeta-rail-cloud-shell::after {
        width: 38px !important;
    }
}


/* ==========================================================
   0.8.3.33 — STABILITY CLEANUP
   No separator, no edge gradients/masks, one native scroll engine everywhere.
   ========================================================== */
html body .aeta-product-components__separator {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    flex-basis: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .aeta-product-components__card.is-first-alternative {
    margin-left: 0 !important;
}
html body .aeta-product-components__card.is-first-alternative::before,
html body .aeta-product-components__card.is-first-alternative::after {
    content: none !important;
    display: none !important;
}

html body .aeta-product-components__viewport,
html body .aeta-product-inspiration__viewport,
html body .aeta-size-explorer__viewport {
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

html body .aeta-rail-cloud-shell::before,
html body .aeta-rail-cloud-shell::after {
    content: none !important;
    display: none !important;
}

html body .aeta-product-components.is-aeta-native-scroll-engine .aeta-product-components__track,
html body .aeta-product-inspiration.is-aeta-native-scroll-engine .aeta-product-inspiration__track,
html body .aeta-size-explorer.is-aeta-native-scroll-engine .aeta-size-explorer__track {
    animation: none !important;
    transform: none !important;
    will-change: auto !important;
}

html body .aeta-product-components.is-aeta-native-scroll-engine .aeta-product-components__viewport,
html body .aeta-product-inspiration.is-aeta-native-scroll-engine .aeta-product-inspiration__viewport,
html body .aeta-size-explorer.is-aeta-native-scroll-engine .aeta-size-explorer__viewport {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y pinch-zoom;
}
html body .aeta-product-components.is-aeta-native-scroll-engine .aeta-product-components__viewport::-webkit-scrollbar,
html body .aeta-product-inspiration.is-aeta-native-scroll-engine .aeta-product-inspiration__viewport::-webkit-scrollbar,
html body .aeta-size-explorer.is-aeta-native-scroll-engine .aeta-size-explorer__viewport::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

@media (hover: hover) and (pointer: fine) {
    html body .aeta-product-components.is-aeta-native-scroll-engine.is-aeta-rail-overflowing .aeta-product-components__viewport,
    html body .aeta-product-inspiration.is-aeta-native-scroll-engine.is-aeta-rail-overflowing .aeta-product-inspiration__viewport,
    html body .aeta-size-explorer.is-aeta-native-scroll-engine.is-aeta-rail-overflowing .aeta-size-explorer__viewport {
        cursor: grab;
    }
    html body .aeta-product-components.is-aeta-native-scroll-engine.is-aeta-rail-dragging .aeta-product-components__viewport,
    html body .aeta-product-inspiration.is-aeta-native-scroll-engine.is-aeta-rail-dragging .aeta-product-inspiration__viewport,
    html body .aeta-size-explorer.is-aeta-native-scroll-engine.is-aeta-rail-dragging .aeta-size-explorer__viewport {
        cursor: grabbing;
    }
}


/* ==========================================================
   0.8.3.34 — STATIC NATIVE HORIZONTAL RAILS
   No autoplay, no reverse, no custom drag, no cloud/fade effects.
   Horizontal overflow is left entirely to the browser (touch/trackpad/native scroll).
   ========================================================== */
html body .aeta-product-components__track,
html body .aeta-product-inspiration__track,
html body .aeta-size-explorer__track {
    animation: none !important;
    transform: none !important;
    will-change: auto !important;
}

html body .aeta-product-components__viewport,
html body .aeta-product-inspiration__viewport,
html body .aeta-size-explorer__viewport {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-x: contain;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    cursor: auto !important;
}

html body .aeta-product-components__viewport::-webkit-scrollbar,
html body .aeta-product-inspiration__viewport::-webkit-scrollbar,
html body .aeta-size-explorer__viewport::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

html body .aeta-product-components__separator {
    display: none !important;
}

html body .aeta-product-components__card.is-first-alternative {
    margin-left: 0 !important;
}

html body .aeta-product-components__card.is-first-alternative::before,
html body .aeta-product-components__card.is-first-alternative::after,
html body .aeta-rail-cloud-shell::before,
html body .aeta-rail-cloud-shell::after {
    content: none !important;
    display: none !important;
}

/* ==========================================================
   0.8.3.35 — COLOR-GROUPED COMPONENT CARDS
   ========================================================== */
html body .aeta-product-components__badge-row {
    position: absolute;
    z-index: 3;
    top: 16px;
    left: 16px;
    display: inline-flex;
    max-width: calc(100% - 32px);
    align-items: center;
    gap: 6px;
    pointer-events: none;
}

html body .aeta-product-components__badge-row .aeta-product-components__badge {
    position: static !important;
    inset: auto !important;
    flex: 0 0 auto;
}

html body .aeta-product-components__color-badge {
    display: inline-flex;
    min-height: 30px;
    max-width: min(150px, 48vw);
    align-items: center;
    padding: 6px 11px;
    overflow: hidden;
    background: var(--aeta-card-color, #ececec);
    color: var(--aeta-card-color-text, #111);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .03em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767px) {
    html body .aeta-product-components__badge-row {
        top: 12px;
        left: 12px;
        max-width: calc(100% - 24px);
        gap: 5px;
    }
    html body .aeta-product-components__badge-row .aeta-product-components__badge,
    html body .aeta-product-components__color-badge {
        min-height: 28px;
        padding: 5px 9px;
        font-size: 9px;
    }
}


/* 0.8.3.36 — P Box colour badge compatibility */
html body .aeta-product-components__color-badge[data-aeta-color-slug="transparent"],
html body .aeta-product-components__color-badge[data-aeta-color-slug="transparenta"],
html body .aeta-product-components__color-badge[data-aeta-color-slug="transparenta"] {
    border: 1px solid rgba(0,0,0,.14);
    background-image: linear-gradient(135deg, rgba(255,255,255,.94), rgba(224,228,231,.75));
}


/* 0.8.3.38 — Wave Bin colour badges use white labels */
html body .aeta-product-components__color-badge[data-aeta-color-slug="atlantic"],
html body .aeta-product-components__color-badge[data-aeta-color-slug="sahara"],
html body .aeta-product-components__color-badge[data-aeta-color-slug="charcoal"],
html body .aeta-product-components__color-badge[data-aeta-color-slug="terracotta"],
html body .aeta-product-components__color-badge[data-aeta-color-slug="matcha"],
html body .aeta-product-components__color-badge[data-aeta-color-slug="concrete"],
html body .aeta-product-components__color-badge[data-aeta-color-slug="chocolate"] {
    color: #fff !important;
}


/* ==========================================================
   0.8.3.40 — DIMENSIONS LABEL + INCLUDED VISUAL TOP ALIGNMENT
   Desktop: align the right-side image with the top edge of the
   first visible component card, while preserving mobile layout.
   ========================================================== */
@media (min-width: 1025px) {
    html body .aeta-product-tabs__included-visual {
        box-sizing: border-box;
        align-items: flex-start;
        padding-top: var(--aeta-included-visual-offset, 0px);
    }
}

@media (max-width: 1024px) {
    html body .aeta-product-tabs__included-visual {
        padding-top: 0 !important;
    }
}


/* ==========================================================
   0.8.3.41 — INCLUDED FIRST-OPEN ALIGNMENT + DESKTOP STICKY VISUAL
   The image starts exactly at the first visible component card and then
   follows the viewport, constrained by the bottom of the Included section.
   ========================================================== */
@media (min-width: 1025px) {
    /* overflow:clip keeps the visual boundary without creating a sticky scroll container. */
    @supports (overflow: clip) {
        html body .aeta-product-tabs {
            overflow: clip;
        }
    }

    html body .aeta-product-tabs__included {
        align-items: stretch;
    }

    html body .aeta-product-tabs__included-visual {
        align-self: stretch;
        display: block;
        overflow: visible;
        padding-top: 0 !important;
    }

    html body .aeta-product-tabs__included-media {
        position: sticky;
        top: 24px;
        width: 100%;
        margin-top: var(--aeta-included-visual-offset, 0px);
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    html body .aeta-product-tabs__included-media {
        position: static;
        margin-top: 0 !important;
    }
}


/* 0.8.3.45 — hide unavailable access choices per selected size */
html body .aeta-native-configurator .wd-swatch.aeta-dependency-unavailable-choice {
    display: none !important;
}


/* 0.8.3.47 — P Box frontal access: S + L only, hard hidden. */
html body .aeta-native-configurator form.aeta-pbox-frontal-unavailable .wd-swatch[data-value="cu-acces-frontal"],
html body .aeta-native-configurator form.aeta-pbox-frontal-unavailable [data-value="cu-acces-frontal"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}


/* 0.8.3.48 — P Box frontal: all size buttons remain selectable. */
html body .aeta-native-configurator form.aeta-pbox-frontal-active tr.aeta-pbox-frontal-dimensions-open .wd-swatch[data-value] {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

html body .aeta-native-configurator form.aeta-pbox-frontal-active tr.aeta-pbox-frontal-dimensions-open .wd-swatch[data-value].wd-disabled,
html body .aeta-native-configurator form.aeta-pbox-frontal-active tr.aeta-pbox-frontal-dimensions-open .wd-swatch[data-value].disabled {
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    filter: none !important;
}


/* ==========================================================
   0.8.3.50 — HIDE WOOCOMMERCE "VIEW CART" LINK IN AETA COMPONENT CARDS
   ========================================================== */
html body .aeta-product-tabs__included-card-action .added_to_cart.wc-forward,
html body .aeta-product-tabs__included-card-action a.added_to_cart,
html body .aeta-product-components__purchase .added_to_cart.wc-forward,
html body .aeta-product-components__purchase a.added_to_cart {
    display: none !important;
}


/* ==========================================================
   0.8.3.52 — Wave Bin informational quantity-price accordion
   No price calculation / cart logic is changed.
   ========================================================== */
.aeta-wavebin-bulk-prices {
    margin: 14px 0 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background: transparent;
}

.aeta-wavebin-bulk-prices__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 48px;
    padding: 11px 2px;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    color: #181818;
}

.aeta-wavebin-bulk-prices__summary::-webkit-details-marker {
    display: none;
}

.aeta-wavebin-bulk-prices__chevron {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .18s ease;
    flex: 0 0 auto;
}

.aeta-wavebin-bulk-prices[open] .aeta-wavebin-bulk-prices__chevron {
    transform: rotate(225deg) translate(-2px,-2px);
}

.aeta-wavebin-bulk-prices__body {
    padding: 2px 0 14px;
}

.aeta-wavebin-bulk-prices__config {
    margin: 0 0 9px;
    font-size: 13px;
    color: #666;
}

.aeta-wavebin-bulk-prices__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.aeta-wavebin-bulk-prices__table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 13px;
}

.aeta-wavebin-bulk-prices__table th,
.aeta-wavebin-bulk-prices__table td {
    padding: 8px 4px;
    border-bottom: 1px solid #ededed;
    text-align: left;
    vertical-align: middle;
}

.aeta-wavebin-bulk-prices__table th:last-child,
.aeta-wavebin-bulk-prices__table td:last-child {
    text-align: right;
}

.aeta-wavebin-bulk-prices__table th {
    color: #777;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.aeta-wavebin-bulk-prices__table tbody tr:last-child td {
    border-bottom: 0;
}

.aeta-wavebin-bulk-prices__note {
    margin: 9px 0 0;
    font-size: 11px;
    color: #858585;
}

@media (max-width: 767px) {
    .aeta-wavebin-bulk-prices {
        margin-top: 12px;
    }
    .aeta-wavebin-bulk-prices__summary {
        min-height: 46px;
        font-size: 13px;
    }
}


/* ==========================================================
   0.8.3.53 — PREMIUM LEAN ACCORDION MOTION
   Click-only transitions; no continuous animation / no library.
   ========================================================== */
.aeta-wavebin-bulk-prices__body {
    box-sizing: border-box;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition:
        height .24s cubic-bezier(.22,.61,.36,1),
        opacity .18s ease,
        transform .24s cubic-bezier(.22,.61,.36,1);
}

.aeta-wavebin-bulk-prices.is-aeta-details-closing .aeta-wavebin-bulk-prices__body,
.aeta-purchase-options__retailers.is-aeta-details-closing .aeta-purchase-options__retailer-list {
    opacity: 0;
    transform: translateY(-3px);
}

.aeta-wavebin-bulk-prices__chevron,
.aeta-purchase-options__chevron::before {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

@media (prefers-reduced-motion: reduce) {
    .aeta-purchase-options__retailer-list,
    .aeta-wavebin-bulk-prices__body,
    .aeta-wavebin-bulk-prices__chevron,
    .aeta-purchase-options__chevron::before {
        transition: none !important;
        transform: none !important;
    }
}

/* 0.8.3.54 — checkout note for applied quantity pricing. */
.aeta-qty-pricing-checkout-note {
    margin-top: 5px;
    max-width: 420px;
    color: #686868;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
}


/* ==========================================================
   0.8.3.56 — MOBILE PREMIUM POLISH
   Isolated responsive refinements; pricing + P Box dependency logic untouched.
   ========================================================== */

/* Overview media: use the whole visual area, without grey letterboxing. */
html body .aeta-product-tabs__overview-media {
    overflow: hidden;
    background: #fff !important;
}
html body .aeta-product-tabs__overview-media img {
    object-fit: cover !important;
    object-position: center center !important;
}

/* Empty disabled purchase-options shortcode must not reserve Elementor space. */
html body .elementor-widget-shortcode:has(.aeta-purchase-options-placeholder),
html body .elementor-widget-shortcode:has(.aeta-purchase-options-placeholder) > .elementor-widget-container {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}

@media (max-width: 1024px) {
    html body .aeta-product-tabs__overview-media {
        position: relative !important;
        width: 100%;
        min-height: 0 !important;
        aspect-ratio: 1 / 1;
    }
    html body .aeta-product-tabs__overview-media img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: auto !important;
        max-width: none !important;
    }
}

@media (max-width: 767px) {
    /* Dynamic subtitle: prevent P Box description/volume overlap. */
    html body .aeta-dynamic-subtitle {
        display: block !important;
        max-width: 100% !important;
        margin-top: 6px !important;
        line-height: 1.35 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    /* P Box access: two primary choices on row one; frontal on its own row. */
    html body .aeta-native-configurator .wd-swatches-product:has(> .wd-swatch[data-value="cu-acces-frontal"]) {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        width: 100% !important;
        overflow: visible !important;
    }
    html body .aeta-native-configurator .wd-swatches-product:has(> .wd-swatch[data-value="cu-acces-frontal"]) > .wd-swatch.wd-text {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        padding-inline: 10px !important;
    }
    html body .aeta-native-configurator .wd-swatches-product:has(> .wd-swatch[data-value="cu-acces-frontal"]) > .wd-swatch[data-value="cu-acces-frontal"] {
        grid-column: 1 / -1 !important;
    }

    /* Main gallery thumbnails: preserve the full render and leave a subtle bottom breathing space. */
    html body .aeta-native-gallery .wd-carousel-container:has(.wd-carousel-item > img),
    html body .aeta-native-gallery .wd-carousel-inner:has(.wd-carousel-item > img) {
        height: calc(var(--aeta-thumb-mobile) + 6px) !important;
        min-height: calc(var(--aeta-thumb-mobile) + 6px) !important;
        max-height: calc(var(--aeta-thumb-mobile) + 6px) !important;
        padding-bottom: 6px !important;
        box-sizing: border-box !important;
        background: #fff !important;
    }
    html body .aeta-native-gallery .wd-carousel-item:has(> img) > img {
        object-fit: contain !important;
        object-position: center center !important;
        background: #fff !important;
    }

    /* Main characteristics: white-on-white premium accordion, no grey panel. */
    html body .aeta-product-tabs__accordion-inner {
        background: #fff !important;
        color: #111 !important;
    }

    /* Explore variants / versions: true two-column mobile grid, no clipped next card. */
    html body .aeta-size-explorer__viewport {
        width: 100% !important;
        overflow: visible !important;
        overscroll-behavior: auto !important;
    }
    html body .aeta-size-explorer__track {
        display: grid !important;
        grid-auto-flow: row !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-auto-columns: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        gap: 12px !important;
        padding: 0 !important;
    }
    html body .aeta-size-explorer__card {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        background: #fff !important;
    }
    html body .aeta-size-explorer__media {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        background: #fff !important;
        border: 0 !important;
    }
    html body .aeta-size-explorer__media > img:not(.aeta-size-explorer__award img) {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        background: #fff !important;
    }
    html body .aeta-size-explorer__copy {
        padding: 13px 7px 16px !important;
    }
    html body .aeta-size-explorer__copy h3 {
        margin-bottom: 6px !important;
        font-size: 15px !important;
        line-height: 1.25 !important;
    }
    html body .aeta-size-explorer__copy p {
        font-size: 11px !important;
        line-height: 1.4 !important;
        overflow-wrap: anywhere !important;
    }

    /* When the purchase-info shortcode is active, keep its Elementor slot compact. */
    html body .elementor-widget-shortcode:has(.aeta-purchase-options) {
        min-height: 0 !important;
        height: auto !important;
        margin-block: 12px 18px !important;
    }
}


/* ==========================================================
   0.8.3.58 — WEB STABILITY MERGED ON 0.8.3.56
   ========================================================== */

/* Disabled AETA notice: remove the Elementor footprint completely. */
html body .elementor-widget-shortcode.aeta-empty-shortcode-widget,
html body .e-con.aeta-empty-shortcode-container,
html body .elementor-widget-shortcode:has(> .elementor-widget-container > .aeta-empty-product-notice) {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    overflow: hidden !important;
}

/* ==========================================================
   0.8.3.59 — PRICE / CART PRESENTATION SAFETY
   ========================================================== */
/* Currency typography from the product hero must not shrink the header/mini-cart currency. */
.single-product :is(.wd-header-cart, .cart-widget-side, .widget_shopping_cart, .woocommerce-mini-cart, .mini-cart, .shopping-cart-widget-body)
.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    display: inline !important;
    position: static !important;
    top: auto !important;
    margin-left: .22em !important;
    font-size: .82em !important;
    line-height: inherit !important;
    vertical-align: baseline !important;
}


/* ==========================================================
   0.8.3.76 — GLOBAL SINGLE-PRICE PRESENTATION
   The server-rendered price is visible immediately. Once the independent live
   price exists, only the theme-owned hero node and Woo's logic-only price are
   hidden; component, cart and quantity prices remain untouched.
   ========================================================== */
body.aeta-stable-variable-price.single-product .woocommerce-variation-price {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.aeta-live-price-active.single-product .aeta-native-price,
body.aeta-live-price-active.single-product .wd-single-price > .price:not(.aeta-live-price),
body.aeta-live-price-active.single-product .wd-single-price .price:not(.aeta-live-price),
body.aeta-live-price-active.single-product .aeta-price-host > .price:not(.aeta-live-price),
body.aeta-live-price-active.single-product .summary > .price:not(.aeta-live-price),
body.aeta-live-price-active.single-product .summary-inner > .price:not(.aeta-live-price),
body.aeta-live-price-active.single-product .product-summary > .price:not(.aeta-live-price),
body.aeta-live-price-active.single-product .elementor-widget-woocommerce-product-price .price:not(.aeta-live-price) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.aeta-live-price-active.single-product .aeta-live-price {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: none !important;
    animation: none !important;
}

/* The AETA AJAX component handler owns these buttons; Woo's generated View cart link stays hidden. */
.aeta-product-tabs__included-card-action .added_to_cart.wc-forward,
.aeta-product-components__purchase .added_to_cart.wc-forward {
    display: none !important;
}


/* ==========================================================
   0.8.3.60 — INITIAL PRICE + HEADER CART CURRENCY
   ========================================================== */
/* Header/mini-cart currency must use normal typography. The product hero has
   intentionally small superscript currency, but that style must never leak
   into navigation/cart UI. */
.single-product .wd-header-cart .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.single-product .whb-header .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.single-product .wd-tools-element .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.single-product .cart-widget-side .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.single-product .widget_shopping_cart .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.single-product .woocommerce-mini-cart .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.single-product .mini-cart .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.single-product .shopping-cart-widget-body .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    display: inline !important;
    position: static !important;
    top: 0 !important;
    margin-left: .2em !important;
    font-size: 1em !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    vertical-align: baseline !important;
    letter-spacing: inherit !important;
}


/* ==========================================================
   0.8.3.62 — HOVER-ONLY CART CTA + CENTERED DESKTOP EXPLORER
   No post-add visual state; explorer heading and cards share one centered composition.
   ========================================================== */

/* AETA component buttons: green only on deliberate hover/focus.
   Adding to cart never changes the visual state. */
html body .aeta-product-tabs__included-card-action .button:hover,
html body .aeta-product-tabs__included-card-action .button:focus-visible,
html body .aeta-product-components__cart:hover,
html body .aeta-product-components__cart:focus-visible {
    border-color: #168a50 !important;
    background: #168a50 !important;
    color: #fff !important;
    box-shadow: none !important;
}

/* Desktop: center the whole Explore composition — heading, subtitle and cards.
   Few cards stay compact; larger families shrink evenly to remain on-canvas. */
@media (min-width: 1025px) {
    html body .aeta-size-explorer__header {
        width: 100% !important;
        max-width: 1180px !important;
        margin-inline: auto !important;
        text-align: center !important;
    }

    html body .aeta-size-explorer__eyebrow {
        display: block !important;
        text-align: center !important;
    }

    html body .aeta-size-explorer__intro {
        max-width: 760px !important;
        margin: 20px auto 0 !important;
        text-align: center !important;
    }

    html body .aeta-size-explorer__viewport {
        width: 100% !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
    }

    html body .aeta-size-explorer__track {
        display: flex !important;
        flex-flow: row nowrap !important;
        align-items: stretch !important;
        justify-content: center !important;
        gap: clamp(12px, 1.15vw, 20px) !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin-inline: auto !important;
        padding-inline: 0 !important;
        padding-bottom: 14px !important;
    }

    html body .aeta-size-explorer__card {
        flex: 1 1 0 !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: 290px !important;
    }

    html body .aeta-size-explorer__media {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
    }

    html body .aeta-size-explorer__copy {
        min-width: 0 !important;
    }

    html body .aeta-size-explorer__copy h3,
    html body .aeta-size-explorer__copy p {
        overflow-wrap: anywhere !important;
    }
}


/* ==========================================================
   0.8.5.9 — CLEAN REVIEWS + FULL-BLEED COMPONENT IMAGES
   ========================================================== */
html.aeta-smooth-images-enabled .aeta-product-components__media,
html body .aeta-product-components__media {
    background: #fff !important;
}

html body .aeta-product-components__media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.aeta-product-reviews__source {
    font-weight: 600;
}


/* ==========================================================
   0.8.6.3 — AETA BLACK WOOCOMMERCE NOTICES
   Checkout validation / warning notices follow the AETA black palette.
   ========================================================== */
html body.woocommerce-checkout .woocommerce-error,
html body.woocommerce-checkout .woocommerce-info,
html body.woocommerce-checkout .woocommerce-notice,
html body.woocommerce-checkout .wc-block-components-notice-banner.is-error,
html body.woocommerce-checkout .wc-block-components-notice-banner.is-warning,
html body.woocommerce-checkout .wc-block-components-notice-banner.is-info,
html body .checkout.woocommerce-checkout .woocommerce-error,
html body .checkout.woocommerce-checkout .woocommerce-info {
    background: #111111 !important;
    background-color: #111111 !important;
    border-color: #111111 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

html body.woocommerce-checkout .woocommerce-error *,
html body.woocommerce-checkout .woocommerce-info *,
html body.woocommerce-checkout .woocommerce-notice *,
html body.woocommerce-checkout .wc-block-components-notice-banner.is-error *,
html body.woocommerce-checkout .wc-block-components-notice-banner.is-warning *,
html body.woocommerce-checkout .wc-block-components-notice-banner.is-info *,
html body .checkout.woocommerce-checkout .woocommerce-error *,
html body .checkout.woocommerce-checkout .woocommerce-info * {
    color: #ffffff !important;
}

html body.woocommerce-checkout .woocommerce-error a,
html body.woocommerce-checkout .woocommerce-info a,
html body.woocommerce-checkout .woocommerce-notice a,
html body.woocommerce-checkout .wc-block-components-notice-banner a {
    color: #ffffff !important;
    text-decoration-color: currentColor !important;
}

html body.woocommerce-checkout .woocommerce-error::before,
html body.woocommerce-checkout .woocommerce-info::before,
html body.woocommerce-checkout .woocommerce-notice::before,
html body.woocommerce-checkout .wc-block-components-notice-banner > svg,
html body.woocommerce-checkout .wc-block-components-notice-banner .wc-block-components-notice-banner__content::before {
    color: #ffffff !important;
    fill: #ffffff !important;
}
\n\n/* ==========================================================\n   0.8.6.4 — DESKTOP MOUSE DRAG FOR COMPONENTS + INSPIRATION\n   Native trackpad/touch scroll stays unchanged. No visible scrollbar.\n   ========================================================== */\n@media (hover: hover) and (pointer: fine) {\n    html body .aeta-product-components.is-aeta-mouse-drag-enabled.is-aeta-drag-scrollable .aeta-product-components__viewport,\n    html body .aeta-product-inspiration.is-aeta-mouse-drag-enabled.is-aeta-drag-scrollable .aeta-product-inspiration__viewport {\n        cursor: grab !important;\n        scrollbar-width: none !important;\n        -ms-overflow-style: none !important;\n    }\n\n    html body .aeta-product-components.is-aeta-rail-dragging .aeta-product-components__viewport,\n    html body .aeta-product-inspiration.is-aeta-rail-dragging .aeta-product-inspiration__viewport {\n        cursor: grabbing !important;\n    }\n}\n\nhtml body .aeta-product-components__viewport::-webkit-scrollbar,\nhtml body .aeta-product-inspiration__viewport::-webkit-scrollbar {\n    display: none !important;\n    width: 0 !important;\n    height: 0 !important;\n}\n\nhtml.aeta-rail-pointer-dragging,\nhtml.aeta-rail-pointer-dragging body {\n    user-select: none !important;\n    -webkit-user-select: none !important;\n}\n