body {
  margin: 0;
  overflow-x: hidden;
}

.bde-facetwpfacet .fs-dropdown .fs-option.d1 .fs-checkbox {
  margin-left: 12px;
}
.bde-facetwpfacet .fs-dropdown .fs-option.d1 .fs-option-label {
  padding-left: 12px;
}
.bde-facetwpfacet .facetwp-facet-farbe_fselect .fs-dropdown .fs-checkbox {
  display: none;
}
.bde-facetwpfacet .facetwp-facet-farbe_fselect .fs-option {
  padding-left: 8px !important;
}

.facetwp-selections ul li {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
}

.bde-div-144-128.bde-div .bde-facetwpfacet-144-127.bde-facetwpfacet {
  display: none;
}

.breakdance .bde-div-144-128 .facetwp-display-value {
  padding-right: 0;
  display: inline-block !important;
}
.breakdance .bde-div-144-128 .facetwp-checkbox {
  width: max-content !important;
}

.show-marken {
  margin-top: 70px;
}
.show-marken .bde-loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  column-gap: 15px;
}
.show-marken .bde-loop article {
  padding: 0;
  gap: 0;
  position: relative;
  display: flex;
  flex-direction: row;
}
.show-marken .bde-loop article:after {
  content: ",";
  color: #F9F0E2;
  font-size: 30px;
  font-weight: 700;
  font-family: brown-pro;
}
.show-marken a {
  text-decoration: none;
  position: relative;
}
.show-marken a:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #F9F0E2;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transition: all 0.35s ease-in-out;
}
.show-marken a:hover {
  color: #F9F0E2 !important;
}
.show-marken a:hover:after {
  width: 100%;
  left: 0;
}

.yith-add-to-wishlist-button-block {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 7px;
}
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
  background-color: transparent !important;
  border-color: transparent !important;
}

.yith-wcwl-icon {
  width: 30px !important;
  height: 30px !important;
}

.yith-wcwl-add-to-wishlist-button:is(button) {
  padding: 0;
}

.wishlist_table thead {
  display: none;
}
.wishlist_table tbody td {
  background-color: transparent !important;
  padding: 0 !important;
  padding-bottom: 15px !important;
}
.wishlist_table tbody td a, .wishlist_table tbody td span {
  font-size: 18px;
  font-family: brown-pro;
  font-weight: 300;
}
.wishlist_table tbody td.product-remove a {
  padding: 20px;
  font-size: 25px;
  text-decoration: none;
}
.wishlist_table tbody td.product-name a {
  text-decoration: none !important;
  position: relative;
  font-weight: 700;
}
.wishlist_table tbody td.product-name a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #C73F4B;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: width 0.25s ease-in-out;
}
.wishlist_table tbody td.product-name a:hover:after {
  width: 100%;
}
.wishlist_table tbody td.product-add-to-cart a {
  text-decoration: none !important;
  position: relative;
}
.wishlist_table tbody td.product-add-to-cart a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #C73F4B;
  position: absolute;
  left: 0;
  bottom: 4px;
  transition: width 0.25s ease-in-out;
}
.wishlist_table tbody td.product-add-to-cart a:hover:after {
  width: 100%;
}

.yith-wcwl-feedback-messages-container {
  max-width: 100% !important;
}
.yith-wcwl-feedback-messages-container .yith-wcwl-add-to-wishlist__feedback {
  font-size: 18px !important;
  font-family: brown-pro !important;
  font-weight: 300 !important;
}

.variation-colors-custom {
  display: flex;
  column-gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
}
.variation-colors-custom .woocommerce-LoopProduct-link {
  display: none !important;
}
.variation-colors-custom a {
  width: 25px !important;
  height: 25px;
  padding: 2px;
  border: 2px solid white;
  position: relative;
}
.variation-colors-custom a:before {
  margin-bottom: 5px;
  transform: translateX(-50%);
  background-color: var(--bde-woo-swatch-tooltip-background);
  color: var(--bde-woo-swatch-tooltip-color);
  padding: var(--bde-woo-swatch-tooltip-padding);
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  min-width: 100px;
  content: attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock);
}
.variation-colors-custom a::after {
  margin-left: -5px;
  width: 0;
  border-top: 5px solid var(--bde-woo-swatch-tooltip-background);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

.produktebildercustshortcode {
  position: relative;
  overflow: hidden;
}
.produktebildercustshortcode img, .produktebildercustshortcode video {
  width: 100%;
  height: auto;
}
.produktebildercustshortcode .produkt-media {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.produktebildercustshortcode .produkt-media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.produktebildercustshortcode:hover .produkt-media {
  opacity: 1;
}

/*
.detailgallery-pr-full {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 100%;

	img {
		width: 100%;
		height: auto;
	}

	.swiper-pagination{
		flex: 0 0 25%;
	}

	.swiper-wrapper {
		flex: 0 0 75%;

		.swiper-slide {
			width: 100% !important;
		}

		img {
			width: 100%;
			height: auto;
		}
	}
}
*/
.detailgallery-pr-full {
  width: 100%;
  overflow: hidden;
}

.swiper-cust {
  overflow: hidden;
  width: 75%;
}
.swiper-cust a {
  display: flex;
}

.swiper-cust .swiper-wrapper {
  width: 100%;
}

.swiper-cust .swiper-slide {
  width: 100%;
}
.swiper-cust .swiper-slide img {
  width: 100%;
}

.detailgallery-pr-full .swiper-pagination {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 10px;
}
.detailgallery-pr-full .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  margin: 0 !important;
  display: flex;
  background-color: transparent;
  opacity: 0.5 !important;
  transition: opacity 0.35s ease-in-out !important;
}
.detailgallery-pr-full .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.detailgallery-pr-full .swiper-pagination img {
  width: 100%;
  height: auto;
}

.pagination-scroller {
  float: left;
  height: 520px;
  width: calc(25% - 10px);
  float: left;
  overflow-y: scroll;
  margin-right: 10px;
}
.pagination-scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: transparent;
  border-radius: 10px;
}
.pagination-scroller::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
  border-radius: 10px;
}
.pagination-scroller::-webkit-scrollbar-thumb {
  background-color: #2F2F2F;
  border-radius: 10px;
}

button[name=apply_coupon] {
  border: 2px solid #C73F4B !important;
  color: #C73F4B !important;
}
button[name=apply_coupon]:hover {
  color: #fff !important;
  background-color: #C73F4B !important;
}

.facetwp-facet-farbe_fselect .fs-wrap.multiple .fs-dropdown .fs-options .fs-option .fs-option-label span {
  border: 1px solid #C73F4B !important;
  background-color: #F9F0E2 !important;
}
.facetwp-facet-farbe_fselect .fs-wrap.multiple .fs-dropdown .fs-options .fs-option.selected .fs-option-label span {
  background-color: #C73F4B !important;
}

.bde-code-block-5987-120 {
  width: 100%;
}
.bde-code-block-5987-120 .cust-filter {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 35px;
}
.bde-code-block-5987-120 .cust-filter .cust-filter-inner {
  border: none;
  background-color: transparent;
  padding: 8px 12px;
  font-size: clamp(1.25rem, 1.125rem + 0.4vw, 1.5rem);
  font-weight: 300;
  color: #C73F4B;
  font-family: "brown-pro";
  line-height: 150%;
  cursor: pointer;
}
.bde-code-block-5987-120 .cust-filter .cust-filter-inner.checked {
  border-bottom: 3px solid;
  color: #C73F4B;
  font-weight: 600 !important;
}
.bde-code-block-5987-120 .cust-filter .cust-filter-inner:focus {
  box-shadow: none;
  outline: none;
}

#facets-wrapper .bde-facetwpfacet {
  flex: 1 0 0;
  min-width: 0;
  box-sizing: border-box;
}

.custom-mini-cart-image {
  width: 60px !important;
  object-fit: cover !important;
  height: 100% !important;
}

.cust-fav-product-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  box-sizing: border-box;
}

.cust-fav-product {
  flex: 0 0 calc(33.333% - 20px);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.cust-fav-product.cust-fav-product2 {
  flex: 0 0 calc(25% - 23px);
}
@media (max-width: 768px) {
  .cust-fav-product.cust-fav-product2 {
    flex: 0 0 calc(50% - 15px);
  }
}
.cust-fav-product h2 {
  font-family: brown-pro !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
.cust-fav-product h2 a {
  color: #2F2F2F !important;
  text-decoration: none !important;
  hyphens: auto;
}
.cust-fav-product > span {
  font-family: brown-pro !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #2F2F2F !important;
  margin-top: -3px;
  display: block;
}
.cust-fav-product .produkt-label-neuheit-outer {
  position: absolute;
  top: 5px;
  right: 10px;
}
.cust-fav-product .produkt-label-neuheit {
  position: relative;
  top: 0;
  font-size: 14px;
  font-weight: 600;
  color: #F9F0E2;
  padding: 0;
  background-color: unset !important;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2037.6%2022%22%3E%3Cpath%20fill%3D%22%23c73f4b%22%20d%3D%22M.78%2C11c-.49.66-.78%2C1.47-.78%2C2.35s.29%2C1.7.78%2C2.35c-.49.66-.78%2C1.47-.78%2C2.35%2C0%2C2.18%2C1.76%2C3.94%2C3.92%2C3.94.94%2C0%2C1.8-.33%2C2.48-.89.68.55%2C1.55.89%2C2.49.89s1.81-.33%2C2.49-.89c.68.55%2C1.54.89%2C2.49.89s1.81-.33%2C2.49-.89c.68.55%2C1.54.89%2C2.49.89s1.81-.33%2C2.49-.89c.68.55%2C1.54.89%2C2.49.89s1.81-.33%2C2.49-.89c.68.55%2C1.54.89%2C2.49.89.85%2C0%2C2.19-.72%2C2.45-.86.67.54%2C1.52.86%2C2.45.86%2C2.17%2C0%2C3.92-1.76%2C3.92-3.94%2C0-.88-.29-1.69-.78-2.35.49-.66.78-1.47.78-2.35s-.29-1.69-.78-2.35h0c.49-.66.78-1.47.78-2.35s-.29-1.7-.78-2.35c.49-.66.78-1.47.78-2.35%2C0-2.18-1.76-3.94-3.92-3.94-.92%2C0-1.77.32-2.44.86-.26-.14-1.6-.86-2.44-.86-.94%2C0-1.81.33-2.49.89C25.62.34%2C24.75%2C0%2C23.81%2C0s-1.81.33-2.49.88C20.65.34%2C19.78%2C0%2C18.84%2C0s-1.81.33-2.49.88C15.67.34%2C14.81%2C0%2C13.86%2C0s-1.81.33-2.49.88C10.7.34%2C9.83%2C0%2C8.89%2C0s-1.81.33-2.49.89h0c-.68-.56-1.54-.89-2.48-.89C1.76%2C0%2C0%2C1.76%2C0%2C3.94c0%2C.88.29%2C1.69.78%2C2.35-.49.66-.78%2C1.47-.78%2C2.35s.29%2C1.69.78%2C2.35h0Z%22/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cust-fav-product .produkt-label-neuheit span {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #F9F0E2 !important;
  padding: 5px 10px !important;
}

.cust-pr-swip {
  position: relative;
}
.cust-pr-swip .woocommerce.swiper {
  width: calc(100vw - 144px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .cust-pr-swip .woocommerce.swiper {
    width: calc(100vw - 20px);
  }
}
.cust-pr-swip .swiper-button-prev, .cust-pr-swip .swiper-button-next {
  display: block;
}
@media (max-width: 768px) {
  .cust-pr-swip .swiper-button-prev, .cust-pr-swip .swiper-button-next {
    display: none;
  }
}
.cust-pr-swip h2 {
  margin-top: 9px;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 0;
}
.cust-pr-swip p {
  margin-top: 9px !important;
}
.cust-pr-swip .produkt-label-neuheit-outer {
  top: 12px !important;
  right: 10px !important;
}
.cust-pr-swip .swiper-button-next:after, .cust-pr-swip .swiper-button-prev:after {
  content: unset;
}
.cust-pr-swip .swiper-button-next svg, .cust-pr-swip .swiper-button-prev svg {
  width: 30px;
  fill: #C73F4B;
}
.cust-pr-swip .swiper-button-prev {
  left: 0;
}
.cust-pr-swip .swiper-button-next {
  right: -15px;
}

.cust-pr-swip2 {
  position: relative;
}
.cust-pr-swip2 .woocommerce.swiper {
  overflow: hidden;
  width: calc(100% - 20px);
  margin-left: 20px;
}
@media (min-width: 768px) {
  .cust-pr-swip2 .woocommerce.swiper {
    width: calc(100% - 104px);
    margin-left: 52px;
  }
}
@media (min-width: 1120px) {
  .cust-pr-swip2 .woocommerce.swiper {
    width: calc(100% - 184px);
    margin-left: 92px;
  }
}
.cust-pr-swip2 .swiper-button-prev, .cust-pr-swip2 .swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .cust-pr-swip2 .swiper-button-prev, .cust-pr-swip2 .swiper-button-next {
    display: block;
  }
}
.cust-pr-swip2 h2 {
  margin-top: 9px;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 0;
}
.cust-pr-swip2 p {
  margin-top: 9px !important;
}
.cust-pr-swip2 .produkt-label-neuheit-outer {
  top: 12px !important;
  right: 10px !important;
}
.cust-pr-swip2 .cust-fav-product {
  text-align: left;
}
.cust-pr-swip2 .swiper-button-next:after, .cust-pr-swip2 .swiper-button-prev:after {
  content: unset;
}
.cust-pr-swip2 .swiper-button-next svg, .cust-pr-swip2 .swiper-button-prev svg {
  width: 30px;
  fill: #C73F4B;
}
@media (min-width: 768px) {
  .cust-pr-swip2 .swiper-button-prev {
    left: -5px;
  }
}
@media (min-width: 1120px) {
  .cust-pr-swip2 .swiper-button-prev {
    left: 5px;
  }
}
@media (min-width: 768px) {
  .cust-pr-swip2 .swiper-button-next {
    right: 12px;
  }
}
@media (min-width: 1120px) {
  .cust-pr-swip2 .swiper-button-next {
    right: 20px;
  }
}

.breakdance .bde-div-144-128 .facetwp-facet-kick_down .facetwp-display-value {
  display: flex !important;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a {
  color: #C73F4B;
  padding: 0;
  text-align: left;
  width: auto;
  display: block;
  font-size: 18px;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a {
  padding-left: 13px !important;
}

.shop_table.my_account_orders {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  border-radius: 0;
  overflow: hidden;
  font-size: clamp(1rem, 0.9306rem + 0.2222vw, 1.125rem);
  font-family: "brown-pro";
  line-height: 1.4;
  border: 1px solid #2F2F2F;
}
.shop_table.my_account_orders thead {
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  text-align: left;
  font-size: calc(clamp(1rem, 0.9306rem + 0.2222vw, 1.125rem) / 1.25);
  font-family: "brown-pro";
  color: #2F2F2F;
}
.shop_table.my_account_orders thead tr {
  border-bottom: 1px solid #2F2F2F;
}
.shop_table.my_account_orders thead tr th {
  padding: 12.944px;
  font-weight: 500;
}
.shop_table.my_account_orders tbody tr {
  border-bottom: 1px solid #2F2F2F;
}
.shop_table.my_account_orders tbody tr th:first-of-type, .shop_table.my_account_orders tbody tr th:nth-of-type(2) {
  padding-left: 13px;
}
.shop_table.my_account_orders tbody td {
  padding: calc(var(--bde-woo-base-medium-gaps) * var(--bde-woo-base-ratio)) var(--bde-woo-base-medium-gaps);
}
.shop_table.my_account_orders tbody td:last-of-type a {
  color: #C73F4B;
  padding: 0;
  text-align: left;
  width: auto;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.35s ease-in-out;
}
.shop_table.my_account_orders tbody td:last-of-type a:hover {
  color: #2F2F2F;
}

.swal2-container .swal2-content .cwginstock-subscribe-form .panel-body .col-md-12 {
  padding: 0;
}
.swal2-container .swal2-content .cwginstock-subscribe-form .panel-body .form-group {
  max-width: 100% !important;
  text-align: center !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.cwginstock-panel-body input[type=email], .cwginstock-panel-body input[type=text] {
  max-width: 100% !important;
  text-align: center !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

/*# sourceMappingURL=style.css.map */
