@keyframes spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes slideIn{0%{transform:translateY(100%)}100%{transform:translateY(0)}}@keyframes gradient-horizontal{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes gradient-vertical{0%{background-position:50% 0}50%{background-position:50% 100%}100%{background-position:50% 0}}.mds-product-card{position:relative;cursor:pointer;border:1px solid var(--mds-black);font-family:var(--font-family)}.mds-product-card a{position:relative;display:block;margin:0!important;color:inherit!important;text-decoration:none!important}@media screen and (max-width:60rem){.mds-product-card a{display:flex;flex-flow:column nowrap;height:100%}}.mds-product-card,.mds-product-card__images{display:block;aspect-ratio:455/532;overflow:hidden;z-index:1}@media screen and (max-width:60rem){.mds-product-card,.mds-product-card__images{aspect-ratio:auto;overflow:visible}}.mds-product-card__images{position:relative}@media screen and (max-width:60rem){.mds-product-card__images{aspect-ratio:1/1;overflow:hidden;margin-top:.9375rem!important}}.mds-product-card__images,.mds-product-card__images div,.mds-product-card__images img{display:block;margin:0}.mds-product-card__images__back,.mds-product-card__images__front{position:absolute;left:0;top:0;transition:transform .3s ease-out;transform-origin:center}@media screen and (max-width:64.0625rem){.mds-product-card__images__back,.mds-product-card__images__front{transform:none}}.mds-product-card__images__back,.mds-product-card__images__back img,.mds-product-card__images__front,.mds-product-card__images__front img{width:100%;height:100%}.mds-product-card__images__back img,.mds-product-card__images__front img{object-fit:cover;object-position:center bottom}.mds-product-card__images__back{opacity:0;transition:opacity .3s ease-out,transform .3s ease-out;transform:scale(1.15)}.mds-product-card__images__front{z-index:1;transform:scale(.9);transition-delay:0s}@media screen and (max-width:60rem){.mds-product-card__images__front{transform:scale(.8);background:var(--mds-white)}}.mds-product-card__images.loading div{opacity:0;transition:opacity .3s ease-in}.mds-product-card__images.loading::after{content:"";position:absolute;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;border:4px solid rgba(0,0,0,.1);border-left-color:#000;border-radius:50%;animation:spinner 1s linear infinite}.mds-product-card__info{display:flex;flex-flow:column nowrap;box-sizing:border-box;position:absolute;width:100%;height:100%;left:0;top:0;padding:.625rem;background:0 0;z-index:10}.mds-product-card__info__footer{display:flex;flex-flow:row nowrap;align-items:flex-end;justify-content:space-between;margin-top:auto}.mds-product-card__info__footer div{transition:transform .3s ease-out,opacity .3s ease-out}@media screen and (max-width:60rem){.mds-product-card__info__footer{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:.9375rem;text-align:center;margin:0}}.mds-product-card__info>.mds-product-card__category{transition:transform .3s ease-out,opacity .3s ease-out}@media screen and (max-width:60rem){.mds-product-card__info>.mds-product-card__category{position:absolute;left:.625rem;top:.625rem}}@media screen and (max-width:60rem){.mds-product-card__info{position:initial;height:auto;margin-top:auto}}.mds-product-card__category{font-size:.75rem;line-height:.75rem;font-weight:500;letter-spacing:-.03rem;text-transform:uppercase;text-decoration:none;color:var(--mds-black)}.mds-product-card__title{font-size:1.1875rem;line-height:1.1875rem;font-weight:600;text-transform:uppercase;letter-spacing:-.03rem;margin:0}.mds-product-card__more{display:block;font-size:.6875rem;line-height:1.875rem;font-weight:500;padding:0 .75rem;text-decoration:none;text-transform:uppercase;color:var(--mds-black);background:var(--mds-grey-button);transition:color .3s ease-out,background-color .3s ease-out}@media screen and (min-width:64.0625rem){.mds-product-card:hover .mds-product-card__images__back,.mds-product-card:hover .mds-product-card__images__front{transform:scale(1)}.mds-product-card:hover .mds-product-card__images__back{opacity:1;background:linear-gradient(180deg,var(--color-secondary),var(--color-primary));background-size:200% 200%;animation:gradient-vertical 4s ease infinite}.mds-product-card:hover .mds-product-card__images__front{transition-delay:.2s}.mds-product-card:hover .mds-product-card__info>.mds-product-card__category{opacity:0;transform:translateX(-50%)}.mds-product-card:hover .mds-product-card__info__footer div{opacity:0;transform:translateY(50%)}.mds-product-card:hover .mds-product-card__more{color:var(--mds-white);background:var(--color-primary)}.mds-product-card:hover .mds-product-card__more:hover{background:var(--color-secondary)}}.mds-products{font-family:var(--font-family);padding:0 0 3.75rem;overflow-x:hidden}@media screen and (max-width:64rem){.mds-products{padding:0 0 1.875rem}}.mds-products button{border:none;padding:0;cursor:pointer;background:0 0;transition:all .3s ease-out;will-change:color,border-color,background-color}.mds-products__bar{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;text-align:center;margin:0 .5rem;padding:1.5625rem .9375rem;box-sizing:border-box;background:linear-gradient(90deg,var(--mds-magenta),var(--mds-orange));background-size:200% 200%;animation:gradient-horizontal 5s ease infinite}@media screen and (max-width:41.6875rem){.mds-products__bar{padding:1.125rem .9375rem}}.mds-products__bar__title{font-size:2.5625rem;line-height:2.5625rem;font-weight:600;letter-spacing:-.03rem;text-transform:uppercase;color:var(--mds-white);margin:0}@media screen and (max-width:41.6875rem){.mds-products__bar__title{font-size:1.625rem;line-height:1.625rem}}.mds-products__top-nav{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center}.mds-products__top-nav button{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;flex:1;cursor:pointer;font-size:1.25rem;line-height:3.125rem;font-weight:600;text-transform:uppercase;letter-spacing:-.03rem;color:var(--mds-white);background:var(--mds-black-light);border:1px solid var(--mds-white);border-top:none;border-bottom:none;margin-left:-1px}.mds-products__top-nav button.active{color:var(--mds-black);background:var(--mds-white);border-color:var(--mds-white);pointer-events:none;cursor:default}.mds-products__top-nav button:last-child{margin-right:-1px}@media screen and (min-width:64.0625rem){.mds-products__top-nav button:hover{background:var(--mds-grey-products);border-color:var(--mds-white)}}.mds-products__main{margin:0 .5rem;overflow:hidden}.mds-products__main__terms{overflow:hidden;max-width:83.375rem;margin:0 auto}.mds-products__main__term{animation:fadeIn .4s linear forwards}.mds-products__main__term__nav{display:flex;flex-flow:row wrap;align-items:flex-start;justify-content:center;list-style-type:none;padding:1.875rem 1.5625rem 3.375rem;margin:0;gap:.625rem 1.25rem}@media screen and (max-width:41.6875rem){.mds-products__main__term__nav{gap:.625rem}}.mds-products__main__term__nav button{display:block;font-size:.875rem;line-height:2.125rem;font-weight:600;padding:0 .9375rem;text-transform:uppercase;border-radius:.1875rem;border:1px solid var(--mds-black)}.mds-products__main__term__nav button.active{color:var(--mds-white);background:var(--mds-magenta);border-color:var(--mds-magenta)}@media screen and (min-width:64.0625rem){.mds-products__main__term__nav button:hover{color:var(--mds-magenta);border-color:var(--mds-magenta)}}@media screen and (max-width:41.6875rem){.mds-products__main__term__nav button{font-size:.75rem;line-height:1.5rem;padding:1px .625rem 0}}.mds-products__main__term__nav__sub{position:absolute;width:100vw;left:0;right:0;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;gap:1.875rem;padding:.9375rem;background:var(--mds-white);opacity:0;transition:opacity .3s ease-out}.mds-products__main__term__nav__sub button{font-size:.875rem;line-height:1.5rem;font-weight:600;padding:0 .625rem}.mds-products__main__term__nav li.active-term>button{color:var(--mds-white);background:var(--mds-grey-tabs);border-color:var(--mds-gray-tabs)}.mds-products__main__term__nav li.active-term>button.active{background:var(--mds-magenta);border-color:var(--mds-magenta)}.mds-products__main__term__nav li.active-term .mds-products__main__term__nav__sub{opacity:1}.mds-products__main__term__posts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;margin-right:-1px;margin-bottom:-1px;overflow:hidden}.mds-products__main__term__posts>p{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;text-align:center;padding:3.125rem;border-radius:.25rem;background:var(--mds-white-products);grid-column:1/4}@media screen and (max-width:64rem){.mds-products__main__term__posts>p{grid-column:1/3}}.mds-products__main__term__posts .mds-product-card{border:1px solid var(--mds-black);margin-top:-1px;margin-left:-1px;animation:fadeIn .4s linear forwards}.mds-products__main__term__posts .mds-product-card__info{padding:.9375rem}@media screen and (max-width:64rem){.mds-products__main__term__posts{grid-template-columns:repeat(2,minmax(0,1fr))}}
/*# sourceMappingURL=catalog-1758558906725.min.css.map */
