/*@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap');*/

.year-end-sale-floating-banner {
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #290038;
}

/* Has Admin Bar */

body.admin-bar .year-end-sale-floating-banner {
    top: 32px;
}

/* Start WC Affiliate header logic */

body.admin-bar .wc-header-section {
    top: 80px;  
}

.wc-header-section {
    top: 80px !important;  
}

.wc-header-section {
    height: 80vh !important;
    overflow: hidden !important;
    padding-left: 20px !important;
}

.wc-hero-content-wrap {
    top: 150px !important;
}

.wc-hero-content-wrap p {
    margin-bottom: 50px !important;
}

.wc-woocommerce-wrap {
    margin-top: 0px !important;
}

/* End WC Affiliate header logic */


/* Start CX Header logic */

.cx-header-warpper {
    top: 80px !important;
}

body.admin-bar .cx-header-warpper.cx-admin-bar-margin {
    top: 112px !important;
}

.cx-hero-section  {
    padding: 150px 0 !important;
}

.cx-down-arrow {
    margin-top: 50px !important;
}

/* End CX Header logic */

/* Start TP Header logic */

body.admin-bar #tp-header {
    top: 24px;
}

/* End TP Header logic */

/* body.admin-bar .tp-header-margin-top {
    top: 112px;  
} */

.year-end-sale-floating-banner .tree {
    position: absolute;
    top: 2px;
    left: 80px;
    transform: rotate(10deg);
    transition: all ease 0.6s;
}

.year-end-sale-floating-banner .tree img {
    width: 56px;
    height: 80px;
}

.year-end-sale-floating-banner .left-star {
    position: absolute;
    top: 0px;
    left: 216px;
    transition: all ease 0.6s;
}

.year-end-sale-floating-banner .left-star img {
    width: 271px;
    height: 80px;
    object-fit: cover; 
}

.year-end-sale-floating-container {
    max-width: 904px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
}

.year-end-sale-floating-container .content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.year-end-sale-floating-container .content p span {
    color: #FFD42A;
    text-shadow: 0px 2px 6px #FFD42A !important;
}

.year-end-sale-floating-container .content p {
    font-family: "Kaisei Decol", serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    text-shadow: 0px 2px 6px #DDA7B5 !important;
    margin-bottom: 0px !important;
}

.year-end-sale-floating-container .content img {
    width: 142px;
    height: 60px;
}

.year-end-sale-floating-banner .year-end-sale-floating-container .mobile-offer {
    display: none;
}

.year-end-sale-floating-banner .year-end-sale-floating-container .cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #FFD42A;
    width: 122px;
    height: 40px;
    color: #121216;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.year-end-sale-floating-banner 
.year-end-sale-floating-container 
.cta a:hover {
    background: #E9BA00;
    border: 1px solid #fff;
    box-shadow: 0 0 12px rgba(255, 189, 7, 0.8);
}

.year-end-sale-floating-banner .right-star {
    position: absolute;
    top: 2px;
    right: 80px;
    transition: all ease 0.6s;
}

.year-end-sale-floating-banner .right-star img {
    width: 271px;
    height: 80px;   
}

.year-end-sale-floating-banner .gift {
    position: absolute;
    top: 6px;
    right: 0px;
    transition: all ease 0.6s;
}

.year-end-sale-floating-banner .gift img {
    width: 66px;
    height: 74px;
}


/* ===============================
   Responsive Design
================================ */

/* Large Tablets (max-width: 1440px) */
@media screen and (max-width: 1440px) {

    .wc-slider-wrap {
        width: 97% !important;
    }

    .year-end-sale-floating-banner .tree {
        left: 70px;
    }

    .year-end-sale-floating-banner .left-star {
        left: 144px;
    }

    .year-end-sale-floating-container {
        max-width: 750px;
    }

    .year-end-sale-floating-container .content {
        gap: 30px;
    }

    .year-end-sale-floating-container .content p {
        font-size: 36px;
    }

    .year-end-sale-floating-container .content img {
        width: 142px;
        height: 55px;
    }

    .year-end-sale-floating-banner .right-star {
        right: 70px;
    }

}

/* Large Tablets (max-width: 1280px) */
@media screen and (max-width: 1280px) {

    .wc-hero-content-wrap {
        top: 112px !important;
    }

    .year-end-sale-floating-banner .tree {
        left: 54px;
    }

    .year-end-sale-floating-banner .left-star {
        left: 118px;
    }

}

/* Large Tablets (max-width: 1024px) */
@media screen and (max-width: 1024px) {

    .year-end-sale-floating-banner .tree {
        left: 42px;
    }

    .year-end-sale-floating-banner .left-star {
        left: 96px;
    }

}

/* Tablets (max-width: 900px) */
@media screen and (max-width: 900px) {
    .year-end-sale-floating-container {
         max-width: 610px;
    }

    .year-end-sale-floating-container .content {
        gap: 20px;
    }

    .year-end-sale-floating-banner .tree {
        left: 26px;
    }

    .year-end-sale-floating-banner .left-star {
        left: 96px;
    }

    .year-end-sale-floating-container .content p {
        font-size: 28px;
    }

    .year-end-sale-floating-container .content img {
        width: 122px;
        height: 48px;
    }

    .year-end-sale-floating-banner .year-end-sale-floating-container .cta a {
        width: 100px;
        height: 36px;
        font-size: 14px;
    }

    .year-end-sale-floating-banner .left-star {
        display: none;
    }

    .year-end-sale-floating-banner .right-star {
        display: none;
    }
}

/* Tablets (max-width: 800px) */
@media screen and (max-width: 800px) {

    .year-end-sale-floating-container {
         max-width: 610px;
    }

    .year-end-sale-floating-banner .year-end-sale-floating-container .cta a {
        width: 100px;
        height: 36px;
        font-size: 14px;
    }
}

/* Tablets (max-width: 768px) */
@media screen and (max-width: 768px) {

    body.admin-bar .year-end-sale-floating-banner {
        top: 46px !important;
    }

    body.admin-bar .cx-header-warpper.cx-admin-bar-margin {
        top: 128px !important;
    }

    /* Start TP header section */

    body.admin-bar #tp-header {
        top: 46px;
    }

    .tp-hero-section {
        margin-top: 150px !important;
    }

    /* End TP header section */


    .year-end-sale-floating-container {
        max-width: 580px;
    }

    .year-end-sale-floating-container .content {
        gap: 20px;
    }

    .year-end-sale-floating-container .content p {
        font-size: 28px;
        line-height: 30px;
    }

    .year-end-sale-floating-container .content img {
        width: 116px;
        height: 42px;
    }

    .year-end-sale-floating-banner .tree {
        top: 16px;
        left: 20px;
    }

    .year-end-sale-floating-banner .tree img {
        height: 65px;
    }

    .year-end-sale-floating-banner .left-star {
        display: none;
    }

    .year-end-sale-floating-banner .gift {
        top: 16px;
    }

    .year-end-sale-floating-banner .gift img {
        height: 65px;
    }

    .year-end-sale-floating-banner .year-end-sale-floating-container .cta a {
        width: 100px;
        height: 36px;
        font-size: 14px;
    }

    .year-end-sale-floating-banner .right-star {
        display: none;
    }

}

/* Tablets (max-width: 740px) */
@media screen and (max-width: 740px) {

    .year-end-sale-floating-banner {
        height: 137px;
    }

    .year-end-sale-floating-container {
        flex-direction: column;
    }

    .year-end-sale-floating-banner .tree {
        top: 74px;
        left: 20px;
    }

    .year-end-sale-floating-banner .gift {
        top: 73px;
    }
}

/* Mobile (max-width: 480px) */
@media screen and (max-width: 480px) {

    body.admin-bar .cx-header-warpper.cx-admin-bar-margin {
        top: 130px !important;
    }

    .cx-eid-offer .cx-header-wrapper {
        padding-top: 0px !important;
    }

    .cx-header-warpper {
        top: 90px !important;
    }


    body.admin-bar .year-end-sale-floating-banner {
        top: 46px;
        padding-top: 10px;
    }

    /* Start TP header section */

    body.admin-bar #tp-header {
        top: 46px;
    }

    .tp-hero-section {
        margin-top: 150px !important;
    }

    /* End TP header section */

    .year-end-sale-floating-banner {
        /* height: 126px; */
        height: 88px;
        padding-top: 10px;
    }
   
    .year-end-sale-floating-container {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .year-end-sale-floating-banner .tree {
        display: none;
    }

    .year-end-sale-floating-container .content img {
        width: 100px;
        height: 39px;
    }

    .year-end-sale-floating-banner .year-end-sale-floating-container .cta a {
        width: 100%;
        width: 90px;
        height: 30px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .year-end-sale-floating-banner .gift {
        display: none;
    }

    .year-end-sale-floating-container .content p {
        font-size: 22px;
        line-height: 30px;
    }
}

/* Mobile (max-width: 380px) */
@media screen and (max-width: 380px) {


    .cx-eid-offer .cx-header-wrapper {
        padding-top: 0px !important;
    }


    .year-end-sale-floating-container .content {
        gap: 10px;
    }

    .year-end-sale-floating-banner {
        /* height: 114px; */
        height: 88px;
    }

    .year-end-sale-floating-container .content img {
        width: 90px;
        height: 34px;
    }

    .year-end-sale-floating-container .content p {
        font-size: 18px;
        line-height: 30px;
    }
}
