/** Shopify CDN: Minification failed

Line 916:0 Unexpected "}"

**/
:root {
    --font-s1: 12px;
    --font-s2: 13px;
    --font-s3: 14px;
    --font-s4: 15px;
    --font-s5: 16px;
    --font-s6: 18px;
    --font-s7: 20px;
    --font-light: 300;
    --font-regular: 400;
    --font-midium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --font-black: 900;
    --text-capital: uppercase;
    --line-height-regular: normal;
    --base-line-height: 100%;
    --d-flex: flex;
    --d-center: center;
    --color-white: #ffffff;
}
/* [===== COMMON CSS START =====] */
html,
body {
    scroll-behavior: smooth;
    line-height: var(--base-line-height);
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    line-height: 110%;
}
p {
    line-height: 120%;
}
.relative {
    position: relative;
}
.m-button {
    padding: 16px 24px;
}
.m-button:hover {
}
.m-button .m--span {
    display: var(--d-flex);
    align-items: var(--d-center);
    gap: 8px;
}
.m-button--secondary {
    border-color: #d6d6d5;
}
.m-header {
    min-height: auto !important;
}
.my-0 .m-section-my {
    margin-block: 0;
}
.mt-0 .m-section-my {
    margin-top: 0;
}
.mb-0 .m-section-my {
    margin-bottom: 0;
}
.section-header__unique .m-section__heading {
    font-size: 20px;
    line-height: var(--base-line-height);
    font-family: var(--font-stack-body);
}
.section-header__unique .m-section__header,
.section-header__unique-white .m-section__header {
    margin: 0;
    padding: 16px;
    position: relative;
    overflow: overlay;
    transform: translateX(-50%);
    left: 50%;
    width: 100vw;
    background-color: #f3f3f3;
}
.section-header__unique .m-section__header:before,
.section-header__unique-white .m-section__header:before,
.section-header__unique-white .m-section__header:after,
.section-header__unique .m-section__header:after,
.m-collection-card.m-collection-card--standard .m-collection-card__title:after {
    content: "";
    position: absolute;
}
.section-header__unique .m-section__header:before,
.section-header__unique-white .m-section__header:before {
    border-top: 1px solid #d6d6d5;
    top: 0;
    left: 0;
    right: 0;
}
.section-header__unique .m-section__header:after,
.section-header__unique-white .m-section__header:after {
    border-bottom: 1px solid #d6d6d5;
    bottom: 0;
    left: 0;
    right: 0;
}
.section-header__unique-white .m-section__header {
    background-color: #ffffff;
}
/* ==================-VIDEO POPUP CSS START-================= */
.sticky-video {
    position: fixed;
    right: 20px;
    bottom: 140px;
    z-index: 100;
}
.sticky-video video {
    border-radius: 15px;
    width: 140px;
    height: 190px;
    object-fit: cover;
    cursor: pointer;
}
#videoPopup.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
 #videoPopup .popup-content {
    position: relative;
    background: #fff;
    padding: 20px;
    margin-inline: 15px;
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
}
#videoPopup .close {
    font-size: 40px;
    cursor: pointer;
    display: flex;
    width: 40px;
    margin-left: auto;
    justify-content: center;
    line-height: 1;
    margin-bottom: 10px;
}
#videoPopup video {
    max-height: 60vh;
    width: max-content;
    margin: 0 auto;
    border-radius: 10px;
}
#videoPopup .popup-content .m-add-to-cart {
    margin: 20px auto 0;
    display: block;
}
/* ==================-VIDEO POPUP CSS END================= */
/* [===== COMMON CSS END =====] */
/* [===== HEADER CSS START =====] */
.m-header .m-menu {
    font-size: var(--font-s3);
    font-weight: var(--font-regular);
    text-transform: var(--text-capital);
}
.m-header .m-menu {
    font-weight: var(--font-bold);
}
.m-header .m-menu {
    --main-link-px: 10px !important;
    --main-link-py: 28px !important;
}
.m-header .m-menu .m-menu__item:first-child > .m-menu__link {
    padding-left: 16px;
}
.m-header__desktop {
    border-bottom: 1px solid #d6d6d5;
}
/* [===== HEADER CSS END =====] */
/* [===== ANNOUNCEMENT BAR CSS START =====] */
.m-announcement-bar {
    padding-block: 10px;
}
.m-announcement-bar .m-announcement-bar__content {
    font-size: var(--font-s1);
    font-weight: var(--font-bold);
    line-height: var(--base-line-height);
    text-transform: var(--text-capital);
    padding: 0;
}
/* [===== ANNOUNCEMENT BAR CSS END =====] */
/* [===== HOME PAGE BANNER CSS START =====] */
.sf-home__slideshow .m-slide__wrapper {
    padding: 50px;
}
.sf-home__slideshow .m-slide__title {
    line-height: var(--base-line-height);
}
.sf-home__slideshow .m-slide__description {
    margin-top: 8px;
    width: 65%;
    font-size: 18px;
}
.sf-home__slideshow .m-slide__button {
    margin-top: 24px;
}
.sf-home__slideshow .m-button:hover svg path {
    stroke: #ffffff;
}
/* [===== HOME PAGE BANNER CSS END =====] */
/* [===== SECTION TRENDING NOW CSS START =====] */
.h-section__trending-now .m-section__header {
    margin-bottom: 20px;
}
.h-section__trending-now .m-section__heading {
    line-height: 130%;
}
.h-section__trending-now .m-button {
    width: 100%;
    padding: 9px 12px;
}
.h-section__trending-now .m-collection-card--inside-2 .m-collection-card__info {
    padding: 10px;
}
/* [===== SECTION TRENDING NOW CSS END =====] */
/* [===== PRODUCT CARD CSS START =====] */
.p-card-amazon-btn {
    margin-top: 10px;
}
.p-card-amazon-btn .m-button.m-button--primary, .main-block-amazon-btn .m-button.m-button--primary {
    background: #ffce12;
    border: #ffce12;
    color: currentColor;
    padding: 12px;
    border-radius: 20px;
}
.p-card-amazon-btn .m-button.m-button--primary:hover,
.main-block-amazon-btn .m-button.m-button--primary:hover {
    box-shadow: unset !important;
    background: #f8bd19;
}
.m-product-card .m-product-card__brand {
    font-size: var(--font-s3);
    font-weight: var(--font-bold);
    text-transform: var(--text-capital);
    margin-bottom: 4px;
}
.m-product-card .m-product-card__title {
    font-size: var(--font-s5);
    font-weight: var(--font-regular);
    line-height: var(--base-line-height);
    letter-spacing: -0.8px;
    font-family: var(--font-stack-body);
    display: var(--d-flex);
    align-items: var(--d-center);
    justify-content: var(--d-center);
    gap: 10px;
    margin-bottom: 4px;
}
.m-product-card .m-price__regular .m-price-item--regular,
.m-product-card .m-price__sale .m-price-item--last,
.m-product-card .m-price__sale .m-price-item--regular {
    font-weight: var(--font-bold);
    line-height: var(--base-line-height);
}
.m-product-card .m-price__regular .m-price-item--regular,
.m-product-card .m-price__sale .m-price-item--last {
    font-size: var(--font-s7);
    letter-spacing: -0.6px;
}
.m-product-card .m-price__sale .m-price-item--regular {
    font-size: var(--font-s5);
    letter-spacing: -0.64px;
    color: #e0523f;
}
.m-product-card .m-product-card__price {
    line-height: var(--base-line-height);
}
.m-featured-collection .swiper-slide:nth-child(4n-3):before,
.facest-filters-section .m-collection-products .m-product-item:nth-child(4n-3):before,
.m-featured-collection .swiper-slide:nth-child(3n + 1):before,
.facest-filters-section .m-collection-products .m-product-item:nth-child(3n + 1):before,
.m-featured-collection .swiper-slide:nth-child(2n + 1):before,
.facest-filters-section .m-collection-products .m-product-item:nth-child(2n + 1):before {
    content: "";
    position: absolute;
    border-left: 1px solid #d6d6d5;
    top: 0;
    left: 0px;
    height: 100%;
    z-index: 1;
}
.m-featured-collection .swiper-slide:nth-child(3n + 1):before,
.facest-filters-section .m-collection-products .m-product-item:nth-child(3n + 1):before {
    display: none;
}
.m-featured-collection .swiper-slide:nth-child(2n + 1):before,
.facest-filters-section .m-collection-products .m-product-item:nth-child(2n + 1):before {
    display: none;
}
.m-featured-collection .swiper-slide:nth-child(4n-3):before,
.facest-filters-section .m-collection-products .m-product-item:nth-child(4n-3):before {
    display: block;
}
@media (max-width: 1279px) {
    .m-featured-collection .swiper-slide:nth-child(4n-3):before,
    .facest-filters-section .m-collection-products .m-product-item:nth-child(4n-3):before {
        display: none;
    }
}
@media (max-width: 1279px) and (min-width: 1024px) {
    .m-featured-collection .swiper-slide:nth-child(3n + 1):before,
    .facest-filters-section .m-collection-products .m-product-item:nth-child(3n + 1):before {
        display: block;
    }
}
@media (max-width: 1023px) {
    .m-featured-collection .swiper-slide:nth-child(3n + 1):before,
    .facest-filters-section .m-collection-products .m-product-item:nth-child(3n + 1):before {
        display: none;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .m-featured-collection .swiper-slide:nth-child(2n + 1):before,
    .facest-filters-section .m-collection-products .m-product-item:nth-child(2n + 1):before {
        display: block;
    }
}
.m-featured-collection .swiper-slide,
.facest-filters-section .m-collection-products .m-product-item {
    border-bottom: 1px solid #d6d6d5;
    border-right: 1px solid #d6d6d5;
    padding: 0;
}
.m-product-card .m-product-card__info {
    margin: 0;
    padding: 12px 16px !important;
    border-top: 1px solid #d6d6d5;
}
.m-featured-collection .m-mixed-layout__inner {
    gap: 0;
}
.m-product-card .m-product-card__tag-name {
    background-color: #e0523f;
    border-radius: unset;
    padding: 0;
}
.m-product-card .m-product-card__tag-name svg {
    margin: 5px;
    min-width: 18px;
    min-height: 18px;
}
.m-product-card .m-product-card__tag-name span {
    font-size: var(--font-s3);
    font-weight: var(--font-bold);
    line-height: var(--base-line-height);
    display: block;
    padding: 7px 8px;
    height: 100%;
    align-content: var(--d-center);
    border-left: 1px solid #c74232;
}
.m-product-card .m-product-card__addons,
.m-product-card .m-product-card__wishlist {
    transform: unset;
    opacity: 1;
    right: 16px;
    left: auto;
}
.m-product-card .m-product-card__addons {
    bottom: 16px;
}
.m-product-card .m-product-card__addons .m-product-form {
    width: 40px;
    height: 40px;
}
.m-product-card .m-product-card__wishlist .m-button--icon {
    border: unset;
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
}
.m-product-card .m-product-card__wishlist .m-button--icon svg {
    width: 24px;
    height: 24px;
}
.m-product-card .m-product-card__addons .m-button--icon {
    border-radius: unset;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-color: #d6d6d5;
}
.m-product-card .m-product-card__wishlist .m-button--icon.added-to-wishlist:hover svg path,
.added-to-wishlist svg path {
    fill: #141511;
}
.m-product-card .m-product-card__wishlist .m-button--icon.added-to-wishlist:hover {
    box-shadow: unset;
}
.m-product-card .m-product-card__addons .m-button--icon:hover svg path,
.m-product-card .m-product-card__addons .m-button--icon:hover svg circle {
    stroke: #ffffff;
}
.m-featured-collection .card-just__arrived {
    border: 1px solid #d6d6d5;
    border-top: unset;
    padding: 48px;
    text-align: center;
    align-content: center;
}
.m-featured-collection .card-just__arrived img {
    margin: 0 auto 16px;
}
.m-featured-collection .card-just__arrived .m-section__lfheading {
    font-size: 32px;
    line-height: var(--base-line-height);
    margin-bottom: 4px;
}
.m-featured-collection .card-just__arrived .m-section__lfdescription {
    font-size: var(--font-s5);
    line-height: 120%;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
}
/* [===== PRODUCT CARD CSS END =====] */
/* [===== COLLECTION CARD -- LAYOUT 2 CSS START =====] */
.collection__layout-2 .m-collection-list__content {
    background-color: #f3f3f3;
    border: 1px solid #d6d6d5;
    overflow: hidden;
    padding-inline: 20px;
}
.collection__layout-2 .m-collection-card {
    background-color: #ffffff;
    height: auto;
}
.m-collection-card.m-collection-card--standard .m-collection-card__info {
    display: var(--d-flex);
    align-items: var(--d-center);
    justify-content: space-between;
    gap: 15px;
    margin: 0;
    border-top: 1px solid #d6d6d5;
}
.m-collection-card.m-collection-card--standard .m-collection-card__title,
.m-collection-card.m-collection-card--standard .m-collection-card__product-count {
    flex: 1 1 50%;
    padding: 16px 10px;
    font-size: var(--font-s3);
    line-height: var(--base-line-height);
    text-transform: var(--text-capital);
}
.m-collection-card.m-collection-card--standard .m-collection-card__title {
    font-weight: var(--font-bold);
    font-family: var(--font-stack-body);
    margin: 0;
    position: relative;
}
.m-collection-card.m-collection-card--standard .m-collection-card__title:after {
    width: 1px;
    height: 20px;
    background-color: #d6d6d5;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}
.m-collection-card.m-collection-card--standard .m-collection-card__product-count {
    letter-spacing: -0.7px;
}
.m-collection-list [data-enable-slider="true"] .swiper-slide,
.collection_layout-2-grid .m\:column {
    padding-block: 80px !important;
    border-left: 1px solid #d6d6d5;
    height: 100%;
}
.m-collection-list [data-enable-slider="true"] .swiper-container {
    margin: 0 !important;
}
.collection__layout-2 .m-section__header {
    display: var(--d-flex);
    align-items: end;
    justify-content: space-between;
    margin-bottom: 88px;
    padding-inline: 48px;
}
.collection__layout-2 .m-section__heading {
    width: 42%;
}
.collection__layout-2 .m-section__button {
    margin-top: 0;
}
/* [===== COLLECTION CARD -- LAYOUT 2 CSS END =====] */
/* [===== SECTION FRAGRANCE SPOTLIGHT CSS START =====] */
.h-section__fragrance-spotlight .m-custom-content__block-inner,
.h-section__fragrance-spotlight .m-richtext {
    height: 100%;
}
.h-section__fragrance-spotlight .m-richtext {
    display: var(--d-flex);
    flex-direction: column;
    padding: 8px 24px 8px 8px;
}
.h-section__fragrance-spotlight .m-richtext__title {
    margin-bottom: auto;
}
.h-section__fragrance-spotlight .m-richtext__description {
    letter-spacing: -0.8px;
}
.h-section__fragrance-spotlight .m-richtext__button {
    margin-top: 24px;
}
/* [===== SECTION FRAGRANCE SPOTLIGHT CSS END =====] */
/* [===== SECTION TESTIMONIALS CSS START =====] */
.m-testimonials .m-slider-controls {
    display: none;
}
.m-testimonials .m-section__header {
    padding-block: 64px;
    margin: 0;
}
.m-testimonials .m-section__header .m-section__heading {
    width: 40%;
    margin-inline: auto;
}
.m-testimonials .m-testimonials-el {
    padding-block: 36px;
}
.m-testimonials .m-testimonial__wrapper {
    padding: 0 !important;
    text-align: start !important;
}
.m-testimonials .t__top-box,
.m-testimonials .t__bottom-box {
    padding: 16px;
}
.m-testimonials .t__top-box {
    border-bottom: 1px solid #d6d6d5;
}
.m-testimonials .t__top-box .m-testimonial__title {
    font-size: var(--font-s6);
    font-weight: var(--font-bold);
    line-height: var(--base-line-height);
    letter-spacing: -0.72px;
    font-family: var(--font-stack-body);
    color: #4f4f4d;
    margin: 0;
}
.m-testimonials .t__bottom-box .m-testimonial__description {
    font-size: var(--font-s6);
    letter-spacing: -0.9px;
    margin-bottom: 32px;
}
.m-testimonials .t__bottom-box .t__bottom-img-box {
    display: var(--d-flex);
    align-items: var(--d-center);
    justify-content: space-between;
}
.m-testimonials .t__bottom-box .t-card__quote img {
    width: 84px;
}
.m-testimonials .t__bottom-box .m-testimonial__image {
    margin: 0;
}
.m-testimonials .t__bottom-box .m-testimonial__image .m-image {
    width: 88px;
    height: 88px;
}
/* [===== SECTION TESTIMONIALS CSS END =====] */
/* [===== SECTION LUXURY FRAGRANCES CSS START =====] */
.h-section__luxury-fragrances {
    border-top: 1px solid #d6d6d5;
}
.h-section__luxury-fragrances .text-card-with-image__media {
    text-align: center;
}
.h-section__luxury-fragrances .text-card-with-image__media .m-image {
    width: 165px;
}
.h-section__luxury-fragrances .text-card-with-image__content {
    margin-top: 12px;
}
/* [===== SECTION LUXURY FRAGRANCES CSS END =====] */
/* [===== SECTION WE DIFFERENT FROM OTHER CSS START =====] */
.m-lookbook .m-lookbook-hero__wrapper {
    left: 24px;
    bottom: 24px;
    top: unset;
    transform: unset;
}
.m-lookbook .m-lookbook-hero__wrapper .swiper-slide {
    padding: 0;
}
.m-lookbook .m-lookbook-card .m-lookbook-icon {
    display: none;
}
/* [===== SECTION WE DIFFERENT FROM OTHER CSS END =====] */
/* [===== SECTION FOOTER - (DOPE DECORATION) CSS START =====] */
.h-section__dope-decoration .m-custom-content__boxed {
    padding: 48px 0;
    border-bottom: 1px solid #d6d6d5;
}
.h-section__dope-decoration .dope-bg__img {
    background-image: url(https://cdn.shopify.com/s/files/1/0682/4922/3339/files/Dope_Decoration.png?v=1739595492);
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* [===== SECTION FOOTER - (DOPE DECORATION) CSS START =====] */
/* [===== SECTION FOOTER CSS START =====] */
.m-footer .m-footer--accordion {
    background-color: #fff;
    margin: 0 !important;
    padding-block: 48px;
}
.m-footer .m-footer--block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.m-footer .m-footer--block .m-footer--block-title {
    font-weight: var(--font-bold);
    line-height: var(--base-line-height);
    font-family: var(--font-stack-body);
    margin-bottom: 10px;
}
.m-footer .m-footer--block .m-link-lists--item {
    line-height: 120%;
    letter-spacing: -0.8px;
}
.m-footer .m-footer--block .m-link-lists--item:not(:last-child) {
    margin-bottom: 8px;
}

.m-footer .m-footer--block-our_store .social-media-links {
    flex-direction: column;
    align-items: start;
    padding: 0;
    gap: 8px;
}
.m-footer .m-footer--block .social-media-links a {
    background-color: unset;
    width: auto;
    height: auto;
    border-radius: unset;
}
.m-footer .m-footer--block .social-media-links a:hover {
    background-color: unset;
    color: unset;
    box-shadow: unset;
}
.social-media-links a svg {
    display: none;
}
.social-media-links a .social-media-links--label {
    line-height: 120%;
    letter-spacing: -0.8px;
    padding: 0;
}

.m-footer .m-footer--bottom .m-footer--bottom-inner {
    background-color: #141511;
    color: #ffffff;
    padding: 12px;
}
.m-footer .m-footer--bottom .m-footer--bottom-inner .m-footer--bottom-right {
    display: none;
}
.m-footer .m-footer--bottom .m-footer--bottom-inner .m-footer--bottom-left {
    width: 100%;
    text-align: center;
    margin: 0;
}
.m-footer .m-footer--bottom .m-footer__copyright p {
    font-size: var(--font-s1);
    line-height: var(--base-line-height);
    text-transform: var(--text-capital);
}
.m-footer .m-footer--bottom {
    padding-bottom: 24px;
}
/* [===== SECTION FOOTER CSS START =====] */
/* |-========================================> PRODUCT PAGE CSS START <========================================-| */
#MainContent {
    padding-bottom: 0 !important;
}
/* [===== SECTION TOP-FIRST(MAIN PRODUCT) CSS START =====] */
.m-main-product {
    margin-bottom: 0 !important;
    margin-top: 24px !important;
    padding-bottom: 24px;
    border-bottom: 1px solid #d6d6d5;
}
.m-main-product--media {
    max-width: calc(100% - 477px);
    width: 100%;
    padding: 0;
}
.m-main-product--info {
    max-width: 477px;
    width: 100%;
    padding: 0 24px;
}
.m-main-product--media .m-product-media--layout-6 .m-product-media--slider {
    align-items: center;
}
.m-main-product--media .m-product-media--layout-6 .m-product-media--slider__images {
    width: calc(100% - 204px);
    flex: 1;
}
.m-main-product--media .m-product-media--layout-6 .nav-swiper-container {
    width: 148px;
    overflow-y: scroll;
    direction: rtl;
    padding-left: 16px;
}
.m-main-product--media .m-product-media--layout-6 .m-product-media--slider__thumbnails .swiper-slide {
    height: auto !important;
}
.m-main-product--media .m-product-media--layout-6 .nav-swiper-container::-webkit-scrollbar {
    width: 4px;
}
.m-main-product--media .m-product-media--layout-6 .nav-swiper-container::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}
.m-main-product--media .m-product-media--layout-6 .nav-swiper-container::-webkit-scrollbar-thumb {
    background-color: #141511;
}
.m-main-product--media .m-product-media--layout-6 .m-product-media--slider__thumbnails {
    padding: 16px;
    background-color: #ffffff;
    margin-right: 24px;
}
.m-main-product--media .m-product-media--slider .nav-swiper-container .m-product-media {
    padding: 0;
}
.m-main-product--wrapper {
    margin: 0;
}
.m-main-product--info .saving_amount-box {
    background-color: #e0523f;
    color: #fff;
    padding: 12px 24px;
    display: var(--d-flex);
    align-items: var(--d-center);
    justify-content: space-between;
}
.m-main-product--info .saving_amount-box .s_amount-title,
.m-main-product--info .saving_amount-box .s_amount-percentage {
    font-size: var(--font-s3);
    line-height: var(--base-line-height);
    letter-spacing: -0.56px;
    text-transform: var(--text-capital);
}
.m-main-product--info .saving_amount-box .s_amount-percentage {
    font-weight: var(--font-bold);
}
.m-main-product--info .main-product__block + .main-product__block {
    margin-top: 16px;
}
.m-main-product--info .main-product__block-custom_liquid {
    margin-top: 0;
}
.m-main-product--info .main-product__block-title {
    background-color: #fff;
    padding: 16px 24px 0;
}
.m-main-product--info .main-product__block-title .m-product-title {
    font-size: 24px;
    font-weight: var(--font-regular);
    line-height: var(--base-line-height);
    letter-spacing: -1.2px;
    font-family: var(--font-stack-body);
}
.m-main-product--info .main-product__block-title .m-wishlist-button,
.m-main-product--media .m-product-media--mobile .m-wishlist-button {
    background-color: unset;
    border: unset !important;
    box-shadow: unset;
    width: auto;
    height: auto;
    padding: 0 !important;
}
.m-main-product--info .main-product__block-price .m-price__regular .m-price-item--regular,
.m-main-product--info .main-product__block-price .m-price__sale .m-price-item--last {
    font-size: 24px;
    font-weight: var(--font-bold);
    line-height: var(--base-line-height);
    letter-spacing: -0.72px;
}
.m-main-product--info .main-product__block-price .m-price__sale .m-price-item--regular {
    font-size: 20px;
    letter-spacing: -0.8px;
    color: #e0523f;
}
.m-main-product--info .main-product__block-price {
    background-color: #fff;
    padding: 8px 24px 16px;
    margin-top: 0 !important;
    border-bottom: 1px solid #d6d6d5;
}
.m-main-product--info .main-product__block-price .installment-shoppay {
    display: none;
}
.m-main-product--info .brand-gender__info {
    display: flex;
}
.m-main-product--info .brand-gender__info .bg-info__box {
    flex: 1 1 50%;
}
.m-main-product--info .brand-gender__info .brand-info__box {
    border-right: 1px solid #d6d6d5;
    padding-right: 32px;
}
.m-main-product--info .brand-gender__info .gender-info__box {
    padding-left: 32px;
}
.m-main-product--info .main-product__block-price + .main-product__block-custom_liquid {
    background-color: #fff;
    padding: 16px 24px;
    margin: 0 !important;
    border-bottom: 1px solid #d6d6d5;
}
.m-main-product--info .brand-gender__info .bg-info__box .bg_info-title {
    letter-spacing: -0.8px;
    color: #676764;
    margin-bottom: 4px;
}
.m-main-product--info .brand-gender__info .bg-info__box .bg_info-name {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1px;
}
.m-main-product--info .main-product__block-buy_buttons {
    background-color: #fff;
    padding: 24px;
    margin: 0 !important;
}
.m-product-form--input {
    width: 107px;
    margin-right: 12px;
}
.m-quantity {
    min-height: 48px;
    border-radius: unset;
}
.m-quantity .form-field {
    font-size: var(--font-s3);
    font-weight: var(--font-bold);
}
.m-product-option--label {
    font-size: var(--font-s5);
    line-height: var(--base-line-height);
    letter-spacing: -0.8px;
    color: #676764;
}
.m-main-product--info .main-product__block-buy_buttons .m-product-option--label {
    display: none;
}
.m-main-product--info .m-product-form .m-add-to-cart {
    min-height: 48px;
    background-color: #28A745;
    color: #fff;
    padding-block: 8px;
}
.m-main-product--info .m-product-form .m-add-to-cart:hover {
    box-shadow: unset;
}
.m-main-product--info .m-product-form .m-add-to-cart .m-add-to-cart--text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.m-main-product--info .main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart {
    margin-top: 12px;
}
.m-main-product--info .shopify-payment-button__button {
    background-color: #ffce12 !important;
    color: #000;
    box-shadow: unset;
    border-color: #ffce12;
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
    box-shadow: unset;
    background: #f8bd19 !important;
    border-color: #f8bd19 !important;
}
.main-product__block .shopify-app-block p {
    display: none;
}
.main-product__block.main-product__block-variant_picker {
    padding-inline: 24px;
}
/* .m-main-product--info .shopify-payment-button__button {
    min-height: 48px;
    /* background: url(https://cdn.shopify.com/s/files/1/0682/4922/3339/files/buy_it_now_icon_0abc0de8-152d-4188-9907-d8627c03df93.svg?v=1739874135) no-repeat;
    background-position: left center; */
} */
.m-main-product--info .shopping__benefits-box {
    background-color: #fff;
    padding: 16px 24px;
    display: flex;
}
.m-main-product--info .shopping__benefits-box .inner_benefits {
    flex: 1 1 50%;
    text-align: center;
}
.m-main-product--info .shopping__benefits-box .inner_benefits img {
    display: inline-block;
}
.m-main-product--info .shopping__benefits-box .benefits-original {
    padding-right: 12px;
    border-right: 1px solid #d6d6d5;
}
.m-main-product--info .shopping__benefits-box .benefits-shipping {
    padding-left: 12px;
}
.m-main-product--info .shopping__benefits-box .inner_benefits h4 {
    font-size: var(--font-s3);
    line-height: var(--base-line-height);
    text-transform: var(--text-capital);
    font-family: var(--font-stack-body);
    margin-block: 8px;
}
.m-main-product--info .shopping__benefits-box .inner_benefits p {
    font-size: var(--font-s4);
    line-height: var(--base-line-height);
    letter-spacing: -0.75px;
    color: #4f4f4d;
}
.m-main-product--info .offer-container {
    background-color: #fff;
}
.m-main-product--info .offer-content {
    display: var(--d-flex);
    align-items: var(--d-center);
    gap: 12px;
    padding: 24px;
    border-bottom: 1px solid #D6D6D5;
}
.m-main-product--info .offer-content img {
    width: 100px;
}
.m-main-product--info .offer-content .offer-text h2 {
    font-size: var(--font-s6);
    line-height: var(--base-line-height);
    letter-spacing: -0.72px;
    font-family: var(--font-stack-body);
    margin-bottom: 8px;
}
.m-main-product--info .offer-content .offer-text p {
    font-size: var(--font-s4);
    line-height: var(--base-line-height);
    letter-spacing: -0.75px;
    color: #4F4F4D;
}
.m-main-product--info .offer-container .offer_buy-button {
    padding: 24px;
}
.m-main-product--info .offer-container .offer_buy-button .m-button {
    border-color: #d6d6d5;
    width: 100%;
    box-shadow: unset;
}
/* [===== SECTION TOP-FIRST(MAIN PRODUCT) CSS END =====] */
/* [===== SECTION PRODUCT SPECIFICATION CSS START =====] */
.p-section__pro-specifications .product-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 50px;
}
.p-section__pro-specifications .pro_detail-box {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 10px;
}
.p-section__pro-specifications .pro_detail-box .pro_detail-title {
    letter-spacing: -0.8px;
    color: #676764;
}
.p-section__pro-specifications .pro_detail-box .pro_detail-content {
    font-weight: var(--font-bold);
    letter-spacing: -0.8px;
    line-height: 1.375;
}
.p-section__pro-specifications .m-section__header,
.p-section__pro-specifications .product-details {
    border: 1px solid #d6d6d5;
    padding: 20px;
}
.p-section__pro-specifications .m-section__header {
    margin: 0;
    border-bottom: unset;
}
/* [===== SECTION PRODUCT SPECIFICATION CSS END =====] */
/* [===== SECTION HOW TO WEAR PERFUME CSS START =====] */
.p-section__perfume-application .m-icon-box {
    padding: 36px;
    height: 100%;
}
.p-section__perfume-application .m-icon-box__content {
    margin-top: 40px !important;
}
.p-section__perfume-application .m-icon-box__heading {
    font-size: var(--font-s3);
    font-weight: var(--font-bold);
    line-height: var(--base-line-height);
    text-transform: var(--text-capital);
    font-family: var(--font-stack-body);
    margin-bottom: 12px;
}
.p-section__perfume-application .m-icon-box__description {
    letter-spacing: -0.8px;
    text-transform: capitalize;
}
.p-section__perfume-application .m-section__header {
    margin-bottom: 24px;
}
/* [===== SECTION HOW TO WEAR PERFUME CSS END =====] */
/* [===== SECTION CERTIFIED AUTHENTIC CSS START =====] */
.p-section__certified-authentic .m-custom-content__wrapper {
    justify-content: center;
}
.p-section__certified-authentic .m-custom-content__block-image {
    text-align: end;
    padding-right: 48px;
    border-right: 1px solid #d6d6d5;
}
.p-section__certified-authentic .m-custom-content__block-image .m-image {
    max-width: 377px;
}
.p-section__certified-authentic .m-custom-content__block-text {
    padding-left: 48px;
}
.p-section__certified-authentic .m-custom-content__block-text .m-richtext {
    max-width: 393px;
}
.p-section__certified-authentic .m-custom-content__block-text .m-richtext__title {
    line-height: var(--base-line-height);
}
.p-section__certified-authentic .m-custom-content__block-text .m-richtext__description {
    letter-spacing: -0.8px;
    text-transform: capitalize;
    margin-top: 10px;
}
/* [===== SECTION CERTIFIED AUTHENTIC CSS END =====] */
/* [===== SECTION PRODUCT RECOMMENDATIONS CSS START =====] */
.m-product-recommendations .m-section__header {
    padding-block: 48px;
}
/* [===== SECTION PRODUCT RECOMMENDATIONS CSS END =====] */
/* [===== SECTION CUSTOMER REVIEWS CSS START =====] */
.h-section__customer-reviews .m-section__header {
    margin-bottom: 24px;
}
.h-section__customer-reviews .m-icon-box--vertical .m-icon-box__content {
    margin-top: 16px;
}
.h-section__customer-reviews .m-icon-box__inner {
    padding: 16px;
}
.h-section__customer-reviews .m-icon-box__heading {
    font-size: var(--font-s5);
    font-weight: var(--font-regular) !important;
    line-height: 130%;
    letter-spacing: -0.64px;
    font-family: var(--font-stack-body);
    margin-bottom: 8px;
}
.h-section__customer-reviews .m-icon-box__description p {
    font-size: var(--font-s3);
    font-weight: var(--font-bold);
    line-height: 150%;
}
.h-section__customer-reviews .swiper-slide {
    height: auto;
}
.h-section__customer-reviews .m-icon-box {
  height: 100%;
}
.h-section__customer-reviews .m-icon-box__image img {
    display: inline-block;
    margin-bottom: 8px;
}
.h-section__customer-reviews {
    border-bottom: 1px solid #d6d6d5;
}
.h-section__customer-reviews .m-slider-controls {
    display: none;
}
/* [===== SECTION CUSTOMER REVIEWS CSS END =====] */
/* |-========================================> COLLECTION LIST PAGE CSS START <========================================-| */
.collection_layout-2-grid .m-mixed-layout__inner {
    gap: 0;
}
.collection_layout-2-grid .m\:column {
    border-bottom: 1px solid #d6d6d5;
}
.collection_layout-2-grid .m-collection-list__content {
    border-left: unset;
    border-bottom: unset;
}
/* |-========================================> COLLECTION PAGE CSS START <========================================-| */
.facest-filters-section .m-collection-products .m-product-item {
    padding: 0;
    margin: 0;
}
.facest-filters-section .m-collection-products {
    margin: 0;
}
.facest-filters-section .m-collection-toolbar .m-toolbar--right {
    justify-content: end;
}
.facest-filters-section .m-toolbar--left .m-sidebar--open span,
.facest-filters-section .m-toolbar--left .m-sortby--open span,
.facest-filters-section .m-toolbar--right .m-select-custom--trigger-text {
    font-size: var(--font-s7);
    font-weight: var(--font-bold);
    line-height: var(--base-line-height);
    text-transform: var(--text-capital);
}

.facest-filters-section .m-collection-toolbar {
    padding: 16px 24px;
    background-color: #fff;
    border: 1px solid #d6d6d5;
}
.facest-filters-section .m-collection--wrapper {
    margin: 0;
}
/* |-========================================> CONTACT US PAGE CSS START <========================================-| */
.contact {
    background-color: #fff;
}
.c-section__form-header .m-section__header {
    margin-bottom: 16px;
}
.c-section__form-header .m-section__description {
    width: 60%;
    margin-inline: auto;
}
.c-section__form-header .m-richtext__description {
    letter-spacing: -0.8px;
}
.c-section__form-header .m-richtext__description a:before, .c-section__form-header .m-richtext__description a:after {
    display: none;
}
.m-contact-form {
    margin-block: 64px;
    --column-gap: 12px;
}
.m-contact-form .form-field {
    border-color: #D6D6D5;
    border-radius: unset;
    padding: 8px 12px;
    font-size: var(--font-s3);
    font-weight: var(--font-regular);
    line-height: var(--base-line-height);
    min-height: 48px;
}
.m-contact-form .m-contact-form__message {
    margin-bottom: 12px;
}
.m-contact-form .m-button {
    width: 100%;
}
.m-contact-form .m-contact-form__main {
    max-width: 812px;
    width: 100%;
}

.f-incart__title {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'M-Body-Font' !important;
}
foxkit-cart-countdown.foxkit-cart-countdown {
    margin-top: 10px !important;
}
.home-insta {
    margin-bottom: 65px;
}

.pdp-icons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pdp-icons>div:first-child {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D5;
    width: 100%;
}
span.option-label--selected {
    color: #141511;
}

.pdp-icons>div:first-child>img {
   width: 100%;
    max-width: calc(80px - 10px);
    height: auto;
}

.pdp-icons>div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.pdp-icons>div:last-child p {
    font-size: 16px;
}

.main-product__block.main-product__block-collapsible_tab,
.pdp-icons, .m-product-option.m-product-option--color {
    background: #fff;
    padding: 24px;
}
.main-product__block .m-product-collapsible .m-collapsible--button {
    font-size: 16px !important;
    padding-top: 0;
}
.upsell-products-wrapper .m-product-card__name:hover {
    color: #fff !important;
}
.m-sticky-addtocart .m-add-to-cart {
    background: #28a745;
    border-color: #28a745;
}

  