/*
 * Product page rescue styles.
 * Keep this file loaded after the theme/admin custom CSS so the gallery remains stable.
 */

.product-detail .detail-gallery {
    overflow: hidden;
}

.product-detail .detail-gallery .product-image-slider {
    background: #fff;
    /*border: 1px solid #ececec;*/
    border-radius: 15px;
    margin-bottom: 18px;
    overflow: hidden;
}

.product-detail .detail-gallery .product-image-slider figure {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #fff;
    display: flex;
    justify-content: center;
    margin: 0;
    width: 100%;
}

.product-detail .detail-gallery .product-image-slider a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.product-detail .detail-gallery .product-image-slider img {
    display: block;
    height: 100%;
    /*max-height: 620px;*/
    object-fit: contain;
    opacity: 1 !important;
    width: 100%;
}

.product-detail
    .detail-gallery
    .product-image-slider:not(.slick-initialized)
    figure:not(:first-child) {
    display: none;
}

.product-detail .slider-nav-thumbnails {
    margin: 0;
    max-width: 100%;
    overflow: hidden;
}

.product-detail .slider-nav-thumbnails:not(.slick-initialized) {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-detail .slider-nav-thumbnails:not(.slick-initialized) > div {
    display: block;
    min-width: 0;
}

.product-detail .slider-nav-thumbnails img {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    display: block;
    height: auto;
    max-height: 120px;
    object-fit: cover;
    width: 100%;
}

.product-detail .slick-initialized.slider-nav-thumbnails img {
    max-height: none;
}

.product-detail .product-info {
    clear: both;
}

.product-detail .ck-content .table {
    display: block;
    margin: 0 auto !important;
    max-width: 100%;
    overflow-x: auto;
}

.product-detail .ck-content .table table,
.product-detail .table-newwidth {
    max-width: 100% !important;
}

.product-detail .benefits-section,
.product-detail .ingredient-section,
.product-detail .why2x2-section,
.product-detail .cta-section,
.product-detail .routine-section {
    box-sizing: border-box;
    max-width: 100%;
}

.product-detail .benefits-section h2,
.product-detail .ingredient-section h2,
.product-detail .why2x2-section h2,
.product-detail .routine-section h2 {
    font-size: 2rem !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-align: center !important;
}

/*
 * Product page polish.
 * Scoped here so the rest of the theme keeps its current behavior.
 */

.product-detail.accordion-detail {
    --av-forest: #0d5a4d;
    --av-forest-dark: #073d35;
    --av-leaf: #278267;
    --av-gold: #c88737;
    --av-cream: #fffaf1;
    --av-line: rgba(13, 90, 77, 0.14);
    color: #334d47;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 18px 54px;
}

.product-detail.accordion-detail > .row:first-child {
    align-items: flex-start;
    margin-left: -18px;
    margin-right: -18px;
    row-gap: 30px;
}

.product-detail.accordion-detail > .row:first-child > [class*="col-"] {
    padding-left: 18px;
    padding-right: 18px;
}

.product-detail .detail-gallery {
    background: #fff;
    border: 1px solid rgba(13, 90, 77, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(18, 54, 46, 0.07);
    padding: 14px;
}

.product-detail .detail-gallery .zoom-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(13, 90, 77, 0.12);
    border-radius: 50%;
    color: var(--av-forest);
    display: inline-flex;
    height: 32px;
    justify-content: center;
    right: 24px;
    top: 24px;
    width: 32px;
    z-index: 3;
}

.product-detail .detail-gallery .product-image-slider {
    border-color: rgba(13, 90, 77, 0.08);
    border-radius: 12px;
    margin-bottom: 14px;
}

.product-detail .detail-gallery .product-image-slider figure {
    background: #fbfaf6;
}

.product-detail .detail-gallery .product-image-slider img {
    /*padding: 6px;*/
}

.product-detail .slider-nav-thumbnails {
    margin-left: -5px;
    margin-right: -5px;
}

.product-detail .slider-nav-thumbnails .slick-slide,
.product-detail .slider-nav-thumbnails:not(.slick-initialized) > div {
    padding: 0 5px;
}

.product-detail .slider-nav-thumbnails img {
    border: 2px solid transparent;
    border-radius: 9px;
    box-shadow: none;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        opacity 0.2s ease,
        transform 0.2s ease;
}

.product-detail .slider-nav-thumbnails img:hover,
.product-detail .slider-nav-thumbnails .slick-current img {
    border-color: var(--av-gold);
    opacity: 0.96;
    transform: translateY(-1px);
}

.product-detail .social-share {
    margin-top: 20px;
}

.product-detail .mail-to-friend {
    color: #8a9a95;
    display: inline-flex;
    margin-top: 8px;
}

.product-detail .detail-info {
    background: #fff;
    border: 1px solid rgba(13, 90, 77, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(18, 54, 46, 0.06);
    padding: 26px 28px !important;
}

.product-detail .detail-info .title-detail {
    color: var(--av-forest);
    font-size: 30px;
    line-height: 1.16;
    margin-bottom: 10px;
}

.product-detail .product-detail-rating {
    margin-bottom: 12px;
}

.product-detail .detail-info .current-price,
.product-detail .detail-info .product-price ins,
.product-detail .detail-info .price ins {
    color: var(--av-forest) !important;
    font-size: 30px;
    font-weight: 800;
}

.product-detail .short-desc {
    border-bottom: 1px solid rgba(13, 90, 77, 0.09);
    color: #4e645f;
    margin-bottom: 22px !important;
    padding-bottom: 18px;
}

.product-detail .short-desc p,
.product-detail .short-desc li {
    color: #4e645f;
    line-height: 1.65;
}

.product-detail .product-attributes {
    margin: 0 0 18px;
}

.product-detail .attribute-swatches-wrapper {
    margin-bottom: 16px;
}

.product-detail .attribute-name,
.product-detail .dropdown-swatches-wrapper .attribute-name {
    color: var(--av-forest);
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 9px;
}

.product-detail .attribute-swatch {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.product-detail .attribute-swatch-item {
    list-style: none;
}

.product-detail .text-swatch .attribute-swatch-item label {
    cursor: pointer;
    display: block;
    margin: 0;
}

.product-detail .text-swatch .attribute-swatch-item input[type="radio"] {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.product-detail .text-swatch .attribute-swatch-item span {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(13, 90, 77, 0.18);
    border-radius: 999px;
    color: #44615a;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    min-height: 38px;
    min-width: 74px;
    justify-content: center;
    padding: 8px 17px;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.product-detail
    .text-swatch
    .attribute-swatch-item
    input[type="radio"]:checked
    + span {
    background: var(--av-forest);
    border-color: var(--av-forest);
    box-shadow: 0 8px 18px rgba(13, 90, 77, 0.18);
    color: #fff;
}

.product-detail .text-swatch .attribute-swatch-item:not(.pe-none) span:hover {
    border-color: var(--av-gold);
    color: var(--av-forest);
}

.product-detail .visual-swatch .attribute-swatch-item label {
    cursor: pointer;
    display: inline-flex;
    margin: 0;
    position: relative;
}

.product-detail .visual-swatch .attribute-swatch-item input[type="radio"] {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.product-detail .visual-swatch .attribute-swatch-item span {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow:
        0 0 0 1px rgba(13, 90, 77, 0.22),
        0 5px 12px rgba(13, 90, 77, 0.08);
    display: block;
    height: 34px;
    width: 34px;
}

.product-detail
    .visual-swatch
    .attribute-swatch-item
    input[type="radio"]:checked
    + span {
    box-shadow:
        0 0 0 3px rgba(13, 90, 77, 0.92),
        0 7px 16px rgba(13, 90, 77, 0.14);
}

.product-detail .attribute-swatch-item.pe-none {
    opacity: 0.45;
}

.product-detail .dropdown-swatch select {
    border: 1px solid rgba(13, 90, 77, 0.16);
    border-radius: 10px;
    color: #415852;
    min-height: 42px;
}

.product-detail .product-availability {
    color: var(--av-forest);
    font-size: 13px;
    font-weight: 800;
    margin: 4px 0 17px;
}

.product-detail .detail-extralink {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px !important;
}

.product-detail .detail-qty {
    border-color: rgba(13, 90, 77, 0.18) !important;
    border-radius: 9px !important;
    height: 42px;
    margin: 0 !important;
}

.product-detail .detail-qty .qty-val {
    color: var(--av-forest);
    font-weight: 800;
    height: 40px;
}

.product-detail .product-extra-link2 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.product-detail .product-extra-link2 .button {
    border-radius: 9px;
    box-shadow: none;
    min-height: 42px;
    padding: 10px 18px;
}

.product-detail .product-extra-link2 .button-add-to-cart {
    background: var(--av-forest);
    border-color: var(--av-forest);
}

.product-detail .product-extra-link2 .button-buy-now {
    background: var(--av-gold);
    border-color: var(--av-gold);
    color: #fff;
}

.product-detail .product-extra-link2 .action-btn {
    align-items: center;
    border: 1px solid rgba(13, 90, 77, 0.14);
    border-radius: 9px;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin-left: 0;
    width: 42px;
}

.product-detail .font-xs {
    border-top: 1px solid rgba(13, 90, 77, 0.08);
    clear: both;
    padding-top: 16px;
}

.product-detail .font-xs ul {
    float: none !important;
    margin: 0 !important;
}

.product-detail .font-xs li {
    color: #657771;
    line-height: 1.7;
}

.product-detail .font-xs li span:first-child {
    color: var(--av-forest);
    font-weight: 800;
}

.product-detail .product-info {
    background: #fff;
    border: 1px solid rgba(13, 90, 77, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(18, 54, 46, 0.06);
    margin-top: 48px;
    padding: 26px 36px 42px;
}

.product-detail .tab-style3 .nav-tabs {
    border-bottom: 1px solid rgba(13, 90, 77, 0.08);
    gap: 8px;
    margin-bottom: 26px;
}

.product-detail .tab-style3 .nav-tabs .nav-link {
    border: 1px solid rgba(13, 90, 77, 0.12);
    border-radius: 999px;
    color: var(--av-forest);
    font-size: 12px;
    font-weight: 800;
    padding: 9px 16px;
    text-transform: none;
}

.product-detail .tab-style3 .nav-tabs .nav-link.active {
    background: var(--av-forest);
    border-color: var(--av-forest);
    color: #fff;
}

.product-detail .shop_info_tab.entry-main-content {
    border: 0;
    padding: 0;
}

.product-detail .ck-content {
    color: #5b4f43;
}

.product-detail .ck-content > * + * {
    margin-top: 30px;
}

.product-detail .ck-content p {
    line-height: 1.72;
}

.product-detail .ck-content h2,
.product-detail .ck-content h3 {
    color: var(--av-forest);
    letter-spacing: 0 !important;
    margin-bottom: 14px;
    text-align: center;
}

.product-detail .benefits-section,
.product-detail .ingredient-section,
.product-detail .why2x2-section,
.product-detail .cta-section,
.product-detail .routine-section {
    margin-top: 52px !important;
}

.product-detail .benefits-section h2,
.product-detail .ingredient-section h2,
.product-detail .why2x2-section h2,
.product-detail .routine-section h2 {
    color: var(--av-forest) !important;
    font-size: 28px !important;
    letter-spacing: 0 !important;
    margin-bottom: 20px !important;
}

.product-detail .benefits-grid,
.product-detail .ingredients-grid,
.product-detail .why-grid {
    gap: 18px !important;
}

.product-detail .benefit-item,
.product-detail .ingredient-card,
.product-detail .why-item {
    border: 1px solid rgba(214, 154, 74, 0.22) !important;
    border-radius: 11px !important;
    box-shadow: 0 8px 20px rgba(117, 81, 39, 0.06) !important;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.product-detail .benefit-item:hover,
.product-detail .ingredient-card:hover,
.product-detail .why-item:hover {
    box-shadow: 0 12px 26px rgba(117, 81, 39, 0.1) !important;
    transform: translateY(-2px);
}

.product-detail .routine-card,
.product-detail .routine-section table,
.product-detail .routine-section .table,
.product-detail .table-newwidth {
    /*border-radius: 12px !important;*/
    /*box-shadow: 0 10px 24px rgba(13, 90, 77, 0.06);*/
    overflow: hidden;
}

.product-detail .cta-section {
    background: linear-gradient(
        135deg,
        rgba(13, 90, 77, 0.06),
        rgba(200, 135, 55, 0.12)
    );
    border: 1px solid rgba(13, 90, 77, 0.06);
    border-radius: 14px;
    padding: 28px 22px;
    text-align: center;
}

.product-detail > .mt-60 {
    margin-top: 56px !important;
}

.product-detail > .mt-60 .section-title.style-1 {
    color: var(--av-forest);
    font-size: 23px;
    margin-bottom: 22px;
}

.product-detail > .mt-60 .products-grid {
    gap: 22px;
}

.product-detail > .mt-60 .product-card {
    background: #fff;
    border: 1px solid rgba(13, 90, 77, 0.08);
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(18, 54, 46, 0.07);
    overflow: hidden;
    transition:
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.product-detail > .mt-60 .product-card:hover {
    box-shadow: 0 12px 28px rgba(18, 54, 46, 0.11);
    transform: translateY(-3px);
}

.product-detail > .mt-60 .product-details {
    padding: 15px 15px 17px;
}

.product-detail > .mt-60 .add-to-cart-btn {
    background: var(--av-forest);
    border-radius: 8px;
    color: #fff;
    margin-top: 10px;
    padding: 10px 12px;
    text-align: center;
}

@media (max-width: 768px) {
    .product-detail.accordion-detail {
        padding: 0 12px 40px;
    }

    .product-detail.accordion-detail > .row:first-child {
        margin-left: -8px;
        margin-right: -8px;
    }

    .product-detail.accordion-detail > .row:first-child > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .product-detail .detail-gallery {
        padding: 10px;
    }

    .product-detail .detail-gallery .product-image-slider img {
        max-height: 420px;
    }

    .product-detail .slider-nav-thumbnails:not(.slick-initialized) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-detail .detail-info {
        padding: 22px 17px !important;
    }

    .product-detail .detail-info .title-detail {
        font-size: 26px;
    }

    .product-detail .product-info {
        margin-top: 34px;
        padding: 22px 16px 30px;
    }

    .product-detail .tab-style3 .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .product-detail .tab-style3 .nav-tabs .nav-link {
        white-space: nowrap;
    }

    .product-detail .benefits-section,
    .product-detail .ingredient-section,
    .product-detail .why2x2-section,
    .product-detail .cta-section,
    .product-detail .routine-section {
        margin-top: 38px !important;
    }

    .product-detail .benefits-section h2,
    .product-detail .ingredient-section h2,
    .product-detail .why2x2-section h2,
    .product-detail .routine-section h2 {
        font-size: 23px !important;
    }
}

@media (max-width: 480px) {
    .product-detail .detail-extralink,
    .product-detail .product-extra-link2 {
        align-items: stretch;
        flex-direction: column;
    }

    .product-detail .detail-qty,
    .product-detail .product-extra-link2 .button,
    .product-detail .product-extra-link2 .action-btn {
        width: 100%;
    }

    .product-detail .text-swatch .attribute-swatch-item span {
        min-width: 66px;
        padding-left: 13px;
        padding-right: 13px;
    }
}

/*
 * V4 visual redesign.
 * Make the page feel intentionally designed, not just patched.
 */

.product-detail.accordion-detail {
    /*background:*/
    /*    radial-gradient(circle at top left, rgba(200, 135, 55, 0.13), transparent 31%),*/
    /*    radial-gradient(circle at 86% 6%, rgba(13, 90, 77, 0.12), transparent 27%),*/
    /*    linear-gradient(180deg, #fbfaf7 0%, #f6f8f4 54%, #ffffff 100%);*/
    border-radius: 0;
    max-width: none;
    /*padding: 42px max(18px, calc((100vw - 1240px) / 2)) 64px;*/
}

.product-detail.accordion-detail > .row:first-child {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(13, 90, 77, 0.1);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(16, 58, 50, 0.12);
    margin: 0;
    padding: 18px;
    position: relative;
}

.product-detail.accordion-detail > .row:first-child::before {
    /*background: linear-gradient(90deg, var(--av-forest), var(--av-gold));*/
    border-radius: 18px 18px 0 0;
    content: "";
    height: 5px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.product-detail.accordion-detail > .row:first-child > [class*="col-"] {
    padding: 18px;
}

.product-detail.accordion-detail > .row:first-child > .col-md-6:first-child {
    /*background:*/
    /*    linear-gradient(135deg, rgba(13, 90, 77, 0.08), rgba(200, 135, 55, 0.08)),*/
    /*    #fffdf8;*/
    /*border-radius: 15px;*/
}

.product-detail .detail-gallery {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.product-detail .detail-gallery .product-image-slider {
    /*background: #fff;*/
    border: 1px solid rgba(13, 90, 77, 0.09);
    border-radius: 16px;
    /*box-shadow: 0 18px 42px rgba(13, 90, 77, 0.11);*/
    margin-bottom: 16px;
}

.product-detail .detail-gallery .product-image-slider figure {
    background:
        linear-gradient(
            135deg,
            rgba(255, 250, 241, 0.85),
            rgba(255, 255, 255, 0.95)
        ),
        #fff;
}

.product-detail .detail-gallery .product-image-slider img {
    /*padding: 10px;*/
}

.product-detail .slider-nav-thumbnails {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(13, 90, 77, 0.08);
    border-radius: 13px;
    margin: 0;
    padding: 8px;
}

.product-detail .slider-nav-thumbnails img {
    border-radius: 10px;
}

.product-detail .slider-nav-thumbnails img:hover,
.product-detail .slider-nav-thumbnails .slick-current img {
    border-color: var(--av-forest);
}

.product-detail .social-share {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(13, 90, 77, 0.08);
    border-radius: 12px;
    margin-top: 18px;
    padding: 12px 14px;
}

.product-detail .mail-to-friend {
    margin-left: 4px;
}

.product-detail .detail-info {
    background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
    border: 1px solid rgba(13, 90, 77, 0.1);
    border-radius: 15px;
    box-shadow: 0 18px 46px rgba(13, 90, 77, 0.1);
    height: 100%;
    padding: 34px 38px !important;
    position: relative;
}

.product-detail .detail-info::before {
    background: rgba(13, 90, 77, 0.08);
    border-radius: 999px;
    color: var(--av-forest);
    content: "Aabhaveda Essential";
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
    padding: 7px 12px;
    text-transform: uppercase;
}

.product-detail .detail-info .title-detail {
    font-size: 34px;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.product-detail .detail-info .current-price,
.product-detail .detail-info .product-price ins,
.product-detail .detail-info .price ins {
    color: var(--av-forest-dark) !important;
    font-size: 36px;
}

.product-detail .short-desc {
    background: rgba(13, 90, 77, 0.045);
    border: 0;
    border-radius: 13px;
    margin-bottom: 24px !important;
    padding: 16px 18px;
}

.product-detail .short-desc ul,
.product-detail .short-desc ol {
    margin-left: 18px;
}

.product-detail .attribute-swatches-wrapper {
    background: #fff;
    border: 1px solid rgba(13, 90, 77, 0.08);
    border-radius: 12px;
    margin-bottom: 14px;
    padding: 13px 14px;
}

.product-detail .attribute-name,
.product-detail .dropdown-swatches-wrapper .attribute-name {
    margin-bottom: 11px;
}

.product-detail .text-swatch .attribute-swatch-item span {
    border-radius: 10px;
    min-width: 82px;
}

.product-detail
    .text-swatch
    .attribute-swatch-item
    input[type="radio"]:checked
    + span {
    background: linear-gradient(135deg, var(--av-forest), #16846e);
}

.product-detail .product-availability {
    align-items: center;
    background: rgba(39, 130, 103, 0.08);
    border-radius: 999px;
    display: inline-flex;
    padding: 7px 12px;
}

.product-detail .detail-extralink {
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(13, 90, 77, 0.08);
    border-radius: 14px;
    padding: 12px;
}

.product-detail .detail-qty {
    align-items: center;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    overflow: hidden;
}

.product-detail .detail-qty .qty-val {
    align-items: center;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    line-height: 44px;
    padding: 0 !important;
    text-align: center;
}

.product-detail .detail-qty .qty-down,
.product-detail .detail-qty .qty-up {
    align-items: center;
    display: inline-flex;
    height: 44px;
    justify-content: center;
}

.product-detail .product-extra-link2 {
    flex: 1;
}

.product-detail .product-extra-link2 .button {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    flex: 1 1 auto;
    gap: 8px;
    justify-content: center;
    line-height: 1.2;
    min-height: 46px;
    padding: 12px 20px;
    text-align: center;
}

.product-detail .product-extra-link2 .button-add-to-cart {
    background: linear-gradient(135deg, var(--av-forest), #0b6d5b);
    box-shadow: 0 10px 22px rgba(13, 90, 77, 0.18);
}

.product-detail .product-extra-link2 .button-buy-now {
    background: linear-gradient(135deg, #d69a4a, #b87424);
    box-shadow: 0 10px 22px rgba(184, 116, 36, 0.18);
}

.product-detail .font-xs {
    background: rgba(255, 250, 241, 0.8);
    border: 1px solid rgba(200, 135, 55, 0.14);
    border-radius: 12px;
    padding: 14px 16px;
}

.product-detail .product-info {
    background: linear-gradient(180deg, #ffffff 0%, #fdfbf7 100%);
    border: 1px solid rgba(13, 90, 77, 0.09);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(16, 58, 50, 0.1);
    margin-top: 54px;
    padding: 30px 46px 48px;
}

.product-detail .tab-style3 .nav-tabs {
    background: rgba(13, 90, 77, 0.045);
    border: 0;
    border-radius: 999px;
    /*display: inline-flex;*/
    margin-bottom: 30px;
    padding: 6px;
}

.product-detail .tab-style3 .nav-tabs .nav-link {
    background: transparent;
    border: 0;
    border-radius: 999px;
}

.product-detail .ck-content > p:first-child,
.product-detail .ck-content > div:first-child {
    color: #6b5134;
    font-size: 15px;
}

.product-detail .benefits-section,
.product-detail .ingredient-section,
.product-detail .why2x2-section,
.product-detail .routine-section {
    background: rgba(255, 255, 255, 0.58);
    border-radius: 16px;
    padding: 8px 8px 2px;
}

.product-detail .benefit-item,
.product-detail .ingredient-card,
.product-detail .why-item {
    background: #fff !important;
}

.product-detail .cta-section {
    background:
        linear-gradient(
            135deg,
            rgba(13, 90, 77, 0.11),
            rgba(214, 154, 74, 0.18)
        ),
        #fffaf1;
    border-color: rgba(200, 135, 55, 0.16);
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(117, 81, 39, 0.08);
    margin-left: auto;
    margin-right: auto;
    /*max-width: 980px;*/
}

.product-detail .cta-section .button,
.product-detail .cta-section button,
.product-detail .cta-section a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1.2;
    min-height: 42px;
    text-align: center;
}

.product-detail > .mt-60 {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(13, 90, 77, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(16, 58, 50, 0.08);
    margin-top: 42px !important;
    padding: 26px 28px 30px;
}

.product-detail > .mt-60 .product-card {
    border-radius: 14px;
}

@media (max-width: 991px) {
    .product-detail.accordion-detail {
        padding-top: 28px;
    }

    .product-detail .detail-info {
        padding: 26px 22px !important;
    }

    .product-detail .detail-info .title-detail {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .product-detail.accordion-detail > .row:first-child {
        padding: 10px;
    }

    .product-detail.accordion-detail > .row:first-child > [class*="col-"] {
        padding: 10px;
    }

    .product-detail .product-info {
        border-radius: 16px;
        padding: 22px 16px 32px;
    }

    .product-detail .tab-style3 .nav-tabs {
        border-radius: 12px;
        display: flex;
        width: 100%;
    }

    .product-detail > .mt-60 {
        padding: 20px 16px 24px;
    }
}

.product-detail .routine-section {
    text-align: center;
}

.product-detail .routine-card,
.product-detail .routine-section table,
.product-detail .routine-section .table,
.product-detail .routine-section .table-newwidth {
    margin-left: auto !important;
    margin-right: auto !important;
}
