.template-page-women-landing-page, .template-page-women-men-landing-page{
    .right-products .product-card .product-info .product-title {
        text-align: center;
    }
	.slideshow__slide-inner{
    	padding-top: 0px;
	}
	.rich-text-des-landing{
		max-width:60%;
	}
    .star-rating-landing svg{
	    width: 300px;
        height: 60px;
    }
    .announcement-bar .static_bar{
        justify-content: center;
        grid-template-columns: unset;
    }
    .announcement-bar {
        display: none;
    }
    .announcement-bar.announcement-bar-landing{
        background: #fb561D;
        display:block;
    }
    theme-header{
        display:none;
    }
    /* footer#footer {
        display: none;
    } */
    .follow_us-landing .social-links {
        display: flex;
        gap: 10px;
    }
    .follow_us-landing .social-links li {
        margin: 0 10px 0 0;
        display: flex;
        height: 30px;
        width: 30px;
        background: #fff;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }
    .follow_us-landing .social-links a {
        display: block;
        width: 14px;
        height: auto;
        line-height: 15px;
    }
    .social-links li a {
        display: inline-flex;
        align-items: center;
        width: 15px;
        height: 15px;
        margin-bottom: 0;
        justify-content: center;
    }
    .follow_us-landing ul.social-links svg {
        height: 16px !important;
        width: 16px !important;
    }
    /* .follow_us-landing .social-links a.social.instagram svg path, .follow_us-landing .social-links a.social.tiktok svg path{
        fill: #000;
    } */
    .follow_us-landing .social-links a span{
        display: none;
    }
    .logo-scocial-landing {
        display: flex;
    }
    .logo-scocial-landing {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 8px;
        padding: 0 50px;
    }

    .follow_us-landing {
        display: flex;
        align-items: center;
    }

    .follow_us-landing ul.social-links li {
        margin: 0;
    }

    .logo-scocial-landing a.logolink {
        justify-content: center;
    }
    .landin-logo-marquee svg {
        display: none !important;
    }

    .landin-logo-marquee {
        margin-top: 0;
    }
    .landin-logo-marquee .logo_wrapper img {
        height: 65px;
    }
    .img-vid-wraper-main {
        position: relative;
    }

    .img-vid-position {
        position: absolute;
    }
    .img-vid-wraper-main {
        position: relative;
    }
    .img-vid-position {
        position: absolute;
        top: 50%;
        left: 47%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
    .img-vid-position img {
        width: 100%;
        height: unset;
        object-fit: contain;
    }
    .image_wrapper_backgrong img {
        object-fit: contain;
        height: 450px;
    }
    .home_collection_slider h4 {
        font-size: 28px;
        min-height: 60px;
    }
    .home_collection_slider .content_wrapper {
        top: -11%;
        position: relative;
    }
    .guarantee-banner{
        margin-right: 0;
        margin-left: 0;
        max-width: unset;
        border-radius: unset;
        padding: 50px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    h2.guarantee-title {
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .guarantee-title-2 {
        font-size: 21px;
    }
    .guarantee-subtitle {
        font-size: 21px;
    }
    .guarantee-button {
        padding: 7px 30px;
        font-size: 18px;
    }
    .slideshow__slide-content {
        padding-left: 7%;
        max-width: 1000px;
    }
    .slideshow__slide-content a.button {
        background: #F3EAEB;
        padding: 0 20px;
    }

    .slideshow__slide-content a.button span {
        font-weight: 700;
    }
    /* .collectionSwiper-landing .swiper-button-prev, .collectionSwiper-landing .swiper-button-next{
        width: 100px;
        height: 100px;
        background: transparent !important;
    } */
    /* .collectionSwiper-landing .swiper-button-prev{
        rotate: 180deg;
    } */
    /* .collectionSwiper-landing .swiper-button-prev:after, .collectionSwiper-landing .swiper-button-next:after{
        display:none;
    } */
}
@media(max-width: 768px){
    .template-page-women-landing-page, .template-page-women-men-landing-page{
        .follow_us-landing {
            display: none !important;
        } 
        .logo-scocial-landing {
            grid-template-columns: repeat(1, 1fr);
            justify-items: center;
        }
    }
}
@media(min-width: 1200px){
    .template-page-women-landing-page .guarantee-banner, .template-page-women-men-landing-page .guarantee-banner {
        padding: 50px 50px 90px 50px;
    }
}
@media(max-width: 500px){
    .template-page-women-landing-page .guarantee-banner, .template-page-women-men-landing-page .guarantee-banner {
        padding: 50px 50px 90px 50px;
    }
}
@media(min-width: 900px){
/* Shop Stress Free design changes */
    .template-page-women-landing-page, .template-page-women-men-landing-page{
        .guarantee-inner{
            width:52%;
        }
    }
}