.container_box{margin-bottom:40px}.products-scroller-wrapper{position:relative;width:100%;margin-bottom:20px}.products-scroller{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0 16px 0;scroll-behavior:smooth;cursor:grab;user-select:none;-webkit-user-select:none}.products-scroller::-webkit-scrollbar{display:none}.products-scroller>.articulos{display:block;float:none;width:240px;flex:0 0 240px;padding:12px 6px;scroll-snap-align:start;animation:scrollerCardFadeIn 0.3s ease-out}@media (max-width:767px){.products-scroller>.articulos{width:210px;flex:0 0 210px;padding:12px 5px}}.products-scroller>.scroller-loading-item{display:flex!important;align-items:center;justify-content:center;width:120px;flex:0 0 120px;padding:12px 6px;scroll-snap-align:start}.scroller-loading-placeholder{width:100%;height:100%;min-height:220px;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / .02);border-radius:8px;border:1px dashed rgb(0 0 0 / .1)}.scroller-arrow{position:absolute;top:calc(50% - 6px);transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#fff;color:#4b2f69;border:1px solid rgb(0 0 0 / .08);box-shadow:0 4px 14px rgb(0 0 0 / .15);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;padding:0;transition:transform 0.2s cubic-bezier(.16,1,.3,1),background-color 0.2s ease,opacity 0.25s ease,box-shadow 0.2s ease;outline:none}.scroller-arrow .svg-icon{width:15px;height:15px;pointer-events:none}.scroller-arrow:hover{background:#fbf9fd;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 18px rgb(0 0 0 / .22);color:#2b1344}.scroller-arrow:active{transform:translateY(-50%) scale(.95)}.scroller-arrow-prev{left:-20px}.scroller-arrow-next{right:-20px}.scroller-arrow.is-disabled{opacity:0;pointer-events:none;transform:translateY(-50%) scale(.85)}@media (max-width:991px),(hover:none) and (pointer:coarse){.scroller-arrow{display:none!important}}@keyframes scrollerCardFadeIn{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}.products-scroller.is-dragging{cursor:grabbing!important;scroll-snap-type:none!important;scroll-behavior:auto!important;user-select:none!important;-webkit-user-select:none!important}.products-scroller.is-dragging *{cursor:grabbing!important;user-select:none!important;-webkit-user-select:none!important;pointer-events:none!important}.products-scroller.is-dragging img{pointer-events:none!important;-webkit-user-drag:none}