@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: #009DF4;
  --color-primary-hover: #52FFFF;
  --bg-image: url("https://template-assets.tebex.io/images/page-bg.jpg");
}

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

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: var(--bg-image) center center/cover no-repeat;
  opacity: 1;
  pointer-events: none;
}

body::after {
  content: none;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 1px rgba(82, 255, 255, 0.2), 0 10px 24px rgba(0, 157, 244, 0.18);
}

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

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

.site-sale-banner {
  border-radius: 999px;
}

.site-home-categories .category {
  border-radius: 16px;
  padding: 20px var(--widget-padding);
  background: linear-gradient(145deg, rgba(10, 15, 20, 0.95), rgba(8, 12, 18, 0.9));
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.site-home-categories .category:hover {
  transform: translateY(-2px);
  color: var(--color-primary-hover);
  border-color: rgba(82, 255, 255, 0.28);
}

.category-description,
.store-text,
.store-product-full,
.widget,
.no-products,
.store-category-tiered,
.store-product-tiered {
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(10, 15, 20, 0.95), rgba(8, 12, 18, 0.9));
}

.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: 16px;
  background: linear-gradient(145deg, rgba(10, 15, 20, 0.95), rgba(8, 12, 18, 0.9));
}

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

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

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

.site-content > main,
.site-content > form,
.store-form,
.store-product-options,
.store-quote,
.basket {
  border: 1px solid rgba(82, 255, 255, 0.16);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
}

.store-product .quantity-field {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

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

.navigation-horizontal > ul {
  border-radius: 999px;
}

.navigation-horizontal .has-children > ul {
  border-radius: 14px;
}

.widget {
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(10, 15, 20, 0.95), rgba(8, 12, 18, 0.9));
}

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

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

.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,
.popup-close,
.basket-popup-content,
.basket-popup-content .popup-close,
.toast,
.toast-close,
.store-category-tiered,
.media-slider .slider,
.media-slider .thumb,
.popup.popup-media-slider .thumb,
.popup.popup-media-slider .popup-close {
  border-radius: 16px;
}

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

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

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