/*
Theme Name: Ars Inova Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: Ars İnova
Author URI: https://www.arsinova.com/
Description: Ars İnova, endüstriyel soğutma sistemleri için kullanılan plastik bileşenlerin tasarım ve üretimine odaklanmaktadır. Geliştirilen ürünler; soğutma dolaplarının yapısal, fonksiyonel ve aydınlatma ihtiyaçlarını karşılayacak şekilde mühendislik esaslarına göre üretilir.
Version: 1.1
Template: Porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: endustriyel sogutma sistemleri, endustriyel mutfak, direnaj ürünleri, led bar dolap ici aydinlatma, plastik enjeksiyon parcalar, industrial cooling profiles, industrial kitchen profiles, plastic injection parts, drainage products, led bar cabinet interior lighting
*/

@media (max-width: 1024px) {
    .elementor-element-e9e818f {
        display: none !important;
    }
    .elementor-element-bed7646 .elementor-widget-porto_mobile_menu_icon {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .elementor-element-b8bee27 .elementor-container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 10px 15px !important;
        width: 100% !important;
    }

    .elementor-element-b8bee27 .elementor-column,
    .elementor-element-b8bee27 .elementor-widget-wrap,
    .elementor-element-b8bee27 .elementor-element {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .elementor-element-f64d743 { width: auto !important; }
    .elementor-element-bed7646 { width: auto !important; display: flex !important; }

    .elementor-element-bed7646 .elementor-widget-porto_search_form,
    .elementor-element-bed7646 .elementor-widget-porto_switcher,
    .elementor-element-bed7646 .porto-vertical-divider {
        display: none !important;
    }
}

.currency-switcher, 
.currency-switcher-accordions, 
#menu-currency-switcher-mobile,
.menu-item-has-sub:has(a[href*="currency"]) {
    display: none !important;
}

#side-nav-panel .switcher-wrap .currency-switcher,
#side-nav-panel .currency-switcher-accordion-menu,
#side-nav-panel li.menu-item-has-sub:has(ul.currency-switcher-accordion-menu) {
    display: none !important;
}

#side-nav-panel li.menu-item a:contains("USD"),
#side-nav-panel li.menu-item a:contains("USD"),
#side-nav-panel li.menu-item-has-sub > a:contains("USD") {
    display: none !important;
}

#side-nav-panel .switcher-wrap h3 {
    display: none !important;
}

/* --- PAGE HEADER --- */
.ars-breadcrumb-container .breadcrumbs {
    display: flex !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
}
.ars-breadcrumb-container .breadcrumbs li { display: flex !important; align-items: center; font-size: 14px !important; color: #888888 !important; }
.ars-breadcrumb-container .breadcrumbs li a { color: #888888 !important; text-decoration: none !important; }
.ars-breadcrumb-container .breadcrumbs li.sep { margin: 0 10px !important; color: #ccc !important; }
.ars-breadcrumb-container .breadcrumbs li:last-child { color: #2184b3 !important; font-weight: 500; }

.ars-ph-title {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #161616 !important;
    position: relative !important;
    display: inline-block !important;
    padding-bottom: 12px !important;
}
.ars-ph-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0; left: 0; width: 0; height: 4px;
    background-color: #101540 !important;
    animation: drawLine 1s ease-out forwards !important;
}

#ars-ph2 .ars-sag-header-wrap { max-width: 450px !important; margin-top: 45px !important; }

.reveal-word {
    display: inline-block !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 22px !important;
    line-height: 1.5 !important;
    color: #888888 !important; 
    transition: color 0.6s ease, opacity 0.6s ease !important;
    opacity: 0.6;
}

.reveal-word.is-black {
    color: #161616 !important;
    opacity: 1 !important;
}

@keyframes drawLine { to { width: 100%; } }

.home #ars-ph, 
.home #ars-ph2,
.home .ars-sol-header-wrap,
.home .ars-sag-header-wrap {
    display: none !important;
}
.reveal-word {
    margin-right: 6px !important;
}

body.home #ars-ust-alan {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
}

body.home .page-main {
    padding-top: 0 !important;
}

@media (max-width: 767px) {
    .ars-sol-header-wrap, 
    .ars-sag-header-wrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
        max-width: 100% !important;
    }

    .ars-ph-title {
        font-size: 34px !important;
    }

    #ars-ph2 .ars-sag-header-wrap {
        margin-top: 20px !important;
    }

    .reveal-word {
        font-size: 18px !important;
    }
}

/* Alt Menü Liste Tasarımı */
ul.list.list-unstyled {
    padding: 0 !important;
    margin: 0 !important;
}

ul.list.list-unstyled li {
    margin-bottom: 10px !important;
    list-style: none !important;
}

ul.list.list-unstyled li a {
    color: #ffffff !important;*/
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important
    font-size: 18px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease-in-out !important;
    display: inline-block !important;
}

ul.list.list-unstyled li a:hover {
    color: #2184b3 !important;
    transform: translateX(5px) !important;
}


/* --- Urun s1&s2 --- */
.ars-minimal-gallery { 
    position: relative !important; 
    width: 100%; 
    display: block !important;
}

.ars-hero-img { 
    border-radius: 4px; 
    width: 100%; 
    height: auto; 
    display: block; 
}

.ars-floating-tech-spec {
    position: absolute !important;
    bottom: 20px !important;
    right: 20px !important;
    width: 140px !important;
    background: #ffffff !important;
    padding: 8px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
    border: 1px solid #f0f0f0 !important;
    z-index: 10 !important;
    line-height: 0;
}

.ars-tech-thumb { 
    border-radius: 4px; 
    width: 100%; 
    height: auto; 
}

.ars-minimal-info-box { 
    padding-left: 20px; 
    max-width: 450px; 
}

.ars-clean-title { 
    color: #161616 !important; 
    font-size: 38px !important; 
    font-weight: 600 !important; 
    margin-bottom: 30px !important; 
    letter-spacing: -1px; 
}

.ars-spec-list { 
    margin-bottom: 45px; 
    border-top: 1px solid #f4f4f4; 
}

.ars-spec-item { 
    display: flex !important; 
    justify-content: space-between; 
    padding: 15px 0; 
    border-bottom: 1px solid #f4f4f4; 
    align-items: center;
}

.ars-label { 
    color: #424242 !important;
    font-size: 18px; 
    font-weight: 700; 
}

.ars-value { 
    color: #161616 !important;
    font-weight: 800; 
    font-size: 18px; 
}

.ars-cat-link-minimal { 
    color: #161616 !important; 
    text-decoration: none !important; 
    transition: color 0.2s; 
}

.ars-cat-link-minimal:hover { 
    color: #048663 !important;
}

.ars-minimal-cta {
    display: inline-block;
    background: #2385b4 !important;
    color: #f0f0ef !important; 
    padding: 15px 50px !important;
    font-weight: 600 !important;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 20px rgba(35, 133, 180, 0.2) !important;
}

.ars-minimal-cta:hover {
    background: #048663 !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(4, 134, 99, 0.35) !important;
}

.mfp-wrap, .mfp-bg{
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
}

html.mfp-helper, body.mfp-helper{
  overflow: hidden !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.mfp-wrap.ars-premium-lightbox-ui .mfp-container{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 18px !important;
  box-sizing: border-box !important;
  background: transparent !important;
  background-image: none !important;
}

.mfp-wrap.ars-premium-lightbox-ui .mfp-content{
  margin: 0 !important;
  padding: 20px 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  background-color: #ffffff !important;
  background-image: none !important;
  box-shadow: none !important;
}

.mfp-wrap.ars-premium-lightbox-ui .mfp-figure{
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}


.mfp-wrap.ars-premium-lightbox-ui .mfp-container:before,
.mfp-wrap.ars-premium-lightbox-ui .mfp-container:after,
.mfp-wrap.ars-premium-lightbox-ui .mfp-content:before,
.mfp-wrap.ars-premium-lightbox-ui .mfp-content:after,
.mfp-wrap.ars-premium-lightbox-ui .mfp-figure:before,
.mfp-wrap.ars-premium-lightbox-ui .mfp-figure:after{
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

.mfp-wrap.ars-premium-lightbox-ui img.mfp-img{
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;

  max-width: 100% !important;
  max-height: 100% !important;

  background-color: #ffffff !important;
  background-image: none !important;
}

.mfp-wrap.ars-premium-lightbox-ui .mfp-close{
  position: fixed !important;
  top: 14px !important;
  right: 14px !important;
  z-index: 999999 !important;
  opacity: 1 !important;
  color: #fff !important;
  background: rgba(0,0,0,.55) !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  border-radius: 999px !important;
}

.mfp-wrap.ars-premium-lightbox-ui .mfp-counter{
  display: none !important;
}

.ars-final-gallery-wrap{
  position: relative;
  height: 520px;
  overflow: hidden;

  background-image: url('https://arsinova.com/wp-content/uploads/2026/02/urun-s1-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ars-final-gallery-wrap .ars-hero-img{
  width: auto !important;
  max-width: 100% !important;
  height: 520px !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

.ars-floating-tech-spec{
  z-index: 10 !important;
}

.ars-multi-codes{
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: right;
}
.ars-code-line{
  display: block;
}

.ars-cat-list{
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: right;
}

@media (max-width: 768px){

  .mfp-wrap.ars-premium-lightbox-ui .mfp-container{
    padding: 14px !important;
    box-sizing: border-box !important;
  }

  .mfp-wrap.ars-premium-lightbox-ui .mfp-content{
    width: 88vw !important;
    max-width: 88vw !important;
    max-height: 78vh !important;
    background: #fff !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .mfp-wrap.ars-premium-lightbox-ui .mfp-figure{
    width: 100% !important;
    max-height: 78vh !important;
    margin: 0 !important;
    background: #fff !important;
    position: relative !important;
  }

  .mfp-wrap.ars-premium-lightbox-ui img.mfp-img{
    width: 100% !important;
    height: auto !important;
    max-width: 88vw !important;
    max-height: 78vh !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .ars-final-gallery-wrap{
    height: 380px;
    background-image: url('https://arsinova.com/wp-content/uploads/2026/02/urun-s1-mobil-bg.png');
  }

  .ars-final-gallery-wrap .ars-hero-img{
    height: 380px !important;
  }

  .mfp-wrap.ars-premium-lightbox-ui .mfp-arrow{
    display: none !important;
  }

  .mfp-wrap.ars-premium-lightbox-ui .ars-mfp-index-wrap{
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 10px !important;
    display: flex !important;
    justify-content: center !important;
    pointer-events: none !important;
    z-index: 999999 !important;
  }

  .mfp-wrap.ars-premium-lightbox-ui .ars-mfp-index{
    display: inline-block !important;
    padding: 6px 12px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: rgba(0,0,0,0.55) !important;
    backdrop-filter: blur(4px) !important;
  }

  .ars-final-gallery-wrap{
    max-height: 380px !important;
    overflow: hidden !important;
  }

  .ars-final-gallery-wrap .ars-hero-img{
    width: 100% !important;
    height: 380px !important;
    object-fit: contain !important;
    display: block !important;
  }

  .ars-spec-item{
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 6px !important;
  }
	
    .ars-floating-tech-spec{
    width: 125px !important;
    padding: 6px !important;
    border-radius: 6px !important;
    bottom: 16px !important;
    right: 16px !important;
  }

  .ars-tech-thumb{
    width: 100% !important;
    height: auto !important;
  }

  .ars-label,
  .ars-value{
    width: 100% !important;
    text-align: left !important;
    font-size: 16px !important;
  }

  .ars-value a.ars-cat-link-minimal{
    display: inline-block !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  .ars-spec-list{
    margin-bottom: 20px !important;
  }

  body .mfp-wrap.ars-premium-lightbox-ui .mfp-arrow,
  body .mfp-wrap.ars-premium-lightbox-ui .mfp-arrow-left,
  body .mfp-wrap.ars-premium-lightbox-ui .mfp-arrow-right{
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
 body .mfp-wrap.ars-premium-lightbox-ui .mfp-content{
    position: relative !important;
    padding-bottom: 44px !important;
    overflow: hidden !important;
  }

  body .mfp-wrap.ars-premium-lightbox-ui .ars-mfp-index-wrap{
    position: absolute !important;
    left: 50% !important;
    bottom: 22px !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    pointer-events: none !important;
    z-index: 999999 !important;
  }

  body .mfp-wrap.ars-premium-lightbox-ui .ars-mfp-index{
    display: inline-block !important;
    padding: 6px 12px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: rgba(0,0,0,0.55) !important;
    backdrop-filter: blur(4px) !important;
  }
	
	  .ars-final-gallery-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .ars-final-gallery-wrap .ars-hero-img{
    margin-top: 10px !important;
    object-position: top center !important;
  }

}

/* --- Teklif Modal --- */
html.teklif-modal-open { overflow: hidden !important; }

#teklif-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(3px);
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

#teklif-modal.is-active { display: flex; }

.ars-teklif-modal-wrap {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ars-teklif-modal-wrap.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ars-teklif-close {
  position: absolute;
  top: 16px; right: 16px;
  background: #f4f4f4;
  border: none;
  width: 36px; height: 36px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.ars-teklif-close:hover { background: #e0e0e0; }

.ars-teklif-modal-title {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #161616 !important;
  margin: 0 0 8px 0 !important;
}

.ars-teklif-modal-sub {
  font-size: 16px;
  color: #777;
  margin: 0 0 24px 0;
}

/* Form alanları */
.teklif-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.teklif-field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.teklif-field-group.teklif-full-width { grid-column: 1 / -1; }

.teklif-field-group label {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #424242 !important;
  margin: 0 !important;
}

.teklif-field-group input[type="text"],
.teklif-field-group input[type="email"],
.teklif-field-group input[type="tel"],
.teklif-field-group textarea {
  width: 100% !important;
  padding: 11px 14px !important;
  border: 1.5px solid #e8e8e8 !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  color: #161616 !important;
  background: #fafafa !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  outline: none !important;
}

.teklif-field-group input:focus,
.teklif-field-group textarea:focus {
  border-color: #2385b4 !important;
  box-shadow: 0 0 0 3px rgba(35,133,180,0.12) !important;
  background: #fff !important;
}

.teklif-field-group textarea {
  resize: vertical !important;
  min-height: 110px !important;
}

.teklif-submit {
  width: 100% !important;
  padding: 14px !important;
  background: #2385b4 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background 0.3s, transform 0.2s !important;
}

.teklif-submit:hover {
  background: #048663 !important;
  transform: translateY(-2px) !important;
}

.wpcf7-not-valid-tip {
  font-size: 16px !important;
  color: #e53e3e !important;
  margin-top: 4px !important;
}

.wpcf7-response-output {
  margin: 12px 0 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  border: none !important;
}

.teklif-select {
  width: 100% !important;
  padding: 11px 14px !important;
  border: 1.5px solid #e8e8e8 !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  color: #161616 !important;
  background: #fafafa !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  appearance: auto !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}

.teklif-select:focus {
  border-color: #2385b4 !important;
  box-shadow: 0 0 0 3px rgba(35,133,180,0.12) !important;
  background: #fff !important;
  outline: none !important;
}

@media (max-width: 768px) {
  .ars-teklif-modal-wrap { padding: 28px 20px; }
  .teklif-form-grid { grid-template-columns: 1fr; }
  .ars-teklif-modal-title { font-size: 20px !important; }
}

/* --- urunler-bp --- */
#urunler-bp{
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}
#urunler-bp.elementor-section,
#urunler-bp.elementor-element{
  max-width: 1400px !important;
}
#urunler-bp img{
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

#ilgili-urunler,
#ilgili-urunler .elementor-widget-container,
#ilgili-urunler .e-con,
#ilgili-urunler .e-con-inner,
#ilgili-urunler .porto-posts-grid,
#ilgili-urunler .porto-carousel,
#ilgili-urunler .owl-stage-outer,
#ilgili-urunler .owl-stage,
#ilgili-urunler .owl-item{
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

#ilgili-urunler .porto-posts-grid::before,
#ilgili-urunler .porto-posts-grid::after,
#ilgili-urunler .porto-carousel::before,
#ilgili-urunler .porto-carousel::after,
#ilgili-urunler .owl-stage-outer::before,
#ilgili-urunler .owl-stage-outer::after{
  content:none !important;
  display:none !important;
}

#ilgili-urunler .porto-posts-grid,
#ilgili-urunler .portfolio-container{
  width:100% !important;
}

@media (min-width: 992px){
  body.tax-product_cat #ilgili-urunler .porto-posts-grid,
  body.tax-product_cat #ilgili-urunler .portfolio-container{
    display:grid !important;
    grid-template-columns: repeat(3, minmax(260px, 1fr)) !important;
    gap: 28px !important;
    justify-items: center !important;
    align-items: stretch !important;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  body.tax-product_cat #ilgili-urunler .porto-posts-grid,
  body.tax-product_cat #ilgili-urunler .portfolio-container{
    display:grid !important;
    grid-template-columns: repeat(2, minmax(240px, 1fr)) !important;
    gap: 22px !important;
    justify-items: center !important;
    align-items: stretch !important;
  }
}

@media (max-width: 767px){
  body.tax-product_cat #ilgili-urunler .porto-posts-grid,
  body.tax-product_cat #ilgili-urunler .portfolio-container{
    display:grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    justify-items: stretch !important;
    align-items: stretch !important;
  }
}

body.tax-product_cat #ilgili-urunler .porto-tb-item{
  width:100% !important;
  max-width: 420px !important;
  float:none !important;
  margin:0 !important;
  height:100% !important;
}

body.tax-product_cat #ilgili-urunler .porto-tb-item{
  display:block !important;
}

body.single-product #ilgili-urunler .porto-tb-item{
  height:100% !important;
  display:flex !important;
}

#ilgili-urunler .porto-tb-item .porto-section,
#ilgili-urunler .porto-tb-item .porto-section[style]{
  width:100% !important;
  height:100% !important;
  background:#f0efef !important;
  background-color:#f0efef !important;
  border-radius:14px !important;
  overflow:hidden !important;
  box-shadow:0 6px 20px rgba(0,0,0,.06) !important;
  transition:transform .18s ease, box-shadow .18s ease !important;
  display:flex !important;
  flex-direction:column !important;
  position:relative !important;
  padding:0 !important;
}

#ilgili-urunler .porto-tb-item:hover .porto-section,
#ilgili-urunler .porto-tb-item:hover .porto-section[style]{
  transform:translateY(-3px) !important;
  box-shadow:0 14px 32px rgba(0,0,0,.10) !important;
}

#ilgili-urunler .porto-tb-featured-image,
#ilgili-urunler .porto-tb-featured-image *,
#ilgili-urunler .thumb-info,
#ilgili-urunler .thumb-info-wrapper,
#ilgili-urunler figure,
#ilgili-urunler figure *,
#ilgili-urunler .tb-image-type-default,
#ilgili-urunler .tb-image-type-default *,
#ilgili-urunler img.wp-post-image{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

#ilgili-urunler .porto-tb-featured-image{
  padding:32px 28px 12px 28px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:1 1 auto !important;
  position:relative !important;
  z-index:5 !important;
}

#ilgili-urunler .porto-tb-featured-image img,
#ilgili-urunler img.wp-post-image{
  width:100% !important;
  max-width:340px !important;
  height:auto !important;
  object-fit:contain !important;
  display:block !important;
  background:transparent !important;
}

#ilgili-urunler .porto-heading{
  padding:0 20px 0 20px !important;
  text-align:center !important;
  position:relative !important;
  z-index:25 !important;
}

#ilgili-urunler .porto-heading h2 p,
#ilgili-urunler .porto-heading h3 p,
#ilgili-urunler .porto-heading p{
  margin:0 !important;
  padding:0 !important;
  line-height:0 !important;
  min-height:0 !important;
}

#ilgili-urunler .porto-heading p:empty{
  display:none !important;
}

#ilgili-urunler .porto-heading h2,
#ilgili-urunler .porto-heading h2[style],
#ilgili-urunler .porto-heading h2 a,
#ilgili-urunler .porto-heading h2 a[style],
#ilgili-urunler .porto-heading h3,
#ilgili-urunler .porto-heading h4,
#ilgili-urunler .porto-heading .post-title,
#ilgili-urunler .porto-heading .post-title a,
#ilgili-urunler .porto-heading [class*="porto-gb"]{
  margin:0 0 6px 0 !important;
  font-size:38px !important;
  font-weight:600 !important;
  line-height:1.25 !important;
  text-align:center !important;
  color:#000 !important;
  -webkit-text-fill-color:#000 !important;
  text-decoration:none !important;
}

#ilgili-urunler .porto-heading a[style],
#ilgili-urunler .porto-heading h2 a[style],
#ilgili-urunler .porto-heading [class*="porto-gb"] a[style]{
  color:#000 !important;
  -webkit-text-fill-color:#000 !important;
  filter:brightness(0) !important;
  text-decoration:none !important;
}

#ilgili-urunler .ars-urun-kodu-wrap{
  display:table !important;
  margin:2px auto 18px auto !important;
  padding:0 0 8px 0 !important;
  text-align:center !important;
  position:relative !important;
  z-index:25 !important;
  border-bottom:1.5px solid rgba(17,17,17,.22) !important;
  font-size:18px !important;
  font-weight:400 !important;
  letter-spacing:.1px !important;
  color:#000 !important;
}

#ilgili-urunler .ars-urun-kodu-wrap .ars-urun-kodu-label{
  font-weight:400 !important;
  color:#000 !important;
  margin-right:3px !important;
}

#ilgili-urunler .ars-urun-kodu-wrap .ars-urun-kodu-val{
  font-weight:700 !important;
  color:#000 !important;
}

#ilgili-urunler .ars-urun-kodu-wrap h3{
  margin:0 !important;
  font-size:inherit !important;
  font-weight:inherit !important;
  color:inherit !important;
  display:inline !important;
}

#ilgili-urunler a.product-button,
#ilgili-urunler .product-button,
#ilgili-urunler .btn.product-button{
  display:none !important;
}

#ilgili-urunler .porto-tb-item .porto-section::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:rgba(35,133,180,0.82) !important;
  transform:translateY(-100%) !important;
  transition:transform .24s ease !important;
  z-index:20 !important;
  pointer-events:none !important;
  border-radius:14px !important;
}

#ilgili-urunler .porto-tb-item:hover .porto-section::before{
  transform:translateY(0) !important;
}

#ilgili-urunler .porto-tb-item:hover .porto-heading,
#ilgili-urunler .porto-tb-item:hover .porto-heading *,
#ilgili-urunler .porto-tb-item:hover .porto-heading h2,
#ilgili-urunler .porto-tb-item:hover .porto-heading h2[style],
#ilgili-urunler .porto-tb-item:hover .porto-heading h2 a,
#ilgili-urunler .porto-tb-item:hover .porto-heading h2 a[style],
#ilgili-urunler .porto-tb-item:hover .porto-heading h3,
#ilgili-urunler .porto-tb-item:hover .porto-heading a,
#ilgili-urunler .porto-tb-item:hover .porto-heading .post-title,
#ilgili-urunler .porto-tb-item:hover .porto-heading .post-title a,
#ilgili-urunler .porto-tb-item:hover .porto-heading [class*="porto-gb"]{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}

#ilgili-urunler .porto-tb-item:hover .porto-heading a[style],
#ilgili-urunler .porto-tb-item:hover .porto-heading h2 a[style],
#ilgili-urunler .porto-tb-item:hover .porto-heading [class*="porto-gb"] a[style]{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  filter:brightness(0) invert(1) !important;
}

#ilgili-urunler .porto-tb-item:hover .ars-urun-kodu-wrap,
#ilgili-urunler .porto-tb-item:hover .ars-urun-kodu-wrap *,
#ilgili-urunler .porto-tb-item:hover .ars-urun-kodu-wrap .ars-urun-kodu-label,
#ilgili-urunler .porto-tb-item:hover .ars-urun-kodu-wrap .ars-urun-kodu-val{
  color:rgba(255,255,255,.95) !important;
  -webkit-text-fill-color:rgba(255,255,255,.95) !important;
  border-color:rgba(255,255,255,.40) !important;
}

#ilgili-urunler .porto-tb-item .porto-section::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:42% !important;
  transform:translate(-50%,-50%) scale(.85) !important;
  width:58px !important;
  height:58px !important;
  border-radius:50% !important;
  background-color:#fff !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h12' fill='none' stroke='%23111' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M13 6l6 6-6 6' fill='none' stroke='%23111' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C%2Fsvg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:26px 26px !important;
  box-shadow:0 8px 24px rgba(0,0,0,.18) !important;
  opacity:0 !important;
  transition:opacity .20s ease, transform .20s ease !important;
  z-index:30 !important;
  pointer-events:none !important;
}

#ilgili-urunler .porto-tb-item:hover .porto-section::after{
  opacity:1 !important;
  transform:translate(-50%,-50%) scale(1) !important;
}

@media (max-width: 768px){
  #ilgili-urunler .porto-tb-item .porto-section::before,
  #ilgili-urunler .porto-tb-item .porto-section::after{
    display:none !important;
  }
}

.custom-accordion .e-n-accordion-item{
  border-radius:10px;
  box-shadow:0 5px 20px rgba(0,0,0,0.07);
}

.custom-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon{
  width:1.875rem;
  height:1.875rem;
  background-color:#111;
  border-radius:50%;
}

.custom-accordion .e-n-accordion-item-title-icon > span{
  width:100%;
  justify-content:center;
}

.hp-prev:hover,
.hp-next:hover{
  background:#1a1a1a !important;
  color:white !important;
}

.wpcf7 textarea{
  width:100% !important;
  display:block;
  height:150px;
}

body.home .elementor-element-10fc223{
  display:none !important;
  margin:0 !important;
  padding:0 !important;
  min-height:0 !important;
  height:0 !important;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

.ars-detail-wrap,
.ars-led-wrap {
  --ars-font:   'DM Sans', sans-serif;
  --ars-green:  #008462;
  --ars-dark:   #161616;
  --ars-ink:    #222529;
  --ars-border: #E5E5E5;
  --ars-soft:   #F8F8F7;
  --ars-gap:    2px;
  font-family: var(--ars-font);
  width:       100%;
  margin:      0;
  padding:     52px 0 80px;
  background:  #fff;
  color:       var(--ars-ink);
  box-sizing:  border-box;
}

.ars-detail-wrap *, .ars-detail-wrap *::before, .ars-detail-wrap *::after,
.ars-led-wrap *,   .ars-led-wrap *::before,   .ars-led-wrap *::after {
  box-sizing: border-box;
}

.ars-inner,
.ars-led-wrap .ars-inner {
  max-width: 1400px;
  margin:    0 auto;
  padding:   0 30px;
}

.ars-section-header,
.ars-led-wrap .ars-section-header {
  display:     flex;
  align-items: center;
  gap:         12px;
  margin:      48px 0 20px;
}
.ars-inner:first-child .ars-section-header,
.ars-led-wrap .ars-inner:first-child .ars-section-header { margin-top: 0; }

.ars-section-bar,
.ars-led-wrap .ars-section-bar   { width: 4px; height: 26px; background: var(--ars-green); flex-shrink: 0; }

.ars-section-title,
.ars-led-wrap .ars-section-title { font-size: 22px; font-weight: 600; color: var(--ars-ink); margin: 0; white-space: nowrap; letter-spacing: -0.01em; }
.ars-section-title span,
.ars-led-wrap .ars-section-title span { font-size: 15px; font-weight: 400; color: #AAA; margin-left: 7px; }

.ars-section-line,
.ars-led-wrap .ars-section-line  { flex: 1; height: 1px; background: var(--ars-border); min-width: 0; }

.ars-panel-sublabel {
  font-size:     20px;
  font-weight:   600;
  color:         var(--ars-ink);
  margin:        0 0 16px;
  display:       flex;
  align-items:   center;
  gap:           10px;
  line-height:   1;
}
.ars-panel-sublabel::before {
  content:    '';
  display:    block;
  width:      10px;
  height:     10px;
  min-width:  10px;
  background: var(--ars-green);
}

.ars-desc-panel,
.ars-led-wrap .ars-desc-panel {
  background: var(--ars-dark);
  padding:    40px 44px;
  margin-top: var(--ars-gap);
  width:      100%;
}
.ars-desc-label,
.ars-led-wrap .ars-desc-label {
  font-size:     20px;
  font-weight:   600;
  color:         var(--ars-green);
  margin-bottom: 14px;
  display:       flex;
  align-items:   center;
  gap:           10px;
  line-height:   1;
}
.ars-desc-label::before,
.ars-led-wrap .ars-desc-label::before { content: ''; display: block; width: 10px; height: 10px; min-width: 10px; background: var(--ars-green); }
.ars-desc-text,
.ars-led-wrap .ars-desc-text {
  font-size:   18px;
  font-weight: 500;
  line-height: 1.85;
  color:       rgba(255,255,255,0.72);
  max-width:   860px;
  margin:      0;
}

.ars-top-grid {
  display:               grid;
  grid-template-columns: 1fr 1fr;
  gap:                   var(--ars-gap);
  background:            var(--ars-border);
  border:                1px solid var(--ars-border);
  width:                 100%;
}

.ars-parts-panel {
  background: #fff;
  padding:    32px 32px 24px;
  min-width:  0;
}

.ars-part-row { display: block; border-bottom: 1px solid #F0F0F0; }
.ars-part-row:last-child { border-bottom: none; }

.ars-part-row > a,
.ars-part-row > .ars-part-inner {
  display:         flex !important;
  flex-direction:  row !important;
  align-items:     center !important;
  flex-wrap:       nowrap !important;
  gap:             0;
  padding:         10px 0;
  width:           100%;
  text-decoration: none;
  color:           inherit;
}
.ars-part-row > a { cursor: pointer; }
.ars-part-row > a:hover .ars-part-img { transform: scale(1.05); }

.ars-part-img {
  display:     block !important;
  width:       130px !important;
  height:      104px !important;
  min-width:   130px !important;
  max-width:   130px !important;
  object-fit:  contain;
  flex-shrink: 0 !important;
  transition:  transform 0.3s;
}
.ars-part-img.ars-part-sifon {
  width:       200px !important;
  min-width:   200px !important;
  max-width:   200px !important;
  height:      104px !important;
  margin-left: 3px !important;
}

.ars-part-connector {
  display:        flex !important;
  flex-direction: row !important;
  align-items:    center !important;
  flex:           1 1 0% !important;
  min-width:      12px;
  padding:        0 8px;
}
.ars-part-dot  { display: block !important; width: 7px !important; height: 7px !important; min-width: 7px !important; border-radius: 50%; background: var(--ars-ink); flex-shrink: 0 !important; }
.ars-part-line { display: block !important; flex: 1 !important; height: 1px !important; background: #C8C8C8; min-width: 4px; }

.ars-part-info    { flex-shrink: 0 !important; min-width: 90px; padding-left: 4px; }
.ars-part-name-tr { display: block !important; font-size: 18px; font-weight: 500; color: var(--ars-ink); line-height: 1.3; }
.ars-part-code    { display: block !important; font-size: 13px; font-weight: 400; color: #AAA; margin-top: 3px; }

.ars-drawings-panel {
  background: var(--ars-soft);
  padding:    32px;
  min-width:  0;
}

.ars-drawings-grid {
  display:               grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows:    1fr 1fr;
  gap:                   10px;
}

.ars-drawing-card {
  background:      #fff;
  border:          1px solid var(--ars-border);
  display:         flex;
  flex-direction:  column;
  align-items:     center;
  justify-content: center;
  padding:         16px;
  aspect-ratio:    1 / 1;
  transition:      border-color 0.25s, box-shadow 0.25s;
  overflow:        hidden;
}
.ars-drawing-card:hover { border-color: var(--ars-green); box-shadow: 0 2px 14px rgba(0,132,98,0.10); }
.ars-drawing-card img   { width: 100%; height: 100%; object-fit: contain; display: block; flex: 1; min-height: 0; }
.ars-drawing-caption    { font-size: 10px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; color: #C0C0C0; margin-top: 8px; text-align: center; flex-shrink: 0; white-space: nowrap; }
.ars-impl-grid {
  display:               grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap:                   var(--ars-gap) !important;
  width:                 100% !important;
  align-items:           stretch !important;
  margin-top:            20px !important;
}
.ars-impl-grid > * { min-width: 0 !important; }

.ars-impl-photo {
  position:   relative !important;
  overflow:   hidden !important;
  background: #999 !important;
  height:     440px !important;
  border:     1px solid var(--ars-border);
}
.ars-impl-photo img {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important;
  object-fit: cover !important; object-position: center !important;
  display: block !important; transition: transform .5s !important;
}
.ars-impl-photo:hover img { transform: scale(1.02) !important; }
.ars-impl-photo-cap {
  position: absolute !important; left: 14px !important; bottom: 12px !important; z-index: 2 !important;
  font-size: 10px !important; font-weight: 500 !important; letter-spacing: 1.5px !important;
  text-transform: uppercase !important; color: rgba(255,255,255,.90) !important;
  text-shadow: 0 1px 4px rgba(0,0,0,.6) !important;
}

.ars-features-panel {
  background: var(--ars-green) !important;
  padding: 32px 28px !important;
  display: flex !important; flex-direction: column !important; justify-content: center !important;
  min-height: 440px !important; border: 1px solid var(--ars-border);
}
.ars-features-label {
  font-size: 20px !important; font-weight: 600 !important; color: #fff !important;
  margin: 0 0 18px !important; display: flex !important; align-items: center !important;
  gap: 10px !important; line-height: 1 !important;
}
.ars-features-label::before { content: ""; width: 10px; height: 10px; min-width: 10px; background: rgba(255,255,255,.75); display: block; }
.ars-features-list { list-style: none !important; margin: 0 !important; padding: 0 !important; display: flex !important; flex-direction: column !important; gap: 13px !important; }
.ars-features-list li { font-size: 17px !important; font-weight: 500 !important; color: #fff !important; line-height: 1.45 !important; display: flex !important; gap: 10px !important; }
.ars-features-list li::before { content: "—" !important; color: rgba(255,255,255,.55) !important; flex-shrink: 0 !important; font-size: 13px !important; margin-top: 3px !important; }

.ars-led-top-grid {
  display:               grid;
  grid-template-columns: 1fr 1fr;
  gap:                   var(--ars-gap);
  background:            var(--ars-border);
  border:                1px solid var(--ars-border);
  width:                 100%;
}

.ars-led-features-panel {
  background:     #fff;
  padding:        32px 32px 28px;
  min-width:      0;
  display:        flex;
  flex-direction: column;
  gap:            20px;
}

.ars-led-feature-block { border: 1px solid var(--ars-border); padding: 20px 22px; background: #fff; }
.ars-led-feature-title { font-size: 16px; font-weight: 700; color: var(--ars-green); margin-bottom: 12px; }
.ars-led-feature-list  { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.ars-led-feature-list li { font-size: 15px; color: var(--ars-ink); line-height: 1.5; padding-left: 14px; position: relative; }
.ars-led-feature-list li::before { content: '•'; position: absolute; left: 0; font-size: 13px; }

.ars-led-assembly-panel { background: var(--ars-soft); padding: 32px 32px 28px; min-width: 0; }

.ars-led-assembly-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }

.ars-led-asm-card {
  background: #fff; border: 1px solid var(--ars-border);
  display: flex; flex-direction: column; align-items: center;
  justify-content: flex-start; padding: 16px 10px 14px; gap: 10px; text-align: center;
}
.ars-led-asm-img  { display: block; width: 92px; height: 120px; object-fit: contain; flex-shrink: 0; }
.ars-led-asm-name { font-size: 13px; font-weight: 500; color: var(--ars-ink); line-height: 1.35; }

.ars-led-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--ars-border); margin-top: 4px; }
.ars-led-table { width: 100%; border-collapse: collapse; font-size: 15px; font-family: var(--ars-font); min-width: 700px; }
.ars-led-table thead tr { background: var(--ars-green); }
.ars-led-table thead th { color: #fff; font-weight: 600; font-size: 13px; text-align: center; padding: 14px 12px; border: 1px solid rgba(255,255,255,0.15); letter-spacing: 0.02em; text-transform: uppercase; white-space: nowrap; }
.ars-led-table thead th:last-child { white-space: normal; min-width: 0; width: 11%; }
.ars-led-table tbody tr:nth-child(odd)  { background: #fff; }
.ars-led-table tbody tr:nth-child(even) { background: var(--ars-soft); }
.ars-led-table tbody td { text-align: center; padding: 12px 14px; color: var(--ars-ink); font-weight: 400; border: 1px solid var(--ars-border); vertical-align: middle; line-height: 1.6; }

.ars-led-config-list  { border: 1px solid var(--ars-border); margin-top: 4px; }
.ars-led-config-row   { display: flex; flex-direction: row; align-items: center; border-bottom: 1px solid var(--ars-border); background: #fff; }
.ars-led-config-row:nth-child(even) { background: var(--ars-soft); }
.ars-led-config-row:last-child      { border-bottom: none; }
.ars-led-config-label {
  flex-shrink: 0; width: 200px; min-width: 200px;
  padding: 20px 20px 20px 24px; font-size: 14px; font-weight: 600;
  color: var(--ars-green); line-height: 1.35; border-right: 1px solid var(--ars-border);
  align-self: stretch; display: flex; align-items: center;
}
.ars-led-config-img { flex: 1; min-width: 0; padding: 12px 20px; display: flex; align-items: center; }
.ars-led-config-img a { display: inline-block; cursor: zoom-in; }
.ars-led-config-img a:hover img { opacity: 0.85; }
.ars-led-config-img img { width: 100%; height: auto; max-height: 120px; display: block; object-fit: contain; object-position: left center; }

@media (max-width: 960px) {
  .ars-top-grid,
  .ars-led-top-grid           { grid-template-columns: 1fr; }
  .ars-impl-grid               { grid-template-columns: 1fr 1fr !important; }
  .ars-features-panel          { grid-column: span 2 !important; min-height: auto !important; }
  .ars-impl-photo              { height: 260px !important; }
  .ars-drawings-grid           { grid-template-columns: 1fr 1fr; }
  .ars-led-config-label        { width: 160px; min-width: 160px; }
}

@media (max-width: 768px) {
  .ars-detail-wrap,
  .ars-led-wrap                { padding: 28px 0 40px; }
  .ars-inner,
  .ars-led-wrap .ars-inner     { padding: 0 16px; }
  .ars-section-header,
  .ars-led-wrap .ars-section-header { margin: 32px 0 14px; }
  .ars-section-title,
  .ars-led-wrap .ars-section-title  { font-size: 17px; }
  .ars-parts-panel, .ars-drawings-panel { padding: 20px 16px 16px; }
  .ars-part-img                { width: 90px !important; height: 72px !important; min-width: 90px !important; max-width: 90px !important; }
  .ars-part-img.ars-part-sifon { width: 130px !important; min-width: 130px !important; max-width: 130px !important; height: 72px !important; }
  .ars-part-name-tr            { font-size: 15px; }
  .ars-drawings-grid           { grid-template-columns: 1fr 1fr; gap: 8px; }
  .ars-drawing-card            { aspect-ratio: 1 / 1; }
  .ars-impl-grid               { grid-template-columns: 1fr !important; }
  .ars-impl-photo              { height: 260px !important; }
  .ars-features-panel          { grid-column: auto !important; min-height: auto !important; padding: 24px 20px !important; }
  .ars-desc-panel,
  .ars-led-wrap .ars-desc-panel { padding: 24px 16px; }
  .ars-desc-text,
  .ars-led-wrap .ars-desc-text  { font-size: 16px; }
  .ars-led-features-panel,
  .ars-led-assembly-panel       { padding: 20px 16px; }
  .ars-led-assembly-grid        { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .ars-led-config-row           { flex-direction: column; align-items: flex-start; }
  .ars-led-config-label         { width: 100%; min-width: 0; border-right: none; border-bottom: 1px solid var(--ars-border); padding: 12px 16px; align-self: auto; }
  .ars-led-config-img           { padding: 12px 16px 20px; width: 100%; }
  .ars-led-config-img img       { height: auto; max-height: 120px; }
}

@media (max-width: 480px) {
  .ars-inner,
  .ars-led-wrap .ars-inner     { padding: 0 12px; }
  .ars-section-title,
  .ars-led-wrap .ars-section-title { font-size: 15px; }
  .ars-part-connector          { display: none !important; }
  .ars-part-img                { width: 72px !important; height: 58px !important; min-width: 72px !important; max-width: 72px !important; }
  .ars-part-img.ars-part-sifon { width: 110px !important; min-width: 110px !important; max-width: 110px !important; height: 58px !important; }
  .ars-part-row > a, .ars-part-row > .ars-part-inner { gap: 10px; padding: 8px 0; }
  .ars-impl-photo              { height: 220px !important; }
  .ars-desc-panel,
  .ars-led-wrap .ars-desc-panel { padding: 20px 12px; }
  .ars-desc-text,
  .ars-led-wrap .ars-desc-text  { font-size: 15px; }
  .ars-led-assembly-grid        { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .ars-led-asm-card             { padding: 12px 8px 10px; }
  .ars-led-asm-img              { width: 70px; height: 92px; }
}

@media (max-width: 360px) {
  .ars-part-img                { width: 58px !important; height: 46px !important; min-width: 58px !important; max-width: 58px !important; }
  .ars-part-img.ars-part-sifon { width: 90px !important; min-width: 90px !important; max-width: 90px !important; height: 46px !important; }
  .ars-impl-photo              { height: 190px !important; }
  .ars-drawing-card            { padding: 8px; }
}
