
/** main-footer **/

.main-footer{
  position: relative;
  background: #F7F7F7;
}

.main-footer .footer-bottom{
  border-top: 1px solid rgba(122, 95, 45, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(247, 244, 236, 0.92) 100%);
}

.main-footer .widget-title{
  position: relative;
  display: block;
}

.main-footer .widget-title h3{
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
}

.main-footer .links-widget .links-list li a:hover{

}

.main-footer .logo-widget .widget-content{
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 40px;
  padding-bottom: 30px;
}

.main-footer .logo-widget .widget-content p{
  font-size: 18px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 23px;
}

.main-footer .logo-widget .widget-content .scanner-box{
  position: relative;
  display: block;
  background: rgba(247, 247, 247, 1);
  border-radius: 10px;
  padding: 33px 15px;
}

.main-footer .download-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.main-footer .download-list li:last-child{
  margin: 0px !important;
}

.main-footer .download-list li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 50px;
  line-height: 60px;
  background: #383838;
  border-radius: 10px;
  font-size: 30px;
  color: #fff;
}

.main-footer .download-list li a:hover{

}

.main-footer .download-list li:nth-child(2) a{
  background: #fff;
  border: 1px solid #E5E5E5;
}

.main-footer .download-list li:nth-child(3) a{
  background: #90C300;
}

.main-footer .footer-lower{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}

.main-footer .footer-card{
  position: relative;
}

.main-footer .footer-card li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.main-footer .footer-card li:last-child{
  margin: 0px !important;
}

.main-footer .footer-card li h4{
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}

.main-footer .footer-card li a{
  position: relative;
  display: inline-block;
}

.main-footer .widget-section{
  border-bottom: 1px solid #E5E5E5;
}

.footer-bottom{
  position: relative;
  padding: 18px 0px;
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom .bottom-inner p{
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
}

.footer-bottom .bottom-inner p a{
  display: inline-block;
  font-weight: 600;
}

.footer-bottom .bottom-inner p a:hover{
  text-decoration: underline;
}

.main-footer .social-links{
  position: relative;
  display: flex;
  align-items: center;
}

.main-footer .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.main-footer .social-links li:last-child{
  margin: 0px !important;
}

.main-footer .social-links li a{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 48px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--title-color);
}

.main-footer .social-links li a:hover{
  color: #fff;
}

.dark_home .main-footer{
  background: linear-gradient(180deg, #151412 0%, #11100f 100%);
}

.dark_home .main-footer .widget-title h3{
  color: #fff;
}

.dark_home .main-footer .links-widget .links-list li a{
  color: #fff;
}

.dark_home .main-footer .logo-widget .widget-content,
.dark_home .main-footer .logo-widget .widget-content .scanner-box{
  background: linear-gradient(110.34deg, rgba(255, 255, 255, 0.175) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 0px;
}

.dark_home .main-footer .logo-widget .widget-content p{
  color: #fff;
}

.dark_home .main-footer .footer-card li h4{
  color: #fff;
}

.dark_home .main-footer .widget-section{
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.dark_home .footer-bottom .bottom-inner p{
  color: rgba(255, 255, 255, 0.80);
}

.dark_home .main-footer .footer-bottom{
  border-top: 1px solid rgba(212, 184, 122, 0.18);
  background: linear-gradient(180deg, rgba(22, 20, 18, 0.94) 0%, rgba(16, 15, 14, 0.98) 100%);
}

.dark_home .footer-bottom .bottom-inner p a{
  color: #e2c98f;
}

.dark_home .footer-bottom .bottom-inner p a:hover{
  color: #f0d9a6;
}

.main-footer .social-links li h5{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.dark_home .main-footer .social-links li h5{
  color: #fff;
}


/** rtl-css **/

.rtl .main-footer .download-list li,
.rtl .main-footer .footer-card li{
  margin-right: 0px;
  margin-left: 10px;
  float: right;
}

.rtl .main-footer .logo-widget{
  margin-left: 0px;
  margin-right: 80px;
}

.rtl .main-footer .social-links li{
  margin-right: 0px;
  margin-left: 10px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .main-footer .logo-widget{
    margin-left: 0px;
  }

  .rtl .main-footer .logo-widget{
    margin-right: 0px;
  }
}

@media only screen and (max-width: 991px){
  .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .footer-lower{
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .main-footer .widget-section{
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px){
  .main-footer .footer-lower{
    display: block;
  }

  .main-footer .footer-card{
    margin-top: 20px;
  }

  .footer-bottom .bottom-inner{
    display: block;
    text-align: center;
  }

  .main-footer .social-links{
    justify-content: center;
    margin-top: 15px;
  }

  .main-footer .footer-card li{
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 599px){
  
}

@media only screen and (max-width: 499px){
  .main-footer .logo-widget .widget-content{
    padding-left: 30px;
    padding-right: 30px;
  }
}

/** site-prefooter — tüm sayfalar, footer üstü koyu şerit **/

.site-prefooter {
  position: relative;
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(188, 152, 80, 0.15) 0%, rgba(188, 152, 80, 0) 44%),
    linear-gradient(180deg, #f5efe1 0%, #ece3d0 100%);
  border-top: 1px solid rgba(122, 95, 45, 0.18);
  border-bottom: 1px solid rgba(122, 95, 45, 0.14);
  padding: 36px 0 40px;
}

html.dark_home .site-prefooter {
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(212, 184, 122, 0.18) 0%, rgba(212, 184, 122, 0) 44%),
    linear-gradient(180deg, #1d1a17 0%, #141210 100%);
  border-top-color: rgba(212, 184, 122, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.site-prefooter__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px 32px;
}

.site-prefooter__brand-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #332915;
  max-width: 280px;
}

.site-prefooter__brand-link:hover {
  color: #241d10;
  opacity: 0.92;
}

html.dark_home .site-prefooter__brand-link {
  color: #fff;
}

.site-prefooter__brand-link img {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  padding: 4px;
}

html.dark_home .site-prefooter__brand-link img {
  background: rgba(255, 255, 255, 0.08);
}

.site-prefooter__brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}

.site-prefooter__brand-name {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
}

.site-prefooter__brand-tag {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(66, 51, 25, 0.75);
  line-height: 1.3;
}

html.dark_home .site-prefooter__brand-tag {
  color: rgba(255, 255, 255, 0.72);
}

.site-prefooter__nav {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  min-width: 0;
}

.site-prefooter__nav-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 18px;
}

.site-prefooter__nav-row a {
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(38, 29, 14, 0.94);
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.site-prefooter__nav-row a:hover {
  color: #1f180e;
  opacity: 0.85;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html.dark_home .site-prefooter__nav-row a {
  color: rgba(255, 255, 255, 0.95);
}

html.dark_home .site-prefooter__nav-row a:hover {
  color: #fff;
}

.site-prefooter__nav-row--muted a {
  font-size: 0.8rem;
  color: rgba(66, 51, 25, 0.75);
}

.site-prefooter__nav-row--muted a:hover {
  color: rgba(31, 24, 14, 0.9);
}

html.dark_home .site-prefooter__nav-row--muted a {
  color: rgba(255, 255, 255, 0.72);
}

html.dark_home .site-prefooter__nav-row--muted a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.site-prefooter__stores {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 14px;
}

.site-prefooter__store {
  display: inline-flex;
  line-height: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(48, 34, 15, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-prefooter__store:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(48, 34, 15, 0.24);
}

html.dark_home .site-prefooter__store {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

html.dark_home .site-prefooter__store:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.site-prefooter__store img {
  display: block;
  height: auto;
  max-height: 52px;
  width: auto;
}

@media only screen and (max-width: 991px) {
  .site-prefooter__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 20px 24px;
  }

  /* Sütun düzeninde flex-grow kapanır — ortada dev boşluk oluşmasını engeller */
  .site-prefooter__nav {
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .site-prefooter__brand-link {
    justify-content: center;
    max-width: none;
  }

  .site-prefooter__brand-text {
    align-items: center;
  }

  .site-prefooter__stores {
    justify-content: center;
    width: 100%;
  }

  /* Yatay sarılı, kısa satırlar — aşağıya uzayan blok yok */
  .site-prefooter__nav-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px 10px;
  }

  .site-prefooter__nav-row a {
    display: inline;
    padding: 2px 4px;
    min-height: 0;
    white-space: nowrap;
    background: none;
    border: none;
    border-radius: 0;
  }

  .site-prefooter__nav-row a + a::before {
    content: "·";
    display: inline;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 700;
    pointer-events: none;
  }

  .site-prefooter__nav-row--muted a {
    font-size: 0.78rem;
    white-space: normal;
  }

  .site-prefooter__nav-row--muted a + a::before {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 575px) {
  .site-prefooter {
    padding: 26px 0 30px;
  }

  .site-prefooter__inner {
    gap: 16px 20px;
  }

  .site-prefooter__nav {
    padding-left: 8px;
    padding-right: 8px;
  }

  .site-prefooter__nav-row {
    gap: 4px 8px;
  }

  .site-prefooter__nav-row:not(.site-prefooter__nav-row--muted) a {
    font-size: 0.8125rem;
  }

  .site-prefooter__nav-row--muted a {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .site-prefooter__nav-row a + a::before {
    margin-right: 8px;
  }

  .site-prefooter__stores {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
  }

  .site-prefooter__store img {
    max-height: 44px;
    max-width: min(200px, 42vw);
    width: auto;
  }

  .main-footer .footer-bottom {
    padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px));
  }
}











































