/** Shopify CDN: Minification failed

Line 1395:4 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 1329:4 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 1323:4 Expected ":"

**/
/* ============header ==================*/
.header:not(.drawer-menu).page-width {
    height: 80px !important;
}
.announcement-bar__announcement .announcement-bar__message{
     font-family: "Inter", sans-serif;
}
.header__menu-item {
    color: #000000 !important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-family: "Inter", sans-serif;
    font-size: 15px !important;
}
.header__icon .icon {
    fill: black;
}
.header__icon .icon path{
        fill: #ffffff;
}
body{
        font-family: "Inter", sans-serif !important ;
}

/*======================= home banner part ========================*/
.custom_banner_shop_btn {
    position: absolute;
    left: 67%;
    top: 75%;
    transform: translate(-51%, -50%);
    background: red;
    font-size: 15px !important;
    width: 220px;
    height: 70px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 12px;
    text-transform: uppercase;
}

.my-swiper-part .swiper-pagination-bullet {
    position: relative;
    overflow: hidden;
        width: 12px;
    height: 12px;
    background:#FFFFFF !important;
      transition: 1s;
    opacity: 1;
}
.my-swiper-part .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 60%;
    position: absolute;
    left: 0px;
    background: red;
    height: 60%;
    content: '';
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.my-swiper-part .swiper-pagination-bullet-active {
    width: 25px;
    background-color: #ffffff00 !important;
    height: 25px;
    transition: 1s;
    border: 2px solid red;
}
.my-swiper-part .my-pagination .swiper-pagination {
    background: #8e88889e;
    height: 45px;
    line-height: 38px;
    font-size: 25px;
    border-radius: 10px;
    color: white;
    box-shadow: none !important;
    padding: 0px 22px !important;
    border-radius: 50px;
        display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    width: fit-content;
}

.my-swiper-part .my-pagination {
        position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%);
    z-index: 1;
}

.my-swiper-part .swiper {
    width: 100%;
}

.my-swiper-part .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-swiper-part .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.my-swiper-part .next-preview-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

/*=================== discover part================== */
.discover-heading h2,.freebiw-slider-section h2 {
    color: #666666;
    font-size: 50px;
    font-weight: 100 !important;
    font-style: normal;
    font-optical-sizing: auto;
    font-family: "Inter", sans-serif;
    /* line-height: 100%; */
        line-height: 1.3;
        opacity: 1 !important;
}
.bestseller2 p ,.freebiesale-part p{
    margin-top: -5px !important;
    /* font-family: 'Inter Regular' !important; */
    font-weight: 400 !important;
}

.discover-heading h2 em{
    font-style: normal;
    font-weight: 700;
    display: block;
    font-weight: 900;
    color: #333333;
}

.discover-heading h2 strong,.freebiw-slider-section h2 strong {
    font-weight: 900;
    color: #333333;
}
.discover-heading p,.freebiw-slider-section p,tab-collection-slider p,.my-testimonial p{
    /* font-family: Inter, sans-serif; */
    font-weight: 400;
    font-size: 16px;
    color: #787676;
}
.dis-img{
    width:100%
}
.discover_our_collection-box {
    overflow: hidden;
    position: relative;
    border-radius: 27px;
   
}
.discover_our_collection-box:hover .hover_content {
        background: linear-gradient(
353deg, #000000db, #0000000f);
       
        transition:.7s;
        bottom: 0px;
        border-radius: 30px;
        overflow: hidden;
}
.discover_our_collection-box:hover a.custom_col_shop_btn {
     background: #FE0109;;
    color: white;
}
.hover_content {
   text-align:center;
    position: absolute;
    bottom: -309px;
    left: 0px;
     height: 100%;
    width: 100%;
     gap:0px;
    padding: 0px 30px 130px 30px;
     transition:.7s;
    display:flex;
    flex-direction:column;
align-content:end;
    align-items:center;
    justify-content:center;

}
.discover_our_collection-box .hover_content h3{
    font-size:36px;
    color:white;
    /* width:415px !important; */
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
}
.discover_our_collection-box .content_area {
    width: 100%;
}
.discover_our_collection-box .hover_content h4{
        font-family: "Inter", sans-serif !important;
        color:#FFFFFF ;
 font-weight:300;
 
}
.hover_content img {
    width: 200px;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 00px;
 visibility:hidden;
 opacity:0;
}
.discover_our_collection-box:hover img{
 visibility:visible;
  opacity:1;
}
a.custom_col_shop_btn {
    width: 200px;
    display: block;
    height: 56px;
    position: absolute;
    bottom: 10px;
    margin: auto;
    background: white;
    transform: translate(-50%,-50%);
    left: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: black;
    z-index: 3;
    font-size: 15px;
    text-transform: uppercase;
        cursor: pointer;
}
/*=================== discover part end================== */
/*==================== image-banner1 innerwear part start=============*/
.image-banner1 {
    
    margin-top: 5rem;
}
.image-banner1 .full-img {
    position: relative;
    width: 100%;
}

.full-img img {
    width: 100% !important;
    max-width: 100%;
}
.mybanner1 .custom_shop_btn {
    position: absolute;
}
.image-banner1 .custom_shop_btn {
    position: absolute;
    left: 30%;
    top: 75%;
    transform: translate(-50%,-50%);
    width: 220px;
    height: 70px;
    background: #16161F;
    text-align: center;
    /* font-size: revert; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 15px !important;
    font-family: "Inter", sans-serif !important;
    overflow: hidden;
    /* border: 1px solid #ff0000; */
    transition: .5s;
        cursor: pointer;
}


.custom_banner_shop{
    position:relative;
    color:white !important;
}
a.custom_banner_shop_btn::after {
    background: #ffffff;
    content:'SHOP Now';
    left:0px;
    bottom:-500px;
    width:100%;
    height:100%;
    position:absolute;
    display:flex;
    align-items:center;
    justify-content:center;
        transition: .5s;
}
a.custom_banner_shop_btn:hover::after {
color:#ff0000;
    bottom: 0px;

    background: white;
    border: 0px solid #ff0000;
    transition: .5s;
}
a.custom_banner_shop_btn{
    overflow:hidden;
}
.image-banner1 a.custom_shop_btn:hover::after{
color:#ff0000;
    bottom: 0px;

    background: white;
    border: 0px solid #ff0000;
    transition: .5s;
}
.image-banner1 a.custom_shop_btn::after {
    position: absolute;
        width: 100%;
    height: 100%;
    bottom: -500px;
    content: 'shop now';
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
/*==================== image-banner1 innerwear part end=============*/
/*================== best seller part start now=================== */
.best-sellers .carousel-item,.new-arrivals  .carousel-item,.new-a-perfume .carousel-item{
    height: 440px;
    border-radius: 20px;
}
.best-sellers  .card,.new-arrivals .card,.new-a-perfume .card{
width:95%;
max-width:95%;
margin:auto;
}

.best-sellers .carousel-item img,.new-arrivals .carousel-item img{
    width: 100%;
    height: 100% !important;
        width: 100% !important;
    /* transform: scale(1.2); */
    height: 433px !important;
    object-fit: cover;
    min-height: 460px;
}
.best-sellers h3 a ,.new-arrivals h3 a,.new-a-perfume h3 a{
     font-size: 16px;
    font-weight: 300;
    color: #383737 !important;
    /* font-family: "Inter", sans-serif !important; */
    font-family: 'Inter Medium';
}
.best-sellers button ,.new-arrivals .swiper-slide button, .new-a-perfume .swiper-slide button{
      width: 42px !important;
    height: 40px !important;
    background: transparent;
    position: absolute;
    padding: 0 !important;
    border: 1px solid red !important;
    min-width: 42px !important;
    min-height: 42px;
}
.best-sellers .price ,.new-arrivals .price,.new-a-perfume .price{
    margin-top: 2.5rem !important;
}
.best-sellers button svg,.new-arrivals button svg,.new-a-perfume button svg{
    /* fill: red; */
    width: 25px !important;
    height: 25px;
}
.best-sellers .swiper-pagination-bullet,.freebiesale .swiper-pagination-bullet,
.new-a-perfume .swiper-pagination-bullet,.my-testimonial .swiper-pagination-bullet{
    position: relative;
    overflow: hidden;
        width: 10px;
    height: 10px;
    background:#E8E8E8!important;
      /* transition: 1s; */
    opacity: 1;
        margin-top: -13px !important;
}

.best-sellers .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.freebiesale .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.new-a-perfume .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.my-testimonial .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
    width: 60%;
    position: absolute;
    left: 0px;
    background: red;
    height: 60%;
    content: '';
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.best-sellers .swiper-pagination-bullet-active,
.freebiesale .swiper-pagination-bullet-active,.new-a-perfume .swiper-pagination-bullet-active,
.my-testimonial .swiper-pagination-bullet-active{
    width: 25px;
    background-color: #ffffff00 !important;
    height: 25px;
    /* transition: 1s; */
    border: 2px solid red;

}
.freebiesale .swiper-pagination-bullet-active{
     top: 6px !important; 
}
  .my-testimonial .swiper-pagination{  
    left: 50% !important;
    bottom: 43px !important;
    transform: translate(-50%);
}
.best-sellers .my-pagination .swiper-pagination {
    /* background: #8e88889e; */
    height: 45px;
    line-height: 38px;
    font-size: 25px;
    border-radius: 10px;
    color: white;
    box-shadow: none !important;
    padding: 0px 22px !important;
    border-radius: 50px;
        display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    width: fit-content;
}
.best-sellers .swiper-wrapper {
    margin-bottom: 9rem;
}
.rich-text__text.rte {
    margin-top: 1rem;
}
.new-arrivals .best-sellers {
    padding-bottom: 0px !important;
}
.add-to-cart-button.mycartbtn9 {
    border-radius: 6px;
    border: 1px solid red;
    overflow: hidden;
    position: absolute;
    right: 0px;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0px !important;
}

.mycartbtn9::after,.mycartbtn9::before {
    position: static !important;
    content: none !important;
}

.mycartbtn9:hover {
    background: red !important;
}

.mycartbtn9 svg:nth-child(1),.mycartbtn9 svg:nth-child(2){
       position: absolute;
        top: 50%;
      left:50%;
    transform:translate(-50%,-50%);
        transition:0.5s;
            Z-INDEX: 9;
}
.mycartbtn9:hover svg:nth-child(1){    
    position: absolute;
    top: -100px;
        transition:0.5s;
}
.mycartbtn9:hover svg:nth-child(2) {
    top: 50%;
    transition:0.5s;
     fill: #ffffff2e;
    
}
/* .mycartbtn9:hover svg:nth-child(2) path{
    fill:#ffffff !important
} */
.mycartbtn9:hover::after,.mycartbtn9:hover::before{
    background:red !important;
}
.mycartbtn9 svg:nth-child(2){

        top: 140%;
}
.best-sellers .my-pagination{
    position: absolute;
    left: 50%;
    bottom: -6%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.best-sellers {
    padding-bottom:5rem;
}
.carousel-item:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}
.best-sellers  .wk-button.wk-align-center.wk-align-content-center,
.new-arrivals .wk-button.wk-align-center.wk-align-content-center,
.new-a-perfume .wk-button.wk-align-center.wk-align-content-center,
.mycatpage wk-button button.wk-button.wk-align-center.wk-align-content-center{
    position: absolute;
    left: -61px;
    top: 11px !important;
    height: 40px !important;
    width: 40px !important;
    min-width: 40px;
    min-width: 40px !important;
    max-width: 40px !important;
    padding: 0 !important;
   
    border: 0px !important;
    border-radius: 11px;
    box-shadow: 0 1px 2px #f9f5f5bf;
    background: #e2e2e2a8 !important;
    display: flex;
    align-items: center;
    justify-content: center !important;
    padding-top: 10px;
    min-height: 36px;
    z-index: 999;
}

.best-sellers .wk-icon svg path,.new-arrivals  .wk-icon svg path,.new-a-perfume .wk-icon svg path,.mycatpage .wk-icon svg path{
    fill: var(--fill, transparent) !important;
    stroke: #292D32 !important;
}
.best-sellers .card__inner.b-dis-block.color-scheme-2.gradient.ratio {
    border-radius: 12px !important;
    overflow: hidden;
}
/*================== best seller part start end=================== */
/*=================== freebie part start now======================= */
.freebiesale-part {
    background: #FAF5F2;
    padding: 5rem 0px;
        padding-bottom: 0px;
}
.freebiesale-part .swiper-slide.swiper-slide-active {
     transform: scale(1.2);
    margin-right: 5rem !important;
    margin-left: 8rem;
    /* height: 0px !important; */
    margin-top: 4.3rem;
    
}
.sale-text span {
    text-align: center;
    display: block;
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 400 !important;
    color: black;
}

.sale-text h4 {
    font-size: 110px;
    line-height: .9;
    font-weight: 900;
    text-align: center;
    margin: auto;
    text-align: center;
    margin-bottom: 1rem !important;
    color: black;
}
.collectionimg1 h4 {
    font-size: 60px;
    letter-spacing: .1px;
    line-height: 1;
    font-weight: 300 !important;
    font-family: 'Inter';
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.collectionimg1 p {
    font-size: 19px !important;
    font-weight: 500;
    font-family: 'Inter Medium';
}


.collectionimg1 h5 {
    font-size: 26px;
    font-family: 'Inter Medium';
    margin-top: 3rem;
    font-weight: 500;
}
.freebiesale-part .freebiesale{
    padding: 5rem 0px 2.5rem 1rem !important;
    width: 100% !important;
    max-width: 94.5%;
    margin: 0px 0px 0px auto;
}
.freebiesale-part .swiper-pagination {
    width: fit-content;
    position: absolute;
    left: 45px !important;
    bottom: 85px !important;
    left: 57% !important;
    transform: translate(-50%, -50%);
}
.freebiesale-part .card-wrapper {
    border-radius: 30px !important;
    overflow: hidden;
}
.freebiesale-part .carousel-item{
    border-radius: 30px !important;
}
.freebiesale-part .card__content {
    display: none;
}
.freebiesale-part .card{
    width:95% !important;
        border-radius: 30px;
}
.freebiesale-part p {
    font-size: 16px;
    font-weight: 400;
        margin-top: 15px !important;
}

.freebiesale-part h2 {
    font-size: 70px;
        line-height: 75px;
}
.freebiesale .swiper-wrapper {
    margin-bottom: 12rem !important;
    margin-top: 0rem;
}
/*==================== animated bnt ================*/

.freebiesale-part .custom_banner_shop_btn {
    height: 70px;
    background: #fe0109;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Inter, sans-serif !important;
    overflow: hidden;
    transition: .5s;
    cursor: pointer;
    margin: 40px auto 0px 0px !important;
    position: static;
    left: 0px;
    bottom: 0px;
    transform: translate(0);
}
.freebiesale-part .custom_banner_shop_btn:hover::after {
color:#FE0109;
    bottom: 0px;

    background: white;
    border: 0px solid white;
    transition: .5s;
}
.freebiesale-part .custom_banner_shop_btn::after {
    position: absolute;
        width: 100%;
    height: 100%;
    bottom: -500px;
    content: 'shop now';
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
/*======================== freebie part end now======================= */

/*========================= new arrival part start now============== */

.new-arrivals h2 {
    font-size: 50px;
    font-weight: 300;
    color: #666;
    font-size: 50px;
    font-weight: 300 !important;
    font-style: normal;
    font-optical-sizing: auto;
    font-family: Inter, sans-serif;
    line-height: 100%;
    opacity: 1 !important;
    margin-bottom: 1rem !important;
}

.new-arrivals h2 strong {
    font-weight: 700;
    color: #333333;
}

.new-arrivals p {
    color: #787676;
    font-size: 16px !important;
    font-weight: 400;
        /* font-family: 'Inter Regular' */
}
.maintabs {
     width: 207px;
    background: #f4f4f4;
    margin: auto;
    height: 65px;
    border-radius: 50px;
    margin-bottom: 6rem;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 4rem;
}

.maintabs button{
        border: 0px;
        background: none;
           transition: 0.5s;
               width: 80px;
}
.maintabs .t-active1 {
    width: 105px;
    height: 45px;
    border-radius: 30px;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: red !important;
       transition: 0.5s;
    border: 0px;
}

.t-active1 {
    width: 105px;
    height: 45px;
    border-radius: 30px;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: red !important;
    border: 0px;
}


.t-active1 {
    background: black !important;
    border-radius: 50px !important;
}
/*========================= new arrival part end============== */
/* ===================new-a-perfume start now ==================*/
.new-a-perfume .carousel-item img {
    width: 100% !important;
    /* transform: scale(1.2); */
    height: 449px;
    object-fit: cover;
}
.new-a-perfume .swiper-wrapper{
        margin-bottom: 6rem;
}
.new-a-perfume {
    padding-top: 1rem !important;
}
/* .best-sellers button, .new-arrivals .swiper-slide button, .new-a-perfume .swiper-slide button {
    background: #ffffffd4 !important;
} */
/* ===================new-a-perfume end now ==================*/
/*=========== get app part start now ===========*/
.home-bodycare-app-section .overlay {
    height: 562px;
}
.home-bodycare-app-section h2 {
    font-size: 50px !important;
    font-weight:300;
    line-height: 52px;
        margin-top: 0px;
            letter-spacing: 1px;
}
.home-bodycare-app-section h2 strong{
    display:block;
    font-weight:700;
}
.home-bodycare-app-section  .app-buttons {
    margin-top: 2rem;
}
.home-bodycare-app-section p {
    font-size: 16px !important;
    color: #FFFFFF !important;
    font-weight: 400;
}
/*=========== get app part end now ===========*/
/* ==========================my-testimonial================ */
.my-testimonial{
    width:100%;
    height:100%;
    background-size:100%;
    background:url("/cdn/shop/files/Mask_group_7_60853597-1792-49d9-9d31-7fdda10029d6.png?v=1759932090");
}
.t-slide-box:hover {
    transform: scale(1.1);
    transition: 1s;
}
.my-testimonial h2 {
    font-size: 50px;
    text-align: center;
    font-weight: 300;
    color: #666666;
}

.my-testimonial h2 strong {font-weight: 700;color: #333333;}
.my-testimonial .swiper-pagination-bullet-active {
    top: 6px;
}
.my-testimonial p {
    text-align: center;
    font-size: 16px !important;
    font-weight: 400;
   /* font-family: 'Inter Regular' */
}
.t-slide-box {
    background: #FFFFFF;
    padding: 12px 50px 38px 74px;
    height: 230px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #FFF4F4;
    /* width: 58% !important; */
}


.testimonial-slider .swiper-slide:nth-child(2) .t-slide-box .qutionsicon {
    background: #60A5FA;
}

.testimonial-slider .swiper-slide:nth-child(3) .t-slide-box .qutionsicon {
    background: #F472B6;
}
.t-slide-box h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Inter Medium';
}

.rating .text-yellow-400 {
    font-size: 21px;
    color: #FBBF24;
}
.home-testimonial-section .testimonial-slider {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 17px;
    width: 100% !important;

    width: 90% !important;
    padding: 0px 89px;
        margin-top: 5rem;
}
.t-slide-box p {
    font-size: 20px;
    font-weight: 400;
    color: #6B7280 !important;
    font-family: 'Inter Regular';
}


.testimonial-slider  .swiper-wrapper {
  gap: 0px 44px;
    /* margin-right: 30px; */
    margin-top: 6rem !important;
    margin-bottom: 11rem !important;
}
.testimonial-slider {
    position: relative;
}
.testimonial-slider::after {
      position: absolute;
    left: 50%;
    content: '';
    background: #FFF3F4;
    width: 67%;
    height: 430px;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}

.testimonial-item {
    border-radius: 50px !important;
}

.t-slide-box {
    position: relative;
}

.qutionsicon {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    position: absolute;
    left: 3% !important;
    background: #34D399;
    content: '""';
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
}
/* ==========================my-testimonial end================ */
/*================== sales off =======================*/
.collection-div {
    height: 100%;
    /* margin: 1rem 0px; */
    padding: 4px 0px;
}


.collection-div .collection-img img {
    height: 100% !important;
    border-radius: 30px;
}

.collection-div .collection-img {
    height: 100%;
    /* object-fit: cover; */
}
.sale_section .mpx {
    padding: 3.7px 7px !important;
}
.col-sm-12.col-md-12.col-lg-3{
        padding-left: 11px !important;
}
.col-sm-12.col-md-12.col-lg-9 {
    padding-right: 11px !important;
}
.collectionimg1{
     width: 100%;
    height: 533px;
    background-size: 100%;
    background: url(/cdn/shop/files/young-woman-beret-with-perfume-bottle-white-background-space-text_2_1.png?v=1760007759);
    border-radius: 30px;
    overflow: hidden !important;
    position: relative;
    display: flex
;
    align-items: center;
    padding-left: 6rem;
}
.collectionimg2{
         width: 100%;
    background-size: 100%;
    background: url( /cdn/shop/files/Component_38.png?v=1759990642);
    border-radius: 30px;
    overflow: hidden !important;
    position: relative;
    display: flex
;
    margin-top: .4rem;
    align-items: center;
   
}
.collectionimg3{
     width: 100%;
    background-size: 100%;
    background: url(/cdn/shop/files/image_65.png?v=1760008037);
    border-radius: 30px;
    overflow: hidden !important;
    position: relative;
    display: flex
;
    height: 371px;
    margin-top: .4rem;
    align-items: center;
    justify-content: end;
    padding-right: 8rem;
}
.collectionimg3 .collection-img {
    top: 0px;
    position: absolute;
    top: 51%;
    left: 25%;
    transform: translate(-50%, -50%);
    transition: .5s;
}

.collectionimg3 .collection-img img {
    width: 100%;
}
.for-him-right{
           width: 100%;
    background-size: 100%;
    background: url( /cdn/shop/files/Component_39.png?v=1759990509);
    border-radius: 30px;
    overflow: hidden !important;
    position: relative;
    display: flex;
    margin-top: .4rem;
    align-items: center;
  height:99.2% !important;
}
/* .for-him-right::hover img:nth-child(1){
    visibility:none;
    opacity:0;
} */
 .for-him-right:hover{
    background:#EBEBED !important
 }
.for-him-right:hover .collection-text img:nth-child(1){
    display: none !important;
    width: 100%;
}
.for-him-right .collection-text img:nth-child(2){
    display: none !important;
}
.for-him-right:hover .collection-text img:nth-child(2){
        display: block !important;
        margin-left:40px;
}
.sale-off .collection-text {
    margin-top: -7rem;
}
.sale-off .btn-text {
    bottom: 134px;

}
.sale-off{
              width: 100%;
    background-size: 100%;
    background: url(/cdn/shop/files/Component_40.png?v=1759990002);
    border-radius: 30px;
    overflow: hidden !important;
    position: relative;
    display: flex;
    margin-top: .4rem;
    align-items: center;
        height: 529px;
      justify-content: center;
        animation: gradientBG 3s ease infinite;
}
@keyframes gradientBG {
  0% {   background: url(/cdn/shop/files/Component_40.png?v=1759990002);}
  50% {background:#e1171d52;}
  100% { background: url(/cdn/shop/files/Component_40.png?v=1759990002);}
}
.sale_section{
            padding: 7rem 20px 0px 20px !important;
}
.collectionimg1 .collection-img img {
    height: auto !important;
    width: 497px;
}
.collectionimg1 .collection-img {
    position: absolute;
    right: -90px;
    bottom: 0px;
       transition: 1s;
}
.collectionimg1:hover .collection-img {
    right: -24px;
    transition: 1s;
}
.collection-div.collectionimg1 {}

.collection-text h2 {
    font-size: 58px;
    font-weight: 200;
    line-height: 100%;
}

.collection-text h2 strong {
    display: block;
    font-weight: 700;
}

.collection-text  p {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #000000;
}
.collectionimg2 .collection-text {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-48%, -50%);
       transition: .5s;
}
.salesbutton1:hover{    color:white !important;
}
.salesbutton1 {
    display: block;
    width: 183px;
    height: 56px;
    background: #16161F;
    text-transform:uppercase;
        transition: .5s;
    display: flex
;
position:relative;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 10px;
    margin-top: 3.5rem;
    font-size: 15px;
    overflow:hidden;
    color:white !important;
}
.salesbutton1:after {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -500px;
    content: "shop now";
    display: flex
;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.sale_section .page-width {
    padding-bottom: 2rem;
}
.salesbutton1:hover:after {
    color: red;
    bottom: 0;
    background: #fff;
    border: 0px solid #ff0000;
    transition: .5s;
}
.collectionimg2:hover .collection-text {
    /* display: none; */
    top: 24%;
    transition: .5s;
}
.collectionimg2 h2 ,.for-him-right h2{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.for-him-right .btn-text {
    bottom: -131px;
    left: 55%;
    transform: translate(-50%, 38%);
    transition: 1s;
}
.for-him-right:hover .btn-text {
    bottom: 80px;
      transition: 1s;
}
.btn-text {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%,38%);
    line-height: 100%;
}
.collectionimg3  .btn-text {
    left: 64%;
    transform: translate(-50%, 38%);
        transition: 1s;
}
.collection-img3{
    margin-top:-11rem;
}
.for-him-right .collection-text {
    position: absolute;
    left: 44%;
    top: 50%;
    transform: translate(-50%, -50%);
        transition: 1s;
}
.collectionimg3:hover .collection-img {
    left: 32%;
        transition: 1s;
}
/*================== sales off end=======================*/
/* mytrust-badge */
/* ================media query start now==================== */
.mytrust-badge{
 width:100%;
 height:100%;
 background-size: cover !important;
 background:url("/cdn/shop/files/Mask_group_7_60853597-1792-49d9-9d31-7fdda10029d6.png?v=1759932090");
 /* margin-bottom: 7rem; */
 /* height: 100px; */
 background-repeat: none;
 padding-bottom: 7rem;
 padding-top: 6rem;
}
.image-box1 {
      margin-right: 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 0px !important;
}


.image-box1:hover img:nth-child(1) {
    /* margin-left: 200px; */
    position: absolute;
    right: 20px;
    visibility: hidden;
    transition: .5s;
    opacity: 0;
}

.image-box1 {
     /* position: absolute; */
    left: 0px;
    width: 90px;
    height: 90px;
    border-radius:0 25px 16px 28px;
    background: #FFFADD;
 gap: 0px !important;
    position: relative;
        display: flex
;
    margin-right: 40px;
}
.image-box1 img:nth-child(2) {
    position: absolute;
    right: -70px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
.image-box1:hover img:nth-child(2) {
    visibility: visible;
    opacity: 1;
    right: -25px;
    transition: 1s;
}
.image-box1 img {

    margin-top: 8px;
    position: absolute;
    right: -26px;
    transition: 1s;
    position: absolute;
}

.mybadge-box1 {
    display: flex;
    justify-content:center;
}

.mybadge-box1 h3 {
    font-family: 'Inter Medium';
    font-size: 24px;
    color: #000000;
        line-height: 103%;
}

.mybadge-box1 h3 span {
    display: block;
    font-size: 14px;
    font-family: 'Inter Regular';
    color: #000000;
}
.b-color2{
    background:#F2F6D1;
}
.b-color3{
    background:#FBEDFD;
}
.b-color4{
    background:#EFF1FF;
}
/* ============mybadge par end ===============*/

/*============== footer marquee text ===========*/
.marqueetext {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: #1A212B; /* optional */
  padding: 20px 0;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 10px; /* spacing between repeated text */
  animation: marquee-scroll 50s linear infinite;
}

.marquee-track h3 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  white-space: nowrap;
}
.marquee-track h3 span {
    display: inline-block;
    margin: 0px 15px;
     font-family: 'Inter Medium';
}
.marquee-track img {
  width: 24px;
  height: auto;
  display: inline-block;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*======== footer marquee end=========== */
/*=================== footer part star now===================== */
.main-footer .main-footer__top{
    background:transparent;
}
.main-footer{
        padding: 8rem 6rem 1.5rem 6rem;
    background: url(/cdn/shop/files/Group_1597880179_1.png?v=1760090439) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: auto;
    background-attachment: scroll;
}
.footer-widget__explore-list li:hover a {
    color: #ffffff;
}
.main-footer .main-footer__top {
      background: transparent;
    padding: 5rem 0px !important;
    border-bottom: 1px solid #ffffff1a;
    border-top: 1px solid #ffffff1a;
}
.main-footer p.copyright, .designby {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    color: #e0e5ebd1;
    padding-top: 2rem;
    /* font-family: 'Inter Regular'; */
    font-weight: 400;
}
.main-footer .footer-widget__explore-list li a,.main-footer .footer-widget__explore-list li p {
    font-size: 14px;
ease;
    transition: all 500ms 
ease;
    color: #E0E5EB;
}
.footer-widget__explore-list li p{
    display:flex;
   
}
.main-footer .footer-widget__social {
    margin-top: 3rem !important;
    gap: 0px 15px !important;
}
.my-svg {
    margin-right: 6px;
}
.footer-widget__explore-list li p b{
           margin-right: 2px;
    width: 29px;
}
.main-footer .footer-widget__title {
    font-size: 18px;
     font-family: 'Inter Medium';
}
.f-details1{
        width: 60%;
}
.f-details3{
         padding-left: 2rem;
}
.f-details4{
        width: 80%;
}
.top-footer-form {
    width: 40%;
    margin: auto;
    margin-bottom: 8rem;
}

.top-footer-form h3 {
letter-spacing:1px;
        font-weight: 200;
    font-size: 50px !important;
    text-align: center;
    font-family: 'Inter' !important;

 

}
.top-footer-form h3 strong{
    font-family: 'Inter Medium' !important;
       font-weight: 700;
}
.top-footer-form p {
    text-align: center;
    color: white;
       font-size: 16px;
    font-weight: lighter;
}

.top-footer-form  form#newsletter-form {
    margin-top: 4rem !important;
    width: 500px;
    margin: auto;
    height: 60px !important;
    position: relative;
}

.main-footer__top  input.input-box {
    height: 60px;
    width: 76%;
}

.main-footer__top  button.submit-button {
    height: 60px;
    padding: 10px 0px !important;
    width: 120px;
    /* border-radius: 30px; */
    /* position: absolute; */
}
.top-footer-form  input.input-box {
      height: 60px;
    border-radius: 12px !important;
        width: 100%;
}
.top-footer-form button.submit-button{
        position: absolute;
    width: 132px;
    border-radius: 15px !important;
    right: 4px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    height: 50px;
    top: 5px;
}
img.m-india {
    position: absolute;
    left: 4%;
    top: 17%;
    /* z-index: 9999; */
}

img.m-women {
    /* position: absolute; */
    /* right: 9%; */
    /* top: 44%; */
    position: absolute;
    right: 4%;
    top: 17%;
}
.footer-widget__social svg:hover {
    background: #ed1e24;
    border-radius: 50px;
}
/* ==========================footer part end now==================== */
/*=============================================================================
                                inner page style start now
================================================================================ */
.mycatpage h1.collection-hero__title {
    font-size: 40px !important;
    font-weight: 600;
}
.mycatpage button.color-filter-button {
    font-weight: 500 !important;
}
#color-filter button:nth-child(1) {
    background: #000000;
    color: white;
}
.mycatpage span#ProductCountNumber {
    font-size: 18px;
    color: #000000;
}

.mycatpage span#ProductCountText {
    font-size: 18px;
}

.collection-page #ProductGridContainer {
    padding-top: 0px !important;
}
.mycatpage #product-grid{
        display: grid;
        grid-template-columns: 24% 24% 24% 24% !important;
        grid-gap: 50px 20px !important;
}
.mycatpage .facet-filters__label label {
    font-weight: 600;
    color:#000000;
}
.mycatpage .card--card.gradient, .mycatpage .card__inner.gradient {
    overflow: hidden !important;
    position: relative;
    border: 1px solid #ddd !important;
    border-radius: 11px !important;
}
.mycatpage #product-grid li{
    width:100%;
    min-width:100%;
}
.mycatpage .carousel-item{
    border:none;
}
.mycatpage .carousel-item .w-100{
 /* object-fit:cover; */
     object-fit: scale-down;
}
#product-grid .wk-button.wk-selected svg path, .my-swiper-parts .wk-button.wk-selected  svg path{
    stroke: #e7e7e7 !important;
}
.mycatpage .mobile-facets__open{
    margin-top:0xp;
}
.collection-page button.cart-button.none.collection, button.cart-button.none.collection {
    background: #D9D9D9 !important;
    color: #333333 !important;
    border-radius: 5px;
}
.mycatpage .P2-sizes li {
    width: auto !important;

    min-width: auto !important;
}
button#closeBuy-realtime-size {
    border: 0px !important;
    right: 8px;
    top: 11px;
}

.selectSize {
    position: absolute !important;
}
.card-information .card__badge {
    bottom: 121px;
}
        .mycatpage .card-information .card__badge {
    bottom: 89px !important;
}
/*=========================== inner page style end now================================== */
/*=============== details page start========= */
.mypro-details .share-button {
        position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #000000e6
}
.mypro-details .nionx-btn {
    background: red;
}
.mypro-details .nionx-btn::before {
    background: #ffffff !important;
}

/*========== cart papge start now======== */
.breadcrumbs span:nth-child(3) {
    font-weight: 700;
    font-size: 14px;
}
.my-bredcrumbs .breadcrumbs span {
    font-weight: 700;
    font-size: 14px;
}

.divider {
    font-weight: 400 !important;
}
.my-bredcrumbs a {
    color: #8F8F8F;
    font-size: 14px;
}
.breadcrumbs{
    font-family: 'Inter' !important;
}
.my-cartpart h1 {
    font-size: 36px;
    font-weight: 700 !important;
    color: #000000;
}
.my-cart-table {
    padding-left: 0px;
}

.my-cart-table table.cart-items {
    background:#F9F2F6;
        border-bottom: 1px solid #F1DDE8;
}
.my-cart-table th {
    font-weight: 700 !important;
}

.my-cart-table ul li {
    padding: 35px 20px 30px 20px !important;
    border-bottom: 1px dashed #9E9E9E;
    outline: 0px solid #ededed;
    align-items: start;
    margin-bottom: 0px;
}
.my-cart-table .cart-item__media.dd {
    background: #ffffff !important;
    min-height: 100% !important;
    width: 125px !important;
    min-width: 125px;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    overflow: hidden;
    padding: 0px !important;
    height: 152px;
}
.my-cart-table .cart-item__media.dd img.cart-item__image {
    object-fit: cover;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
}

.my-cart-table .size-and-quantity-option {
    display: flex;
}

.my-cart-table .product-option {
    width: 150px;
    height: 54px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    line-height: 54px;
    font-size: 14px;
}

.my-cart-table .size-and-quantity-option dl {
    margin-bottom: 0px !important;
}

.my-cart-table .quantity-popover-container {
    padding: 0px;
}
.my-cart-table .product-option dt {
    font-size: 15px;
    font-weight:300;
}
.my-cart-table .product-option{
    background:#F9F9F9;
}
.my-cart-table .product-option dd{
    font-weight:800 !important;
    font-size:15px;
}

.my-cart-table a.cart-item__name.h4.break {
    color: #000000 !important;
    font-size: 20px;
    font-weight: 700;
}

.my-cart-table .cart-item__price span {
    margin-bottom: 1rem;
    font-size: 18px !important;
    font-weight: 400;
}
.cart-price-pro .single-item-price {
    font-size: 20px;
    font-weight: 700;
    width: 15%;
    width: 15%;
    justify-content: center;
    display: flex;
    padding-right: 25px;
    color: #000000;
        margin-top: -4px;
}

 .cart-price-pro span.price.price--end {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.cart-price-pro .custom-cart-p-details {
    width: 70%;
}

.cart-price-pro .cart-item__totals.right {
    width: 15%;
    justify-content: end;
    display: flex;
    padding-right: 13px;
}
.my-cart-table .cart-item__details>* {
    margin: 0;
    max-width: 60%;
}
.cart-price-pro cart-remove-button {
    width: 40px;
    height: 40px;
    background: #e9e9e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.cart-price-pro cart-remove-button:hover {
    background: red;
}

.cart-price-pro cart-remove-button svg{
        width: 20px;
    height: 20px;
}
.cart-price-pro quantity-popover quantity-input::after {
    top: 0px !important;
    left: 0px;
}

.cart-price-pro .quantity:after,.quantity:before {
    top: 0px !important;
    left: 0px;
    bottom: 0px;
    border: 0px !important;
    border-color: transparent !important;
    box-shadow: none;
}

.cart-price-pro .quantity {
    border: 1px solid #EAEAEA;
}

.right-cart-price .cart__blocks {
    width: 100%;
}

.right-cart-price .cart__blocks {
    position: absolute;
    right: 0px;
    width: 90%;
    top: -66px;
    /* background: radial-gradient(black, transparent); */
    border-radius: 14px;
    border: 1px solid #ECECEC;
    padding: 30px 23px;
}
.right-cart-price  .totals {
    justify-content: start;
}

.right-cart-price .cart__blocks .border-b-d {
    border-bottom: 1px dashed #9E9E9E;
    padding-bottom: 1rem;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
        margin-bottom: 3rem;
}
.right-cart-price .totals{
    justify-content: space-between;
}
.right-cart-price small {
    text-align: left;
    color: #807E7E;
    font-size: 14px;
    font-family: 'Inter Medium';
    /* font-weight: 600 !important; */
}
.cart-t-p {
    padding-top: 5px;
    padding-bottom: 8px;
}
.right-cart-price small {
    text-align: left;
    color: #807E7E;
    font-size: 14px;
    font-family: 'Inter Medium';
    width: 85%;
    margin: 1rem auto 4rem 0px;
}
.mycart-button {
  width: 100% !important;
    max-width: 100% !important;
    border-radius: 10px;
    height: 55px;
    position: relative;
    z-index: 1;
    color: white;
    border: 0px;
        overflow: hidden !important;
    border: 1px solid red !important;
}
 #your-shopping-cart main#MainContent {
    overflow: hidden;
        padding-bottom: 2rem;
}
.mycart-button {
    font-size: 16px !important;
}
.my-cart-table div#main-cart-items {
    border-bottom: 0px;
}
.cart-price-pro .cart-item__discounted-prices .cart-item__old-price {
font-size: 20px !important;
    background: none !important;
    border: 0px;
    margin-right: 5px;
    color: #9c9c9c !important;
    font-weight: 600;
}
.cart-price-pro .cart-item__discounted-prices .cart-item__final-price {
    font-size: 18px !important;
    color: black;
    font-weight: 700;
    background: none;
    border: 0px;
}
.cart-item__discounted-prices{
    position:relative;
}
.cart-price-pro  dd.price.price--end {
    font-size: 20px;
    font-weight: 700;
}
.cart-price-pro .cart-item__discounted-prices .cart-item__discount-percentage {
    background: #4CAF50;
    border-radius: 28px;
    padding: 4px 14px;
    font-size: 12px;
    color: white;
    display: inline-block;
    position: absolute;
    top: 13px;
    margin-left: 7px;
}
    .cart-price-pro  .discouned-custom-div {
            font-size: 20px;
            font-weight: 600;
            color: #bababa;
            width: 15%;
            justify-content: center;
            display: flex;
            padding-right: 26px;
                margin-top: -4px;
    }
   .cart-price-pro ul.discounts.list-unstyled li {
    border-bottom: 0px;
    padding: 3px  10px 3px 10px!important;
    border: 1px solid #e9e9e9;
    width: fit-content;
    border-radius: 10px;
    margin-top: 1rem;
    background: red;
    color: white;
    font-size: 10px;
}

.cart-price-pro ul.discounts.list-unstyled li svg {
    margin-top: 2px;
    fill: white;
}

.cart-price-pro ul.discounts.list-unstyled li svg path {
    fill: white;
}
    .my-cartpart .title-wrapper-with-link {
        flex-direction: column;
        align-items:start !important;
        margin-top:0px !important;
        gap: 0rem;
    }
  .my-cartpart .title-wrapper-with-link p.cart-item-count {
    color: #807E7E;
    font-weight: 500;
    font-family: 'Inter Medium';
    font-size: 14px;
}
/*========= cart page end now=========== */
/*========== details page start now============= */
.pro-details-part .product__title h1 {
    font-size: 36px !important;
    font-weight: 700;
    color: #000000;
    font-size-adjust: .5;
        line-height: 1.3;
}
.pro-details-part .unavailable-product a span {
    filter: brightness(0.4);
}
.pro-details-part .out-of-stock-label {
 top: 37%;
    left: 39%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    width: 100%;
    background: none;
}
.pro-details-part  .unavailable-product a span::after {
    background-color:none !important;
}
.pro-details-part .colorNameMain {
    margin-top: 5px;
}
.pro-detail-faq {
    background: none !important;
}
.pro-detail-faq .accordion13 {
    background: #F5F5F5 !important;
     margin-bottom: 1.7rem;
    padding: 18px 20px !important;
    border-radius: 20px;
    font-size: 18px !important;
}

.pro-detail-faq .mk-shop.wrap_ws {
    border-bottom: 0px;
}
.pro-detail-faq .panel {
    background-color: white !important;
    padding: 0px 16px !important;
    box-shadow: none;
}
.pro-detail-faq .sp_plus,.pro-detail-faq .sp_minus {
    right: 15px;
}
.pro-details-part .selected_color {
    border-top: 2px dashed #9e9e9e54;
    padding-top: 2.5rem;
    margin-bottom: -18px !important;
}
.my-hr-line{
    margin-bottom:1rem;
    margin-top:0px;
}
.details-p-product .my-viewall-btn {
    width: 220px !important;
    min-width: 200px !important;
    max-width: 220px !important;
    display: block;
    height: 70px !important;
    min-height: 50px;
    border-radius: 10px;
    max-height: 70px;
    margin: auto;
    background: #FE0109;
    color: white;
    font-size: 15px;
    margin-top: 8rem;
    position: static !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
        text-transform: uppercase;
}
wishlist-link-floating svg path {
    stroke:rgb(255 255 255) !important;
}
.details-p-product price-item price-item--regular{
    font-size:24px;
}
.product-page .details-p-product .price__regular .price-item.price-item--regular {
    font-size: 24px !important;
}

.product-page .details-p-product .price__regular .price-item.price-item--regular {
    font-size: 24px !important;
}
.details-p-product .wk-selected .wk-icon svg path {
    stroke: none !important;
}

.details-p-product .wk-button {
    z-index: 2 !important;
}
.mypro-details .slider__col .swiper-slide {
    height: 112px !important;
    /* background: red; */
    border: 2px solid #edededc7;
    border-radius: 10px;
    overflow: hidden;
}
.mypro-details .slider__col .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #000 !important;
}
.mypro-details .slider__col .swiper-slide .slider__image {
    border: 0px !important;
}
.mypro-details .slider__col .slider__prev {
    height: 40px !important;
    background: #61616161;
    border-radius: 7px 7px 0px 0px;
}

.mypro-details .slider__col .slider__next.smallPrev {
    height: 40px !important;
    background: #645A5A80;
    border-radius: 0px 0px 7px 7px;
}
/* .pro-details-part{
        width: 97% !important;
    max-width: 97%;
} */
.details-p-product .section-title.pro-d-related {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-left: 10px;
}
.mypro-details .slider__image {
    border-radius: 10px;
}
.mypro-details .slider__images {
    border: 1px solid #615e5e4d;
    border-radius: 10px;
    height: 680px;
    overflow:hidden;
}

.mypro-details .slider__image {
    border:0px !important;
}
.details-p-product .card-information .price {
    margin-top: 0px !important;
}
.product-page .pro-details-part .product-popup-modal__opener.no-js-hidden.quick-add-hidden.custom-size-chart-popup {
    margin-top: 0px !important;
}
.product-page .details-p-product .wk-button .wk-icon svg {
    width: 23px;
    height: 10px;
    min-width: 23px;
    max-width: 23px;
}
    .product-page .custom-variants input[type=radio]:checked+label {
    font-weight:900;
    }
    .details-p-product .card__badge .badge {
    border: 1px solid transparent !important;
    border-radius: 5px !important;
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    line-height: 1;
    padding: 0.5rem 0.5rem 0.6rem 0.5rem !important;
    text-align: center;
    background: #4caf50 !important;
    border-color: none;
    color: rgb(255 255 255) !important;
    word-break: break-word;
    display: block;
    }
           .details-p-product .card-information .card__badge {
        bottom: 93px;
        z-index:1;
    }

 /* .product-form__buttons button {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
 .product-form__buttons .product-form__submit:after {
    position: absolute;
    left: 65px;
    top: 12px;
    content: '';
    width: 26px;
    height: 26px;
    background: url("/cdn/shop/files/cartbag.png?v=1762509677");
    background-repeat: no-repeat !important;
    background-size: 100%;
} */
.product-form__buttons .product-form__submit span{
 font-size:14px;
}

 .product-form__buttons .product-form__submit:hover:after {
  filter: invert(27%) sepia(96%) saturate(7485%) hue-rotate(1deg) brightness(102%) contrast(113%);
}
.product-page .product-form__error-message-wrapper:not([hidden]){
    margin-top:-50px;
}

/*============= details page end now================== */

/*========= PDP page - Heena============= */
.men-page .my-swiper-part .custom_banner_shop_btn, .women-page .my-swiper-part .custom_banner_shop_btn, 
.buy-athleisure-clothing-for-men-amp-women-online-bodyactive-page .my-swiper-part .custom_banner_shop_btn
{
    display:none;
}
#terms-amp-conditions-scratch-and-win-an-assured-gift .cust-text ul li {
       
            font-size: 16px !important;
    font-weight: 400 !important;
    padding-bottom: 10px !important;
    margin: 0px !important;
}
div#buy-one-get {
    padding-bottom: 10px;
}
.product__title h1 {
    font-weight: bold;
    font-size: clamp(36px,calc(17 * (100vw / 1440)),21px);
    line-height: clamp(42px,calc(24 * (100vw / 1440)),27px);
}
.slider__col {
    margin-right: 20px !important;
}
.social_share_wishlist {
    color: #000;margin-left:15px;
}
.mypro-details .share-button {
    position: relative;
       top: 60px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    
    border: 2px solid #e7e7e7;
}
.share-button__button svg {
        width: 25px;
    height: 25px;
}
/* updated by krishna */
.product-page .mypro-details .wk-button .wk-icon {
   --size: 28px;
    text-align: -webkit-center;
    --stroke:rgba(29, 29, 29, 0.99);;
}
.product-page .mypro-details .wk-selected svg path{
  stroke:rgba(29, 29, 29, 0);
}
/* .product-page .wk-button .wk-icon {
    --size: 28px;
    text-align: -webkit-center;
    --stroke: #ffffff;
} */
/* updated by krishna  end*/
wk-button.wk-floating {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: 2px solid #e7e7e7;
    left: -18px !important;
}
.product__title h1 {   
    width: 100%;
}
.non-returnable-message {
    font-weight: normal;
    font-size: 14px;
    color: #807E7E;
}

body.product-page .price__container span.price-item.price-item--regular {
    font-size: 32px !important;
}
.product-page .product__tax.caption.rte {
    color: #959595;
    font-weight: 500;
    margin-top: 0;
    font-size: 14px;
    letter-spacing: normal;
}
.product-popup-modal__opener.no-js-hidden.quick-add-hidden.custom-size-chart-popup {
    font-size: 15px !important;
}
.custom-size-chart-popup svg {
    margin-right: 8px;
}
.custom-size-chart-popup button#ProductPopup-popup_gqphpX {
    margin-left: 20px;
    font-size: 13px !important;
    border: none;
    font-weight: bold;
    line-height: 120%;
    padding: 11px 13px;
}
.mk-shop-prd-wdt .for-her {
    background: #f3f3f3;
    outline: none;
    margin-bottom: 15px;
    box-shadow: none;
    max-width: 160px;
    border-radius: 10px !important;
    width: 100%;    border: none;
        padding: 0px 10px;

}
.quantity__input {
 
    font-size: 2rem;
    font-weight: bold;
    opacity: 1;
    
}
.quantity__button svg {
    width: 1.3rem;
    font-weight: bolder;
}
.product-page .button{
    min-width: calc(30rem + var(--buttons-border-width) * 2);
}
.return_policy {
    border-top: 2px dashed #9e9e9e54;
    padding-top: 30px !important;
    margin-top: 25px !important;
}
.return_policy a {
    border: 1px solid #C0C0C0;
    padding: 10px 15px;
    border-radius: 6px;
    margin-left: 10px;
    font-size: 14px;
    color: #1A59E0;
}
.color-swatches {
        margin-top: 25px !important;
}
.selected_color span, .selected_sizes {
    color: #8F8F8F;
    font-size: 16px !important;
    font-weight: lighter;    text-transform: capitalize !important;
}
span#selectedColorName, .selected_sizes span {
    color: #000;
    font-weight: bold;
    line-height: 120%;    text-transform: capitalize;
}
.related-product.color-swatches-item {
 
    padding: 0px !important;
}
.related-product.color-swatches-item img {
    width: 100px !important;
    height: 120px !important;
}
.colorNameMain {
    font-size: clamp(12px,calc(14 * (100vw / 1440)),14px) !important;
    font-weight: 500;
    color: #000000;
    margin-top: 8px;
}
.related-product.color-swatches-item.active-product img.active {
    border: 2px solid #000 !important;
}
.product-form__input.custom-variants .form__label {
    display: block !important;
}
.custom-variants input[type=radio]:checked+label {
    color: #fff !important;
    background: #000;
    min-width: 90px !important;
}
.custom-variants .custom-input-label {
    min-width: 90px;
}
/*=========== heena  PDP page - Heena==================*/
/* ================media query start now==================== */
@media(min-width:1700px){
  .myheaderpart .page-width {
           padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
    .card-information .card__badge {
    bottom: 108px;
}
}
@media(max-width:1670px){
    .custom_banner_shop_btn {
    left: 68%;
     width: 200px;
       /* top: 75%; */
    height: 60px;
    }

   section#shopify-section-template--19839388221598__sale_section_nLnhwi{
    height: 900px;
        }
    .freebiesale-part h2 {
    font-size: 60px;
    line-height: 70px;
    }
    .freebiesale-part .swiper-pagination {
    left: 61% !important;
    width: fit-content !important;
    }
    .sale_section{
                transform: scale(0.9);
        transform-origin: top left;
        width: 112%;
        overflow-x: hidden;
        padding: 0px 20px;
    }
     .myheaderpart .page-width {
               padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .pro-details-part wk-button.wk-floating{
        left:0px !important;
    }
    .pro-details-part .product__title h1 {
    font-size: 30px !important;
    font-size-adjust: none;
    }
       div#MegaMenu-Content-4 .mega-menu__list {
            gap: 1.8rem 5.5rem !important;
    }
}
@media(max-width:1450px){
    .details-p-product .card-information .card__badge {
    bottom: 109px;
    }
    .best-sellers .carousel-item, .new-arrivals .carousel-item, .new-a-perfume .carousel-item,.mycatpage .carousel-item  {
    height: 400px;
    }
    .best-sellers .carousel-item img, .new-arrivals .carousel-item img,.mycatpage .carousel-item .w-100 {
    height: 400px !important;
    min-height: 400px;
    }
    .collectionimg1,.sale-off {
    height: 470px;
    }
    .collectionimg1 .collection-img img {
    width: 84%;
    }
    .collectionimg1 .collection-img {

    right: -141px;
    }
    .collectionimg1:hover .collection-img {
    right: -101px;
    }
    .collection-div.sale-off img {
    width: 88%;
    margin: auto;
    text-align: center;
    display: block;
        }
    .sale-off .btn-text {
        bottom: 110px;
    }
    .collectionimg1 .collection-text img {
        margin-top: -27px;
    }
    .image-banner1 {
        margin-top: 1rem;
    }

    .collectionimg3 {

        padding-right: 5rem;
    }
    .discover_our_collection-box .hover_content h3 {
        font-size: 27px;
        padding: 0px 25px;
        line-height: 102%;
    }
    .pb-5, .py-5 {
        padding-bottom: 5rem !important;
    }
    .discover-heading .rich-text{
            padding-top: 45px;
    }
    .freebiesale-part .card {
        width: 100% !important;
    }
 .freebiesale .w-100 {
        height: 400px !important;
        object-fit: cover !important;

        }
    .freebiesale-part .swiper-slide.swiper-slide-active {
        margin-right: 5rem !important;
        margin-left: 7rem;
    }
    .freebiesale-part .freebiesale {
        padding: 2rem 0px .5rem 1rem !important;
    }
    .freebiesale-part {
        padding: 4rem 0px 0px 0px;
    }
    .top-footer-form {
        width: 80%;
    }
    .mybadge-box1 h3 {
        font-size: 22px;
    }
    .my-testimonial p{
        font-size:14px;
    }
    .my-cart-table a.cart-item__name.h4.break {
        font-size: 16px;
    }
    .cart-price-pro .single-item-price ,.cart-price-pro span.price.price--end {
        font-size: 18px;
    }
    .my-cart-table ul li {
    padding: 21px 20px 18px 20px !important;
    }
    .my-cart-table .cart-item__media.dd {
    height: 146px;
    }
    .my-cart-table .product-option {
    width: 135px;
    height: 45px;  
    line-height: 45px;
    }
    .cart-price-pro .quantity {
    border: 1px solid #EAEAEA;
    height: 45px !important;
    min-height: 45px;
    border-radius: 7px !important;
    width: 135px;
    }
    .right-cart-price .cart__blocks .border-b-d {
    font-size: 22px;
    }
    .right-cart-price small {
        font-size: 13px;
        width: 77%;
    }
    .my-cartpart h1 {
    font-size: 25px;
    }
        .cart-price-pro .cart-item__discounted-prices .cart-item__discount-percentage { 
        font-size: 10px;
        top: 10px;
        }
                .cart-price-pro .cart-item__discounted-prices .cart-item__old-price, 
                .cart-price-pro .discouned-custom-div,.cart-price-pro dd.price.price--end {
                    font-size: 18px !important;
                }
           /* details page */

                .mypro-details .slider__col .swiper-slide {
                    height: 90px !important;
                }

                .mypro-details .slider__thumbs {
                    height: calc(665px - 96px);
                }

                .pro-details-part {
                    padding-top: 10px;
                }

                body.product-page .price__container span.price-item.price-item--regular {
                    font-size: 25px !important;
                }

                .related-product.color-swatches-item img {
                    width: 88px !important;
                    height: 100px !important;
                }

                    .mypro-details .slider__images {
                    height: 650px;
                    }
                    
            /* end details page */
                             .pro-details-part .product__title h1 {
                     font-size: 27px !important;
                }
                    .mypro-details .share-button {
                                        top: 49px;
                                        width: 40px;
                                        height: 40px;
                    }
                        wk-button.wk-floating {
                                        width: 41px;
                                        height: 40px;
                        }
                            wishlist-button-product .wk-floating .wk-button {
                                                margin: 0;
                                                width: 40px !important;
                                                min-width: 40px !important;
                                                height: 37px !important;
                                                min-height: 38px !important;
                            }
                                     wishlist-button-product .wk-floating .wk-button svg  {
                                        width: 26px !important;
                                                height: 27px !important;
                                }
                                    .custom-variants .custom-input-label {

                                                 height: 40px !important;
                                                font-size: 14px !important;;
                                    }
                                            .product-page .product__tax.caption.rte {                                                                                                                   
                                                            font-size: 12px;
                                                            margin-top: 0px !important;

                                        }
                                            .details-p-product .my-viewall-btn {
                                                width: 180px !important;
                                                min-width: 180px;
                                                max-width: 180px;
                                                height: 55px !important;
                                                min-height: 55px;
                                                max-height: 50px;
                                                font-size: 14px;
                                            }
                                                .pro-details-part .out-of-stock-label {
                                                              
                                                                left: 42%;

                                                }
                                                .pro-details-part {
                                                        width: 100%;
                                                    }
                                         .main-footer__top .f-details4 {
        width: 100%;
    }
 

}
@media(max-width:1320px){
           .product-form__buttons .nionx-btn{
            margin-top: 0px;
                        padding: 17px;

                                                }
    .custom_banner_shop_btn {
        width: 172px;
    }
       .best-sellers .carousel-item img, .new-arrivals .carousel-item img ,.mycatpage .carousel-item .w-100{
    height: 360px !important;
    min-height: 360px;
    }
      .best-sellers .carousel-item, .new-arrivals .carousel-item, .new-a-perfume .carousel-item,.mycatpage .carousel-item  {
    height: 360px;
      }
          .freebiesale-part .swiper-pagination {
        left: 63% !important;
          }
             .sale_section {
        transform: scale(.7);

        width: 142%;
        }
          section#shopify-section-template--19839388221598__sale_section_nLnhwi {
        height: 700px;
    }
    .t-slide-box h3 {
    font-size: 20px;

    }
    .t-slide-box {
    padding: 12px 26px 38px 59px;
    height: 214px;
        border: 1px solid #d7cece;
    }
    .home-testimonial-section .testimonial-slider {
    padding: 0px 50px;    
    }
    .my-testimonial p {
    font-size: 14px !important;
    }
    .my-testimonial p {
    font-size: 14px !important;
    }
        .mybadge-box1 h3 {
        font-size: 18px;
        }
                .pro-details-part .product__title h1 {
        font-size: 25px !important;
                }

}
@media(max-width:992px){
    .svg-hide2{
        display:none !important; 
    }
      section#shopify-section-template--19839388221598__sale_section_nLnhwi {
        height: auto;
    }
        .myheaderpart .page-width {
            padding-left: 24px !important;
        padding-right: 24px !important;
        }
    .header__heading-logo {
        right: 36px !important;
    }
     .mycatpage #product-grid {
          grid-template-columns: 32% 32% 32% !important;
    }
    wishlist-button-product .wk-button {
        display: block !important; 
    }
       .mypro-details .share-button {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        border: 2px solid #e7e7e7;
        top: 50px;
        left: 0;
        transform: translate3d(322px, 101px, 0px);
        z-index: 1;
    }
    .my-cart-table {
    width: 100% !important;
    max-width: 100%;
    }
    .right-cart-price .cart__blocks {
    position: static;
    width: 450px;
    }
        .my-cart-table .cart-item__media.dd {

    margin-right: 5px;
        }

}

@media(min-width: 990px) {
     .my-swiper-part .mobile-banner {
        display: none;
    }
    .page-width-desktop {     
        padding-right: 5rem !important;
          padding-left:5rem !important;
    }
        .page-width {
      padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    .product__info-container {
        max-width: 100% !important;
    }

    /*=============== header icon animate================== */
    .icon-flip {
  overflow: hidden;
  /* height: 22px; */
        }


    .icon-flip2 {
        position:relative;
        overflow:hidden;
        height:35px;
        /* background:red !important; */
        width:100%;
    }

    .icon-flip2 svg:nth-child(2) {
        position: absolute;
        bottom: -75px;
        transition:.5s;
            right: 10px;
            opacity:0;
    }
    .icon-flip2:hover svg:nth-child(2){
        bottom: 7px;
        transition:.5s;
            opacity:1;
    }
    .icon-flip2 svg:nth-child(1) {
        position: absolute;
        top: 8px;
        right: 10px;
            transition:.5s;
    }

    .icon-flip2:hover svg:nth-child(1) {
        top: -30px;
                transition:.5s;
        opacity:0;
    }
        /* ==================end header icon animate ==============*/
}
/* =====tab device======== */

@media (min-width: 768px) and (max-width: 1024px) {
      .my-swiper-part .desktop-banner {
        display: none;
    }
    .discover-heading h2, .freebiw-slider-section h2,.my-testimonial h2 {
    font-size: 31px;
    line-height:32px;
    }

        .best-sellers .swiper-slide, .new-arrivals .swiper-slide, .new-a-perfume .swiper-slide {
        width: 32% !important;
        max-width:32% !important;
        }
         .freebiesale .w-100 {
        height: 270px !important;
            min-height:270px;
        }
        .video-overlay h2,.home-bodycare-app-section h2 {
    font-size: 40px !important;
        }
        .play-btn {
    width: 50px !important;
    height: 50px !important;
        }
          .play-btn img{
            width:22px !important;
          }
              section#shopify-section-template--19839388221598__sale_section_nLnhwi {
        height: 700px !important;
              }
              .discover_our_collection-box .hover_content h3 {
    font-size: 22px !important;
    width: 288px !important;
              }
              .hover_content img {
    width: 159px;
    min-width:159px;
              }
              .hover_content {
   padding: 0px 30px 101px 30px !important;
              }
              .discover_our_collection-box .hover_content h4 {
    font-size: 12px !important;
    width: 279px !important;
    margin: auto;
    padding: 0px 27px;
              }
              a.custom_col_shop_btn {
    width: 160px;
    max-width:160px;
    height: 45px;
    max-height:45px;
              }
              .image-banner1 .custom_shop_btn {
    width: 160px;
    height: 45px;
    max-width:160px;
        max-height: 45px !important;
        font-size: 14px !important;
              }
               svg.icon.icon-close, svg.icon.icon-close path {
            fill: black !important;
        }
        .header__icon .icon {
    fill: black !important;
    }
    .header__icon .icon path{
            fill: #ffffff !important;
    }
     .header__icon .icon-hamburger path {
             fill: #0a0a0a !important;
            }
            .freebiesale-part .freebiesale .swiper-slide.swiper-slide-active {
        transform: scale(1);
        margin-right: 0rem !important;
        margin-left: 0rem !important;
        margin-top: 00px !important;
        margin-right: 21px !important;
        }
     .freebiesale-part .freebiesale .swiper-pagination {
        left: 50% !important;
        bottom:0px !important;
        }
        .freebiesale-part .freebiesale {
    max-width: 98%;
        }
        .freebiesale-part p {
    font-size: 14px;
        }
        .page-width-desktop {
        padding: 0 02rem;
    }
    .header__icon--menu .icon{
        left:20px;
    }
        .custom_banner_shop_btn {
        width: 160px;
        height: 45px !important;
        font-size: 14px !important;
        }
            .product-form__buttons .nionx-btn {        
                width: 100%;
                min-width: 100%;
            }
                .pro-details-part {
                    padding: 0 1.5rem;
                }
                    .pro-details-part .product__title h1 {
            font-size: 20px !important;
            }
                .mypro-details .slider__images {
                height: 484px;
        }
}
/* =====tab device end======== */

@media (max-width: 868px) {
    h1.collection-hero__title {
    font-size: 30px !important;
    }
     .mycatpage #product-grid {
    grid-template-columns: 49.2% 49.2% !important;
        grid-gap: 20px 10px !important;
 }
    .footer-b-icon {
    display: none;
        }
    .my-swiper-part .desktop-banner {
        display: none;
    }
        .sale_section {
        transform: scale(.3);
        width: 335%;
    }
    .image-banner1 .custom_shop_btn {
    display: none !important;
    }
    .m-none{
        display:none
    }
     section#shopify-section-template--19839388221598__sale_section_nLnhwi{
        height: 299px !important;
    }
    .discover-heading h2,.home-testimonial-section h2 {

    font-size: 30px;
    }
        .pb-5, .py-5 {
        padding-bottom: 2.5rem !important;
    }
    .freebiesale-part p,.freebiesale-part h2 {
            text-align: center;
        }
    .discover_our_collection-box {
        margin-bottom: 2rem;
    }
    .discover_our_collection-box .hover_content h3 {
        font-size: 23px;
        padding: 0 65px;
                line-height: 115%;
        margin-bottom: .5rem !important;
                width: 415px !important;
    }
  
        .best-sellers .swiper-wrapper {
        margin-bottom: 5rem;
    }
    .best-sellers .my-pagination {
    bottom: -12%;
    }
    .card-wrapper .nionx-btn{
        display:block !important;
    }
    .custom_banner_shop_btn {
        display: none !important;
    }
    a.custom_col_shop_btn {
    width: 160px;
    height: 50px;
    font-size: 14px;
    }
        .bestseller2 .rich-text__text {
        padding-top: 0px !important;
        margin-top: 9px;
        line-height: 1.3;
    }
    .best-sellers .carousel-item img, .new-arrivals .carousel-item img ,.mycatpage .carousel-item .w-100{
            height: auto !important;
            min-height: auto !important;
        }
        .best-sellers .carousel-item, .new-arrivals .carousel-item, .new-a-perfume .carousel-item ,.mycatpage .carousel-item {
        height: auto !important;
    }
        .card-wrapper .new-arrival-badge-collection {
            font-size: 10px;
            width: 80px !important;
            height: 23px !important;
            top: -5px;
        }
        .best-sellers {
        padding-bottom: 2rem !important;
    }
    .home-bodycare-app-section h2 {
        font-size: 34px !important;
        font-weight: 300;
        line-height: 38px;
    }
    .new-a-perfume .carousel-item img {
        height: auto !important;
    }
    .new-arrivals h2 {
            font-size: 30px !important;
            font-weight: 300;
            line-height: 34px;


    }
    .maintabs {
        margin-bottom: 3rem;
        margin-top: 2rem;

    }
    .my-swiper-part .swiper-pagination-bullet,
    .best-sellers .swiper-pagination-bullet, 
    .freebiesale .swiper-pagination-bullet, 
    .new-a-perfume .swiper-pagination-bullet,
    .my-testimonial .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }
    .my-swiper-part .swiper-pagination-bullet-active{
        top: 0px !important;
    }
    .my-swiper-part .swiper-pagination-bullet-active,
    .best-sellers .swiper-pagination-bullet-active,
    .freebiesale .swiper-pagination-bullet-active,
    .new-a-perfume .swiper-pagination-bullet-active,
    .my-testimonial .swiper-pagination-bullet-active {
        width: 10px !important;
        height: 10px !important;
    }
    .freebiesale .swiper-pagination-bullet-active{
        top:2px !important;
    }
    .my-swiper-part .my-pagination .swiper-pagination {
        height: 25px;
        line-height: 20px;
        font-size: 0px !important;
        padding: 0px 13px !important;
    }
    .main-footer {
        padding: 2rem 1.5rem 1rem 1.5rem;
    }
    .f-details1 {
        width: 100%;
    }
    .main-footer .main-footer__top {
        padding: 2rem 0px !important;
    }
    .top-footer-form {
        width: 100%;
        margin-bottom: 3rem;
    }
    .top-footer-form h3 {
        font-size: 30px !important;
                text-align: center !important;
    }
    .top-footer-form form#newsletter-form {
        margin-top: 2rem !important;
        width: 100%;
        height: 50px !important;
    }
    .home-testimonial-section .testimonial-slider {
        padding: 0px 0px;
        width: 100% !important;
        margin-top: 2rem;
    }
    .testimonial-slider::after {
    width: 80%;
    height: 360px;
    top: 44%;
    }
        .t-slide-box {
        padding: 0px 26px 5px 26px;
        }
        .qutionsicon {
    width: 40px;
    height: 40px;
    left: 53% !important;
    top: 1%;

        }
        .t-slide-box:hover {
    transform: scale(1);
        }
        .testimonial-slider .swiper-wrapper {
        margin-top: 4rem !important;
    margin-bottom: 8rem !important;
        gap: 0px 0px;
        }
            .testimonial-slider::after {
        height: 298px;
             top: 47%;
            }
            .mybadge-box1 {
    display: flex;
        margin-bottom: 1.5rem;
    flex-direction: column;
    
      
            }
            .mybadge-box1 h3 {
    font-size: 14px;
            text-align: center;
            }
            .mybadge-box1 h3 span {
    font-size: 10px;
            }
            .main-footer p.copyright, .designby {
    font-size: 10px;

    padding-top: 2rem;
            }
            .image-box1 {
    width: 60px;
    height: 60px;
      margin: auto !important;
            }
            .mytrust-badge {
    padding-bottom: 2rem;
    padding-top: 2rem;
            }
            .image-box1 img {
    margin-top: 4px;
         right: 5px;
    width: 50px;
            }
            .best-sellers .swiper-slide,.new-arrivals .swiper-slide,.new-a-perfume .swiper-slide{
          width: 50% !important;
        border: 1px solid #80808026;
        overflow: hidden;
        border-radius: 10px;
        padding-bottom: 1rem;
        margin-right: 14px !important;
            }
            .best-sellers .carousel-item, .new-arrivals .carousel-item, .new-a-perfume .carousel-item,.new-arrivals .carousel-item{
    border-radius: 0px !important;
        border: 0px solid #ddd !important;
        border-bottom: 1px solid #f5f5f5 !important;
            }
            .best-sellers .card__inner.b-dis-block.color-scheme-2.gradient.ratio {
    border-radius: 0px !important;
            }
            .best-sellers .card, .new-arrivals .card, .new-a-perfume .card {
    width: 100%;
    max-width: 100%;
            }
            .best-sellers  .card--standard>.card__content .card__information,
            .new-a-perfume .card--standard>.card__content .card__information,
             .new-arrivals .card--standard>.card__content .card__information{
    padding: 0px 7px !important;
            }
            .freebiesale-part {
    padding: 0rem 0px;
            }
            .freebiesale-part .freebiesale {
    padding: 1rem 0px 1rem 1rem !important;
    width: 100% !important;
    max-width: 100%;
            }
            .freebiesale-part .swiper-slide.swiper-slide-active {
   transform: scale(1);
    margin-right: 0rem !important;
    margin-left: 0rem;
    /* height: 0px !important; */
    margin-top: 0;

            }
             .freebiesale-part .swiper-slide,.new-arrivals .swiper-slide,.new-a-perfume .swiper-slide{
    display: flex;
    justify-content: center;
    width: 50% !important;
    gap: 0px !important;
            }
                .freebiesale-part .swiper-pagination {
        left: 50% !important;
        transform: translate(-50%);
                bottom: 8px !important;
                }
                .freebiesale .swiper-wrapper {
              margin-bottom: 5rem !important;

                }
                .new-a-perfume .swiper-wrapper {
          margin-bottom: 2rem;
                }
                .icon-hamburger path {
             fill: #0a0a0a !important;
            }
            .hover_content {
                bottom: 0px;
                background: linear-gradient(353deg, #000000db, #0000000f) !important;
            }
        .hover_content img {
            width: 58%;
            visibility: visible;
            opacity: 1;
        }
 .hover_content h3 {
        font-size: 22px;
        padding: 0 65px;
        margin-bottom: 0px !important;
        margin-top: 15px;
    }
    .discover_our_collection-box .hover_content h4 {
         width: 70%;
    margin:auto !important;
    }
    .freebiesale .w-100 {
        height: 227px !important;
    }
        .freebiesale-part .card {
        width: 97% !important;
        }
        .f-details4 {
    width: 100%;
    padding-top: 1.5rem;
    border-top: 1px solid #4b4b4b;
        }
    .main-footer .footer-widget__social {
        margin-top: 1rem !important;
        gap: 0px 10px !important;
        margin-bottom: 2rem !important;
    }
            .f-details1 {
            width: 100%;
            border-bottom: 1px solid #4b4b4b;
            margin-bottom: 2.2rem;
            }
        .marqueetext {
            padding: 10px 0;
        }
        .marquee-track h3 {
            font-size: 22px;
        }
    .play-btn {
             font-size: 20px !important;
        max-width: 35px;
        max-height: 35px;
        margin-top: -13px;
    }
    .add-to-cart-button.mycartbtn9 ,.mycatpage .card-information .mycartbtn9{
 
    right: 5px;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    }
    .mycatpage #product-grid li {
    border-radius: 11px !important;
    overflow: hidden;
    border:1px solid #ddd !important
    }
    .mycatpage .card--card.gradient,.card .card__inner.gradient {
    overflow: hidden !important;
    position: relative;
        border: 0px !important;
        border-bottom: 1px solid #ddd !important;
        border-radius: 0px !important;
   border-radius: 0px !important;
    }
    .card__content {
    padding: 0px 6px !important;
    }
     .mycatpage .mycartbtn9 svg{
          width: 25px !important;
                height: 25px !important;
                min-width: 18px !important;
                min-height: 17px !important;
                max-width: 14px !important;
                max-height: 16px !important;
    }
    .details-p-product .grid {
        grid-template-columns: 48% 48% !important;
        display: grid !important;
        gap: 10px;
    }

    .details-p-product  .grid__item {
        width: 100%;
        min-width: 100%;
    }
                    .details-p-product .grid__item {
        width: 100%;
        min-width: 100%;
        /* background: red; */
        padding: 0px 0px;
        border: 1px solid #80808026;
        border-radius: 10px;
        overflow: hidden;
    }
    .pro-details-part .color-swatches.owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0px !important;
    margin: 0px !important;
    }
        .product-page .custom-variants input[type=radio]:checked+label {
            min-width: 60px !important;
        }
            .pro-details-part .return_policy {
  
            padding-bottom: 5px;
            padding-top: 0px;
            padding-top: 25px !important;
            }
                .mk-shop-prd-wdt .for-her {
    max-width: 110px;
                }

                    .custom-variants .custom-input-label {
                    min-width: 50px !important;
                    font-size: 12px !important;
                                height: 40px !important;
                    }
                        .my-bredcrumbs .breadcrumbs span {                
                        font-size: 12px;
                        }
                            .product-popup-modal__opener.no-js-hidden.quick-add-hidden.custom-size-chart-popup {
                font-size: 12px !important;
            }
                .my-bredcrumbs {
                line-height: 1.3;
            }

}
@media(max-width:650px){
        .page-width {
                    padding-right: 2rem !important;
                    padding-left: 2rem !important;
                        }
    .image-banner1 .custom_shop_btn {
                    top: 79%;
                    width: 110px !important;
                    height: 40px !important;
                    font-size: 12px !important;
            }
        .freebiesale-part h2 {
        font-size: 30px;
              margin-bottom: 0px;
              margin-top:0px !important;
       }
        body .price__container span.price-item.price-item--regular {
        font-size: 20px !important;
        }
       .best-sellers button, .new-arrivals .swiper-slide button, .new-a-perfume .swiper-slide button {
         width: 30px !important;
        height: 17px !important;
        min-height: 30px !important;
        min-width:30px !important;
       }
       .card-wrapper .new-a-perfume .carousel-item img{
        height:auto !important;
            object-fit: initial !important;
       }
           .discover-heading .rich-text {
        padding-top: 26px !important;
    }
        .home-bodycare-app-section .overlay {
                                            height: 279px;
                    }
                            .home-bodycare-app-section p {
                                margin-bottom: 3px !important;
                            }
        .home-bodycare-app-section .app-buttons {
            margin-top: 2rem;
            flex-wrap: nowrap !important;
        }
                .app-buttons img {
                    width: 125px;
                    height: 42px !important;
                }
            .app-buttons{
                    gap: 8px;
            }
                .best-sellers h3 a, .new-arrivals h3 a, .new-a-perfume h3 a {
                    font-size: 12px;
                }
        .best-sellers .wk-button.wk-align-center.wk-align-content-center, .new-arrivals .wk-button.wk-align-center.wk-align-content-center, .new-a-perfume .wk-button.wk-align-center.wk-align-content-center ,
        .mycatpage wk-button button.wk-button.wk-align-center.wk-align-content-center{
                left: -34px !important;
                top: 0px !important;
                height: 25px !important;
                width: 20px !important;
                min-width: 24px !important;
                min-height: 25px !important;
        }
            .best-sellers button svg, .new-arrivals button svg, .new-a-perfume button svg,.mycatpage button svg {
                width: 25px !important;
                height: 25px !important;
                min-width: 18px !important;
                min-height: 17px !important;
                max-width: 14px !important;
                max-height: 16px !important;
            }
            .bestseller2 p, .freebiesale-part p,.new-arrivals p {
                line-height: 1.5;
                font-size: 14px !important;
            }
        .collection-div.sale-off img {
            width: 100%;
        }
            .collectionimg1 .collection-text img {
            width: 120%;
        }
            .collectionimg3 {
            padding-right: 8rem;
        }
            .collection-img3 {
            margin-top: -11rem;
            width: 110%;
            }
            .video-overlay h2 {
            font-size: 24px !important;
            line-height: 1.3;
        }
            .play-btn img{
                width: 16px;
                margin-top: -4px;
            }
    .section-template--19612313747614__rich_text_WFPj4P-padding ,.discover-heading .rich-text{
                padding-bottom: 25px !important;
            }
            .freebiesale .swiper.productSwiper1 {
                margin-top: 20px;
            }
            .qutionsicon img {
                    width: 22px;
            }
            .tab-collection-slider .pt-5 {
              padding-top: 10px !important;
        }
            .freebiw-slider-section p.subheading {
                margin-top: -5px !important;
                margin-bottom: 3rem !important;
            }
        svg.icon.icon-close, svg.icon.icon-close path {
            fill: black !important;
        }
           .mycatpage button.color-filter-button {
                       height: auto;
        padding: 5px 15px !important;
        font-size: 10px !important;

            }
            .mycatpage div#color-filter {
    gap: 6px;
            }
                h1.collection-hero__title{
      
        font-size: 25px !important;
        margin-top: 2rem !important;
        margin-bottom: 0px !important;
    }
    .mycatpage span#ProductCountText {
    font-size: 12px;
    }
    .mycatpage span#ProductCountNumber {
    font-size: 16px;
    }
     .mycatpage .button, .button-label,   .mycatpage .shopify-challenge__button,   .mycatpage .customer button {
       
        font-weight: 600 !important;
        font-size: 12px !important;
    }
       .mycatpage  div#color-filter {
        margin-top: 1rem;
    }
    .collection-page button.cart-button.none.collection, button.cart-button.none.collection {
  font-size:12px !important;
    }
    button#closeBuy-realtime-size {
        right: 10px;
        top: 5px;

    }
    .mycatpage .list-unstyled {
        margin: 0px;
        padding: 0px !important;
    }

    .mycatpage .list-unstyled li a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
    .mycatpage .list-unstyled li{
        min-width:27px !important;
        width:27px !important;
        max-width:27px !important;
    }
    .collectionimg1 h4 {
        font-size: 75px;
    }
    .collection-text  p {
        font-size: 30px !important;
    }
    .collectionimg1 h5 {
        font-size: 35px;
    }
    .my-testimonial .swiper-pagination-bullet-active {
        top: 2px !important;
    }
    .mycatpage .card-information .card__badge {
        bottom: 82px !important;
    }
    .cart-price-pro .custom-cart-p-details {
    width: 100% !important;
    }
        .right-cart-price .cart__blocks {
        width: 100%;
        }
        .my-cart-table .cart-item__details>* {
        margin: 0;
           max-width: 100% !important;
        font-size: 13px !important;
            margin-bottom: 0px !important;
    }
    #your-shopping-cart .my-cart-table .cart-price-pro ul li {
        height: auto;
        margin-bottom: 0px !important;
            font-size: 8px;
    }
    
            quantity-popover .cart-item__quantity-wrapper {
             gap: 10px;
        flex-wrap: nowrap;
        
    }
    .cart-price-pro .cart-item__totals.right {
    width: 100%;
    }
    .cart-price-pro .single-item-price {
    display: none !important;
    }
    .cart-price-pro cart-remove-button {

    margin-left: 5px !important;
         margin-top: 0px;
    }
    .my-cart-table .cart-item__media.dd {
        height: 127px;
    min-height: 100% !important;
    width: 100px !important;
    min-width: 100px;
    }
        .discover_our_collection-box .content_area {
        width: fit-content;
    }
    .my-cart-table .cart-item__media.dd img.cart-item__image{
        max-width:100%;
    }
    .cart-t-p {
    padding-bottom: 0px;
    }
         .my-cart-table .product-option, .cart-price-pro .quantity {
            width: fit-content;
        height: 30px !important;
        line-height: 30px !important;
        min-height: 30px !important;
        margin-bottom: 0px !important;
        max-width: 100%;
        padding: 0px 4px !important;
    }
    .my-cart-table .product-option dd,.my-cart-table .product-option dt {
        font-size: 11px;
    }
    .my-cart-table .quantity-popover-container {
        align-items: start !important;
    }
    .quantity__input {
       font-size: 13px;
    }
    .cart-price-pro cart-remove-button {
    width: 30px;
    height: 30px;
    }
    .cart-price-pro cart-remove-button svg {
    width: 14px;
    height: 15px;
    }
    .my-cartpart .title-wrapper-with-link {
    flex-direction: column;
    justify-content: start !important;
    align-items: start;
    margin-bottom: 12px;
    gap: 0px;
    }

    .my-cartpart .title-wrapper-with-link p {
        font-size: 12px;
    }
    #your-shopping-cart .page-width.int-title-head,#your-shopping-cart .custom_breadcrumbs {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .my-bredcrumbs .breadcrumbs {
    font-size: 12px !important;
    padding: 5px 0px !important;
    }
    .my-cart-table div#main-cart-items {
    padding-bottom: 0px;
    }
    .my-cart-table table.cart-items {
    border-bottom: 1px solid #eee;
    }
    .cart-price-pro .discouned-custom-div {
    display: none;
    }
        .cart-price-pro .cart-item__discounted-prices .cart-item__discount-percentage {
        font-size: 8px;
        top: 6px;
        padding: 2px 11px;
    }
    .my-cart-table .cart-item__price span {
    margin-bottom: 0rem;
    }
        .my-cart-table {
    padding-right: 0px;
    }
        .cart-item.custom-cart-page {
        background: #dedede2e;
        margin-top: .5rem;
        /* border-radius: 7px; */
        padding: 0px !important;
    }
            .cart-price-pro .custom-cart-page .cart-item__price-wrapper {
        padding: 4px 0;
    }

                .pro-details-part .product__title h1 {
        font-size: 20px !important;
        width: 100%;
        line-height: 1.2;
                }
                .mypro-details .slider__thumbs {
        height: calc(100% - 0px);
    }

    .pro-details-part wk-button.wk-floating {
              top: 200px !important;
        width: 35px;
        height: 35px;
        left: -15px !important;
        transform: translate(-34%, -50%) !important;
        left: 86% !important;
    }
          .mypro-details  wishlist-button-product .wk-button .wk-icon svg {
    width: 20px;
    height: 23px !important;
    min-width: 18px;
    min-height: 17px;
    }
            .product-page .wk-button .wk-icon {
  
         top: -4px;
        left: -5px;
            }
                        .mypro-details .share-button {
           width: 35px;
        height: 35px;
     transform: translate(-34%, -50%);
          top: 160px;

    left: 86%;
                        }
                        .product-form__submit {
    width: 100% !important;
    min-width: 100% !important;
    }
        .related-product.color-swatches-item img {
         width: 100% !important;
        height: 91px !important;
    }
            .mypro-details .slider__col .swiper-slide {
        height: 75px !important;
    }
        .pro-detail-faq .container.inn-conn {
    padding: 0px !important;
    }
        .details-p-product .section-title.pro-d-related {
        font-size: 22px;
        padding-left: 2px;
        }
           .product-page .details-p-product  .wk-button .wk-icon {
        top: 1px !important;
        left: 0px !important;
    }

        .details-p-product .price {
    margin-top: 5px !important;
    padding-bottom: .8rem;
    }
        .product-page .details-p-product .price__regular .price-item.price-item--regular {
    font-size: 14px !important;
    }
        .details-p-product .my-viewall-btn {
             width: 120px !important;
        min-width: 120px !important;
        min-height: 50px !important;
        font-size: 14px;
        margin-top: 2rem;
        min-height: 50px !important;
        height: 50px !important;
        }
            .pro-detail-faq .accordion13 {  
    margin-bottom: 1rem;
    padding: 12px 20px !important;
    border-radius: 13px;
    font-size: 14px !important;
            }
                    .mk-shop.wrap_ws.border-none {
        border-bottom: 0px solid #cfcfcf !important;
    }
        .pro-details-part .selected_color {
                padding-top: .5rem;
                    margin-bottom: 0 !important;
        }
            .selected_color span, .selected_sizes {
    font-size: 12px !important;
            }
     .my-hr-line {
                margin-bottom: 1rem;
                margin-top: 1rem;
    }
    .product-page .product__tax.caption.rte {   
           margin-top: 0px !important;
        font-size: 10px;
        margin-left: 6px !important;
    }
        .pro-details-part .colorNameMain {
            margin-bottom: 0px;
        }
            .mypro-details .owl-carousel .item {
                    padding: 0 0px !important;
                   width: 100%;
        }
        .product-page .unavailable-product a span::after {
            width: 4px;
            height: 100px;
            top: -1%;
            left: 43%;
        }   
        .product-form__buttons .nionx-btn {
            margin-top: 0px;
            padding: 11px;
        }
        .my-bredcrumbs a ,.my-bredcrumbs .breadcrumbs span{
            font-size: 10px;
        }
        .product-page div#buy-one-get {
            padding-bottom: 0px !important;
        }
            .product-page div#buy-one-get span {
                font-size: 11px !important;
                padding: 4px 8px;
            }
                .product-page .button--full-width {
            border: 1px solid red;
        width: 147px !important;
                }
                    .product-form__buttons .product-form__submit:after {
   
                          left: 15px;
        top: 8px;
                    width: 20px;
                    height: 20px;
                    }
                        .product-form__buttons .product-form__submit span {
    font-size: 12px;
    /* margin-left: 20px; */
                        }
                             .product-page .custom-sizechart_bra {
           
                padding: 6px 13px;
                font-size: 12px;
                            }
}
/* apple devices */
@supports (-webkit-touch-callout: none) {
    @media only screen and (max-width: 500px) {
        .product-page .wk-button .wk-icon {
            top: -4px !important;
            left: 3px;
        }
            .product-page .details-p-product .wk-button .wk-icon {
        top: 0px !important;
        left: -1px !important;
        }
                .best-sellers button svg, .new-arrivals button svg, .new-a-perfume button svg, .mycatpage button svg {

        margin-left: -2px;
                }
                  .pro-details-part wk-button.wk-floating {
               top: 70px !important;
        left: -12px !important;
                  }


                      .pro-details-part wk-button.wk-floating {
              top: 220px !important;
        width: 35px;
        height: 35px;
        left: -15px !important;
        transform: translate(-34%, -50%) !important;
        left: 86% !important;
    }
                        .mypro-details .share-button {
           width: 35px;
        height: 35px;
     transform: translate(-34%, -50%);
          top: 180px !important;

    left: 86%;
                        }
    }
}