.card-category .title {
  font-weight: 400;
}

.big-card {
  padding: 2rem 1rem 0 1rem;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.big-card .big-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  height: 100%;
  min-height: 590px;
}
.big-card .title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.big-card .title span {
  font-size: 16px;
}
.big-card .price-group .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.big-card .price-group .prices .list-price {
  color: #989898;
  font-size: 14px;
}
.big-card .price-group .prices .sale-price {
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
}
.big-card .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.big-card .details a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--white);
  padding: 0.5rem 1.5rem;
  border-radius: 32px;
  color: var(--grey1);
  font-weight: 600;
}
.big-card .big-card-image {
  margin-top: auto;
}

body.home-body .pattern-group .p-g-mod .p-g-mod-header {
  border: none;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--grey1);
}

.card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem 0 1rem;
}

.info-form {
  font-size: 13px;
  font-weight: 500;
  color: var(--grey1);
}
.info-form:hover {
  color: var(--grey1);
}

.card-content-padding {
  padding-inline: 1rem;
}

.card-price-list {
  background: #e5e5e5;
  padding: 10px 1rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-price-list .price-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.card-price-list .price-group .prices .sale-price {
  font-size: 16px !important;
}
.card-price-list .price-group .oliz-price {
  font-size: 9px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--grey1);
}
.card-price-list .price-group .oliz-price img {
  width: 80px;
}
.card-price-list .buttons a {
  border-color: var(--accent) !important;
  border-radius: 32px !important;
  color: var(--grey1) !important;
  padding-inline: 1rem !important;
}
.card-price-list .buttons a:hover {
  background: var(--accent) !important;
  color: var(--white) !important;
}

.header-custom-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-inline: 1rem;
}
.header-custom-menu li a {
  color: var(--grey1);
  font-size: 13px;
  font-weight: 500;
}

.header-dropdown-open {
  background: white;
  padding: 1rem 0;
}
.header-dropdown-open .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-dropdown-open .navbar-nav .nav-link {
  color: var(--grey1);
}

body.home-body header.desktop,
body.product-body header.desktop {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
body.home-body header.desktop .header-center,
body.product-body header.desktop .header-center {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
body.home-body header.desktop .header-custom-menu li a,
body.home-body header.desktop .header-center .header-actions .actions-item-user a,
body.home-body header.desktop .header-center .header-actions .actions-item-basket .name,
body.home-body header.desktop .header-center .header-actions .actions-item-basket .name .basket-summary,
body.home-body header.desktop .header-center .header-actions .actions-item-basket .icon i,
body.product-body header.desktop .header-custom-menu li a,
body.product-body header.desktop .header-center .header-actions .actions-item-user a,
body.product-body header.desktop .header-center .header-actions .actions-item-basket .name,
body.product-body header.desktop .header-center .header-actions .actions-item-basket .name .basket-summary,
body.product-body header.desktop .header-center .header-actions .actions-item-basket .icon i {
  color: var(--white);
}
body.home-body header.desktop .header-center .header-actions .actions-item-user .dropdown-menu li a,
body.product-body header.desktop .header-center .header-actions .actions-item-user .dropdown-menu li a {
  color: var(--grey1);
}

.gradient-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#474747), color-stop(50%, rgba(71, 71, 71, 0))), -webkit-gradient(linear, left top, right top, color-stop(20%, #474747), to(#222));
  background: linear-gradient(to bottom, #474747, rgba(71, 71, 71, 0) 50%), linear-gradient(to right, #474747 20%, #222);
  padding-top: 100px;
}

body.product-body header.desktop {
  background: -webkit-gradient(linear, left top, left bottom, from(#474747), color-stop(50%, rgba(71, 71, 71, 0))), -webkit-gradient(linear, left top, right top, color-stop(20%, #474747), to(#222));
  background: linear-gradient(to bottom, #474747, rgba(71, 71, 71, 0) 50%), linear-gradient(to right, #474747 20%, #222);
}

.related-products-group .value {
  color: var(--white);
}

.oliz-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}
.oliz-price span {
  color: var(--grey2);
  font-size: 14px;
  font-weight: 400;
}

.oliz-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 1rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0.5rem 0;
}
.oliz-code input {
  background: transparent;
  border: none;
  width: 100%;
  color: white;
}
.oliz-code input::-webkit-input-placeholder {
  color: white;
}
.oliz-code input::-moz-placeholder {
  color: white;
}
.oliz-code input:-ms-input-placeholder {
  color: white;
}
.oliz-code input::-ms-input-placeholder {
  color: white;
}
.oliz-code input::placeholder {
  color: white;
}
.oliz-code input:focus {
  outline: 0;
  border: none;
}

.dropdown-category-wrapper {
  position: inherit;
  display: inline-block;
}

.dropdown-category {
  position: relative;
  z-index: 10000;
}
.dropdown-category .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #fff;
  color: #000;
  padding: 10px 10px;
  border-radius: 6px;
  font-weight: 600;
}
.dropdown-category .nav-link i.fas.fa-th-large {
  margin-right: 8px;
}
.dropdown-category .nav-link i.fas.fa-chevron-down {
  margin-left: auto;
}

#mega-menu {
  position: absolute;
  display: none;
  width: 100vw;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 20px 60px;
  z-index: 9999;
}
#mega-menu .mega-menu-grid {
  background: #f7f7f7;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}
#mega-menu .catbox {
  background: #f7f7f7;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
#mega-menu .catbox.catbox-last {
  border-right: none;
}
#mega-menu .catbox img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#mega-menu .catbox a {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

#sub-categories-container {
  margin-top: 15px;
  display: none;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
#sub-categories-container .sub-category-list {
  display: none;
}
#sub-categories-container .sub-category-list .sub-category-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
#sub-categories-container .sub-category-list .sub-category-item {
  min-width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sub-categories-container .sub-category-list .sub-category-item .sub-category-title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}
#sub-categories-container .sub-category-list .sub-category-item .sub-ul-menu {
  padding-left: 15px;
  margin: 0;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
#sub-categories-container .sub-category-list .sub-category-item .sub-ul-menu li {
  margin-bottom: 4px;
}
#sub-categories-container .sub-category-list .sub-category-item .sub-ul-menu li a {
  font-size: 13px;
  color: #666;
  text-decoration: none;
}

.sub-categories-container {
  font-family: "Inter", sans-serif !important;
}

/* FOOOTER */

/* FOOTER GENEL */

#site-footer {
  background: #f5f5f5;
  color: #181818;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  padding-top: 60px;
  border-top: 3px solid #d70000;
}

.container-max-1200 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-top .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

/* SAĞ VE SOL ALANLAR */

.col-right {
  flex: 0 0 32%;
  max-width: 32%;
  background: #fff;
  padding: 30px 25px;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.col-left {
  flex: 0 0 64%;
  max-width: 64%;
}

@media (max-width: 992px) {
  .col-right,
  .col-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* İLETİŞİM */

.ff-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ff-contact img {
  width: 32px;
  height: 32px;
}

.ff-text span {
  display: block;
}

.ff-phone {
  font-size: 18px;
  font-weight: bold;
  color: #181818;
}

.footer-sanal-tur a {
  display: inline-block;
  margin-top: 5px;
  border: 1.5px solid #d70000;
  color: #d70000;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: 0.2s;
  text-decoration: none;
}

.footer-sanal-tur a:hover {
  background: #d70000;
  color: #fff;
}


/* BÜLTEN */

.newsletter-content {
  margin: 25px 0;
}

.bulten {
  background: #9b0000;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  color: white;
  text-align: center;
}

.newsletter-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  color: #fff;
}

.newsletter-description {
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}

.newsletter-form {
  display: flex;
  background: #760000;
  border-radius: 0 0 15px 15px;
  padding: 15px;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: center;
}

.newsletter-input {
  flex: 1;
  min-width: 200px;
  padding: 10px 15px;
  border: none;
  border-radius: 25px;
  font-size: 13px;
}

.btn.btn-submit {
  background: transparent;
  border: none;
  cursor: pointer;
}

.btn.btn-submit img {
  width: 28px;
  height: 28px;
}


/* ALT YAZI */

.col-right span {
  display: block;
  font-size: 13px;
  text-align: center;
}


/* MENÜLER */

.footer-menu-d {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 10px;
}

.footer-menu-d ul {
  list-style: none;
  padding: 0;
  min-width: 180px;
}

.footer-menu-d .title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}

.footer-menu-d li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 3px 0;
  transition: 0.2s;
}

.footer-menu-d li a:hover {
  color: #d70000;
}


/* FOOTER MIDDLE */

.footer-middle {
  background: #fff;
  /* padding: 10px 0; */
  margin-top: 40px;
  border-top: 1px solid #ddd;
}

.patent_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.patent_img img {
  height: 28px;
  object-fit: contain;
}

.destekConcact-etbis img {
  height: 60px;
}


/* RESPONSIVE */

@media (max-width: 768px) {
  .footer-menu-d {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-input,
  .btn.btn-submit {
    width: 100%;
  }
}

.pdp-technical-features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.items-list {
  flex: 1 1 300px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.items-list .title {
  background-color: #d70000;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

.items-list .item {
  display: flex;
  justify-content: space-between;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.items-list .item:last-child {
  border-bottom: none;
}

.items-list .v {
  color: #444;
  font-weight: 500;
  flex: 1;
}

.items-list .t {
  flex: 1;
  text-align: right;
  font-weight: bold;
  color: #000;
}

.image-hover-box {
  position: relative;
  overflow: hidden;
}

.image-hover-box img {
  display: block;
  width: 100%;
  transition: opacity 0.4s ease;
}

.image-hover-box .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.image-hover-box:hover .hover-image {
  opacity: 1;
}

.image-hover-box:hover .main-image {
  opacity: 0;
}

div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-showcase .p-g-mod-header,
div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-base-content .p-g-mod-header {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-showcase .p-g-m-h-icon,
div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-base-content .p-g-m-h-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-showcase .p-g-m-h-icon i,
div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-base-content .p-g-m-h-icon i {
    border: 1px solid #ccc !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    color: #E31E24 !important;
}

div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-showcase .p-g-m-h-info,
div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-base-content .p-g-m-h-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
}

div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-showcase .p-g-m-h-i-title,
div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-base-content .p-g-m-h-i-title {
    font-family: 'Gilroy-SemiBold' !important;
    font-size: 24px !important;
    line-height: 22px !important;
    color: #E31E24 !important;
}

div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-showcase .p-g-m-h-i-description,
div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-base-content .p-g-m-h-i-description {
    font-size: 19px !important;
    line-height: 22px !important;
    letter-spacing: -0.02em !important;
    color: #A1A1A1 !important;
    font-family: 'Gilroy-Regular' !important;
}

.waves-body {
  margin: 0;
  background: linear-gradient(60deg, #F5F5F5 0%, #F5F5F5 100%);
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
  fill: #F5F5F5;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  fill: #F7F7F7;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  fill: #FAFAFA;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  fill: #FCFCFC;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
  fill: #FFFFFF;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  
.energy-badge {
    position: relative;
    display: inline-block;
    padding: 6px 14px 6px 12px;
    margin: 4px 0;
    font-weight: bold;
    color: #000;
    border-radius: 4px 4px 4px 4px;
}

.energy-category-badge {
  text-align: center;
  color: #fff; /* Beyaz renk */
  font-weight: 700;
  border-radius: 3px;
  font-size: 12px;
  box-shadow: 0 0 4px rgba(0,0,0,0.15);
  pointer-events: none;
  user-select: none;
  padding: 6px 10px;
  display: inline-block;
  margin: 5px 5px 5px 0;
  min-width: 80px;
  vertical-align: middle; /* Yatay ortalama için */
  line-height: 1.4; /* Dikey ortalama için */
}

}