/* AANRY Native Single Product — visual layer for Elementor Pro widgets */
.aanry-native-single-product {
    --aanry-dark-olive: #2E3328;
    --aanry-olive: #4D5A3A;
    --aanry-gold: #C79A4A;
    --aanry-deep-gold: #AE7E20;
    --aanry-heading: #3A302B;
    --aanry-body: #5B514B;
    --aanry-secondary: #756A63;
    --aanry-ivory: #FFFDF9;
    --aanry-cream: #FFF7F1;
    --aanry-blush: #F7E2DC;
    --aanry-border: #E8DCCB;
}

.aanry-native-single-product .elementor-widget-woocommerce-notices {
    margin: 0;
}

.aanry-native-breadcrumb .woocommerce-breadcrumb {
    margin: 0;
    color: var(--aanry-secondary);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.aanry-native-breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.aanry-native-breadcrumb-separator {
    display: inline-block;
    margin: 0 10px;
    color: var(--aanry-gold);
}

.aanry-native-category {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: var(--aanry-deep-gold);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.aanry-native-category a {
    color: inherit;
    text-decoration: none;
}

.aanry-native-product .elementor-widget-woocommerce-product-title .product_title,
.aanry-native-product .elementor-widget-woocommerce-product-title h1 {
    margin: 0;
    color: var(--aanry-heading);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.5px;
}

.aanry-native-product .elementor-widget-woocommerce-product-price .price {
    color: var(--aanry-deep-gold);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
}

.aanry-native-product .elementor-widget-woocommerce-product-rating .woocommerce-product-rating {
    margin: 0;
}

.aanry-native-product .elementor-widget-woocommerce-product-short-description,
.aanry-native-product .elementor-widget-woocommerce-product-short-description p {
    color: var(--aanry-body);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    line-height: 27px;
}

.aanry-native-product .elementor-widget-woocommerce-product-short-description p:last-child {
    margin-bottom: 0;
}

.aanry-native-delivery {
    display: flex;
    align-items: center;
    gap: 13px;
    border: 1px solid var(--aanry-border);
    background: var(--aanry-cream);
}

.aanry-native-delivery-icon {
    display: inline-flex;
    flex: 0 0 auto;
    color: var(--aanry-olive);
}

.aanry-native-delivery-icon svg {
    width: 1em;
    height: 1em;
}

.aanry-native-delivery-copy,
.aanry-native-feature-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.aanry-native-delivery-title {
    color: var(--aanry-heading);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.aanry-native-delivery-description {
    color: var(--aanry-secondary);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    line-height: 19px;
}

.aanry-native-feature-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px !important;
    width: 100%;
}

.aanry-native-feature-grid > .elementor-element {
    min-width: 0;
}

.aanry-native-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    height: 100%;
    border: 1px solid var(--aanry-border);
    border-radius: 4px;
    background: #fff;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.aanry-native-feature:hover {
    transform: translateY(-2px);
    border-color: #d8c39f;
    box-shadow: 0 9px 24px rgba(46, 51, 40, .08);
}

.aanry-native-feature-icon {
    display: inline-flex;
    flex: 0 0 auto;
    color: var(--aanry-olive);
}

.aanry-native-feature-icon svg {
    width: 1em;
    height: 1em;
}

.aanry-native-feature-title {
    color: var(--aanry-heading);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.aanry-native-feature-text {
    margin-top: 3px;
    color: var(--aanry-secondary);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    line-height: 19px;
}

.aanry-native-product .elementor-widget-woocommerce-product-stock .stock {
    margin: 0;
    color: #55704A;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.aanry-native-product .elementor-widget-woocommerce-product-add-to-cart form.cart {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin: 0;
}

.aanry-native-product .elementor-widget-woocommerce-product-add-to-cart .quantity .qty {
    width: 82px;
    min-height: 52px;
    border: 1px solid var(--aanry-border);
    border-radius: 3px;
    color: var(--aanry-heading);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
}

.aanry-native-product .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button {
    flex: 1 1 auto;
    min-height: 52px;
    border: 1px solid var(--aanry-olive);
    border-radius: 3px;
    background: var(--aanry-olive);
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
    transition: background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.aanry-native-product .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button:hover {
    transform: translateY(-2px);
    border-color: var(--aanry-dark-olive);
    background: var(--aanry-dark-olive);
    box-shadow: 0 8px 24px rgba(46, 51, 40, .16);
}

.aanry-native-product .elementor-widget-woocommerce-product-meta {
    color: var(--aanry-secondary);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    line-height: 21px;
}

.aanry-native-product .elementor-widget-woocommerce-product-meta a {
    color: var(--aanry-olive);
}

.aanry-native-secure-list .elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
}

.aanry-native-secure-list .elementor-icon-list-item {
    align-items: center;
}

.aanry-native-secure-list .elementor-icon-list-text {
    color: var(--aanry-body);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    line-height: 19px;
}

.aanry-native-secure-list .elementor-icon-list-icon {
    color: var(--aanry-olive);
}

.aanry-native-product .elementor-widget-woocommerce-product-data-tabs .woocommerce-tabs {
    width: 100%;
}

.aanry-native-product .elementor-widget-woocommerce-product-data-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 34px;
    padding: 0;
    border-bottom: 1px solid var(--aanry-border);
}

.aanry-native-product .elementor-widget-woocommerce-product-data-tabs ul.tabs::before,
.aanry-native-product .elementor-widget-woocommerce-product-data-tabs ul.tabs li::before,
.aanry-native-product .elementor-widget-woocommerce-product-data-tabs ul.tabs li::after {
    display: none;
}

.aanry-native-product .elementor-widget-woocommerce-product-data-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.aanry-native-product .elementor-widget-woocommerce-product-data-tabs ul.tabs li a {
    display: block;
    padding: 14px 18px;
    color: var(--aanry-body);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .4px;
    text-transform: none;
}

.aanry-native-product .elementor-widget-woocommerce-product-data-tabs ul.tabs li.active a {
    border-bottom: 2px solid var(--aanry-gold);
    color: var(--aanry-deep-gold);
}

.aanry-native-product .elementor-widget-woocommerce-product-data-tabs .panel {
    color: var(--aanry-body);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
}

.aanry-native-product .elementor-widget-woocommerce-product-related ul.products,
.aanry-native-recent-products ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.aanry-native-recent-products ul.products {
    grid-template-columns: repeat(var(--aanry-recent-columns, 3), minmax(0, 1fr));
}

.aanry-native-empty-products {
    color: var(--aanry-secondary);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .aanry-native-product .elementor-widget-woocommerce-product-title .product_title,
    .aanry-native-product .elementor-widget-woocommerce-product-title h1 {
        font-size: 44px;
        line-height: 1.08;
    }

    .aanry-native-product .elementor-widget-woocommerce-product-related ul.products,
    .aanry-native-recent-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }
}

@media (max-width: 767px) {
    .aanry-native-product .elementor-widget-woocommerce-product-title .product_title,
    .aanry-native-product .elementor-widget-woocommerce-product-title h1 {
        font-size: 38px;
        line-height: 1.1;
    }

    .aanry-native-product .elementor-widget-woocommerce-product-price .price {
        font-size: 24px;
        line-height: 30px;
    }

    .aanry-native-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px !important;
    }

    .aanry-native-feature {
        flex-direction: column;
        gap: 9px;
    }

    .aanry-native-feature-title {
        font-size: 18px;
        line-height: 22px;
    }

    .aanry-native-secure-list .elementor-icon-list-items {
        grid-template-columns: 1fr;
    }

    .aanry-native-product .elementor-widget-woocommerce-product-add-to-cart form.cart {
        flex-wrap: wrap;
    }

    .aanry-native-product .elementor-widget-woocommerce-product-add-to-cart .quantity {
        width: 100%;
    }

    .aanry-native-product .elementor-widget-woocommerce-product-add-to-cart .quantity .qty {
        width: 100%;
    }

    .aanry-native-product .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button {
        flex-basis: 100%;
        width: 100%;
    }

    .aanry-native-product .elementor-widget-woocommerce-product-data-tabs ul.tabs {
        display: block;
    }

    .aanry-native-product .elementor-widget-woocommerce-product-data-tabs ul.tabs li {
        display: block;
        border-bottom: 1px solid var(--aanry-border);
    }

    .aanry-native-product .elementor-widget-woocommerce-product-data-tabs ul.tabs li a {
        padding: 14px 4px;
    }

    .aanry-native-product .elementor-widget-woocommerce-product-related ul.products,
    .aanry-native-recent-products ul.products {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 390px) {
    .aanry-native-feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aanry-native-feature,
    .aanry-native-product .single_add_to_cart_button {
        transition: none;
    }

    .aanry-native-feature:hover,
    .aanry-native-product .single_add_to_cart_button:hover {
        transform: none;
    }
}

/* Native gallery and the retained Maison editorial sections */
.aanry-native-single-product,
.aanry-native-single-product > .e-con-inner {
    width: 100%;
    max-width: none;
}

.aanry-native-notices-section {
    padding: 18px 0 0 !important;
}

.aanry-native-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.aanry-native-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__wrapper,
.aanry-native-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image {
    width: 100%;
}

.aanry-native-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #fff;
}

.aanry-native-product .elementor-widget-woocommerce-product-images .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 12px 0 0;
    padding: 0;
}

.aanry-native-product .elementor-widget-woocommerce-product-images .flex-control-thumbs li {
    float: none;
    width: 100%;
    margin: 0;
}

.aanry-native-product .elementor-widget-woocommerce-product-images .flex-control-thumbs img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid var(--aanry-border);
    opacity: .72;
    transition: opacity .2s ease, border-color .2s ease;
}

.aanry-native-product .elementor-widget-woocommerce-product-images .flex-control-thumbs img.flex-active,
.aanry-native-product .elementor-widget-woocommerce-product-images .flex-control-thumbs img:hover {
    border-color: var(--aanry-gold);
    opacity: 1;
}

.aanry-native-product .aanry-product-summary-col {
    gap: 15px !important;
}

.aanry-native-product .aanry-native-product-benefit h4,
.aanry-native-product .aanry-native-benefit-title .elementor-heading-title {
    margin: 12px 0 7px !important;
    color: var(--aanry-heading) !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 29px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.aanry-native-product .aanry-native-product-benefit p,
.aanry-native-product .aanry-native-benefit-description,
.aanry-native-product .aanry-native-benefit-description p {
    margin: 0 !important;
    color: var(--aanry-secondary) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
}

.aanry-native-product .aanry-native-benefit-icon .elementor-icon {
    color: var(--aanry-olive);
    font-size: 28px;
}

.aanry-native-product .aanry-native-product-benefit {
    min-height: 188px;
    justify-content: center;
    padding: 34px 24px !important;
}

.aanry-native-product .aanry-native-routine-section h2,
.aanry-native-product .aanry-related .aanry-section-title .elementor-heading-title,
.aanry-native-product .aanry-recent .aanry-section-title .elementor-heading-title {
    color: var(--aanry-heading);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
}

.aanry-native-product .aanry-related .aanry-section-title .elementor-heading-title,
.aanry-native-product .aanry-recent .aanry-section-title .elementor-heading-title {
    font-size: 48px;
    line-height: 1.12;
}

.aanry-native-product .aanry-kicker .elementor-heading-title {
    color: var(--aanry-deep-gold);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
}

.aanry-native-product .elementor-widget-woocommerce-product-related .products,
.aanry-native-recent-products .products {
    width: 100%;
}

@media (max-width: 1024px) {
    .aanry-native-product .aanry-native-product-benefit h4,
    .aanry-native-product .aanry-native-benefit-title .elementor-heading-title {
        font-size: 22px !important;
        line-height: 27px !important;
    }

    .aanry-native-product .aanry-related .aanry-section-title .elementor-heading-title,
    .aanry-native-product .aanry-recent .aanry-section-title .elementor-heading-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .aanry-native-notices-section {
        padding-top: 12px !important;
    }

    .aanry-native-product .elementor-widget-woocommerce-product-images .flex-control-thumbs {
        gap: 8px;
    }

    .aanry-native-product .aanry-native-product-benefit {
        min-height: 158px;
        padding: 25px 16px !important;
    }

    .aanry-native-product .aanry-native-product-benefit h4,
    .aanry-native-product .aanry-native-benefit-title .elementor-heading-title {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .aanry-native-product .aanry-native-product-benefit p,
    .aanry-native-product .aanry-native-benefit-description,
    .aanry-native-product .aanry-native-benefit-description p {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .aanry-native-product .aanry-related .aanry-section-title .elementor-heading-title,
    .aanry-native-product .aanry-recent .aanry-section-title .elementor-heading-title {
        font-size: 34px;
    }
}
