.product-small.col {
    display: flex !important;
    flex-direction: column !important;
}

.product-small.col > .col-inner {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 0 !important;
}

.product-small.box {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-width: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #fff !important;
    border: 1px solid #ede8e2 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-family: "Open Sans", sans-serif !important;
    overflow: hidden !important;
    position: relative !important;
    transition: transform .2s, box-shadow .25s !important;
}

body,
button,
input,
select,
textarea {
    font-family: "Open Sans", sans-serif !important;
}

.product-small.box:hover {
    border-top: 3px solid #A1224E !important;
    box-shadow: 0 12px 40px rgba(0,0,0,.10) !important;
    margin-top: -2px !important;
    transform: translateY(-4px) !important;
}

.product-small.box .box-image {
    align-items: center !important;
    background: #fff !important;
    display: flex !important;
    flex: 0 0 auto !important;
    height: 320px !important;
    justify-content: center !important;
    max-height: 320px !important;
    min-height: 320px !important;
    order: 1 !important;
    overflow: visible !important;
    padding: 8px 12px !important;
    position: relative !important;
    width: 100% !important;
}

.product-small.box .box-image img,
.product-small.box .box-image img.attachment-woocommerce_thumbnail {
    display: block !important;
    height: 272px !important;
    margin: 0 auto !important;
    max-height: 286px !important;
    max-width: 98% !important;
    object-fit: contain !important;
    width: auto !important;
}

.product-small.box .box-text-top {
    flex: 0 0 auto !important;
    order: 2 !important;
    padding: 10px 12px 0 !important;
    position: static !important;
}

.product-small.box .box-text-top .title-wrapper {
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.prod-attr-above-title,
.prod-attr-above-title a {
    color: #A1224E !important;
    display: block !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    line-height: 1.25 !important;
    margin: 0 0 4px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    width: 100% !important;
}

.single-product .prod-attr-above-title,
.single-product .prod-attr-above-title a {
    color: #A1224E !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .06em !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
}

body.single-product .product-info .prod-attr-above-title,
body.single-product .product-info .prod-attr-above-title a,
body.single-product .summary .prod-attr-above-title,
body.single-product .summary .prod-attr-above-title a {
    color: #A1224E !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .06em !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
}

.product-small.box .product-title,
.product-small.box .product-title a,
.product-small.box .woocommerce-loop-product__title,
.product-small.box .woocommerce-loop-product__title a {
    color: #111 !important;
    display: flow-root !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-decoration: none !important;
    width: 100% !important;
}

.product-small.box .box-text-bottom {
    display: flex !important;
    flex: 0 0 auto !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    order: 3 !important;
    padding: 0 12px 10px !important;
}

.wit-price-row {
    align-items: center !important;
    display: flex !important;
    gap: 10px !important;
    justify-content: space-between !important;
    margin: 10px 0 6px !important;
    padding: 0 !important;
    position: static !important;
    width: 100% !important;
}

.wit-price-left {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.wit-price-left .price,
.wit-price-left .price .amount,
.wit-price-left .price bdi {
    color: #1a1a1a !important;
    display: block !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wit-price-left .wc-gzd-additional-info,
.wit-price-left .wc-gzd-product-units,
.wit-price-left .product-units {
    color: #bbb !important;
    display: block !important;
    font-size: 10px !important;
    line-height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wit-cart-icon {
    align-items: center !important;
    display: flex !important;
    flex: 0 0 36px !important;
    height: 36px !important;
    justify-content: center !important;
    width: 36px !important;
}

.wit-add-to-cart,
.wit-cart-icon a {
    align-items: center !important;
    background: #A1224E !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(161,34,78,.28) !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 0 !important;
    height: 36px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    max-height: 36px !important;
    max-width: 36px !important;
    min-height: 36px !important;
    min-width: 36px !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-indent: 0 !important;
    width: 36px !important;
}

.wit-add-to-cart:hover,
.wit-cart-icon a:hover {
    background: #811B3E !important;
    color: #fff !important;
}

.wit-add-to-cart svg.wit-cart-bag,
.wit-cart-icon a svg.wit-cart-bag {
    color: #fff !important;
    display: block !important;
    fill: none !important;
    height: 17px !important;
    min-height: 17px !important;
    min-width: 17px !important;
    stroke: #fff !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-width: 2 !important;
    width: 17px !important;
}

.wit-add-to-cart svg.wit-cart-bag path,
.wit-add-to-cart svg.wit-cart-bag line,
.wit-cart-icon a svg.wit-cart-bag path,
.wit-cart-icon a svg.wit-cart-bag line {
    fill: none !important;
    stroke: #fff !important;
}

.wit-attr-row {
    align-content: flex-start !important;
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    height: 36px !important;
    justify-content: flex-start !important;
    margin: 10px 0 0 !important;
    max-width: 100% !important;
    min-height: 36px !important;
    overflow: hidden !important;
    padding: 0 !important;
    white-space: normal !important;
    width: 100% !important;
}

.wit-attr-row > span {
    align-items: center !important;
    background: #f4f0ec !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #8d8580 !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    height: 16px !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    max-width: 230px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 2px 7px !important;
    text-overflow: ellipsis !important;
    text-transform: none !important;
    white-space: nowrap !important;
}

.wit-klass-badge {
    align-items: center !important;
    background: #A1224E !important;
    border: 0 !important;
    border-radius: 0 0 4px 0 !important;
    bottom: auto !important;
    color: #fff !important;
    display: inline-flex !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    justify-content: center !important;
    left: 12px !important;
    letter-spacing: .08em !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    max-width: calc(100% - 24px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 4px 8px !important;
    position: absolute !important;
    right: auto !important;
    text-overflow: ellipsis !important;
    text-transform: uppercase !important;
    top: 12px !important;
    white-space: nowrap !important;
    width: auto !important;
    z-index: 30 !important;
}

.box-image .wit-stacked-badge,
.product-small.box .wit-stacked-badge {
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
    max-width: calc(100% - 24px) !important;
    position: absolute !important;
    right: 12px !important;
    top: 12px !important;
    z-index: 31 !important;
}

.product-small.box .out-of-stock-label,
.product-small.box .box-image .out-of-stock-label,
.product-small.col.outofstock .out-of-stock-label,
.product-small.col.out-of-stock .out-of-stock-label {
    display: none !important;
}

.product-small.box.outofstock,
.product-small.box.out-of-stock,
.product-small.col.outofstock .product-small.box,
.product-small.col.out-of-stock .product-small.box {
    opacity: .72 !important;
}

.product-small.box.outofstock::after,
.product-small.box.out-of-stock::after,
.product-small.col.outofstock .product-small.box::after,
.product-small.col.out-of-stock .product-small.box::after {
    background: #A1224E !important;
    border-radius: 3px !important;
    color: #fff !important;
    content: "Ausverkauft";
    font-size: 11px !important;
    font-weight: 700 !important;
    left: 50% !important;
    opacity: 0 !important;
    padding: 6px 10px !important;
    pointer-events: none !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -40%) !important;
    transition: opacity .18s, transform .18s !important;
    white-space: nowrap !important;
    z-index: 25 !important;
}

.product-small.box.outofstock:hover::after,
.product-small.box.out-of-stock:hover::after,
.product-small.col.outofstock .product-small.box:hover::after,
.product-small.col.out-of-stock .product-small.box:hover::after {
    opacity: 1 !important;
    transform: translate(-50%, -50%) !important;
}

.single-product .related-products-wrapper > .row,
.single-product .upsells > .row {
    display: grid !important;
    gap: 20px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: 1100px !important;
}

.single-product .related-products-wrapper > .row::before,
.single-product .related-products-wrapper > .row::after,
.single-product .upsells > .row::before,
.single-product .upsells > .row::after {
    display: none !important;
}

@media (max-width: 849px) {
    .product-small.box .box-image {
        height: 280px !important;
        min-height: 280px !important;
        max-height: 280px !important;
    }
    .product-small.box .box-image img,
    .product-small.box .box-image img.attachment-woocommerce_thumbnail {
        height: 238px !important;
        max-height: 252px !important;
    }
}

body .product-small.box .wit-attr-row,
body .products .product-small.box .wit-attr-row,
body .sliderproduct .product-small.box .wit-attr-row,
body.single-product .product-small.box .wit-attr-row {
    align-content: flex-start !important;
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    height: 36px !important;
    justify-content: flex-start !important;
    max-height: 36px !important;
    min-height: 36px !important;
    overflow: hidden !important;
    white-space: normal !important;
}

body .product-small.box .wit-attr-row > span,
body .products .product-small.box .wit-attr-row > span,
body .sliderproduct .product-small.box .wit-attr-row > span,
body.single-product .product-small.box .wit-attr-row > span {
    max-width: 230px !important;
}

@media (min-width: 850px) {
    body #header,
    body .header-wrapper,
    body .header-main,
    body .header-inner,
    body .header-nav,
    body .header-nav-main,
    body .nav {
        overflow: visible !important;
    }

    body #header,
    body .header-wrapper {
        z-index: 10050 !important;
    }

    body .header-main .nav > li.menu-item-has-children:hover > .nav-dropdown,
    body .header-main .nav > li.has-dropdown:hover > .nav-dropdown,
    body .header-main .nav > li.menu-item-has-children:hover > .sub-menu,
    body .header-main .nav > li.has-dropdown:hover > .sub-menu {
        display: table !important;
        left: -15px !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        top: 100% !important;
        visibility: visible !important;
        z-index: 10060 !important;
    }
}
