/*
Theme Name: Greenwich
Theme URI: https://basework.studio
Author: Basework Studio
Author URI: https://basework.studio
Version: 1.0
Text Domain: gw
*/

a.added_to_cart.wc-forward {
  display: none;
}

.add_to_cart_button:after {
  content: "" !important;
}

.account-sidebar-list-content-list-item a.is-active p {
  color: #ff5000;
}

.account-sidebar-list-content-list-item a.is-active i {
  background: #fdf4ec;
}

.account-sidebar-list-content-list-item a.is-active i svg path,
.account-sidebar-list-content-list-item a.is-active i svg rect {
  stroke: #ff5000;
}

.hero-2-content-footer-piece input::-webkit-outer-spin-button,
.hero-2-content-footer-piece input::-webkit-inner-spin-button,
.comp-34-list-item-content-footer-piece input[type="number"]::-webkit-outer-spin-button,
.comp-34-list-item-content-footer-piece input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-no-products-found {
  display: none;
}

.woocommerce-notices-wrapper {
  display: none;
}

.hero-5-image.filter-passions:after {
  opacity: 0 !important;
}

.hero-2-figure-slide .hero2Slide .swiper-slide picture {
  width: 100%;
}

.hero-2-quality-tab-head {
  display: none !important;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .hero-2-figure-slide .hero2Slide .swiper-slide picture {
    height: 100%;
  }

  .hero-2-figure-slide-pagination-list-item picture {
    height: 80px;
  }
}

.card-front-content-block-title h3 {
  font-size: 22px;
  font-family: 'Barlow Semi Condensed Medium';
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  color: #222;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .card-front-content-block-title h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1201px) {
  .card:hover .card-front-content-block-title h3 {
    color: #fff;
  }
}

.footer-contain-menu nav {
  flex-wrap: wrap;
  row-gap: 12px;
}
/* BW-26 — Ana sayfa marka tanımı paragrafı.
   Sayfanın ilk okunabilir metni menü dökümü olmasın diye hero'nun hemen altında;
   karşılığı olan hazır bir bileşen yok, bu yüzden kendi kuralları var. */
.gw-brand-intro {
  margin-top: 40px;
}

.gw-brand-intro p {
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Barlow Semi Condensed Regular';
  font-size: 20px;
  line-height: 150%;
  color: #222;
  text-align: center;
}

/* BW-26 — Ana sayfa SSS: SSS sayfasındaki comp-43 akordiyonu yeniden kullanılıyor.
   Aşağıdakiler yalnızca iki uyarlama: (1) bileşenin SSS sayfasına özgü dikey
   boşlukları, (2) Bootstrap'in aria-expanded'ına bağlı ikon durumunun <details>
   karşılığı ([open]) — kabuk JS beklemeden açılabilsin diye <details> kullanılıyor.
   NOT: style.css, main.min.css'ten ÖNCE yüklenir; eşit özgüllükte derlenmiş CSS
   kazanır. Bu yüzden seçiciler bileşenin kendi zincirini taşıyacak kadar uzun. */
.gw-faq .comp-43-head {
  padding-top: 0;
}

.gw-faq .comp-43-accordion {
  margin-bottom: 0;
}

.gw-faq .comp-43-accordion .accordion summary.card-header {
  list-style: none;
}

.gw-faq .comp-43-accordion .accordion summary.card-header::-webkit-details-marker {
  display: none;
}

.gw-faq .comp-43-accordion .accordion summary.card-header:focus-visible {
  outline: 2px solid #ff5000;
  outline-offset: -2px;
}

.gw-faq .comp-43-accordion .accordion details[open] > .card-header i span:last-child {
  opacity: 0;
}

.gw-faq .comp-43-accordion .accordion details[open] > .card-header:hover i {
  -webkit-transform: none;
  transform: none;
}

/* Bileşenin açık grisi (#909090) normal metinde WCAG AA eşiğinin altında kalıyor
   (beyaz üstünde 3.19:1); aynı paletten koyu ton 7.56:1 veriyor. */
.gw-faq .comp-43-accordion .accordion .card-body .description {
  color: #5d5341;
}

@media only screen and (max-width: 767px) {
  .gw-brand-intro p {
    font-size: 16px;
    text-align: left;
  }
}
