.embla-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:9999px;background:rgba(255,255,255,.5);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 8px rgba(0,0,0,.1);transition:background .3s ease;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;color:#2F323A}.embla-arrow:hover{background:rgba(255,255,255,.7)}.embla-arrow-prev{left:16px}.embla-arrow-next{right:16px}@media (max-width:768px){.embla-arrow{width:36px;height:36px}}.categories-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:9999px;background:rgba(255,255,255,.5);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 8px rgba(0,0,0,.1);transition:background .3s ease;display:none;align-items:center;justify-content:center;cursor:pointer;border:none;color:#2F323A}@media (min-width:768px){.categories-arrow{display:flex}}.categories-arrow:hover{background:rgba(255,255,255,.7)}.categories-arrow-prev{left:-20px}.categories-arrow-next{right:-20px}