/** Shopify CDN: Minification failed

Line 38:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&family=Russo+One&display=swap');


/* font-Halvetica-cdn*/
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');

/* Font-Rubik*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&family=Rubik:ital,wght@0,300..900;1,300..900&family=Russo+One&display=swap');


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

:root {
    --Primary-color: #3FA9F5;
    --Sec-color: #387FB1;
    --Heading-color: #3A3A3A;
    --content-color: #2E2E2E;
    --color-white: #FFFFFF;
    --Bg-color: #F1F4F6;
    --font-Rubik: ;
    --font-Russo: "Russo One", sans-serif;
    --product-cnt-color: #393939;
    --Helvetica: "Font-1723793085884";

}


@import url("https://db.onlinewebfonts.com/c/a64ff11d2c24584c767f6257e880dc65?family=Helvetica+Regular");

body,
p,
li,
body p,
.customer-service-features .feature p {
    font-family: Helvetica !important;
}

*:after,
*:before,
button:after,
button:before,
input:after,
input:before,
select:after,
select:before,
button,
input,
.field,
.field:focus,
input:focus,
.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after,
*:focus-visible {
    outline: none;
    box-shadow: none;
    outline-offset: unset;
    outline: none;
}


.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
    box-shadow: none;
}

.page-width,
.shopify-policy__container {
    max-width: 1566px;
    width: 100% !important;
    padding: 0 15px;
    margin: 0 auto !important;
}

.shopify-policy__container {
    margin: 80px auto !important;
}

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

a {
    text-decoration: none;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--content-color);

}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;

}

img {
    width: 100%;
    max-width: max-content;
    height: 100%;
}

h1 .h2.h3.h4 {
    font-family: var(--font-Russo);
}

h1 {
    font-size: 68px;
    font-weight: 400;
    line-height: 91px;
    text-align: center;
    font-family: var(--font-Russo);

}

h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 62.66px;
    color: var(--Heading-color);
    font-family: var(--font-Russo);
    letter-spacing: 0;
}

.Cstm_primry_btn {
    background: var(--Primary-color);
    padding: 12px 44px;
    font-family: var(--font-Rubik);
    font-size: 19px;
    font-weight: 500;
    line-height: 22.52px;
    color: var(--color-white);
    border: 1px solid var(--Primary-color);
    transition: all 0.4s ease-in;
    border-radius: 117px;
    display: inline-block;
    font-family: "Rubik", sans-serif;
}

.Cstm_primry_btn:hover {
    background: transparent;
    color: var(--Primary-color);
}

/* Top-Bar-start*/

.utility-bar {
    padding: 10px 0;
    background: var(--Sec-color);
}

.utility-bar .announcement-bar p.announcement-bar__message {
    padding: 0;
    min-height: auto;
}

.utility-bar .announcement-bar p.announcement-bar__message span {
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.25px;
    text-align: left;
    color: var(--color-white);
    letter-spacing: 0;
}

/* Top-Bar-end*/



.utility-bar .announcement-bar p.announcement-bar__message {
    padding: 0;
    min-height: auto;
}


.utility-bar .announcement-bar p.announcement-bar__message span {
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.25px;
    text-align: left;
    color: var(--color-white);
}

/* Header-start*/
.main-wrap-header-draw {
    display: flex;
    align-items: center;
    padding: 38px 0 42px;
}

.main-wrap-header-draw>.custm-drawer-head-menu {
    width: 100%;
    max-width: 50px;
}

.main-wrap-header-draw>.custm-drawer-head-menu header-drawer {
    margin: 0;
}

.main-wrap-header-draw>.custm-drawer-head-menu header-drawer summary.header__icon {
    width: 50px;
    height: 50px;
    border: 1px solid #3FA9F5;
    border-radius: 10px;
}

.main-wrap-header-draw>.custm-drawer-head-menu header-drawer summary.header__icon svg {
    color: #3FA9F5;
}

.main-wrap-header-draw>.custm-drawer-head-menu header-drawer summary.header__icon svg path {
    stroke: #3FA9F5;
}

.main-wrap-header-draw>header.header {
    display: flex;
    gap: 0;
    width: 100%;
    max-width: calc(100% - 50px);
    padding: 0 74px 0 0;
}

.main-wrap-header-draw>header.header .header__heading {
    width: 100%;
    max-width: 295px;
}

.main-wrap-header-draw>header.header>.header__icons {
    padding: 0 0 0 54px;
    width: 100%;
    max-width: calc(100% - 295px);
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 40.5%;
    justify-content: flex-end;
    gap: 54px;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper>.custom-search-main {
    width: 100%;
    max-width: 59.5%;
}

.main-wrap-header-draw>header.header .header__heading>a.header__heading-link {
    padding: 0;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a {
    margin: 0 !important;
    width: auto;
    height: auto;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a {
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.25px;
    text-align: left;
    color: #747070;
    text-decoration: none;
    align-items: center;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a account-icon {
    align-items: center;
    gap: 15px;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child {
    width: 100%;
    gap: 15px;
    max-width: 154px;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child p.custm-text-price-cart {
    text-align: left;
    display: block;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child p.custm-text-price-cart {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child p.custm-text-price-cart span.custm-cart-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 17.25px;
    text-align: left;
    color: #747070;
    margin: 0 0 1px;
    display: block;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child span.price-custm-totle {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.7px;
    text-align: left;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper>.custom-search-main input.search__input {
    border: 1px solid #DFDFDF;
    border-radius: 110px;
    font-family: Helvetica;
    font-size: 17px;
    font-weight: 400;
    line-height: 19.55px;
    text-align: left;
    color: #717171;
    background: transparent !important;
    height: 63px;
    padding: 0 27px !important;
}


.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper>.custom-search-main .field:before,
.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper>.custom-search-main .field:after {
    opacity: 0;
    width: 0;
    height: 0;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper>.custom-search-main input.search__input::placeholder {
    font-size: 17px;
    font-weight: 400;
    line-height: 19.55px;
    text-align: left;
    color: #717171;
}

sticky-header.header-wrapper {
    background: #fff;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper>.custom-search-main input.search__input::placeholder,
.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper>.custom-search-main label {
    color: #717171 !important;
    letter-spacing: 0;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper>.custom-search-main input.search__input::placeholder {
    opacity: 1;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper>.custom-search-main label {
    display: none;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper>.custom-search-main .field button.search__button.field__button {
    background: #3FA9F5;
    border-radius: 110px;
    width: 116px;
    height: 54px;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper>.custom-search-main .field button.search__button.field__button>svg.icon.icon-search {
    width: 24px;
    height: 24px;
    color: #fff;
    font-weight: 900;
}

.shopify-section-group-header-group {
    background: #282828;
}

.shopify-section-group-header-group .gv-mmy-bar {
    padding: 8px 0 12px;
    background: transparent;
}



.shopify-section-group-header-group .gv-mmy-bar .mmy-tab select,
.shopify-section-group-header-group .gv-mmy-bar .mmy-tab input {
    border-radius: 127px !important;
    outline: none;
    box-shadow: none;
    font-weight: 700;
    font-family: Helvetica;
    appearance: none;
}


.customer-service-section .custm-main-wrap .customer-service-content .customer-service-text {
    margin-block-end: 10px;
}

.shopify-section-group-header-group .gv-mmy-bar .mmy-tab::after {
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    right: 15px;
    top: 50%;
    font-weight: 700;
    transform: translateY(-50%);
    height: max-content;
    color: #000000;
    font-size: 15px;
    width: max-content;
}

.shopify-section-group-header-group .gv-mmy-bar .mmy-tab {
    position: relative;
}



/* header-end*/


/* Banner-start*/
.home-banner {
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    padding: 70px 0 0;
    background-size: cover;
    position: relative;
}


.home-banner .home-banner-content h1 {
    color: var(--color-white);
}

.home-banner .home-banner-content h1 {
    color: var(--color-white);
    text-shadow: 0 0px 14px rgb(0 0 0 / 55%);
}

.home-banner .scroll-down-btn {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    outline: 1px solid #FFFFFF;
    padding: 12px 12px 26px;
    border-radius: 120px;
    display: inline-block;
}

.home-banner .scroll-down-btn a {
    padding: 28px 15px;
    background: var(--color-white);
    display: inline-block;
    border-radius: 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

}

.home-banner .scroll-down-btn a>i {
    font-size: 30px;
    color: #000;
}

.home-banner:after {
    content: "";
    background: rgb(117, 178, 222);
    background: -moz-linear-gradient(180deg, rgba(117, 178, 222, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(117, 178, 222, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(117, 178, 222, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#75b2de", endColorstr="#000000", GradientType=1);
    width: 100%;
    height: 395px;
    display: block;
    position: absolute;
    top: 0;
}

.home-banner>.page-width>*:not(.scroll-down-btn) {
    position: relative;
    z-index: 1;
}

.home-banner .home-banner-content {
    max-width: 1094px;
    margin: 0 auto;
}

/* Banner-end*/


/* Category-setion-start*/

.categories-collage-section {
    padding: 260px 0 68px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-block-start: -170px;
}

.categories-collage-section .categories-collage-section-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 42px;
    min-height: 577px;
}

.feature-coll-custm .collection h2 {
    text-align: center;
}

.categories-collage-section .categories-collage-section-wrapper>div a {
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: end;
    width: 100%;
    padding: 0 0 15px 25px;
}

.categories-collage-section .categories-collage-section-wrapper>div {
    display: flex;
    flex-wrap: wrap;
    gap: 43px;
}

.categories-collage-section .categories-collage-section-wrapper>div .categories-collage-right-item {
    width: 100%;
}

.categories-collage-section .categories-collage-section-wrapper>div .categories-collage-left-item {
    width: 100%;
}

.categories-collage-section .categories-collage-section-wrapper>div h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40.97px;
    text-align: left;
    color: var(--color-white);
}

.product-card-wrapper .card--card.card--media>.card__content h3 {
    min-height: 110px;
}



/* Category-setion-end*/


/* Section-Welcome-Auto-Start*/

.custom-main-wrap-img {
    padding: 68px 0 68px;
    background: #fff;
}

.custom-main-wrap-img .image-text-section-wrapper {
    display: flex;
    justify-content: space-between;
}

.custom-main-wrap-img .image-text-section-wrapper .image-text-section-left {
    max-width: 50%;
    width: 100%;
    position: relative;
}

.custom-main-wrap-img .image-text-section-wrapper .image-text-section-left .image-text-section-main-image {
    height: 100%;
}


.custom-main-wrap-img .image-text-section-wrapper .image-text-section-main-image>img {
    max-height: 100%;
    height: 100%;
}



.custom-main-wrap-img .image-text-section-wrapper .image-text-section-right {
    max-width: 44%;
    width: 100%;
}

.custom-main-wrap-img .image-text-section-wrapper .image-text-section-main-image>img {
    max-height: 543px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.custom-main-wrap-img .image-text-section-wrapper .image-text-section-left .image-text-section-cta-button {
    max-width: 140px;
    height: 140px;
    position: absolute;
    right: -50px;
    bottom: 0;
}

.custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-heading {
    margin: 0 0 33px;
}

.custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-list {
    padding: 30px 0 50px;
}

.custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-list ul li {
    display: flex;
    align-items: center;
    gap: 0 15px;
    color: var(--Heading-color);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
}

.custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-list ul li img {
    max-width: 24px;
}

.custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-list ul li:not(:last-child) {
    margin-block-end: 24px;
}

body.collection .custn-section-back {
    background: #fff;
}

/* Section-Welcome-Auto-end*/

/* Home-collection-start*/


.facet-filters .select>select:focus-visible {
    outline: none !important;
    box-shadow: none;
}

.feature-coll-custm .collection {
    padding: 65px 0 100px;
}

.feature-coll-custm .collection>.collection__title {
    margin: 0 0 35px !important;
}

.feature-coll-custm .collection>.collection__title h2.title {
    color: var(--Heading-color);
}


.product-card-wrapper .card {
    border: 0;
    padding: 35px 0 18px;
    border-radius: 0;
}

.product-card-wrapper .card .card__media {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    display: block;
}

.product-card-wrapper .card .card__badge.top.left {
    position: absolute;
    top: -60px;
    left: 10px;
}

.product-card-wrapper .card .card__media .media img {
    width: 100%;
    margin: 0 auto;
    max-height: 100%;
    display: block;
    min-height: 150px;
    object-fit: contain;
    height: 100%;
}

.product-card-wrapper .card .card__inner.ratio {
    justify-content: center;
    height: 200px;
    margin-block-end: 45px;
}

.product-card-wrapper .card--card.card--media>.card__content {
    /* margin: auto 0 0 0; */
    padding: 12px 12px 0px;
}

.product-card-wrapper .card--card.card--media>.card__content .card__information {
    margin: auto 0 0;
    padding: 0;
}

.product-card-wrapper .card--card.card--media>.card__content .card__information .price {
    margin-top: 5px;
}


.product-card-wrapper .card--card.card--media>.card__content .card__information h3 a {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: var(--product-cnt-color);
    text-decoration: none !important;
}

.product-card-wrapper .card--card.card--media>.card__content .card__information span.price-item {
    color: var(--Primary-color);
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

/* Home-collection-end*/


/* Section-Trusted-start*/

.custm-back-main-text {
    background-size: cover;
    max-height: 630px;
    background-repeat: no-repeat;
    background-position: center;
}

.custm-back-main-text .image-text-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: space-between;
}

.custm-back-main-text .image-text-wrapper .image-text-right {
    height: 600px;
}

.custm-back-main-text .image-text-wrapper .image-text-right img {
    object-fit: cover;
    padding-inline-start: 15px;
}

.custm-back-main-text .image-text-wrapper .image-text-subheading {
    margin-block-end: 19px;
}

.custm-back-main-text .image-text-wrapper .image-text-subheading h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 39.07px;
    text-align: left;
    color: var(--color-white);
    font-family: var(--Helvetica);
}

.custm-back-main-text .image-text-wrapper .image-text-heading h2 {
    color: var(--color-white);
    text-transform: capitalize;
}

.custm-back-main-text .image-text-wrapper .image-text-left .image-text-para {
    padding: 16px 0;
}

.custm-back-main-text .image-text-wrapper .image-text-left .image-text-para p {
    font-size: 16px;
    line-height: 36px;
    color: var(--color-white);
    text-transform: capitalize;
    font-family: Rubik !important;
}


/* Section-Trusted-end*/

/* Featured-brands-start*/

.featured-brands-section {
    background: #fff;
    padding: 135px 0 115px;
}

.featured-brands-section .content-feat-cumt {
    max-width: 450px;
}

.featured-brands-section .content-wrapper {
    display: flex;
    gap: 0 25px;
    justify-content: space-between;
}

.featured-brands-section .content-wrapper .brands-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 25px;
    width: 100%;
    max-width: calc(100% - 450px);
}

.featured-brands-section .content-wrapper .brands-list .brand-item {
    border: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.featured-brands-section .content-wrapper .brands-list .brand-item img {
    max-height: 65px;
    object-fit: contain;
}

.featured-brands-section .content-feat-cumt p {
    margin: 12px 0 25px;
    font-weight: 400;
    font-family: Helvetica !important;
}

.featured-brands-section .content-feat-cumt a {
    font-size: 19px;
    font-weight: 700;
    color: var(--Heading-color);
    font-family: Helvetica !important;
}


/* Featured-brands-end*/


/* Section-Testmonial*/
.testimonial-section {
    padding: 65px 0 68px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.testimonial-section .testimonial-content {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    gap: 0 40px;
}

.testimonial-section .testimonial-content .testimonial-text {
    max-width: 61%;
}

.testimonial-section .testimonial-content .testimonial-image {
    max-width: 39%;
}

.testimonial-section .testimonial-content .testimonial-image img {
    object-fit: contain;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgb(56 127 177 / 92%);
}

/* our-team-start*/
.testimonial-section .testimonial-content h4 {
    font-family: Helvetica;
    font-size: 25px;
    font-weight: 400;
    line-height: 85px;
    letter-spacing: 0.05em;
    text-align: left;
    color: var(--color-white);
}


.testimonial-section .testimonial-content .testimonial-text .star-rating {
    display: inline-block;
    max-width: max-content;
    text-align: left;
    padding: 28px 0;
}

.testimonial-section .testimonial-content .testimonial-text .star-rating span.star {
    color: transparent;
    font-size: 28px;
    display: inline-block;
    line-height: 1;
    color: black;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FF9500;
}

.testimonial-section .testimonial-content .testimonial-text .star-rating span.star.filled {
    color: #FF9500;
}



.testimonial-section .testimonial-content .testimonial-text .star-rating span.star.filled {
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
}

.testimonial-section .testimonial-content .testimonial-text>p {
    font-family: Helvetica !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--color-white);
}

.testimonial-section .testimonial-content .testimonial-text .author-info {
    display: flex;
    gap: 0 12px;
    align-items: center;
    margin: 27px 0 0;
}

.testimonial-section .testimonial-content .testimonial-text .author-info img {
    max-width: 74px;
    height: 74px;
    object-fit: scale-down;
    border: 1px solid var(--color-white);
    border-radius: 50%;
}


.testimonial-section .testimonial-content .testimonial-text .author-info>div p.author-name {
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    font-family: Helvetica !important;

}

.testimonial-section .testimonial-content .testimonial-text p {
    color: var(--color-white);
}

.testimonial-section .testimonial-content .testimonial-text .author-info>div p.author-position {
    font-family: Helvetica !important;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.testimonial-section .testimonial-content .testimonial-text h2 {
    color: var(--color-white);
}

/* our-team-end*/

/* customer-sec-start*/

.customer-service-section {
    padding: 50px 0 60px;
}

.customer-service-section .custm-main-wrap {
    display: flex;
    justify-content: space-between;
}

.customer-service-section .custm-main-wrap .customer-service-content {
    max-width: 41%;
    width: 100%;
}

.customer-service-section .custm-main-wrap .customer-service-features {
    max-width: 56%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.customer-service-section .custm-main-wrap .customer-service-features .feature {
    text-align: center;
    padding: 0 25px;
}

.customer-service-section .custm-main-wrap .customer-service-features .feature img {
    max-width: 75px;
    height: max-content;
}

.customer-service-section .custm-main-wrap .customer-service-features .feature h3 {
    font-family: Helvetica;
    font-size: 26px;
    font-weight: 700;
    line-height: 29.9px;
    color: var(--Heading-color);
    padding: 10px 0;
}

.customer-service-section .custm-main-wrap .customer-service-features .feature p {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(n+3) {
    border-top: 1px solid #E4E4E4;
    padding: 23px 0 0;
}

.customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(2),
.customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(4) {
    border-left: 1px solid #E4E4E4;
    padding-left: 35px;
}

.customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(1),
.customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(3) {
    padding-right: 35px;
}

.customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(2),
.customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(4) {
    border-left: 1px solid #E4E4E4;
    padding-left: 35px;
}

.customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(1),
.customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(2) {
    padding-block-end: 13px;
}

.customer-service-section .custm-main-wrap .customer-service-content .customer-service-text h2 span {
    color: var(--Sec-color);
}

/* customer-sec-end*/

/* Footer-start*/
.field__input:focus~.field__label,
.field__input:not(:placeholder-shown)~.field__label,
.field__input:-webkit-autofill~.field__label,
.customer .field input:focus~label,
.customer .field input:not(:placeholder-shown)~label,
.customer .field input:-webkit-autofill~label {
    font-size: 1rem;
    top: 30% !important;
    left: calc(var(--inputs-border-width) + 2rem);
    letter-spacing: .04rem;
}

.custm-new-email,
footer.footer {
    background-image: url(/cdn/shop/files/Group_38.png?v=1723803984);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.custm-new-email {
    padding: 54px 0 43px;
    border-bottom: 1px solid rgb(72 72 72 / 50%);
}

.custm-new-email .newsletter__wrapper {
    padding: 0 15px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 100px;
}

.custm-new-email .newsletter__wrapper .main-wrper-haed-text {
    max-width: 520px;
    width: 100%;
}

.custm-new-email .newsletter__wrapper .custm-emial-cl {
    width: 100%;
    max-width: calc(100% - 510px);
    margin: 0;
}

.custm-new-email .newsletter__wrapper .custm-emial-cl form#contact_form {
    max-width: 100%;
    width: 100%;
}

.custm-new-email .newsletter__wrapper .custm-emial-cl form#contact_form .newsletter-form__field-wrapper {
    max-width: 100%;
}

.newsletter-form__field-wrapper .field label.field__label {
    font-family: Helvetica;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #535353;
    top: 50%;
    transform: translateY(-50%);
}

.newsletter-form__field-wrapper .field button#Subscribe {
    background: var(--Primary-color);
    max-width: 183px;
    width: 100%;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border-radius: 110px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-white);
    right: 5px;
}



.custm-new-email .newsletter__wrapper .custm-emial-cl form#contact_form input {
    height: 66px;
    border-radius: 110px;
}



.custm-new-email .newsletter__wrapper .main-wrper-haed-text h2 {
    font-family: Helvetica !important;
    font-size: 42px;
    font-weight: 400;
    line-height: 48.3px;
    text-align: left;
    color: var(--color-white);
    margin: 0 0 10px;
    letter-spacing: 0;
}

.custm-new-email .newsletter__wrapper .main-wrper-haed-text p {
    color: #C0C0C0;
    font-family: Helvetica !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0;
}

.footer {
    padding: 65px 0 0px !important;
    margin-top: 0 !important;
    background: #000;
}


.footer .footer__blocks-wrapper {
    gap: 0 18px;
    justify-content: space-between;
}

.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) {
    max-width: 270px;
}

footer.footer .footer-block--newsletter {
    margin: 0;
}


.footer .footer__content-top {
    padding-bottom: 45px;
}



.footer .footer__blocks-wrapper .footer-block.grid__item .custm-content-footer-img p {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #C0C0C0;
}

.footer .footer__blocks-wrapper .footer-block__image-wrapper {
    margin: 0 0 35px;
}

.footer .footer__blocks-wrapper .footer-block__image-wrapper img {
    max-width: 307px;
}

.footer .footer__blocks-wrapper .footer-block__details-content {
    justify-content: flex-start;
}

.footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(3) {
    max-width: 202px;
}

.footer .footer__blocks-wrapper .footer-block.grid__item h2 {
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #3FA9F5;
    margin-block-end: 12px;
}



.footer-block.grid__item.scroll-trigger.animate--slide-in .footer-block__details-content>div {
    display: flex;
    align-items: flex-start;
    gap: 0 8px;
}

.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) .footer-block__details-content>div img {
    max-width: 20px;
    width: 100%;
    margin: 3px 0 0;
    height: 20px;
}


.footer-block.grid__item.scroll-trigger.animate--slide-in .footer-block__details-content>div p {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #C0C0C0;
}

.footer-block.grid__item.scroll-trigger.animate--slide-in .footer-block__details-content .custm-loaction {
    margin-block-end: 17px;
}

.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) ul.list-unstyled {
    margin: 30px 0 0;
    justify-content: flex-start;
    gap: 0 13px;
}



.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) ul.list-unstyled li.list-social__item a.link {
    background: #353535;
    text-decoration: none;
    transition: all 0.4s ease;
    display: inline;
    padding: 12px 15px;
}


.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) ul.list-unstyled li:hover a>i {
    transform: rotate(360deg) scale(1.2);
}






.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) ul.list-unstyled li.list-social__item a.link i {
    color: #FFFFFF;
    font-size: 15px;
    transition: all 0.4s ease;
}

.footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(3) .list-unstyled li {
    gap: 0 9px;
    display: flex;
}

.footer-block.grid__item.scroll-trigger.animate--slide-in .list-unstyled li a.link {
    color: #C0C0C0;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 41px;
    text-align: left;
    text-decoration: none;
    /* padding: 0; */
}

.footer .footer__blocks-wrapper .footer-block:first-child {
    max-width: 408px;
    width: 100%;
}

.footer .footer__blocks-wrapper .footer-block:last-child {
    max-width: 150px;
}

.footer-block.grid__item.scroll-trigger.animate--slide-in .footer-block__details-content li {
    margin: 0;
}

.footer-block.grid__item.scroll-trigger .list-menu__item--link {
    padding: 0;
}


.footer .footer__content-bottom {
    display: flex;
    background: #353535;
    padding: 12px 0;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper {
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright.caption {
    margin: 0;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright.caption small {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: Helvetica;
    color: var(--color-white);
}

.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__column {
    justify-content: end;
    margin: 0 0 0 auto;
    max-width: 501px;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__column .footer__payment {
    margin: 0;
}

.footer .footer__content-bottom .page-width {
    display: flex;
    align-items: center;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright.caption small a {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: Helvetica;
    color: var(--color-white);
    text-decoration: none;
}

/* Home-The-end */


/* Product-page*/

.product .product__info-wrapper {
    padding-inline-start: 100px;
}

.product .product__info-wrapper p.product__text {
    font-size: 13px;
    font-weight: 400;
    line-height: 29px;
    color: #6C6C6C;
}

.product .product__info-wrapper .product__title {
    margin: 8px 0 18px;
}

.product .product__info-wrapper .product__title h3 {
    font-size: 33px;
    line-height: 43px;
    color: #393939;
    font-weight: 400;
    text-align: left;
    font-family: "Font-1723792938316" !important;


}




.product .product__media-wrapper media-gallery {
    /* display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 0 18px; */
    position: relative;
}

.product .product__media-wrapper media-gallery>.slider-mobile-gutter:nth-child(2) {
    max-width: 100%;
    margin: 0 0 10px auto;
    border: 1px solid #E3E3E3;
    width: 100%;
}

.product .product__media-wrapper media-gallery>.slider-mobile-gutter:nth-child(2) img.image-magnify-lightbox {
    max-width: 458px;
    margin: 0 auto;
    display: block;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 430px;
    object-fit: contain;
}

/* .product .product__media-wrapper media-gallery .small-hide {
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    height: 140px;
    width: 100%;
    right: auto;
    top: 280px;
} */


/* .product .product__media-wrapper media-gallery .small-hide {
    max-width: 140px;
    height: 100%;
    width: 100%;
} */

/* .product .product__media-wrapper media-gallery .small-hide ul {
    flex-flow: column;
    gap: 20px 0;
    margin-block-start: -4px;
} */

/* .product .product__media-wrapper media-gallery button.slider-button {
    display: none !important;
} */

/* .product .product__media-wrapper media-gallery .small-hide ul li {
    width: 100% !important;

} */

.product .product__media-wrapper media-gallery .small-hide ul li button.thumbnail {
    border: 1px solid #E3E3E3;
    border-radius: 0 !important;
    padding: 20px 14px;
}



.product .grid__item.product__media-wrapper {
    max-width: 50% !important;
    width: 50% !important;
}

.product .product__info-wrapper {
    max-width: 50% !important;
    width: 50% !important;
}

.product .product__info-wrapper .price.price--large .price-item {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #3FA9F5;
}



.product .product__info-wrapper .price.price--large .price__container {
    margin-block-end: 12px;
}

.product .product__info-wrapper .product__tax {
    padding-block-end: 11px;
    margin-bottom: 0;
    border-bottom: 1px solid #DEDEDE;
}

.product .product__info-wrapper .product__tax+div {
    margin: 12px 0 10px;
}

.product .product__info-wrapper form {
    font-size: 16px;
    color: #2E2E2E;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.product .product__info-wrapper .accordion {
    border: 0;
    margin: 0;
}

.product .product__info-wrapper .accordion .accordion-header {
    padding: 9px 0;
    border-bottom: 1px solid #DFDFDF;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    color: #2E2E2E;
    border-right: 0;
    border-left: 0;
    background: transparent;
    border-top: none;
}

.product .product__info-wrapper .accordion .accordion-header i {
    color: #000000;
}

.product .product__info-wrapper .accordion .accordion-content {
    border: 0;
    padding: 17px 8px 20px;
}

.product .product__info-wrapper .accordion .accordion-content .content {
    width: 100%;
}

.product .product__info-wrapper .accordion .accordion-content .content summary {
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;
    color: #2E2E2E;
    padding: 0;
    margin: 0;
}


.product .product__info-wrapper .product-form__quantity {
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.product .product__info-wrapper .product-form__quantity label.quantity__label {
    font-size: 23px;
    color: #000000;
    font-weight: 700;
    line-height: 43px;
    height: max-content;
    margin: 0 11px 0 0;
}

.product .product__info-wrapper .product-form__quantity .flex {
    display: flex;
    width: 100%;
    max-width: calc(100% - 110px);
    gap: 0 25px;
}

.product .product__info-wrapper .product-form__quantity .flex .price-per-item__container {
    max-width: 190px;
    width: 100%;
    height: max-content;
}

.product .product__info-wrapper .product-form__quantity .flex .price-per-item__container quantity-input.quantity {
    width: 100%;
    height: 55px;
    border: 1px solid #CECECE !important;
    border-radius: 50px;
    outline: none;
}



.product .product__info-wrapper .product-form__quantity .flex .price-per-item__container quantity-input.quantity button svg {
    height: 14px;
    stroke: #000000;
    width: 14px;
}

.product .product__info-wrapper .product-form__quantity .flex .price-per-item__container button.quantity__button:first-child {
    border-right: 1px solid #CECECE;
}



.price-per-item__container quantity-input.quantity::after {
    box-shadow: unset;
}



.product .product__info-wrapper .product-form__quantity .flex .price-per-item__container button.quantity__button:last-child {
    border-left: 1px solid #CECECE;
}

.product .product__info-wrapper .product-form__quantity .flex .price-per-item__container quantity-input.quantity input {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}

.product .product__info-wrapper .product-form__quantity .flex .price-per-item__container quantity-input.quantity input::placeholder {
    color: #000000;
}

.product .product__info-wrapper .product-form__quantity .flex .btn-pay {
    width: 100%;
    max-width: 348px;
}

.product .product__info-wrapper .product-form__quantity .flex product-form.product-form {
    margin: 0;
}

.product .product__info-wrapper .product-form__quantity .flex product-form.product-form button {
    margin: 0;
    height: 55px;
    font-size: 19px;
    background: #3FA9F5;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 400;
}

/* Produxt-collection*/
.product .product__info-wrapper .product-form__quantity .flex product-form.product-form button::after {
    content: unset;
}



body.product ul.tabs {
    margin: 70px 0 43px;
    position: relative;
}

body.product .tab-content {
    background: transparent;
    padding: 0;
    margin: 0 0 33px;
}

body.product .tab-content p span {
    font-size: 16px !important;
}

body.product .tab-content p {
    text-align: left !important;
}

body.product ul.tabs li {
    background: transparent;
    padding: 0;
    margin-inline-end: 30px;
    font-size: 34px;
    line-height: 43px;
    color: #000000;
    padding-block-end: 4px;
}


body.product ul.tabs li.tab-link.current {
    border-bottom: 1px solid #3FA9F5;
    color: #3FA9F5;
}

body.product ul.tabs::after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    border: 1px solid #DEDEDE;
    width: calc(100% - 782px);
    top: 50%;
    transform: translateY(-50%);
}

body.product {
    background: #fff;
}

body.product .product-info {
    background: #fff;
}


body.product .related-products {
    padding: 95px 0 80px !important;
}



body.product .related-products h2.related-products__heading {
    font-size: 34px;
    color: #101010;
    line-height: 43px;
    font-weight: 400;
    text-transform: capitalize;
    margin-block-end: 50px;
    font-family: "Font-1723792938316" !important;
    position: relative;
}

body.product .related-products h2.related-products__heading::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #C7C7C7;
    width: calc(100% - 322px);
    top: 50%;
    transform: translateY(-50%);
}

body.product product-info#MainProduct-template--16145130848323__main {
    background: #fff;
    padding-top: 108px;
}

.product-card-wrapper .card .card__inner.ratio {
    justify-content: center;
    height: 400px;
}

body.product .product-card-wrapper .card .card__media .media img {
    height: 190px;
}

body.product .product-card-wrapper .card .card__inner.ratio {
    height: 230px;
}

body.collection {
    background: #fff !important;
}

/* body.collection .color-scheme-1 {
    background: #fff;
} */


.facet-filters h2.facet-filters__label {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-inline-end: 13px;
}

.facet-filters .select>select {
    max-width: 233px;
    width: 100%;
    border: 1px solid #B3B3B3;
    height: 43px;
    border-radius: 50px;
    font-size: 17px;
    color: #000000;
    padding: 0 32px 0 18px;
    font-weight: 400;
    appearance: none;
    letter-spacing: 0;
}

.facet-filters .select svg.icon {
    padding-inline-end: 10px;
    height: 8px;
    top: calc(50% - 3px);
}

.facets__form .product-count.light {
    display: none;
}

.facets-container {
    margin: 0 0 30px;
}

.product .product__info-wrapper .accordion .accordion-content .content summary::after {
    display: none;
}

.product-media-container .product__modal-opener .media--transparent {
    background-color: #fff;
}

body.product .product-card-wrapper .card .card__inner.ratio .card__media {
    background: transparent;
}

/* product-page-end */


/* Inner-pages-start*/


body.page h1.main-page-title,
.template-404.page-width h1 {
    color: #000000;
    font-family: var(--font-Russo);
    font-size: 58px;
    line-height: 90px;
    letter-spacing: 0;
    font-weight: 400;
}

body.page .column {
    margin-block-end: 20px;
}

body.page .column p>span,
body.page .column p span {
    font-size: 16px;
}

body.page .title-wrapper-with-link h2 {
    color: #3A3A3A;
    font-weight: 400;
    font-family: var(--font-Russo);
    font-size: 44px;
}


body.page .multicolumn-card__info h3.inline-richtext {
    color: #3a3a3a;
    font-size: 18px;
    font-family: "Font-1723792938316" !important;
}

body.page .multicolumn-card__info a.link {
    color: #2E2E2E;
    font-size: 16px;
}

body.page .rte.scroll-trigger {
    color: #2E2E2E;
}

body.page .column h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 65px;
    text-align: center;
    color: #000000;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.template-404.page-width {
    margin: 50px auto !important;
}

.template-404.page-width a.button {
    background: var(--Primary-color);
    border: 1px solid var(--Primary-color);
    border-radius: 110px;
    transition: all 0.4s ease-in;
}

.template-404.page-width a.button:hover {
    background: transparent;
    color: #3a3a3a;
}

.template-404.page-width a.button::after {
    content: unset;
}

/* Privacy & Policy-start*/


.shopify-policy__container .rte {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--content-color);
}

.shopify-policy__container .rte strong {
    font-size: 18px;
    margin: 20px 0 8px;
    display: inline-block;
}

.shopify-policy__container h1 {
    color: #3A3A3A;
}


.shopify-policy__container .shopify-policy__body {
    margin: 50px 0 0;
}

.shopify-policy__container .rte span,
.shopify-policy__container .rte a {
    color: var(--Primary-color) !important;
}

.template-404.page-width.page-margin.center p {
    font-size: 230px;
    line-height: normal;
    color: #000;
    font-weight: 600;
}

.breadcrumb-banner {
    padding: 4px 0 15px;
    background: #F2F2F2;
}

/* .breadcrumb-banner {
    padding: 34px 0 21px;
    background: #F2F2F2;
} */

.breadcrumb-banner .collection-hero__text-wrapper h1 {
    text-transform: capitalize;
    color: #000000;
    font-size: 58px;
}


.breadcrumb-banner nav.breadcrumb {
    text-align: center;
}



nav.breadcrumb a,
nav.breadcrumb span {
    font-size: 17px;
    color: #000000;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: capitalize;
}

.menu-drawer .list-social {
    margin-left: 0;
    padding: 1.1rem 2rem;
}

body.index.Auto {
    background: #fff;
}

.page-width--narrow ul.ncss-list-ul {
    padding: 0;
}

.custm-section-fill {
    padding: 9px 0 12px !important;
    background: #282828 !important;
}


.homepage-filter-section {
    width: max-content;
    margin: 0 auto;
}

.homepage-filter-section .filter__wrapper__content {
    width: 100%;
    max-width: 100% !important;
    gap: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    flex-direction: row !important;
    align-items: center;
    background: transparent !important;
}

.homepage-filter-section .filter__wrapper__content .filter-heading {
    max-width: max-content;
    width: 100%;
    text-align: left;
    padding-inline-end: 15px;
}

.homepage-filter-section .filter__wrapper__content .filter-heading h2 {
    font-size: 17px;
    line-height: normal;
    color: #fff !important;
    font-family: Helvetica;
    font-weight: 700;
}

.homepage-filter-section .filter__wrapper__content .filter-dropdown__wrapper {
    display: flex !important;
    gap: 0 10px !important;
    width: 100%;
    width: max-content;
}

.homepage-filter-section button#redirectBtn,
.main-eraper-head-form .custm-section-modal-wrap .contact__button button {
    padding: 13px 30px !important;
    width: max-content;
    max-width: max-content;
    font-size: 16px !important;
    line-height: normal !important;
    border-radius: 127px !important;
    letter-spacing: 0 !important;
    color: #fff;
    background: #3FA9F5 !important;
    border: 0 !important;
    margin-inline-start: 10px;
    opacity: 1;
    font-family: "Font-1725358911488" !important;
}



.homepage-filter-section .filter__wrapper__content .filter-dropdown__wrapper select {
    width: 144px !important;
    max-width: 100% !important;
    /* height: 44px !important; */
    font-size: 14px !important;
    background: #fff;
    border: 0 !important;
    border-radius: 127px !important;
    color: #393939 !important;
}

.predictive-search.predictive-search--header div#predictive-search-option-search-keywords .predictive-search__item.predictive-search__item--term.link span {
    background: transparent;
}

.footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(3) ul li,
.footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(4) ul li {
    position: relative;
    padding-inline-start: 9px;
}

.footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(3) ul li::before,
.footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(4) ul li::before {
    content: "";
    background-image: url(/cdn/shop/files/teenyicons_right-solid.png?v=1725030998);
    background-size: cover;
    background-position: center;
    width: 100%;
    display: block;
    max-width: 12px;
    height: 12px;
    left: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}






/* Privacy & Policy-end*/


/* Inner-pages-end*/
/* qa feedback */
.image-text-section-right-text p {
    font-size: 16px;
    line-height: 36px;
}

.image-text-section-right-cta a.Cstm_primry_btn {
    text-transform: uppercase;
}

.featured-brands-section {
    background-image: url(/cdn/shop/files/Clip_path_group_1.png?v=1725359915);
    padding: 135px 0 115px;
    background-position: 100% -40%;
    background-size: cover;
}

.collection__title.title-wrapper h2 {
    margin-bottom: 20px;
}

.featured-brands-section .content-feat-cumt p {
    font-size: 16px;
}

small.cart-item__error-text {
    color: red;
}

.facet-filters .facet-filters__field h2.facet-filters__label label {
    text-transform: uppercase;
}

.pagination__list li a.pagination__item {
    font-size: 19px;
    color: #000;
}

.collection.page-width ul li.grid__item {
    border: 1px solid #E3E3E3;
}

.product .product__info-wrapper .product__tax,
.product .product__info-wrapper .product__tax a {
    font-size: 16px;
    font-weight: 400;
}

.product .product__info-wrapper .product__tax {
    color: #2e2e2e;

}

.product .product__info-wrapper .product__tax a {
    text-transform: capitalize;
    color: #3FA9F5;
}

body.page h1.main-page-title {
    margin: 0;
}

.page-width.page-width--narrow.section-template--16145130782787__main-padding {
    margin-bottom: 30px !important;
}

.template-search__search .search label.field__label {
    top: 8px !important;
}

.template-search__header p {
    text-align: center;
}

.template-search__search {
    margin-bottom: 20px;
}

.header__search details[open="true"] form.search.search-modal__form .predictive-search .predictive-search__list-item span {
    background: transparent;
}

.badge {
    border-radius: 15px;
}

.custom-main-slider-home button.slide-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.custom-main-slider-home button.slide-arrow.next-arrow {
    right: 20px !important;
    left: unset;
}

.custom-main-slider-home button.slide-arrow.prev-arrow {
    left: 20px;
    z-index: 9;
}

.custom-main-slider-home .slick-list.draggable {
    padding-bottom: 70px;
}

.custom-main-slider-home .home-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-main-slider-home .home-banner .scroll-down-btn svg path {
    fill: #000;
    stroke: #000;
}


a.button.custom-btn {
    background: var(--Primary-color);
    max-width: 247px;
    width: 100%;
    font-family: Helvetica;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    height: 60px;
    top: 70%;
    transform: translateY(-50%);
    color: var(--color-white);
    right: 5px;
}

a.button.custom-btn:after {
    border-radius: 30px;
}


/* 19-sept-2024-start*/

.main-eraper-head-form {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.main-eraper-head-form .can\'t-fine-sect-head h2 {
    font-size: 20px;
    line-height: normal;
}

.main-eraper-head-form .custm-section-modal-wrap .contact__fields {
    display: flex;
    gap: 10px;
}

.main-eraper-head-form .custm-section-modal-wrap .custom-section-field-butten {
    display: flex;
}

.main-eraper-head-form .custm-section-modal-wrap input::placeholder {
    opacity: 1;
}


.custom-section-modal-form {
    background: #e3dede;
    padding: 10px 0 10px;
}

.main-eraper-head-form .custm-section-modal-wrap input::placeholder {
    color: #393939;
}


.main-eraper-head-form .custm-section-modal-wrap input {
    width: max-content;
    max-width: 100%;
    font-size: 13px;
    background: #fff;
    border: 0 !important;
    border-radius: 127px;
    color: #393939;
    padding: 15px 20px 15px 12px;
    margin: 0;
    font-weight: 600;
    opacity: 1;
    letter-spacing: 0;
}

.main-eraper-head-form .custm-section-modal-wrap label {
    display: none;
}



.main-eraper-head-form .custm-section-modal-wrap .contact__button button::after {
    border-radius: 30px;
}

.main-eraper-head-form .field::before,
.main-eraper-head-form .field::after {
    content: unset;
}



.main-eraper-head-form .custm-section-modal-wrap .contact__button button::before,
.main-eraper-head-form .custm-section-modal-wrap .contact__button button::after {
    content: unset;
}

/* 19-sept-2024-end*/


/* qa feedback end */

@media screen and (max-width:1565px) {

    .page-width,
    .container,
    .shopify-policy__container {
        max-width: 96%;
    }

}

@media screen and (max-width:1439px) {

    .product-card-wrapper .card .card__inner.ratio {
        height: 100% !important;
    }

    .product-card-wrapper .card .card__media {
        width: 100%;
        max-width: 100%;
    }

    body.page h1.main-page-title,
    .template-404.page-width h1 {
        font-size: 52px;
        line-height: 70px;

    }

    body.page .title-wrapper-with-link h2 {
        font-size: 40px;
    }

    body.page .multicolumn-card__info h3.inline-richtext {
        font-size: 17px;
    }

    body.page .multicolumn-card__info a.link {
        font-size: 15px;
    }

    body.page .column h1 {
        font-size: 42px;
        line-height: 60px;
    }

    .featured-brands-section .content-wrapper .brands-list .brand-item {
        padding: 10px;
        height: 160px;
    }

    .featured-brands-section .content-feat-cumt p {
        margin: 5px 0 20px;
    }

    .testimonial-section .testimonial-content .testimonial-text .star-rating {
        padding: 15px 0;
    }

    .testimonial-section .testimonial-content h4 {
        font-size: 24px;
        line-height: 60px;
    }

    .testimonial-section .testimonial-content .testimonial-text>p {
        font-size: 16px;
        line-height: 32px;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-list ul li:not(:last-child) {
        margin-block-end: 14px;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-list {
        padding: 20px 0 30px;
    }

    .product-card-wrapper .card .card__inner.ratio {
        height: 180px;
        margin-block-end: 30px;
    }

    .product-card-wrapper .card--card.card--media>.card__content .card__information h3 a {

        font-size: 14px;

        line-height: 20px;

    }

    .product-card-wrapper .card--card.card--media>.card__content .card__information span.price-item {
        font-size: 18px;
        line-height: 26px;

    }

    .main-wrap-header-draw>header.header {
        padding: 0 24px 0 0;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart {
        gap: 20px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a {
        font-size: 14px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child p.custm-text-price-cart span.custm-cart-text {
        font-size: 14px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child span.price-custm-totle {
        font-size: 15px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child {
        gap: 10px;
        max-width: 145px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart a.header__icon img {
        max-width: 25px;
    }

    .main-wrap-header-draw>.custm-drawer-head-menu header-drawer summary.header__icon {
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }
}

@media screen and (max-width:1365px) {
    h1 {
        font-size: 60px;
        line-height: 75px;
    }

    h2 {
        font-size: 48px;
        line-height: 58.66px;
    }

    .home-banner {
        height: 550px;
    }

    .customer-service-section .custm-main-wrap .customer-service-features .feature img {
        max-width: 65px;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-list ul li:not(:last-child) {
        margin-block-end: 10px;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-left .image-text-section-cta-button {

        right: -45px;

    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-list ul li {
        font-size: 13px;
        line-height: normal;
    }

    .custm-new-email .newsletter__wrapper .main-wrper-haed-text h2 {
        font-size: 40px;
        line-height: 45.3px;
    }

    .footer-block.grid__item.scroll-trigger.animate--slide-in .footer-block__details-content>div p {
        font-size: 15px;
        line-height: 28px;

    }

    .footer-block.grid__item.scroll-trigger.animate--slide-in .list-unstyled li a.link {
        font-size: 15px;
        line-height: 38px;
    }

    .footer .footer__blocks-wrapper .footer-block.grid__item .custm-content-footer-img p {
        font-size: 15px;
        line-height: 25px;
    }

    .footer .footer__blocks-wrapper .footer-block.grid__item h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .footer .footer__blocks-wrapper .footer-block__image-wrapper {
        margin: 0 0 30px;
    }

    .footer .footer__blocks-wrapper .footer-block__image-wrapper img {
        max-width: 290px;
    }

    .footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) ul.list-unstyled li.list-social__item a.link {
        padding: 9px 12px;
    }

    .main-wrap-header-draw>header.header .header__heading {
        max-width: 250px;
    }

    .main-wrap-header-draw>header.header>.header__icons {
        padding: 0 0 0 47px;
        max-width: calc(100% - 260px);
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper>.custom-search-main input.search__input {
        height: 60px;
        padding: 0 22px !important;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart a.header__icon img {
        max-width: 22px;
        height: 22px;
        object-fit: contain;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart {
        max-width: 38.5%;
        gap: 15px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper>.custom-search-main .field button.search__button.field__button {
        width: 106px;
        height: 52px;
    }

    body.page .column h1 {
        font-size: 35px;
        line-height: 40px;
    }

}

@media(max-width:1279px) {
    .product .product__info-wrapper {
        padding-inline-start: 50px;
    }

    body.product ul.tabs li {
        font-size: 30px;
        line-height: 40px;
    }

    body.product ul.tabs::after {
        width: calc(100% - 700px);
    }
}

@media screen and (max-width:1199px) {

    h1 {
        font-size: 50px;
        line-height: 65px;
    }

    h2 {
        font-size: 41px;
        line-height: 50.66px;
    }

    .Cstm_primry_btn {
        padding: 10px 36px;
        font-size: 17px;
    }

    .categories-collage-section .categories-collage-section-wrapper {
        gap: 0 30px;
        min-height: 450px;
    }

    .main-wrap-header-draw>header.header>.header__icons .custom-search-main {
        display: none;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-searc-mobile {
        display: block !important;
        margin-inline-end: 22px;
        height: 33px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper {
        justify-content: end;
    }


    .home-banner {
        height: 520px;
        padding: 50px 0 0;
    }


    .home-banner .scroll-down-btn {
        bottom: -55px;
        padding: 10px 8px 20px;
    }

    .home-banner .scroll-down-btn a {
        padding: 20px 12px;
    }

    .categories-collage-section {
        padding: 180px 0 70px;
        margin-block-start: -65px;
    }

    .categories-collage-section .categories-collage-section-wrapper {
        gap: 0 25px;
        min-height: 400px;
    }

    .categories-collage-section .categories-collage-section-wrapper>div {
        gap: 25px;
    }

    .categories-collage-section .categories-collage-section-wrapper>div h2 {
        font-size: 28px;
        line-height: 36.97px;
    }

    .custom-main-wrap-img {
        padding: 70px 0 80px;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-right {
        max-width: 46%;
    }

    .custom-main-wrap-img .image-text-section-wrapper {
        gap: 0 30px;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-left .image-text-section-cta-button {
        max-width: 110px;
        height: 110px;
        right: -30px;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-main-image>img {
        height: initial;
        max-height: initial;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-left {
        height: max-content;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-left .image-text-section-main-image {
        height: auto;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-heading {
        margin: 0 0 10px;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-list {
        padding: 12px 0 25px;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-list ul li img {
        max-width: 20px;
    }

    .custm-back-main-text {
        max-height: 500px;
    }

    .custm-back-main-text .image-text-wrapper .image-text-right {
        height: 500px;
    }

    .custm-back-main-text .image-text-wrapper .image-text-subheading h3 {
        font-size: 30px;
        line-height: 37.07px;
    }

    .custm-back-main-text .image-text-wrapper .image-text-left .image-text-para {
        padding: 14px 0;
    }

    .feature-coll-custm .collection {
        padding: 60px 0 80px;
    }

    .product-card-wrapper .card .card__inner.ratio {
        height: 140px;
        margin-block-end: 20px;
    }

    .product-card-wrapper .card .card__media .media img {
        min-height: auto;
    }

    .product-card-wrapper .card--card.card--media>.card__content .card__information h3 a {
        font-size: 13px;
        line-height: 18px;
    }

    .product-card-wrapper .card--card.card--media>.card__content .card__information span.price-item {
        font-size: 15px;
    }

    .product-card-wrapper .card--card.card--media>.card__content {
        padding: 5px 7px 0px;
    }

    .featured-brands-section {
        padding: 100px 0 105px;
    }

    .featured-brands-section .content-feat-cumt {
        max-width: 390px;
    }

    .featured-brands-section .content-wrapper .brands-list {
        gap: 0 8px;
        max-width: calc(100% - 390px);
    }

    .featured-brands-section .content-wrapper {
        gap: 0 20px;
    }

    .featured-brands-section .content-wrapper .brands-list .brand-item {
        padding: 8px;
        height: 120px;
    }

    .featured-brands-section .content-wrapper .brands-list .brand-item img {
        max-height: 60px;
    }

    .testimonial-section {
        padding: 55px 0 65px;
    }

    .testimonial-section .testimonial-content {
        gap: 0 30px;
    }

    .testimonial-section .testimonial-content h4 {
        font-size: 22px;
        line-height: 50px;
    }

    .testimonial-section .testimonial-content .testimonial-text .star-rating {
        padding: 12px 0;
    }

    .testimonial-section .testimonial-content .testimonial-text .star-rating span.star {
        font-size: 25px;
    }

    .testimonial-section .testimonial-content .testimonial-text>p {
        font-size: 14px;
        line-height: 29px;
    }

    .testimonial-section .testimonial-content .testimonial-text .author-info img {
        max-width: 60px;
        height: 60px;

    }

    .customer-service-section .custm-main-wrap .customer-service-features .feature {
        padding: 0 10px;
    }

    .customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(1),
    .customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(3) {
        padding-right: 15px;
    }

    .customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(2),
    .customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(4) {
        padding-left: 15px;
    }

    .customer-service-section .custm-main-wrap .customer-service-features .feature img {
        max-width: 55px;
    }

    .customer-service-section .custm-main-wrap .customer-service-features .feature h3 {
        font-size: 24px;
        line-height: 27.9px;
        padding: 5px 0;
    }

    .customer-service-section .custm-main-wrap .customer-service-features .feature p {
        font-size: 13px;
        line-height: 20px;
    }

    .custm-new-email {
        padding: 40px 0 40px;
    }

    .custm-new-email .newsletter__wrapper .main-wrper-haed-text h2 {
        font-size: 36px;
        line-height: 44.3px;
        margin: 0 0 5px;
    }

    .custm-new-email .newsletter__wrapper .main-wrper-haed-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .custm-new-email .newsletter__wrapper .main-wrper-haed-text {
        max-width: max-content;
    }

    .newsletter-form__field-wrapper .field label.field__label {
        font-size: 16px;

    }

    .custm-new-email .newsletter__wrapper .custm-emial-cl form#contact_form input {
        height: 60px;
    }

    .newsletter-form__field-wrapper .field button#Subscribe {
        max-width: 140px;
        font-size: 20px;
        height: 54px;
        right: 5px;
    }

    .footer {
        padding: 50px 0 0px !important;
    }

    .footer .footer__blocks-wrapper .footer-block__image-wrapper img {
        max-width: 280px;
    }

    .footer .footer__blocks-wrapper .footer-block__image-wrapper {
        margin: 0 0 22px;
    }

    .footer-block.grid__item.scroll-trigger.animate--slide-in .footer-block__details-content>div p {
        font-size: 14px;
        line-height: 26px;
    }

    .footer .footer__blocks-wrapper .footer-block.grid__item .custm-content-footer-img p {
        font-size: 15px;
        line-height: 26px;
    }

    .footer .footer__content-bottom {
        padding: 8px 0;
    }

    .footer__content-bottom-wrapper--center {
        max-width: max-content;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart {
        max-width: max-content;
        gap: 30px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child p.custm-text-price-cart span.custm-cart-text {
        font-size: 13px;
        line-height: 13.25px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child span.price-custm-totle {
        font-size: 13px;
        line-height: 1.1;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-searc-mobile span {
        background: var(--Primary-color);
        border-radius: 50%;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-searc-mobile summary {
        height: 33px;
        width: 33px;
    }

    body.page h1.main-page-title,
    .template-404.page-width h1 {
        font-size: 45px;
        line-height: 70px;
    }

    .product .product__info-wrapper .product-form__quantity .flex {
        gap: 0 10px;
    }

    .product .product__info-wrapper {
        padding-inline-start: 20px;
    }

    body.product .related-products {
        padding: 60px 0 60px !important;
    }

    .homepage-filter-section .filter__wrapper__content .filter-heading {
        max-width: 145px;
    }

    .product .product__info-wrapper .product-form__quantity .flex product-form.product-form button {
        padding: 0 12px;
        font-size: 18px;
    }

    .template-404.page-width.page-margin.center p {
        font-size: 160px;
    }
}


@media screen and (max-width:991px) {

    h1 {
        font-size: 45px;
        line-height: 54px;
    }

    h2 {
        font-size: 34px;
        line-height: normal;
    }

    p {
        font-size: 14px;
        line-height: 28px;
    }

    .page-width,
    .container,
    .shopify-policy__container {
        max-width: 100%;
    }

    .main-wrap-header-draw>header.header .header__heading {
        max-width: 200px;
    }

    .main-wrap-header-draw>header.header>.header__icons {
        padding: 0 0 0 35px;
        max-width: calc(100% - 210px);
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child p.custm-text-price-cart {
        display: none;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a account-icon span {
        display: none;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart {
        gap: 0 12px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child {
        gap: 0;
        max-width: fit-content;
        height: 25px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a account-icon {
        gap: 0;
        width: auto;
        max-width: max-content;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart a.header__icon img {
        max-width: 25px;
        height: 25px;
        object-fit: cover;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart {
        max-width: max-content;
        gap: 0 10px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-searc-mobile {
        margin-inline-end: 20px;
    }

    .home-banner {
        height: 470px;
        padding: 45px 0 0;
    }

    .home-banner .scroll-down-btn {
        bottom: -50px;
        padding: 8px 8px 20px;
    }

    .home-banner .scroll-down-btn a {
        padding: 16px 8px;
    }

    .categories-collage-section {
        padding: 210px 0 90px;
    }

    .categories-collage-section .categories-collage-section-wrapper {
        gap: 0 20px;
        min-height: 305px;
    }

    .categories-collage-section .categories-collage-section-wrapper>div {
        gap: 20px;
    }

    .categories-collage-section .categories-collage-section-wrapper>div a {
        padding: 0 0 15px 20px;
    }

    .categories-collage-section .categories-collage-section-wrapper>div h2 {
        font-size: 26px;
        line-height: normal;
    }

    .custom-main-wrap-img {
        padding: 50px 0 60px;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-left .image-text-section-cta-button {
        max-width: 94px;
        height: 94px;
        right: -20px;
    }

    .custom-main-wrap-img .image-text-section-wrapper {
        gap: 0 35px;
    }

    .custm-back-main-text .image-text-wrapper .image-text-right {
        height: 330px;
    }

    .custm-back-main-text .image-text-wrapper .image-text-subheading h3 {
        font-size: 22px;
        line-height: normal;
    }

    .custm-back-main-text .image-text-wrapper .image-text-left .image-text-para {
        padding: 10px 0 20px;
    }

    .feature-coll-custm .collection {
        padding: 50px 0 75px;
    }

    .featured-brands-section {
        padding: 60px 0 70px;
    }

    .testimonial-section .testimonial-content h4 {
        font-size: 25px;
        line-height: 60px;
    }

    .testimonial-section .testimonial-content .testimonial-text .author-info img {
        max-width: 50px;
        height: 50px;
        padding: 10px;
    }

    .customer-service-section .custm-main-wrap .customer-service-features .feature img {
        max-width: 52px;
    }

    .customer-service-section .custm-main-wrap .customer-service-features .feature h3 {
        font-size: 20px;
        line-height: normal;
    }

    .custm-new-email .newsletter__wrapper {
        padding: 0 15px;
        gap: 0 20px;
    }

    .custm-new-email .newsletter__wrapper .custm-emial-cl {
        max-width: calc(100% - 350px);
    }

    .newsletter-form__field-wrapper .field button#Subscribe {
        max-width: 120px;
        font-size: 19px;
        height: 41px;
    }

    .custm-new-email .newsletter__wrapper .custm-emial-cl form#contact_form input {
        height: 48px;
    }

    .custm-new-email .newsletter__wrapper .main-wrper-haed-text h2 {
        font-size: 33px;
        line-height: normal;
    }

    .newsletter-form__field-wrapper .field label.field__label {
        font-size: 14px;
    }

    .custm-new-email .newsletter__wrapper .main-wrper-haed-text p {
        font-size: 17px;
        line-height: 28px;
    }

    .featured-brands-section .content-feat-cumt {
        max-width: 300px;
    }

    .product-card-wrapper .card--card.card--media>.card__content h3 {
        min-height: max-content;
        margin: 20px 0 0;
    }

    .featured-brands-section .content-feat-cumt p {
        margin: 5px 0 15px;
    }

    .footer .footer__blocks-wrapper {
        gap: 0 40px;
        row-gap: 30px !important;
        flex-wrap: wrap;
    }

    .footer .footer__blocks-wrapper .footer-block:first-child {
        max-width: 47%;
    }

    .footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) {
        max-width: 47%;
        ;
    }

    .footer .footer__blocks-wrapper .footer-block:last-child {
        max-width: 50%;
    }

    .footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(3) {
        max-width: 50%;
    }

    .footer .footer__content-bottom .page-width {
        flex-flow: column;
    }

    .footer .footer__content-bottom {
        padding: 8px 0 24px;
    }

    .footer .footer__content-bottom .footer__content-bottom-wrapper .footer__column {
        justify-content: center;
        margin: 1px 0 0 auto;
        max-width: 100%;
    }

    .featured-brands-section .content-wrapper .brands-list {
        max-width: calc(100% - 330px);
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a {
        display: block !important;
    }

    .shopify-policy__container {
        margin: 50px auto !important;
    }

    .product .grid__item.product__media-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 0 30px;
    }

    .product .product__info-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        padding-inline-start: 0;
    }

    .product__info-container {
        max-width: 100%;
    }

    body.product .related-products {
        padding: 60px 15px 60px !important;
    }

    body.product ul.tabs li {
        font-size: 25px;
        line-height: 35px;
    }

    body.product ul.tabs::after {
        width: calc(100% - 600px);
    }

    .custm-section-fill {
        padding: 13px 0 28px !important;
    }

    .homepage-filter-section .filter__wrapper__content .filter-dropdown__wrapper {
        gap: 0 8px !important;
    }

    .homepage-filter-section .filter__wrapper__content {
        flex-wrap: wrap;
    }

    .homepage-filter-section .filter__wrapper__content .filter-dropdown__wrapper {
        gap: 0 8px !important;
        flex-wrap: wrap !important;
    }

    .homepage-filter-section .filter__wrapper__content .filter-heading {
        max-width: 100%;
        padding-inline-end: 0;
        margin: 0 0 18px;
    }

    .homepage-filter-section {
        width: 100% !important;
    }

    .homepage-filter-section button#redirectBtn {
        padding: 13px 18px !important;
        font-size: 15px !important;
        margin-inline-start: 10px;

    }

    slider-component.slider-mobile-gutter.page-width.page-width-desktop {
        padding: 0 15px;
    }

    .product__info-wrapper.grid__item .product__info-container {
        max-width: 100%;
    }

    .main-eraper-head-form .can\'t-fine-sect-head h2 {
        font-size: 18px;
    }
    .main-eraper-head-form .custm-section-modal-wrap .contact__button button{
        font-size: 15px !important;
    }

}

@media screen and (max-width:767px) {
    .custom-main-slider-home .slick-list.draggable {
        padding-bottom: 55px;
        background-color: #f9f9f9;
    }

    .product .product__info-wrapper .product-form__quantity .flex {
        align-items: flex-start !important;
    }

    .product .product__info-wrapper .product-form__quantity .flex .price-per-item__container quantity-input.quantity {
        max-width: 348px;
    }

    .utility-bar .announcement-bar p.announcement-bar__message span {
        font-size: 13px;
        line-height: 17px;
    }

    .main-wrap-header-draw>header.header .header__heading {
        max-width: 202px;
    }

    .main-wrap-header-draw>.custm-drawer-head-menu header-drawer summary.header__icon {
        width: 35px;
        height: 35px;
    }

    .main-wrap-header-draw>.custm-drawer-head-menu {
        max-width: 35px;
    }

    .main-wrap-header-draw>header.header {
        padding: 0 16px 0 0;
        margin: 0 !important;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-searc-mobile {
        margin-inline-end: 16px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child {
        height: 25px;
    }

    .main-wrap-header-draw>header.header>.header__icons {
        max-width: 100%;
    }

    .main-wrap-header-draw {
        padding: 22px 0 20px;
        justify-content: space-between;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart {
        gap: 0 10px;
    }

    h1 {
        font-size: 39px;
        line-height: 50px;
    }

    .home-banner {
        height: 430px;
        padding: 45px 0 0;
    }

    .categories-collage-section {
        padding: 80px 0 55px;
        margin-block-start: -40px;
    }

    .categories-collage-section .categories-collage-section-wrapper {
        gap: 24px 0;
        min-height: auto;
        grid-template-columns: repeat(1, 1fr);
    }

    .categories-collage-section .categories-collage-section-wrapper>div {
        gap: 24px;
        flex-flow: column;
    }

    .categories-collage-section .categories-collage-section-wrapper>div a {
        padding: 0 0 15px 13px;
        height: 305px;
    }

    .categories-collage-section .categories-collage-section-wrapper>div h2 {
        font-size: 26px;
    }

    .categories-collage-section .categories-collage-section-wrapper>div .categories-collage-left-item {
        height: 305px;
    }

    .custom-main-wrap-img {
        padding: 45px 0 54px;
    }

    .custom-main-wrap-img .image-text-section-wrapper {
        gap: 57px 0;
        flex-flow: column-reverse;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-right {
        max-width: 100%;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-left {
        max-width: 100%;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-left .image-text-section-cta-button {
        right: -10px;
    }

    .custm-back-main-text {
        height: auto;
        padding: 53px 0 0px;
        max-height: initial;
    }

    .custm-back-main-text .image-text-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .custm-back-main-text .image-text-wrapper .image-text-subheading {
        margin-block-end: 12px;
    }

    .custm-back-main-text .image-text-wrapper .image-text-left .image-text-para p {
        font-family: Helvetica !important;
    }

    .custm-back-main-text .image-text-wrapper .image-text-left .image-text-para {
        padding: 7px 0 30px;
    }

    .feature-coll-custm .collection {
        padding: 40px 0 45px;
    }

    .product-card-wrapper .card .card__media {
        max-width: 100%
    }

    .product-card-wrapper .card {
        padding: 23px 0 15px;
        border-radius: 0;
    }

    .featured-brands-section {
        padding: 50px 0 43px;
    }

    .featured-brands-section .content-wrapper {
        gap: 45px 0;
        flex-flow: column;
    }

    .featured-brands-section .content-feat-cumt {
        max-width: 100%;
    }

    .featured-brands-section .content-feat-cumt p {
        margin: 10px 0 17px;
    }

    .featured-brands-section .content-wrapper .brands-list {
        max-width: 100%;
        gap: 17px 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .testimonial-section {
        padding: 25px 0 75px;
    }

    .testimonial-section .testimonial-content h4 {
        font-size: 17px;
        line-height: 45px;
    }

    .testimonial-section .testimonial-content {
        gap: 47px 0;
        flex-flow: column;
    }

    .testimonial-section .testimonial-content .testimonial-text {
        max-width: 100%;
    }

    .testimonial-section .testimonial-content .testimonial-text h2 {
        line-height: 70px;
        font-size: 31px;
    }

    .testimonial-section .testimonial-content .testimonial-text .star-rating {
        padding: 0 0 20px;
    }

    .testimonial-section .testimonial-content .testimonial-text>p {
        font-size: 16px;
        line-height: 28px;
    }

    .testimonial-section .testimonial-content .testimonial-text .author-info img {
        max-width: 74px;
        height: 74px;

    }

    .testimonial-section .testimonial-content .testimonial-text .author-info {
        display: flex;
        gap: 0 12px;
        align-items: center;
        margin: 20px 0 0;
    }

    .testimonial-section .testimonial-content .testimonial-image {
        max-width: 100%;
    }

    .testimonial-section .testimonial-content .testimonial-image img {
        object-fit: cover;
        min-height: 400px;
    }

    .customer-service-section {
        padding: 57px 0 48px;
    }

    .customer-service-section .custm-main-wrap {
        gap: 38px 0;
        flex-flow: column;
    }

    .customer-service-section .custm-main-wrap .customer-service-content {
        max-width: 100%;
    }

    .customer-service-section .custm-main-wrap .customer-service-content .customer-service-text {
        margin-block-end: 20px;
    }

    .customer-service-section .custm-main-wrap .customer-service-features {
        max-width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    .customer-service-section .custm-main-wrap .customer-service-features .feature h3 {
        font-size: 16px;
    }

    .customer-service-section .custm-main-wrap .customer-service-features .feature:nth-child(n+3) {
        padding-right: 6px;
    }

    .customer-service-section .custm-main-wrap .customer-service-features .feature:last-child {
        padding-right: 0;
    }

    .custm-new-email {
        padding: 39px 0 35px;
    }

    .custm-new-email .newsletter__wrapper .main-wrper-haed-text h2 {
        font-size: 33px;
        margin: 0 0 8px;
    }

    .custm-new-email .newsletter__wrapper {
        gap: 28px 0;
        flex-flow: column;
    }

    .custm-new-email .newsletter__wrapper .main-wrper-haed-text p {
        font-size: 17px;
        line-height: 28px;
    }

    .footer {
        padding: 45px 0 0px !important;
    }

    .footer .footer__content-top {
        padding: 0 15px 45px;
    }

    .footer .footer__blocks-wrapper .footer-block:first-child {
        max-width: 100%;
    }

    .footer .footer__blocks-wrapper .footer-block__image-wrapper img {
        max-width: 236px;
    }

    .footer .footer__blocks-wrapper .footer-block__details-content {
        margin-bottom: 5px;
    }

    .footer .footer__blocks-wrapper .footer-block:first-child {
        margin-block-end: 30px;
    }

    .footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(3) {
        max-width: 33%;
        margin: 0;
    }

    .footer .footer__blocks-wrapper .footer-block.grid__item h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .footer-block.grid__item.scroll-trigger.animate--slide-in .footer-block__details-content>div p {
        line-height: 24px;
    }

    .footer .footer__blocks-wrapper {
        gap: 0 0px;
        row-gap: 0px !important;
        display: flex !important;
        flex-wrap: wrap;
    }

    .footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) {
        max-width: 58%;
        margin: 0px 0 0;
    }

    .footer .footer__blocks-wrapper .footer-block:last-child {
        max-width: 100%;
        margin: 50px 0 0;
    }

    .footer .footer__blocks-wrapper .footer-block__details-content {
        margin-bottom: 0;
    }

    .footer .footer__blocks-wrapper .footer-block:last-child .list-unstyled {
        display: flex;
        flex-wrap: wrap;
    }

    .footer .footer__blocks-wrapper .footer-block:last-child .list-unstyled li {
        width: 50%;
    }

    .custm-new-email .newsletter__wrapper .custm-emial-cl {
        max-width: 100%;
    }

    .footer .footer__blocks-wrapper {
        margin: 0;
    }

    .footer .footer__content-bottom .footer__content-bottom-wrapper .footer__column {
        margin: 0px 0 0 auto;
        padding: 0;
    }

    .footer .footer__content-bottom .footer__content-bottom-wrapper .footer__column .footer__payment ul.list.list-payment {
        gap: 5px 3px;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-left .image-text-section-main-image {
        max-width: 313px;
    }

    body.page h1.main-page-title,
    .template-404.page-width h1 {
        font-size: 38px;
        line-height: 50px;
        margin-block-end: 20px;
    }

    .shopify-policy__container .rte strong {
        margin: 10px 0 8px;
        line-height: 28px;
    }

    .shopify-policy__container h1 {
        font-size: 37px;
        line-height: 45px;
    }

    .shopify-policy__container .rte {
        line-height: 25px;
    }

    .shopify-policy__container .shopify-policy__body {
        margin: 40px 0 0;
    }

    .menu-drawer__utility-links img {
        max-width: 20px;
        margin-inline-end: 10px;
    }

    .menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account {
        padding-left: 30px;
    }

    .featured-brands-section .content-wrapper .brands-list .brand-item {
        height: 119px;
        width: 119px;
    }

    nav.breadcrumb a,
    nav.breadcrumb span {
        font-size: 16px;
        color: #000000;
        line-height: 26px;
        letter-spacing: 0;
        font-weight: 500;
        text-transform: capitalize;
    }

    .product .product__info-wrapper .product__title h3 {
        font-size: 25px;
        line-height: 35px;

    }

    .product .product__info-wrapper .product-form__quantity {
        flex-wrap: wrap;
    }

    .product .product__info-wrapper .product-form__quantity label.quantity__label {
        width: 100%;
    }

    .product .product__info-wrapper .product-form__quantity .flex {
        display: flex;
        width: 100%;
        max-width: 100%;
        gap: 10px;
        flex-flow: column;
        align-items: center;
        margin: 20px 0 0;
    }

    .product .product__info-wrapper .product-form__quantity .flex .price-per-item__container {
        max-width: 100%;
    }

    body.product ul.tabs li {
        margin-inline-end: 9px;
        font-size: 14px;
        line-height: 21px;
        padding-block-end: 0;
    }

    body.product ul.tabs {
        margin: 70px 0 20px;
    }

    body.product .tab-content *,
    body.product .tab-content {
        font-size: 14px;
        line-height: 21px;
    }


    body.product .related-products h2.related-products__heading {
        font-size: 25px;
        line-height: normal;
    }

    body.product .related-products h2.related-products__heading::after {
        width: 0;
    }


    body.product .related-products h2.related-products__heading {
        margin: 0 0 30px;
    }

    .shopify-policy__container {
        margin: 40px auto !important;
    }

    body.page .column h1 {
        font-size: 30px;
        line-height: 45px;
        margin: 0 0 10px;
    }

    .footer .footer__content-bottom .footer__content-bottom-wrapper .footer__column .footer__payment ul.list.list-payment li.list-payment__item {
        padding: 0;
    }

    body.product .product-card-wrapper .card .card__media .media img {
        height: auto;
    }

    .homepage-filter-section .filter__wrapper__content {
        gap: 17px 0 !important;
        flex-wrap: wrap;
    }

    .homepage-filter-section .filter__wrapper__content .filter-heading {
        padding-inline-end: 0;
        margin: 0 0 0;
    }

    .homepage-filter-section .filter__wrapper__content .filter-heading h2 {
        margin: 0;
    }

    .homepage-filter-section button#redirectBtn {
        margin-inline-start: 0;
    }

    .homepage-filter-section button#redirectBtn {
        width: 100% !important;
        max-width: 100% !important;
    }


    .homepage-filter-section .filter__wrapper__content .filter-dropdown__wrapper {
        gap: 17px 0px !important;
        flex-wrap: wrap !important;
        justify-content: space-between;
        width: 100%;
    }

    .homepage-filter-section .filter__wrapper__content .filter-dropdown__wrapper .dropdown {
        width: calc(50% - 6px);
    }

    .homepage-filter-section .filter__wrapper__content .filter-dropdown__wrapper select {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 14px !important;
    }

    .homepage-filter-section .filter__wrapper {
        padding: 0 10px !important;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-list ul li {
        font-size: 12px;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-list {
        padding: 25px 0 30px;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-right .image-text-section-right-list ul li:not(:last-child) {
        margin-block-end: 16px;
        gap: 0 10px;
    }

    .is-empty .cart__warnings h1.cart__empty-text,
    .is-empty .cart__empty-text,
    .collection__title.title-wrapper h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .cart__warnings h2.cart__login-title {
        font-size: 26px;
    }

    .shopify-policy__container .shopify-policy__body {
        margin: 15px 0 0;
    }

    .footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(3) .list-unstyled li {
        margin-bottom: 20px;
    }

    .footer-block.grid__item.scroll-trigger.animate--slide-in .list-unstyled li a.link {
        line-height: 22px;
    }

    .footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(3) ul li::before,
    .footer-block.grid__item.scroll-trigger.animate--slide-in:nth-child(4) ul li::before {
        top: 6px;
        transform: unset;
    }

    body.product .product-card-wrapper .card .card__inner.ratio {
        margin: 0;
    }

    .template-404.page-width.page-margin.center p {
        font-size: 90px;
    }

    .template-404.page-width h1 {
        margin: 0;
    }

    .custom-main-wrap-img .image-text-section-wrapper .image-text-section-left .image-text-section-main-image {
        padding-right: 24px !important;
        max-width: 100%;
    }

    .collection__title.title-wrapper h2 {
        text-align: left;
    }

    .custm-back-main-text>.page-width {
        padding: 0 33px;
    }

    .Cstm_primry_btn {
        padding: 8px 36px;
        font-size: 19px;
    }

    .testimonial-section .testimonial-content .testimonial-text .author-info>div p.author-name {
        font-size: 20px;
    }

    .product-card-wrapper .card .card__badge.top.left {
        top: -45px;
    }

    .home-banner:after {
        height: 200px;

    }

    .main-eraper-head-form {
        gap: 10px;
        flex-wrap: wrap;
    }

    .custom-section-modal-form .main-eraper-head-form .can\'t-fine-sect-head {
        width: 100%;
    }

    .main-eraper-head-form .custm-section-modal-wrap .custom-section-field-butten {
        gap: 10px 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .main-eraper-head-form .custm-section-modal-wrap .contact__fields {
        gap: 0 10px;
        justify-content: space-between;
        width: 100%;
    }

    .main-eraper-head-form .custm-section-modal-wrap input {
        width: 100%;
        font-size: 12px;
        padding: 12px 20px 12px 12px;
        height: auto;
    }

    .main-eraper-head-form .custm-section-modal-wrap .contact__button button {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 13px 18px !important;
        font-size: 15px !important;
        height: auto;
        min-height: auto;
    }

    .custom-section-modal-form {
        padding: 15px 0 22px;
    }

    .main-eraper-head-form .can\'t-fine-sect-head h2 {
        font-size: 17px;
        line-height: 28px;
    }

    .main-eraper-head-form .custm-section-modal-wrap .contact__button {
        width: 100%;
    }

    .custom-section-modal-form .custm-section-modal-wrap {
        width: 100%;
    }


}

@media screen and (max-width:429px) {
    .main-wrap-header-draw>header.header .header__heading {
        max-width: 150px;
        min-width: 140px;
    }

    .main-wrap-header-draw>.custm-drawer-head-menu header-drawer summary.header__icon svg {
        height: 1.5rem;
        width: 1.5rem;
    }

    .main-wrap-header-draw>.custm-drawer-head-menu header-drawer summary.header__icon {
        width: 30px;
        height: 30px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart a.header__icon img {
        max-width: 20px;
        height: 20px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-searc-mobile {
        margin-inline-end: 14px;
        height: 23px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-searc-mobile summary svg {
        max-width: 15px;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-searc-mobile summary {
        max-width: max-content;
        width: auto;
        min-width: 25px;
        height: 25px;
    }

    .main-wrap-header-draw>header.header {
        padding: 0 6px 0 0;
    }

    .main-wrap-header-draw>header.header>.header__icons .desktop-localization-wrapper .custm-main-wrap-user-cart>a:last-child {
        height: 20px;
    }

    .custm-new-email .newsletter__wrapper .main-wrper-haed-text h2 {
        font-size: 31px;
        margin: 0 0 6px;
    }

    .custm-new-email .newsletter__wrapper .main-wrper-haed-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer .footer__content-bottom {
        padding: 4px 0 20px;
    }

    .homepage-filter-section .filter__wrapper__content .filter-dropdown__wrapper {
        gap: 15px 0px !important;
    }

    .homepage-filter-section .filter__wrapper__content {
        gap: 15px 0 !important;
    }

    .featured-brands-section .content-wrapper .brands-list .brand-item {
        height: 96px;
        width: 96px;
    }

    h1.title.title--primary.inline-richtext.scroll-trigger.animate--fade-in {
        margin: 0;
    }

    .card__information {
        padding: 0 !important;
    }

    a.jdgm-btn.jdgm-btn--border.jdgm-cancel-rev {
        margin-bottom: 10px;
    }
}