.carousel-container{width:100%;display:flex;flex-direction:column;padding:1rem 0}.carousel-wrapper-desktop{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;justify-items:center}.carousel-wrapper{display:flex;align-items:center;width:100%;gap:8px;overflow-x:scroll}.carousel_imgCard{border-radius:5px}.carousel_imgCard,.carousel_imgCardSelected{width:100%;max-width:144px;max-height:80px;cursor:pointer}.carousel_imgCardSelected{border-radius:5px;border:2px solid #666}.carousel-content-wrapper{overflow:hidden}.carousel-content{display:flex;-ms-overflow-style:none;scrollbar-width:none}.carousel-content::-webkit-scrollbar{display:none}.giftcard-left-arrow,.giftcard-right-arrow{border-radius:24px;background-color:transparent;border:none}.giftcard-left-arrow{left:24px}.giftcard-right-arrow{right:24px}.carousel-title{margin-bottom:15px}@media screen and (max-width:768px){.carousel-wrapper{overflow-x:scroll}.carousel-wrapper::-webkit-scrollbar{display:none}.carousel_imgCard,.carousel_imgCardSelected{min-width:136px;height:80px}}