:root {
    --red: #388E3C;    /* আগের রেড এর জায়গায় গ্রিন - fresh/nature vibe */
    --text: #2E2E2E;   /* ডার্ক গ্রে টেক্সট, সহজে পড়া যায় */
    --muted: #6B6B6B;  /* হালকা গ্রে, subtle look */
    --bg: #F0F5EE;     /* হালকা ক্রিম-গ্রীন ব্যাকগ্রাউন্ড, natural feel */
    --bgcat:#dce9e9;
}
  
  body{
    /* background:var(--bg); */
    font-family:'Segoe UI', sans-serif;
    margin: 0px;
  }
  .container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 16px;
    
  }
  .cat{
    padding: 10px 16px 40px;
    margin-top: 50px;
    background: var(--bg);
  }
  .cat-top{ 
    padding: 10px 16px 40px;
    background: var(--bg);
      
  }
  .cat-combo{
     background:var(--bgcat);
  }
  a{
    text-decoration: none;
    text-align: center;
  }

  /* shop page */
  .Product-cards-wrapper{
    display: grid;
    gap: 20px;
    justify-items: center;
  }
  
  @media only screen and (max-width:768px){
    .shop-page-wrapper{
        width: 100%;
        overflow: scroll;
    } 
    .side-cart-container{
        display:none !important;
    }
    .Product-cards-wrapper{
        display:flex;
        padding: 20px 0px;
    }
    .product-card{
        width:unset !important;
        flex:0 0 auto;
        max-width:300px;
    }
    .all-categories{
        width:100%;
    }
}
  @media only screen and (max-width:768px){
    .Product-cards-wrapper{
        grid-template-columns: repeat(1, 1fr);
    } 
    .Product-cards-wrapper > :first-child {
       max-width:270px;
    }
  }
  @media only screen and (min-width:1119px){
    .Product-cards-wrapper{
        grid-template-columns: repeat(2, 1fr);
    } 
   
  }
  @media only screen and (min-width:1019px){
    /* .Product-cards-wrapper{   
        grid-template-columns: repeat(3, 1fr);
    }  */
    .section-title{
        text-align: left !important;
    }
   
  }
 
   .all-wrapper{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    position: relative;
   }
  /* cart */
  .cart-sidebar{
    width: 20%;
  }
  .cart-price{
    margin: 0;
  }
/* Slide in when active */
/* .side-cart-container.active {
    right: 0;
    padding: 20px;
} */

/* Background Overlay */
#side-cart-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
}

#side-cart-overlay.active {
    display: block;
}

/* Side Cart Header Styling */
.side-cart-header h3 {
    margin: 0;
    padding: 8px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

/* ///////////////////////////////////// */
/* Sidebar Width */
.side-cart-container {
    padding: 8px;
    position: sticky;
    right: 0;
    top: 100px;
    height: fit-content;
    background-color: aliceblue;
    z-index: 0;
    transition: 0.3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    min-width: 230px;
}


/* Button Styling */
.count-price{
    display: flex;
}
.custom-qty-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 14px;
    background: #f9f9f9;
    width: 100%;
    justify-content: space-around;
}

.qty-btn {
    border: none;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    background: bisque !important;
}
a.button{
    background: var(--red) !important;
    color: white !important;
}
.woocommerce ul.cart_list li a{
    color: black;
    font-size: 14px;
}
a.added_to_cart{
    display:none !important;
}
.woocommerce a.remove{
    background: var(--red);
    color: white !important;
    font-size: 16px !important;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    margin-bottom: 5px;
}
.qty-btn:hover { background: #eee; }

.qty-input {
    width: 15px;
    border: none;
    text-align: center;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
    -moz-appearance: textfield;
    margin-left: -26px;
}

.qty-input::-webkit-outer-spin-button, 
.qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* pop up css */
/*.woo-popup {*/
/*    display: none;*/
/*    position: fixed;*/
/*    inset: 0;*/
/*    background: rgba(0,0,0,.6);*/
/*    z-index: 9999;*/
/*    overflow: auto;*/
/*}*/
.side-cart-container ul li{
    margin-bottom: 18px !important;
    background-color: white;
    padding: 8px !important;
}
.buttons a{
    margin-right: 10px !important;
}
/* responsiveness of cart drawer */
@media only screen and (max-width:442px){
 .buttons{
    max-width: 115px;
    display: flex;
    flex-direction: column;
    gap: 8px;
 }
 footer{
    padding-bottom: 120px !important;
 }
}
@media only screen and (max-width:767px){
    footer{
        padding-bottom: 72px;
     }
    
    .side-cart-container ul{
        display: none;
    }
    /* .side-cart-container.active{
        height: fit-content;
    } */
    .side-cart-container{
        height: fit-content;
    }
    .side-cart-container{
        bottom: 0;
        top: unset;
        right: unset;
        width: 100%;
        left: 0;
        position: fixed;
        padding: 0px;
    }
    .side-cart-header{
        display: none;
    }
    .widget_shopping_cart_content{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    
    .side-cart-header h3{
        margin: 0;
    }

}
/*.woo-popup-content {*/
/*    background: #fff;*/
/*    max-width: 800px;*/
/*    width: 90%;*/
/*    margin: 5% auto;*/
/*    padding: 20px;*/
/*    position: relative;*/
/*    border-radius: 8px;*/
/*}*/

/*.woo-popup-close {*/
/*    position: fixed;*/
/*    top: 72px;*/
/*    right: 32px;*/
/*    background: var(--red);*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    text-align: center;*/
/*    color: white;*/
/*    border-radius: 50%;*/
    /* padding-top: 5px; */
/*    font-size: 19px;*/

/*}*/
/*@media only screen and (max-width:830px){*/
/*    .woo-popup-close{*/
/*        top: 32px;*/
/*        right: 10px;*/
/*    }*/
/*}*/
/* pop up  updt*/
/*.popup-inner{*/
/*    display: flex;*/
/*    gap: 20px;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.popup-left{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*}*/
/*.popup-inner img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.popup-desc {*/
/*    max-height: 200px;*/
/*    overflow-y: auto;*/
/*    margin-bottom: 15px;*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .woo-popup-content {*/
/*        margin: 10% auto;*/
/*    }*/
/*}*/


/* my account page */
.woocommerce-MyAccount-navigation{
    background: aliceblue;
    padding: 1px;
    position: sticky;
    top: 148px;
    z-index: 1;
    transition:all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 10px;
    padding-bottom: 0px;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 6px;
    background: white;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a{
    color: black;
    font-weight: 900;
}
@media only screen and (max-width:768px){
    .woocommerce-MyAccount-navigation ul{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .woocommerce-MyAccount-navigation ul li{
        margin-bottom: 0px;
        flex: 1;
        text-align: center;
        min-width: 122px;
    }
}
.account-arrow{
    display: none;
}
.woocommerce-MyAccount-navigation.active-nav {
    height: fit-content;
    opacity: 1;
}
@media only screen and (max-width:768px){
    .woocommerce-MyAccount-navigation{
        height: 0px;
        overflow: hidden;
        opacity: 0;
    }
    .account-arrow{
        display: block;
    }
    .page-header{
        position: sticky;
        top: 66px;
        z-index: 1;
        background: aliceblue;
        padding-left: 10px;
    }

}


