   * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


:root {
    --primary-color: #00B207;
    --secondary-color: #2C742F;
    --text-color: #1A1A1A;
    --light-text: #666666;
    --bg-color: #FFFFFF;
    --light-bg: #f7f7f7;
    --border-color: #E6E6E6;
    --star-color: #FF8A00;
    --discount-color: #DB4444;
    --transition: all 0.3s ease;
}

[data-theme="dark"] {
    --primary-color: #4caf50;
    --secondary-color: #5cb85c;
    --text-color: #f0f0f0;
    --light-text: #d0d0d0;
    --bg-color: #121212;
    --light-bg: #222222;
    --border-color: #333333;
}


.status {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0; 
    background-image: url('/zarnigor/image/background-stats.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.status-p{
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1315px;
}


.status-p div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.07); 
}

.status p {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    margin-top: 8px;
}

.status span {
    color: #00B207;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 120%;
}

.leaf {
    position: absolute;
    width: 232px;
    height: 131px;
    top: 10px;
    left: -50px;
}

.pear {
    position: absolute;
    width: 75px;
    height: 100px;
    top: 15px;
    right: 0;
}

.mushroom {
    position: absolute;
    width: 82px;
    height: 60px;
    bottom: -15px;
    right: 100px;
}

@media (max-width: 768px) {
    .status {
        padding: 20px;
        grid-template-columns: 1fr;
    }

    .leaf, .pear, .mushroom {
        display: none;
    }
}

.containnner {
    padding: 40px 0; 
    margin: 0 auto;
    max-width: 1315px;
    background-image: url('/zarnigor/image/shop-now.bckground.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

}
select {
    appearance: none;
    background-color:  var(--bg-color);
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    padding: 10px 30px 10px 15px; 
    border-radius: 5px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%238b4513" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'); /* Strelka ikonkasi */
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    color: var(--text-color);
}



select:hover {
    background-color: #a7a49e; 
    color: #fff;
}

select:focus {
    outline: none;
}

select option {
    background-color: #f5e8c7;
    padding: 10px;
    font-size: 16px;
}

select option:hover {
    color: #fff;
}

.language-currency {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 10px;
}

.language-selector, .currency-selector {
    position: relative;
}

.selector {
    appearance: none; 
    background-color: var(--bg-color);
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    padding: 8px 25px 8px 10px; 
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-image: url('data:image/svg+xml;utf8,<svg fill="%238b4513" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'); /* Strelka */
    background-repeat: no-repeat;
    background-position: right 5px center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.selector:hover {
    background-color: #99958d;
    color: #fff;
}

.selector:focus {
    outline: none;
}

.selector option {
    background-color: #f5e8c7;
    color: #2f2f2f;
    padding: 5px;
}

.selector option:hover {
    color: #fff;
}
.shop-now{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
   
}

.shop-now div{
    border-radius: 10px;
    padding: 15px 30px;
}

.organic{
    background-image: url('/zarnigor/image/organic.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.banner{
    background-image: url('/zarnigor/image/timer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px;
}





.btn-green {
    margin-top: 15px;
    border-radius: 43px;
    padding: 4px 4px;
    background-color: #00B207;
    color: white;
    cursor: pointer;
    border: none;
}

.price{
background-color: #FF8A00;
border-radius: 5px;
padding: 2px;
color: white;
font-family: 'Poppins', sans-serif;
}

.organic h2, 
.organic p{
    color: white;
    font-family: 'Poppins', sans-serif;
}

.special1{
    margin-top: 20px;
}

.speciaal {
    font-size: 14px;
    margin-top: 15px;

}


.banner .info {
    color: white;
    font-family: 'Poppins', sans-serif;
}

.banner .info .subtitle {
    font-size: 14px;
    margin-top: 20px;
}

.banner .info h2 {
    margin-bottom: 5px;
}

.banner .timer {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.banner .timer div {
    padding: 1px;
    border-radius: 8px;
}

.banner .timer span {
    font-size: 14px;
    color: #FFFFFF;
}

.banner .timer p {
    font-size: 7px;
    color: #FFFFFF;
}

.shop-now h2{
    font-size: 23px;
    font-style: bold;
}


@media (max-width: 768px) {
    .shop-now {
        padding: 20px;
        grid-template-columns: 1fr;
    }

    .banner .info {
        max-width: 100%;
        text-align: center;
    }

    .banner .timer {
        justify-content: center;
    }
}

.leaf2{
        width: 50px;
        height: 60px;
        position: absolute;
        top: 300px;
        left: 1320.9px;
}


.card:hover .bi-heart-fill,
.card:hover .bi-eye-fill {
  transform: scale(1.1);
  transition: 0.2s;
}



.products__container__wrapper {
    max-width: 1315px;
    width: 100%;
    margin: 0 auto;
 }


.best-products{
    padding: 40px 0;
}

.best-products h2{
    font-size: 30px;
    margin-bottom: 20px;
}

.beginning{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view-all a{
    text-decoration: none;
    color: #00B207;
}

.view-all svg{
    color: #00B207;
}





.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    /* border: 2px solid green; */
}

.product-card {
    background-color: var(--bg-color);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    transition: transform 0.2s;
}


.product-card:hover {
    transform: translateY(-5px);
    border: 1px solid #2C742F;
    box-shadow: 0px 0px 12px 0px #20B52652;
}




.product-image img {
    width: 100%;
    height: auto;  
}


.product-info {
    padding: 15px;
}

.product-info h2 {
    font-size: 10px;
    margin: 10px 0;
    color: #4D4D4D;
}

.product-price {
    font-size: 1em;
    color: #e47911;
    margin-bottom: 5px;
}

.product-rating img {
    width: 70px;
}

.product-actions img {
    width: 40px;
    cursor: pointer;
}




.product-image {
    position: relative;
    overflow: hidden;
}

.product-icons {
    position: absolute;
    top: 1px;
    right: 1px;
    display: none; 
    flex-direction: column; 
    gap: 5px;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-icons {
    display: flex; 
    opacity: 1;
}
.product-card1:hover .product-icons {
    display: flex; 
    opacity: 1;
}

.icon {
    width: 24px; 
    cursor: pointer;
    transition: transform 0.3s ease;
}

.icon:hover {
    transform: scale(1.2); 
}

.section-title h2 {
    color: #333;
    font-size: 17px;
}

.product-card-2 {
    width: 312px;
    height: 116px;
    display: flex;
    align-items: center;
    background-color:  var(--bg-color);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    transition: transform 0.2s;
    border: 1px solid var(--light-bg);

}

.product__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-card-23 {
    display: flex;
    align-items: center;
    /* border: 1px solid #2C742F; */
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px #20B52652;
    text-align: center;
    overflow: hidden;
    transition: transform 0.2s;
}

.product-card-2:hover {
    transform: translateY(-5px);
    border: 1px solid #2C742F;
    box-shadow: 0px 0px 12px 0px #20B52652;
}
.product-card-23:hover {
    transform: translateY(-10px);
}

.product-image-2 {
    position: relative;
    overflow: hidden;
}

.product-image-2 img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
}

.product-icons-2 {
    position: absolute;
    top: 10px; 
    right: 10px;
    display: none;
    flex-direction: column;
    gap: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card-2:hover .product-icons {
    display: flex;
    opacity: 1;
}

.icon-2 {
    width: 18px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.icon-2:hover {
    transform: scale(1.2);
}

.product-info-2 {
    padding: 10px;
}

.product-info-2 p {
    font-size: 10px;
    margin: 10px 0;
    color: #4D4D4D;
}

.product-info-2 h4{
    font-size: 10px;
    margin: 10px 0;
    color: #2C742F;
}

.product-price-2 {
    font-size: 1em;
    color: #e47911;
    margin-bottom: 10px;
}

.product-rating-2 img {
    width: 70px;
}


.bag1{
        width: 18px;
        cursor: pointer; 
}


.bag1:hover {
    transform: scale(1.2);
}


.mini-container{
    width: 100%;
    height: 432px;
    display: flex;
    gap: 24px;
    margin-top: 20px;
}

.hot-salee{
    width: 100%;
    max-width: 312px;
    margin: 0 auto;
    height: 432px;
    border-radius: 10px;
    background-image: url('/zarnigor/image/hot-sale-bc.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.hot-salee p{
    margin-top: 34px;
    margin-bottom: 12px;
}


.btn-white{
    margin-top: 15px;
    border-radius: 43px;
    padding: 4px 4px;
    background-color: white;
    color: #00B207;
    cursor: pointer;
    border: none;
}


@media (max-width: 1024px) {
    .product-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .product-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .product-card,
    .product-card-2,
    .product-card-23 {
      width: 100%;
    }
  
    .mini-container {
      flex-direction: column;
      height: auto;
    }
  
    .hot-salee {
      width: 100%;
      height: 300px;
    }
  }
  
  @media (max-width: 480px) {
    .product-grid {
      grid-template-columns: 1fr;
    }
  
    .hot-salee {
      height: 250px;
    }
  }
  




.comments-section {
    max-width: 1320px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: var(--bg-color);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  
  #comments-list .comment {
    margin-bottom: 15px;
    padding: 10px;
    background-color: var(--border-color);
    border-left: 4px solid #28a745;
    border-radius: 8px;
    animation: fadeInUp 0.5s ease forwards;
  }
  
  #comments-list .comment strong {
    color: #28a745;
  }
  
  #comment-form input,
  #comment-form textarea {
    background-color: var(--border-color);
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ced4da;
    border-radius: 6px;
  }
  
  #comment-form button {
    margin-top: 10px;
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }
  
  #comment-form button:hover {
    background-color: #218838;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  