/**
 * UI komponentai – mygtukai, arc sekcija, search
 * Priklauso: header login/cart mygtukai, product-card kategorijos, gmg-arc-section-wh
 */

#black-user-login-btn:hover svg path,
#black-header-cart-btn:hover svg path {
  stroke: var(--white-color);
  transition: ease-in-out 0.3s;
}

#white-user-login-btn:hover svg path,
#white-header-cart-btn:hover svg path {
  stroke: var(--secondary-color);
  transition: ease-in-out 0.3s;
}

/* Arc sekcija – responsive dydžiai */
@media (max-width: 1399px) {
  .gmg-arc-section-wh {
    --c: 450px;
    height: 450px;
  }
}

@media (max-width: 1100px) {
  .gmg-arc-section-wh {
    --c: 370px;
    height: 370px;
  }
}

@media (max-width: 767px) {
  .gmg-arc-section-wh {
    --c: 230px;
    height: 230px;
  }
}

@media (max-width: 599px) {
  .gmg-arc-section-wh {
    --c: 190px;
    height: 190px;
  }
}

form.searchform .submit svg path {
  fill: var(--primary-color);
}
