@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap');

/***** General CSS *****/

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    font: 15px/25px 'Inter', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #68778d;
    --themeColor2: #2273c3;
    --themeColor: #eff2f580;
    --headingColor: #151c28;
    --themeGradient: linear-gradient(135deg, #2680d9, #5e47d1, #9540bf);
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 700;
    color: var(--headingColor);
    font-family: 'Space Grotesk';
}

h2 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--headingColor);
    font-family: 'Space Grotesk';
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--headingColor);
    font-family: 'Space Grotesk';
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--headingColor);
    font-family: 'Space Grotesk';
}

h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--headingColor);
    font-family: 'Space Grotesk';
}

h6 {
    margin: 0 0 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter';
    color: var(--textColor);
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Inter';
    color: var(--textColor);
}

.theme-btn-1 {
    gap: 8px;
    display: flex;
    font-weight: 500;
    width: fit-content;
    border-radius: 8px;
    padding: 10px 32px;
    color: var(--white);
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor2);
}

.theme-btn-1 i {
    font-size: 10px;
}

.theme-btn-1:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #2273c3e6;
}

.theme-btn-1:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #2273c3e6;
}

.theme-btn-2 {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 32px;
    width: fit-content;
    border-radius: 8px;
    color: var(--headingColor);
    border: 1px solid #151c2833;
    background-color: var(--white);
}

.theme-btn-2:hover {
    color: #3b2d86;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #eeecf9;
}

.container {
    max-width: 1400px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    margin: 0px auto;
    max-width: 650px;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: var(--textColor);
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--headingColor);
}

.header-logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-logo a img {
    width: 60px;
    height: 40px;
    object-fit: contain;
}

.header-logo a p {
    font-size: 18px;
    font-weight: 600;
    background: var(--themeGradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.menuSection {
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    position: fixed;
    padding: 12px 0px;
    backdrop-filter: blur(8px);
    background-color: #ffffff99;
    border-bottom: 1px solid #d3d3d3;
}

.menuSection .row {
    align-items: center;
}

.header-cart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-cart a {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    color: var(--headingColor);
}

.header-cart a:hover {
    color: #3b2d86;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #eeecf9;
}


/*header css start */


/*banner css start */

.main_slider {
    display: flex;
    padding: 100px 0;
    min-height: 668px;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url('../images/banner-bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_slider::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to top,
            #ffffff 0%,
            transparent 50%,
            rgba(255, 255, 255, 0.6) 100%);
}

.main_slider::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(99deg, #ffffff 0%, #ffffffe8 50%, rgb(255 255 255 / 38%) 80%);
}

.banner-bottom {
    z-index: 1;
    padding: 40px 0px;
    position: relative;
    border-bottom: 1px solid #e0e5eb;
}

.banner-bottom-box-icon {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    background: var(--themeGradient);
}

.banner-bottom-box-icon i {
    color: var(--white);
}

.banner-bottom-box {
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main_slider .row {
    z-index: 1;
    position: relative;
}

.banner_text {
    gap: 16px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner_text h1 span {
    background: var(--themeGradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}

.banner_text ul {
    gap: 12px;
    display: flex;
    margin-top: 22px;
    align-items: center;
    justify-content: center;
}

.banner_text p {
    font-size: 16px;
    max-width: 576px;
    font-weight: 600;
}

.banner_text h5 {
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    width: fit-content;
    border-radius: 50px;
    color: var(--white);
    font-family: 'Inter';
    text-transform: uppercase;
    background: var(--themeGradient);
}

/*banner css end*/

/* inner-banner */
.inner-banner {
    padding: 120px 0px 80px;
}

.theme-bg {
    background-color: #eeecf94d;
}

.inner-banner .banner_text h1 {
    font-size: 36px;
}

/* inner-banner */

/* inner project  */

.donation-filters-select {
    width: 100%;
    max-width: 180px;
    position: relative;
}

.donation-filters-box {
    padding: 24px;
    margin: 40px 0px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.filter-clare-btn button {
    border: none;
    font-size: 14px;
    padding: 4px 7px;
    border-radius: 6px;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: transparent;
}

.filter-clare-btn button:hover {
    color: #030213;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: #e9ebef;
}

.donation-filters-box-txt {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.donation-filters-box-txt i {
    color: #4a5565;
    font-size: 20px;
}

.select-header {
    display: flex;
    cursor: pointer;
    user-select: none;
    padding: 8px 12px;
    border-radius: 8px;
    align-items: center;
    transition: all 0.2s ease;
    border: 1px solid #e0e5eb;
    justify-content: space-between;
    background-color: var(--white);
}

.select-header:hover {
    border-color: #d1d5db;
}

.select-header span {
    font-size: 14px;
    font-weight: 500;
    color: var(--headingColor);
}

.chevron-icon {
    width: 18px;
    height: 18px;
    color: #9ca3af;
    transition: transform 0.3s ease;
}

.donation-filters-select {
    margin-bottom: 16px;
}

/* Dropdown Menu */
.select-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background-color: var(--white);
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    z-index: 50;
    padding: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}

.donation-filters-select.open .select-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.donation-filters-select.open .chevron-icon {
    transform: rotate(180deg);
}

.select-option {
    display: flex;
    gap: 8px;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 5px;
    margin-bottom: 2px;
    align-items: center;
    justify-content: flex-start;
    transition: background 0.2s ease;
}

.select-option:last-child {
    margin-bottom: 0;
}

.select-option:hover {
    background-color: #eeecf9;
}

.select-option:hover span {
    color: #3b2d86;
}

.select-option span {
    font-size: 14px;
    color: var(--text-dark);
    font-weight: 500;
}

.product-bar-search {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-search-box {
    max-width: 320px;

}

.product-search-box form {
    width: 100%;
    position: relative;
    display: flex;
}

.product-search-box form button {
    top: 0;
    left: 4px;
    bottom: 0;
    width: 30px;
    margin: auto;
    height: 30px;
    border: none;
    display: flex;
    font-size: 13px;
    color: #2273c3;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.product-search-box form input {
    width: 100%;
    height: 40px;
    position: relative;
    border-radius: 8px;
    color: var(--headingColor);
    padding: 0px 20px 0px 36px;
    background-color: #eeecf94d;
    border: 2px solid #2273c34d;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}

.product-search-box form input::placeholder {
    color: #68778db3;
}

.select-option.active .check-icon {
    opacity: 1;
    display: block;
}

.check-icon {
    width: 16px;
    height: 16px;
    color: #6b7280;
    opacity: 0;
}

.product-nav {
    margin-bottom: 32px;
}

.product-nav .theme-btn-1 {
    font-size: 14px;
    color: #2273c3;
    padding: 5px 12px;
    border-radius: 6px;
    border: 1px solid #2273c333;
    background-color: transparent;
}

.product-nav .nav {
    gap: 8px;
    border-bottom: none;
}

.product-nav .theme-btn-1:hover {
    color: #3b2d86;
    background-color: #eeecf9;
}

.product-nav .theme-btn-1.active {
    color: var(--white);
    background: var(--themeGradient);
}

/* inner project  */

/* product detail sec */

.product-detail-sec {
    padding: 120px 0px 64px;
}

/* Product Detail Page Styles */
.product-detail-sec {
    padding: 100px 0;
    background-color: var(--white);
}

.back-to-product-page {
    margin-bottom: 30px;
}

.back-to-product-page a {
    color: var(--textColor);
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.back-to-product-page a:hover {
    color: var(--headingColor);
}

.product-detail-img {
    height: 400px;
    padding: 40px;
    display: flex;
    overflow: hidden;
    min-height: 100%;
    align-items: center;
    border-radius: 15px;
    justify-content: center;
    background-color: #f7f7f8;
}

.product-detail-img img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: contain;
}

.product-detail-text h5 {
    color: var(--themeColor2);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.product-detail-text h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--headingColor);
    margin-bottom: 15px;
}

.product-detail-text p {
    font-size: 16px;
    color: var(--textColor);
    line-height: 1.6;
    margin-bottom: 30px;
}

.dosage-selection {
    margin-bottom: 30px;
}

.dosage-selection h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 12px;
}

.dosage-options {
    gap: 12px;
    display: flex;
}

.dosage-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 3px 12px;
    border-radius: 6px;
    background: transparent;
    color: var(--textColor);
    transition: all 0.3s ease;
    border: 1px solid #e0e5eb;
}

.dosage-btn:hover {
    color: var(--themeColor2);
    border-color: var(--themeColor2);
}

.dosage-btn.active {
    color: var(--white);
    border-color: transparent;
    background: var(--themeColor2);
}

.product-detail-actions {
    margin-top: 24px;
    padding-bottom: 14px;
}

.product-price h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0px 20px;
    color: var(--headingColor);
}

.product-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-detail-actions .product-btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
}

.product-detail-text ul {
    gap: 20px;
    padding: 16px;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid #e0e5eb;
    background-color: var(--white);
}

.product-detail-text ul li {
    width: 100%;
}

.product-detail-text ul li h6 {
    display: flex;
    align-items: center;
    color: var(--textColor);
    justify-content: space-between;
}

.product-detail-text ul li h6 span {
    color: var(--headingColor);
}

.product-controls .theme-btn-1 {
    width: 100%;
}

.product-controls .pisces-box {
    gap: 8px;
    padding: 1px 8px;
}

.product-controls .pisces-box button {
    width: 32px;
    height: 32px;
}

.product-detail-box {
    padding: 20px;
    margin-top: 16px;
    border-radius: 10px;
    border: 1px solid #e0e5eb;
    background-color: #eeecf933;
}

.product-detail-box p {
    margin-bottom: 0px;
}

.product-detail-box h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--headingColor);
}

.product-detail-box h6 i {
    color: var(--themeColor2);
}


/* product detail sec */

/* Product Detail Bottom Section */
.product-detail-bottom-box {
    padding: 0;
    border-radius: 12px;
    border: 1px solid #e0e5eb;
    background-color: var(--white);
    margin-top: 60px;
}

.product-detail-bottom-box-top {
    margin-bottom: 40px;
    background: #eeecf94d;
    padding: 40px;
}

.product-detail-bottom-box-top h6 {
    color: #5e47d1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.product-detail-bottom-box-top h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--headingColor);
}

.product-detail-bottom-box-top p {
    font-size: 16px;
    color: var(--textColor);
    max-width: 100%;
    line-height: 1.6;
}

.product-detail-bottom-box-top-detail {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
    border-top: 1px solid #e0e5eb;
    border-bottom: 1px solid #e0e5eb;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
}

.product-detail-bottom-box-top-detail-text {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 15px;
}

.product-detail-bottom-box-top-detail-text:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: -30px;
    height: 146px;
    width: 1px;
    background-color: #e0e5eb;
}

.product-detail-bottom-box-top-detail-text h4 {
    font-size: 22px;
    font-weight: 700;
    color: #5e47d1;
    margin-bottom: 6px;
}

.product-detail-bottom-box-top-detail-text h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 6px;
}

.product-detail-bottom-box-top-detail-text p {
    font-size: 12px;
    font-weight: 500;
    color: var(--textColor);
}

.barin-box {
    margin-bottom: 40px;
    padding: 40px;
}

.barin-box h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.barin-box.research-shown {
    border-top: 1px solid #e0e5eb;
    margin-top: 50px;
    padding: 40px 40px 0 40px;
    margin-left: 0;
    margin-right: 0;
}

.barin-box h5 i {
    color: var(--headingColor);
    font-size: 20px;
}

.barin-box p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--textColor);
}

.mechanisms-section {
    margin-top: 40px;
    padding: 40px;
}

.mechanisms-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mechanisms-title i {
    font-size: 20px;
}

.action-main-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.Action-box {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e0e5eb;
    background-color: #f9fafb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.Action-box:hover {
    border-color: #5e47d1;
    background-color: var(--white);
    transform: translateY(-4px);
    box-shadow: 0 12px 20px -8px rgba(94, 71, 209, 0.15);
}

.Action-box h5 {
    font-size: 17px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 14px;
}

.Action-box p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--textColor);
}

.research-areas-section {
    margin-top: 60px;
    padding: 50px 40px 0 40px;
    border-top: 1px solid #e0e5eb;
    margin-left: 0;
    margin-right: 0;
}

.research-areas-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.research-areas-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.research-card {
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e0e5eb;
    background-color: var(--white);
    position: relative;
    transition: all 0.3s ease;
}

.research-card:hover {
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.08);
}

.research-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.research-card-header h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--headingColor);
}

.research-card-header i {
    font-size: 14px;
    color: var(--textColor);
    opacity: 0.6;
}

.research-card p {
    font-size: 12px;
    line-height: 1.6;
    color: var(--textColor);
    margin-bottom: 25px;
}

.metrics-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0;
    margin: 0;
    border: none !important;
}

.metric-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.metric-label {
    font-size: 14px;
    color: var(--textColor);
}

.metric-value {
    font-size: 13px;
    font-weight: 700;
    color: #5e47d1;
    display: flex;
    align-items: center;
    gap: 6px;
}

.metric-value i {
    font-size: 10px;
}

@media (max-width: 991px) {
    .research-areas-grid {
        grid-template-columns: 1fr;
    }

    .product-detail-bottom-box {
        padding: 25px;
    }

    .product-detail-bottom-box-top-detail {
        flex-wrap: wrap;
        padding: 20px 25px;
        margin-left: -25px;
        margin-right: -25px;
    }

    .product-detail-bottom-box-top-detail-text {
        flex: 0 0 50%;
        margin-bottom: 20px;
    }

    .product-detail-bottom-box-top-detail-text:nth-child(2)::after {
        display: none;
    }

    .action-main-box {
        grid-template-columns: 1fr;
    }
}


.clinical-outcomes-section {
    margin-top: 60px;
    padding: 50px 40px 0 40px;
    border-top: 1px solid #e0e5eb;
    margin-left: 0;
    margin-right: 0;
}

.compound-info-box {
    width: 92%;
}

.clinical-outcomes-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.clinical-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 80%;
}

.clinical-card {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e0e5eb;
    background-color: #f9fafb66;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.clinical-card:hover {
    background-color: var(--white);
    border-color: #5e47d1;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px -10px rgba(94, 71, 209, 0.2);
}

.clinical-card h4 {
    font-size: 28px;
    font-weight: 700;
    color: #5e47d1;
    margin-bottom: 8px;
}

.clinical-card h6 {
    font-size: 14px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 4px;
}

.clinical-card p {
    font-size: 11px;
    color: var(--textColor);
    opacity: 0.8;
}

.regulatory-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.regulatory-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.regulatory-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border-radius: 30px;
    background-color: #f9fafb;
    border: 1px solid #e0e5eb;
    font-size: 13px;
    font-weight: 500;
    color: var(--headingColor);
}

.regulatory-item i {
    font-size: 6px;
    color: #5e47d1;
}

.dosing-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    position: relative;
}

.dosing-info-box,
.pharmacokinetics-box {
    padding: 0 40px;
    position: relative;
}

.dosing-info-box {
    padding-left: 0;
}

.pharmacokinetics-box {
    padding-right: 0;
}

.dosing-info-box::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e0e5eb;
}

.important-notes-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.important-notes-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.important-notes-list li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: var(--textColor);
    margin-bottom: 12px;
}

.important-notes-list li::before {
    content: '\2022';
    color: #5e47d1;
    position: absolute;
    left: 0;
    font-weight: bold;
}

@media (max-width: 991px) {
    .dosing-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .dosing-info-box,
    .pharmacokinetics-box {
        padding: 0;
    }

    .dosing-info-box::after {
        display: none;
    }
}

.safety-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.safety-box {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e0e5eb;
    background-color: #f9fafb66;
    margin-bottom: 20px;
}

.safety-box h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 12px;
}

.safety-box p {
    font-size: 13px;
    line-height: 1.7;
    color: var(--textColor);
}

.warning-box {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #fee2e2;
    background-color: #fef2f2;
}

.warning-box h6 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.warning-box h6 i {
    font-size: 14px;
}

.warning-box h6 i.fa-triangle-exclamation {
    color: #f59e0b;
}

.warning-box p {
    font-size: 13px;
    color: #000;
    line-height: 1.6;
}

.safety-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.researcher-notes-section {
    margin-top: 50px;
    padding: 40px 40px 0 40px;
    border-top: 1px solid #e0e5eb;
    margin-left: 0;
    margin-right: 0;
}

.researcher-notes-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.researcher-notes-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.researcher-notes-list li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: var(--textColor);
    margin-bottom: 12px;
}

.researcher-notes-list li::before {
    content: '\2022';
    color: #5e47d1;
    position: absolute;
    left: 0;
    font-weight: bold;
}

@media (max-width: 991px) {
    .safety-grid {
        grid-template-columns: 1fr;
    }
}

.compound-info-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
}

.compound-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.compound-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.compound-item:last-child {
    border-bottom: none;
}

.compound-label {
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
}

.compound-value {
    font-size: 12px;
    font-weight: 600;
    color: var(--headingColor);
    text-align: right;
    max-width: 70%;
}

.storage-requirements {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.storage-card {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background-color: var(--white);
}

.storage-card span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #5e47d1;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.storage-card p {
    font-size: 13px;
    line-height: 1.5;
    color: var(--textColor);
    margin: 0;
}

.published-studies-section {
    margin-top: 50px;
    padding: 40px 40px 0 40px;
    border-top: 1px solid #e0e5eb;
    margin-left: 0;
    margin-right: 0;
}

.published-studies-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.study-card {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e0e5eb;
    background-color: var(--white);
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.study-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: #5e47d1;
}

.study-card-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.study-card-text h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 4px;
}

.study-card-text span {
    font-size: 12px;
    color: #64748b;
    display: block;
    margin-bottom: 12px;
}

.study-card-text p {
    font-size: 14px;
    color: var(--textColor);
    margin: 0;
}

.study-year {
    font-size: 11px;
    color: #8b5cf6;
    background: #f5f3ff;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 10px;
}

.study-metric {
    font-size: 11px;
    color: #64748b;
    margin-left: 10px;
    font-weight: 400;
}

.faq-item.static-faq {
    background: #fff;
    border: 1px solid #e0e5eb;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
}

.faq-item.static-faq .faq-question {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    cursor: default;
}

.faq-item.static-faq .faq-answer {
    max-height: none;
    overflow: visible;
}

.faq-item.static-faq .faq-answer.show {
    max-height: none;
    overflow: visible;
}

.faq-item.static-faq .faq-answer p {
    margin-top: 0;
}

/* Section base utility handled by .report-details-section */

.source-link i {
    font-size: 12px;
    color: #64748b;
}

@media (max-width: 991px) {

    .barin-box.research-shown,
    .research-areas-section,
    .clinical-outcomes-section,
    .regulatory-status-section,
    .important-notes-section,
    .safety-profile-section,
    .researcher-notes-section,
    .published-studies-section,
    .faq-section,
    .sources-section {
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .compound-info-grid {
        grid-template-columns: 1fr;
    }

    .report-header {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .report-btns {
        margin-top: 20px;
        width: 100%;
        justify-content: space-between;
    }

    .report-metrics-row {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .metric-box:nth-child(2)::after {
        display: none;
    }

    .mechanisms-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Research Reports Section */
.research-reports-sec {
    padding: 100px 0;
    background-color: #f8fafc;
}

.report-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e0e5eb;
    margin-bottom: 40px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.report-header {
    display: flex;
    padding: 30px 40px;
    align-items: center;
    gap: 30px;
}

.report-img-box {
    width: 130px;
    height: 130px;
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.report-info {
    flex-grow: 1;
}

.report-category {
    font-size: 11px;
    font-weight: 700;
    color: #8b5cf6;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
    display: block;
}

.report-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 15px;
}

.report-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 900px;
}

.report-btns {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

.view-research-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-research-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.shop-purple-btn {
    padding: 12px 28px;
    background: #5e47d1;
    color: #fff !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop-purple-btn:hover {
    background: #4a38a7;
    transform: translateY(-1px);
}

/* Metrics Row */
.report-metrics-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #e0e5eb;
    background: #fff;
}

.metric-box {
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.metric-box:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e0e5eb;
}

.metric-value {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #5e47d1;
    margin-bottom: 0px;
}

.metric-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.metric-sub {
    display: block;
    font-size: 11px;
    color: #94a3b8;
}

/* Collapsible Content */
.report-details-expand {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
}

.report-card.active .report-details-expand {
    max-height: 10000px;
    border-top: 1px solid #e0e5eb;
}

.details-inner {
    padding: 50px 40px;
}

.details-section-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.details-section-title i {
    color: #5e47d1;
    font-size: 18px;
}

.details-text {
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 50px;
}

.mechanisms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.mechanism-card {
    background: #f8fafc;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    padding: 25px;
}

.mechanism-card h6 {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.mechanism-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

.report-details-section {
    margin-top: 40px;
    padding: 40px 40px 0 40px;
    border-top: 1px solid #e0e5eb;
    margin-left: -40px;
    margin-right: -40px;
}

.report-card .details-inner h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.report-card .details-inner h5 i {
    color: #5e47d1;
    font-size: 18px;
}

/* Unified under .report-details-section */

.faq-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-list {
    display: flex;
    flex-direction: column;
}

.faq-item {
    border-bottom: 1px solid #f1f5f9;
    padding: 20px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: var(--headingColor);
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #5e47d1;
}

.faq-question i {
    font-size: 14px;
    color: #64748b;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, margin 0.3s ease;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--textColor);
    margin-top: 15px;
    margin-bottom: 0;
}

.sources-section {
    margin-top: 60px;
    padding: 50px 40px 0 40px;
    border-top: 1px solid #e0e5eb;
    margin-left: 0;
    margin-right: 0;
}

.sources-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--headingColor);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sources-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.source-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #5e47d1;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.source-link:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.source-link i {
    font-size: 11px;
    color: #64748b;
}

.cart-product {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #e3e2e2;
}

.cart-product-img {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e6e8ea;
    border-radius: 10px;
}

.cart-product-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

section.cart-sec {
    padding: 100px 0;
}

.cart-product-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 0 24px;
    text-align: center;
}

.cart-product-name h6 {
    text-transform: uppercase;
    color: black;
    font-size: 18px;
}

.cart-product-name p {
    font-weight: 600;
    color: black;
    font-size: 18px;
}

.number {
    height: 50px;
    width: 130px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    max-width: fit-content;
    justify-content: center;
    border: 1px solid #ececec;
}

.number span {
    width: 25px;
    height: 25px;
    display: flex;
    font-size: 12px;
    cursor: pointer;
    align-items: center;
    border-radius: 20px;
    color: var(--textColor);
    justify-content: center;
    background-color: #ebebeb;
}

.number input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 47%;
    border: unset;
    /* text-align: center; */
    background: transparent;
    height: unset;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
}

.add-to-cart input {
    width: 100%;
    height: 59px;
    font-size: 23px;
    font-weight: 500;
    margin-top: 24px;
    border-radius: 6px;
    text-align: center;
    font-family: 'Montserrat';
    color: var(--textColor);
    border: none;
    background-color: #f4f4f4;
}

.number span {
    cursor: pointer;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.cart-product p {
    cursor: pointer;
}

.cart-right {
    border-radius: 10px;
    padding: 50px 30px 0px;
}

.cart-right h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Inter';
}

.Subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d3d2d2;
    padding-bottom: 12px;
}

.Subtotal h6 {
    font-size: 18px;
}

.Subtotal p {
    font-size: 18px;
    color: black;
}

.shipping-row,
.subtotal-row {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.shipping-row p,
.subtotal-row p {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.location-fields input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 25px;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
}

.location-fields select {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 25px;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
}

.Subtotal h6 {
    font-size: 18px;
    color: black;
}

.sub-total p img {
    margin-right: 12px;
}

.Subtotal {
    margin-bottom: 10px;
}

.Subtotal p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.shipping {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0;
    border-bottom: 1px solid #d3d2d2;
    padding-bottom: 19px;
}

.shipping h6 {
    font-size: 18px;
}

.sub-total>h6 {
    font-size: 16px;
    margin: 20px 0px 10px;
    padding-bottom: 10px;
    color: var(--textColor);
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 37px;
}

.cart-total p {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.update-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 10px;
    background-color: var(--white);
    border: 1px solid var(--textColor);
}

.checkout-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.continue-shopping>a {
    color: black;
    margin-top: 13px;
    font-weight: 600;
}

.continue-shopping {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Cart Table Styles */
.cart-table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.cart-table thead th {
    padding: 15px;
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    color: var(--black);
}

.cart-table tbody td {
    padding: 20px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

.cart-table .cart-product-img {
    width: 180px;
    height: 130px;
    position: relative;
    margin-right: 15px;
}

.cart-table .cart-product-img img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.remove-btn-tr {
    top: -8px;
    width: 23px;
    border: none;
    right: -8px;
    height: 23px;
    display: flex;
    font-size: 10px;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
}

.cart-table .number {
    margin: 0 auto;
}

.cart-table .price {
    font-weight: 600;
    color: var(--black);
}

.table-cart-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.table-cart-btn button {
    font-weight: 500;
    padding: 13px 35px;
    color: var(--black);
    border-radius: 50px;
    background-color: var(--white);
    border: 1px solid var(--textColor);
}

.table-cart-btn button.update-cart-btn {
    color: var(--textColor);
    border: #ebebeb;
    background-color: #ebebeb;
}

.radio-input {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.radio-b {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-b__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-b__label {
    display: flex;
    align-items: center;
    gap: 12px;
    /* Espace entre le carrÃƒÂ© et le texte */
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
}

.radio-b__custom {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 0%;
    transition: all 0.3s ease;
    border: 1px solid #bbbbbb;
}

.radio-b__custom-fill {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0;
    right: 0;
    bottom: 0;
    height: 0;
    margin: auto;
    border-radius: 0px;
    background: var(--headingColor);
    transition: all 0.3s ease;
}

.radio-b__input:checked+.radio-b__label .radio-b__custom-fill {
    width: 26px;
    height: 26px;
    transition: all 0.3s ease;
}

.radio-b__input:checked+.radio-b__label .radio-b__custom {
    border: none;
    /* Supprime les bordures noires */
    transition: all 0.3s ease;
    /* Assure une transition fluide */
}

.radio-b__input:hover+.radio-b__label .radio-b__custom {
    transform: scale(0.85);
    color: linear-gradient(0deg,
            rgba(0, 230, 118, 1) 0%,
            rgba(255, 215, 0, 1) 100%);
}

/* Optionnel : style pour le texte */
.radio-b__text {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}

/* Cart Ends */

/* Checkout Starts  */
.checout-input input {
    width: 100%;
    height: 60px;
    padding: 20px;
    margin: 5px 0;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
}

.checout-input {
    margin: 10px 0;
    position: relative;
}

.checout-input i {
    top: 52px;
    font-size: 16px;
    right: 12px;
    position: absolute;
    color: var(--textColor);
}

.checout-input select.form-select {
    width: 100%;
    height: 60px;
    padding: 20px;
    margin: 5px 0;
    appearance: unset;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
}

.checout-input textarea {
    width: 100%;
    resize: none;
    height: 170px;
    max-width: 600px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
}

.checout-input label {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--textColor);
}

section.checkout-page {
    padding: 100px 3%;
}

.checout-input textarea {
    width: 100%;
    resize: none;
    height: 170px;
}

section.checkout-page {
    padding: 100px 0;
}

.checkout-right {
    padding: 30px 30px;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
}

.checkout-right h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    color: var(--black);
    font-family: 'Montserrat';
}

.sub-total {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    margin-bottom: 21px;
}

.price {
    padding: 0;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.price h6 {
    font-size: 14px;
    font-weight: 600;
    color: #7c7c7c;
}

.price p {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.price-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-sub {
    font-weight: 600;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #d1cdcd;
}

.price-sub h6 {
    font-size: 18px;
}

.price-sub p {
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.Shipping {
    padding: 11px 0 5px;
}

.Shipping p {
    gap: 10px;
    display: flex;
    color: #7c7c7c;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start;
}

.Shipping p i {
    font-size: 10px;
    color: #cccccc;
}

.Shipping {
    display: flex;
    justify-content: space-between;
}

.check-btm img {
    margin-right: 10px;
}

.place-order {
    display: flex;
    margin-top: 27px;
    align-items: center;
    justify-content: center;
}

.place-order button {
    border: none;
}

.place-order a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.place-order a span:nth-child(1) {
    text-align: center;
    padding-left: 40%;
}

.place-order a span {
    text-align: center;
}

.check-btm-box {
    gap: 5px;
    display: flex;
    margin-top: 25px;
    padding: 30px 30px;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #d5d5d5;
    justify-content: space-between;
}

.instruction p {
    gap: 10px;
    display: flex;
    font-weight: 600;
    color: #7c7c7c;
    align-items: center;
    justify-content: flex-start;
}

.instruction p a {
    color: var(--black);
}

.instruction p i {
    font-size: 10px;
    color: #cccccc;
}

/* Checkout Ends */

/* policies */

.poilicies-sec {
    padding: 120px 0px 64px;
}

.poilicies-box {
    gap: 10px;
    padding: 24px;
    display: flex;
    margin-top: 32px;
    border-radius: 12px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #e0e5eb;
}

.poilicies-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.poilicies-box h4 {
    font-size: 20px;
}

.poilicies-box h6 {
    font-size: 16px;
    margin-top: 8px;
    font-weight: 700;
    color: var(--headingColor);
    font-family: 'Space Grotesk';
}

.poilicies-box ul li {
    padding-left: 20px;
    position: relative;
}

.poilicies-box ul li::before {
    top: 10px;
    left: 5px;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    position: absolute;
    background-color: var(--textColor);
}

/* policies */

/* about-sec */

.about-sec {
    padding: 64px 0px;
}

.about-box {
    gap: 12px;
    padding: 24px;
    display: flex;
    text-align: center;
    border-radius: 8px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #e0e5eb;
}

.about-box i {
    width: 48px;
    height: 48px;
    display: flex;
    font-size: 20px;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    justify-content: center;
    background: var(--themeGradient);
}

.about-box h4 {
    margin-top: 8px;
    font-size: 18px;
    margin-bottom: 2px;
}





/* about-sec */

/* product-sec */

.product-sec {
    padding: 64px 0px 44px;
}

.product-heading {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
}

.product-heading .product-heading-btn {
    gap: 8px;
    display: flex;
    padding: 8px 16px;
    border-radius: 8px;
    width: fit-content;
    align-items: center;
    color: var(--headingColor);
}


.product-box {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e0e5eb;
    background-color: var(--white);
}

.product-box:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}

.product-box-img {
    height: 192px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f8;
}

.product-box-img img {
    height: 80%;
    width: 100%;
    object-fit: contain;
}

.product-box-text {
    padding: 16px;
}

.product-box-text h4 {
    font-size: 10px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: var(--themeColor2);
}

.product-box-text a h3 {
    font-size: 16px;
    color: var(--themeColor2);
}

.product-box-text p {
    font-size: 12px;
    overflow: hidden;
    min-height: 50px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-box-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-box-text ul li:last-child {
    gap: 7px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pisces-box {
    display: flex;
    border-radius: 8px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e5eb;
}

.pisces-box input {
    width: 24px;
    border: none;
    text-align: center;
}

.pisces-box button {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 8px;
    font-size: 10px;
    background-color: transparent;
}

.pisces-box button:hover {
    color: #3b2d86;
    background-color: #eeecf9;
}

.product-box-text ul li h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Inter';
}

.product-btn {
    gap: 4px;
    display: flex;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 4px;
    width: fit-content;
    color: var(--white);
    align-items: center;
    justify-content: center;
    background: var(--themeGradient);
}

.product-btn:hover {
    color: var(--white);
    background: var(--headingColor);
}


section.product-sec.inner-product-sec {
    padding: 120px 0px 64px;
}

/* product-sec */

/* banner-bottom-bar-sec */

.banner-bottom-bar-sec {
    padding: 24px 0px;
    border-top: 1px solid #e0e5eb;
    border-bottom: 1px solid #e0e5eb;
}

.banner-bottom-bar ul {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.banner-bottom-bar ul li {
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-bottom-bar ul li i {
    font-size: 16px;
    color: var(--textColor);
}

.banner-bottom-bar ul li h6 {
    font-size: 14px;
    color: var(--textColor);
}

/* banner-bottom-bar-sec */

/* collections-sec */

.collections-sec {
    padding: 48px 0px;
}

.collections-sec .custom-space {
    margin-top: 48px;
}

.collections-box {
    border-radius: 16px;
    border: 1px solid #e0e5eb;
}

.collections-box-heading {
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e0e5eb;
}

.collections-heading {
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.collections-heading i {
    width: 56px;
    height: 56px;
    display: flex;
    font-size: 30px;
    border-radius: 8px;
    align-items: center;
    color: var(--white);
    justify-content: center;
    background: var(--themeGradient);
}

.collections-box-text {
    padding: 16px 32px;
}

.collections-product-boxes {
    gap: 1%;
    padding: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e0e5eb;
}

.collections-product-box {
    width: 15.5%;
    display: flex;
    padding: 12px;
    min-width: 180px;
    overflow: hidden;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #e0e5eb;
}

.collections-product-box:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}


.collections-product-box-img {
    width: 70px;
    height: 70px;
    display: flex;
    margin-bottom: 3px;
    align-items: center;
    justify-content: center;
}

.collections-product-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.collections-product-box-text h3 {
    font-size: 12px;
    font-family: 'Inter';
}

.collections-product-box-text p {
    font-size: 10px;
    line-height: 1;
    color: var(--textColor);
}

.collections-box-heading-btn .product-btn {
    gap: 6px;
    display: flex;
    padding: 8px 21px;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

/* collections-sec */

/* research-sec */

.research-sec {
    padding: 32px;
    background-color: #eeecf94d;
    border-top: 1px solid #e0e5eb;
}

.research-text {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.research-text p {
    line-height: 1.2;
    font-size: 12px;
    max-width: 672px;
}

.research-text p b {
    color: var(--headingColor);
}

/* research-sec */

/* why-look-sec */

.why-look-sec {
    padding: 61px 0px;
    background: var(--themeGradient);
}

.why-look-text {
    gap: 4px;
    display: flex;
    margin: 0px auto;
    max-width: 510px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.why-look-text h4 {
    color: var(--white);
}

.why-look-text p {
    opacity: 0.8;
    font-size: 16px;
    margin: 12px 0px;
    color: var(--white);
}

.why-look-text .theme-btn-3 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
    padding: 10px 32px;
    border-radius: 5px;
    color: var(--headingColor);
    background-color: var(--white);
}

/* why-look-sec */

/* footer */

.footerSec {
    padding: 48px 0px;
    background-color: #eff2f580;
    border-top: 1px solid #e0e5eb;
}

.copy-txt {
    margin-top: 32px;
    padding: 24px 0px;
    text-align: center;
    border-top: 1px solid #e0e5eb;
    border-bottom: 1px solid #e0e5eb;
}

.copy-txt p {
    line-height: 1;
    font-size: 12px;
}

.disclaimer-txt {
    padding-top: 24px;
    text-align: center;
}

.disclaimer-txt p {
    font-size: 11px;
    margin-top: 10px;
    line-height: 20px;
    font-weight: 300;
}

.disclaimer-txt h6 {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: -10px;
}

.footer-logo a {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-logo p {
    margin-top: 12px;
}

.foot-links h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.legal-info h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.legal-info p {
    font-size: 12px;
    line-height: 20px;
}

.foot-links ul {
    gap: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.foot-links ul li a {
    font-size: 14px;
    color: var(--textColor);
}

.foot-links ul li a:hover {
    color: var(--headingColor);
}

/* footer */


.product-heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.important-notes-section {
    padding: 40px;
}

.safety-profile-section {
    padding: 40px;
}

.faq-section {
    padding: 40px;
}

.regulatory-status-section {
    padding: 40px;
}

.collections-heading h3 {
    font-size: 24px;
}
/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/