.custom-sections {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#search-popup .search-wrap{
    z-index: 1 !important;
}
.elementor-widget-offer_section_widget{
    width: 100%;
}
.woocommerce-mini-cart .free-product button{
    display:none !important;
}
.woocommerce-mini-cart .free-product .quantity{
 margin-left:5px;   
}
.woocommerce-checkout .elementor-location-header+.elementor {  
    position: relative; 
}
.woocommerce-order-received .elementor-location-header+.elementor{
    z-index: unset;
}
/* Announcement Section */
.announcement-section {
    background-color: #000000;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid #000;
    margin-bottom: 0px !important;
}
.announcement-section a{
    color: #fff;
    text-decoration: underline;
}
.announcement-section a:hover{
    text-decoration: none;
}
.woocommerce-mini-cart{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-mini-cart .cart_item{
    width: 100%;
}
.woocommerce-mini-cart .free-product{
    order: 1;
}
/* Offer Section */
.woocommerce-cart .free-label, .woocommerce-page .free-label, .woocommerce-checkout .free-label,.free-label  {
    background: #1e6d21;
    color: white;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
    z-index: 1;
    position: relative;
    margin-bottom: 2px;
    display: inline-block;
    line-height: 1;
}
.elementor-menu-cart__footer-buttons a{
    position: relative;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart .elementor-button-text::after,
.elementor-menu-cart__footer-buttons  .elementor-button--checkout .elementor-button-text::after { 
    visibility: visible !important;
    display: flex !important;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart  .elementor-button-text,
.elementor-menu-cart__footer-buttons  .elementor-button--checkout .elementor-button-text{
    visibility: hidden !important;
}
.elementor-menu-cart__main::before { 
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    padding: 15px 20px !important;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    background: #fff;
}
body .elementor-menu-cart__main { 
    padding-top: 60px !important;
}
html body .elementor-menu-cart__close-button {
    margin-bottom: 0;
    position: absolute !important;
    top: 20px !important;
    right: 30px;
    z-index: 2;
    height: 24px;
    width: 24px;
}
/* .elementor-menu-cart__main .cart_item.free-product .quantity:first-child,
.elementor-menu-cart__main .cart_item.free-product button{
    display: none !important;
} */
 .elementor-menu-cart__main .cart_item.free-product .quantity-wrapper .qty { 
    font-size: 14px !important; 
    pointer-events: none;
    max-height: 30px;
    width: auto !important;
    min-width: 16px !important;
    padding: 10px 5px!important; 
}
.woocommerce .woocommerce-cart-form .cart_item.free-product button{ 
    opacity: 0;
    cursor: default; pointer-events: none;
}
.offer-product-items .product-name{
    max-width: 220px;
}
.offer-product-items .product-thumbnail{
    max-width: 46px;
}
.woocommerce .woocommerce-cart-form .cart_item.free-product .quantity-wrapper .qty{
    pointer-events: none;
}
.custom-sections {
    margin: 0;
    padding: 0;
}

.announcement-section {
    margin: 0;
    padding: 10px 0; /* Keep only vertical padding if necessary */
    border-bottom: none; /* Remove any borders */
}
.offer-section { 
    padding: 40px 20px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 !important;
}

.offer-highlight {
    background: #ffffff;
    color: #003b73;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.offer-highlight .offer-value {
    font-size: 36px;
    font-weight: bold;
}

.offer-highlight .offer-label {
    font-size: 18px;
}

.offer-details h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.offer-button {
    background: #ffffff;
    color: #003b73;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}
.free-product-quantity {
    padding: 5px 10px;
    background: #f0f0f0;
    border-radius: 3px;
    display: inline-block;
}
 
.offer-button:hover {
    background: #003b73;
    color: #ffffff;
}
.announcement-text {
    padding: 0 15px;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.announcement-text p,.announcement-text h1,.announcement-text h2,.announcement-text h3,.announcement-text h4,.announcement-text h5,.announcement-text h6{
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 15px;
}
.announcement-text .speaker-icon {
    height: 24px;
    width: 24px;
    background: url(../img/speaker-icon.webp) no-repeat;
    display: flex;
    margin: 0 5px 0 0;
}
.announcement-section a { 
    display: inline-block;
    margin: 0 5px;
    text-decoration: underline;
}
.offer-section {
    width: 100%;
    
    padding: 40px;
    color: #fff;
    text-align: center; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 !important;
    padding-bottom: 0px !important;
    flex-wrap: wrap; 
}
.offer-products .toggle-offer-products{
    margin: 0 0 10px;
    line-height: 1.2;
    border-bottom: #ccc solid 1px;
}
#offer-products-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.offer-products-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
.offer-products-form .offer-product {
    width: 120px;
    position: relative;
    border: #888 solid 1px;
    padding: 5px;
    margin: 5px 0;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: rgba(0,0,0,.1) 0 0 8px;
    border-radius: 5px;
}
.offer-products-form .offer-product input[type=checkbox] {
    width: 15px;
    position: absolute;
    margin: 0;
}
.offer-products-form .offer-product img {
    max-width: 70px;
    margin: 5px auto 0;
}
.offer-products-form .offer-product:hover{
    border: #000 solid 1px;
    background: #f7f7f7;
}
.offer-products-form .offer-product.selected_product{
    border: #4CAF50 solid 1px;
    cursor: default;
    background: #f5fdf5; 
}
.elementor-menu-cart__main .woocommerce-cart-form__cart-item.cart_item {
    border-left: none !important;
    border-right: 0 !important;
}
html body .elementor-menu-cart__close-button { 
    margin: 0 !important;
}
body .elementor-menu-cart__main::after {
	display: none !important;
}
 
body .elementor-menu-cart__main .widget_shopping_cart_content {
	margin-top: 0 !important;
}
.offer-product label{
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    font-family: var(--global-font-family) !important;
}
.offer-products-form .offer-product label{
    cursor: pointer;
}
.offer-products-form .offer-product.selected_product label{
    cursor: default;
}
.seo-new-header .elementor-menu-cart__footer-buttons a,
body .elementor-menu-cart__footer-buttons a { 
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.offer-product label span {
    font-size: 12px;
    line-height: 1.1;
    display: flex;
    margin: 5px  0;
}
.add-offer-products-btn{
    width: 100%;
    margin: 0 0 10px;
}
.woocommerce-cart .cart_totals {
    min-height: unset !important;
}
.cart_totals .coupon{
    display: none !important;
}
#add-offer-products-btn, .change-offer-products, .offer-products-summary a,#add-offer-products {
    background: #8758AB !important;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 20px;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 400;
    margin-top: 5px !important;
    display: inline-block;
}
 
.have-free-product.items-count-1+#add-offer-products,
.have-free-product.items-count-1+#static-offer-products,
#static-offer-products+#add-offer-products{
    display: none !important;
}
#add-offer-products{
   display: none;
}
.max-free-applicable+#add-offer-products{
    opacity: 1;
}
.change-offer-products{
    padding: 8px 15px;
}
.change-offer-products.checkout-oofer-update {
    padding: 5px 10px !important;
    border-radius: 5px;
    background: #999 !important;
    color: #eee!important;
}
#add-offer-products-btn:hover,.change-offer-products:hover,.offer-products-summary a:hover,#add-offer-products:hover{
    color: #fff !important;
    background: #BA77A4 !important;
}
.offer-product .offer-quantity-input {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto 0 0;
}
.offer-message.errors{
    color: red;
}
.offer-message.success{
    color: #4CAF50;
}
.static-offer-products,.static-offer-products ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.static-offer-products ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.static-offer-products ul li{
    width: 100%;
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
    border-top: #eee solid 1px;
    padding: 5px 0;
}
.static-offer-products ul li .product-thumbnail{
   max-width: 60px;
   padding: 5px;
   border: #ccc solid 1px;
   background: #f9f9f9;
}
.offer-product-details{
    width: calc(100% - 60px);
    padding-left: 15px;
}
.offer-product-name{
    line-height: 1;
}
.static-offer-products h4{
    margin: 15px 0 0;
    width: 100%;
}
.checkout-offers .offer-product-details {  
    font-weight: 500;
    font-size: 14px;
}
.checkout-offers td{
    padding: 10px 0 !important;
}
.static-offer-products.checkout-offers ul li:first-child{
    border-top: none;
}
.checkout-offers .offer-product-quantity span {
    background: #3BB77E;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    display: inline-block;
    margin: 0 0 0 5px;
    line-height: 1;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
}
.woocommerce-checkout #offer-products-section .offer-overlay{
    display: block;
}
 
.woocommerce-checkout .woocommerce #offer-products-section {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 9;
    padding: 70px 15px 15px;
    display: none;
}
.static-offer-products.checkout-offers{
    display: table-row !important;
}
.offer-overlay{
    display: none;
}
#offer-products-section .offer-overlay{
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
#offer-products-section .offer-product-inner {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; 
    display: flex;
}
.offer-product-box {
    width: 100%;
    max-width: 100%;
    background: #fbfdf0;
    padding: 15px;
    margin: 0 10%;
    z-index: 1;
    position: relative; 
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    border-radius: 5px;
}
.woocommerce-checkout .offer-product-box{
    max-width: 512px;
    padding: 20px;
}
.woocommerce-cart .offer-product-box{
    margin: 0%;
}
.woocommerce-checkout  .fee .woocommerce-Price-amount.amount bdi{
 display: flex;
}
#static-offer-products{
    display: none;
}
.woocommerce-mini-cart.have-free-product+#static-offer-products,
.woocommerce-mini-cart.have-free-product+#add-offer-products,
.offer-discounts+#add-offer-products,
.offer-discounts+#static-offer-products,
.woocommerce-mini-cart.items-count-1+#static-offer-products,
.woocommerce-mini-cart.items-count-1+#add-offer-products{
    display: none !important;
}
#add-offer-products,.change-offer-products {
    padding: 5px 10px; 
    text-align: center;
    margin: 15px auto 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
.woocommerce table.shop_table td small {
    font-weight: 400;
    margin-bottom: 5px;
    display: inline-block;
    color: red !important;
}
.elementor-menu-cart__product .variation {
    font-size: 12px;
    line-height: 1;
}
.elementor-menu-cart__product .variation p{
    margin: 0;
}
.elementor-menu-cart__main .elementor-menu-cart__product-image { 
    max-height: 60px;
}
.elementor-menu-cart__product .variation { 
    margin: 5px 0 !important; 
    color: red !important;
}
.checkout-sidebar .product-image{
    width: 60px!important; 
}
.checkout-sidebar .product-image img {
    max-width: 100% !important;
}
.elementor-menu-cart__main .quantity-wrapper .qty,.woocommerce .woocommerce-cart-form .quantity .qty{
    border: #bbb solid 1px !important;
}
.woocommerce .custom-order-review .cart_item .product-total { 
    margin: 0 0 0 auto !important;
}


.close-offer-popup{
    display: none;
}
.woocommerce-checkout .close-offer-popup {
    display: flex;
    height: 24px;
    width: 24px;
    background: #fff;
    color: #000;
    border: #000 solid 2px;
    border-radius: 50%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    position: absolute;
    right: -9px;
    top: -10px;
    font-weight: 700;
    line-height: 1;
    box-shadow: rgba(0,0,0,.4) 0px 0px 8px;
    vertical-align: top;
    padding: 0 0 2px;
}
.woocommerce-checkout .close-offer-popup:hover{
    border-color: red;
    color: red;
}
 
.offer-bedge {
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: flex;
    line-height: 1;
    border-radius: 0 0 10px;
}
.offer-l-bg {
    background: url(../img/offer-l-bg.webp) no-repeat;
    height: 100%;
    width: 46%;
    background-position: top left;
    background-size: contain;
    padding: 40px 5% 90px 100px;
    text-align: left;
    position: relative;
}
.offer-l-bg h2{
    margin: 0 0 10px;
    padding: 0; 
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    position: relative;
}
.offer-l-bg h3 {
    margin: 0;
    padding: 7.5px 15px;
    background: linear-gradient(to right, #fff 0%, #f0f0f000 100%);
    color: #2E2C37;
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    position: relative;
}

.offer-l-bg a{
    background: #fff;
    color: #2E2C37;
    text-decoration: none;
    outline: none;
    border: 0;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 45px;
    display: inline-block;
    margin: 15px 0 0;
    transition: all ease-in-out .2s;
    opacity: .9;
    position: relative;
}
.offer-l-bg h3::after {
    content: '';
    height: 40px;
    width: 40px;
    position: absolute;
    right: 45px;
    bottom: -60px;
    background: url(../img/plus-icon.webp) no-repeat;
    background-size: 50%;
}
.offer-l-bg h3 span{
    font-weight: 400;
    text-transform: capitalize;
}
.offer-l-bg a:hover{
    opacity: 1;
    transform: scale(1.05);
}
.offer-r-bg {
    background: url(../img/offer-r-b-bg.webp) no-repeat;
    height: 100%;
    width: 46%;
    background-position: bottom right;
    position: absolute;
    right: 0;
    top: 0; 
    background-size: 250px;
}
.offer-r-bg h2 {
    color: #2E2C37;
    position: absolute;
    right: -30px;
    top: 75px;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1;
    display: flex;
    margin: 0;
    padding: 20px 40px 20px 60px;
    background: url(../img/offer-heading.webp) no-repeat right top;
    transform: rotate(-15deg);
    white-space: nowrap;
    /* height: 100px; */
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer-r-bg h2::after {
    content: '';
    height: 60px;
    width: 60px;
    position: absolute;
    left: -80px;
    bottom: -40px;
    background: url(../img/plus-icon.webp) no-repeat;
    transform: rotate(15deg);
    background-size: 70%;
}
.offer-r-bg::after {
    content: '';
    height: 100px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 30%;
    background: url(../img/dots.webp) no-repeat;
    background-size: 70%;
}
.offer-l-bg::after {
    content: '';
    height: 100px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    background: url(../img/dots.webp) no-repeat;
    background-size: 70%;
}
.offer-section.offer-template-02{
    background-image: url(../img/offer-2-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px !important;
}
.offer-inner {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    width: 100%;
}
.offer-section.offer-template-02 .offer-text{
    color: #FFFFFF;
    font-size: 42px;
    max-width: 350px;
    line-height: 1.3;
    text-align: left;
    margin: 0 0 10px;
}
.offer-section.offer-template-02 .deal-text {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    line-height: 1;
}
.offer-section.offer-template-02 .offer-value-label {
    color: #FFF;
    font-size: 80px !important;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin: 80px 0;
}
.offer-section.offer-template-02 .offer-value-label span {
    width: 100%;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    justify-content: center;
}
.offer-section.offer-template-02 .offer-btn{
    color: #173B6F;
    background: #fff;
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: 700;
    transition: all ease-in-out .2s;
    outline: none;
    text-decoration: none;
    opacity: .9;
}
.offer-section.offer-template-02 .offer-btn:hover{ 
   opacity: 1;
   transform: scale(1.1);
}

.offer-section.offer-template-03{
    background-image: url(../img/offer-3-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px !important;
    background-position: center;
}
.offer-inner{
    min-height: 250px;
}
.offer-template-03 .offer-inner{
    padding: 30px 0 60px;
}
.offer-template-03 .offer-btn {
    background: #fff url(../img/arrow_forward.png) no-repeat 90%;
    padding: 10px 40px 10px 20px;
    font-size: 18px;
    color: #000;
    transition: all ease-in-out .2s; 
    position: relative;
    display: flex;
    line-height: 1;
}
.offer-template-03 .offer-btn:hover{
    background-position: 93%; 
}
.offer-template-03  .deal-text {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    transform: rotate(-10deg);
    margin: 0 0 0 30px;
    max-width: 250px;
    padding: 0 0 0 15px;
}
.offer-template-03 .right-section .deal-text{
    margin: 0 ;
}
.offer-template-03 .offer-value-label {
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    transform: skew(0deg, -10deg);
    background: #112F59;
    margin: 0 0 0 30px;
    padding: 10px 15px;
    text-align: center;
    max-width: 240px;
    line-height: 1;
    color: #fff;
}
.offer-template-03 .offer-value-label span {
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}
.offer-template-03 .offer-text {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    transform: skew(0deg, -10deg);
    background: #4C8CE7;
    margin: 5px 0 0;
    padding: 10px 15px;
    text-align: center;
    max-width: 300px;
    line-height: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.offer-template-03 .offer-text span{
    font-size: 36px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.offer-template-03 .right-section .deal-text { 
     position: relative; 
    text-align: center;
    position: relative;
    padding-right: 300px;
}
.offer-template-03 .right-section .deal-text div {
    position: relative;
    z-index: 1;
    background: url(../img/deal-bg.webp) no-repeat;
    width: 110px;
    height: 110px;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    font-size: 18px;
    padding: 10px 20px;
}
.offer-template-03 .right-section .deal-text .speaker-img {
    content: '';
    position: absolute;
    width: 210px;
    height: 200px;
    background: url(../img/speaker.webp) no-repeat;
    right: 60px;
    bottom: -100px;
    background-size: 100%;
    transform: rotate(8deg);
}
.offer-products-page#products-container{
    padding-bottom: 30px;
}
body .elementor-menu-cart__main .cart_item.free-product .quantity-wrapper .qty,body .elementor-menu-cart__main .quantity-wrapper .qty{
    background: #efefef;
}
.toggle-offer-products{
    width: 100%;
    position: relative;
    display: flex;
}
.toggle-offer-products .arrows{
    display: flex;
    padding: 0 30px 5px 10px;
    cursor: pointer;
    position: relative;
    font-family: "Arial", Sans-serif;
}
.offer-product-inner {
    width: 100%;
}
.offer-product-inner .arrow {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
}
  
  .offer-product-inner .arrow:hover {
    border-color: #000; 
  }
  
  .offer-product-inner .arrow:before {
    display: block;
    height: 200%;
    width: 200%;
    margin-left: -50%;
    margin-top: -50%;
    content: "";
    transform: rotate(45deg);
  }
  
  .offer-product-inner  .arrow.down {
    transform: rotate(-135deg);
    right: 0;
    top: 0;
    display: none;
  } 
 .offer-product-inner .arrow.up {
    transform: rotate(45deg);
    right: 0;
    top: 10px;
    
}
.toggle-offer-products.open .arrow.up{
    display: none;
}
.toggle-offer-products.open .arrow.down{
    display: block;
}
@media (max-width: 1124px) {
    .offer-l-bg h3::after{
        right: 0;
    }
    .offer-r-bg h2{
        font-size: 30px;
        top: 50px;
    }
    .offer-r-bg h2::after{
        background-size: 50%;
    }
    .offer-l-bg {    
        padding: 40px 2% 20px 70px;
        text-align: left;
    }
}
@media (max-width: 1024px) {
    .offer-r-bg{
        background-size: 200px;
    }
    .offer-r-bg h2{
        font-size: 28px;
    }
    .offer-l-bg h2{
        font-size: 24px;
    }
    .offer-l-bg {    
        padding: 40px 2% 20px 60px;
        text-align: left;
    }
    .offer-products-page#products-container .product{
        width: calc(33.33% - 15px) !important;
    }
}
@media(max-width:850px){
    .offer-template-02 .left-section {
        order: 1;
        width: 100%;
    }
    .offer-template-02 .middle-section {
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin: auto 0 0 auto;
        order: 3; 
    }
    .offer-template-02 .right-section {
        order: 2;
        margin: 30px 0 0;
    }
    .offer-section.offer-template-02 .offer-value-label{
        margin: 0;
    }
 


    .offer-r-bg{
        background-size: 200px;
    }
    .offer-r-bg h2{
        font-size: 24px;
    }
    .offer-l-bg h2 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .offer-l-bg {    
        padding: 20px 15px 20px 20px;
        text-align: left;
    }
    .offer-l-bg h3 {  
        font-size: 18px;
        line-height: 1; 
    }
    .offer-l-bg a { 
        padding: 5px 15px;
        font-size: 14px; 
        margin: 15px 0 0; 
    }
    .offer-r-bg h2 {
        font-size: 18px;
        padding: 10px 40px 10px 15px;
        margin: 0;
        top: 30px;
    }
    .offer-r-bg h2::after { 
        height: 30px;
        width: 30px; 
        left: 50%;
        bottom: -35px;  
    }
    .offer-r-bg {
        background-size: 130px;
    }
    .offer-l-bg h3::after {
        right: -60px;
        background-size: 16px;
    }
    .offer-l-bg::after{
        display: none;
    }
    /* Mobile Styles */
    .announcement-section {
        font-size: 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    

    .offer-highlight {
        padding: 8px !important;
    }

    .offer-value {
        font-size: 24px !important;
    }

    .offer-label {
        font-size: 14px !important;
    }

    .offer-details h3 {
        font-size: 16px !important;
    }

    .offer-details a {
        padding: 6px 12px !important;
        font-size: 12px !important;
    }
    .offer-products-form .offer-product {
        width: 30%;
        position: relative;
        border: #eee solid 1px;
        padding: 5px;
    }
    .offer-product-box {
        width: 100%;
        max-width: 100%; 
        padding: 15px;
        margin: 0%;
    }
    .offer-section.offer-template-02{
        padding: 25px 15px !important;
    }
    .offer-section.offer-template-02 .offer-text{
        font-size: 15px;
    }
    .offer-section.offer-template-02 .deal-text{
        font-size: 15px;
    }
    .offer-section.offer-template-02 .offer-btn {
        padding: 10px;
        font-weight: 400;
        font-size: 14px;
    }
    .offer-section.offer-template-02 .offer-value-label span {
        font-size: 9px;
        font-weight: 400;
        margin: -10px 0 0;
        text-transform: uppercase;
    }
    .offer-section.offer-template-02 .offer-value-label { 
        font-weight: 500;
    }
    .offer-section.offer-template-02 .offer-value-label { 
        font-size: 60px !important;  
    }
    .offer-template-03 .left-section {
        width: 100%;
    }
    .offer-template-03 .right-section .deal-text{
        margin-right: -55px;
    }
    .offer-template-03 .right-section .deal-text div { 
        width: 75px;
        height: 75px; 
    } 
    .offer-template-03 .right-section .deal-text { 
        padding-right: 130px;
        margin-right: 0;
    }
    .offer-template-03 .right-section .deal-text .speaker-img {
        width: 140px;
        height: 130px;
        right: -10px;
        bottom: -60px;
    }
    .offer-template-03 .offer-value-label,.offer-template-03 .deal-text { 
        max-width: 160px; 
    }
   .offer-template-03 .offer-text { 
        max-width: 200px; 
    }
    .offer-template-03 .offer-text span {
        font-size: 28px; 
    }
    .offer-template-03 .offer-text {
        font-size: 14px;
        font-weight: 400; 
        padding: 10px 5px;   
    }
    .offer-template-03 .right-section {
        position: absolute;
        right: 25px;
        top: auto;
    }
    .offer-template-03 .right-section .deal-text div { 
        font-size: 14px; 
    }
    .offer-template-03 .offer-inner {
        padding: 10px 0;
    }
    .offer-template-03 .offer-btn {
        transform: rotate(-10deg);
        margin: -5px 0 0 60px;
    }
    .offer-inner{
        min-height: 150px;
    }

}
@media(max-width:767px){
    .offer-products-page#products-container .products-grid {
        gap: 20px 0!important;
        justify-content: space-between;
    }
    .offer-products-page#products-container .product{
        width: calc(48%) !important;
    }
    .offer-product-items .product-name{
        max-width: 100%;
    }
    .offer-product-items .product-thumbnail{
        max-width: 60px;
    }
    .toggle-offer-products .arrows{
        width: 100%;
    }
    .offer-products-form .offer-product img {
        max-width: 100px; 
    }
}
@media (max-width: 520px) {
    .offer-l-bg{
        width: 55%;
        padding: 20px 0 20px 15px;
    }
    .offer-l-bg h2 {
        font-size: 16px; 
    }
    .offer-r-bg{
        width: 40%;
    }
    .offer-r-bg h2 {
        font-size: 14px; 
    }
    .offer-l-bg h3::after {
        right: -45px; 
    }
    .offer-r-bg h2 { 
        padding: 10px 35px 10px 15px; 
    }
    .offer-r-bg::after{
        display: none;
    }
    .offer-section.offer-template-02 .offer-text { 
        max-width: 200px; 
    }
    .offer-products-page#products-container .product{
        width: 96% !important;
        margin: 0 auto;
    }
    .offer-products-form .offer-product {
        width: 48%;
    } 
}