.shop{background-color:var(--base-500);width:100%;padding:10rem 0;overflow:hidden}.shop-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.shop-header h3{width:30%}.shop-nav{gap:1rem;display:flex}.shop-nav-button-wrapper{will-change:transform;position:relative}.shop-nav-button{background:var(--base-100);width:80px;height:80px;color:var(--base-500);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;transition:opacity .3s,transform .2s;display:flex}.shop-nav-button:active{transform:scale(.85)}.shop-carousel{will-change:transform;width:100%;padding:0 2rem 4rem;overflow:visible}.shop-track{cursor:grab;touch-action:none;will-change:transform, opacity;width:100%;position:relative}.shop-card{background-color:var(--base-100);will-change:transform;border-radius:.35rem;flex-direction:column;width:360px;padding:1.5rem;display:flex}.shop-image{aspect-ratio:1;background-color:var(--base-200);border-radius:.35rem;width:100%;margin-bottom:1.25rem;overflow:hidden}.shop-image img{object-fit:cover;width:100%;height:100%}.shop-card-body{flex-direction:column;gap:.35rem;margin-bottom:1.5rem;display:flex}.shop-type{text-transform:uppercase;letter-spacing:.05em;color:var(--base-300);font-size:.8rem;font-weight:500}.shop-name{color:var(--base-500)}.shop-price{color:var(--base-500);font-size:1rem;font-weight:500}.shop-link{background-color:var(--base-500);color:var(--base-100);border-radius:999px;justify-content:center;align-self:flex-start;align-items:center;padding:.85rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.shop-link:hover{background-color:var(--base-400,var(--base-500));transform:translateY(-2px)}.shop-link:active{transform:scale(.96)}@media (max-width:1000px){.shop{padding:8rem 0 4rem}.shop-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.shop-header h3{width:100%}.shop-nav-button{transform:none}.shop-card{width:100%}.shop-link{align-self:stretch}}
