.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: 16px;
  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: relative;
  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;
}