/*
 Theme Name:   	Agrica Child
 Theme URI: 	https://themelocker.tech/wordpress/agrica
 Description:  	This is a child theme for Agrica - Organic Farm Agriculture WordPress Theme
 Author:       	Validthemes
 Author URI:   	https://themeforest.net/user/validthemes/portfolio
 Template:     	agrica
 Version:      	1.0
 Tags:         	two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  	agrica-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

[data-widget_type="agricaheader.default"] .top-bar ul {
    margin-bottom: unset;
}

.e-con {
    --container-max-width: 1140px;
    --container-default-padding-top: 0px;
    --container-default-padding-right: 0px;
    --container-default-padding-bottom: 0px;
    --container-default-padding-left: 0px;
}
.side .widget .logo img {
    height: 60px;
    object-fit: contain !important;
}
.swiper-slide.banner-style-four.bg-cover.swiper-slide-visible.swiper-slide-active.swiper-slide-duplicate-next.swiper-slide-duplicate-prev {
    background-color: #000000 !important;
}
.e-con-inner {
    max-width: 100% !important;
}
.banner-area.banner-style-four.navigation-circle .swiper-button-prev, .banner-area.banner-style-four.navigation-circle .swiper-button-next {
    opacity: 0 !important;
}
.banner-area.banner-style-four.navigation-circle .swiper-button-prev, .banner-area.banner-style-four.navigation-circle .swiper-button-next {
    border: 2px solid var(--color-heading);
    display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-feature-item img {
        height: 230px !important;
    }
}
.product-feature-item img {
    height: 224px !important;
    margin-bottom: 15px;
}
@media (max-width: 1023px) {
    body.logged-in nav.navbar .collapse-mobile {
      margin-top: 0px; 
    }
}
.thumb a.popup-youtube.video-play-button {
    display: none;
}
.product-meta {
    clear: both;
    margin-top: 35px;
    float: left;
    width: 100%;
    display: none !important;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 15px;
    display: none !important;
}

/* ===== CONTAINER SPACING ===== */
.seed-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin: 50px 0;
  padding: 0 10px;
}

/* ===== CARD ===== */
.seed-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.25s ease;
  border: 1px solid #f1f1f1;
}

.seed-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
}

/* ===== CARD HEADER ===== */
.seed-card h3 {
  background: #2f9e44;
  color: #fff;
  padding: 18px 22px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 16px 16px 0 0;
  margin: 0;
}

/* ===== LIST ===== */
.seed-card ul {
  padding: 20px 22px;
}

.seed-card li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #f3f3f3;
}

.seed-card li:last-child {
  border-bottom: none;
}

/* ===== TEXT ===== */
.seed-name {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

/* ===== BUTTON ===== */
.seed-btn {
  background: #2f9e44;
  color: #fff;
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.2s;
}

.seed-btn:hover {
  background: #237a34;
}

/* ===== EMPTY STATE ===== */
.seed-card li:only-child {
  justify-content: flex-start;
  color: #888;
  font-size: 14px;
}

/* ===== TABS ===== */
.seed-tabs {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 5px;
}

.tab {
  padding: 10px 20px;
  border-radius: 50px;
  background: #f4d07a;
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  transition: 0.25s;
}

.tab:hover {
  background: #e0b95f;
}

.tab.active {
  background: #2f9e44 !important;
}

/* ===== MOBILE ===== */
@media(max-width:768px){
  .seed-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
div#seed-tabs {
    /* padding: 50px 0px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: scroll;
    width: 100%;
    padding-left: 10px;
    margin: 50px 0px;
    padding-bottom: 10px;
}



div#seed-tabs>.tab {
    min-width: fit-content;
    margin-right: 10px;
}
.seed-card li {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #f3f3f3 !important;
}
a.whatsapp-btn {
    background: #37b248;
    color: white;
    padding: 10px;
    border-radius: 10px;
}
.single-product-contents a:hover {
    color: #ffffff;
}
.carousel-item.product-item>a>img {
    border-radius: 10px;
   height: 400px !important;
    object-fit: contain;
}
.product-details .product-thumb .product-item {
    padding: 10px !important;
    background: #efefef !important;
    position: relative;
}
.product-stock.validthemes-in-stock {
    margin-bottom: 40px;
    display: block;
    margin-top: 20px;
    display: none;
}


.seed-products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;

    margin: 77px 20px;
}
/* 4 column */
@media (max-width: 1350px) {
  .seed-products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* 3 column */
@media (max-width: 1118px) {
  .seed-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 2 column */
@media (max-width: 768px) {
  .seed-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 1 column */
@media (max-width: 568px) {
  .seed-products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}


/* CARD */
.seed-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s;
  position: relative;
}

.seed-card:hover {
  transform: translateY(-6px);
}

/* IMAGE */
.seed-img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 15px;
}

/* TITLE */
.seed-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

/* BUTTON WRAP */
.seed-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

/* VIEW BTN */
.details-btn {
  padding: 8px 16px;
  background: #f2f2f2;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* WHATSAPP */
.wa-btn {
  padding: 8px 16px;
  background: #25D366;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

/* LOAD MORE */
.load-more-btn {
  display: block;
  margin: 40px auto;
  padding: 12px 28px;
  background: #1f8f3a;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.seed-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden; /* 🔥 THIS FIX */
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.seed-img {
  width: 100%;
  height: 200px;
  object-fit: contain; /* or cover if you want crop */
  display: block;
  padding: 15px;
}

.seed-card img {
    max-width: 284px;
    height: 342px;
    display: block;
    margin: 0 auto;
}.related.products {
    display: none !important;
}.related.products {
    display: none !important;
}