@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: #41C4C3;
  --bg-image: url("https://cdn.tebex.io/store/1763530/templates/307767/assets/dbd4620f3d8ba77a82f19524f47f74289470eb4e.jpg");

body {
  font-family: Lato, sans-serif;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 750px;
  z-index: -1;
  background: var(--bg-image) center center/cover no-repeat;
  mask-image: linear-gradient(rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.25));
  pointer-events: none;
}

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

.btn-primary:hover, .btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 6px rgb(from var(--btn-color-bg-hover) r g b/0.6);
}

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

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

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

.site-home-categories .category {
  border-radius: 5px;
  padding: 20px var(--widget-padding);
  background: var(--color-brighter-bg);
  transition: color 0.15s ease-in-out;
}
.site-home-categories .category:hover {
  color: var(--color-primary);
}

.category-description {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-text {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}
.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: 5px;
  background: var(--color-brighter-bg);
}

.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: 5px;
}

.store-product-full {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

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

@media (width > 960px) {
  .navigation-horizontal > ul {
    border-radius: 5px;
  }
}
.navigation-horizontal .has-children > ul {
  border-radius: 5px;
}

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

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

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

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

.popup-content {
  border-radius: 5px;
}

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

.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: 5px;
}
.basket-item .quantity {
  border-radius: 2px;
}

.toast {
  border-radius: 6px;
}

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

.store-category-tiered {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.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: 5px;
  background: rgb(from var(--color-bg) r g b/0.5);
}

.media-slider .slider,
.media-slider .thumb {
  border-radius: 5px;
}
.media-slider .open-lightbox {
  border-radius: 2px;
}

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

/* ===== THE ENDS III — custom look ===== */

body::before {
  position: fixed;
  height: 100vh;
  max-height: none;
  background: var(--bg-image) center top/cover no-repeat;
  mask-image: linear-gradient(rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.store-text,
.category-description,
.store-products-list .store-product,
.store-products-images .store-product,
.store-product-full,
.no-products,
.widget,
.site-home-categories .category,
.store-category-tiered {
  background: rgba(10, 8, 14, 0.82);
  backdrop-filter: blur(2px);
}

.site-title img {
  filter: drop-shadow(0 0 18px rgba(152, 139, 196, 0.55));
}

.site-navigation.navigation-horizontal {
  background: rgba(10, 8, 14, 0.75);
  border-radius: 6px;
}
.site-navigation .navigation-list a {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.site-navigation .navigation-list a:hover {
  color: var(--color-primary);
  text-shadow: 0 0 12px rgba(152, 139, 196, 0.8);
}

.store-text {
  border: 1px solid rgba(152, 139, 196, 0.18);
}
.store-text h1,
.store-text h2 {
  text-align: left;
}
.store-text p:first-of-type {
  font-style: italic;
}

.site-home-categories .category {
  border: 1px solid rgba(152, 139, 196, 0.15);
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, color 0.15s ease-in-out;
}
.site-home-categories .category:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(152, 139, 196, 0.35);
}

.site-footer {
  background: rgba(10, 8, 14, 0.85);
}


/* ===== Navbar bar (Windy City style) ===== */
.site-home-categories { display: none; }

.ends-navbar {
  max-width: 1500px;
  margin: 28px auto 10px;
  padding: 10px 28px;
  display: flex;
  align-items: center;
  gap: 28px;
  background: rgba(10, 8, 14, 0.88);
  border-radius: 10px;
  border: 1px solid rgba(152, 139, 196, 0.12);
}

.ends-logo img {
  height: 58px;
  display: block;
  filter: drop-shadow(0 0 12px rgba(152, 139, 196, 0.5));
}

.ends-navbar .site-navigation {
  flex: 1;
  background: transparent;
}
.ends-navbar .navigation-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ends-navbar .navigation-list > li > a {
  display: block;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.ends-navbar .navigation-list > li > a:hover,
.ends-navbar .navigation-list > li > a.link-active {
  color: var(--color-primary);
  text-shadow: 0 0 12px rgba(152, 139, 196, 0.8);
}
.ends-navbar .navigation-list li ul {
  background: rgba(10, 8, 14, 0.95);
  border-radius: 6px;
}

.ends-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.ends-navbar .toggle-navigation { display: none; }
.ends-navbar .close-navigation { display: none; }

@media (max-width: 960px) {
  .ends-navbar { flex-wrap: wrap; gap: 12px; padding: 10px 16px; margin: 12px 10px; }
  .ends-navbar .toggle-navigation { display: block; }
}
