@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: 6px;
}

.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;
}
/* ========================================================== ROSEWOOD THEME - dunkler Gothic-Look (Rot/Gold/Schwarz) ========================================================== */
:root {
    --rw-black: #0b0908;
    --rw-panel: #15100d;
    --rw-panel-border: #3a2a1a;
    --rw-maroon: #5c1220;
    --rw-maroon-bright: #8c1f2f;
    --rw-gold: #c9a227;
    --rw-gold-bright: #e6c667;
    --rw-gold-dark: #7a5c1e;
    --rw-text: #e8dfc9;
    --rw-text-muted: #a89a7c;
    
    --color-bg: var(--rw-black);
    --color-brighter-bg: var(--rw-panel);
    --color-text: var(--rw-text);
    --color-text-darker: var(--rw-text);
    --color-text-secondary: var(--rw-text-muted);
    --color-text-dark: var(--rw-black);
    --color-primary: var(--rw-gold);
    --color-primary-hover: var(--rw-gold-bright);
    --color-primary-text: var(--rw-black);
    --color-primary-text-hover: var(--rw-black);
    --color-secondary: var(--rw-panel);
    --color-secondary-hover: var(--rw-maroon);
    --color-secondary-text: var(--rw-text);
    --color-secondary-text-hover: var(--rw-text);
    --color-tertiary-hover: rgb(201 162 39 / 15%);
    --color-tertiary-text: var(--rw-text);
    --color-tertiary-text-hover: var(--rw-gold);
    --color-removed: var(--rw-maroon-bright);
    --bg-image: linear-gradient(180deg, var(--rw-black), var(--rw-panel));
}

body {
    font-family: 'Cormorant Garamond', serif;
    background: var(--rw-black);
    color: var(--rw-text);
}

h1, h2, h3, h4, h5, h6,
.product-title,
.site-title,
.widget-title,
.store-category-tiered-header h1,
.store-category-tiered-header h2 {
    font-family: 'Cinzel', serif;
}

.site-header {
    background: var(--rw-black);
    border-bottom: 2px solid var(--rw-gold-dark);
}

.site-navigation {
    background: var(--rw-black);
}
.site-navigation .navigation-list > li > a {
    color: var(--rw-text);
}
.site-navigation .navigation-list > li > a:hover,
.site-navigation .navigation-list > li > a.link-active,
.site-navigation .navigation-list > li.active > a {
    color: var(--rw-gold);
    text-shadow: 0 0 6px rgb(201 162 39 / 40%);
}

.site-footer {
    background: var(--rw-black);
}
.site-footer .copyright {
    color: var(--rw-text-muted);
    font-size: 0.85rem;
}
.site-footer a {
    color: var(--rw-gold);
}

.widget,
.category-description,
.store-text,
.store-product,
.store-category-tiered {
    background: var(--rw-panel);
    border: 1px solid var(--rw-panel-border);
    border-radius: 6px;
}

.btn-primary {
    background: linear-gradient(180deg, var(--rw-gold-bright), var(--rw-gold-dark));
    color: var(--rw-black);
    border: none;
}
.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(180deg, var(--rw-gold-bright), var(--rw-gold));
    color: var(--rw-black);
}

.product-actions .price strong {
    color: var(--rw-gold-bright);
    font-family: 'Cinzel', serif;
    font-weight: 700;
}

.product-actions .price .discount {
    background: var(--rw-maroon-bright);
    color: var(--rw-text);
    padding: 2px 8px;
    border-radius: 4px;
}

.store-product .image {
    object-fit: contain;
    aspect-ratio: 1 / 1;
}
/* ==========================================================
   ROSEWOOD THEME - Extra Flair & Tiefe
      ========================================================== */
      body {
            background-image:
                radial-gradient(ellipse at top, rgba(92,18,32,0.28), transparent 60%),
                    radial-gradient(ellipse at bottom, rgba(122,92,30,0.14), transparent 60%);
                      background-attachment: fixed;
      }
      
     
     
     h1, h2, h3 {
           letter-spacing: 1px;
             text-shadow: 0 0 12px rgba(201,162,39,0.25);
     }
     
     .site-title a,
     .site-title {
           text-shadow: 0 0 20px rgba(201,162,39,0.35);
     }
     
     .site-header {
           background: linear-gradient(180deg, var(--rw-panel), var(--rw-black));
             box-shadow: 0 4px 20px rgba(0,0,0,0.6);
               position: relative;
     }
     .site-header::after {
           content: "";
             position: absolute;
               left: 0;
                 right: 0;
                   bottom: -3px;
                     height: 1px;
                       background: linear-gradient(90deg, transparent, var(--rw-gold-bright), transparent);
     }
     
     .site-navigation .navigation-list > li > a {
           position: relative;
             transition: color 0.25s ease;
     }
     .site-navigation .navigation-list > li > a::after {
           content: "";
             position: absolute;
               left: 0;
                 bottom: -4px;
                   width: 0;
                     height: 1px;
                       background: var(--rw-gold);
                         transition: width 0.25s ease;
     }
     .site-navigation .navigation-list > li > a:hover::after,
     .site-navigation .navigation-list > li.active > a::after {
           width: 100%;
     }
     
     .widget,
     .category-description,
     .store-text,
     .store-product,
     .store-category-tiered {
           box-shadow: 0 4px 16px rgba(0,0,0,0.5);
             transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
     }
     .store-product:hover {
           border-color: var(--rw-gold-dark);
             box-shadow: 0 6px 24px rgba(0,0,0,0.6), 0 0 20px rgba(201,162,39,0.15);
               transform: translateY(-3px);
     }
     .widget-title {
           border-bottom: 1px solid var(--rw-panel-border);
             padding-bottom: 8px;
               margin-bottom: 12px;
     }
     
     .btn-primary {
           box-shadow: 0 2px 10px rgba(201,162,39,0.25);
             transition: box-shadow 0.25s ease, transform 0.15s ease, background 0.25s ease;
               letter-spacing: 0.5px;
                 text-transform: uppercase;
                   font-size: 0.85rem;
     }
     .btn-primary:hover {
           box-shadow: 0 4px 16px rgba(201,162,39,0.45);
             transform: translateY(-1px);
     }
     .product-actions .price strong {
           text-shadow: 0 0 10px rgba(230,198,103,0.4);
     }
     .store-product .image {
           filter: drop-shadow(0 4px 12px rgba(0,0,0,0.6));
             transition: transform 0.3s ease;
     }
     .store-product:hover .image {
           transform: scale(1.04);
     }
     
     /* ==========================================================
        ROSEWOOD THEME - Modernere Akzente (inspiriert von therw.de)
           ========================================================== */
           .btn-primary,
           .btn-secondary,
           .btn-tertiary {
                 border-radius: 50px;
           }
           .product-actions .price .discount {
                 border-radius: 999px;
                   padding: 3px 12px;
           }
           .widget,
           .category-description,
           .store-text,
           .store-product,
           .store-category-tiered {
                 border-radius: 12px;
                   border-color: rgba(201,162,39,0.18);
           }
           
           body::after {
                 content: "";
                   position: fixed;
                     inset: 0;
                       pointer-events: none;
                         z-index: 0;
                           background-image:
                               radial-gradient(1px 1px at 10% 20%, rgba(230,198,103,0.9), transparent),
                                   radial-gradient(1px 1px at 25% 65%, rgba(232,223,201,0.7), transparent),
                                       radial-gradient(1.5px 1.5px at 40% 15%, rgba(230,198,103,0.6), transparent),
                                           radial-gradient(1px 1px at 55% 80%, rgba(232,223,201,0.5), transparent),
                                               radial-gradient(1px 1px at 70% 30%, rgba(230,198,103,0.8), transparent),
                                                   radial-gradient(1.5px 1.5px at 85% 60%, rgba(232,223,201,0.6), transparent),
                                                       radial-gradient(1px 1px at 95% 10%, rgba(230,198,103,0.5), transparent),
                                                           radial-gradient(1px 1px at 15% 90%, rgba(232,223,201,0.5), transparent),
                                                               radial-gradient(1.5px 1.5px at 60% 45%, rgba(230,198,103,0.4), transparent);
                                                                 background-repeat: no-repeat;
                                                                   animation: rw-twinkle 5s ease-in-out infinite alternate;
           }
           @keyframes rw-twinkle {
                 from { opacity: 0.4; }
                   to { opacity: 0.9; }
           }
           .site-content,
           .site-header,
           .site-footer {
                 position: relative;
                   z-index: 1;
           }
           
           /* ==========================================================
              ROSEWOOD THEME - Preis-Zusatz (ab X / Zeitraum)
                 ========================================================== */
                 .price-prefix {
                         color: var(--rw-text-muted);
                             font-family: 'Cormorant Garamond', serif;
                                 font-size: 0.7em;
                                     text-transform: lowercase;
                                         letter-spacing: 0.03em;
                                             margin-right: 2px;
                 }
                 .price-period {
                         color: var(--rw-text-muted);
                             font-family: 'Cormorant Garamond', serif;
                                 font-size: 0.65em;
                                     font-weight: 400;
                                         letter-spacing: 0.02em;
                                             margin-left: 2px;
                 }
                 

/* ROSEWOOD THEME - Header-Balken schmaler (Schrift bleibt normal) */
@media (width > 960px) {
    .site-header-inner {
        height: 130px;
    }
}
