.rd-shopware-6-alert{
    background-color: rgb(255, 128, 0);
    color: #ffffff;
    padding: 25px;
}

.rd-shopware-6-listing{
    position: relative;
}

.rd-shopware-6-listing .carousel-controls {
    display: flex;
    justify-content: space-between;

    position: absolute;
    top: 0%;
	
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.product-listing {
    z-index: 1;
}

.product-listing:not(.initialized) > .carousel-controls {
    display: none;
}

.rd-shopware-6-listing .carousel-controls button {
    border-radius: 0px;
    border: 0px;
    padding: 0px;
	
	z-index: 2;

    opacity: 0.1;
    background-color: transparent;
	transition: opacity 0.2s;
}
.rd-shopware-6-listing .carousel-controls:hover button:hover {
    opacity: 0.7;
}

.rd-shopware-6-listing .carousel-controls button .dashicons{
    font-size: 50px;
    width: 50px;
    height: 50px;
}

.product-listing:not(.rd-product-slider){
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
}

.product-listing:not(.rd-product-slider) .product-item{
    display: flex;
    flex-direction: column;
}

.product-listing:not(.rd-product-slider) .product-item{
    display: flex;
    flex-direction: column;
}

.product-listing .product-item .rd-product-image{
    width: 100%;
    height: 100%;
}

.rd-product-slider .slick-slide {
    margin: 0 20px;
}

.product-info .product-name{
    display: flex;
    justify-content: center;
    text-align: center;
}

.product-link .wp-block-buttons{
    justify-content: center;
}
.product-link .wp-block-buttons .wp-block-button{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}