/** Shopify CDN: Minification failed

Line 29:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:services-listed (INDEX:104) */
.buktatok-section {
  background: linear-gradient(to left, #ffffff 12%, #f4f5f7 12%);
}

.buktatok__img {
  margin-top: 70px !important;
}

.buktatok__left {
  padding: 0 60px 0 20px !important;
}

.buktatok__design-svg {
    margin: -50px 0 15px -53px!important;
}
/* END_SECTION:services-listed */

/* START_SECTION:top-bar (INDEX:110) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.top-bar {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.top-bar__inner {
  max-width: 1244px;
  margin: 0 auto;
  padding: 0 24px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.top-bar__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-bar__phone {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.top-bar__phone:hover { opacity: 0.7; }

.top-bar__divider { opacity: 0.3; }

.top-bar__center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.top-bar__btn {
  display: inline-block;
  padding: 6px 70px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.top-bar__btn:hover { 
    background: #2928b8;
    box-shadow: 0 8px 24px #3433d359;
    transform: scale(1.04);
}

.top-bar__right {
  display: flex;
  align-items: center;
}

.top-bar__showroom {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.top-bar__showroom:hover { opacity: 0.7; }

@media (max-width: 768px) {
  .top-bar__center { display: none; }
  .top-bar__left { display: none; }
  .top-bar__right { display: none; }
  .top-bar__inner {
    height: auto;
    padding: 8px 16px;
    justify-content: space-between;
  }

  /* Mobil sor */
  .top-bar__mobile {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .top-bar__mobile-phone,
  .top-bar__mobile-location {
    display: flex;
    align-items: center;
    color: #323F4B;
    flex-shrink: 0;
  }
  .top-bar__mobile-btn {
    flex: 1;
    text-align: center;
    padding: 8px 12px;
    background-color: #3433D3;
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
  }
}

@media (min-width: 769px) {
  .top-bar__mobile { display: none; }
}
/* END_SECTION:top-bar */