/** Shopify CDN: Minification failed

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

**/
/* Custom Font family */
@font-face {
    /* font-family: 'GT-Helvetica'; */
    font-family: GT, Helvetica, serif;
    src: url('https://cdn.shopify.com/s/files/1/0271/4717/3973/files/GT-Helvetica.ttf?v=1708506273') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* font-family: 'Inter-Helvetica'; */
    font-family: Inter, Helvetica, sans-serif;
    src: url('https://cdn.shopify.com/s/files/1/0271/4717/3973/files/Inter-Medium.ttf?v=1708506274') format('truetype');
    src: url('https://cdn.shopify.com/s/files/1/0271/4717/3973/files/Inter-Regular.woff2?v=1709013730') format('woff2');
    font-weight: 600 !important;
    font-style: normal;
    font-display: swap;
}

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


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

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

/* font-family: Comfortaa, sans-serif;
font-optical-sizing: auto;
font-weight: 700; */

:root {
    --heading-font-family: "Ubuntu", sans-serif;
    /* --heading-font-family: Bebas Neue, sans-serif; */
    --body-font-family: "Inter", sans-serif;
}

/* :root {
  --heading-font-family: Comfortaa, sans-serif;
  --body-font-family: Inter,Helvetica,sans-serif;
} */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    /* font-family: 'GT-Helvetica' !important; */
    font-family: var(--heading-font-family) !important;
    letter-spacing: 0;
    font-weight: 800 !important;
}

body p,
body table {
    /* font-family: 'Inter-Helvetica' !important; */
    /* font-family: Inter,Helvetica,sans-serif !important; */
    font-family: var(--body-font-family) !important;
    letter-spacing: 0;
    font-weight: 500 !important;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
    color: rgba(var(--color-foreground), 1);
}



/* Product page css start */
.container {
    max-width: 1600px;
    padding: 0 30px;
    margin: 0 auto;
}

.small-container {
    max-width: 1172px;
    padding: 0 30px;
    margin: 0 auto;
}

.home-container {
    max-width: 1334px;
    padding: 0 50px;
    margin: auto;
}



/* header css start */
.section-header sticky-header {
    background: transparent !important;
}

.section-header header.header .mega-menu__content {
    box-shadow: 0 0 5rem rgb(192 192 192 / 50%);
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-backdrop-filter: saturate(180%) blur(1rem);
    backdrop-filter: saturate(180%) blur(1rem);
    background-color: rgb(192 192 192 / 93%);
    border-radius: 0 0 20px 20px;
}

.section-header header.header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0 0 20px 20px;
    /* background-color: #c0c0c07f; */
    background-color: #ffffff82;
    backdrop-filter: blur(10px);
}

.section-header header.header {
    box-shadow: 0 0 5rem hsla(0, 0%, 5%, 0.2);
    /* transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-backdrop-filter: saturate(180%) blur(1rem);
    backdrop-filter: saturate(180%) blur(1rem); */
    /* background-color: rgb(192 192 192 / 50%); */
}

body.body-bg-color {
    /* -webkit-backdrop-filter: saturate(180%) blur(1rem);
    backdrop-filter: saturate(180%) blur(1rem); */
    /* background-color: rgb(192 192 192 / 50%); */
    /* background-color: hsla(0, 0%, 5%, .5); */

}

.mega-menu__content .mega-menu__list {
    display: grid;
    gap: 1rem 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    padding-left: 0;
}

.mega-menu__content .mega-menu__list-wrapper {
    width: 49%;
    max-width: 49%;
}

.section-header header.header {
    display: flex;
    justify-content: space-between;
    padding: 0 3rem;
    border-radius: 0 0 20px 20px;
    position: relative;
    background-color: #f5f5f5;
}

.megamenu-collection-banner-wrapper {
    width: 51%;
    max-width: 51%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-left: 20px;
    border-left: 0.1rem solid rgba(var(--color-foreground), 0.3);
}

.mega-menu__content .megamenu-banner {
    width: calc(32.5% - 10px);
    max-width: calc(32.5% - 10px);
    position: relative;
}

#Details-HeaderMenu-1 .mega-menu__content .megamenu-banner,
#Details-HeaderMenu-2 .mega-menu__content .megamenu-banner {
    /* width: calc(100% - 10px);
  max-width: calc(100% - 10px); */
    position: relative;
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
}

.mega-menu__content .mega-menu__list .list-unstyled li {
    margin-bottom: 10px;
    padding: 0;
}

.mega-menu__content {
    display: flex;
    flex-wrap: wrap;
}

.mega-menu__content .megamenu-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.mega-menu__content .megamenu-banner h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--heading-font-family) !important;
    letter-spacing: 0;
    font-weight: 800 !important;
    font-size: 13px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.header__menu-item span {
    font-family: var(--heading-font-family) !important;
    letter-spacing: 0;
    font-weight: 800 !important;
    font-size: 14px;
}

.mega-menu .header__menu-item.header__active-menu .header__active-menu-item {
    text-decoration: none;
}

.mega-menu .header__menu-item.header__active-menu:after {
    transform: scaleX(1);
}

.header__menu-item:hover span {
    text-decoration: none;
    text-underline-offset: .3rem;
}

details[open]>.header__menu-item {
    text-decoration: none;
}

.mega-menu__list * {
    opacity: 1;
    font-family: var(--heading-font-family) !important;
    letter-spacing: 0;
    font-weight: 800 !important;
    font-size: 13px;
}

.mega-menu__content .mega-menu__list li .mega-menu__link {
    font-size: 12px;
    padding: 2px 0;
    position: relative;
}

.mega-menu__content .mega-menu__list li .mega-menu__link:hover {
    text-decoration: none;
    color: rgba(var(--color-foreground), 1);
}

.mega-menu__content .mega-menu__list .mega-menu__link--level-2 {
    font-size: 13px !important;
    font-weight: 800 !important;
    margin-bottom: 5px;
}

.mega-menu .header__menu-item {
    padding: 1.7rem 1rem;
}

.header__icon--search .icon.icon-search,
.header__icon--cart .icon {
    fill: currentColor;
}

.header__icon--search .icon.icon-search {
    width: 18px;
    height: 18px;
}

.header__icon--cart .icon {
    width: 20px;
    height: 20px;
}

.header__heading-link .h2 {
    font-family: var(--heading-font-family) !important;
    letter-spacing: 0;
    font-weight: 800 !important;
    font-size: 15px;
    text-transform: uppercase;
}

.section-header header.header.menu-hover-active,
.section-header header.header.menu-hover-active::after {
    border-radius: 0;
}

.header__icon--search:hover,
.header__icon--cart:hover,
.header__icon--account:hover {
    border-radius: 100%;
    background: #cfcfcf;
}

.cart-count-bubble {
    background-color: #49e472;
    color: #000;
}

.mega-menu .header__menu-item:after,
.mega-menu__content .mega-menu__list li .mega-menu__link:after {
    background: currentColor;
    border-radius: 3rem;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
}

.header__menu-item:hover:after,
.mega-menu__content .mega-menu__list li .mega-menu__link:hover:after {
    transform: scaleX(1);
}

.mega-menu__content .mega-menu__list .mega-menu__link--level-2:after {
    content: unset !important;
}

.mega-menu__content .mega-menu__list .mega-menu__link--level-2:hover {
    text-decoration: none;
}

/* .nav-collection_image {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.nav-collection_image.active-collection-image {
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
} */
.nav-collection_image {
    position: absolute;
    top: 0px;
    left: 20px;
    width: calc(100% - 20px);
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 20px;
    overflow: hidden;
}

.nav-collection_image.active-collection-image {
    opacity: 1;
    visibility: visible;
}

.nav-collection_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.megamenu-collection-banner-wrapper {
    position: relative;
}

.mega-menu .mega-menu__content .mega-menu__list--condensed {
    display: flex;
    flex-direction: column;
    gap: 0;
}

@media (max-width: 749px) {
    .home-container {
        padding: 0 15px;
    }

    .container {
        padding: 0 15px;
    }
}


/* cart page css start */
.default-container {
    max-width: 1234px;
    padding: 0 30px;
    margin: 0 auto;
}

.main-cart-items-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.cart__footer-wrapper .cart__footer>div:only-child {
    margin-left: 0;
}

.cart__footer-wrapper .cart__footer .cart__blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cart__footer-wrapper .title-wrapper-with-link .title {
    text-transform: uppercase;
    font-size: 30px;
}

.cart__footer-wrapper .cart__ctas {
    margin: 0;
}

.cart__checkout-button {
    max-width: 100%;
    padding: 13px 40px;
    font-family: var(--heading-font-family) !important;
    letter-spacing: 0;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 15px;
    background: #49e472;
    border-radius: 1rem;
    outline: 0;
    cursor: pointer;
}

.cart__checkout-button:hover {
    background: rgb(73 228 114 / 20%);
    color: black
}

.cart__footer-wrapper .cart__footer {
    padding: 1rem !important;
    border-radius: 1.5rem;
    border: 1px solid #c0c0c07f;
}

.cart__footer-wrapper .cart__footer .cart__blocks .totals {
    padding-left: 3rem;
}

.cart__footer-wrapper .cart__footer .cart__blocks .totals .totals__total {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
}

.cart__footer-wrapper .cart__footer .cart__blocks .totals .totals__total-value {
    font-size: 15px;
    font-family: var(--heading-font-family) !important;
    letter-spacing: 0;
    font-weight: 800 !important;
    margin-left: 3px;
    color: rgba(var(--color-foreground), 1);
}

.cart__contents .cart-items tbody {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5rem;
    row-gap: 5rem;
}

.cart__contents .cart-item {
    width: calc(50% - 2.5rem);
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid #c0c0c07f;
}

.cart-items-outer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cart-items-outer .cart__contents {
    width: 65%;
    padding-right: 5rem;
    border-right: 2px solid #c0c0c07f;
}

.cart-items-outer .discount-code-wrapper {
    width: 35%;
    padding-left: 50px;
}

.cart__contents .cart-item td {
    padding: 0;
}

.cart__contents .cart-item .cart-item__details {
    width: 70%;
    order: -1;
    padding-right: 15px;
}

.cart__contents .cart-item .cart-item__media {
    width: 30%;
    order: 0;
}

.cart__contents .cart-item .cart-item__quantity {
    width: 70%;
    position: relative;
}

.cart__contents .cart-item .cart-item__quantity .cart-item__quantity-wrapper {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.cart__contents .cart-item .cart-item__media .cart-item__image {
    width: 100%;
    height: 105px;
    object-fit: cover;
}

.cart__contents .cart-item .cart-item__details * {
    font-family: var(--body-font-family) !important;
    font-weight: 600 !important;
    font-size: 11px;
    color: rgba(var(--color-foreground), 1);
}

.cart__contents .cart-item .cart-item__details .cart-item__name {
    text-decoration: none;
    display: block;
    font-family: var(--body-font-family) !important;
    opacity: 1;
    font-weight: 600 !important;
    font-size: 13px;
}

.cart__contents .cart-item .cart-item__details .cart-item__name:hover {
    text-decoration: none;
}

.cart__contents .cart-item .cart-item__quantity cart-remove-button {
    margin: 0;
}

.cart__contents .cart-item .cart-item__quantity quantity-popover .quantity:before,
.cart__contents .cart-item .cart-item__quantity quantity-popover .quantity:after {
    content: unset;
}

.cart__contents .cart-item .cart-item__quantity cart-remove-button .icon-remove {
    height: 1.3rem;
    width: 1.1rem;
}

.cart__contents .cart-item .cart-item__quantity cart-remove-button:hover .button {
    border-radius: 100%;
    background: #ff6666;
}

.cart__contents .cart-item .cart-item__totals .price {
    font-family: var(--body-font-family) !important;
    font-weight: 600 !important;
    font-size: 12px;
    color: rgba(var(--color-foreground), 1);
}

.cart__contents .cart-item .cart-item__media .cart-item__image-container {
    border-radius: 1rem;
}

.cart__contents .cart-item .cart-item__media .cart-item__image-container .cart-item__image {
    overflow: hidden;
}

.cart-items-outer .cart__items {
    border-bottom: 0;
}

.cart__contents .cart-item .cart-item__totals {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
}

.cart__contents .cart-item .cart-item__totals .price.price--end {
    margin: 0;
}

.cart__contents .cart-item .cart-item__quantity:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0c0c07f;
}

.cart-payment-methods-wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.cart-payment-methods-wrapper .cart-payment-methods {
    list-style: none;
}

.recommend-products .slick-slide {
    margin: 10px;
}

.recommend-products .slick-slide .grid__item {
    width: 100%;
    max-width: 100%;
}

.product-card-wrapper .card__heading {
    margin-bottom: 5px;
    font-size: 12px !important;
}

.recommend-products-section .inline-richtext.h2 {
    margin-bottom: 0;
    font-size: 15px;
}

.product-card-wrapper .card__heading a:hover {
    text-decoration: none;
}

.header__icon--account .icon.icon-account {
    stroke-width: 1px;
    stroke: #0D0D0D;
}

.header__heading-link {
    padding: 0;
}

.header__inline-menu .list-menu--inline {
    align-items: center;
}

.cart-payment-methods-wrapper .cart-payment-methods {
    width: 100%;
    height: 50px;
    border: 1px solid #c0c0c07f;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.cart-announce-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 60%;
    padding: 15px;
    border: 2px solid #ff8b39;
    border-radius: 1rem;
    background: #ff6b0024;
    margin-bottom: 40px;
}

.cart-announce-wrapper svg.icon-info-circle {
    width: 15px;
    height: 15px;
    display: block;
}

.cart-announce-wrapper p {
    font-size: 13px;
    line-height: 1;
    margin: 0;
    color: rgba(var(--color-foreground), 1);
    margin-left: 0;
    font-weight: 600 !important;
}

.featured-collection-section .card__heading a:after,
.collection #product-grid .card__heading a:after {
    content: none;
}

.featured-collection-section .card--media .card__inner .card__content,
.collection #product-grid .card--media .card__inner .card__content {
    position: unset;
}

@media (max-width: 1199px) {
    .cart-items-outer .cart__contents {
        width: 100%;
        padding-right: 0;
        border-right: 0;
    }

    .cart-items-outer .discount-code-wrapper {
        order: -1;
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .cart-payment-methods-wrapper .cart-payment-methods {
        width: 40%;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .cart-announce-wrapper {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer-section .newsletter-form__field-wrapper .field input {
        margin-bottom: 10px;
    }

    .cart__contents .cart-item {
        width: 100%;
    }

    .cart__contents .cart-items tbody {
        gap: 0rem;
        row-gap: 0rem;
    }

    .cart__contents .cart-item .cart-item__details {
        width: 65%;
    }

    .cart__contents .cart-item .cart-item__totals {
        order: 1;
    }

    .cart__contents .cart-item .cart-item__quantity {
        width: 65%;
        order: 0;
    }

    .cart-announce-wrapper {
        margin-bottom: 20px;
    }

    .cart-items-outer .discount-code-wrapper {
        margin-bottom: 20px;
    }

    .product-card-wrapper .card__heading {
        font-size: 10px !important;
    }
}

@media (max-width: 575px) {
    .cart__contents .cart-item .cart-item__details {
        width: 60%;
    }

    .cart__contents .cart-item {
        padding: 1rem;
    }

    .cart__contents .cart-item .cart-item__details .cart-item__name {
        font-size: 11px;
    }

    cart-remove-button .button {
        min-width: auto;
        min-height: auto;
    }

    .cart__contents .cart-item .cart-item__quantity button,
    .cart__contents .cart-item .cart-item__quantity input {
        width: auto;
        padding: 0 10px;
    }

    .cart__contents .cart-item .cart-item__quantity .cart-item__quantity-wrapper {
        flex-wrap: nowrap;
    }

    .cart__footer-wrapper .cart__ctas {
        margin: 15px auto 0;
        width: 100%;
    }

    .cart__footer-wrapper .cart__footer .cart__blocks {
        flex-direction: column;
    }

    .cart-payment-methods-wrapper .cart-payment-methods {
        width: 100%;
    }

    .cart__contents .cart-item .cart-item__quantity {
        width: 50%;
    }

    .cart__contents .cart-item .cart-item__totals {
        width: 40%;
    }

    .cart__contents .cart-item .cart-item__quantity input {
        width: 30px;
        max-width: 30px;
    }

    .cart__footer-wrapper .cart__footer .cart__blocks .totals {
        padding-left: 0;
    }

    .cart__footer-wrapper .cart__footer .cart__blocks .totals .totals__total-value,
    .cart__footer-wrapper .cart__footer .cart__blocks .totals .totals__total {
        font-size: 13px;
    }

    .cart-payment-methods-wrapper {
        margin: 0;
    }
}


/* Cart Drawer css start */
.drawer__heading {
    margin: 0 0 1rem;
    text-transform: uppercase;
}

#CartDrawer .cart__contents .cart-item {
    width: 100%;
    display: flex;
    gap: 0;
}

#CartDrawer .cart__contents .cart-items tbody {
    gap: 0rem;
    row-gap: 1.5rem;
}

#CartDrawer .cart__contents .cart-item td {
    padding: 0;
}

#CartDrawer .cart__contents .cart-item .cart-item__totals {
    order: 1;
}

#CartDrawer .cart__contents .cart-items thead {
    display: none;
}


/* collection grid css start */
#product-grid li.collection_banner_image {
    border: 1px solid #c0c0c07f;
    border-radius: 1.6rem;
    overflow: hidden;
}

#product-grid.grid--4-col-desktop li.collection_banner_image {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}

#product-grid.grid--3-col-desktop li.collection_banner_image {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}

.facets-container-drawer .mobile-facets__wrapper .mobile-facets__open {
    font-family: var(--heading-font-family) !important;
    letter-spacing: 0;
    font-weight: 800 !important;
    font-size: 13px !important;
}

.active-facets__button-wrapper *,
span.active-facets__button-inner {
    font-family: var(--heading-font-family) !important;
    letter-spacing: 0;
    font-weight: 700 !important;
    font-size: 13px !important;
}

.pagination__list>li {
    border: 1px solid #0d0d0d33;
}

@media (max-width: 989px) {
    #product-grid li.collection_banner_image {
        width: 100%;
        max-width: 100%;
    }
}

/* footer css start */
.footer-section .footer__blocks-wrapper .footer-block.footer-block--menu {
    width: auto;
    max-width: fit-content;
}

.footer-section .footer__content-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-section .footer-block--newsletter {
    margin-top: 0;
    margin-left: auto;
    width: auto;
    max-width: fit-content;
}

.footer-section .footer__blocks-wrapper .footer-block.footer-block--menu .footer-block__heading {
    font-size: 14px;
    margin-bottom: 1rem;
}

.footer-section .footer-block__details-content .list-menu__item--link {
    line-height: 1.5;
    padding: 0.7rem 0;
}

.footer-section .footer-block--newsletter .footer-block__newsletter {
    text-align: right;
}

.footer-section .newsletter-form__field-wrapper .field {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footer-section .newsletter-form__field-wrapper .field:before,
.footer-section .newsletter-form__field-wrapper .field:after {
    content: unset;
}

.footer-section .footer-block--newsletter .footer-block__newsletter .newsletter-form,
.footer-section .newsletter-form__field-wrapper {
    max-width: 100%;
}

.footer-section .newsletter-form__field-wrapper .field input {
    border: 2px solid #0d0d0d66;
    background: none;
    padding: 1rem 2rem;
    border-radius: 1rem;
    width: auto;
    font-size: 13px;
    min-width: 275px;
    max-width: 100%;
    height: auto;
}

.footer-section .newsletter-form__field-wrapper .field input::placeholder {
    opacity: 1;
}

.footer-section .newsletter-form__field-wrapper .field button.default-btn {
    position: relative;
    padding: 1rem 2rem;
    border-radius: 1rem;
    border: 2px solid #0d0d0d;
    width: auto;
    height: auto;
    font-size: 13px;
    color: white;
    letter-spacing: 0;
    background: #0d0d0d;
    margin-left: 1rem;
}

.footer-section .newsletter-form__field-wrapper .field button.default-btn:hover {
    border: 2px solid #0d0d0d;
    background: #fff;
    color: #0d0d0d;
}

.footer-container {
    max-width: 1264px;
    padding-top: 100px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.mega-menu__content .mega-menu__list li .mega-menu__link {
    opacity: 1;
    font-family: var(--heading-font-family) !important;
    letter-spacing: 0;
    font-weight: 800 !important;
    font-size: 13px;
    text-transform: capitalize;
    text-decoration: none;
}

.mega-menu__content .mega-menu__list li .mega-menu__link:hover {
    text-decoration: none;
}

#MegaMenu-Content-1.mega-menu__content .mega-menu__list-wrapper,
#MegaMenu-Content-2.mega-menu__content .mega-menu__list-wrapper {
    width: 65%;
    max-width: 65%;
}

#MegaMenu-Content-1 .megamenu-collection-banner-wrapper,
#MegaMenu-Content-2 .megamenu-collection-banner-wrapper {
    width: 35%;
    max-width: 35%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-left: 20px;
    border-left: 0.1rem solid rgba(var(--color-foreground), 0.3);
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: none;
    z-index: -1;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

body.body-blur::after {
    -webkit-backdrop-filter: saturate(180%) blur(1rem);
    backdrop-filter: saturate(180%) blur(1rem);
    /* background-color: rgb(192 192 192 / 50%); */
    background-color: hsla(0, 0%, 5%, .5);
    filter: blur(4px);
    z-index: 2;
}

body.body-blur .section-header header.header::after,
body.body-blur .announcement-bar-section .small-container {
    background-color: rgb(192 192 192 / 93%);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-backdrop-filter: saturate(180%) blur(1rem);
    backdrop-filter: saturate(180%) blur(1rem);
}

body.body-blur .announcement-bar-section .small-container {
    border-bottom: 1px solid #00000057;
}

.mega-menu,
header {
    position: relative;
    z-index: 100;
}