.section-template--24949131084051__79493246-e843-4917-8389-dc34d2a5e295-padding {
     padding-top: 20px;
     padding-bottom: 24px;

   }

   @media screen and (min-width: 1199px) {
     .section-template--24949131084051__79493246-e843-4917-8389-dc34d2a5e295-padding {
       padding-top: 36px;
       padding-bottom: 44px;
     }
   }

  
  .breadcrumb a{color: rgba(var(--color-foreground),1);}
  .breadcrumb a:hover{ color: rgb(var(--color-base-solid-button-labels));}
  .breadcrumb{position: relative;z-index: 1;}
  .breadcrumb .breadcrumb_title{margin:0;}
  .breadcrumb a, .breadcrumb span{display: inline-block;margin-top:1rem;font-size:1.8rem;font-weight:400; padding: 0 0.4rem;}
  .breadcrumb.text-center{text-align:center;}
  .breadcrumb.text-start{text-align:left;}
  .breadcrumb.text-end{text-align:right;}
  .breadcrumb:before { position: absolute; content: "";  display: block;  width: 100%;  height: 100%;  left: 0;  top: 0;  z-index: -1;background:rgba(var(--color-base-background-1));opacity:.0;}
   span.breadcrumb__sep svg { transform: rotate(270deg);    vertical-align: middle;}

   @media screen and (max-width: 480px) {
     .breadcrumb .breadcrumb_title{font-size: 2.6rem;}
     .breadcrumb a, .breadcrumb span{font-size:1.4rem;}
   }
   

.product-hero-dark {
  background: #021827;        
  color: #ffffff;
}

.product-hero-dark .section-template--24949131084051__main-padding {
  padding-top: 0px;
  padding-bottom: 80px;
}

@media (min-width: 990px) {
  .product-hero-dark .page-width {
    max-width: 1400px;
    margin: 0 auto;
  }
}

/* ====== SOL METİN / SAĞ GÖRSEL DÜZENİ ====== */
.product-hero-dark .main-product_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

/* Görsel sağa geçsin */
.product-hero-dark .product__media-wrapper {
  order: 2;
  flex: 1 1 50%;
}

/* Metin sola geçsin */
.product-hero-dark .product__info-wrapper {
  order: 1;
  flex: 1 1 50%;
}

/* Mobilde tekrar alta alta gelsin */
@media (max-width: 989px) {
  .product-hero-dark .main-product_info {
    flex-direction: column;
  }

  .product-hero-dark .product__media-wrapper,
  .product-hero-dark .product__info-wrapper {
    flex: 1 1 100%;
  }
}

/* ====== GÖRSEL KISMI ====== */
.product-hero-dark .product__media-gallery {
  max-width: 640px;
  margin-left: auto;
}

.product-hero-dark .product__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Dikey thumbnail’ları gizle (örnek sitede yok) */
.product-hero-dark .thumbnail-slider {
  display: none;
}

/* Slider counter’ı ürünün altında ince ve sade hale getir */
.product-hero-dark .slider-buttons {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}

.product-hero-dark .slider-counter {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Okları yan yana, sade yap */
.product-hero-dark .slider-button {
  border-radius: 999px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ====== SOL METİN KISMI (TITLE, RANGE, BUTON) ====== */

/* Küçük kategori başlığı (PRÄZISIONSKLIMAGERÄTE gibi) */
.product-hero-dark .product__text {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  opacity: 0.7;
}

/* Ana başlık */
.product-hero-dark .product__title h1 {
  font-size: clamp(2.4rem, 3vw + 1rem, 3.4rem);
  line-height: 1.1;
  margin: 0 0 0.75rem;
}

/* Alt başlık (h2) gerekmiyorsa biraz daha küçük göster */
.product-hero-dark .product__title h2 {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 0 1.5rem;
  opacity: 0.8;
}

/* "Range: 44.9–460.6 kW" tipi satır için */
.product-hero-dark .range-line {
  font-weight: 500;
  margin-bottom: 1.75rem;
}

/* CTA butonu (Rechenzentrum gibi) */
.product-hero-dark .product-form__submit.product-form__s {
  max-width: 220px;
  border-radius: 999px;
  padding: 0.9rem 1.8rem;
  font-weight: 500;
  background-color: #ffffff !important;
  color: #021827 !important;
  border: none;
}

/* Özellik ikon bloğu ile diğer detaylar arasında biraz boşluk */
.product-hero-dark .product-additional__information {
  border: none;
  padding-bottom: 0;
  margin-bottom: 2.5rem;
}

.product-hero-dark .product-attributes,
.product-hero-dark .product__accordion {
  max-width: 520px;
}

/* Sticky bar vs eski layout bozulmasın */
.product-hero-dark .product__info-container--sticky {
  position: static;
}

.offitec-hero {
  background: #021827;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 80px;
}

.offitec-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

/* Sol metin */
.offitec-hero-text {
  flex: 0 0 45%;
  max-width: 520px;
}

/* Sağ taraf: slider + alt navigation */
.offitec-hero-media {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Sadece görselleri taşıyan slick slider */
.offitec-image-slider {
  width: 100%;
  max-width: 640px;
  overflow: visible; /* ikinci görselin yarısı gözükebilsin */
}

.offitec-image-slide {
  padding-right: 40px; /* ikinci resmi hafif içeri sokar */
}

.offitec-image-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Tipografi */
.offitec-hero-kategori {
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 1.2rem;
}

.offitec-hero-title {
  font-size: clamp(2.3rem, 3vw + 1rem, 3.4rem);
  line-height: 1.1;
  margin: 0 0 0.8rem;
}

.offitec-hero-range {
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.offitec-hero-desc {
  max-width: 520px;
  font-size: 0.98rem;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.offitec-hero-cta {
  border-radius: 999px;
  padding: 0.9rem 1.9rem;
  border: none;
  background: #ffffff;
  color: #021827;
  font-weight: 500;
  cursor: pointer;
}

/* Alt nav: oklar + 01 / 03 + ince çizgi */
.offitec-hero-controls {
  width: 100%;
  max-width: 640px;
  margin-top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

/* Orta grup (sayı + çizgi) */
.offitec-hero-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  min-width: 220px;
  max-width: 320px;
}

.offitec-hero-counter {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Çizgi */
.offitec-hero-progress {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.offitec-hero-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #ffffff;
  transition: width 0.4s ease;
}

/* Ok butonları */
.offitec-hero-arrow {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.2rem;
}

/* ==== TABLET VE MOBİL ==== */
@media (max-width: 989px) {
  .offitec-hero {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .offitec-hero-inner {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }

  .offitec-hero-text {
    flex: 1 1 100%;
    max-width: none;
  }

  .offitec-hero-media {
    flex: 1 1 100%;
    width: 100%;
  }

  .offitec-image-slider,
  .offitec-hero-controls {
    max-width: 100%;
  }

  .offitec-image-slide {
    padding-right: 20px;
    
  }
}

@media (max-width: 575px) {
  .offitec-hero {
    padding-top: 0px;
    padding-bottom: 35px;
  }

  .offitec-hero-title {
    font-size: 2rem;
  }

  .offitec-image-slide {
    padding-right: 16px;
    
  }
}
.offitec-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;  
  margin-bottom: 2.2rem;
  margin-top: 1.2rem;
}

.offitec-feature {
  display: flex;
  align-items: center;
  min-width: 220px;   
  max-width: 260px;
}

.offitec-feature-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 0.9rem;
}

.offitec-feature-text p {
  margin: 0;
}

.offitec-feature-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.7;
}

.offitec-feature-value {
  font-size: 0.95rem;
  font-weight: 500;
}

@media (max-width: 989px) {
  .offitec-hero-features {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .offitec-feature {
    min-width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: left;
  }
}

.offitec-hero-inner {
  gap: 3rem;   
}
.offitec-image-slider {
  width: 100% !important;   
  max-width: 760px;         
}

.offitec-image-slide {
  padding-right: 22px;    
}
.section-template--24949131084051__c55dd3b7-7822-4043-a0be-389abe0de71d-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--24949131084051__c55dd3b7-7822-4043-a0be-389abe0de71d-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }
  .number-counter.no-heading{border-radius: var(--card-corner-radius);}
  .number-counter .number-counter-wrapper{width:100%;}.number-counter .number-counter-section-wrapper .number-counter-wrapper,
    .number-counter .number-counter-section-wrapper .number-counter-wrapper-image{width:100%;}
  
   @media screen and (max-width: 990px) {.number-counter .number-counter-section-wrapper .number-counter-wrapper,
        .number-counter .number-counter-section-wrapper .number-counter-wrapper-image{width:100%;}
        .number-counter .number-counter-section-wrapper .number-counter-wrapper-image{ display: inline-flex;}
        .number-counter .number-counter-section-wrapper .number-counter-wrapper-image img{width:100%;height:100%; min-height: min(400px,90vw);}
     
   }
   
.offitec-related {
  background: #021827;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.offitec-related .title-wrapper-with-link {
  text-align: left;
  margin-bottom: 2rem;
}

.offitec-related .title-wrapper-with-link .title {
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* Grid içindeki kartları modernleştir */
.offitec-related .card {
  background: rgba(4, 24, 40, 0.95);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Hover efekti */
.offitec-related .card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65);
}

/* Görsel alanı */
.offitec-related .card__media {
  padding: 20px 20px 10px;
}

.offitec-related .card__media .media {
  background: radial-gradient(circle at 30% 0%, #0b3f5c 0, transparent 55%);
}

.offitec-related .card__media img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.offitec-related .card:hover .card__media img {
  transform: scale(1.05);
}

/* Başlık & kısa açıklama */
.offitec-related .card__information {
  padding: 0 20px 16px;
}

.offitec-related .card__heading a {
  font-size: 1rem;
  font-weight: 600;
  color: #f7f9ff;
}

.offitec-related .card__heading a:hover {
  color: #ffffff;
}

.offitec-related .rte.grid-view-hidden {
  margin-top: 4px;
  font-size: 0.85rem;
  opacity: 0.75;
}

/* Alttaki metafield ikon satırı (Duration / Range / Battery) */
.offitec-related .card__meta-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.4rem;
  padding: 10px 18px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  opacity: 0.85;
}

.offitec-related .card__meta-details li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.offitec-related .card__meta-details img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* Eski e-ticaret rozetlerini ve quick-buy ikonlarını gizle */
.offitec-related .card__badge,
.offitec-related .badge,
.offitec-related .product-icons {
  display: none !important;
}

/* Kart kenar boşlukları */
.offitec-related .product-grid .grid__item {
  padding: 0.75rem;
}

/* Slider bileşeninin altına biraz nefes alanı */
.offitec-related slider-component {
  margin-top: 0.5rem;
}

/* Tablet & mobil uyumu */
@media (max-width: 990px) {
  .offitec-related .title-wrapper-with-link {
    text-align: center;
  }
  .offitec-related .card {
    border-radius: 16px;
  }
}

@media (max-width: 575px) {
  .offitec-related .product-grid .grid__item {
    padding: 0.5rem 0;
  }
  .offitec-related .card__media img {
    height: 190px;
  }
}
.hidden-swatch {
  display: none;
}
.color-values-plus a {
  cursor: pointer;
  font-weight: bold;
  padding: 5px 10px;
  display: inline-block;
}  .hidden-swatch {
  display: none;
}
.color-values-plus a {
  cursor: pointer;
  font-weight: bold;
  padding: 5px 10px;
  display: inline-block;
}
.offitec-card-footer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.offitec-pdf-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00e0c6, #00b4ff);
  color: #021827;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.offitec-pdf-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
}

.offitec-pdf-icon {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
}

.offitec-pdf-icon svg {
  width: 20px;
  height: 20px;
}

.offitec-pdf-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.offitec-pdf-title {
  font-weight: 600;
}

.offitec-pdf-sub {
  font-size: 0.7rem;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.8;
}
