.luxury-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    background: linear-gradient(135deg, #444 0%, #222 40%, #000 60%, #444 100%);
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6), 
                inset 0 2px 4px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.luxury-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease-out;
}

.luxury-button:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.luxury-button:hover {
    background: linear-gradient(135deg, #555 0%, #333 40%, #111 60%, #555 100%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
    border-color: #ddd;
    color: #fff;
}
  
  /*panel*/
  .panel {
      border: none;
      box-shadow: none;
  }
  
  .panel-heading {
      border-color:#eff2f7 ;
      font-size: 16px;
      font-weight: 300;
  }
  
  .panel-title {
      color: #2A3542;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0;
      margin-top: 0;
      font-family: 'Open Sans', sans-serif;
  }
  
  
  /*product list*/
  
  .prod-cat li a{
      border-bottom: 1px dashed #d9d9d9;
  }
  
  .prod-cat li a {
      color: #3b3b3b;
  }
  
  .prod-cat li ul {
      margin-left: 30px;
  }
  
  .prod-cat li ul li a{
      border-bottom:none;
  }
  .prod-cat li ul li a:hover,.prod-cat li ul li a:focus, .prod-cat li ul li.active a , .prod-cat li a:hover,.prod-cat li a:focus, .prod-cat li a.active{
      background: none;
      color: #ff7261;
  }
  
  .pro-lab{
      margin-right: 20px;
      font-weight: normal;
  }
  
  .pro-sort {
      padding-right: 20px;
      float: left;
  }
  
  .pro-page-list {
      margin: 5px 0 0 0;
  }
  
  .product-list img{
      width: 100%;
      border-radius: 4px 4px 0 0;
      -webkit-border-radius: 4px 4px 0 0;
  }
  
  .product-list .pro-img-box {
      position: relative;
  }
  .adtocart {
      background: #fc5959;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      color: #fff;
      display: inline-block;
      text-align: center;
      border: 3px solid #fff;
      left: 45%;
      bottom: -25px;
      position: absolute;
  }
  
  .adtocart i{
      color: #fff;
      font-size: 25px;
      line-height: 42px;
  }
  
  .pro-title {
      color: #5A5A5A;
      display: inline-block;
      margin-top: 20px;
      font-size: 16px;
  }
  
  .product-list .price {
      color:#fc5959 ;
      font-size: 15px;
  }
  
  .pro-img-details {
      margin-left: -15px;
  }
  
  .pro-img-details img {
      width: 100%;
  }
  
  .pro-d-title {
      font-size: 16px;
      margin-top: 0;
  }
  
  .product_meta {
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      padding: 10px 0;
      margin: 15px 0;
  }
  
  .product_meta span {
      display: block;
      margin-bottom: 10px;
  }
  .product_meta a, .pro-price{
      color:#fc5959 ;
  }
  
  .pro-price, .amount-old {
      font-size: 18px;
      padding: 0 10px;
  }
  
  .amount-old {
      text-decoration: line-through;
  }
  
  .quantity {
      width: 120px;
  }
  
  .pro-img-list {
      margin: 10px 0 0 -15px;
      width: 100%;
      display: inline-block;
  }
  
  .pro-img-list a {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
  }
  
  .pro-d-head {
      font-size: 18px;
      font-weight: 300;
  }

.placeholder {
    min-height: 1rem;
    background-color: transparent;
}


  /* PRODUCT CARD */

  .product-card-main {

    height: 460px;

  }

.more-box-shadow {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.product-card-items {
    height: 405px;
}

.product-card-other-images {
    width: 250px;
    height: 80px;
    display: flex;
    padding-left: 10px;
}

.product-card-mini-images {
    border: #696969 solid 1px;
    width: 45px;
    height: 45px;
    margin-top: 15px;
    margin-left: 10px;
    overflow: hidden;
}

.product-card-mini-images > a > img {
    width: 45px;
    height: 45px;
}

.product-card-meta {
    height: 400px;
}



h4.product-card-title {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 3em;
    line-height: 1.5em;
}

.product-card-title a {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
}

.product-card-title a:hover {
    text-decoration: none;
    color: black;
}

.product-card-info {
    width:270px;
    height: 345px;
}

.product-card-price {
    width: 270px;
    height: 50px;
    color: #7d7d7d;
    overflow: hidden;
    text-align: left;
    margin-top:30px;

}

.product-card-excerpt {
    width: 270px;
    height: 140px;
    color: #434343;
    font-size: 14px;
    overflow: hidden;
    padding-right: 10px;
    margin-top:15px;
}

.product-card-gtin {
    width: 270px;
    height: 20px;
    margin-top:10px;
    font-size: 14px;
    color: #696969;
    overflow:hidden;
}

.product-card-buttons {
    width: 270px;
    height: 105px;
    display: flex;
    margin-top:20px;
}
.product-card-button {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 47%;
    height: 40px;
    color: black; 
    text-decoration: none; 
    border: 1px solid rgb(0, 0, 0);
    position: relative;
    overflow: hidden;
    font-size: 16px; 
    font-weight: bold;
    background-color: white; 
}

.product-card-button:hover {
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.1);
    text-decoration: none; 
    color: black;
}

.product-card-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(31, 31, 31, 0.1),
        transparent
    );
    transition: all 650ms;
}

.product-card-button:hover:before {
    left: 100%;
}


.product-main-image {
    min-width:264px;
    transition: transform 0.3s ease;
}
.product-other-images {
    width: 100%; 
    max-width: 400px; 
    display: flex;
    gap: 5px;
    overflow: hidden;
}

.product-mini-images {
    flex: 1 1 100px;
    max-width: 100px; 
    height: auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: solid black 1px;
}

.product-mini-images a {
    display: block;
    width: 100%; 
    height: 100%;
}

.product-mini-images img {
    width: 100%; 
    height: auto;
    object-fit: cover; 
    border: 2px solid transparent;
}


.adproduct-cat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 10px;
    border-bottom: 1px solid rgb(33, 33, 33);
}

.adproduct-cat-level0 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
}

.adproduct-cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: start;
}

.adproduct-cat-level1 {
    font-weight: 600;
    margin-bottom: 5px;
}
.adproduct-cat-level1 > a {
    color: #000;
    text-decoration: none;
}

.adproduct-cat-level2 {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 0.95em;
}

.adproduct-cat-level2-item > a {
    color:rgb(33, 33, 33);
    text-decoration: none;
}

.adproduct-cat-level2-item.hidden {
    display: none;
}

.adproduct-toggle-all {
    background: none;
    border: none;
    color: #0073aa;
    cursor: pointer;
    font-size: 0.9em;
}

  

@media (min-width: 576px) {
    .product-main-image {
        min-width:376px;
        transition: transform 0.3s ease;
    }
}


@media (min-width: 768px) {
    .product-max-img {
        max-width: 250px;
        height: auto;
        border:none;
    }
    .product-card-max-width {
        max-width: 80%;
    }
    .product-card-min-height {
        min-height: 500px;
    }

    .product-card-images {
        height: 400px;
        width: 250px;
        padding: 0 !important;
        margin-top: 50px;
        margin-left: -30px;
        background-color: white;
        border:#696969 solid 1px;
        border-radius: 4px;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    }
    .text-limit {
        height: 7.5em;
        line-height: 1.5em;
        overflow: hidden;
    }
    .product-card-main-image {
        width: 248px;
        height: 320px;
        padding: 0 !important;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .product-card-main-image > a > img {
        width: 100%;
        height: auto;
        border: none !important;
    }
}

@media (min-width: 992px) {
    
}

@media (min-width: 1200px) {
    .row-max-width {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    
}







/* Allgemeines Styling für die Pagination */

nav.navigation.pagination {
    margin: 10px;
}

div.pagination {
    margin-top:5px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    background-color: transparent;
}

.pagination a.page-numbers,
.pagination .page-numbers.dots {
    display: inline-block;
    padding: 8px 12px;

    border: 2px solid #a9a9a9;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    border-radius: 10px;
    background-color: #fff;

}

.pagination .page-numbers.current {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
    border-radius: 10px;
    padding: 8px 12px;
    -webkit-box-shadow: 3px 3px 3px 3px #919191; 
    box-shadow: 3px 3px 3px 3px #919191;
}

.pagination .page-numbers:hover {
    background-color: #fff;
    color:black;
    border-color:#000;
}

.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
    font-weight: bold;
    border-radius: 10px;
    background-color: #fff;
}

.category-title {
    background-color:black;
    color: #fff;
    text-align: center; 
    padding: 7px 3px;
    margin: 0 0 10px 0; 
    font-family: 'Arial', sans-serif; 
    border-bottom: 2px solid #fff; 
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}


.category-title h1 {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2; 
}


.category-title:hover h1 {
    color: #333333; 
    transition: color 0.3s ease-in-out; 
}


.category-title::before,
.category-title::after {
    content: '';
    display: block;
    width: 20%;
    height: 2px;
    background-color: #fff; 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.category-title::before {
    left: 20px; 
}

.category-title::after {
    right: 20px;
}


.product-main {
    background-color: #fff;
    width: 100%;
    min-height: 600px;
    margin-top: 35px;
    margin-bottom: 35px;
    display: flex;
    padding: 15px;
}

.product-images {
    max-width: 400px;
    max-height: 550px;
}

.product-img-zero {
    max-width: 400px;
    -webkit-box-shadow: 5px 5px 10px 5px #919191; 
    box-shadow: 5px 5px 10px 5px #919191;
}

*/
.product-mini-images img:hover {
    border: 2px solid #007bff; 
}


/* container */


  /* buttons */
  
  #share a {
    display: inline-block;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
  }
  
  #share a:hover {
    opacity: 1;
  }
  
  /* icons */
  
  #share i {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
  }
  
  /* colors */

.social-icons svg {
    width: 100%;
    height: auto;
}
.facebook { fill:#3b5998; }
.twitter { fill: #55acee; }
.googleplus { fill: #dd4b39; }
.whatsapp { fill: #00ff26; }
.pinterest { fill: #cb2027; }
.instagram { fill: #cb2027; }


.product-button {
    display: flex; 
    justify-content: center; 
    align-items: center;
    width: 95%;
    max-width: 350px;
    height: 40px;
    color: black; 
    text-decoration: none;
    border: 1px solid rgb(0, 0, 0);
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
}

.product-button:hover {
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: black;
}

.product-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(31, 31, 31, 0.1),
        transparent
    );
    transition: all 650ms;
}

.product-button:hover:before {
    left: 100%;
}


/* Hauptcontainer für die Kacheln */
div.category-kachel {
    background-color: transparent;
    overflow: hidden;
    position: relative;
}

/* Link innerhalb der Kachel */
.kachel-link {
    text-decoration: none;
    color: inherit;
}

.kachel-link:hover {
    text-decoration: none;
}

/* Inhalt der Kachel */
.kachel-content {
    padding: 10px;
}

/* Bildbereich */
.kachel-image {
    flex: 0 0 400px;
    height: auto;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    position: relative;
}

.kachel-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/* Platzhalter, falls kein Bild vorhanden ist */
.kachel-image.placeholder {
    background-color: #ccc;
}

/* Informationen zur Kategorie */
.kachel-info {
    flex: 1;
}

/* Kategorietitel */
.kachel-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Kategoriebeschreibung */
.kachel-description {
    font-size: 14px;
    color: #666;
}



/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
    font-size: 1.3rem;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #fff;
  }
  .ribbon {
    --d: .8em; 
    
    position: absolute;
    top: 50px;
    inset-inline: calc(-1*var(--d));
    border-bottom: var(--d) solid #0008;
    line-height: 1.8;
    clip-path: polygon(0 0,100% 0,100% calc(100% - var(--d)),calc(100% - var(--d)) 100%,calc(100% - var(--d)) calc(100% - var(--d)),var(--d) calc(100% - var(--d)),var(--d) 100%,0 calc(100% - var(--d)));
    background-color: black;
  }

@media (min-width: 769px) {
.ribbon::before,
.ribbon::after {
    content: '';
    display: block;
    width: 10%;
    height: 2px;
    background-color: #fff; 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ribbon::before {
    left: 20px; 
}

.ribbon::after {
    right: 20px;
}
}

@media (max-width: 768px) {
    .category-kachel {
        width: 100%; 
    }
}