/** Shopify CDN: Minification failed

Line 748:31 Expected identifier but found "!"
Line 1257:0 Expected "}" to go with "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    /* Font Family */
    --font-heading-family: 'Montserrat', sans-serif;
    --font-body-family: 'Inter', sans-serif;

    /* Colors */
    --white-color: #FAFAFA;
    --primary-color: #234068;
    --accent-color: #1B4F6B;
    --secondary-color: #FBE2BA;
    --background-color: #E9EDF6;

    /* Font Weights */
    --font-weight-regular: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 900;

    /* Line Heights */
    --line-height-regular: 1.5;
    --line-height-tight: 1.2;
    --line-height-loose: 1.75;

    /* Spacing */
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 40px;
    --spacing-xl: 80px;
    --spacing-xxl: 100px;

    /* Font Sizes */
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-md: 16px;
    --font-size-lg: 18px;
    --font-size-xl: 24px;
    --font-size-xxl: 36px;
}

/* Section Styles */
.above-text-section {
    padding: var(--spacing-xl) 0;
    box-shadow: 0px 10px 8px #23406847;
    z-index: 2;
    position: relative;
}


.above-text-section .section-heading{
    max-width: 100%;
    font-size: var(--font-size-xl);
    line-height: var(--line-height-tight);
    letter-spacing: normal;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    text-transform: capitalize;
}

.most-loved, .new-launched {
    padding: var(--spacing-lg) 0 var(--spacing-xl);
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(122deg, var(--background-color) 50%, var(--white-color) 50%);
}
.new-launched{
    background: linear-gradient(122deg, var(--white-color) 50%,var(--background-color) 50%);
}

.most-loved .owl-carousel .owl-stage-outer, .new-launched .owl-carousel .owl-stage-outer {
    padding: var(--spacing-md);
}

.section-footer {
    padding-top: var(--spacing-lg);
    text-align: center;
}

.most-loved .section-heading, .new-launched .section-heading, section.values-wrapper.page-width .section-heading,
.experts-wrapper .section-heading , .experts-wrapper .section-description,.newslatter .custom-text-content, .testimonials .heading-section,div.gfa-content__text.heading-cSyDLXazzrKl > h3,.logo-slider-heading,.rich-text__heading  {
    text-align: center;
    letter-spacing: normal;
    margin-bottom: var(--spacing-md);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-xxl);
    padding: var(--spacing-lg) 0;
    color: #000;
}

.above-text-section .section-heading strong,
.new-launched .section-heading strong,
section.values-wrapper.page-width .section-heading strong,
.experts-wrapper .section-heading strong,
.experts-wrapper .section-description strong,
.newslatter .custom-text-content strong,
.testimonials .heading-section strong,
.logo-slider-heading strong
{
color: var(--white-color);
font-weight: var(--font-weight-bold);
font-family: var(--font-heading-family);
}


.above-text-section .section-heading strong,
section.values-wrapper.page-width .section-heading strong,
.new-launched .section-heading strong,
.most-loved .section-heading strong,
.logo-slider-heading strong,
.rich-text__heading strong {
    color: var(--primary-color);
}
.testimonials .heading-section{
    margin-top:0px;
}
.logo-slider-heading {
    margin-block:0px;
}
.experts-wrapper .section-heading  {
    margin-bottom: 0;
    padding-bottom: var(--spacing-sm);
    font-family: var(--font-heading-family);
}
.most-loved .section-heading, .new-launched .section-heading, section.values-wrapper.page-width .section-heading {
    padding-block: 0px 25px!important;
    margin: 0px;
}
 section.values-wrapper.page-width .section-heading{
    margin-top: var(--spacing-lg);
}

.product-card.item {
    overflow: visible;
    background: #ffffff;
}
.product-card.item {
    border-radius: 0 0 var(--spacing-sm) var(--spacing-sm);
    box-shadow:0 6px 18px #2340689e;
    position:relative;
}

.card:hover, .product-card:hover {
    transform: translateY(0);
}

.product-badges .badge {
    background: var(--primary-color);
    color: var(--white-color);
    width: fit-content;
    max-width: fit-content;
    border-radius: var(--spacing-xs);
    padding: var(--spacing-xs) var(--spacing-sm);
    font-size: var(--font-size-sm);
}

.owl-carousel.most-loved-carousel .owl-stage-outer {
    padding: var(--spacing-md) 0;
}

.product-badges {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: -17px;
    z-index: 11;
}

a.product-image {
    display: flex;
}

a.product-image img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    mix-blend-mode: multiply;
    padding: var(--spacing-lg) var(--spacing-lg);
}

a.product-image:hover > img {
    mix-blend-mode: normal;
}

.product-ratings, h3.product-title, .product-price {
    padding-inline: var(--spacing-sm);
}

h3.product-title a {
    font-weight: var(--font-weight-semibold);
    color: var(--primary-color);
    letter-spacing: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: var(--font-size-lg);
    line-height: var(--line-height-tight);
    min-height: 45px;
    text-decoration: none;
}

span.percent-off {
    font-size: var(--font-size-sm);
    background-color: var(--primary-color);
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--spacing-xs);
    font-weight: var(--font-weight-regular);
    color: var(--white-color);
    flex: 1;
    max-width: fit-content;
    width: fit-content;
    line-height: 1.2;
    display:inline-block;
}

span.current {
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
}

span.compare-at {
    font-size: var(--font-size-xs);
    text-decoration: line-through;
    font-family: var(--font-body-family);
}

.product__info-container .jdgm-preview-badge .jdgm-star.jdgm-star {
    color: var(--primary-color);
    font-size: var(--font-size-xs);
    padding: 0 var(--spacing-xs) 0 0 !important;
}

.product-price {
    padding-bottom: var(--spacing-lg);
    border-radius: 0 0 var(--spacing-sm) var(--spacing-sm);
    background: #fff;
    position: relative;
    z-index: 11;
    font-family: var(--font-body-family);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--spacing-xs);
}

button.ajax-add-to-cart {
    padding: var(--spacing-lg) var(--spacing-sm) var(--spacing-sm);
    min-width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 var(--spacing-sm) var(--spacing-sm);
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-regular);
    letter-spacing: normal;
    background: var(--primary-color);
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: -30px;
    font-family: var(--font-heading-family);
}

button.ajax-add-to-cart:hover {
    font-weight: var(--font-weight-semibold);
}

.section-footer a.bottom-button,.newslatter-btn {
   background: var(--primary-color);
     color: var(--background-color);
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--spacing-xs);
    display: inline-flex;
    text-decoration: none;
    width: auto;
    font-size: var(--font-size-sm);
    box-shadow: 0 6px 18px #2340689e;
}

.section-footer a.bottom-button:hover {
    font-weight: var(--font-weight-bold);
}
.values-wrapper .cards-container {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
/* Value Card */
.value-card {
    flex: 1;
    letter-spacing: 0.06rem;
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-lg);
    color: var(--background-color);
    text-align: center;
    border: 0px solid rgba(250, 248, 229, 0.1);
    position: relative;
    box-sizing: border-box;
    height: 100%;
    background: rgb(0, 0, 0);
    border-radius: var(--spacing-md);
    padding: var(--spacing-lg) var(--spacing-lg);
}

.value-card img {
    width: 120px !important;
    margin:0 auto;
}

.value-card h3 {
    color: var(--background-color);
    display: block;
    font-family: var(--font-heading-family);
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    letter-spacing: normal;
}

.value-card p {
    font-family: var(--font-heading-family);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-loose);
    text-align: center;
    margin: 0;
}

/* Expert Section */
.experts-wrapper .section-description, .experts-wrapper .section-description p,.newslatter .custom-text-content p {
    font-size: var(--font-size-lg);
    padding: 0;
    margin: 0px;
}

.experts-wrapper .section-description p {
    padding-inline: 11%;
}

section.experts-wrapper .container {
    background: var(--accent-color);
    padding-top: var(--spacing-lg);
    display: flex;
    flex-direction: column;
}

.experts-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-md);
    transform: translateY(128px);
    margin-top: -72px;
}

.underline {
    height: var(--spacing-sm);
    display: block !important;
    width: 100%;
    background: var(--secondary-color);
    margin-block: var(--spacing-md) var(--spacing-lg);
}

.expert-image{
    line-height: 0;
    overflow: hidden;
}

.experts-grid img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.expert-image img {
    transition: transform 1.6s;
}
.expert-card:hover .expert-image img {
    transform: scale(1.1);
}
.expert-card {
    flex: 1 1 auto;
    border-radius: var(--spacing-xs) var(--spacing-xs) 0px 0px;
    overflow: hidden;
}

.bottom-bg:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--accent-color);
    bottom: 0;
    display: block;
    z-index: -1;
}

.bottom-bg {
    height: 120px;
    position: relative;
    width: 100%;
    display: block !important;
    z-index: -1;
}

.expert-info > * {
    margin: 0px;
}

.expert-info {
    background: var(--background-color);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
    padding: var(--spacing-sm) var(--spacing-md);
    min-height: 128px;
}
.expert-info h3 {
    font-family: var(--font-body-family);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    line-height: var(--spacing-md);
    text-align: left;
}
.owl-carousel .owl-nav{
    visibility:hidden;
    opacity:0;
}
.owl-carousel:hover .owl-nav{
    opacity:1;
    visibility:visible;
}
.owl-nav button {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
button.owl-prev {
    left: 0;
}

button.owl-next {
    right: 0;
    left: unset;
}

.owl-nav button span {
    font-size: var(--font-size-xxl);
    color: var(--white-color);
    font-family: var(--font-heading-family);
    font-weight: var(--font-weight-semibold);
    display: flex;
    background: var(--primary-color);
    width: 45px;
    align-items: center;
    height: 45px;
    justify-content: center;
    line-height: 0;
    border-radius:var(--spacing-lg);
}

.owl-nav button.disabled span {
    background: #1f6488;
    opacity: 0.5;
    cursor: not-allowed;
}

a.product-image img.primary-img {
    position: absolute;
}

a.product-image:after {
    content: "";
    padding-bottom: clamp(80%, 20.5vw, 100%);
}

/* Testimonial Section */
.testmonial-section {
    background: var(--accent-color);
    padding-bottom: 20px;

}

.testimonial-item .card {
    height: 560px !important;
    perspective: 1000px;
    border-radius: var(--spacing-sm) !important;
    box-shadow: none !important;
    overflow: visible;
    margin: var(--spacing-sm) 0;
    background:transparent;
}

.testimonial-item .card-inner {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s;
    transform-style: preserve-3d;
    border-radius: var(--spacing-sm);
    height:100%;
    width:100%;
}

.testimonial-item .card:hover > .card-inner {
    transform: rotateY(180deg);
}

.testimonial-item .card:hover > .card-inner:after {
    z-index: -1;
}

.testimonial-item .card-inner:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000006e;
    z-index: 0;
    display: block;
    top: 0;
}

.testimonial-item .card-front, .testimonial-item .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 0;
}

.testimonial-item .card:hover > .card-inner .card-back {
    backface-visibility: visible;
    z-index: 111;
}

.testimonial-item .card-front {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: var(--accent-color);
}

.testimonial-item .card-back {
    background-color: var(--background-color);
    color: var(--secondary-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: rotateY(180deg);
}

.card-text.card-heading, .card-text.card-name-role {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: var(--spacing-md);
}
.card-front .card-text.card-heading h3{
font-weight: var(--font-weight-extrabold);
}

.card-text.card-name-role {
    bottom: 0;
}

.testimonial-item .card-text.card-heading {
    top: 0;
}

.card-text.card-heading h3 {
    color: var(--white-color);
    font-size: var(--font-size-xl);
    text-align: left;
    font-weight: var(--font-weight-bold);
    margin: 0;
}

.back_content {
    padding: var(--spacing-md);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.card-text.card-name-role p:first-child, .card-back .back_content h3 {
    font-family: var(--font-heading-family);
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-semibold);
    line-height: 37px;
    margin: 0;
    color: var(--white-color);
}

.card-text.card-name-role p, .card-back .back_content p {
    font-family: var(--font-heading-family);
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-regular);
    text-align: left;
    margin: 0;
    color: var(--white-color);
}

.card-back .back_content p, .card-back .back_content h3 {
    text-align: center;
    color: var(--primary-color);
}

/* General Styles */
.product-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    display: block;
    transition: opacity 0.3s ease-in-out;
}

.product-image .secondary-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-image:hover .secondary-img {
    opacity: 1;
}

.product-image:hover .primary-img {
    opacity: 0;
}
.gfa-content__carousel-slide.GSC-CiSGqtdQqVfVtUB {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    border-radius: 24px;
    margin: 14px;
    padding: 0 !important;
    overflow: hidden;
}
div.gfa-content__text.heading-cSyDLXazzrKl > h3 {
    font-weight: var(--font-weight-bold);
    background: linear-gradient(to right, #1b4f6b 50%, #6a86c6 50%);
    -webkit-background-clip: text; 
    background-clip: text;
    color: transparent;
    margin-bottom: 0px;
}
.gfa-widget.GSC-CiSGqtdQqVfVtUB {
    padding: 0 !important;
    background:var(--background-color) !important;
}
.logo-slider {
    margin-bottom: 40px;
}

.logo-slide {
    display: flex;
    align-items: center;
    padding: 10px;
    min-height: 82px;
}
a.btn.newslatter-btn {
    background: var(--background-color);
    color: var(--primary-color);
    font-size: var(--font-size-md);
   
    padding: var(--spacing-xs) var(--spacing-md);
    min-width: 200px;
    justify-content: center;
    border-radius: var(--spacing-md);
}
a.btn.newslatter-btn:hover{
 font-weight: var(--font-weight-bold);
}

section.above-text-section.Above-section.newslatter {
    background: var(--primary-color);
}

.newslatter.above-text-section .section-heading strong {
    color: var(--white-color);
}

.newslatter.above-text-section .section-heading {
    font-size: calc(var(--font-size-xl) + 20px);
}
footer.footer {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.footer-block.grid__item {
    background: transparent;
    box-shadow: none;
}

h2.footer-block__heading.inline-richtext {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    padding:2px;
}
.slideshow.banner .slideshow__slide{
min-height:355px;
}

.newsletter-form__field-wrapper .field{
    border-radius: 42px !important;
    background: #fff;
    border-color: #fff !important;
    box-shadow: none !important;
    overflow:hidden;
}
.newsletter-form__field-wrapper .field:after,.newsletter-form__field-wrapper .field:before{
    display:none;
}
.newsletter-form__field-wrapper .field__input{
    border-radius: 34px;
     color: var(--white-color);
}
.newsletter-form__field-wrapper .field__input:focus-visible{
     box-shadow: none !important;
}
.newsletter-form__field-wrapper .field button#Subscribe {
    padding-inline: 50px;
}

.footer__copyright{
color: var(--secondary-color); !important;
}
.footer-block__details-content>p,.list-social__link,.copyright__content a {
    color: var(--white-color) !important;
}
.footer-logo-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
    margin: 0;
    width: 100%;
    padding: 0px;
}
section#shopify-section-template--18423928553644__1757836081909e089c {
    background: #e9edf6;
}
header li.list-social__item svg {
    color: var(--primary-color);
}
li.list-social__item span.svg-wrapper{
    height:22px;
    width:22px;
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
button.owl-dot span {
    height: 16px;
    width: 16px;
    border-radius: 20px;
    background:  #3e7b9c;
    display: inline-block;
    margin: 0 4px;
}
button.owl-dot.active span {
    background:var(--secondary-color);
}
/* Slider images */
.owl-carousel .item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Owl nav arrows */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-nav button {
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important;
    font-size: 32px !important;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    pointer-events: auto;
    cursor: pointer;
}

.owl-nav button:hover {
    background: #d4af37;
    color: #000 !important;
}

.page-width.custom_breadrumnbs_bhoopsi {
    text-align: left;
    margin-left: 0;
    width: 100%;
    background: white;
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px !important;
}

.breadcrumbs_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs_item {
    display: inline-block;
    color: #14151680;
}

.breadcrumbs_item--current>span {
    font-weight: 600;
    pointer-events: none;
    cursor: default;
}

.breadcrumbs_item:not(:last-child):after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 6px;
    margin: 0 7px 0 7px;
    position: relative;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 6px;
    color: #424242;
}

.breadcrumbs_link {
    text-decoration: none;
    color: inherit;
}

#shopify-block-AUDNkVEVlMmUwdzJrd__judge_me_reviews_preview_badge_icHHfJ {
    display: inline-flex;
    max-width: 49%;
    margin: 0px auto;
    float: left;
    align-items: center;
    height: 57px;
}

.product__info-container .jdgm-preview-badge .jdgm-star.jdgm-star,
.jdgm-prev-badge__text {
    font-size: 18px;
    font-weight: 700;
}

.product__info-container .rattingImg.icon-with-text img {
    margin: 0;
    height: 57px !important;
    width: 57px !important;
}

.product__info-container .variant-card__title,
.variant-card__price {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.product__info-container variant-selects label {
    padding: 10px !important;
    width: fit-content;
    min-width: 30%;
}

.product__info-container .variant-card__image img {
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.product__info-container .variant-card__qty,
.accordion__title {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    margin-top: 9px;
}

.product__info-container .sub-content-main p {
    font-size: 15px !important;
}

.sub-content-left,
.sub-content-right {
    flex: 1 1 auto;
}

.product--small:not(.product--no-media) .product__info-wrapper {
    box-shadow: none;
}

.price.price--large.price--on-sale.price--show-badge {
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 14px;
}

.product-form__buttons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

button.product-form__submit {
    margin-bottom: 0px;
    background: var(--primary-color) !important;
}

button.product-form__submit:after,
button.product-form__submit:before {
    display: none;
}

.product__info-container .product-form__buttons {
    max-width: 100%;
}

.product-form__submit,
.shopify-payment-button,
.shopify-payment-button__button {
    flex: 1;
    border-radius: 6px !important;
    overflow: hidden;
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 2px !important;
    text-transform: uppercase;
}

.product-form__submit,
.shopify-payment-button,
.shopify-payment-button__button::hover {
    font-weight: 600 !important;
}

.product__info-container .icon-with-text--horizontal .icon-with-text__item {
    flex-direction: row;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    width: 100%;
}

.product__info-container .icon-with-text:not(.rattingImg) {
    gap: 8px;
}

.product__info-container .icon-with-text:not(.rattingImg) img {
    height: 25px;
    width: 25px;
    margin-bottom: 0px;
}

.product__info-container .icon-with-text:not(.rattingImg) span.inline-richtext {
    font-size: 12px;
}

.product__info-container .icon-with-text:not(.rattingImg) li.icon-with-text__item {
    flex: 1;
    gap: 8px;
    max-width: fit-content;
}

.product__accordion.accordion {
    border-top: 1.5px solid var(--accent-color);
    border-bottom: 1.5px solid var(--accent-color);
}

.accordion__title {
    font-size: 15px;
}

summary .icon-caret {
    stroke: var(--accent-color);
}

.grid__item.product__media-wrapper {
    overflow: visible;
}

.slider-tabs {
    flex-wrap: wrap;
}

.jdgm-rev-widg .jdgm-star,
.jdgm-revs-tab .jdgm-star,
.jdgm-all-reviews .jdgm-star,
.jdgm-gallery-popup .jdgm-star {
    color: var(--accent-color) !important;
}

.button:after,
.button:before {
    display: none;
}

.card__media .product-badges {
    top: 8px !important;
    text-align: left;
}

.grid__item .button {
    background-color: var(--accent-color) !important;
}

.page-width.custom_breadrumnbs_bhoopsi,
.breadcrumbs_item {
    color: var(--accent-color);
}

#shopify-section-template--18423928488108__product-grid {
    margin-top: 0px;
}



@media screen and (min-width: 769px) {
    .product__info-container {
        max-width: 67rem !important;
    }

    .product__info-wrapper--extra-padding {
        padding-left: 2rem !important;
    }

    slider-component,
    .custom_badge_class {
        left: 27px;
    }

    slider-component {
        padding-right: 35px;
    }

    .grid__item.product__media-wrapper slider-component.thumbnail-slider {
        left: 27px;
        height: 140px;
    }

}
@media(max-width:768px) {

    .above-text-section {
        padding: var(--spacing-md) 0;
    }

    .above-text-section .section-heading {
        width: 100%;
    }

    .most-loved .section-heading,
    .new-launched .section-heading,
    section.values-wrapper.page-width .section-heading,
    .experts-wrapper .section-heading,
    .experts-wrapper .section-description,
    .newslatter .custom-text-content,
    .testimonials .heading-section,
    div.gfa-content__text.heading-cSyDLXazzrKl>h3,
    .logo-slider-heading,
    .rich-text__heading {
        line-height: 1.2;
        font-size: calc(var(--font-size-xl) + 4px);
        padding: var(--spacing-md);
    }

    .most-loved,
    .new-launched {
        padding: var(--spacing-sm) 0 var(--spacing-md);
    }

    .section-footer {
        padding-top: var(--spacing-md);
    }

    a.product-image img {
        aspect-ratio: 1.2 / 1;
    }

    .product-price {
        padding-bottom: var(--spacing-md);
        padding-top: var(--spacing-xs);
        flex-wrap: wrap;
    }

    button.ajax-add-to-cart {
        font-size: var(--font-size-lg);
    }

    .experts-wrapper .section-description p,
    .newslatter .custom-text-content {
        padding: 0px;
        line-height: 1.6;
        font-size: var(--font-size-sm);
    }

    .product-badges .badge,
    span.percent-off {
        font-size: var(--font-size-xs);
        line-height: 1.2;
    }

    .experts-wrapper .section-description {
        padding: 0px var(--spacing-sm) 0px;
    }

    .value-card {
        padding: var(--spacing-sm);
    }

    section.page-width.testimonials {
        padding-top: var(--spacing-md);
    }

    .newslatter.above-text-section .section-heading {
        font-size: calc(var(--font-size-xs) + 16px);
    }

    .footer-block.grid__item {
        margin: 1.2rem 0px !important;
        flex: 1 1 auto;
        width: max-content;
    }

    .footer .grid {
        display: flex !important;
    }

    .footer__content-top {
        padding-inline: 15px !important;
    }

    section.above-text-section.Above-section.newslatter .container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .card-front .card-text.card-heading h3 {
        font-weight: var(--font-weight-regular);
    }

    .product__info-container .icon-with-text:not(.rattingImg) li.icon-with-text__item {
        flex-direction: column;
    }

    .product__info-container .icon-with-text:not(.rattingImg) span.inline-richtext {
        font-size: 11px;
    }

    .product-form__submit,
    .shopify-payment-button,
    .shopify-payment-button__button {
        font-size: 15px !important;
    }

    .sub-content-main {
        flex-direction: column;
        gap: 0px !important;
    }

    .sub-content-left,
    .sub-content-right {
        width: 100%;
    }

    .product__info-container variant-selects label {

        margin-right: 2px !important;
        padding: 2px !important;
    }

    .slider-tabs .tab-btn {
        font-size: 12px;
    }

    .sub-content-right {
        margin-top: -8px;
    }

    .price.price--on-sale {
        width: 100%;
        text-align: left;
    }

    header.header.page-width {
        padding: 0px 15px !important;
        grid-template-columns: auto;
    }

    summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
        background: transparent !important;
    }

    .newslatter .custom-text-content {
        margin-bottom: 0px;
    }

}

















