/** Shopify CDN: Minification failed

Line 155:21 Unexpected "{"
Line 155:31 Expected ":"
Line 155:59 Unexpected "{"

**/
.section-header {
  top: 42px !important;
}

body > .shopify-section:first-child ~ * {
  scroll-margin-top: 42px;
}

@media (max-width: 768px) {
  .section-header {
    top: 65px !important;
  }

    .top-bar__mobile {
    padding: 8px 16px 10px 16px;
    gap: 16px;
}

  .top-bar__mobile-phone svg,
  .top-bar__mobile-location svg {
    width: 33px;
    height: 33px;
  }

  .top-bar__mobile-btn {
    padding: 8px 20px;
  }
}@media (max-width: 749px) {
  .header__icon--account {
    display: flex !important;
  }
}

.about-kc-section+.buktatok-section, .buktatok-section
 {
    margin-top: 90px!important;
}

/*Menü hover */
.header__menu-item {
  text-decoration: none;
  background-image: linear-gradient(#00aeef, #00aeef);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: background-size 0.3s ease, color 0.3s ease;
}
.header__menu-item:hover {
  background-size: 100% 2px;
  color: #00aeef;
}

/*Menü aktív */
.header__menu-item[aria-current="page"] {
  text-decoration: none !important;
  background-size: 100% 2px;
  color: #00aeef;
}

.header__active-menu-item {
  text-decoration: none !important;
}

details.mega-menu > summary.header__menu-item {
  text-decoration: none;
}

.collection-hero__title {
  margin: 6.5rem 0 2.5rem!important;
}

/*cart*/

button#checkout.cart__checkout-button {
  border-radius: 8px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
  background: #3433d3 !important;
  border: 1px solid #3433d3 !important;
}

button#checkout.cart__checkout-button:after {
    box-shadow: none !important;
}

button#checkout.cart__checkout-button:hover {
  background: #2826b0;
  border-color: #2826b0;
  box-shadow: 0 8px 24px #3433d359;
  transform: translateY(-2px) !important;
}

.cart-count-bubble {
  background-color: #00aeef !important;
  color: #fff !important;
}
.card__media .motion-reduce:last-child {
  will-change: opacity;
}
/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}

.card__badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.kc-badge-new {
  background-color: #3433d3 !important;
  color: #fff !important;
}

.card__badge .color-{{ settings.sale_badge_color_scheme }} {
  background-color: #00aeef !important;
  color: #fff !important;
}

#CartDrawer-Checkout {
  background-color: #00aeef !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease !important;
}

#CartDrawer-Checkout:hover {
  background-color: #0090c8 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 174, 239, 0.35) !important;
  border: none !important;
}

cart-drawer #CartDrawer-Checkout.button:after {
  box-shadow: none !important;
}

.cart__view-cart-link {
  display: inline-block;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  color: #3433d3;
  margin-top: 8px;
  text-decoration: none;
  background-image: linear-gradient(#3433d3, #3433d3);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s ease, color 0.3s ease;
  align-self: center;
}

.cart__view-cart-link:hover {
  background-size: 100% 2px;
}

.cart__ctas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
}

.cart__view-cart-link:hover {
  background-size: 100% 2px;
}

cart-drawer #CartDrawer-Checkout.button:hover {
  box-shadow: 0 8px 24px rgba(0, 174, 239, 0.35) !important;
  transform: translateY(-2px) !important;
}

/*termék-grid*/
.card__heading a {
  text-decoration: none!important;
  background-image: linear-gradient(#00aeef, #00aeef);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s ease;
  padding-bottom: 5px;
}

.card__heading a:hover {
  background-size: 100% 2px;
}

/*szűrő*/
.facets__summary-label {
  background-image: linear-gradient(#00aeef, #00aeef);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: background-size 0.3s ease!important;
  padding-bottom: 2px;
  text-decoration:none!important;
}

.facets__summary:hover .facets__summary-label {
  background-size: 100% 2px;
  color: #00aeef;
}
