.custom-horizontal-slider{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding:1rem 0;display:block;width:100%}.custom-horizontal-slider ul.products{display:flex;flex-wrap:nowrap;gap:16px;padding:0;margin:0;list-style:none;width:max-content}.custom-horizontal-slider ul.products li.product{flex:0 0 auto;scroll-snap-align:start;width:90vw;max-width:320px;background:#fff;border-radius:12px;padding:20px 16px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-shadow:0 2px 6px rgba(0,0,0,.07);text-align:center}.custom-horizontal-slider ul.products li.product img{width:100%;height:auto;margin-bottom:8px;border-radius:8px;max-width:300px}.custom-horizontal-slider ul.products li.product h2{font-size:18px;font-weight:600;margin:5px;min-height:3.5em}.custom-horizontal-slider ul.products li.product .price{margin:2px 0;font-weight:700;font-size:15px;color:#000}.custom-horizontal-slider ul.products li.product .button{margin-top:auto;padding:10px 20px;border-radius:8px;border:2px solid #ba9e8b;color:#ba9e8b;font-weight:600;background:#fff;transition:all .3s ease;text-decoration:none;display:inline-block}.custom-horizontal-slider ul.products li.product .button:hover{background:#ba9e8b;color:#fff}@media (max-width:768px){.sticky-add-to-cart-bar{position:fixed;bottom:0;left:0;right:0;background-color:#1d1c21;padding:12px 20px;z-index:9999;text-align:center;box-shadow:0 -2px 8px rgba(0,0,0,.1)}.sticky-add-to-cart-bar button{background-color:#ba9e8b!important;color:#000!important;font-weight:700;text-transform:uppercase;padding:14px 24px;border-radius:18px;border:none;font-size:16px;cursor:pointer;width:auto;min-width:220px;max-width:90%;display:inline-block;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease}.sticky-add-to-cart-bar button:hover{background-color:#8c9126!important}}@media (min-width:769px){.sticky-add-to-cart-bar{display:none}}body.cmplz-activated .cmplz-cookiebanner .cmplz-close{visibility:visible;opacity:1}