@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
:root {
   --color-primary: #dc2626;
   --color-primary-blue: #00d5d9;
   --bg-image: url("https://template-assets.tebex.io/images/page-bg.jpg");
}

body {
   font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   max-height: 250px;
   z-index: -1;
   background: var(--bg-image) center center/cover no-repeat;
   mask-image: linear-gradient(rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0));
   pointer-events: none;
}
@media (width > 960px) {
   body::before {
      max-height: 200px;
   }
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
   border-radius: 8px;
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
   transform: translateY(-2px);
}

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

.site-header-inner .info .image {
   border-radius: 10px;
}
.site-header-inner .user-name ul li {
   overflow: hidden;
}
.site-header-inner .user-name ul li:first-child {
   border-top-left-radius: 2px;
   border-top-right-radius: 2px;
}
.site-header-inner .user-name ul li:last-child {
   border-bottom-left-radius: 2px;
   border-bottom-right-radius: 2px;
}

.site-sale-banner {
   border-radius: 12px;
   box-shadow: 0 4px 15px rgb(from var(--color-primary) r g b/0.3);
}

.site-home-categories .category {
   border-radius: 12px;
   padding: 20px var(--widget-padding);
   background: var(--color-brighter-bg);
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
   border: 1px solid rgba(255, 255, 255, 0.05);
}
.site-home-categories .category:hover {
   color: var(--color-primary);
   background: rgb(from var(--color-primary) r g b/0.1);
   border-color: var(--color-primary);
   transform: translateY(-4px);
   box-shadow: 0 10px 30px rgb(from var(--color-primary) r g b/0.3);
}

.category-description {
   border-radius: 12px;
   background: var(--color-brighter-bg);
   border: 1px solid rgba(255, 255, 255, 0.05);
}

.store-text {
   border-radius: 12px;
   background: var(--color-brighter-bg);
   border: 1px solid rgba(255, 255, 255, 0.05);
}

.store-products-list .store-product,
.store-products-images .store-product {
   border-radius: 12px;
   background: var(--color-brighter-bg);
   border: 1px solid rgba(255, 255, 255, 0.05);
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.store-products-list .store-product:hover,
.store-products-images .store-product:hover {
   box-shadow: 0 8px 25px rgb(from var(--color-primary) r g b/0.2);
   transform: translateY(-4px);
}

.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: var(--color-brighter-bg);
   border-radius: 12px;
   border: 1px solid rgba(255, 255, 255, 0.05);
}

.store-product-full {
   border-radius: 12px;
   background: var(--color-brighter-bg);
   border: 1px solid rgba(255, 255, 255, 0.05);
}

.store-product .quantity-field {
   border-radius: 8px;
   background: var(--color-brighter-bg);
}
.store-product .quantity-field input[type="number"] {
   border: none;
}

@media (width > 960px) {
   .navigation-horizontal > ul {
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
   }
}
.navigation-horizontal .has-children > ul {
   border-radius: 10px;
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.widget {
   border-radius: 12px;
   background: var(--color-brighter-bg);
   border: 1px solid rgba(255, 255, 255, 0.05);
}
@media (width <= 960px) {
   .widget.site-navigation {
      border-radius: 0;
      background: transparent;
   }
}

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

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

.widget-community-goal .progress,
.widget-goal .progress {
   border-radius: 10px;
   overflow: hidden;
}
.widget-community-goal .progress-bar,
.widget-goal .progress-bar {
   border-radius: 10px;
   box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3);
}

.popup-content {
   border-radius: 16px;
   box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.popup-close {
   border-radius: 0 16px 0 10px;
   transition: all 0.2s ease;
}

.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: 12px;
   border: 1px solid rgba(255, 255, 255, 0.05);
}
.basket-item .quantity {
   border-radius: 8px;
}

.toast {
   border-radius: 10px;
}

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

.store-category-tiered {
   border-radius: 12px;
   background: var(--color-brighter-bg);
   border: 1px solid rgba(255, 255, 255, 0.05);
}

.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: 10px;
   background: rgb(from var(--color-bg) r g b/0.5);
   border: 1px solid rgba(255, 255, 255, 0.05);
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.store-product-tiered:hover {
   border-color: var(--color-primary);
   box-shadow: 0 8px 25px rgb(from var(--color-primary) r g b/0.2);
   transform: translateY(-4px);
}

.media-slider .slider,
.media-slider .thumb {
   border-radius: 10px;
}
.media-slider .open-lightbox {
   border-radius: 8px;
}

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