/* TrioFooter — 1:1 from triogold theme.css */

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer {
  font-family: var(--tg-font);
  overflow-x: clip;
  max-width: 100%;
}

/* Avantaj bantları */
.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .shopping-banners {
  padding: 20px 0;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .shopping-banners-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .shopping-banner-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 16px;
  position: relative;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .shopping-banner {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 0;
  transition: all 0.2s linear;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .shopping-banner .shopping-banner-img {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 4px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .shopping-banner .shopping-banner-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .shopping-banner .shopping-banner-title {
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #211a1d;
  margin-bottom: 8px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .shopping-banner .shopping-banner-title b {
  font-weight: 600;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .shopping-banner .shopping-banner-sub-title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #211a1d;
}

@media (min-width: 992px) {
  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .shopping-banner:hover {
    transform: translateY(-6px);
  }
}

@media (min-width: 1200px) {
  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .shopping-banner-col {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .shopping-banner-col:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 120px;
    background: #bebebe;
    opacity: 0.2;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .shopping-banner-col:last-child:after {
    display: none;
  }
}

/* Bülten + sosyal medya */
.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-row-1 {
  padding: 32px 0;
  background-color: #0558ee;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-row-1-inside {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -16px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-newsletter-col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 16px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-social-col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 16px;
}

@media (min-width: 992px) {
  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-newsletter-col {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-social-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .newsletter .newsletter-title {
  text-align: center;
  margin-bottom: 20px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .newsletter .newsletter-title > div {
  color: #fff;
  line-height: 48px;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 24px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .newsletter .newsletter-content form {
  position: relative;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .newsletter .newsletter-content form input {
  width: 100%;
  height: 70px;
  color: #211a1d;
  font-size: 16px;
  padding: 8px 90px 8px 24px;
  border: 1px solid #bebebe;
  border-radius: 10px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .newsletter .newsletter-content form input::placeholder {
  color: #bebebe;
  opacity: 1;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .newsletter .newsletter-content form button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  padding: 0;
  border: none;
  background: #008dd2;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .newsletter .newsletter-success {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 10px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-social div {
  margin: 0 12px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-social div:first-child {
  margin-left: 0;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-social div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-social div a svg path {
  fill: #fff;
  transition: all 0.2s linear;
}

@media (min-width: 1200px) {
  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-social div a:hover svg path {
    fill: #008dd2;
  }
}

@media (max-width: 1199px) {
  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .newsletter {
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-row-1 {
    padding-bottom: 40px;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .newsletter .newsletter-title > div {
    font-size: 28px;
    line-height: 36px;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .newsletter .newsletter-content form input {
    height: 52px;
    padding: 8px 70px 8px 16px;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .newsletter .newsletter-content form button {
    width: 60px;
  }
}

/* İletişim / menü / destek */
.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-row-2 {
  padding: 20px 0;
  background-color: #fff;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-row-2-inside {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 16px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu-container .footer-menu {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu-container .footer-menu {
    margin-bottom: 0;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu-container[data-menu-type="accordion"] {
    text-align: left;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu-container[data-menu-type="accordion"] .footer-menu .footer-menu-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 32px;
    margin-bottom: 32px;
    border: 1px solid #bebebe;
    border-radius: 10px;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu-container[data-menu-type="accordion"] .footer-menu .footer-menu-title:after {
    content: "+";
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu-container[data-menu-type="accordion"] .footer-menu .footer-menu-content {
    padding: 0 32px 32px;
    display: none;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu-container[data-menu-type="accordion"] .footer-menu.active .footer-menu-title {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu-container[data-menu-type="accordion"] .footer-menu.active .footer-menu-title:after {
    content: "−";
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu-container[data-menu-type="accordion"] .footer-menu.active .footer-menu-content {
    display: block;
    border: 1px solid #bebebe;
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin-bottom: 32px;
  }
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-logo {
  margin-bottom: 20px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-logo img {
  max-height: 60px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-mail, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-phone, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-address {
  margin-bottom: 20px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-mail a, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-phone a, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-address a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #211a1d;
  text-decoration: none;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-mail a .contact-area, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-phone a .contact-area, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-address a .contact-area {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-mail a .contact-area strong, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-phone a .contact-area strong, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-address a .contact-area strong {
  font-weight: 600;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-mail a .contact-area svg, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-phone a .contact-area svg, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-address a .contact-area svg {
  margin-right: 8px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-mail a > span, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-phone a > span, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-address a > span {
  font-size: 14px;
  font-weight: 500;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-mail a:hover > span, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-phone a:hover > span, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-address a:hover > span {
  color: #0558ee;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu .footer-menu-title {
  color: #211a1d;
  line-height: 28px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu .footer-menu-content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu .footer-menu-content > ul > li {
  margin-bottom: 8px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu .footer-menu-content > ul > li:last-child {
  margin-bottom: 0;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu .footer-menu-content > ul > li > a {
  display: inline-block;
  color: #211a1d;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s linear;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-menu .footer-menu-content > ul > li > a:hover {
    color: #0558ee;
  }
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-phone-second, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-whatsapp {
  margin-bottom: 16px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-phone-second a, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-whatsapp a {
  display: flex;
  align-items: center;
  color: #211a1d;
  padding: 12px 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  text-decoration: none;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-phone-second a .icon-svg, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-whatsapp a .icon-svg {
  padding: 12px;
  border-radius: 10px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-phone-second a .title-content b, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-whatsapp a .title-content b {
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-phone-second a .title-content span, .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-whatsapp a .title-content span {
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
}

/* Copyright + SSL */
.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-row-3 {
  padding: 48px 0;
  background-color: #fff;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-row-3-inside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  min-width: 0;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .copyright {
  color: #211a1d;
  font-size: 14px;
  min-width: 0;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-ssl {
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-ssl img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 40px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-row-3-inside {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 16px;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .footer-ssl {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .copyright {
    width: 100%;
    text-align: center;
    word-break: break-word;
  }
}

/* Scroll top */
.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .scroll-top {
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 50;
  cursor: pointer;
  background-color: #211a1d;
  border-radius: 100%;
  transition: all 0.2s linear;
}

.cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .scroll-top > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

@media (min-width: 1200px) {
  .cc_faIvPdY3Rx_ZoEtR1lkTg .trio-footer .scroll-top:hover {
    background-color: #ff4d00;
  }
}
