@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
  --color-primary: #2e8ec8;
  --bg-image: none;
}

body {
  font-family: Lato, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: none;
  background:
    radial-gradient(circle at 50% -10%, rgba(46, 142, 200, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
  mask-image: none;
  pointer-events: none;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  border-radius: 14px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 1px rgba(46, 142, 200, 0.22), 0 10px 24px rgba(46, 142, 200, 0.22);
}

.quantity-field {
  border-radius: 14px;
}

.site-header-inner .info .image {
  border-radius: 12px;
}

.site-sale-banner {
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.28);
}

.site-home-categories .category {
  border-radius: 18px;
  padding: 24px var(--widget-padding);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 35px rgba(0,0,0,0.28);
  transition: color 0.15s ease-in-out, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-home-categories .category:hover {
  color: #ffffff;
  transform: translateY(-3px);
  border-color: rgba(46,142,200,0.22);
  box-shadow: 0 18px 45px rgba(0,0,0,0.34);
}

.category-description {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
}

.store-text {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
}

.store-text h1,
.store-text h2,
.store-text h3,
.store-text h4,
.store-text h5,
.store-text h6 {
  text-align: center;
}

.store-products-list .store-product,
.store-products-images .store-product {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 35px rgba(0,0,0,0.28);
}

.store-products-images .store-product {
  text-align: center;
}

.widget-title {
  text-align: center;
}

.widget .store-product {
  text-align: center;
}

.no-products {
  color: var(--color-text-secondary);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
}

.store-product-full {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 35px rgba(0,0,0,0.28);
}

.store-product .quantity-field {
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}

.store-product .quantity-field input[type=number] {
  border: none;
}

@media (width > 960px) {
  .navigation-horizontal > ul {
    border-radius: 18px;
    background: rgba(13,24,36,0.78);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 35px rgba(0,0,0,0.28);
    backdrop-filter: blur(10px);
  }
}

.navigation-horizontal .has-children > ul {
  border-radius: 16px;
  background: rgba(10,18,28,0.78);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
}

.widget {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 35px rgba(0,0,0,0.24);
}

@media (width <= 960px) {
  .widget.site-navigation {
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }
}

.widget-gift-card .gift-card-input {
  border-radius: 14px;
}

.widget-top-donator .avatar {
  border-radius: 50%;
}

.widget-community-goal .progress,
.widget-goal .progress {
  border-radius: 999px;
}

.widget-community-goal .progress-bar,
.widget-goal .progress-bar {
  border-radius: 999px;
}

.popup-content {
  border-radius: 22px;
  background: linear-gradient(180deg, #0d1824, #0a131d);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}

.popup-close {
  border-radius: 0 22px 0 14px;
}

.basket-popup-content,
.basket-popup-content .popup-close {
  border-radius: 0;
}

.basket-items {
  padding: var(--widget-padding) calc(var(--content-padding) - var(--widget-padding));
}

.basket-item {
  border-radius: 18px;
}

.basket-item .quantity {
  border-radius: 14px;
}

.toast {
  border-radius: 16px;
}

.toast-close {
  border-radius: 10px;
}

.store-category-tiered {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
}

.store-category-tiered-header h1,
.store-category-tiered-header h2,
.store-category-tiered-header h3,
.store-category-tiered-header h4,
.store-category-tiered-header h5,
.store-category-tiered-header h6 {
  text-align: center;
}

.store-product-tiered {
  border-radius: 18px;
  background: rgb(from var(--color-bg) r g b / 0.5);
  border: 1px solid rgba(255,255,255,0.08);
}

.media-slider .slider,
.media-slider .thumb {
  border-radius: 16px;
}

.media-slider .open-lightbox {
  border-radius: 12px;
}

.popup.popup-media-slider .thumb {
  border-radius: 16px;
}

.popup.popup-media-slider .popup-close {
  border-radius: 16px;
}