.cart-plate{display:flex;gap:1.5rem;align-items:center;color:var(--color-turquoise);padding:2rem 1.7rem 2rem 2.4rem;background:var(--color-black);border-radius:50rem 0 0 50rem;position:fixed;bottom:3rem;right:0;transition:all .3s ease-in-out;box-shadow:0 4px 10px 0 rgba(84,84,84,.2)}@media only screen and (max-width:768px){.cart-plate{bottom:2rem;border-radius:5rem 0 0 5rem;padding:1.1rem 1.5rem}}.cart-plate:hover{cursor:pointer;color:var(--color-dark-blue);background:var(--color-turquoise);box-shadow:0 4px 10px 0 rgba(132,205,195,.49)}.cart-plate__text{display:flex;align-items:center}@media only screen and (max-width:768px){.cart-plate__text{flex-direction:column;align-items:flex-start;gap:.2rem}}.cart-plate__text span{font-size:1.6rem;font-weight:500}.cart-plate__text span:before{content:"/";margin:0 .8rem 0 .9rem}@media only screen and (max-width:768px){.cart-plate__text span:before{display:none}}.cart-plate__text span:first-child:before{display:none}.cart-plate__cart-icon svg{width:3.5rem;height:3.6rem;transition:all .3s ease-in-out}.cart-plate__arrow-icon svg{width:2.8rem;height:1.4rem;transition:all .3s ease-in-out}.product-attribute{display:flex;justify-content:space-between;padding:2rem 0;gap:1rem;align-items:center}.product-attribute--column{flex-direction:column;align-items:flex-start}.product-attribute__label{font-size:1.6rem;font-weight:500;color:var(--color-dark-blue);line-height:1.9rem}.product-attribute__content{font-size:1.6rem;line-height:1.9rem;font-weight:400}.product-card{display:flex;flex-direction:column}.product-card__image{height:50rem;margin-bottom:1rem;background:var(--color-light-gray);position:relative;overflow:hidden;border-radius:2rem}@media only screen and (max-width:768px){.product-card__image{height:18rem;border-radius:.7rem;margin-bottom:.5rem}}.product-card__image img{object-fit:contain;width:100%;height:100%;transition:all .8s ease-in-out}.product-card__image:hover img{transform:scale(1.2)}.product-card__image__link{position:absolute;top:0;left:0;width:100%;height:100%}.product-card__title{margin-bottom:.5rem;font-size:1.6rem;font-weight:600;color:var(--color-dark-blue)}.product-card__title a{color:var(--color-dark-blue);text-decoration:none}.product-card__price{font-size:1.6rem;color:var(--color-blue);font-weight:600}.product-cart{display:grid;grid-template-columns:10rem 1fr;grid-gap:2rem;gap:2rem}.product-cart__image{width:10rem;height:12.5rem;border-radius:1.5rem;background:var(--color-light-gray-blue);overflow:hidden}.product-cart__image img{width:100%;height:100%;object-fit:contain}.product-cart__content{display:flex;flex-direction:column}.product-cart__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.6rem}.product-cart__title{font-size:1.6rem;font-weight:500;line-height:1.9rem;color:var(--color-dark-blue)}.product-cart__remove{background:transparent;border:none;outline:none;padding:0;color:var(--color-blue);transition:all .3s ease-in-out;font-size:1.4rem;font-weight:500}.product-cart__remove:hover{cursor:pointer;color:var(--color-dark-blue)}.product-cart__attributes{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.6rem}.product-cart__attributes__item{font-size:1.4rem;font-weight:400;line-height:1.6rem;color:var(--color-dark-blue)}.product-cart__footer{margin-top:auto;display:flex;justify-content:space-between;align-items:flex-end}.product-cart__counter{display:flex;align-items:center;justify-content:center;gap:1.5rem}.product-cart__counter__decrement,.product-cart__counter__increment{width:3rem;height:3rem;background:var(--color-light-gray-blue);display:flex;align-items:center;justify-content:center;border:.1rem solid #cedbe1;color:var(--color-dark-blue);transition:all .3s ease-in-out;border-radius:100%}.product-cart__counter__decrement:hover,.product-cart__counter__increment:hover{cursor:pointer;background:var(--color-turquoise);border-color:var(--color-turquoise)}.product-cart__counter__increment svg{width:1.2rem;height:1.2rem}.product-cart__counter__decrement svg{width:1.2rem;height:.2rem}.product-cart__counter__count{font-size:1.6rem;font-weight:500;color:var(--color-dark-blue);text-align:center}.product-cart__price{font-size:1.8rem;font-weight:500;color:var(--color-dark-blue)}.product-gallery{display:grid;grid-template-columns:14rem 1fr;grid-gap:2rem;gap:2rem;overflow:hidden}@media only screen and (max-width:768px){.product-gallery{width:100vw;margin-left:-2rem;display:flex;justify-content:center;align-items:center}}.product-gallery__thumbnails{display:flex;flex-direction:column;gap:2rem}.product-gallery__thumbnails__item{width:14rem;height:14rem;border-radius:2rem;overflow:hidden;position:relative}.product-gallery__thumbnails__item:hover{cursor:pointer}.product-gallery__thumbnails__item--active:after{width:100%;height:100%;border-radius:2rem;position:absolute;border:.3rem solid var(--color-turquoise);top:0;left:0;content:"";display:block;z-index:2;box-sizing:border-box}.product-gallery__thumbnails__item img{width:100%;height:100%;object-fit:contain;position:relative;z-index:1}.product-gallery__image{background:var(--color-light-gray-blue);border-radius:2rem;overflow:hidden}.product-gallery__image img{width:100%;height:100%;object-fit:contain}.product-gallery__slider{width:28rem}.product-gallery__slider .splide__track{overflow:inherit}.product-gallery__item--splide{width:28rem}.product-gallery__item{width:28rem;border-radius:2rem;overflow:hidden}.product-gallery__item img{width:100%;height:100%;object-fit:cover}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}.product-price{font-size:3.8rem;line-height:4.1rem;color:var(--color-blue);font-weight:500;margin-bottom:6rem}@media only screen and (max-width:768px){.product-price{font-size:2.6rem;line-height:2.8rem}}.product-title{font-size:3.8rem;line-height:4.1rem;color:var(--color-dark-blue);font-weight:500}@media only screen and (max-width:768px){.product-title{font-size:2.6rem;line-height:2.8rem}}.shop-heading{padding-bottom:4rem;margin-bottom:4rem;border-bottom:.1rem solid var(--color-light-blue);display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2rem}@media only screen and (max-width:768px){.shop-heading{padding-bottom:4rem;margin-bottom:0;border-bottom:none;align-items:flex-start}.shop-heading__wrapper .container{padding:0}}.shop-heading__heading{font-weight:500;font-size:6.4rem;color:var(--color-dark-blue)}@media only screen and (max-width:768px){.shop-heading__heading{font-size:3.8rem}}.shop-heading__left{display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width:768px){.shop-heading__left{padding:0 var(--margin_container)}}.breadcrumbs{width:100%;margin-bottom:3rem}.breadcrumbs a{font-size:1.4rem;font-weight:400;color:var(--color-dark-blue);transition:all .3s ease-in-out;text-decoration:none}.breadcrumbs a:hover{cursor:pointer;text-decoration:underline}.breadcrumbs span{font-size:1.4rem;font-weight:400;color:var(--color-blue)}.breadcrumbs>*{padding-left:3.2rem;position:relative}.breadcrumbs>:after{position:absolute;display:block;content:"";width:2rem;height:.1rem;background:var(--color-dark-blue);top:1rem;left:.4rem}.breadcrumbs>:first-child{padding-left:0}.breadcrumbs>:first-child:after{display:none}.shop-page{padding-top:7rem}@media only screen and (max-width:768px){.shop-page{padding-top:6rem}}.shop-page__load{display:flex;justify-content:center;margin-top:6.5rem}@media only screen and (max-width:768px){.shop-page__load{margin-top:3rem}.shop-page__load__button{width:100%}}.shop-page__filter{margin-bottom:4rem}@media only screen and (max-width:768px){.shop-page__filter{margin-bottom:3rem}}.shop-categories{display:flex;gap:1.2rem;align-items:center}@media only screen and (max-width:768px){.shop-categories{gap:1.5rem;overflow-x:scroll;scrollbar-width:none;width:100%;padding:0 var(--margin_container)}.shop-categories::-webkit-scrollbar{display:none}}@media only screen and (max-width:768px){.shop-categories__wrapper{width:100vw;overflow:hidden;white-space:nowrap}}.shop-categories__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media only screen and (max-width:768px){.shop-categories__item{gap:.7rem}}.shop-categories__item__image{width:10rem;height:10rem;border-radius:100%;overflow:hidden;position:relative;background:#cedbe1}@media only screen and (max-width:768px){.shop-categories__item__image{width:8rem;height:8rem}}.shop-categories__item__image img{transition:all .3s ease-in-out;width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.shop-categories__item__title{font-size:1.8rem;font-weight:500;color:var(--color-dark-blue)}.shop-categories__item--active .shop-categories__item__image{border:.8rem solid var(--color-turquoise)}.shop-categories__item:hover{cursor:pointer}.shop-categories__item:hover .shop-categories__item__image img{transform:scale(1.2)}.shop-filter .container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3.2rem;gap:3.2rem}@media only screen and (max-width:768px){.shop-filter .container{grid-template-columns:1fr;gap:3rem}}.shop-filter__sortable{width:100%}.shop-filter__count{display:flex;align-items:flex-end;justify-content:center;gap:1.4rem;font-size:3.8rem;font-weight:500;position:relative;padding:0 2rem;background:var(--color-white)}.shop-filter__count span{font-size:1.6rem;color:var(--color-dark-blue);margin-bottom:.5rem}.shop-filter__count__wrapper{display:flex;align-items:center;justify-content:center;position:relative}@media only screen and (max-width:768px){.shop-filter__count__wrapper:after{width:100%;height:.1rem;background:var(--color-light-blue);position:absolute;top:5rem;left:0;content:""}}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3.6rem 3.2rem;gap:3.6rem 3.2rem}@media only screen and (max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}