/** Shopify CDN: Minification failed

Line 90:8 Expected identifier but found whitespace
Line 90:10 Unexpected "{"
Line 90:20 Expected ":"

**/
/* ---------- Gizle ---------- */
@media screen and (min-width: 992px) {
    .pc-gizle {
        display: none !important;
    }
}

/* Telefon */
@media (max-width: 767px) {
    .telefon-gizle {
        display: none !important;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
    .tablet-gizle {
        display: none !important;
    }
}

/* Büyük Ekran */
@media (min-width: 1536px) {}









.slideshow__controls {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .slideshow__controls {
    bottom: 10px;
  }
}




.product__info-container .price-item,
.product__info-container .price-item--regular{
  font-size: 24px;
}

.appstle_subscription_final_price {
    color: #783a07 !important;
    margin-right: 10px !important;
}











.product .product-tags {
  margin: 15px 0px;
  padding: 0;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.product .product-tags li {
  padding: 3px 13px;
  background: #FBEBE5;
  color: {{ settings.main_color }};
  font-size: 12px;
  border-radius: 20px;
}






.main-blog .title--primary {
  display: none;
}

.main-blog .card__information {
    padding-bottom: 30px;
    padding-top: 30px;
}

.main-blog .card-wrapper h3 {
  color: #000000;
  font-size: 32px;
  margin-bottom: 20px;
  color: #783a07;
}

.main-blog .article-card__excerpt {
    width: 100%;
    margin-top: 20px;
}

.card-wrapper h3 {
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
}

.card-wrapper .product-tags {
  margin: 15px 0px;
  padding: 0;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.card-wrapper .product-tags li {
  padding: 0px 13px;
  background: #F9EADA;
  color: #783A07;
  font-size: 12px;
  border-radius: 20px;
}

.card-wrapper .card-information .price {
  color: #000000!important;
  font-size: 16px!important;
  font-weight: 600;
}

.card-wrapper .card-information .price s {
  color: #000000!important;
  font-size: 16px!important;
  font-weight: 300;
}

.caption-with-letter-spacing {
    font-size: 14px;
    letter-spacing: unset;
    line-height: calc(1 + .2 / var(--font-body-scale));
    text-transform: unset;
    background: transparent;
    display: inline-flex;
    padding: 4px 16px;
    border-radius: 20px;
    border: 1px solid currentColor;
}













.article-template__hero-container {
  max-width: 130rem;
  margin: 40px auto;
}

.article-template__hero-large {
  height: 82.5rem;
  border-radius: 32px;
}

.article-template__hero-medium {
  height: 55rem;
  border-radius: 32px;
}

.article-template__title {
  font-size: 50px;
  letter-spacing: -1px;
}

.rte img {
  border-radius: 16px;
}

.rte h2 {
  font-size: 36px;
}

.rte h2 {
  font-size: 28px;
}

/* Telefon */
@media (max-width: 767px) {
  .article-template__hero-container {
    margin: 0px auto;
  }

  .article-template__hero-medium {
    height: 40rem;
    border-radius: 0px;
  }

  .article-template__title {
    font-size: 36px;
  }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* Büyük Ekran */
@media (min-width: 1536px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}













.related-products__heading {
  font-size: 48px;
}






.product-form__input {
    display: flex;
}

.product-form__input label {
  width: 100px;
  height: 100px;
  padding: 10px!important;
}

.product-form__input input {
  display: none;
  letter-spacing: 0;
}






















.footer__content-bottom-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

.copyright__content {
    font-size: 1.4rem;
}





.footer-block-image {
    display: flex;
    flex-direction: column;
}

.footer-block__image-wrapper {
    margin-bottom: 32px;
    overflow: hidden !important;
}






.footer-block__brand-info .footer__list-social.list-social {
    justify-content: flex-end;
}

@media screen and (max-width: 749px) {
    .footer-block__brand-info .footer__list-social.list-social {
        justify-content: center;
    }
}
