.ps-arrow{position:absolute;top:40%;transform:translateY(-50%);z-index:10;width:42px;height:42px;border-radius:50%;background:rgba(26,26,26,0.85);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .25s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 16px rgba(0,0,0,.25)}.ps-arrow.show{opacity:1}.ps-arrow:hover{background:#c9a84c;color:#000;transform:translateY(-50%) scale(1.1)}.ps-arrow svg{width:18px;height:18px;pointer-events:none}.ps-arrow.left{left:-12px}.ps-arrow.right{right:-12px}@media(max-width:749px){.ps-arrow{display:none!important}}