@keyframes topToBottom{0%{transform:translateY(0)}25%{transform:translateY(200%)}50%{transform:translateY(200%)}75%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mg-related-collections{--fade-left: 0px;--fade-right: 0px;display:flex;margin-bottom:40px;padding-bottom:8px;gap:24px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgb(from var(--color-foreground) r g b/40%) transparent;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 var(--fade-left),#000 calc(100% - var(--fade-right)),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 var(--fade-left),#000 calc(100% - var(--fade-right)),transparent 100%)}.mg-related-collections::-webkit-scrollbar{height:6px}.mg-related-collections::-webkit-scrollbar-track{background:transparent}.mg-related-collections::-webkit-scrollbar-thumb{background-color:rgb(from var(--color-foreground) r g b/40%);border-radius:6px;border:0}.mg-related-collections::-webkit-scrollbar-thumb:hover{background-color:rgb(from var(--color-foreground) r g b/60%)}@media screen and (min-width: 750px){.mg-related-collections{padding:0}}.mg-related-collections__item{min-width:max-content}.mg-related-collections__item a{display:block;padding:9.6px 16px;background-color:#f0e7dd;border-radius:48px;transition:all .3s cubic-bezier(.44,.54,.12,.86);font-family:var(--font-paragraph--family)!important;font-weight:400!important;font-size:13px!important;line-height:20px!important;letter-spacing:0!important}.mg-related-collections__item a:hover{background-color:#efe9e4}
