.home-product-top{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px;}
.home-product-ld{width:calc(50% - 5px);background:var(--ice-white);border-radius: 6px;padding:50px;}
.home-product-rd{width:calc(50% - 5px);background:var(--ice-white);border-radius: 6px;}
.home-product-rd img{width:100%;border-radius: 6px;}
.home-product-ldinr{max-width:420px;display: flex;height: 100%;justify-content: end;flex-direction:column;}
.home-product-ldinr h2{margin-bottom:24px;}
.home-product-ldinr p{margin-bottom:32px;color:var(--accent-grey);}
.section-highlighted-products{padding:0px 24px;}
.home-product-bottom{padding:0 0 56px;}
.proflickity-slider .flickity-prev-next-button{display:none;}
@media(max-width:991px){
  .home-product-ld,.home-product-rd{width:100%;padding:98px 16px 23px;}
  .section-highlighted-products{padding:0px 16px;}
  .home-product-top{margin-bottom:10px;}
  .home-product-ldinr h2{margin-bottom:32px;}
  .home-product-bottom{padding:0 0 70px;}
}

.section-highlighted-collection .text-center {padding: 24px 0;}