/** Shopify CDN: Minification failed

Line 655:0 Unexpected "}"

**/
.skip-to-content-link{
    display: none !important;
}


.button,
.hero-button,
.custom-button,
.form-btn{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    background: white !important;
    padding: 5px 20px !important;
    border-radius: 50px !important;
    max-width: 100% !important;
    width: 320px !important;
    font-size: 16px !important;
    color: #121212 !important;
    text-decoration: none !important;
    background-color: #fff5e5 !important;
    background-image: none !important;
    font-family: 'AlverataMb' !important;
    position: relative !important;
    box-shadow: none !important;
    transition: .3s;
}
.button img,
.hero-button img,
.custom-button img{
    width: 18px !important;
}
.button::before,
.hero-button::before,
.custom-button::before,
.form-btn::before{
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background-color: #d6212e !important;
    z-index: -1 !important;
    transform: translate(3px, 3px) !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50px !important;
    transition: .3s;
}
.button:hover::before,
.hero-button:hover::before,
.custom-button:hover::before,
.form-btn:hover::before{
    transform: translate(0, 0) !important;
}

/* ============================================
        Header Section Starts Here
============================================ */

.shopify-section-header-sticky.scrolled-past-header{
    background-color: #fff5e5 !important;
    box-shadow: #fcc76620 0px 8px 24px;
}
.shopify-section-header-sticky.scrolled-past-header .header{
    padding-block: 0;
}
.shopify-section-header-sticky.scrolled-past-header .header__heading .header__heading-link{
    padding: 0;
}

.header-wrapper .header{
    max-width: 100%;
}
.page-our-story-2 .header-wrapper,
.template-index .header-wrapper{
    background-color: transparent !important;
}
.template-index .header .header__inline-menu .list-menu .header__menu-item,
.page-our-story-2 .header .header__inline-menu .list-menu .header__menu-item{
    color: #fff5e5 !important;
    transition: .3s !important;
}
.shopify-section-header-sticky.scrolled-past-header .header .header__inline-menu .list-menu .header__menu-item{
    color: #121212 !important;
}
.header .header__inline-menu .list-menu .header__menu-item span{
    font-size: 14px;
    font-family: 'AlverataLt' !important;
    font-weight: 300 !important;
    transition: .3s !important;
    position: relative;
    z-index: 2;
}
.header .header__inline-menu .list-menu .header__menu-item span.header__active-menu-item::before{
    width: 100%;
}
.header .header__inline-menu .list-menu .header__menu-item span::before{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff5e5;
    transition: .3s;
}
.shopify-section-header-sticky.scrolled-past-header .header .header__inline-menu .list-menu .header__menu-item span{
    color: #121212 !important;
}
.shopify-section-header-sticky.scrolled-past-header .header .header__inline-menu .list-menu .header__menu-item span.header__active-menu-item::before{
    background: #121212 !important;
}
.header .header__inline-menu .list-menu .header__menu-item:hover span::before{
    width: 100%;
}
.header .header__inline-menu .list-menu .header__menu-item .icon{
    z-index: 2;
}
.header-wrapper .header__icon{
    z-index: 2;
}
.header-wrapper .header .header__icons{
    gap: 16px;
    z-index: 4;
}
.header-wrapper .header .header__icons .header__search .header__icon--search,
.header-wrapper .header .header__icons .header__icon--account account-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff5e5;
    border-radius: 100%;
}
.shopify-section-header-sticky.scrolled-past-header .header-wrapper .header .header__icons .header__search .header__icon--search,
.shopify-section-header-sticky.scrolled-past-header .header-wrapper .header .header__icons .header__icon--account account-icon{
    background-color: #FFE8C2;
}
.header-wrapper .header .header__icons .header__search .header__icon--search .svg-wrapper svg,
.header-wrapper .header .header__icons .header__icon--account account-icon .svg-wrapper svg{
    width: 17px !important;
    height: 17px !important;
    fill: #121212 !important;
}
.header-wrapper .header .header__icons .header__icon--cart{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff5e5;
    border-radius: 32px;
    gap: 12px;
    width: 104px;
    height: 36px;
    font-size: 16px;
    font-family: 'Alverata' !important;
    text-decoration: none;
}
@media(min-width: 768px){
    .shopify-section-header-sticky.scrolled-past-header .header-wrapper .header .header__icons .header__icon--cart{
        background: #FFE8C2;
    }
}
.shopify-section-header-sticky.scrolled-past-header .header-wrapper .header .menu-drawer-container .menu-drawer{
    top: 100%;
}
.header-wrapper .header .header__icons .header__icon--cart .cart_heading,
.header-wrapper .header .header__icons .header__icon--cart .cart-count-bubble span{
    font-size: 16px;
    font-family: 'Alverata' !important;
    font-weight: normal;
    text-decoration: none;
    color: #121212;
}
.header-wrapper .header .header__icons .header__icon--cart .cart-count-bubble{
    position: initial;
    background-color: transparent !important;
}


.header .header__inline-menu .list-menu .mega-menu .mega-menu__content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 5rem;
    top: -25px;
    padding-top: 140px;
    background-color: #fff5e5;
}
.header .header__inline-menu .list-menu .mega-menu .mega-menu__content .mega-menu__list{
    margin: inherit;
}
.header .header__inline-menu .list-menu .mega-menu .mega-menu__content .mega-menu__image_ul{
    display: flex;
    align-items: center;
    gap: 40px;
}
.header .header__inline-menu .list-menu .mega-menu .mega-menu__content .mega-menu__image_ul .mega-menu__image_li{
    display: flex;
}
.header .header__inline-menu .list-menu .mega-menu .mega-menu__content .mega-menu__image_ul .mega-menu__image_li a{
    text-decoration: none;
}
.header .header__inline-menu .list-menu .mega-menu .mega-menu__content .mega-menu__image_ul .mega-menu__image_li img{
    width: 200px;
    height: 280px;
    border-radius: 30px;
    object-fit: cover;
}
.header .header__inline-menu .list-menu .mega-menu .mega-menu__content .mega-menu__image_ul .mega-menu__image_li .mega-menu_image-heading{
    font-size: 16px;
    line-height: 32px;
    font-family: 'Alverata' !important;
    font-weight: normal !important;
    text-align: center;
}

.header .header__heading-link .header__heading-logo-wrapper .header__heading-logo--primary{
    display: none;
}
.template-index .header .header__heading-link .header__heading-logo-wrapper .header__heading-logo--primary{
    display: block;
}
.header .header__heading .header__heading-logo-wrapper .header__heading-logo--secondary{
    display: none;
}
.shopify-section-header-sticky.scrolled-past-header .header .header__heading .header__heading-logo-wrapper .header__heading-logo--primary{
    display: none;
}
.shopify-section-header-sticky.scrolled-past-header .header .header__heading .header__heading-logo-wrapper .header__heading-logo--secondary{
    display: block;
}

.header-wrapper .header .menu-drawer-container .header__icon--menu svg{
    width: 20px;
    height: 20px;
    transform: scale(1);
}

.header-wrapper .header .header__icon--menu,
.header-wrapper .header .header__heading,
.header-wrapper .header .header__heading-link{
    z-index: 4;
}

.header-wrapper .header .header__heading-link{
    padding: 0;
}
.header-wrapper .header .menu-drawer-container .menu-drawer{
    top: -25px;
    height: 100svh;
}
.header-wrapper .header .mega-menu__link:hover{
    color: #121212 !important;
}
.header-wrapper .header .menu-drawer-container .menu-drawer .menu-drawer__inner-submenu{
    padding-top: 150px;
}
.header-wrapper .header .menu-drawer-container .menu-drawer .menu-drawer__inner-submenu button.menu-drawer__close-button.link.link--text .svg-wrapper{
    color: #121212 !important;
}
.header-wrapper .header .menu-drawer-container .menu-drawer .menu-drawer__inner-submenu button.menu-drawer__close-button.link.link--text .svg-wrapper svg{
    color: #121212 !important;
    fill: #121212 !important;
}
.header-wrapper .header .menu-drawer-container .menu-drawer .menu-drawer__inner-submenu button.menu-drawer__close-button.link.link--text .svg-wrapper svg path{
    color: #121212 !important;
}
.header-wrapper .header .menu-drawer-container .menu-drawer .menu-drawer__inner-submenu button.menu-drawer__close-button.link.link--text{
    color: #121212 !important;
}
.header-wrapper .header .menu-drawer-container .menu-drawer .menu-drawer__navigation{
    padding-top: 150px;
}
.shopify-section-header-sticky.scrolled-past-header .header .menu-drawer-container .menu-drawer .menu-drawer__inner-submenu,
.shopify-section-header-sticky.scrolled-past-header .header .menu-drawer-container .menu-drawer .menu-drawer__navigation{
    padding-top: 24px;
}



.header__icon--menu[aria-expanded='true']::before{
    display: none;
}


.template-product .custom-v-announce-wrapper{
    border-color: #d6212e;
}
.template-product .custom-v-announce-content a{
    color: #d6212e;
}
.template-product .header .header__inline-menu .list-menu .header__menu-item,
.template-product .header .header__inline-menu .list-menu .header__menu-item span{
    color: #121212 !important;
}
.template-product .header-wrapper .header .header__icons .header__search .header__icon--search,
.template-product .header-wrapper .header .header__icons .header__icon--account account-icon,
.template-product .header .header__icons .header__icon--cart{
    background: #FFE8C2;
}


/* Header Section Responsive Starts Here */

@media(max-width: 768px){
    .header-wrapper .header .header__icons .header__icon--cart,
    .header-wrapper .header .header__icons .header__search .header__icon--search{
        background-color: transparent;
        width: auto;
        height: auto;
    }
    .header-wrapper .header .header__icons .header__icon--cart .cart_heading{
        display: none;
    }
    .template-index .header-wrapper .header .header__icons .header__icon--cart .cart-count-bubble span,
    .template-index .header-wrapper .header .header__icons .header__search .header__icon--search .svg-wrapper svg,
    .page-our-story-2 .header-wrapper .header .header__icons .header__icon--cart .cart-count-bubble span,
    .page-our-story-2 .header-wrapper .header .header__icons .header__search .header__icon--search .svg-wrapper svg{
        fill: #fff5e5 !important;
        color: #fff5e5 !important;
    }
    .shopify-section-header-sticky.scrolled-past-header .header-wrapper .header .header__icons .header__search .header__icon--search{
        background-color: transparent;
    }
    .shopify-section-header-sticky.scrolled-past-header .header-wrapper .header .menu-drawer-container .header__icon--menu svg,
    .shopify-section-header-sticky.scrolled-past-header .header-wrapper .header .header__icons .header__icon--cart .cart-count-bubble span,
    .shopify-section-header-sticky.scrolled-past-header .header-wrapper .header .header__icons .header__search .header__icon--search .svg-wrapper svg{
        fill: #121212 !important;
        color: #121212 !important;
    }
    .template-product .header-wrapper .header .header__icons .header__search .header__icon--search,
    .template-product .header-wrapper .header .header__icons .header__icon--account account-icon,
    .template-product .header .header__icons .header__icon--cart{
        background: transparent;
    }
}

/* Super smooth menu color transition */
.header__inline-menu .header__menu-item,
.header__inline-menu .header__menu-item span {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body:has(.mega-menu[open]) .header__icon--search,
body:has(.mega-menu[open]) .header__icon--account account-icon,
body:has(.mega-menu[open]) .header__icon--cart{
    background-color: #FFE8C2 !important;
}
body:has(.menu-drawer-container[open]) .header__icon--menu svg,
body:has(.menu-drawer-container[open]) .header__icons .header__search .header__icon--search .svg-wrapper svg,
body:has(.menu-drawer-container[open]) .header__icons .header__icon--cart .cart-count-bubble span{
    color: #121212 !important;
    fill: #121212 !important;
}
body:has(.mega-menu[open]) .header__menu-item,
body:has(.mega-menu[open]) .header__menu-item span,
body:has(.mega-menu[open]) .header__menu-item svg,
body:has(.mega-menu[open]) .header__icon,
body:has(.mega-menu[open]) .header__icon svg,
body:has(.mega-menu[open]) .header__icon path,
body:has(.mega-menu[open]) .cart_heading {
    color: #121212 !important;
    z-index: 1;
}
body:has(.mega-menu[open]) .header__menu-item span::before{
    background: #121212 !important;
}
body.template-index:has(.menu-drawer-container[open]) .custom-v-announce-wrapper,
body.page-our-story-2:has(.menu-drawer-container[open]) .custom-v-announce-wrapper,
body.template-index:has(.mega-menu[open]) .custom-v-announce-wrapper,
body.page-our-story-2:has(.mega-menu[open]) .custom-v-announce-wrapper{
    background-color: #d6212e;
}
body:has(.menu-drawer-container[open]) .header__heading .header__heading-logo--primary,
body:has(.mega-menu[open]) .header__heading .header__heading-logo--primary{
    display: none !important;
}
body:has(.menu-drawer-container[open]) .header__heading .header__heading-logo--secondary,
body:has(.mega-menu[open]) .header__heading .header__heading-logo--secondary{
    display: block !important;
}
.header .menu-drawer-container .menu-drawer__navigation .menu-drawer__menu .list-menu__item .svg-wrapper{
    color: #121212 !important;
}
.header .menu-drawer-container .menu-drawer__navigation .menu-drawer__menu .list-menu__item .svg-wrapper svg{
    color: #121212 !important;
    fill: #121212 !important;
}
.header .menu-drawer-container .menu-drawer__navigation .menu-drawer__menu .list-menu__item .svg-wrapper svg path{
    color: #121212 !important;
}
.header .menu-drawer-container .menu-drawer__navigation .menu-drawer__menu .list-menu__item{
    color: #121212 !important;
}
.page-our-story-2 .custom-v-announce-wrapper,
.template-index .custom-v-announce-wrapper{
    border-color: #fff5e5;
}
.page-our-story-2 .custom-v-announce-content a,
.template-index .custom-v-announce-content a{
    color: #fff5e5;
}
body.template-index:has(.mega-menu[open]) .header .menu-drawer-container .header__icon--menu svg{
    color: #121212 !important;
}
.template-index .header .menu-drawer-container .header__icon--menu svg.icon-hamburger,
.page-our-story-2 .header .menu-drawer-container .header__icon--menu svg.icon-hamburger{
    color: #fff5e5 !important;
}

.header-wrapper .header .header__icons .header__search .search-modal{
    top: -25px;
    height: calc(100% + 25px);
}
.shopify-section-header-sticky.scrolled-past-header .header .header__icons .header__search .search-modal{
    top: 0;
    height: 100%;
}

/* Dropdown - screen top se perfect slide */
.mega-menu__content {
    position: absolute;
    transform-origin: top center;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
}

.mega-menu[open] .mega-menu__content {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    animation: smoothDropdown 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes smoothDropdown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
        filter: blur(5px);
    }
    50% {
        opacity: 0.8;
        filter: blur(2px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Dropdown items individual animation */
.mega-menu[open] .mega-menu__list li {
    animation: itemFadeIn 0.4s ease-out backwards;
}

.mega-menu[open] .mega-menu__list li:nth-child(1) { animation-delay: 0.1s; }
.mega-menu[open] .mega-menu__list li:nth-child(2) { animation-delay: 0.15s; }
.mega-menu[open] .mega-menu__list li:nth-child(3) { animation-delay: 0.2s; }
.mega-menu[open] .mega-menu__list li:nth-child(4) { animation-delay: 0.25s; }

@keyframes itemFadeIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ============================================
        Header Section Ends Here
============================================ */

/* ============================================
        Benefit Section Start Here
============================================ */

#shopify-section-template--26000718233885__benefits_carousel_iUh3rT .helps-with-carousel__container{
    padding: 24px 0;
}
#shopify-section-template--26000718233885__benefits_carousel_iUh3rT .helps-with-carousel__container .helps-with-carousel__heading{
    display: none;
}
#shopify-section-template--26000718233885__benefits_carousel_iUh3rT .helps-with-carousel__container .helps-with-carousel__track-container .helps-with-carousel__track{
    animation-duration: 36s;
}

/* ============================================
        Benefit Section Ends Here
============================================ */

/* ============================================
    Video Reviews Section Starts Here
============================================ */

.video-reviews-sec .container .header .main-heading,
.video-reviews-sec .container .header .main-heading span{
    font-family: 'AlverataSb' !important;
}
.video-reviews-sec .container .header{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 0;
}
.video-reviews-sec .container .header .main-heading{
    text-align: left;
    margin: 0;
}
.video-reviews-sec .container .header .video-navigation-container{
    justify-content: end;
    margin: 0;
}
.video-reviews-sec .container .cards-grid{
    margin-top: 10px;
}
.video-reviews-sec .container .cards-grid .cards-container .card .card-content .video-review-custom-title{
    font-size: 20px;
    font-family: 'AlverataMd' !important;
    font-weight: 500 !important;
}
.video-reviews-sec .container .video-navigation-container .video-navigation .nav-button.prev{
    width: 80px;
    height: 30px;
    border-radius: 8px 0 0 8px !important;
}
.video-reviews-sec .container .video-navigation-container .video-navigation{
    gap: 0 !important;
}
.video-reviews-sec .container .video-navigation-container .video-navigation .nav-button.next{
    width: 80px;
    height: 30px;
    border-radius: 0 8px 8px 0 !important;
    border-left: 0 !important;

}

/* Video Reviews Section Responsive */

@media(max-width: 768px){
    .video-reviews-sec .container .header .main-heading{
        text-align: center;
    }
}

/* ============================================
    Video Reviews Section Ends Here
============================================ */

/* ============================================
    Our Founder Section Starts Here
============================================ */

.our-fouder-sec .image-text-container .image-text-content .media-column .main-image{
    aspect-ratio: 1/1;
    border-radius: 8px !important;
    border: 2px dashed #121212;
}
.our-fouder-sec .image-text-container .image-text-content .text-column .image-text-heading{
    margin-bottom: 0 !important;
    font-family: 'AlverataSb' !important;
}
.our-fouder-sec .image-text-container .image-text-content .text-column .image-text-heading span{
    font-family: 'AlverataSb' !important;
}


#shopify-section-template--26000718233885__custom_hero_banner_i3Dntx .mj-hero-banner-content-template--26000718233885customherobanneri3dntx .mj-hero-banner-heading-template--26000718233885customherobanneri3dntx{
    background-color: #fff5e5;
    padding-inline: 10px;
    width: fit-content;
}
#shopify-section-template--26000718233885__custom_hero_banner_i3Dntx .mj-hero-banner-content-template--26000718233885customherobanneri3dntx .mj-hero-banner-heading-template--26000718233885customherobanneri3dntx em{
    font-style: normal;
    color: #d6212e !important;
}


/* ============================================
    Our Founder Section Ends Here
============================================ */

/* ============================================
        Footer Section Starts Here
============================================ */

.custom-footer .footer-main{
    background-color: #fff5e5;
}
.custom-footer .footer-main .footer-content .footer-brand .footer-logo-description,
.custom-footer .footer-main .footer-content .footer-brand .footer-description,
.custom-footer .footer-main .footer-content .footer-column h3,
.custom-footer .footer-main .footer-content .footer-column .footer-text,
.custom-footer .footer-main .footer-content .footer-column .footer-copyright,
.custom-footer .footer-main .footer-content .footer-column ul li a{
    color: #121212 !important;
}
.custom-footer .footer-main .footer-content .footer-column h3{
    font-size: 16px;
    font-family: 'AlverataMd' !important;
    font-weight: normal !important;
}
.custom-footer .footer-main .footer-content .footer-brand{
    order: 1;
    grid-column: span 6 !important;
    border-top: 1px dashed #121212;
    padding-top: 32px;
}
.custom-footer .footer-main .footer-content .footer-brand img{
    width: 75%;
    margin-inline: auto;
}
.custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(2) {
    grid-column: span 3 !important;
    border-right: 1px dashed #121212;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
}
.custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(2) .newsletter-form {
    max-width: 45rem;
    margin: 0;
}
.custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(2) .newsletter-form .newsletter-form__field-wrapper .field::after{
    border: 1px solid #121212;
}
.custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(2) .newsletter-form .newsletter-form__field-wrapper .field .field__input{
    color: #121212;
}
.custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(2) .newsletter-form .newsletter-form__field-wrapper .field .field__input:focus{
    box-shadow: none;
}
.custom-footer .footer-main .footer-content .footer-column .footer-text p{
    font-size: 20px;
    font-family: 'AlverataLt' !important;
    font-weight: normal !important;
}
.custom-footer .footer-main .footer-container .footer-content{
    row-gap: 32px;
    grid-template-columns: repeat(6, 1fr) !important;
    border-top: 1px dashed #121212;
    padding-top: 32px;
}
}
.custom-footer .footer-main .footer-bottom{
    display: none;
}
.custom-footer .footer-main .footer-bottom .footer-copyright{
    color: #121212 !important;
    font-family: 'AlverataLt' !important;
}
.custom-footer .footer-main .footer-content .footer-column{
    padding-bottom: 80px;
    position: relative;
}
.custom-footer .footer-main .footer-content .footer-column .policies {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.custom-footer .footer-main .footer-content .footer-column .footer-copyright {
    position: absolute;
    bottom: 0;
    left: 0;
}
.custom-footer .footer-main .footer-content .footer-column .policies .copyright__content a {
    white-space: nowrap;
    font-size: 16px;
    font-family: 'AlverataLt' !important;
    font-weight: normal !important;
    padding: 0;
}

.custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(3) .footer-copyright,
.custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(4) .footer-copyright{
    display: none;
}
.custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(4) .policies,
.custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(5) .policies{
    display: none;
}
.custom-footer .footer-main .footer-content.footer-content--5-col>.footer-column:nth-child(4) ul li a{
    font-size: 16px;
    font-family: 'AlverataMd' !important;
    font-weight: 400 !important;
}
.custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(6){
    display: none;
}
.custom-footer .newsletter-form__field-wrapper .newsletter-form__button,
.custom-footer .newsletter-form__field-wrapper .newsletter-form__button:hover{
    background: #d6212e;
    background-color: #d6212e !important;
    background-image: none !important;
}
.custom-footer .newsletter-form__field-wrapper .newsletter-form__button svg{
    color: #fff5e5;
}

/* Footer Section Responsive Starts Here */

@media(max-width: 992px){
    .custom-footer .footer-main .footer-container .footer-content{
        padding: 0;
        column-gap: 0;
    }
    .custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(2){
        grid-column: span 6 !important;
        border-bottom: 1px dashed #121212;
        border-right: 0;
        padding-bottom: 24px;
    }
    .custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(3),
    .custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(4){
        grid-column: span 3 !important;
        padding-bottom: 0;
    }
    .custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(5),
    .custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(6){
        grid-column: span 3 !important;
        border-top: 1px dashed #121212;
        padding-top: 24px;
        padding-bottom: 0;
    }
    .custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(2) .newsletter-form{
        margin-top: 32px;
    }
    .custom-footer .footer-main .footer-content .footer-column .footer-copyright,
    .custom-footer .footer-main .footer-content .footer-column .policies{
        display: none;
    }
    .custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(6){
        display: block;
    }
    .custom-footer .footer-main .footer-content .footer-brand img{
        width: 100%;
    }
    .custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(3),
    .custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(5){
        padding-right: 10px;
    }
    .custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(4),
    .custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(6){
        padding-left: 10px;
    }
    .custom-footer .footer-main .footer-content.footer-content--5-col > .footer-column:nth-child(6) .footer-copyright{
        display: block;
        font-size: 14px;
    }
}

/* ============================================
        Footer Section Ends Here
============================================ */





.product__item .card-wrapper .card{
    background-color: transparent !important;
}
.card__inner.ratio {
  display: block; /* Flexbox collapse issue solve karne ke liye */
  position: relative;
  width: 100%;
}
.card__inner.ratio::before {
  content: "";
  display: block;
  padding-bottom: var(--ratio-percent, 100%); /* Agar variable na mile to default 100% (Square) */
}
.card__inner .card__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card__inner .media {
  width: 100%;
  height: 100%;
}
.card__inner .media img {
  object-fit: cover; /* Isse poori product image nazar aayegi bina kate */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product__item .card-wrapper .card .card__inner .card__content{
    position: absolute;
    bottom: 0;
    left: 0;
}
.card-wrapper .card .card__inner .card__media {
    /* position: absolute;
    top: 0; */
    border-radius: 20px !important;
    /* left: 0;
    width: 100%;
    height: 100%; */
}
.card-wrapper .card .card__content .card__information .card-information{
    position: absolute;
    top: 35px;
    right: 35px;
}
.card-wrapper .card .card__content .card__information .card-information{
    position: absolute;
    top: 35px;
    right: 35px;
}
.card-wrapper .card .card__content .card__information .card-information .price{
    justify-content: end;
    margin: 0;
}
.card-wrapper .card .card__inner .card__content .card__badge .badge,
.card-information .price .price-item {
    font-size: 16px !important;
    font-weight: 400 !important;
}
.card-wrapper .card .card__inner .card__content .card__badge .badge,
.card-information .price .price-item{
    color: #fff5e5 !important;
}
.pana-related-prod .card-wrapper .card .card__content .card_product_type_falvor,
.product__item .card-wrapper .card .card__content .card_product_type_falvor{
    font-size: 25px;
    font-family: AlverataLt !important;
    font-weight: 300;
    margin: 0;
}
.pana-related-prod .card__heading a,
.product__item .card-wrapper .card .card__content .card__heading a{
    font-size: 25px;
    font-family: AlverataLt !important;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



@media(max-width: 760px;){
    .pana-related-prod .card-wrapper .card .card__content .card_product_type_falvor,
    .product__item .card-wrapper .card .card__content .card_product_type_falvor,
    .pana-related-prod .card__heading a,
    .product__item .card-wrapper .card .card__content .card__heading a{
        font-size: 20px;
    }
}


.pana-related-prod .related-products__heading{
    text-align: center;
    font-family: 'AlverataSb' !important;
}



#shopify-section-template--26000718233885__custom_multi_column_DMJEhM{
    overflow-x: hidden;
}


#shopify-section-template--26000718233885__custom_hero_banner_i3Dntx .mj-hero-banner-template--26000718233885customherobanneri3dntx{
    height: 82svh !important;
}


@media(max-width: 768px){
    #shopify-section-template--26000718233885__custom_hero_banner_i3Dntx .mj-hero-banner-template--26000718233885customherobanneri3dntx{
        height: 100svh !important;
    }
    #shopify-section-template--26000718233885__custom_hero_banner_i3Dntx .mj-hero-banner-template--26000718233885customherobanneri3dntx .mj-hero-banner-content-template--26000718233885customherobanneri3dntx{
        position: absolute;
        top: 20px;
        left: 0;
    }
}












/* collection page starts here */

.pana-collection .container .section-heading p{
    font-size: 36px;
    font-family: 'AlverataSb';
}
.pana-collection .container .product-grid .product-card .collection-product-info .collection-view-product{
    position: relative;
    margin-inline: 12px;
    margin-top: 16px;
}
.pana-collection .container .product-grid .product-card .collection-product-info .collection-view-product .collection_custom_button{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    padding: 5px 20px !important;
    border-radius: 50px !important;
    max-width: 100% !important;
    width: 320px !important;
    font-size: 16px !important;
    color: #121212 !important;
    text-decoration: none !important;
    border: 1px solid #d6212e;
    background-color: #fff5e5 !important;
    font-family: 'AlverataMb' !important;
    position: relative !important;
    box-shadow: none !important;
    transition: .3s;
}
.pana-collection .container .product-grid .product-card .collection-product-info .collection-view-product::before{
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background-color: #d6212e !important;
    transform: translate(3px, 3px) !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50px !important;
    transition: .3s;
}
.pana-collection .container .product-grid .product-card .collection-product-info .collection-view-product:hover::before{
    transform: translate(0, 0) !important;
}
.pana-collection .container .product-grid .product-card .collection-product-info .collection-view-product .collection_custom_button img{
    width: 18px !important;
}
.pana-collection .container .product-grid .product-card .collection-product-info .collection-view-product .collection_custom_button .btn-price-inside{
    font-family: 'AlverataMb' !important;
}


@media(max-width: 768px){
    .pana-collection .container .collection-nav-sort-bar .collection-filters{
        display: flex !important;
        flex-wrap: nowrap !important;
        padding: 0;
        gap: 0 !important;
        overflow-x: auto !important;
    }
    .pana-collection .container .collection-nav-sort-bar .collection-filters .collection-filter-link{
        flex: 1 !important;
        padding-inline: 32px !important;
        max-width: 100% !important;
        min-width: fit-content !important;
    }
    .pana-collection .container .section-heading p{
        font-size: 28px;
    }
    .pana-collection .container .product-grid .product-card .collection-product-info .collection-view-product{
        margin-inline: 3px;
    }
    .pana-collection .container .product-grid .product-card .collection-product-info .collection-view-product .collection_custom_button{
        padding-inline: 8px !important;
        font-size: 11px !important;
    }
    .pana-collection .container .product-grid .product-card .collection-product-info .collection-view-product .collection_custom_button img{
        width: 14px;
    }
}



/* Product Page Starts Here */


.Pana-Prodpage .shop-product-info .shop-add-to-cart-wrapper .shop-add-to-cart-button:hover{
    background-image: none !important;
}
.Pana-Prodpage .shop-product-info .shop-add-to-cart-wrapper .shop-add-to-cart-button .button-text{
    font-family: 'Alverata' !important;
    font-weight: 400 !important;
}