.elementor-11793 .elementor-element.elementor-element-fd9da4c{--display:flex;--min-height:194px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-11793 .elementor-element.elementor-element-fd9da4c:not(.elementor-motion-effects-element-type-background), .elementor-11793 .elementor-element.elementor-element-fd9da4c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://elevatorsan.com/wp-content/uploads/2026/04/srd-breadcrumbs-img-1.jpg");background-position:center center;background-size:cover;}.elementor-11793 .elementor-element.elementor-element-9c7a82f .elementor-heading-title{font-size:35px;font-weight:600;color:#FFFFFF;}.elementor-11793 .elementor-element.elementor-element-cd5e2cb .woocommerce-breadcrumb{color:#FFFFFF;}.elementor-11793 .elementor-element.elementor-element-cd5e2cb .woocommerce-breadcrumb > a{color:#FFFFFF;}.elementor-11793 .elementor-element.elementor-element-7de8a5c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-11793 .elementor-element.elementor-element-8455dd4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11793 .elementor-element.elementor-element-7b4c5d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11793 .elementor-element.elementor-element-82b87d3 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:30px;font-weight:700;}.elementor-11793 .elementor-element.elementor-element-4e235c7{color:#000000;}.elementor-11793 .elementor-element.elementor-element-4e235c7 a{color:#0F8C8E;}.elementor-11793 .elementor-element.elementor-element-ad28099{--display:flex;}.elementor-11793 .elementor-element.elementor-element-6c7ab79{--display:flex;}.elementor-11793 .elementor-element.elementor-element-d0dace3.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-11793 .elementor-element.elementor-element-d0dace3.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-11793 .elementor-element.elementor-element-8455dd4{--width:50%;}.elementor-11793 .elementor-element.elementor-element-7b4c5d2{--width:50%;}}@media(max-width:1024px){.elementor-11793 .elementor-element.elementor-element-d0dace3.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-11793 .elementor-element.elementor-element-d0dace3.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-product-related, class: .elementor-element-d0dace3 *//* =========================
   PROTEK – Related Products Premium
   Targets: wpbf-grid ... + products + elementor-grid
   Accent: #2da7a5
   ========================= */

:root{
  --pm-rel-accent:#2da7a5;
  --pm-rel-text:#0f172a;
  --pm-rel-muted:#6b7280;
  --pm-rel-line:#e5e7eb;
  --pm-rel-soft:#f8fafc;
  --pm-rel-shadow: 0 18px 60px rgba(15,23,42,.10);
}

/* Container spacing */
.related.products,
.woocommerce .related.products{
  margin-top: 34px;
}

/* Title */
.related.products > h2,
.woocommerce .related.products > h2{
  font-size: clamp(18px, 2.1vw, 26px);
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: var(--pm-rel-text);
  position: relative;
  padding-left: 14px;
}
.related.products > h2::before,
.woocommerce .related.products > h2::before{
  content:"";
  position:absolute;
  left:0; top:50%;
  transform: translateY(-50%);
  width: 4px; height: 18px;
  border-radius: 99px;
  background: var(--pm-rel-accent);
}

/* Grid: senin verdiğin sınıflarla + wc products */
.wpbf-grid.products.elementor-grid,
.wpbf-grid.products,
.woocommerce .related .products{
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 !important;
  padding: 0 !important;
}

/* Responsive */
@media (max-width: 1024px){
  .wpbf-grid.products.elementor-grid,
  .wpbf-grid.products,
  .woocommerce .related .products{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 820px){
  .wpbf-grid.products.elementor-grid,
  .wpbf-grid.products,
  .woocommerce .related .products{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px){
  .wpbf-grid.products.elementor-grid,
  .wpbf-grid.products,
  .woocommerce .related .products{
    grid-template-columns: 1fr;
  }
}

/* Reset li spacing */
.woocommerce .related .products li.product,
.wpbf-grid.products li.product{
  width: auto !important;
  margin: 0 !important;
  list-style: none !important;
}

/* Card */
.woocommerce .related .products li.product,
.wpbf-grid.products li.product{
  border: 1px solid var(--pm-rel-line) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, var(--pm-rel-soft) 0%, #fff 100%) !important;
  box-shadow: 0 10px 30px rgba(15,23,42,.06) !important;
  overflow: hidden !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
  position: relative !important;
}

/* Accent glow corner */
.woocommerce .related .products li.product::after,
.wpbf-grid.products li.product::after{
  content:"";
  position:absolute;
  inset:auto -60px -60px auto;
  width: 180px; height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(45,167,165,.22), transparent 62%);
  pointer-events:none;
}

.woocommerce .related .products li.product:hover,
.wpbf-grid.products li.product:hover{
  transform: translateY(-4px);
  border-color: rgba(45,167,165,.45) !important;
  box-shadow: var(--pm-rel-shadow) !important;
}

/* Thumbnail area */
.woocommerce .related .products li.product a.woocommerce-LoopProduct-link,
.wpbf-grid.products li.product a.woocommerce-LoopProduct-link{
  display: block;
  padding: 14px 14px 0;
  text-decoration: none !important;
}

/* Image */
.woocommerce .related .products li.product img,
.wpbf-grid.products li.product img{
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  border-radius: 14px !important;
  background: #fff;
  transition: transform .25s ease !important;
}
.woocommerce .related .products li.product:hover img,
.wpbf-grid.products li.product:hover img{
  transform: scale(1.03);
}

/* Content spacing */
.woocommerce .related .products li.product .woocommerce-loop-product__title,
.wpbf-grid.products li.product .woocommerce-loop-product__title{
  margin: 12px 14px 6px !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
  color: var(--pm-rel-text) !important;
  font-weight: 800 !important;

  /* 2 satır clamp */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.35em * 2);
}

/* Rating */
.woocommerce .related .products li.product .star-rating,
.wpbf-grid.products li.product .star-rating{
  margin: 0 14px 10px !important;
  opacity: .95;
}

/* Price */
.woocommerce .related .products li.product .price,
.wpbf-grid.products li.product .price{
  margin: 0 14px 14px !important;
  font-size: 14.5px !important;
  color: var(--pm-rel-text) !important;
  font-weight: 900 !important;
}
.woocommerce .related .products li.product .price del,
.wpbf-grid.products li.product .price del{
  color: var(--pm-rel-muted) !important;
  font-weight: 700 !important;
  opacity: .8;
}
.woocommerce .related .products li.product .price ins,
.wpbf-grid.products li.product .price ins{
  text-decoration: none !important;
  color: var(--pm-rel-text) !important;
}

/* Button (Add to cart) – varsa */
.woocommerce .related .products li.product a.button,
.wpbf-grid.products li.product a.button{
  margin: 0 14px 16px !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(45,167,165,.45) !important;
  background: linear-gradient(180deg, rgba(45,167,165,.22), rgba(45,167,165,.10)) !important;
  color: var(--pm-rel-text) !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease !important;
}
.woocommerce .related .products li.product a.button:hover,
.wpbf-grid.products li.product a.button:hover{
  transform: translateY(-1px);
  border-color: rgba(45,167,165,.70) !important;
  box-shadow: 0 18px 40px rgba(45,167,165,.14) !important;
}

/* Remove default “added” link spacing */
.woocommerce .related .products li.product a.added_to_cart,
.wpbf-grid.products li.product a.added_to_cart{
  margin: 0 14px 16px !important;
  display: inline-block !important;
  font-weight: 800;
  color: var(--pm-rel-muted);
}

/* If theme adds weird clearfix / floats */
.woocommerce ul.products::before,
.woocommerce ul.products::after{
  display: none !important;
}/* End custom CSS */