.collection__hero{background-color:#3e476c}.collection__hero .collection__hero__inner{align-items:stretch;display:flex;min-height:60vh;padding-top:clamp(40px,5vw,80px);text-align:center}.collection__hero .collection__hero__inner *{color:#fff;font-family:var(--secondaryFont)}.collection__hero .collection__hero__inner h1,.collection__hero .collection__hero__inner p:first-child{font-weight:700}.collection__hero .collection__hero__inner>*{flex-basis:50%}.collection__hero .collection__hero__content{align-items:center;display:flex;justify-content:center;padding:clamp(20px,5vw,80px)}.collection__hero .collection__hero__content *{text-align:left}.collection__hero .collection__hero__content #followCollection{background:var(--white);border:0;border-radius:7px;color:var(--primaryDBlue);display:inline-flex;font-size:14px;font-weight:900;outline:0;padding:10px 16px 10px 12px}#followCollection .add{background:var(--primaryDBlue);border-radius:3px;display:block;height:17px;margin-right:10px;padding:5px;position:relative;width:17px}#followCollection .add:after,#followCollection .add:before{background-color:var(--white);border-radius:2px;content:"";position:absolute}#followCollection .add:before{height:2px;left:0;margin:auto;text-align:center;top:50%;transform:translate(20%,-50%);width:70%}#followCollection .add:after{height:70%;left:50%;top:0;transform:translate(-50%,20%);width:2px}.collection__hero__img{background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:1024px){.collection__hero .collection__hero__inner{flex-direction:column-reverse}.collection__hero .collection__hero__inner>*{flex-basis:100%}.collection__hero__img{flex-basis:25vh!important;width:100%}}