@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://template-assets.tebex.io/images/page-bg.jpg");
}

body {
  font-family: Lato, sans-serif;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
  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;
/* Folktales enchanted-storybook theme */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Nunito:wght@400;600;700;800;900&display=swap");

:root {
  --color-primary: #c897ff;
  --color-bg: #101426;
  --color-brighter-bg: rgba(29, 34, 62, 0.92);
  --color-text: #fffaf5;
  --color-text-secondary: #cfcee3;

  --ft-mint: #91efd0;
  --ft-sky: #8edcff;
  --ft-peach: #ffbd9f;
  --ft-gold: #ffda83;
  --ft-border: rgba(214, 191, 255, 0.28);
  --ft-shadow: 0 22px 60px rgba(4, 7, 22, 0.48);
}

body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--color-text);
  font-family: "Nunito", sans-serif;
  background:
    radial-gradient(circle at 15% 20%, rgba(142, 220, 255, 0.15), transparent 30rem),
    radial-gradient(circle at 85% 30%, rgba(200, 151, 255, 0.16), transparent 32rem),
    #101426;
}

body::before {
  height: 620px;
  max-height: 72vh;
  background:
    linear-gradient(
      180deg,
      rgba(9, 12, 29, 0.12),
      rgba(12, 16, 37, 0.42) 58%,
      #101426 100%
    ),
    var(--bg-image) center 48% / cover no-repeat;
  mask-image: none;
  filter: saturate(1.08);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.45;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.75) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(200,151,255,.6) 0 1px, transparent 1.5px);
  background-position: 0 0, 35px 42px;
  background-size: 96px 96px, 139px 139px;
}

h1, h2, h3, h4, h5, h6,
.widget-title,
.site-navigation a {
  font-family: "Cinzel", serif;
  letter-spacing: 0.035em;
}

.site-header-inner {
  min-height: 290px;
}

.site-header-inner .info .image {
  border-radius: 22px;
  filter: drop-shadow(0 16px 25px rgba(5, 7, 25, 0.55));
  transition: transform 0.3s ease;
}

.site-header-inner .info .image:hover {
  transform: translateY(-5px) scale(1.03);
}

.category-description,
.store-text,
.widget,
.store-product-full,
.store-category-tiered {
  border: 1px solid var(--ft-border);
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(39, 44, 78, 0.94),
    rgba(24, 29, 55, 0.94)
  );
  box-shadow: var(--ft-shadow);
  backdrop-filter: blur(14px);
}

.site-home-categories .category,
.store-products-list .store-product,
.store-products-images .store-product,
.store-product-tiered {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ft-border);
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 50% -10%,
      rgba(200, 151, 255, 0.18),
      transparent 48%
    ),
    linear-gradient(
      155deg,
      rgba(42, 47, 83, 0.96),
      rgba(21, 26, 52, 0.97)
    );
  box-shadow: 0 18px 45px rgba(4, 6, 20, 0.4);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.site-home-categories .category:hover,
.store-products-list .store-product:hover,
.store-products-images .store-product:hover,
.store-product-tiered:hover {
  border-color: rgba(200, 151, 255, 0.68);
  transform: translateY(-7px);
  box-shadow:
    0 26px 58px rgba(4, 6, 20, 0.52),
    0 0 30px rgba(200, 151, 255, 0.14);
}

.store-product img {
  filter: drop-shadow(0 14px 18px rgba(4, 6, 20, 0.5));
  transition: transform 0.3s ease;
}

.store-product:hover img {
  transform: translateY(-5px) scale(1.04);
}

.btn-primary {
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 14px;
  color: #17142d;
  font-weight: 900;
  background: linear-gradient(135deg, #c897ff, #e2b8ff);
  box-shadow: 0 10px 25px rgba(200, 151, 255, 0.25);
}

.btn-primary:hover,
.btn-primary:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(200, 151, 255, 0.38);
}

.widget-title {
  color: var(--ft-gold);
}

.widget.site-navigation a:hover {
  color: var(--ft-mint);
}

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

.widget-community-goal .progress-bar,
.widget-goal .progress-bar {
  border-radius: 999px;
  background: linear-gradient(90deg, #c897ff, var(--ft-mint), var(--ft-sky));
}

.popup-content {
  border: 1px solid var(--ft-border);
  border-radius: 24px;
  background: #191e3a;
  box-shadow: 0 30px 80px rgba(3, 5, 18, 0.72);
}

@media (max-width: 960px) {
  body::before {
    height: 460px;
    background-position: center;
  }

  .site-header-inner {
    min-height: 220px;
  }

  .category-description,
  .store-text,
  .widget,
  .store-product,
  .store-category-tiered {
    border-radius: 17px;
  }
}
}
.popup.popup-media-slider .popup-close {
  border-radius: 5px;
}