/** Shopify CDN: Minification failed

Line 198:0 Unexpected "}"

**/
.visible-xs {
    display: none !important;
}

.hidden-xs {
    display: block !important;
}

@media (min-width: 1400px) {

    .nav-sec .container {
        max-width: 1400px;
    }
}

@media(max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    br {
        display: none;
    }
}

body,
html {
    margin: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.main-sec {
    margin: 0;
    font-size: 10px;
    overflow-x: hidden;
    font-family: "DM Sans", sans-serif;
    font-family: "Inter", sans-serif;
}

.nav-sec {
    border-bottom: 1px solid #8F8F8F;
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 14.64em;
}

.nav-link {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #2D2D2D !important;
    padding: 2.1em 1em !important;
    transition: .3s;
}

.nav-link:hover {
    color: #4EC044 !important;
    text-decoration: underline;
    transition: .3s;
}

.nav-right-col {
    display: flex;
    align-items: center;
    gap: 2.25em;
    padding: 2.6em 0;
    border-left: 1px solid #8F8F8F;
    padding-left: 2.5em;
}

.search-btn {
    display: flex;
    align-items: center;
    gap: 0.5em;
    background: transparent;
    padding: 0;
    border: 0;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.2em;
    transition: .3s;
}

.search-btn:hover {
    color: #4EC044 !important;
}

.cart-btn {
    background: transparent;
    padding: 0;
    border: 0;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #2D2D2D;
    transition: .3s;
}

.cart-btn span {
    color: #2D2D2D;
}

.cart-btn:hover {
    color: #4EC044 !important;
}

.hero-img img {
    width: 100%;
}

.hero-sec {
    padding: 5em 0 10em;
}

.hero-content {
    max-width: 185%;
    width: 185%;
    position: relative;
}

.hero-content h1 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 4.875em;
    line-height: 1.2875;
    color: #000;
    margin-bottom: 0.5em;
}

.hero-content p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 2.2em;
    color: #000;
    margin-bottom: 1.5em;
        max-width: 30em;
}

.h-btn {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 1.6em;
    color: #fff;
    background: #35B729;
    border-radius: 0.25em;
    border: 1px solid #35B729;
    padding: 0.5em 2em;
    transition: .3s;
}

.h-btn:hover {
  background: #2e7d32;
  color: #fff;
}
}

.hero-icon {
    display: flex;
    align-items: center;
    gap: 3em;
    margin-top: 7em;
}

.hero-icon a img {
    height: 6em;
}

.main-head-sec {
    background-image: url(../images/main-headbg.png);
    background-color: #F0F5F7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.brand-sec {
    background-color: #F0F5F7;
    padding: 2em 0;
}

.brand-name img {
    width: 100%;
    height: 13em;
    object-fit: fill;
    object-position: center;
}

.benefit-sec {
    background-color: #F0F5F7;
    padding: 3em 0;
}

.benefit-col {
    background-image: url(../images/benefitbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 51em;
    padding: 1em;
    border-radius: 1em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6em;
}

.benefit-inner h2 {
    font-family: 'DM Sans';
    font-weight: 300;
    font-size: 3.6em;
    color: #fff;
    margin-bottom: 0.2875em;
}

.benefit-inner h2 i,
.benefit-inner h2 em {
    font-weight: 700;
}

.benefit-inner p {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 1.6em;
    color: #fff;
    opacity: 60%;
}

.easy-benefit svg {
    width: 5.4em;
    height: 5.4em;
    margin-bottom: 1.5em;
}

.easy-benefit h6 {
    font-family: 'DM Sans';
    font-weight: 800;
    font-size: 1.8em;
    color: #fff;
    margin-bottom: 0.25em;
}

.easy-benefit p {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 1.6em;
    color: #fff;
    opacity: 60%;
    margin-bottom: 1.5em;
}

.easy-benefit button {
    background: transparent;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    gap: 1em;
    font-family: 'DM Sans';
    font-weight: 800;
    font-size: 1.6em;
    color: #fff;
    transition: .3s;
}

.easy-benefit button svg {
    width: 2.375em;
    height: 0.938em;
    margin-bottom: 0;
}

.easy-benefit button:hover {
    gap: 1.25em;
}

.benefit-content {
    display: flex;
    align-items: self-start;
    gap: 5em;
    margin-top: 2em;
}

.easy-sec {
    background-color: #F0F5F7;
    padding: 1em 0 10em;
}

.easy-head {
    text-align: center;
}

.easy-head h2 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 5em;
    color: #000;
}

.easy-head p {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 1.6em;
    color: #000;
    margin-bottom: 2em;
}

.easy-col {
    width: 70%;
    height: 100%;
    margin: auto;
    border: 3px solid #D8D8D8;
    border-radius: 3.5em;
    overflow: hidden;
}

.easy-inner {
    width: 100%;
    height: 100%;
    border: 20px solid #2C2C2C;
    border-radius: 3em;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.easy-inner video {
    width: 100%;
    height: 100%;
        min-height: 47em;
}

.play-btn {
    position: absolute;
    background: transparent;
    padding: 0;
    border: 0;
    width: 6.9em;
    height: 6.9em;
}

.feature-sec {
    background: linear-gradient(0deg, #333333, #333333), radial-gradient(98.82% 156.13% at 1.18% 0%, rgba(191, 191, 191, 0.2) 0%, rgba(55, 55, 55, 0) 100%);
    padding: 7em 0;
}

.feature-sec .easy-head h2 {
    color: #fff;
    font-weight: 400;
}

.feature-sec .easy-head h2 i,
.feature-sec .easy-head h2 em {
    font-weight: 700;
}

.feature-sec .easy-head p {
    color: #fff;
    margin-bottom: 3em;
}

.feature-content {
    display: flex;
    text-align: end;
    flex-direction: row-reverse;
    gap: 2em;
    margin-bottom: 2em;
}

.feature-content b {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 1.6em;
    color: #fff;
}

.feature-content span h6 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 2.4em;
    color: #fff;
}

.feature-content span p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.4em;
    color: #CACACA;
}

.feature-img img {
    width: 100%;
    height: 68em;
    object-fit: cover;
    object-position: center;
    border-radius: 1em;
}

.feature-inner {
    margin-right: 4em;
}

.feature-inner2x {
    margin-right: 0;
    margin-left: 4em;
}

.feature-inner2x .feature-content {
    text-align: start;
    flex-direction: row;
}

.ruff-sec {
    background: #fff;
    padding: 10em 0;
}

.ruff-col {
    max-width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
}

.ruff-img {
    width: 36.5em;
}

.ruff-img img {
    width: 100%;
}

.ruff-content {
    width: calc(100% - 36.5em);
    padding-left: 12em;
}
.ruff-content.ruff-content1 {
    padding-left: 0em;
    padding-right: 12em;
}

.ruff-content h2 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 5em;
    color: #000;
    margin-bottom: 0.5em;
}

.ruff-content h6 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 3em;
    color: #000;
    margin-bottom: 0.75em;
}

.ruff-content h6 i,
.ruff-content h6 em {
    font-weight: 700;
}

.ruff-content p,
.ruff-content ul {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.8em;
    color: #585858;
    margin-bottom: 1.5em;
        max-width: 36em;
    margin-left: auto;
    margin-right: auto;
}
.ruff-content ul{
    list-style: disc;
    padding-left: 1em;
}

.plan-sec {
    background: #F6F8FA;
    padding: 5em 0;
}

.plan-col {
    background: #FFFFFF;
    border-radius: 0.2875em;
    padding: 3em;
    margin-top: 3em;
    position: relative;
}

.plan-col h6 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 2.8em;
    color: #000;
    margin-bottom: 0.5em;
}

.plan-col h3 {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 5em;
    color: #000;
    margin-bottom: 0.2875em;
}

.plan-col h3 i {
    font-weight: 400;
    font-style: Italic;
    font-size: 0.35em;
    color: #848484;
    letter-spacing: 0;
}

.plan-col p {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 1.7125em;
    color: #000;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

.plan-col ul {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.plan-col ul li {
    display: flex;
    align-items: center;
    gap: 1em;
}

.plan-col ul li span {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 1.8em;
    color: #000;
}

.plan-col ul li span a {
    color: #000;
    text-decoration: underline;
}

.plan-col ul li span a:hover {
    text-decoration: none;
}

.plan-col .h-btn {
    width: 100%;
    margin-top: 2.5em;
}

.d-btn {
    background: #646564;
    border: 1px solid #646564;
}

.d-btn:hover {
    color: #646564;
    background: transparent;
}

.plan-col2x {
    border: 1px solid #35B729;
}

.plan-absolute {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 1.6em;
    color: #fff;
    background: #35B729;
    border-radius: 0.2875em;
    border: 1px solid #35B729;
    padding: 0.5em 1em;
    position: absolute;
    right: 1.5em;
    top: -1.2875em;
}

.bundle-sec {
    padding: 5em 0;
}

.bundle-sec .ruff-content h6 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 2.4em;
    margin-bottom: 0.125em;
}

.bundle-sec .h-btn {
    padding: 0.5em 2.5em;
}

.bundle-sec .ruff-img {
    width: 42.8em;
}

.bundle-sec .ruff-content {
    width: calc(100% - 42.8em);
    padding-left: 6em;
}

.footer-sec {
    background: #333333;
    padding: 6em 0 2em;
}

.footer-col h4 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 3.6em;
    color: #fff;
    line-height: 1.2875;
    margin-bottom: 2em;
    max-width: 8em
}

.footer-col h4 i,
.footer-col h4 em,
.footer-col h4 strong {
    font-weight: 900;
    color: #35B729;
}

.footer-col a img {
    width: 18.6em;
}

.footer-listing {
    display: flex;
    align-items: self-start;
    gap: 1em;
    justify-content: space-between;
    padding-left: 5em;
}

.footer-inner h6 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 2.4em;
    color: #fff;
    margin-bottom: 1em;
}

.footer-inner ul {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.footer-inner ul li a {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.8em;
    color: #CACACA;
    display: flex;
    align-items: center;
    gap: 0.75em;
}

.footer-inner ul li a:not([href]){
color: #CACACA;
}

.footer-inner ul li a:hover {
    color: #fff;
    text-decoration: underline;
    color: #CACACA !important;
}

.footer-copy p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    margin-top: 5em;
}




























































/* about page css */














.about-img img {
    width: auto;
}

.journey-sec {
    padding: 8em 0 6em;
    background: #fff;
}

.journey-col {
    display: flex;
    align-items: self-start;
}

.journey-head {
    width: 30em;
}

.journey-head h6 {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 1.6em;
    color: #000;
}

.journey-head h1 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 5em;
    color: #000;
}

.journey-text {
    width: calc(100% - 30em);
    padding-left: 5em;
}

.journey-text p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.8em;
    color: #585858;
    margin-bottom: 1.5em;
}

.journey-text h6 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 2.6em;
    color: #FFBD4A;
    margin-bottom: 0.5em;
}

.apart-sec {
    background: linear-gradient(0deg, #333333, #333333), radial-gradient(98.82% 156.13% at 1.18% 0%, rgba(191, 191, 191, 0.2) 0%, rgba(55, 55, 55, 0) 100%);
    padding: 5em 0;
}

.apart-col {
    display: flex;
    align-items: self-start;
}

.apart-head {
    width: 30em;
}

.apart-head h2 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 5em;
    color: #fff;
    margin-bottom: 1em;
}

.apart-inner {
    width: calc(100% - 30em);
    padding-left: 15em;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 4em;
    align-items: self-start;
}

.apart-content svg {
    width: 5.4em;
    height: 5.4em;
    margin-bottom: 1.5em;
}

.apart-content h6 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 2.6em;
    color: #fff;
    margin-bottom: 0.2875em;
}

.apart-content p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.4em;
    color: #AAAAAA;
}

.speak-sec {
    padding: 8em 0;
}

.speak-sec .ruff-img {
    width: 60em;
}

.speak-sec .ruff-content {
    width: calc(100% - 60em);
    padding-left: 15em;
}

.work-sec {
    background: #F5F5F5;
    padding: 6em 0;
}

.work-sec .ruff-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
}

.work-sec .ruff-content h2 {
    margin-bottom: 0.25em;
}

.work-sec .ruff-content p {
    margin-bottom: 1.2875em;
}

.work-sec .ruff-content .h-btn {
    padding: 0.5em 1.7125em;
}
















































/* faq page css */















.faq-sec {
    padding: 5em 0;
    background: #fff;
}

.faq-head h1 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 5em;
    color: #000;
    margin-bottom: 0.125em;
}

.faq-head p {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 1.6em;
    color: #000;
    margin: 0;
    max-width: 30em;
}

.faq-col {
    margin-top: 5em;
}

.accordion-item {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid #A4A4A4 !important;
}

.accordion-button {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    padding: 1.5em 0 !important;
    font-size: .8em;
}

.accordion-button span {
    display: flex;
    align-items: center;
    gap: 3em;
}

.accordion-button span p {
    margin: 0;
    font-family: 'DM Sans';
    font-weight: 300;
    font-size: 1em;
    color: #000;
}

.accordion-button span h6 {
    margin: 0;
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 1.5em;
    color: #000;
}

.accordion-body {
    padding-top: 0;
}

.accordion-body p {
    margin: 0;
    font-family: 'Inter';
    font-weight: 400;
    color: #696969;
    font-size: 1.4em;
    padding-left: 4em;
}

.accordion-button::after {
    background-image: url(/cdn/shop/files/arrow-up-circle.png?v=1760109066);
    width: 2em;
    height: 2em;
    background-size: 2em;
    transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/cdn/shop/files/arrow-up-circle.png?v=1760109066);
    transform: rotate(360deg);
}

.still-have-faq {
    margin-top: 5em;
    background: #F5F5F5;
    border-radius: 0.25em;
    padding: 2.2875em 5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}

.still-have-faq h6 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 2.4em;
    color: #000;
}

.still-have-faq p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.7125em;
    color: #585858;
    margin: 0;
}

.still-have-faq .h-btn {
    padding: 0.5em 3.2875em;
}
























































/* shop page css */


















.shop-sec {
    padding: 5em 0;
    background: #fff;
}

.shop-head {
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: space-between;
    padding: 4em 0 2em;
}

.shop-right-sort {
    display: flex;
    align-items: center;
    gap: 1em;
}

.shop-right-sort span {
    display: flex;
    align-items: center;
    gap: 1em;
}

.shop-right-sort span p {
    margin: 0;
    font-weight: 400;
    font-size: 1.6em;
    color: #000;
}

.form-select {
    background-color: #F8F8F8;
    border-radius: 0.25em;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.6em;
    color: #000;
    padding: 0.125em 0.75em;
    width: 9em;
    border: 1px solid #ccc;
    background-position: right .5rem center;
}

.form-select:focus {
    border-color: #9efe86;
    box-shadow: none;
}

.show-span .form-select {
    width: 4em;
}

.shop-head .nav-tabs {
    border-bottom: 1px solid transparent;
}

.shop-head .nav-link {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.35em;
    background: transparent !important;
    border: 1px solid transparent !important;
    color: #9A9A9A !important;
    text-decoration: none !important;
    margin: 0;
    border-radius: 0.25em !important;
    padding: 0.339em 0.875em !important;
    line-height: 1.25;
}

.shop-head .nav-link.active {
    border: 1px solid #000 !important;
    padding: 0.339em 2.164em !important;
    color: #000 !important;
}

.shop-tab-col {
    background: #fff;
    border: 1px solid #E2E2E2;
    margin-top: 1.5em;
}

.shop-tab-inner {
    padding: 1.5em;
    height: initial;
    min-height: 40em;
}

.shop-tab-inner img {
    width: 100%;
    margin-bottom: 1.5em;
}

.shop-tab-inner h6 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 1.5em;
    color: #000;
}

.shop-tab-inner p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.6em;
    color: #000;
    margin-bottom: 0.2875em;
}

.shop-tab-btn .h-btn {
    width: 100%;
    border-radius: 0;
    font-family: 'Inter';
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    padding: 0.75em 0.5em;
}


.shop-tab-btn .h-btn:hover {
    background: #000;
    color: #F5F5F5;
}

.shop-tab-row {
    padding: 0 0.75em;
}

.shop-tab-row .col-12 {
    padding-right: calc(var(--bs-gutter-x) * .2875);
    padding-left: calc(var(--bs-gutter-x) * .2875);
}





























































/* product page css */














.product-sec {
    padding: 2em 0;
    background: #fff;
}

.product-slider-col {
    border: 1px solid #E2E2E2;
    padding: 1em;
    display: flex;
    flex-direction: column-reverse;
    gap: 2em;
    border-radius: 0.2875em;
}

.techno-slide2x img {
    width: 100%;
}

.techno-slide1x img {
    width: 100%;
}

.untern-slider1x {
    padding: 0 3em;
}

.untern-slider1x .slick-next,
.untern-slider1x .slick-prev {
    z-index: 1;
    background-color: transparent;
}

.untern-slider1x .slick-next {
    background-image: url(/cdn/shop/files/rightarw.png?v=1760109066);
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
    width: 1.5rem;
    border: 0;
    height: 1.5rem;
    top: 40%;
    right: 0;
    position: absolute;
    border-radius: 0;
}

.untern-slider1x .slick-prev {
    background-image: url(/cdn/shop/files/leftarw.png?v=1760109066);
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
    width: 1.5rem;
    border: 0;
    height: 1.5rem;
    left: 0;
    position: absolute;
    top: 40%;
    border-radius: 0;
}

.untern-slider1x .slick-slide.slick-current.slick-active .techno-slide1x img {
    border-bottom: 3px solid #000;
    border-radius: 0.5em;
}

.techno-slide1x {
    padding: 0 0.555em;
}

.product-content h1 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 2.6em;
    color: #000;
    margin-bottom: 0.75em;
}

.product-content h5 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.6em;
    color: #000;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
}

.product-content h6 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #000;
    margin-top: 1.6em;
}

.product-content p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.4em;
    color: #696969;
    margin-bottom: 1.5em;
}

.product-content p b {
    color: #000;
}

.product-inner {
    margin-top: 3em;
    padding-top: 3em;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    gap: 2em;
}

.pinton-btn {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #000000;
    border-radius: 0.2875em;
    padding: 0.9em 1.5em;
    padding-right: 2.5555em;
}

.pinton-btn input {
    width: 2em;
    padding: 0;
    border: 0;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.4em;
    color: #000;
}

.pinton-btn .btm-btn {
    position: absolute;
    right: 1.25em;
    top: 0.2875em;
    background: transparent;
    padding: 0;
    border: 0;
    transform: rotate(270deg);
}

.pinton-btn .up-btn {
    position: absolute;
    right: 1.25em;
    bottom: 0.2875em;
    background: transparent;
    padding: 0;
    border: 0;
    transform: rotate(270deg);
}

.product-inner .h-btn {
    padding: 0.5em 3.28125em;
}

.like-sec {
    padding: 8em 0;
    background: #fff;
}

.like-head h3 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 5em;
    text-align: center;
    color: #000;
    margin-bottom: 0.5em;
}




























































/* events page css */















.event-row {
    padding-top: 2.5em;
}

.event-row .shop-tab-inner {
    min-height: 36em;
    padding: 0;
    height: initial;
}

.event-row .shop-tab-inner span {
    padding: 1.5em;
    display: block;
    padding-top: 0.75em;
}

.event-row .shop-tab-inner span h6 {
    font-size: 1.8em;
}

.event-row .shop-tab-inner span p {
    font-size: 1.8em;
    line-height: 1.125;
    margin-bottom: 0.5em;
}

























































/* blog page css */
















.blog-col {
    max-width: 88.5em;
    margin: auto;
}

.blog-inner {
    margin-bottom: 6em;
}

.blog-inner img {
    width: 100%;
}

.blog-inner h6 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 2.6em;
    color: #000;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

.blog-inner p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.6em;
    color: #000;
    margin-bottom: 1em;
}

.blog-inner .h-btn {
    margin-top: 1em;
    padding: 0.5em 3.5em;
}


















































/* detail page css */
















.detail-sec {
    padding: 5em 0;
}

.detail-col {
    max-width: 88.5em;
    margin: auto;
}

.detail-inner1x h1 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 3.4em;
    color: #000;
    margin-bottom: 0.5em;
}

.detail-inner1x h5 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.6em;
    color: #000;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
}

.detail-inner1x p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.8em;
    color: #000;
    margin-bottom: 1.5em;
}

.detail-inner1x p a {
    color: #35B729;
    text-decoration: underline;
}

.detail-inner1x p a:hover {
    text-decoration: none;
}

.detail-inner1x h6 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.8em;
    color: #000;
    margin-bottom: 0.125em;
}

.detail-inner2x {
    display: flex;
    align-items: center;
    gap: 2em;
    justify-content: space-between;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #ccc;
    flex-wrap: wrap;
}

.detail-share {
    display: flex;
    align-items: center;
    gap: 1em;
}

.detail-share p {
    margin: 0;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 1.6em;
    color: #000;
}

.detail-share span {
    display: flex;
    align-items: center;
    gap: 1.5em;
}

.detail-share span a svg {
    width: 2em;
    height: 2em;
}

.detail-tags {
    display: flex;
    align-items: center;
    gap: 1em;
}

.detail-tags p {
    margin: 0;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 1.6em;
    color: #000;
}

.detail-tag-inner {
    display: flex;
    align-items: center;
    gap: 0.5em;
    flex-wrap: wrap;
}

.detail-tag-inner span {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1em;
    color: #000;
    background: #F8F8F8;
    padding: 0.7125em 0.7125em;
    border-radius: 0.2875em;
}

.detail-row {
    max-width: 91em;
    margin: auto;
    margin-top: 4em;
}

.under-detail-col {
    display: flex;
    align-items: center;
    gap: 1em;
    border: 1px solid #E2E2E2;
    border-radius: 0.2875em;
    padding: 0.75em;
}

.under-detail-col h6 {
    margin: 0;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.4em;
    color: #000;
    padding-left: 1em;
}
.shopify-section-group-header-group .nav-sec{
    position: relative;
    left:0;
    width: 100%;
    top:0;
    background-color: #fff;
}
.shopify-section-group-header-group{
    position: sticky;
    top:0;
}
.hero-sec{
    padding-top: 0em;
}
.nav-sec{
    transition: all 0s ease;
}
.nav-sec.fixed{
    background-color: #fff;
}
.benefit-inner{
    max-width: 55em;
}
.benefit-content{
    max-width: 72em;
}
.cart-drawer{
    font-family: Inter;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
    font-family: DM Sans;
}
.pagination{
    justify-content: center;
}
.pagination li{
}
.pagination li a:after{
    display: none;
}
.pagination li a{
    font-weight: 600;
    border: 1px solid #000;
}
.pagination li a.pagination__item--current,
.pagination li a:hover{
    background-color: #000;
    color: #fff;
}
.about-sec .about-imgd1 img {
    width: auto;
    width: 100%;
    max-height: 40vh;
    object-fit: cover;
}
.nav-right-col details[open]>.search-modal{
    top: 7.1em;
}
.nav-right-col .header__icon.header__icon--search{
    width: initial !important;
    height: initial !important;
}
.nav-right-col .search-modal__content .search-modal__close-button{
    display: none;
}
.nav-right-col .reset__button.field__button {
    right: 3em !important
}
.nav-right-col .header__icon{
    text-decoration: none
}
.nav-right-col .search-btn{
    font-size: .9em;
    color: #2d2d2d;
}
.nav-right-col .search-modal__content .field:after,
.nav-right-col .search-modal__content .field:before{
    display: none;
}
.nav-right-col .search__input {
    border: 1px solid #000;
    border-radius: .3em;
    letter-spacing: 0;
    font-family: Inter;
    color: #000;
}
.nav-right-col .search__input:focus{
    outline: none;
    box-shadow: 0 0 0;
}
.nav-right-col .predictive-search{
        max-height: calc(100vh - 16em);
}
.contact .title{
    font-family: Inter;
    letter-spacing: 0;
    margin-bottom: 3rem;
    font-size: 3rem;
}
.contact .field:after,
.contact .field:before{
    display: none;
}
.contact .field input,
.contact .field textarea {
    border: 1px solid #000;
    border-radius: .3em;
    letter-spacing: 0;
    font-family: Inter;
    color: #000;
}
.contact .field input:focus,
.contact .field textarea:focus{
    outline: none;
    box-shadow: 0 0 0;
}
.price--sold-out .price__badge-sold-out{
    color: #000;
}
.shopify-policy__container{
    max-width: 1000px;
    padding: 4em 2em;
    font-size: 16px;
}
.shopify-policy__title h1{
    font-size: 3em;
    margin-bottom: 1em;
}
.shopify-policy__body h1,
.shopify-policy__body h2,
.shopify-policy__body h3,
.shopify-policy__body h4,
.shopify-policy__body h5,
.shopify-policy__body h6,
.shopify-policy__body ul,
.shopify-policy__body ol,
.shopify-policy__body table{
    margin-bottom: 1.2em;
}
.shopify-policy__body ul,
.shopify-policy__body ol{
    list-style: auto;
}
.shopify-policy__body p{
    margin-bottom: 1.2em;
}
















































/* homepage responsive css */














@media(max-width: 1600px) {
    .main-sec {
        font-size: 10px;
    }
}

@media(max-width: 1200px) {
    .main-sec {
        font-size: 10px;
    }
    .navbar .container{
        max-width: 1150px;
    }
}

@media(max-width: 992px) {
    .main-sec {
        font-size: 11px;
    }
    .container{
        padding-left: 2em;
        padding-right: 2em;
    }
    .nav-sec {
        padding: 2em 0;
    }

    .navbar-light .navbar-toggler {
        color: transparent;
        border-color: transparent;
        padding: 0;
    }

    .nav-right-col {
        border-left: 0;
        padding-left: 0;
        padding: 1em;
    }

    .navbar-collapse {
        padding: 1em;
        border: 1px solid #ccc;
        margin-top: 2em;
        border-radius: 0em;
        background-color: #fff;
        position: absolute;
        left:0;
        width: 100%;
        top: 4.2em;
        font-size: 11px;
    }
    .navbar-toggler-icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    }
    .hero-sec {
        padding: 5em 0 5em;
        padding-top: 13em;
    }

    .hero-content {
        max-width: 100%;
        width: 100%;
    }

    .hero-img img {
        margin-top: 5em;
    }

    .feature-inner {
        margin-right: 0;
    }

    .feature-inner2x {
        margin-right: 0;
        margin-left: 0;
    }

    .feature-content {
        text-align: start;
        flex-direction: row;
    }

    .feature-img img {
        height: initial;
        padding: 1em 0 3em;
    }
    .navbar-light .navbar-toggler{
        margin-left: auto;
        margin-right: 0em;
    }
    .ruff-sec {
        padding: 5em 0;
    }

    .ruff-col {
        max-width: 100%;
    }

    .ruff-content {
        padding-left: 2em;
    }
    .ruff-content.ruff-content1 {
        padding-left: 0em;
        padding-right: 2em;
    }

    .bundle-sec .ruff-content {
        padding-left: 2em;
    }

    .footer-listing {
        padding-left: 0;
        margin-top: 5em;
        flex-wrap: wrap;
    }
    .nav-right-col {
        border-left: 0;
        padding: 1em;
        font-size: 11px;
        gap: 1em;
    }
}

@media(max-width: 767px) {
    .benefit-content {
        gap: 1em;
        margin-top: 1em;
        flex-wrap: wrap;
    }

    .benefit-col {
        min-height: 60em;
        padding: 5em;
    }

    .easy-col {
        width: 100%;
    }

    .ruff-col {
        flex-direction: column;
        gap: 3em;
    }

    .ruff-img {
        width: 100%;
        text-align: center;
    }

    .ruff-img img {
        width: 70%;
    }

    .ruff-content {
        padding-left: 0;
        width: 100%;
    }
    .ruff-content.ruff-content1{
        padding-right:0;
    }

    .bundle-sec .ruff-img {
        width: 100%;
    }

    .bundle-sec .ruff-content {
        padding-left: 0;
        width: 100%;
    }
    .navbar-brand img {
    width: 11em;
}
.navbar .container{
    padding-right: 0.5em;
}

}

.product-desc{
    font-size: 13px
}
.product-form__input .form__label{
    margin-top: 2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.pro-variants .select__select{
    font-size: 15px;
}





















































/* about responsive css */












@media(max-width: 992px) {
    .journey-col {
        flex-direction: column;
        gap: 3em;
    }

    .journey-head {
        width: 100%;
    }

    .journey-text {
        width: 100%;
        padding-left: 0;
    }

    .journey-sec {
        padding: 5em 0 5em;
    }

    .apart-col {
        flex-direction: column;
        gap: 4em;
    }

    .apart-head {
        width: 100%;
    }

    .apart-inner {
        width: 100%;
        padding-left: 0;
    }

    .speak-sec .ruff-col {
        flex-direction: column;
        gap: 3em;
    }

    .speak-sec .ruff-img {
        width: 100%;
        text-align: center;
    }

    .speak-sec .ruff-img img {
        width: 70%;
    }

    .speak-sec .ruff-content {
        width: 100%;
        padding-left: 0;
    }
}

@media(max-width: 570px) {
    .apart-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 2em;
    }
}



















































/* detail responsive css */


















@media(max-width: 992px) {
    .detail-row {
        margin-top: 2em;
        gap: 2em;
    }

    .under-detail-col {
        justify-content: space-between;
    }
}




















































/* faq responsive css */













@media(max-width: 1200px) {

    .accordion-body p {
        padding-left: 4em;
    }

}


@media(max-width: 992px) {
    .still-have-faq {
        padding: 2.2875em 1em;
        flex-wrap: wrap;
        gap: 2em;
    }

    .accordion-button span h6 {
        font-size: 1.25em;
        width: calc(100% - 5em);
    }
}

@media(max-width: 767px) {
    .accordion-button span {
        gap: 1em;
    }

    .accordion-body p {
        padding-left: 1em;
    }

    .faq-col {
        margin-top: 1em;
    }

    .accordion-button span h6 {
        font-size: 1.125em;
    }
    .hero-content h1{
    font-size: 3.875em;
}
.hero-sec {
    min-height: 49vw !important;
    padding-top: 3em !important;
}
}























































/* product responsive css */









@media(max-width: 992px) {

    .product-content {
        margin-top: 5em;
    }

    .like-sec {
        padding: 4em 0;
    }

}






















































/* shop responsive css */









@media(max-width: 1200px) {

    .shop-tab-inner {
        min-height: calc(100% - 5em);
    }
}

@media(max-width: 992px) {
    .shop-head {
        flex-direction: column-reverse;
        gap: 2em;
        align-items: self-start;
    }

    .shop-head .nav-tabs {
        gap: 2em;
    }
}