/*! ===================================================
                      SLOWEAR theme
  Copyright (c) 2024 Andrea Guarinoni, Bruno Melegari
           Based on DAWN theme fork v15.0.0
===================================================== */.pagination-wrapper{margin-top:4rem;margin-bottom:3rem}@media screen and (min-width: 990px){.pagination-wrapper{margin-top:5rem}}.pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination__list>li{-webkit-box-flex:1;-ms-flex:1 0 3.5rem;flex:1 0 3.5rem;max-width:3.5rem}.pagination__list>li:not(:last-child){margin-right:1rem}.pagination__item{color:rgb(var(--color-foreground));display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:4.4rem;width:100%;padding:0;text-decoration:none}.pagination__item .icon-caret,.pagination__item .icon-arrow{height:1.5rem}.pagination__item--current,.pagination__item:hover{color:rgb(var(--custom-color-grey));opacity:.7}.pagination__item--next .icon{margin-left:-0.2rem;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pagination__item--next:hover .icon{-webkit-transform:rotate(180deg) scale(1.07);-ms-transform:rotate(180deg) scale(1.07);transform:rotate(180deg) scale(1.07)}.pagination__item--prev .icon{margin-right:-0.2rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.pagination__item--prev:hover .icon{-webkit-transform:rotate(0deg) scale(1.07);-ms-transform:rotate(0deg) scale(1.07);transform:rotate(0deg) scale(1.07)}.pagination__item-arrow:hover::after{display:none}