@charset "UTF-8";
/* ─── Base sidebar styles ───────────────────────────────── */
.wc-cat-sidebar {
  font-size: 0.95rem;
}

.wc-cat-close {
  display: none;
}

.wc-cat-back {
  margin-bottom: 0.5rem;
}
.wc-cat-back__link {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}

.wc-cat-title {
  margin: 0 0 0.5rem;
  font-weight: 700;
}

.wc-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 768px) {
  .wc-cat-list {
    flex-direction: row;
    overflow-x: auto;
    gap: 1rem;
    scrollbar-width: none;
  }
  .wc-cat-list::-webkit-scrollbar {
    display: none;
  }
}

.wc-cat-item {
  margin-bottom: 0 !important;
}
.wc-cat-item a {
  display: block;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  transition: background 0.2s;
  border-left: 2px solid #EEEEEE;
}
.wc-cat-item a:hover {
  color: #4D3679;
  border-color: currentColor;
}
.wc-cat-item.is-active a {
  font-weight: 700;
  border-color: currentColor;
}

/* ─── Mobile drawer & controls ─────────────────────────── */
/* Floating “Kategorie” toggle – rotated −90°, glued to right edge */
.wc-cat-toggle {
  display: none;
  position: fixed;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center right;
  z-index: 100002;
  padding: 0.5rem 1rem;
  font: 600 0.9rem/1.2 inherit;
  border: 0;
  border-radius: 5px 5px 0 0;
  background: #000;
  color: #fff;
}

/* Hide the ribbon while drawer is open */
body.wc-cat-drawer-open .wc-cat-toggle {
  display: none;
}

/* Off-canvas drawer + close button */
@media (max-width: 991px) {
  .wc-cat-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 80vw;
    max-width: 320px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    background: #fff;
    z-index: 100001;
    padding: 1rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    /* vertical list inside drawer */
    /* close “×” */
  }
  .wc-cat-sidebar .wc-cat-list {
    flex-direction: column;
    overflow-x: visible;
    gap: 0.25rem;
  }
  .wc-cat-sidebar.is-open {
    transform: translateX(0);
    /* show the close button only when drawer is open */
  }
  .wc-cat-sidebar.is-open .wc-cat-close {
    display: block;
  }
  .wc-cat-sidebar .wc-cat-close {
    display: none;
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    font-size: 20px;
    line-height: 1;
    background-color: #4D3679;
    color: #FFFFFF;
    border: none;
    z-index: 100003;
  }
  /* Toggle button only on mobile */
  .wc-cat-toggle {
    display: block;
  }
}
/* Prevent background scroll when drawer is open */
html.wc-cat-drawer-open,
body.wc-cat-drawer-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.fringss-categories {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.fringss-categories .category {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #EEEEEE;
  flex-basis: calc(33.3333333333% - 13.3333333333px);
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 991px) {
  .fringss-categories .category {
    flex-basis: calc(100% - 0px);
    width: calc(100% - 0px);
  }
}
.fringss-categories .category .left-right {
  gap: 15px;
  height: 100%;
}
.fringss-categories .category .left {
  flex: 0 0 100px;
}
.fringss-categories .category .right {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fringss-categories .category .right .title {
  color: #4D3679;
  font-size: 24px;
  margin: 0;
}
.fringss-categories .category .right a {
  color: #111111;
}
.fringss-categories .category .right a:focus, .fringss-categories .category .right a:hover {
  color: #4D3679;
  text-decoration: underline;
}
.fringss-categories .category .bottom {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.fringss-categories .category .category-list {
  margin: 0;
}
.fringss-categories .category .category-list li {
  transition: all 0.3s ease;
}
.fringss-categories .category .category-list li.hidden {
  display: none;
}
.fringss-categories .category .category-toggle {
  cursor: pointer;
  margin-top: 5px;
  display: inline-block;
  color: #7E4ED7;
  transition: color 0.3s;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  transition: color 0.3s;
  box-shadow: none;
}
.fringss-categories .category .category-toggle:focus, .fringss-categories .category .category-toggle:hover {
  outline: none;
  color: #4D3679;
}
.fringss-categories .img-container {
  display: flex;
  justify-content: center;
}
.fringss-categories img {
  width: 100%;
  height: 100%;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100px;
  max-width: 100px;
  border-radius: 8px;
}

.left-right {
  display: flex;
  flex-wrap: nowrap;
}
.left-right .side {
  flex-basis: 100%;
}
@media screen and (max-width: 991px) {
  .left-right {
    flex-wrap: wrap;
  }
}

.fringss-new-products .wc-block-product-template {
  padding: 0;
}
.fringss-new-products .wc-block-product-template .product {
  border-radius: 10px;
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
}
.fringss-new-products .wc-block-product-template .product .wp-block-woocommerce-product-image a {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.fringss-new-products .wc-block-product-template .product .wp-block-woocommerce-product-image a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: con;
     object-fit: con;
}
.fringss-new-products .wc-block-product-template .product .taxonomy-product_cat a, .fringss-new-products .wc-block-product-template .product .taxonomy-product_cat span {
  display: none;
  color: #111111;
  font-size: 14px;
}
.fringss-new-products .wc-block-product-template .product .taxonomy-product_cat a:last-of-type {
  display: inline-block;
}
.fringss-new-products .wc-block-product-template .product .wp-block-post-title {
  text-align: left;
}
.fringss-new-products .wc-block-product-template .product .wp-block-post-title a {
  font-size: 18px;
  color: #111111;
}
@media screen and (max-width: 768px) {
  .fringss-new-products .wc-block-product-template .product .wp-block-post-title a {
    font-size: 16px;
  }
}
.fringss-new-products .wc-block-product-template .product .wp-block-woocommerce-product-price {
  margin-top: auto;
  margin-bottom: 0;
}
.fringss-new-products .wc-block-product-template .product .wc-block-components-product-price {
  text-align: left;
}
.fringss-new-products .wc-block-product-template .product .wc-block-components-product-price .amount {
  font-size: 18px;
}
.fringss-new-products .wc-block-product-template .product .wp-block-button {
  margin-top: 10px;
}

.sidebar-main .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  position: static;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.woocommerce ul.products li.product .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product .astra-shop-summary-wrap {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  margin: 0;
  margin-top: auto;
  text-align: center;
}

.woocommerce-js ul.products li.product .ast-woo-product-category,
.woocommerce-page ul.products li.product .ast-woo-product-category {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  box-shadow: none;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  color: #111111;
}

.woocommerce-js ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-size: 18px;
  font-weight: normal;
}

/* Prevent background page scroll */
html.wc-cat-drawer-open,
body.wc-cat-drawer-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* Drawer itself can still scroll independently */
@media (max-width: 768px) {
  .wc-cat-sidebar {
    overscroll-behavior: contain;
  }
}/*# sourceMappingURL=style.css.map */