/* Nativa Carousel */
.nv-carousel-wrap{position:relative;width:100%}
.nv-carousel-viewport{overflow:hidden;width:100%}
.e-con.nv-carousel,.nv-carousel{--flex-direction:row;--flex-wrap:nowrap;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;touch-action:pan-y;will-change:transform}
.nv-carousel.e-con > *,.nv-carousel > *{flex:0 0 var(--nv-card-w,260px);width:var(--nv-card-w,260px);max-width:var(--nv-card-w,260px);min-width:0;height:auto}
.nv-carousel--anim{transition:transform .55s cubic-bezier(.4,0,.2,1)}
.nv-carousel--drag{cursor:grabbing}
.nv-carousel--drag a{pointer-events:none}

/* Arrows */
.nv-c-btn{position:absolute;top:calc(50% - 22px);z-index:6;width:44px;height:44px;padding:0;border:1px solid #EFE3D5;border-radius:50%;background:#fff;color:#3A2317;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px rgba(45,27,14,.13);transition:background .2s ease,color .2s ease,box-shadow .2s ease}
.nv-c-btn:hover{background:#3A2317;color:#fff;box-shadow:0 8px 22px rgba(45,27,14,.22)}
.nv-c-btn:focus-visible{outline:2px solid #C1663F;outline-offset:2px}
.nv-c-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}
.nv-c-prev{left:-14px}
.nv-c-next{right:-14px}
@media (max-width:1024px){.nv-c-btn{width:38px;height:38px;top:calc(50% - 19px)}.nv-c-btn svg{width:15px;height:15px}.nv-c-prev{left:-6px}.nv-c-next{right:-6px}}
@media (max-width:767px){.nv-c-btn{display:none}}

/* Dots */
.nv-c-dots{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center;margin:26px 0 0}
.nv-c-dot{width:8px;height:8px;min-width:8px;padding:0;border:0;border-radius:999px;background:#E3D4C4;cursor:pointer;transition:background .2s ease,width .2s ease}
.nv-c-dot:hover{background:#C9AF97}
.nv-c-dot[aria-current="true"]{background:#C1663F;width:24px;min-width:24px}
.nv-c-dot:focus-visible{outline:2px solid #C1663F;outline-offset:3px}
@media (max-width:767px){.nv-c-dots{margin-top:20px}.nv-c-dot{width:9px;height:9px;min-width:9px}.nv-c-dot[aria-current="true"]{width:26px;min-width:26px}}
@media (prefers-reduced-motion: reduce){.nv-carousel--anim{transition-duration:.01ms}}
