/*
 Theme Name:   Woodmart Child
 Theme URI:    https://example.com/
 Description:  Child theme for the Woodmart WordPress theme
 Author:       Sourav
 Author URI:   https://example.com/
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart-child
 */

@import url('../woodmart/style.css');

/* Add your custom styles below */

/* Always show arrows */
.r-products .owl-nav {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Keep arrows below products */
.r-products .owl-nav button {
    position: static !important;
    margin: 0 10px;
}

/* Prevent hover-only behavior */
.r-products:hover .owl-nav {
    opacity: 1 !important;
        
    
}
.r-products .owl-prev, .r-products .owl-next {
    width: 70px;
    height:70px;
}
.r-products .owl-prev:after, .r-products .owl-next:after{display:none;}
.r-products .owl-prev , .r-products .owl-next
{
    position:inherit; 
    opacity: 1!important;
    visibility: visible;
    margin:0 20px;
    background: transparent;
    color: #2e4f2c !important;
    border-color: #2e4f2c;
    
}

.relatedp-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 7px;
    border-bottom: solid #2e4f2c;
}

span.relatedp-price {color: #2e4f2c;font-weight: 300;font-size: 20px;}

h3.relatedp-title {
    margin: 0;
    color: #2e4f2c;
    font-weight: 300;
    font-size: 20px;
}

.relatedp-price span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 100;
}
.best-seller-plants .woodmart-add-btn{display:none;}
.single-product-page p.stock.out-of-stock {
    display: none;
}
.woodmart-text-block ul li {list-style: initial!important;}
.shop-content-area .products-footer, .shop-content-area .products.elements-grid.align-items-start.woodmart-products-holder.woodmart-spacing-20.pagination-pagination.row.grid-columns-3, .shop-content-area .shop-loop-head,  .shop-content-area .woomart-active-filters {
    display: none;
}
ul li:before{display:none;}






.plant-care-wrapper{
    background: #efe3b7;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0 80px;
    background-image: url(https://podha.in/wp-content/uploads/2026/03/Frame-1410088730-scaled-1.webp);
    background-size: 500px;
    background-repeat: repeat;
}

/* MIDDLE BOX */

.plant-care-box{
max-width:1100px;
margin:auto;

background:#efe3b7; /* THIS IS THE MID BOX COLOR */

border:1px solid #2f5d3c;
border-radius:25px;

padding:100px 60px;
}

/* GRID */

.care-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:50px;
margin-top:40px;
}

/* TEXT */

.plant-title{
font-size:36px;
color:#2f5d3c;
margin-bottom:20px;
}

.plant-intro{
font-size:18px;
color:#2f5d3c;
line-height:1.6;
}

.care-item h4{
color:#2f5d3c;
letter-spacing:2px;
margin-bottom:10px;
	   
}
.care-item{ display: flex;
    gap: 15px;}
.stars{
font-size:22px;
color:#2f5d3c;
margin-bottom:15px;
}



.stars{
font-size:22px;
letter-spacing:3px;
color:#2e4f2c;
}

.star.filled{
color:#2e4f2c;
}
