.card {
background-color: #f9f9f9 !important;
}

 div.sb-icon {
 background-color: #184B45 !important; 
}
.ec-checkout-quantity input{
line-height:30px !important;
}

.list-group .list-group-item{
border-bottom:1px solid #dee2e6 !important;

}
.benefits-section, .ingredient-section, .why2x2-section, .cta-section, .routine-section p{
    text-align:center;
    padding:0 0 20px 0;
    margin:0px !important;
}
.table-newwidth{
width:800px !important;

}

.cta-section{
    padding:0px;
}

.benefits-section, .ingredient-section, .why2x2-section, .routine-section {
    margin: 0 auto;
    padding: 2rem 1rem;
}
.routine-section .table{
/*width:fit-content !important;*/
}
.why2x2-section table{
border:0px !important;
}
.benefits-section, .ingredient-section, .why2x2-section h2{
    font-size: 2rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 24px !important;
    letter-spacing: 1px !important
}

.routine-section h2{
	font-size: 2rem !important;
    font-weight: 700 !important;
    text-align: center !important;
	margin-bottom: 0px !important;
    letter-spacing: 1px !important
}

.ck-content .table{
    margin: 0px !important;
    display: block !important;
}
.product-detail .shop_info_tab.entry-main-content #Description table td, .ck-content .table table td {
 border:none ;
}

.benefits-title {
    font-size: 2rem;
    text-shadow: 0 1px 0 #fff
}

.ingredient-title {
    font-size: 2.2rem;
    font-weight: 700
}

.benefits-columns {
    display: flex;
    gap: 38px;
    justify-content: center
}

.benefits-col {
    flex: 1 1 0
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.benefit-item {
    display: flex;
    align-items: flex-start !important;
    gap: 14px;
    margin-bottom: 26px;
    background: linear-gradient(90deg,#fff4e6 80%,#ffe1c1 100%);
    border-radius: 14px;
    border: 1px solid #ecd3be;
    box-shadow: 0 2px 12px rgba(180,110,41,0.05);
    padding: 18px 16px;
    transition: box-shadow .25s;
text-align:left !important;
}

    .benefit-item:hover {
        box-shadow: 0 4px 28px rgba(180,110,41,0.15)
    }

    .benefit-item:last-child {
        margin-bottom: 0
    }

.benefit-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg,#184b45 50%,#f4f6fa 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(230,133,43,0.15)
}



.ingredient-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px
}

.ingredient-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(180,110,41,0.11);
    padding: 24px 16px 20px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow .22s;
    border: 1.5px solid #ffe6c2
}

    .ingredient-card:hover {
        box-shadow: 0 8px 32px rgba(180,110,41,0.19);
        border-color: #ecb570
    }

.ingredient-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg,#fbe0b2 60%,#ffe1c1 100%);
    box-shadow: 0 2px 9px rgba(236,181,112,0.10);
    font-size: 2rem;
    margin-bottom: 12px;
    color: #d4973b
}

.ingredient-name {
    font-size: 1.11rem;
    font-weight: 700;
    color: #ad6512;
    margin-bottom: 3px;
    letter-spacing: .02em
}

.ingredient-scientific {
    font-size: .96rem;
    font-weight: 500;
    color: #784c1e;
    font-style: italic;
    margin-bottom: 10px;
    opacity: .82
}

.ingredient-desc {
    margin-bottom: 0;
    min-height: 48px
}

.why2x2-table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
    table-layout: fixed
}

    .why2x2-table td {
        vertical-align: middle !important;
        text-align: center !important;
        padding: 38px 22px 30px 22px !important;
        border-bottom: 1.5px solid #f5dcb0 !important;
        border-right: 1.5px solid #f5dcb0 !important;
        min-width: 170px !important
    }

    .why2x2-table tr:last-child td {
        border-bottom: none !important
    }

    .why2x2-table td:last-child, .why2x2-table tr td:last-child {
        border-right: none !important
    }

.why2x2-icon {
    font-size: 2.1rem;
    margin-bottom: 13px;
    color: #c69a54;
    display: block
}

.why2x2-mini-title {
    font-size: 1.12rem !important;
    font-weight: 700 !important;
    color: #ad6512;
    margin-bottom: 10px !important;
    letter-spacing: .02em
}

.routine-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0 auto;
    text-align: left;
}

.routine-table {
    background: #fff;
    border-radius: 20px;
	border:0px !important;
    box-shadow: 0 6px 30px rgba(20,70,140,0.08);
    overflow: hidden;
    width: 400px !important;
    min-width: 320px !important;
    border-collapse: separate !important;
    border-spacing: 0
}

    .routine-table th {
        background: linear-gradient(90deg,#185adb 60%,#35d8a6 100%) !important;
        color: #fff;
        height:30px !important;
        font-size: 1.25rem !important;
        padding: 18px 24px !important;
        letter-spacing: 1px !important;
        text-align: left !important;
        border-bottom: 1px solid #eee !important;
    }

    .routine-table td {
        font-size: 1.05rem !important;
        color: #212b36;
        padding: 14px 24px !important;
        border-bottom: 1px solid #f1f1f1 !important;
    }

    .routine-table tr:last-child td {
        border-bottom: none !important
    }

.emoji {
    font-size: 1.5rem;
    margin-right: 8px
}



.cta-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #b46e29;
    margin-bottom: 14px;
    letter-spacing: .02em;
    font-family: 'Montserrat','Segoe UI',Arial,sans-serif
}

.cta-btn {
    display: inline-block;
    padding: 15px 38px;
    background: linear-gradient(90deg,#c98c3c 25%,#b46e29 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.16rem;
    border-radius: 36px;
    border: none;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(180,110,41,0.14);
    transition: background .18s,transform .18s,box-shadow .18s;
    margin-top: 5px
}

    .cta-btn:hover {
        background: linear-gradient(90deg,#b46e29 30%,#c98c3c 100%);
        transform: translateY(-2px) scale(1.04);
        box-shadow: 0 8px 32px rgba(180,110,41,0.22);
        text-decoration: none;
        color: #fff
    }

@media(max-width:900px) {
    .benefits-columns {
        flex-direction: column;
        gap: 16px
    }

    .benefits-section {
        padding: 24px 8px 18px 8px
    }

    .ingredient-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .routine-container {
        flex-direction: column;
        align-items: center;
        gap: 24px
    }

    .routine-table {
        width: 95%;
        min-width: unset
    }

    .why2x2-section {
        max-width: 99vw
    }

    .why2x2-table, .why2x2-table tbody, .why2x2-table tr {
        display: block;
        width: 100%
    }

        .why2x2-table tr {
            display: flex;
            flex-direction: row;
            width: 100%
        }

        .why2x2-table td {
            flex: 1;
            border-bottom: 1.5px solid #f5dcb0 ;
border-top: 1.5px solid #f5dcb0 ;
border-left: 1.5px solid #f5dcb0 ;
            border-right: 1.5px solid #f5dcb0 ;
            padding: 22px 8px 18px 8px;
            min-width: unset
        }

        .why2x2-table tr:last-child td {
            border-bottom: none !important
        }

        .why2x2-table tr td:last-child {
            border-right: none !important
        }
}

@media(max-width:700px) {
    .cta-section {
        padding: 24px 8px 18px 8px;
        max-width: 98vw
    }

    .cta-title {
        font-size: 1.45rem
    }

    .cta-desc {
        font-size: 1.01rem
    }

    .cta-btn {
        padding: 12px 22px;
        font-size: 1rem
    }
}

@media(max-width:650px) {
    .why2x2-table tr {
        flex-direction: column
    }

    .why2x2-table td {
        border-right: none;
        border-bottom: 1.5px solid #f5dcb0;
        padding: 16px 8px 14px 8px
    }

    .why2x2-table tr:last-child td {
        border-bottom: none
    }
}

@media(max-width:600px) {
    .ingredient-grid {
        grid-template-columns: 1fr
    }

    .ingredient-card {
        padding: 18px 10px 14px 10px
    }
}

@media screen and (max-width:768px) {
    .landing-section h2 {
        font-size: 1.5rem
    }

    .landing-section p {
        font-size: 1rem
    }

    .landing-features {
        grid-template-columns: 1fr
    }

    .landing-feature {
        padding: 1rem;
        margin-bottom: 1.5rem
    }

        .landing-feature h3 {
            font-size: 1.25rem
        }
}

@media screen and (max-width:480px) {
    .landing-section h2 {
        font-size: 1.25rem
    }

    .landing-feature h3 {
        font-size: 1.125rem
    }

    .landing-feature p {
        font-size: .9rem
    }

    .landing-cta {
        font-size: .9rem;
        padding: .75rem 1.5rem
    }
}


.desc {
    font-family: 'Segoe UI', 'Montserrat', Arial, sans-serif !important;
    font-size: 1.06rem !important;
    color: #68420c !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.01em !important;
    margin-bottom: 0 !important;
  	
}

.table-newwidth{
width:800px !important;
}



.routine-add-pad-top{
padding-top:20px !important;
}


/*diwali offer landing page*/



.diwali_root {
--brand:#5b8c3a; /* herbal green */
--accent:#f5c06a; /* festive gold */
--muted:#6b6b6b;
--card-bg:#fffaf6;
--radius:12px;
font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}
.diwali_body{ color:#222; margin:0; display:flex; justify-content:center}


.diwali_container{width:100%;}


/* Section base */
.diwali_section{background:linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,250,246,0.98)); border-radius:var(--radius); padding:26px; box-shadow:0 8px 30px rgba(16,24,40,0.06); margin-bottom:20px}
.diwali_section h3{margin:0 0 10px 0; font-size:20px; color:var(--brand)}
.diwali_lead{font-size:15px; color:var(--muted); margin-bottom:14px}


/* Why choose */
.diwali_features{display:grid; grid-template-columns:repeat(2,1fr); gap:14px}
.diwali_feature-card{background:var(--card-bg); padding:14px; border-radius:10px; display:flex; gap:12px; align-items:flex-start}
.diwali_feature-card .diwali_icon{width:44px; height:44px; border-radius:10px; background:linear-gradient(135deg, rgba(91,140,58,0.12), rgba(245,192,106,0.08)); display:flex; align-items:center; justify-content:center; font-weight:700; color:var(--brand); flex-shrink:0}
.diwali_feature-card h4{margin:0 0 4px 0; font-size:15px}
.diwali_feature-card p{margin:0; font-size:13px; color:var(--muted)}


/* Offer */
.diwali_offer{display:flex; gap:18px; align-items:center; justify-content:space-between}
.diwali_offer-left{flex:1}
.diwali_price-box{background:linear-gradient(90deg, #fff7e6, #fffaf0); padding:16px; border-radius:10px; text-align:center; min-width:190px}
.diwali_price-box .diwali_price{font-size:22px; font-weight:800; color:var(--brand)}
.diwali_price-box .diwali_tag{font-size:13px; color:var(--muted); margin-top:6px}
.diwali_badge{display:inline-block; background:var(--accent); color:#fff; padding:6px 10px; border-radius:999px; font-weight:600; font-size:13px}


/* How to use */
.diwali_steps{display:flex; gap:12px; flex-wrap:wrap}
.diwali_step{flex:1 1 220px; background:#fff; padding:12px; border-radius:10px; border:1px solid rgba(91,140,58,0.06)}
.diwali_step h5{margin:0 0 8px 0; font-size:14px; color:var(--brand)}
.diwali_step p{margin:0; font-size:13px; color:var(--muted)}


/* Testimonials */
.diwali_testimonials{display:flex; gap:12px; flex-direction:column}
.diwali_testimonial{background:#fff; padding:14px; border-radius:10px; border-left:4px solid rgba(91,140,58,0.12)}
.diwali_testimonial p{margin:0 0 10px 0; font-size:14px}
.diwali_author{font-size:13px; color:var(--muted)}


/* CTA */
.diwali_cta-wrap{display:flex; gap:12px; align-items:center; margin-top:14px}
.diwali_btn-primary{background:var(--brand); color:#fff; border:none; padding:12px 18px; border-radius:10px; font-weight:700; cursor:pointer; box-shadow:0 8px 18px rgba(91,140,58,0.18)}
.diwali_btn-ghost{background:transparent; color:var(--brand); border:1px solid rgba(91,140,58,0.18); padding:10px 14px; border-radius:10px; cursor:pointer}


/* Responsive */
@media (max-width:760px){
.diwali_features{grid-template-columns:1fr}
.diwali_offer{flex-direction:column; align-items:flex-start}
.diwali_price-box{width:100%}
.diwali_steps{flex-direction:column}
}

/*
 * Paste these rules at the bottom of Botble Admin > Theme options > Custom CSS.
 * They patch product gallery conflicts without replacing your existing custom CSS.
 */

.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;
}

@media (max-width: 768px) {
    .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 .product-info {
        padding: 24px 16px;
    }
}



/* === Restored 2026-07-12 from backup style.integration.css.1745214249 (header/menu/hero rules) === */

:root {
  --body-font-size: 1rem !important;
  --bs-body-font-weight: 500 !important;
}


.header-style-1 .header-middle-ptb-1 {
    padding: 10px 0 !important;
}

.hero-slider-1 .single-hero-slider{
	height:75vh !important;
	max-height:75vh !important;

}

.header-top-ptb-1, .header-top-ptb-1 #news-flash 
 {
    font-size: 14px !important;
}

iframe{
	width: -webkit-fill-available;
 
}

p{
font-weight: 500 !important;
}

@media only screen and (max-width: 480px) {
    .mobile-promotion {
        background: #184a44 !important;
        color: #fff;
        display: block;
        padding: 7px 0;
        text-align: center;
        font-size: 12px;
    }
}

.header-style-1 .header-top-ptb-1{
background-color:#184a44 !important;
}

.main-menu>nav>ul>li>a {
    font-size: 20px !important;
    font-weight: 700;
}

.header-info>ul>li a {
    color: white !important;
}

#news-flash{
color:white !important;
}

button.submit, button[type=submit] {   
    border: none !important;
    /* border: 1px solid var(--color-brand-dark); */
}