


/* Start:/local/components/redbro/items.current/templates/.default/style.css*/
.sw_items_section .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}


 .sw_items_section .brand_s_items {
     margin-top: 2rem;
     position: relative;
     background-color: white;
     margin-left: -0.25rem;
     margin-right: -0.25rem;
 }

.sw_items_section .brand_s_item{
    padding: 2rem;
}

.sw_items_section .brand_s_item a {
    position: relative;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

}


.sw_items_section .brand_s_item a:before {
    content: "";
    display: block;
    padding-top: 50%;
}


.sw_items_section .brand_s_items .aml__prev {
    left: 0;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;
    background: rgba(255,255,255,0.6);
    padding: 1rem;
}

.sw_items_section .brand_s_items .aml__next {
    right: 0;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;
    background: rgba(255,255,255,0.6);
    padding: 1rem;
}


/* End */
/* /local/components/redbro/items.current/templates/.default/style.css */
