/* İSS Bilişim - Header Mağaza Flow Button */

.cs_site_header.iss-flow-header-ready .cs_main_header_right {
  position: relative;
  z-index: 8;
  flex: 0 0 auto;
}

.cs_site_header.iss-flow-header-ready .cs_main_header_right.iss-shop-actions-host {
  gap: 10px !important;
}

@media screen and (min-width: 1200px) {
  .cs_site_header.iss-flow-header-ready .cs_main_header_center {
    box-sizing: border-box;
    padding-right: 64px;
  }
}

.cs_site_header .cs_main_header_right > a.cs_btn.cs_style_1.iss-flow-shop-button {
  position: relative !important;
  isolation: isolate;
  display: inline-flex !important;
  min-height: 46px;
  min-width: 116px;
  padding: 11px 40px 11px 20px !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow: hidden;
  color: #ED7306 !important;
  background: #FFFFFF !important;
  border: 1.5px solid rgba(237, 115, 6, 0.42) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transform: translateZ(0);
  transition: transform 180ms ease, border-color 220ms ease, color 220ms ease !important;
}

.cs_site_header .cs_main_header_right > a.iss-flow-shop-button::before,
.cs_site_header .cs_main_header_right > a.iss-flow-shop-button::after {
  content: none !important;
  display: none !important;
}

.cs_site_header .iss-flow-shop-button .iss-flow-button__text {
  position: relative !important;
  z-index: 4 !important;
  display: inline-block !important;
  color: inherit !important;
  white-space: nowrap;
  transform: translateX(-1px);
  transition: transform 560ms cubic-bezier(0.19, 1, 0.22, 1), color 180ms ease;
}

.cs_site_header .iss-flow-shop-button .iss-flow-button__circle {
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 1 !important;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #ED7306;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.055);
  transition: transform 650ms cubic-bezier(0.19, 1, 0.22, 1), opacity 160ms ease;
}

.cs_site_header .iss-flow-shop-button .iss-flow-button__arrow {
  position: absolute !important;
  top: 50%;
  z-index: 5 !important;
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
  color: #ED7306 !important;
  fill: none;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 650ms cubic-bezier(0.34, 1.56, 0.64, 1), color 180ms ease;
}

.cs_site_header .iss-flow-shop-button .iss-flow-button__arrow path {
  fill: currentColor !important;
}

.cs_site_header .iss-flow-shop-button .iss-flow-button__arrow--left {
  left: 10px;
  transform: translate(-32px, -50%);
}

.cs_site_header .iss-flow-shop-button .iss-flow-button__arrow--right {
  right: 14px;
}

.cs_site_header .cs_main_header_right > a.iss-flow-shop-button:hover,
.cs_site_header .cs_main_header_right > a.iss-flow-shop-button:focus-visible {
  color: #FFFFFF !important;
  border-color: #ED7306 !important;
}

.cs_site_header .iss-flow-shop-button:hover .iss-flow-button__circle,
.cs_site_header .iss-flow-shop-button:focus-visible .iss-flow-button__circle {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.cs_site_header .iss-flow-shop-button:hover .iss-flow-button__text,
.cs_site_header .iss-flow-shop-button:focus-visible .iss-flow-button__text {
  color: #FFFFFF !important;
  transform: translateX(12px);
}

.cs_site_header .iss-flow-shop-button:hover .iss-flow-button__arrow,
.cs_site_header .iss-flow-shop-button:focus-visible .iss-flow-button__arrow {
  color: #FFFFFF !important;
}

.cs_site_header .iss-flow-shop-button:hover .iss-flow-button__arrow--left,
.cs_site_header .iss-flow-shop-button:focus-visible .iss-flow-button__arrow--left {
  transform: translate(0, -50%);
}

.cs_site_header .iss-flow-shop-button:hover .iss-flow-button__arrow--right,
.cs_site_header .iss-flow-shop-button:focus-visible .iss-flow-button__arrow--right {
  transform: translate(38px, -50%);
}

.cs_site_header .cs_main_header_right > a.iss-flow-shop-button:active {
  transform: scale(0.97);
}

.cs_site_header .cs_main_header_right > a.iss-flow-shop-button:focus-visible {
  outline: 2px solid #ED7306;
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .cs_site_header .cs_main_header_right > a.cs_btn.cs_style_1.iss-flow-shop-button {
    min-width: 108px;
    min-height: 42px;
    padding: 10px 38px 10px 18px !important;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs_site_header .cs_main_header_right > a.iss-flow-shop-button,
  .cs_site_header .iss-flow-shop-button .iss-flow-button__text,
  .cs_site_header .iss-flow-shop-button .iss-flow-button__circle,
  .cs_site_header .iss-flow-shop-button .iss-flow-button__arrow {
    transition: none !important;
  }

  .cs_site_header .iss-flow-shop-button .iss-flow-button__circle,
  .cs_site_header .iss-flow-shop-button .iss-flow-button__arrow--left {
    display: none !important;
  }

  .cs_site_header .iss-flow-shop-button:hover,
  .cs_site_header .iss-flow-shop-button:focus-visible {
    background: #ED7306 !important;
    color: #FFFFFF !important;
  }

  .cs_site_header .iss-flow-shop-button:hover .iss-flow-button__text,
  .cs_site_header .iss-flow-shop-button:focus-visible .iss-flow-button__text {
    transform: translateX(-1px);
  }

  .cs_site_header .iss-flow-shop-button:hover .iss-flow-button__arrow--right,
  .cs_site_header .iss-flow-shop-button:focus-visible .iss-flow-button__arrow--right {
    transform: translateY(-50%);
  }
}
