/** Shopify CDN: Minification failed

Line 45:0 Unexpected "}"

**/
@keyframes marquee {
    0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
      }

      .announcement-bar .slider {
        overflow: hidden !important;
          width: 100%;
          }

          .announcement-bar-slider {
            overflow: hidden !important;
            }

            .announcement-bar__message {
              animation: none !important;
                white-space: nowrap;
                }

                .marquee-wrap {
                  display: flex;
                    width: max-content;
                      animation: marquee 20s linear infinite;
                      }

                      .marquee-wrap span {
                        display: inline-block;
                          white-space: nowrap;
                            padding: 0 4rem;
                            }

                            .utility-bar {
                              padding-top: 0.3rem;
                                padding-bottom: 0.3rem;
                                }
                                /* Hide "Oturum aç" text in announcement bar */
.announcement__icons {
  display: none !important;
}
}

/* Account icon next to cart */
.header__icon--account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
.header__icon--account svg {
  width: 24px;
  height: 24px;
}
/* Full-width announcement bar */
.utility-bar .page-width {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}