.badge+.badge,
.badge-frame {
    height: auto;
    margin-left: 0;
    width: auto;
    min-width: auto;
    opacity: 1;

}

p.shipping_info {
    display: none;
}

.badge+.badge {
    margin-top: 0.25rem;
}

div.product.type-product>.col-inner .badge-container {
    left: 0.5rem;
    top: 0.5rem;
}

.badge-circle .badge-inner,
.badge-circle-inside .badge-inner {
    border-radius: 0 !important;
}

.badge {
    height: inherit;
    z-index: 20;
}

.badge-inner.new-bubble-auto,
.badge-inner.new-bubble {
    background: transparent !important;
    opacity: 1;
    color: #0A4C9F;
    font-weight: normal;
    font-size: .75rem;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: var(--spacing-1-2);
    font-family: var(--text-font-bold);
    min-width: unset;
    border: 0;
}

.badge-inner.new-bubble-auto {
    background-color: hsl(0deg 0% 99% / 50%) !important;
}

.badge-circle,
.badge-outline {
    margin-left: 0;
}

.badge-circle+.badge {
    margin-top: .5rem;
}

.badge-inner.secondary.on-sale {
    background: transparent !important;
    opacity: 1;
    color: #A2125F;
    font-weight: normal;
    font-size: .75rem;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: var(--spacing-1-2);
    font-family: var(--text-font-bold);
    min-width: unset;
    border: 0;
}

div.product.type-product>.col-inner .box-text {
    transition: transform .2s ease-out;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0.9375rem;
}

div.product.type-product>.col-inner .title-wrapper .product-title {
    font-weight: normal;
    font-size: 0.6875rem;
    font-family: var(--text-font-bold);
    color: #121212;
    text-transform: uppercase;
    margin: 0;
    line-height: .875rem;
    margin-bottom: 0.25rem;
}

div.product.type-product>.col-inner .price-wrapper span.from,
div.product.type-product>.col-inner .price-wrapper span.amount {
    font-weight: normal;
    font-size: 0.8125rem;
    font-family: var(--text-font-bold);
    color: #121212;
    text-transform: uppercase;
}

div.product.type-product>.col-inner .price-wrapper del {
    text-decoration: unset;
}

div.product.type-product>.col-inner .price-wrapper del span.amount {
    margin-right: 0;
    opacity: 1;
    text-decoration: line-through;
}

div.product.type-product>.col-inner .price-wrapper del span.amount {
    color: #121212 !important;
}

div.product.type-product>.col-inner .price-wrapper ins {
    order: -1;
    margin-right: 0;
}

div.product.type-product>.col-inner .price-wrapper ins span.amount {
    color: #A2125F;
    margin-left: 0;
    margin-right: 0.3rem;
}

div.product.type-product.product-type-variable>.col-inner .price-wrapper .price {
    display: none;
}

div.product.type-product:hover>.col-inner .price-wrapper span.price {
    display: inline-block;
}

div.product.type-product>.col-inner .price-wrapper .price {
    display: inline-flex;
}

.box-text p.get_sku_loop_item,
.box-text p.get_attribute_pa_groesse {
    color: #121212;
    font-size: .625rem;
    line-height: initial;
    margin-bottom: 0.3rem;
}

.box-text p.get_attribute_pa_groesse {
    margin-bottom: 0.5rem;
}

.single div.product.type-product>.col-inner .price-wrapper .price {
    margin-left: 0.3rem;
}

div.product.type-product>.col-inner .price-wrapper {
    min-height: inherit;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product p.wc-gzd-additional-info a,
.product p.wc-gzd-additional-info {
    font-size: .625rem !important;
    margin-bottom: 0 !important;
    display: inline-flex;
    color: #959595;
    line-height: .8125rem;
}

div.product.type-product>.col-inner .price-wrapper p.price.price-unit ins span.amount {
    color: #959595 !important;
}

.description-after-title,
.description-after-title ul li {
    font-size: .625rem !important;
    margin-bottom: 0 !important;
    color: #959595 !important;
    line-height: 1.25rem;
    font-family: var(--text-font);
}
.description-after-title p {
    font-size: 0.8rem;
}
.description-after-title ul {
    margin-bottom: 0 !important;
}

.description-after-title {
    margin-bottom: .9375rem !important;
}

div.product.type-product>.col-inner .price-wrapper p.price.price-unit span.from,
div.product.type-product>.col-inner .price-wrapper p.price.price-unit span.amount,
div.product.type-product>.col-inner .price-wrapper p.price.price-unit {
    font-size: .625rem !important;
    margin-bottom: 0 !important;
    display: inline-flex;
    color: #959595 !important;
    line-height: .8125rem;
    font-family: var(--text-font);
}

div.product.type-product>.col-inner .box-image {
    height: 15.125rem;
    width: 100%;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

div.product.type-product>.col-inner .price-wrapper .from {
    padding-right: 0.3rem;
}

p.category.uppercase {
    letter-spacing: 0px;
    color: #121212;
    font-size: .625rem;
    margin: 0;
    margin-bottom: 0.3rem;
}

/*** CUSTOM HOVER ***/

.add-to-cart-wrapper,
.add-to-cart-wrapper a,
div.product.type-product>.col-inner .add_to_cart_button {
    width: 100%;
    height: auto;
    line-height: 2.5rem;
    text-align: center !important;
    border: none !important;
    border-radius: 0.3125rem !important;
    text-transform: uppercase;
}

div.product.type-product:hover>.col-inner .price-wrapper .quantity,
div.product.type-product:hover>.col-inner .price-wrapper .add-to-cart-wrapper a {
    display: flex;
    justify-content: center;
}

div.product.type-product>.col-inner .price-wrapper .quantity input {
    color: #000 !important;
    text-shadow: none;
    border: 0 !important;
    box-shadow: none !important;
    background-color: transparent;
}

div.product.type-product>.col-inner .price-wrapper .quantity input {
    color: #000 !important;
    text-shadow: none;
    border: 0 !important;
    box-shadow: none !important;
    background-color: transparent;
    height: 2.1875rem !important;
    line-height: 2.1875rem !important;
    min-height: 2.1875rem !important;
    margin-top: 0 !important;
}

div.product.type-product>.col-inner .price-wrapper {
    min-height: inherit;
    flex-wrap: wrap;
    align-items: baseline;
}

div.product.type-product>.col-inner .price-wrapper span.availability {
    display: block;
    max-width: 100%;
    flex-basis: 100%;
    font-size: .625rem;
    line-height: 1;
    margin-top: .75rem;
}

.single div.product.type-product>.col-inner .price-wrapper span.availability {
    margin-top: .75rem;
}

.product-small.product.type-product:hover>.col-inner .price-wrapper span.availability {
    display: none;
}

div.product.type-product .add-to-cart-wrapper {
    order: 3;
}

div.product.type-product:hover>.col-inner .add-to-cart-wrapper {
    display: block;
    width: 100%;
    flex-basis: 100%;
    bottom: -3.5rem;
    background: #0A4C9F;
    margin-left: 0 !important;
    position: absolute;
}

div.product.type-product:hover>.col-inner .price-wrapper {
    border-top: 2px solid #E1E1E1 !important;
    border-bottom: 2px solid #E1E1E1 !important;
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
}

div.product.type-product>.col-inner .quantity.buttons_added {
    order: -1;
    border-right: 1px solid #CCCCCC;
    padding-right: .3rem;
    margin-right: .3rem;
}

/* div.product.type-product>.col-inner:hover   .price-wrapper .price {
    margin-left: 0.5rem;
} */
/*** CUSTOM HOVER ***/
div.product.type-product>.col-inner {
    overflow: inherit;
}

div.product.type-product .quantity.buttons_added,
div.product.type-product .add-to-cart-wrapper,
div.product.type-product:hover>.col-inner .description-after-title,
div.product.type-product:hover>.col-inner .wc-gzd-additional-info {
    display: none;
}

div.product.type-product>.col-inner .price-wrapper .add-to-cart-wrapper {
    margin-left: 0;
    margin-right: initial;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    display: none;
}

.add-to-cart-wrapper.add-to-cart-wrapper-variable {
    display: none !important;
}

div.product.type-product:hover>.col-inner .add-to-cart-wrapper {
    display: block !important;
}

div.product.type-product:hover>.col-inner .price-wrapper .price {
    height: 2.1875rem !important;
    line-height: 2.1875rem !important;
    margin-top: 0;
    margin-bottom: 0;
}
div.product.type-product:hover>.col-inner .price-wrapper {
    position: absolute;
    background: #fff;
    bottom: 1rem;
    width: 100%;
    z-index: 1;
    margin: 0;
}
div.product.type-product:hover>.col-inner p.name.product-title.woocommerce-loop-product__title {
    opacity: 0;
}
@media screen and (max-width: 849px){
    div.product.type-product>.col-inner .box-image {
        height: 184px;
    }
    div.product.type-product>.col-inner .title-wrapper .product-title {
        font-size: 13px;
    }
    .fw-r .row-small>.flickity-viewport>.flickity-slider>.col {
        max-width: 184px !important;
        min-height: 100%;
    }
    div.product.type-product.product-type-variable>.col-inner .price-wrapper .price {
        display: block;
        font-size: 13px;
        margin-top: 10px;
    }
    div.product.type-product>.col-inner .price-wrapper span.amount {
        font-size: 13px;
    }
}
