@media screen and (min-width:960px){.simple-carousel-wrap{margin-bottom:300px}}.simple-carousel-wrap ul{z-index:1;display:grid;gap:var(--dv-carousel-column-gap);grid-template-columns:repeat(var(--grid-container-columns),minmax(0,1fr));margin:0 var(--dv-carousel-column-margin);list-style:none}@media screen and (max-width:510px){.simple-carousel-wrap ul{grid-template-columns:repeat(1,minmax(0,1fr));gap:10px}}.simple-carousel-wrap ul::-webkit-scrollbar{width:0}.simple-carousel-wrap ul li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}.simple-carousel-wrap ul li img{-webkit-border-radius:var(--border-radius);border-radius:var(--border-radius)}