/*! ===================================================
                      SLOWEAR theme
  Copyright (c) 2024 Andrea Guarinoni, Bruno Melegari
           Based on DAWN theme fork v15.0.0
===================================================== */.collection-hero__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.collection-hero--with-image .collection-hero__inner{margin-bottom:0;padding-bottom:2rem}@media screen and (min-width: 750px){.collection-hero.collection-hero--with-image{padding:calc(4rem + var(--page-width-margin)) 0 calc(4rem + var(--page-width-margin));overflow:hidden}.collection-hero--with-image .collection-hero__inner{padding-bottom:0}}.collection-hero__text-wrapper{-ms-flex-preferred-size:100%;flex-basis:100%;text-align:center}@media screen and (min-width: 750px){.collection-hero{padding:0}.collection-hero__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-top:3rem;padding-bottom:0}}.collection-hero__title{margin:2.5rem 0;font-size:var(--font-heading-xlarge-size);font-weight:var(--font-heading-xlarge-weight);letter-spacing:var(--font-heading-xlarge-letter-spacing);line-height:var(--font-heading-xlarge-line-height)}.collection-hero__title+.collection-hero__description{margin-top:1.5rem;margin-bottom:1.5rem;font-size:1.6rem;line-height:calc(1 + .5/var(--font-body-scale))}.collection-hero__title+.collection-hero__description.in-column{margin-top:0;margin-bottom:0}.collection-hero__description{font-size:var(--font-body-font-size);font-weight:var(--font-body-font-weight);letter-spacing:var(--font-body-letter-spacing);line-height:var(--font-body-line-height)}@media screen and (min-width: 750px){.collection-hero__text-wrapper{text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.collection-hero__text-wrapper.in-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.collection-hero__title,.collection-hero__description{width:50%}.collection-hero__title+.collection-hero__description{margin-top:2rem;margin-bottom:2rem}.collection-hero__description{max-width:66.67%}.collection-hero--with-image .collection-hero__description{max-width:100%}}.collection-hero--with-image .collection-hero__title{margin:0}.collection-hero--with-image .collection-hero__text-wrapper{padding:5rem 0 4rem}.collection-hero__image-container{border:var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));border-radius:var(--media-radius);-webkit-box-shadow:var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));box-shadow:var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity))}@media screen and (max-width: 749px){.collection-hero__image-container{height:20rem}}@media screen and (min-width: 750px){.collection-hero--with-image .collection-hero__text-wrapper{padding:4rem 2rem 4rem 0;-ms-flex-preferred-size:50%;flex-basis:50%}.collection-hero__image-container{-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;margin-left:3rem;min-height:20rem}}