/** Shopify CDN: Minification failed

Line 432:0 Unexpected "{"
Line 452:0 Expected "}" to go with "{"

**/


.hover-img1 > div > div > div > div > div > div > div > div > div > responsive-image:hover {
cursor: pointer;
  content: url("/cdn/shop/files/banner-anbau-hover.png") !important;
}


.product-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  background-color: transparent !important;
}

.product-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: transparent !important;
}

.m-product-card__main-image {
  position: relative;
  z-index: 1;
  transition: none !important;
  transform: none !important;
  background-color: transparent !important;
}

.m-product-card__media:hover .product-video-container,
.m-product-card__media:focus .product-video-container {
  opacity: 1;
}

video::-webkit-media-controls {
  display: none !important;
}

@media (hover: none) {
  .m-product-card__media {
    cursor: pointer;
  }
  
  .product-video-container {
    transition-delay: 50ms;
  }
}


/*responsive */

.m-section__header {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .m-section__button {
    margin-top: 0px;
  }
}




/*product video*/
@media (max-width: 767px) {
  video::-webkit-media-controls {
    display: none !important;
  }
  video::-webkit-media-controls-enclosure {
    display: none !important;
  }
  video::-webkit-media-controls-panel {
    display: none !important;
  }
  video::-webkit-media-controls-play-button {
    display: none !important;
  }
  video::--webkit-media-controls-start-playback-button {
    display: none !important;
  }
}


/*product page*/
.m-price-item {
font-weight:500;
font-size:1.4rem;
  
}

@media (max-width: 768px) {
  .jdgm-star {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
  }

  .jdgm-prev-badge__stars {
    gap: 2px; 
  }
}
@media (max-width: 480px) {
  .jdgm-star {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
  }

  .jdgm-prev-badge__stars {
    gap: 1px;
  }
}

  
/* product new */

.upfront-gallery {
  display: flex;
  flex-wrap: nowrap;
  gap: .4rem;
  align-items: flex-start;
}

.gallery-main {
  flex: 2;
}

.gallery-thumbs {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: .2rem;
}

.gallery-thumbs .thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.video-fancybox-trigger {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
  cursor: pointer;
}

.inline-video-wrapper {
  position: relative;
}

.inline-video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}

.fancybox__backdrop {
  background-color: #fff !important;
}

.fancybox__content {
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .upfront-gallery {
    flex-direction: row;
  }
}


/* son */
.m-product-card__info > h3 > a {
  font-size: 1.3rem;
  font-weight: 600;
}

/* review */
.m-product-card__reviews {
    margin-bottom: 0px;
}


/* review  end */


/* quick wiew */

.m-product-card__media {
  position: relative;
}

  .product-add-card {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  z-index: 10;

}

.product-add-round {
    position: absolute;
    bottom: -15px;
    right: -7px;
    width: 60px;
    height: 60px;
    background-color: rgb(0, 0, 0);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    }

.product-add-round:hover {
  background-color: #333;
}

.product-add-round svg {
  width: 20px;
  height: 20px;
}

.m-product-card__media {
  position: relative;
  overflow: visible !important;
}

.product-add-card {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  z-index: 10;
  overflow: visible; 
  pointer-events: auto;
}

.m-product-card__media {
  overflow: hidden; 
}

.m-product-card__price, .m-product-card__reviews {
    width: 75%;
}


/* */

/* eğer video yoksa bu kod kaldırılacak */
.m-product-card__hover-image {
  display: none !important;
}
/* son*/

.template-product #MainContent {
  padding-bottom: 0;
}

    .main-product__block-title {
        margin-top: 2px !important;
    }
.main-product__block-price {
        margin-top: 2px !important;
    }

.m-product-option--label {
  display:none;
}

/* blog */
.blog-swiper .swiper-slide .article-card .m-image,
.blog-swiper .swiper-slide .article-card img {
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto;
  object-fit: cover;
  display: block;
}
.blog-swiper .swiper-slide .article-card {
  max-width: 100%;
  height: auto;
}

.blog-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
}
.blog-swiper .swiper-slide responsive-image {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: block;
  overflow: hidden;
}

.blog-swiper .swiper-slide responsive-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-swiper__heading {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.3;
  color: inherit;
}

#Product-Thumb-Deferred-Poster-Modal-50043701264722 > span {
  display:none;
}


@media screen and (max-width: 767px) {
.m-product-quickview--media {
  width:50% !important;
}

.m-product-quickview--info {
  width:50% !important;
}
}

@media screen and (max-width: 767px) {
    .m-product-quickview .m-main-product--wrapper {
        flex-direction: row;
    }
}


.m-product-quickview--info.m-scrollbar--vertical.m\:display-flex.m\:w-full.md\:m\:w-1\/2 > div > div.main-product__block.main-product__block-description {
  display:none;
}

.m-product-quickview--info.m-scrollbar--vertical.m\:display-flex.m\:w-full.md\:m\:w-1\/2 > div > div.main-product__block {
margin-top:0;
}

#QuantityForm-product-quickview > div.m-product-dynamic-checkout.buy-one-click.show-add-to-cart > div > shopify-accelerated-checkout > more-payment-options-link {
  display:none;
}

media-gallery[data-context="quick-view"] .deferred-media__poster-button {
  display: none !important;
}


.thumb a img {
  max-width:98%;
}

@media screen and (max-width: 749px) {
  m-testimonials .m-slider-controls--bottom-center {
    position: absolute !important;
    top: 50% !important;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 1rem;
    pointer-events: none;
    z-index: 10;
  }

  m-testimonials .m-slider-controls__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }

  m-testimonials .m-slider-controls__button-prev,
  m-testimonials .m-slider-controls__button-next {
    position: relative;
    pointer-events: auto;
    background-color: white;
    border-radius: 9999px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: black;
    opacity: 1;
    transition: all 0.3s ease;
  }

  m-testimonials .m-slider-controls__button-prev svg,
  m-testimonials .m-slider-controls__button-next svg {
    width: 20px;
    height: 20px;
  }
}

.m-button--secondary {
      border-radius: 6px;
    background-color: #203F1D;
    color: #fff;
    border-color: #203F1D;
    margin-bottom: -8px;
}

{
  .m-button--secondary {
  background-color: #79AB4B;
  border: 1px solid #79AB4B;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none; /* başlangıçta gölge yok */
  cursor: pointer;
}

.m-button--secondary:hover {
  background-color: #6e9e44; /* biraz koyusu hover için */
  border-color: #6e9e44;
  color: #fff;
  box-shadow: none; /* varsa tamamen kaldır */
}

