/** Shopify CDN: Minification failed

Line 1806:21 The "-" operator only works if there is whitespace on both sides

**/
@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #4d5b44;
    background-color: #ffffff;
}


/* Top Banner */

.top-banner {
    background-color: #ee702e;
    padding: 4px 0;
}

.banner-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}





/* Hero Section */



.hero-content {
    padding-left: 0px;
}

.hero-title {
    font-size: 34px;
    line-height: 45px;
    letter-spacing: 1.20px;
    color: #4d5b44;
    font-weight: 400;
    padding-right: 30px;
    text-transform: uppercase;
}

.offer-section {
    margin-top: 20px;
}

.hero-title .highlight {
    font-weight: 700;
}

.hero-subtitle {
    font-family: "Handlee", cursive;
    font-size: 27px;
    line-height: 40.59px;
    color: #4d5b44;
    margin-bottom: 30px;
    font-weight: bold;
}

.hero-btn {
    background-color: #ee702e;
    border-radius: 27px;
    padding: 10px 30px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
}

.hero-image-container {
    position: relative;
    height: 100%;
    display: flex
        ;
    align-items: center;
    margin-bottom: -180px;
    margin-left: -45px;
}

.horse-image {
    max-width: 100%;
    height: auto;
}


/* Features Section */

.features-section {
    /* background-color: #f4f1e4; */
    padding: 200px 0 60px;
}

.feature-card {
    padding: 30px 10px;
}

.feature-icon {
    width: 160px;
    height: 130px;
    margin: 0 auto 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .hero-section{
    height:auto
}
.feature-icon img {
    max-width: 100%;
    max-height: 130px;
}

.feature-text {
    font-size: 18px;
    font-weight: 500;
    color: #4d5b44;
    line-height: 1.6;
}

.feature-text strong {
    font-size: 20px;
}


/* Products Section */

.products-section {
    background-color: #f4f1e4;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.products-section:after {
    position: absolute;
    content: "";
    background-image: url('img/product-bg.png');
    height: 465px;
    width: 341px;
    right: -140px;
    top: 0;
}

.products-section .row {
    position: relative;
}

.products-section .swiper-container {
    margin-top: 40px;
    overflow: hidden;
}

.slider-arrows {
    position: absolute;
    top: 40%;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    width: 105%;
}

.slider-arrows div {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-arrows .swiper-button-prevs.prev-1 {
    position: relative;
    left: -30px;
}

.slider-arrows .swiper-button-nexts.next-1 {
    position: relative;
    right: -30px;
}

.slider-arrows div svg {
    width: 10px;
}

.section-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4d5b44;
    margin-bottom: 50px;
}

.product-card {
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 3px 3px 7.5px rgba(131, 123, 111, 0.1);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
}

.product-badge img {
    width: 100%;
    height: 100%;
}

.arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9.41px;
    height: 18.84px;
}

.product-info {
    padding: 20px;
    text-align: center;
    background: #ffffff;
    border-radius: 0 0 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 85px;
}

.product-price-section {
    text-align: right;
}

.product-name a{
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #4d5b44;
    margin-bottom: 0px;
    text-align: left;
    text-decoration: none;
}

.product-price {
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.72px;
    color: #4d5b44;
    margin-bottom: 0px;
}

.product-size {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.48px;
    color: #4d5b44;
    margin-bottom: 0;
}

.product-subtitle {
    font-family: "Handlee", cursive;
    font-size: 25px;
    line-height: 37.59px;
    color: #4d5b44;
    margin: 60px 0 40px;
    font-weight: bold;
}

.product-buttons .btn {
    margin: 0 10px;
    padding: 12px 30px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 27px;
}

.btn {
    margin: 0 10px;
    padding: 12px 40px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 27px;
    border: 1px solid inherit;
}

.btn-secondary {
    background-color: #4d5b44 !important;
    border: 1px solid #4d5b44;
    color: #ffffff;
}

.btn-primary {
    background-color: #ee702e;
    color: #ffffff;
    border: 1px solid transparent;
}

.btn-primary:hover {
    border: 1px solid #fff;
    background-color: #4d5b44;
}


/* Nutrition Section */

.nutrition-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.nutrition-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.2px;
    color: #ee702e;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.nutrition-subtitle {
    font-family: "Handlee", cursive;
    font-size: 20px;
    line-height: 1.4;
    color: #4d5b44;
    margin-bottom: 10px;
    text-align: right;
    font-weight: bold;
}

.nutrition-section .uppercase {
    text-align: right;
    text-transform: uppercase;
}

.nutrition-text.right-section {
    padding-left: 30px;
}

.nutrition-text p {
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.64px;
    color: #4d5b44;
    font-size: 16px;
}

.nutrition-text p strong {
    font-weight: 700;
}

p.nutrition-subtitle.text-right {
    text-align: right;
}


/* Ingredients Section */

.ingredients-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.ingredients-image {
    text-align: center;
    margin-bottom: 50px;
}

.ingredients-image img {
    max-width: 100%;
    height: auto;
}

.ingredients-details {
    background-color: #4d5b44;
    padding: 60px 40px;
    border-radius: 20px;
    position: relative;
}

.ingredient-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.ingredient-icon {
    position: relative;
    margin-right: 30px;
    flex-shrink: 0;
    cursor: pointer;
}

.ingredient-icon img {
    max-width: 100px;
    height: auto;
}

.decoration {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 25px;
    height: 25px;
}

.ingredient-name {
    font-family: "Handlee", cursive;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.2px;
    color: #4d5b44;
    margin-bottom: 10px;
    font-weight: bold;
}

.ingredient-name.orange {
    color: #ee702e;
}

.ingredient-description {
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.64px;
    color: #4d5b44;
    font-size: 16px;
}

.ingredients-note {
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.64px;
    color: #4d5b44;
    text-align: center;
    margin-bottom: 30px;
}


/* Process Section */

.process-section {
    position: relative;
    overflow: hidden;
}

.process-section:after {
    position: absolute;
    content: "";
    background-image: url('/cdn/shop/files/Groupe_30.png?v=1760706942');
    height: 465px;
    width: 232px;
    left: -100px;
    height: 465px;
    width: 232px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.process-section .section-title:after {
    content: "";
    position: absolute;
    height: 300px;
    width: 105%;
    left: -3%;
    top: 13px;
    border: 5px solid #EE702E;
}

.process-section .section-title span {
    position: relative;
    background: #4d5b44;
    z-index: 7;
    padding: 0 20px;
    display: inline-block;
}

.process-section .section-title {
    position: relative;
    color: #f4f1e4;
}

.process-card {
    position: relative;
    z-index: 99;
    padding: 0px 30px;
}

.process-number {
    width: 63px;
    height: 63px;
    background-color: #ee702e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -20px;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.4px;
    color: #ffffff;
    position: relative;
}

.process-image {
    margin-bottom: 20px;
}

.process-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
    aspect-ratio: 1 / 1;
}

.process-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #f4f1e4;
    margin-bottom: 15px;
}

.process-description {
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #ffffff;
    font-size: 15px;
}


/* CTA Section */



.cta-image img {
    max-width: 100%;
    height: auto;
}

.cta-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.2px;
    color: #4d5b44;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cta-subtitle {
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.88px;
    color: #4d5b44;
    margin-bottom: 30px;
}


/* Features Bottom Section */

.features-bottom-section {
    background-color: #f4f1e4;
    padding: 60px 0;
    background-image: url(img/Calque_1.png);
    background-repeat: no-repeat;
    background-position: 46% 19%;
    background-size: 130px;
}

.features-bottom-section ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.features-bottom-section ul li {
    width: 20%;
    text-align: center;

}

.feature-bottom {
    padding: 20px;
}

.feature-bottom .feature-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
}

.feature-bottom .feature-icon img {
    max-width: 100%;
    max-height: 70px;
}

.feature-bottom p {
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.64px;
    color: #4d5b44;
}


/* Footer */

.footer {
    background-color: #4d5b44;
    padding: 60px 0 0;
}

.footer-brand .footer-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.footer-description {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.56px;
    color: #f4f1e4;
}

.footer-links {
    padding-left: 80px;
}

.footer-contact.text-center {
    padding-left: 20px;
}

.footer-title {
    font-size: 15px;
    font-weight: 800;
    line-height: 22.5px;
    letter-spacing: 0.6px;
    color: #ee702e;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-contact p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.56px;
    color: #ffffff;
    margin-bottom: 20px;
}

.contact-button {
    background-color: #ee702e;
    border-radius: 25px;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff !important;
}

.email-icon {
    width: 22px;
    height: 15px;
}

.contact-button span {
    font-size: 15px;
    line-height: 22.5px;
    color: #f4f1e4;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-brand {
    padding: 0 12px;
}

.footer-menu li {
    font-size: 14px;
    letter-spacing: 0.56px;
    color: #ffffff;
    margin-bottom: 8px;
    cursor: pointer;
}
.footer-menu li a{
    color: #ffffff;
    text-decoration: none;
}

.footer-menu li a:hover {
    color: #ee702e;
}

.footer-bottom {
    background-color: #354829;
    padding: 8px 0;
    margin-top: 40px;
}

.footer-bottom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-bottom-content p {
    font-size: 12px;
    letter-spacing: 0.48px;
    color: #b7bcb4;
    margin: 0;
    cursor: pointer;
    padding-right: 50px;
}

.footer-bottom-content ul {
    width: 60%;
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    justify-content: space-between;
}

.footer-bottom-content ul li a {
    font-size: 12px;
    letter-spacing: 0.48px;
    color: #b7bcb4;
    margin-right: 15px;
    text-decoration: none;
}

.footer-bottom-content p:hover {
    color: #ffffff;
}



.footerfeature-box-outer ul li:nth-child(3) .feature-bottom .feature-icon img{
    width: 120px;
    height: 100px;
    max-height: 120px;
}
.footerfeature-box-outer ul li:nth-child(3) .feature-bottom .feature-icon{
    width: 120px;

}

.announcement-bar__message.h5 {
    margin: 0px !important;
    font-size: 16px;
    font-weight: 300;
    margin-bottom:0px !important;
}
.feature-main-inner {
    text-align: center;
    color: #4D5B44;
}
.custom-feature-icon {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.feature-main-inner h4 {
    margin-bottom: 4px !important;
    font-weight: 700;
    color: #4d5b44;
    font-size: 17px;
}
.feature-main-inner h4 p{
    margin-bottom: 0px;
}

.full{
    width: 100%;

}
img{
    max-width: 100%;
}


/****** Questions Css Starts **********/

img.questionrightpic {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.hidden { display: none; }
.step.active .activity-question { display: block; }
.step.hidden { display: none; }
.step.active { display: block; }
.question-block { margin-bottom: 2rem; }
.options { display: flex; flex-wrap: wrap; gap: 1rem; }
.option {
    padding: 12px 20px;
    border: 1px solid #DFE4E9;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.2s;
}
.option.active {
    background: #f3f0e6;
    border-color: #4D5B44;
    border-width: 2px;
}
.age-options .option.active img{
    mix-blend-mode: hard-light; 
}
.bottom-actions {
    text-align: center;
    margin-top: 2rem;
}
.continue-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}



.summary-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.summary-item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-item strong {
    font-weight: 700;
    color: #000;
}

.final-btn {
    display: block;
    margin: 2rem auto 0;
    background: #E3702D;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    cursor: pointer;
}
.final-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.header-left {
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.questionnaire-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    flex-wrap: wrap;
}

.back-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border:none;
    border-radius: 10px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    transition: 0.2s;
}
/*.back-btn:hover {
    background: #f8f8f8;
}*/

.questionnaire-header .header-menu {
    display: flex;
    gap: 40px;
    font-size: 14px;
    color: #808B96;
    width: 100%;
    justify-content: center;
    font-weight: 300;
}

.menu-item.active {
    font-weight: 400;
    color: #000;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: #eaeaea;
    border-radius: 8px;
    margin-top: 5px;
    overflow: hidden;
}

.progress-bar-inner {
    height: 100%;
    width: 0%;
    background: #495c4b;
    border-radius: 8px;
    transition: width 0.4s ease;
    display:block !important;
}

/* Step 7 styling */
.profile-save {
    max-width: 350px;
    margin: auto;
    margin-top: 20px;
}
.profile-save h3 {
    text-align: center;
}

.profile-save h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-save .form-group {
    margin-bottom: 10px;
}
.iti{
    width: 100%;
}
.phone-wrapper{
    margin-top: 10px;
}
.profile-save input,
.profile-save select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #DFE4E9;
    border-radius: 8px;
    margin-top: 10px;
}

.profile-save .phone-group {
    display: flex;
    gap: 5px;
}

.profile-save .continue-btn,
.continue-btn {
    min-width: 220px;
    background-color: #EE712F;
    color: #fff;
    border: none;
    font-weight: 300;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color .2s 
        ease;
    margin: auto;
    padding: 0px 40px;
    height: 50px;
    border-radius: 50px;
    text-transform: uppercase;
}

.profile-save .continue-btn:hover:not(:disabled),
.continue-btn:hover:not(:disabled) {
    background-color: #3b513d;
}

.continue-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.step.active {
    padding: 20px;
    margin-top: 10px;
    padding-top: 30px;
}
.question h3,.step h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}
.question input[type="text"] {
    border: 1px solid #DFE4E9;
    padding: 5px 15px;
    height: 50px;
    width: calc(100% - 40px);
    border-radius: 10px;
    outline: none;
    box-shadow: none;
}
.question.q2,.question.q3 {
    margin-top: 32px;
}
.question-block.q-repro {
    margin-top: 20px;
}
.breed-options {
    padding: 15px;
}
.help-text {
    background: #F4F1E4;
    padding: 15px;
    margin: 20px 0px 2px;
}
.age-options button.option{
    text-align: center;
}
.age-options button.option,.body-state-options .option {
    display: flex;
    flex-direction: column;
    width: calc(33.3% - 10px);
    border-radius: 15px;
    padding: 15px 10px 25px;
    justify-content: center;
}
.age-options {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.age-options button.option img {
    width: 100px;
    margin: auto;
    margin-bottom: 10px;
}
.age-options button.option span {
    display: flex;
    flex-direction: column;
    gap: 0px;
    line-height: 1;
    font-size: 18px;
}
.age-options button.option span small{
    font-style: italic;
    font-size: 12px;
    opacity: .7;
    margin-top: 2px;
}

.questionbox-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    overflow-y: scroll;
    padding-right: 0px;
}
.fixed-continue-btn-inner {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0px 9px #eee;

}
.fixed-continue-btn{
    position: sticky;
    background: #fff;
    bottom: 0px;
}
.question-right {
    padding: 0px;
    height: 100vh;
}
.questionbox {
    height: 100vh;
}

.questionbox .container-fluid{
    padding: 0px;
    overflow: hidden;
}
.questionbox-left-top {
    padding: 25px;
}
.header-top{
    margin-bottom: 25px;
}
.question-block.q-pregnant{
    margin-top: 15px;
}
.activity-question,.pathology-type{
    margin-top: 25px;
}

.options.sex-options button {
    width: calc(33.3% - 10px);
}
.options.repro-options button,
.options.pregnant-options button,
.pathology-options button{
    width: calc(50% - 5px);
}

.body-state-options {
    display: flex;
    justify-content: space-between;
}
.body-state-options .option img {
    width: 100px;
    margin: auto;
    margin-bottom: 10px;
}
.body-state-options .option.active img,
.activity-options .option.active img{
    mix-blend-mode: hard-light; 
}
.body-state-options .option{
    text-align: center;
    padding: 20px 10px 20px;
}
.bodystate-title {
    color: #000;
}
.pathology-checkboxes label {
    border: 1px solid #DFE4E9;
    padding: 8px 14px;
    border-radius: 10px;
}
.pathology-checkboxes label:has(input[type="checkbox"]:checked) {
    background: #F4F1E4;
}

.summary-left {
    display: flex;
    flex-direction: column;
}

.template-page-question .announcement-bar-section,
.template-page-question .section-header,
.template-page-question footer.footer{
    display: none !important;
}

.step7-main-top {
    background: url(/cdn/shop/files/Group_7.png?v=1761544104);
    padding: 50px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.step7-main-top h3{
    color: #fff;
}
.horse-summary-card {
    background: url(/cdn/shop/files/Frame_13.png?v=1761544618);
    background-size: cover;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
}
.horse-card-left {
    width: 170px;
}

.horse-card-right {
    width: calc(100% - 170px);
}
.horse-card-lebel {
    font-size: 16px;
    color: #000;
}
div#final-horse-name {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}
.summary-info {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}
#final-sex,#final-activity,#final-product,#final-body,#final-weight,#final-dose{
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.summary-header-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.summary-header-2 {
    margin-top: 20px;
}
.benefits ul {
    list-style: disc;
    padding: 0px;
    margin-bottom: 25px;
    padding-left: 15px;
}
.benefits {
    margin-top: 30px;
}
.benefits ul li {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
}

.iti__selected-country-primary {
    background: #F1F3F5;
    padding: 12px !important;
}
.fixed-continue-btn-inner .btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.cta-buttons.steplastbtn {
    justify-content: center;
}

/****** Questions Css Ends **********/




/*************** Product page  ********************/


/* Breadcrumb */

.breadcrumb-item a {
    font-weight: 300;
    letter-spacing: 0.64px;
}

.breadcrumb-item.active {
    font-weight: 500;
}


/* Product Section */

.product-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    color: #4d5b44;
}

.product-subtitles {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #4d5b44;
}

.rating-text {
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #4d5b44;
}

.product-description {
    font-weight: 300;
    letter-spacing: 0.64px;
    color: #4d5b44;
    font-size: 16px;
    line-height: 24px;
}

.benefit-item span {
    font-weight: 500;
    letter-spacing: 0.64px;
    color: #4d5b44;
}


/* Product Options */

.options-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.8px;
    color: #4d5b44;
}

.subscription-section {
    padding: 15px;
    background: #f4f1e480;
    border-radius: 5px;
    margin-bottom: 20px;
}

.package-option {
    border: 2px solid #d1cbb4;
    border-radius: 3px;
    padding: 8px 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.checkbox-option {
    margin-bottom: 20px;
}

.subscription-top {
    display: flex;
    align-items: center;
}

.package-option.active {
    background-color: #f4f1e4;
    border-color: #4d5b44;
    border-width: 3px;
}

.package-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #4d5b44;
}

.package-price {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.56px;
    color: #868686;
}

.breadcrumb-section {
    padding: 20px 0;
}

.breadcrumb-section ol.breadcrumb {
    margin-bottom: 0;
}

.product-details {
    padding: 60px 0;
}

.subscription-option {
    border: 2px solid #d1cbb4;
    border-radius: 8px;
    padding: 20px;
    background-color: #f4f1e4;
}

.product-options {
    padding: 10px 15px 15px;
    background: #f4f1e4;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.options-package {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    width: 95%;
}

.packaging-options span.text-right {
    font-size: 15px;
    display: block;
    text-align: right;
    letter-spacing: 0.64px;
    margin-top: 6px;
}

select.form-select {
    border: 2px solid #d1cbb4;
    width: 70%;
    border-radius: 0px;
}

.subscription-option.active {
    background-color: #f4f1e4;
    border: 2px solid #4d5b44;
}

.radio-button {
    width: 22px;
    height: 22px;
    border: 1px solid #d1cbb4;
    border-radius: 50%;
    position: relative;
}

.radio-button.active::after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #4d5b44;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.option-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.8px;
    color: #4d5b44;
    margin: 0;
}

.benefit-item span {
    font-weight: 500;
    letter-spacing: 0.64px;
    color: #4d5b44;
    font-size: 14px;
}

.old-price {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.8px;
    color: #868686;
    text-decoration: line-through;
    margin-right: 10px;
}

.current-price {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.8px;
    color: #4d5b44;
}

.add-to-cart-btn {
    background-color: #ee702e;
    border-radius: 27px;
    padding: 12px 30px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    width: auto !important;
    margin: auto;
}

.feaures-slider .swiper-slide {
    width: auto !important;
}

.features-sections {
    background: #f4f1e454;
    padding: 10px 15px;
    margin-bottom: 40px;
}

.features-sections span.feature-text {
    font-size: 14px;
    padding-right: 20px;
}

.feaures-slider .swiper-slide .d-flex {
    align-items: center;
}

.feaures-slider .swiper-slide .d-flex svg {
    margin-right: 10px;
    max-height: 30px;
}

.other-formats {
    font-weight: 300;
    letter-spacing: 0.64px;
    color: #4d5b44;
    font-size: 14px;
}


/* Features Banner */

.feature-text {
    font-weight: 500;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    color: #4d5b44;
    font-size: 16px;
}


/* Product Tabs */

.product-tabs {
    border: none;
    gap: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 30px;
}

.product-tabs .nav-link {
    background-color: rgba(244, 241, 228, 0.5);
    border: 2px solid #d1cbb4;
    border-radius: 8px;
    color: #4d5b44;
    font-weight: 700;
    font-size: 18px;
    line-height: 37.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 16px;
    text-align: center;
    min-width: 240px;
}

.product-tabs .nav-link.active,
.product-tabs .nav-link:hover {
    background-color: #4d5b44;
    border-color: #4d5b44;
    color: #f4f1e4;
}

.tabs-inner {
    display: flex;
}

.product-info-section .tabs-img {
    min-width: 450px;
    margin-left: -130px;
    position: relative;
    margin-right: -15px;
}
.tabs-img img{
    max-width: 550px;
    width: 100%;
    z-index: 999;
    position: relative;
}
.additional-benefits.mt-4 {
    min-width: 370px !important;
}

.product-info-section {
    background-color: #f4f1e4;
    padding: 50px 0;
}

.rating-section {
    margin-bottom: 25px;
}


/* Benefits Section */

.benefits-card {
    background-color: #f4f1e4;
    border: 1px dashed #4d5b44;
    border-radius: 12px;
    padding: 30px 20px 30px 30px;
    background: rgba(244, 244, 228, .65);
    z-index: 99;
    position: relative;


}

div#benefits {
    background-image: url('img/flower.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 71% 5%;
    background-size: auto;
}

.benefit-item {
    margin-bottom: 10px;
}

.benefits-title,.benefits-card h3 {
    font-family: "Handlee", cursive;
    font-size: 25px;
    line-height: 37.59px;
    color: #4d5b44;
    margin-bottom: 20px;
    font-weight: bold;
}

.benefits-content p {
    font-weight: 300;
    letter-spacing: 0.64px;
    color: #4d5b44;
    margin: 0;
}

.additional-benefit-card {
    border: 1px dashed #4d5b44;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.plus-icon {
    font-size: 60px;
    line-height: 90px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #4d5b44;
    font-weight: bold;
}

.additional-benefit-card h4 {
    font-family: "Handlee", cursive;
    font-size: 25px;
    line-height: 37.59px;
    color: #4d5b44;
    margin: 0;
    font-weight: bold;
}


/* Key Ingredients Section */



.ingredient-card {
    background-color: #f4f1e4;
    border-radius: 17px;
    padding: 25px;
    height: 100%;
    position: relative;
    display: flex;
    padding-right: 0;
}

.ingredients-wrapper .row {
    align-items: stretch;
}

.ingredients-wrapper .row .col-12 {
    margin-bottom: 25px;
}

.ingredients-wrapper .row .col-12:nth-of-type(6) .ingredient-image img,
.ingredients-wrapper .row .col-12:nth-of-type(7) .ingredient-image img {
    min-width: 145px;
}

.ingredients-wrapper .row .col-12:nth-of-type(7) .ingredient-image img {
    min-width: 155px;
    right: 10px;
    bottom: 20px;
}

.ingredients-wrapper .row .col-12:nth-of-type(8) .ingredient-image img,
.ingredients-wrapper .row .col-12:nth-of-type(9) .ingredient-image img {
    min-width: 155px;
    right: 10px;
    bottom: 20px;
}

.ingredients-wrapper .row .col-12:nth-of-type(9) .ingredient-image img {
    min-width: 155px;
    right: 20px;
    bottom: 60px;
}

.ingredients-wrapper .row .col-12:nth-of-type(6) .ingredient-description {
    padding-right: 30px;
}

.ingredients-wrapper .row .col-12:nth-of-type(8) .ingredient-description {
    padding-right: 55px;
}

.ingredient-card.highlight {
    background-color: #d1cbb4;
    padding-right: 25px;
}

.ingredient-card.highlight .ingredient-description {
    max-width: 100%;
    padding-right: 0;
}

.ingredient-card.highlight .ingredient-title {
    font-size: 18px;
}

.ingredient-image {
    text-align: center;
    margin-bottom: 0;
    min-width: 90px;
    display: flex;
    align-items: flex-end;
    margin-bottom: -25px;
    position: relative;
}

.ingredient-image img {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 215px;
}

.ingredient-title span {
    font-size: 18px;
}

.ingredient-content {
    width: calc(100% -110px);
}

.ingredient-icon {
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.plus-sign,
.minus-sign {
    font-size: 45px;
    line-height: 67.5px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #4d5b44;
    font-weight: bold;
}

.ingredient-title {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    color: #4d5b44;
    margin-bottom: 10px;
}

.ingredient-description {
    font-weight: 300;
    letter-spacing: 0.64px;
    color: #4d5b44;
    margin: 0;
    padding-right: 10px;
    padding-bottom: 45px;
    max-width: 320px;
}

.other-ingredients {
    color: #f4f1e4;
    font-weight: 300;
    font-size: 15px;
}

.other-ingredients p {
    font-weight: 300;
    letter-spacing: 0.64px;
    margin-bottom: 18px;
}

.other-ingredients strong {
    font-weight: bold;
}


/* FAQ Section */

.faq-section {
    margin-top: 50px;
}

.faq-section button.accordion-button {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.72px;
    color: #4d5b44;
    margin: 0;
    background: transparent !important;
    border: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding-left: 0px;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.faq-section .accordion-body {
    padding: 0;
    padding-bottom: 10px;
    font-weight: 300;
    letter-spacing: 0.64px;
    color: #4d5b44;
    margin: 0;
}

.faq-section .accordion-item {
    border: 0px;
    border-bottom: 2px solid #d1cbb4;
}

.faq-section p {
    font-weight: 300;
    letter-spacing: 0.64px;
    color: #4d5b44;
    margin: 0;
}

.faq-section .accordion-button::after {
    background-image: url('/cdn/shop/files/Group_21.svg?v=1761941106');
    height: 40px;
    width: 40px;
    background-size: 30px;
    transition: none;
    top: 5px;
    position: relative;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url('/cdn/shop/files/Group_22.svg?v=1761941108');
    top: -5px;
    position: relative;
    right: 10px;
}

.ingredients-wrapper {
    background-color: #4d5b44;
    padding: 50px 0;
}

.ingredients-wrapper h3.orange {
    font-size: 30px;
    text-transform: lowercase;
}

.ingredients-wrapper .section-title {
    color: #f4f1e4;
}

.faq-wrapper {
    padding: 50px 0;
}

.faq-wrapper .section-title {
    color: #4d5b44;
    margin-bottom: 20px;
}







/* ==============================
   Fix intl-tel-input Styling
============================== */
.iti {
    width: 100%;
}

.iti__flag-container {
    background: #f8f8f8;
    border-right: 1px solid #ddd;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.iti__selected-flag {
    padding: 0 10px;
    background: #f8f8f8;
    border-radius: 8px 0 0 8px;
}

.iti__selected-flag:hover {
    background-color: #f1f1f1;
}

input[type="tel"],
input#user-phone {
    width: 100%;
    height: 50px;
    padding-left: 90px !important; /* space for flag + dial code */
    border: 1px solid #DFE4E9;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
    outline: none;
    transition: all 0.2s ease-in-out;
}

input[type="tel"]:focus,
input#user-phone:focus {
    border-color: #DFE4E9;
    box-shadow:none;
}

.iti__dial-code {
    font-weight: 500;
    color: #333;
}

/* Placeholder color */
input[type="tel"]::placeholder {
    color: #999;
}



.product__title h1 {
    color: #4D5B44;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
}

img.backarrow {
    border: 1px solid #DFE4E9;
    padding: 8px;
    border-radius: 10px;
}


.product--large:not(.product--no-media) .product__media-wrapper{
    max-width: 50% !important;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)  !important;
}
.product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 4rem;
    max-width: 50% !important;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)  !important;
}
.subtitle-product {
    font-size: 26px;
    text-transform: uppercase;
    color: #4D5B44;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}
.product__title {
    margin-bottom: 15px !important;
}
img.reviewimg {
    width: 340px;
    margin: 0px !important;
}
.product-desc {
    margin-top: 10px !important;
    color: #4D5B44;
    font-weight: 300;
    font-size: 15px;
}
.product-list-info ul{
    padding: 0px;
}
.product-list-info li {
    list-style: none;
    padding-left: 32px;
    color: #4D5B44;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
    font-size: 15px;
}
.product-list-info li:before {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/pli.svg?v=1761819439);
    width: 20px;
    height: 20px;
    background-size: cover;
    left: 0px;
    top: 3px;
}

.chevalnova-varient legend.form__label{
    font-weight: 700;
    color: #4D5B44;
    font-size: 18px;
    letter-spacing: .5px;
}
.product-form__input--pill.chevalnova-varient {
    padding: 18px 20px 14px;
    background: rgba(244, 241, 228, 0.5);
    gap: 0px 13px;
    display: flex;
    flex-wrap: wrap;
}
.chevalnova-varient label .label-main-text{
    display: block;
    width: 100%;
    color: #4D5B44;
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 13px;

}
.chevalnova-varient label .label-price{
    display: block;
    width: 100%;
    color: #868686;
    font-size: 10px;
}
.chevalnova-varient label{
    border: 2px solid rgba(209, 203, 180, 1) !important;
    border-radius: 2px !important;
    background: transparent !important;
    width: calc(25% - 10px);
    padding: 10px 5px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: flex !important;
    align-items: center;
    color: #4D5B44 !important;
    flex-direction: column;
}
.chevalnova-varient input[type=radio]:checked+label{
    background: transparent !important;
    border: 2px solid #4D5B44 !important;
}
.product-list-info {
    margin-bottom: 35px !important;
    margin-top: 20px !important;
}

.benefits-card ul{
    padding-left: 0px;
}
.benefits-card{
    font-weight: 300;
    letter-spacing: 0.64px;
    color: #4d5b44;
    margin-bottom: 20px;  
}
.benefits-card ul li{
    position: relative;
    padding-left: 40px;
    list-style: none;
    font-weight: 300;
    letter-spacing: 0.64px;
    color: #4d5b44;
    margin-bottom: 20px;
}
.benefits-card ul li:last-of-type{
    margin-bottom: 0px;
}
.benefits-card ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    height: 22px;
    width: 25px;
    background-image: url(/cdn/shop/files/Calque_1_1.svg?v=1761891837);
    background-size: cover;
    top: 3px;
}
.tabs-img:after {
    content: "";
    position: absolute;
    width: 270px;
    height: 410px;
    background-image: url(/cdn/shop/files/OUO_OO.png?v=1761892527);
    right: -104px;
    background-size: cover;
    z-index: 11;
    bottom: 130px;
}

.usage-content {
    max-width: 1240px;
    margin: auto;
    padding-top: 40px;
}
.modelefttext {
    font-size: 14px;
    padding-right: 30px;
}
.modelefttext h4 {
    color: #4D5B44;
    font-weight: 700;
    margin-top: 25px;
}



.nutrition-table {
    width: 100%;
    border: 2px solid #4D5B44;
    border-radius: 30px; 
}
.nutrition-heading {
    color: #F4F1E4;
    background: #4D5B44;
    font-weight: 700;
    padding: 10px 25px;
}

.nutrition-wrapper {
    max-width: 725px;
    margin: auto;
    border-radius: 10px;
    margin-top: 30px;
}

.nutrition-info-box {
    border-bottom: 2px solid #4D5B44;
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 15px;
    flex-wrap: wrap;
}
.nutrition-table .nutrition-heading-box:first-of-type .nutrition-heading{
    border-radius: 27px 27px 0px 0px;   
}
.nutrition-label{
    padding: 5px 10px 5px 20px;  
}
.nutrition-value {
    width: 100px;
    text-align: center;
    border-left: 2px solid;
    padding: 5px 5px;
}
.nutrition-info-box {
    min-height: 35px;
}
.nutrition-info-box:last-of-type {
    border: none;
    border-radius: 0px 0px 27px 27px;
}
.nutrition-info-box:nth-child(2n+1) {
    background: #FDFCF5;
}




.flip_box {
    min-height: 250px;
}

.flip_box .ingredient-content {
    width: calc(100%);
    padding-bottom: 30px;
}

.flip_box .ingredient-content {
    width: calc(100%);
    padding-bottom: 30px;
    height: 100%;
}

.flip_box .ingredient-description {
    max-width: 68%;
}


.flip-box,
.front,
.back {
    padding: 25px;
    height: 100%;
    width: 100%;
    border-radius: 17px;
    padding-right: 0;
    min-height: 250px;
    padding-bottom: 0px;
}

.flip-box .ingredient-title {
    padding-right: 20px;
}

.ingredient-card {
    padding: 0px;
}

.flip_box {
    position: relative;
}

.front,
.back {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.container {
    -moz-transform: perspective(1200px);
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.flip_box {
    transition: all 0.5s ease-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ingredient-content {
    width: calc(100% - 110px);
    padding-bottom: 30px;
}

.back {
    background-color: #d1cbb4;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.back .ingredient-title {
    font-size: 18px;
}

.back .ingredient-description {
    max-width: 100%;
    padding-right: 25px;
}

.flipped {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.ingredient-image img {
    bottom: 0px;
}

.back .ingredient-content {
    width: 100%;
}

.back .ingredient-icon {
    left: auto;
    right: 0px;
}
.ingredient-card .front {
    background-position: bottom right;
    background-repeat: no-repeat;
}
.ingredient-card .back {
    padding: 20px;
    color: #4D5B44;
}
.flip_box.flip_box-8 .front {
    background-position: bottom 20px right 10px;
}
.flip_box.flip_box-9 .front {
    background-position: bottom 20px right 10px;
}
.flip_box.flip_box-7 .front {
    background-position: bottom 20px right 10px;
    background-size: 120px;
}

.bottomingredient-heading {
    color: #EE702E;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    width: 100%;
    text-transform: lowercase;
    margin-top: 40px;
    margin-bottom: 60px !important;
}

nav.product-breadcrumbs a {
    color: #4D5B44;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
}
nav.product-breadcrumbs .current{
    color: #4D5B44;
    font-weight: 500;
}
nav.product-breadcrumbs {
    margin-bottom: 20px;
}

.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    margin-top: -9px;
}

.acturestext {
    color: #4D5B44;
    font-weight: 700;
    font-size: 15px;
    text-align: right;
    margin-top: 5px;
    width: 100%;
}
.acturestext a{
    color: #4D5B44;
    text-decoration: none;
}

.product-form__submit:after,
.product-form__submit:before{
    content: none !important;
}
.product-form__submit {
    margin-bottom: 1rem;
    background-color: #ee702e;
    color: #ffffff;
    border: 1px solid #ee702e !important;
    padding: 12px 40px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 27px;
    text-transform: uppercase;
}
.product-form form{
    display: flex;
    justify-content: center;
}
div#product-text-scroller {
    margin-bottom: 30px;
}

.table-bottom-text {
    color: #4D5B44;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 300;
}

.faq-section .accordion{
    border-top: 0px;
}

.header__icons path {
    /*    fill: #fff !important;*/
}
.header__search,.header__icon--account{
    /*    display: none !important;*/
}

header.header{
    display: flex;
    justify-content: space-between;  
}
nav.header__inline-menu > ul > li {
    margin: 0px 20px;
}
a.Connexionbtn {
    color: #EE702E;
    text-decoration: none;
    border: 1px solid #EE702E;
    padding: 6px 20px;
    margin-left: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 20px;
}




/************* Cart Css Starts *********/

button.drawer__close {
    position: relative;
}
.drawer__header {
    position: relative;
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h2.drawer__heading {
    margin: 0px !important;
    font-size: 18px;
    font-style: italic;
}
button.drawer__close {
    width: 30px;
    min-width: 0px;
    height: 30px;
    min-height: 0px;
    top: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff3ee;
    border-radius: 50%;
}

.cartheader-count {
    background: #ee702e;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.drawer__close svg {
    width: 15px !important;
    height: 15px !important;
}
.drawer__inner.gradient.color-scheme-1 {
    padding: 0px !important;
}
cart-drawer-items {
    padding: 0px 20px;
}
.drawer__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px !important;
    border-bottom: 1px solid #e8e8e8;
}
.cartdrwaer-dubheadingbox {
    padding: 0px 20px;
    margin-top: 15px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 7px;
}

.cart-item__quantity quantity-input.quantity.cart-quantity {
    border: 1px solid #4d5b44;
    border-radius: 30px;
}
.quantity.cart-quantity:before,
.quantity.cart-quantity:after {
    display: none !important;
}

@media screen and (min-width: 990px) {
    .quantity-popover-container {
        width: auto;
        max-width: 110px !important;
    }
}

.quantity-popover-container .quantity__button {
    width: 35px;
    color: #ee702e;
}
.cart-item__quantity-wrapper {
    display: flex;
    justify-content: flex-end;
}
.mk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.drawer__cart-items-wrapper .cart-item cart-remove-button {
    display: flex;
    margin-left: 0px;
    position: relative;
    top: 0px;
    right: 0px;
    opacity: .8;
}

td.cart-item__media {
    background: #f7f7f7;
    padding: 5px !important;
    border-radius: 10px;
}
.cart-drawer .cart-items td {
    padding-top: 2px !important;
}
a.cart-item__name.h4.break {
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 600;
    line-height: 1.4;
    font-style: italic;
}
td.cart-item__totals.right {
    display: none !important;
}
.cart-drawer .cart-item__details {
    width: auto !important;
    grid-column: 2 / 5;
    max-width: 100% !important;
    /* padding-right: 30px !important; */
}
.cart-drawer .cart-item {
    margin-bottom: 20px !important;
}

.mk span.price.price--end {
    font-weight: bold;
}

.drawer__footer {
    padding: 10px 20px !important;
    border-top: none !important;
}

.cartcoupon-heading {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 800;
    font-style: italic;
}

.couponinput-row input[type="text"] {
    width: 100%;
    border: 1px solid #FFF8D8;
    height: 45px;
    border-radius: 30px;
    background: #FFF8D8;
    padding: 0 12px;
    font-size: 14px;
}
.couponinput-row {
    position: relative;
}
input.coupansubmit {
    background: #000000;
    border: none !important;
    font-size: 14px;
    height: 35px;
    border-radius: 30px;
    padding: 0 26px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 5px;
    z-index: 1;
    font-weight: 600;
}
.bg-orange {
    background-color: #4d5b44;
    z-index: 1;
    display: block !important;
    height: 10px !important;
    margin-top: 0px;
}

.progressbar-toptext {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 8px;
}
span.remainingamount {
    font-weight: 500;
    background: #4d5b44;
    padding: 3px 5px;
    color: #fff;
}
.progressbar-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 8px;
    color: rgba(37, 37, 37, 0.6);
}

.cart-progress-bar {
    margin-top: 0px !important;
    margin-bottom: 20px;
    padding: 10px 24px;
    background: #F2F2F2;
}
.cart-drawer .cart-items thead {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    display: none;
}
.cart-drawer .cart__checkout-button {
    max-width: none;
    background: #ee702e;
    height: 50px;
    border-radius: 40px;
    display: block;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
}
.cart-drawer .cart__checkout-button:after,
.cart-drawer .cart__checkout-button:before {
    content: none !important;
}
.deliverydatebox {
    margin-top: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
.deliverydatebox span {
    font-weight: 600;
}
.progress {
    border: 1px solid #E3E3E3 !important;
    background: #fff !important;
    height: 12px !important;
}
td.cart-item__media{
    background: none;
}
.cart-drawer .cart-item__image {
    max-width: 100%;
    border-radius: 10px;
    height: auto;
    object-fit: cover;
}
.cart-drawer__footer{
    margin-bottom: 15px;
    margin-top: 15px;
}
.drawer__footer .deliverydatebox{
    margin-top: 7px;
}
.drawer__inner{
    width: 52.8rem !Important;
}

button.button.button--tertiary.cart-remove-button,.cart-item cart-remove-button {
    width: 20px !important;
    height: 20px !important;
    min-width: 0px;
}
.cart-title-removebox{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;  
}
.cart-item__discounted-prices{
    display: none;
}
.cartdrawer-reviewbox {
    padding: 8px 10px;
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    justify-content: center;
}
.cartbottompaybox img {
    width: 170px;
}

.cartbottompaybox {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 10px;
}

/************* Cart Css Ends *********/




/******************* About Us wrapper ************************/
.about-wrapper {
    padding: 60px 0 20px;

}

.about-wrapper h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 1.4px;
}

.about-wrapper h3 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4D5B44;
    line-height: 1.4;
}

.about-wrapper .text-center-wrapper {
    padding: 0 10px;
}

.about-wrapper .about-quote.bg-green.text-center {
    background: #4D5B44;
}

.about-wrapper .about-quote.bg-green.text-center blockquote {
    color: #F4F1E4;
}

.about-wrapper .text-center-wrapper p {
    padding: 0 30px;
    letter-spacing: 2px;
}

.about-wrapper .row {
    align-items: center;
}

.about-quote {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    font-family: "Handlee", cursive;
    font-size: 34px;
    font-weight: bold;
}

.about-wrapper .row {
    align-items: stretch
}


.about-wrapper blockquote {
    font-size: 35px;
    font-family: "Handlee", cursive;
    padding: 0 30px;
    font-weight: bold;
}

.about-wrapper p:last-of-type {
    margin-bottom: 0px;
}

.about-wrapper .text-center-wrapper p {
    padding: 0 10px;
    letter-spacing: 1px;
}


.about-wrapper i {
    margin-bottom: 0px;
    display: block;
    padding: 0 15px;
    letter-spacing: 2px;
}



.column-one-wrapper {
    margin: 60px 0;
}

.about-wrapper h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #4D5B44;
}

.about-wrapper .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-wrapper .text-center-wrapper.bg-yellow {
    background: #f4f1e4;
    padding: 30px 30px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 300;
}

.about-headings h2{
    color: #4D5B44;
}
.aboutleft-info{
    font-weight: 300;
    color: #4D5B44;
}
.middleabout-info{
    font-weight: 300;
}

.collection-hero__title {
    margin: 2.5rem 0;
    text-align: center;
    color: #4D5B44;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 60px !important;
}
.main-page-title {
    margin-bottom: 30px !important;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    color: #4D5B44;
}

.contact__button {
    text-align: center;
}
#ContactForm .field:before,
#ContactForm .field:after,
.contact__button button:before,
.contact__button button:after{
    display: none; 
}
#ContactForm .field__input {
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 5px;
}
#ContactForm .field__label{
    top: 14px;
}
.contact__button button {
    background-color: #ee702e;
    border-radius: 25px;
    padding: 10px 20px;
    height: 50px;
    min-width: 170px;
    display: inline-block;
    font-size: 16px;
}

.product-pdf-download {
    text-align: center;
    margin-top: 20px !important;
}
.product__info-container .product-form,.product-form__submit{
    margin-bottom: 0px !important;
}
.cart-drawer__warnings .drawer__close {
    right: 5px;
    position: absolute;
}
cart-drawer.is-empty .cartdrawer-reviewbox {
    display: none;
}
.quantity-limit-message {
    position: absolute;
    width: 100%;
    padding-right:25px;
}
@media screen and (max-width:767px){
    .question-right{
        display: none !important;
    }
    .help-text {
        padding: 10px 15px;
        font-size: 12px;
    }
    .step.active{
        padding: 0px;
    }

    .questionnaire-header{
        padding: 0px 25px 15px 20px;
    }
    .questionbox .row{
        height: 100vh;
    }
    .fixed-continue-btn {
        position: fixed;
        background: #fff;
        bottom: 0px;
        width: 100%;
    }
    .questionbox-left-top{
        padding-bottom: 175px;
    }
    .step.active[data-step="1"],.step.active[data-step="4"],.step.active[data-step="8"]{
        min-height: 95vh;
    }
}

img.closequestion {
    width: 30px;
    position: absolute;
    left: 20px;
    top: 13px;
    z-index: 999;
    cursor: pointer;
}
.announcement-bar__message.h5 p{
    margin-bottom:0px;
    font-weight: 300;
}




/************** Qty Product ****************/


.tier-section {
  padding: 20px 0;
  font-family: Inter, sans-serif;
}

.qty-title {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
}

.tier-pricing-box {
  background: #f7f5ee;
  padding: 25px;
  border-radius: 12px;
}

.tier-cards {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 25px;
}

.tier-card {
  width: 30%;
  padding: 18px 8px;
  border-radius: 10px;
  border: 3px solid transparent;
  transition: 0.3s;
}

.tier-card.active {
     border-color: #4D5B44;
    background: #F4F1E4;
    border-radius: 6px;
}

.t-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #d66932;
}

.t-range {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}

.tier-price {
    font-size: 16px;
    color: #4D5B44;
    font-weight: 500;
}

/* Slider + Bubble */
.slider-wrapper {
  position: relative;
  width: 100%;
  margin: 35px 0 15px;
}

#qty-slider {
  width: 100%;
  height: 12px;
  background: #d7d1bd;
  border-radius: 20px;
  outline: none;
  -webkit-appearance: none;
}

#qty-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  background: #357bff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.bubble {
  position: absolute;
  top: -22px;
  left: 0;
  transform: translateX(-50%);
  background: #e36a30;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid white;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
  z-index: 10;
  transition: left 0.15s linear;
}


.tier-card {
  padding: 18px;
  border: 2px solid transparent;
  transition: 0.3s;
}


.slider-wrapper {
  position: relative;
  margin-top: 30px;
}

#qty-slider {
  width: 100%;
  appearance: none;
  height: 12px;
  border-radius: 6px;
  background: #d8d2c3;
}

.qty-bubble {
    position: absolute;
    top: -8px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    pointer-events: none;
    z-index: 111;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #e96d35;
    color: #e96d35 !important;
}
.slider-wrap{
    position:relative;
    width:100%;
}
.slider-wrap-outer{
   position:relative;
    padding: 0px 25px;  
}
.qty-container {
    background: rgba(244, 241, 228, 0.5);
    padding: 25px 25px;
}
.qty-container h4 {
    font-weight: 700;
    color: #4D5B44;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0px;
}
/* ===== RANGE TRACK (background bar) ===== */
#qty-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 12px;
  background: #d8d2c3;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

/* ===== SELECTOR (THUMB) — Chrome, Edge, Safari ===== */
#qty-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 38px;
  height: 38px;
  background: #e96d35; /* selector color */
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.22);
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* ===== SELECTOR (THUMB) — Firefox ===== */
#qty-slider::-moz-range-thumb {
  width: 38px;
  height: 38px;
  background: #e96d35;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.22);
  cursor: pointer;
  opacity: 0;
}
/* FULL TRACK */
#qty-slider {
  width: 100%;
  height: 12px;
  border-radius: 20px;
  background: linear-gradient(to right, #e76c35 0%, #e76c35 0%, #d7d1bd 0%);
  outline: none;
  -webkit-appearance: none;
}

/* THUMB */
#qty-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  background: transparent; /* bubble covers it */
  cursor: pointer;
  border-radius: 50%;
    opacity: 0;
}
.tier-card h3 {
    color: #BCBCBC;
    font-size: 16px;
    letter-spacing:1px;
}
.tier-card p {
     color: #BCBCBC;
    font-size: 20px;
    margin-bottom: 3px;
}
.tier-card.active h3,
.tier-card.active p{
color:#EE712F;
}

.eco-box {
    background: #D1CBB4CC;
    color: #4D5B44;
    padding: 6px 20px;
    font-size: 14px;
    border-radius: 40px;
    font-weight: 500;
    border: 1px solid #4D5B44;
}
.qtybottominfo {
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
}
.qtytobar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.slider-wrap-outer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.qty-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: bold;
  background: #e76c35;
  color: white;
  border: none;
  cursor: pointer;
}
fieldset.js.product-form__input.product-form__input--pill.chevalnova-varient:nth-child(2),
.product-form__input.product-form__quantity {
    display: none !important;
}


@media screen and (max-width:767px){
.tier-card{
    width:100%;
    border:1px solid #ccc;
}
.tier-cards {
    flex-wrap: wrap;
            gap: 10px;
}
.slider-wrap-outer{
    padding:0px;
}
.qty-container h4{
    margin-bottom:0px;
    font-size:16px;
}
.eco-box {
    padding: 6px 12px;
    font-size: 10px;
}

}