@charset "UTF-8";
/* https://www.topsconti.it/wp-content/plugins/affiliate-products/assets/css/ap-carousel.css?ver=1.0.0 */
.ap-carousel-wrap{position:relative;z-index:0}.ap-carousel-title{margin:.5rem 0 1rem;font-size:1.25rem;font-weight:700}.ap-carousel{position:relative;padding:40px 0;z-index:1;display:flex;gap:12px;overflow:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;scrollbar-color:var(--ap-border) transparent;user-select:none;-webkit-user-select:none;cursor:grab;touch-action:pan-x}.ap-carousel::before,.ap-carousel::after{content:"";position:absolute;top:0;bottom:0;width:18px;pointer-events:none;z-index:2;mask:linear-gradient(90deg,black,transparent);-webkit-mask:linear-gradient(90deg,black,transparent)}.ap-carousel::before{left:-6px}.ap-carousel::after{right:-6px;transform:scaleX(-1)}.ap-carousel::-webkit-scrollbar{height:8px}.ap-carousel::-webkit-scrollbar-thumb{background:var(--ap-border);border-radius:8px}.ap-carousel:focus{outline:none}.ap-carousel:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--ap-accent) 30%,transparent)}.ap-carousel.dragging{cursor:grabbing}.ap-carousel *{user-select:none;-webkit-user-select:none}.ap-carousel img,.ap-carousel a{-webkit-user-drag:none;user-drag:none}.ap-slide{scroll-snap-align:start;flex:0 0 280px;max-width:85vw}.ap-slide .ap-card{position:relative;z-index:0}.ap-slide .ap-card:hover{z-index:2}.ap-slide .ap-card__media{background:#fff;padding:6px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid var(--ap-border)}.ap-slide .ap-card__media img{width:100%;height:100%;object-fit:contain}.ap-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid var(--ap-border);background:var(--ap-card);color:var(--ap-fg);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--ap-shadow);transition:transform .12s ease,box-shadow .12s ease,background .12s ease;z-index:5;pointer-events:auto}.ap-carousel-btn:hover{transform:translateY(-50%) scale(1.06);box-shadow:0 8px 20px rgba(0,0,0,.18);background:var(--ap-card);background:color-mix(in srgb,var(--ap-card) 85%,var(--ap-accent))}.ap-carousel-btn:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--ap-accent) 35%,transparent),var(--ap-shadow)}.ap-carousel-prev{left:-6px}.ap-carousel-next{right:-6px}@media (max-width:680px){.ap-carousel-prev{left:4px}.ap-carousel-next{right:4px}.ap-carousel-btn{width:40px;height:40px}}.ap-carousel-btn[disabled],.ap-carousel-btn[aria-disabled="true"]{opacity:.5;cursor:not-allowed;transform:translateY(-50%) scale(1)}@media (max-width:768px){.ap-carousel{margin:0}.ap-carousel-btn{display:none!important}}.ap-card__cta .ap-btn{position:relative;z-index:20;pointer-events:auto}