@keyframes dot-bounce{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}@keyframes ring-pulse{0%{transform:scale(0);opacity:.6}80%{opacity:.3}to{transform:scale(2.5);opacity:0}}.card-gallery{display:grid;grid-template-columns:[full-start] 1fr [content-start] min(var(--content-max-width),100% - 60px) [content-end] 1fr [full-end]}.card-gallery>*{grid-column:content}.card-gallery__top{display:flex;flex-direction:column;text-align:center;margin-bottom:42px}@media only screen and (min-width: 960px){.card-gallery__top{margin-bottom:30px;flex-direction:row;text-align:left}}.card-gallery__title{font-family:wulkan-display,serif;font-size:33px;line-height:1}@media only screen and (min-width: 960px){.card-gallery__title{font-size:48px}}.card-gallery__subtitle{margin-top:16px}.card-gallery__cta{margin:8px auto 0;text-decoration:none}@media only screen and (min-width: 960px){.card-gallery__cta{display:flex;margin:0 0 0 auto}}.card-gallery__cta--wrapper{display:flex;align-items:center;cursor:pointer;text-decoration:none}.card-gallery__cta--text{font-size:16px;line-height:1.5;text-transform:uppercase;margin-right:8px;letter-spacing:.1em}@media only screen and (min-width: 960px){.card-gallery__cta--text{font-size:18px}}.card-gallery__cta--icon{display:flex;align-items:center;justify-content:center;color:var(--color-gray-dark);cursor:pointer;font-size:1.1em;margin-top:2px}.card-gallery__bigselect{margin-bottom:50px}.gallery{grid-column:full;display:grid;grid-template-columns:inherit;overflow-x:scroll;overscroll-behavior-x:contain;scroll-snap-type:x;scroll-behavior:smooth;scrollbar-width:none}.gallery::-webkit-scrollbar{display:none;inline-size:0!important}.gallery__wrapper{grid-column:content;display:flex;align-items:flex-start;gap:15px}@media only screen and (min-width: 600px){.gallery__wrapper{gap:30px}}.gallery__wrapper:after{content:"";align-self:stretch;padding-inline-end:max(30px,(100vw - var(--content-max-width))/2 - 30px)}.gallery__wrapper .product-card{width:min(85%,400px)}.gallery__wrapper-collection{min-height:490px}.gallery-controls__container{display:flex;flex-flow:row;justify-content:space-between;align-items:center;margin-top:24px;width:-moz-fit-content;width:fit-content;justify-self:center;gap:8px}@media only screen and (min-width: 600px){.gallery-controls__container{justify-self:flex-end}}.gallery-controls__arrow{width:42px;height:42px;background-color:var(--color-jade);display:flex;align-items:center;justify-content:center;border-radius:9999px;cursor:pointer;border-width:0px}@media only screen and (min-width: 600px){.gallery-controls__arrow:hover{background-color:var(--color-mint-darker)}}
