.aspect,
.aspect-shirt,
.aspect-xs-1-1,
.aspect-xs-5-4,
.aspect-xs-48-17,
.aspect-xs-4-5,
.aspect-xs-4-3,
.aspect-xs-21-9,
.aspect-xs-125-34,
.aspect-xs-96-25 {
  height: 0;
  overflow: hidden;
}
.aspect > img,
.aspect > picture img {
  width: 100%;
  height: auto;
}
.aspect-shirt {
  padding-bottom: 150%;
}
.aspect-xs-1-1 {
  padding-bottom: 100%;
}
.aspect-xs-5-4 {
  padding-bottom: 80%;
}
.aspect-xs-48-17 {
  padding-bottom: 35.41666667%;
}
.aspect-xs-4-5 {
  padding-bottom: 125%;
}
.aspect-xs-4-3 {
  padding-bottom: 75%;
}
.aspect-xs-16-9 {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.aspect-xs-16-9 > img,
.aspect-xs-16-9 > picture img {
  width: 100%;
  height: auto;
}
.aspect-xs-21-9 {
  padding-bottom: 42.85%;
}
.aspect-xs-125-34 {
  padding-bottom: 27.2%;
}
.aspect-xs-96-25 {
  padding-bottom: 26%;
}
@media (min-width: 576px) {
  .aspect-sm-1-1 {
    padding-bottom: 100%;
  }
  .aspect-sm-5-4 {
    padding-bottom: 80%;
  }
  .aspect-sm-48-17 {
    padding-bottom: 35.41666667%;
  }
  .aspect-sm-4-5 {
    padding-bottom: 125%;
  }
  .aspect-sm-4-3 {
    padding-bottom: 75%;
  }
  .aspect-sm-16-9 {
    padding-bottom: 56.25%;
  }
  .aspect-sm-21-9 {
    padding-bottom: 42.85%;
  }
  .aspect-sm-125-34 {
    padding-bottom: 27.2%;
  }
  .aspect-sm-96-25 {
    padding-bottom: 26%;
  }
}
@media (min-width: 768px) {
  .aspect-md-1-1 {
    padding-bottom: 100%;
  }
  .aspect-md-5-4 {
    padding-bottom: 80%;
  }
  .aspect-md-48-17 {
    padding-bottom: 35.41666667%;
  }
  .aspect-md-4-5 {
    padding-bottom: 125%;
  }
  .aspect-md-4-3 {
    padding-bottom: 75%;
  }
  .aspect-md-16-9 {
    padding-bottom: 56.25%;
  }
  .aspect-md-21-9 {
    padding-bottom: 42.85%;
  }
  .aspect-md-125-34 {
    padding-bottom: 27.2%;
  }
  .aspect-md-96-25 {
    padding-bottom: 26%;
  }
}
@media (min-width: 992px) {
  .aspect-lg-1-1 {
    padding-bottom: 100%;
  }
  .aspect-lg-5-4 {
    padding-bottom: 80%;
  }
  .aspect-lg-48-17 {
    padding-bottom: 35.41666667%;
  }
  .aspect-lg-4-5 {
    padding-bottom: 125%;
  }
  .aspect-lg-4-3 {
    padding-bottom: 75%;
  }
  .aspect-lg-16-9 {
    padding-bottom: 56.25%;
  }
  .aspect-lg-21-9 {
    padding-bottom: 42.85%;
  }
  .aspect-lg-125-34 {
    padding-bottom: 27.2%;
  }
  .aspect-lg-96-25 {
    padding-bottom: 26%;
  }
}
.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row > * {
  width: 100%;
}
.row > .col-xs-12 {
  width: 100%;
}
.row > .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.row > .col-xs-11 {
  width: 91.66666667%;
}
.row > .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.row > .col-xs-10 {
  width: 83.33333333%;
}
.row > .col-xs-offset-9 {
  margin-left: 75%;
}
.row > .col-xs-9 {
  width: 75%;
}
.row > .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.row > .col-xs-8 {
  width: 66.66666667%;
}
.row > .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.row > .col-xs-7 {
  width: 58.33333333%;
}
.row > .col-xs-offset-6 {
  margin-left: 50%;
}
.row > .col-xs-6 {
  width: 50%;
}
.row > .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.row > .col-xs-5 {
  width: 41.66666667%;
}
.row > .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.row > .col-xs-4 {
  width: 33.33333333%;
}
.row > .col-xs-offset-3 {
  margin-left: 25%;
}
.row > .col-xs-3 {
  width: 25%;
}
.row > .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.row > .col-xs-2 {
  width: 16.66666667%;
}
.row > .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.row > .col-xs-1 {
  width: 8.33333333%;
}
.row > .col-xs-offset-0 {
  margin-left: 0%;
}
.row > * {
  padding: 0 0.5rem;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row > [class*='col-'] {
  position: relative;
  min-height: 1px;
  float: left;
}
@media (min-width: 576px) {
  .row > .col-sm-12 {
    width: 100%;
  }
  .row > .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .row > .col-sm-11 {
    width: 91.66666667%;
  }
  .row > .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .row > .col-sm-10 {
    width: 83.33333333%;
  }
  .row > .col-sm-offset-9 {
    margin-left: 75%;
  }
  .row > .col-sm-9 {
    width: 75%;
  }
  .row > .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .row > .col-sm-8 {
    width: 66.66666667%;
  }
  .row > .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .row > .col-sm-7 {
    width: 58.33333333%;
  }
  .row > .col-sm-offset-6 {
    margin-left: 50%;
  }
  .row > .col-sm-6 {
    width: 50%;
  }
  .row > .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .row > .col-sm-5 {
    width: 41.66666667%;
  }
  .row > .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .row > .col-sm-4 {
    width: 33.33333333%;
  }
  .row > .col-sm-offset-3 {
    margin-left: 25%;
  }
  .row > .col-sm-3 {
    width: 25%;
  }
  .row > .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .row > .col-sm-2 {
    width: 16.66666667%;
  }
  .row > .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .row > .col-sm-1 {
    width: 8.33333333%;
  }
  .row > .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .row > .col-md-12 {
    width: 100%;
  }
  .row > .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .row > .col-md-11 {
    width: 91.66666667%;
  }
  .row > .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .row > .col-md-10 {
    width: 83.33333333%;
  }
  .row > .col-md-offset-9 {
    margin-left: 75%;
  }
  .row > .col-md-9 {
    width: 75%;
  }
  .row > .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .row > .col-md-8 {
    width: 66.66666667%;
  }
  .row > .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .row > .col-md-7 {
    width: 58.33333333%;
  }
  .row > .col-md-offset-6 {
    margin-left: 50%;
  }
  .row > .col-md-6 {
    width: 50%;
  }
  .row > .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .row > .col-md-5 {
    width: 41.66666667%;
  }
  .row > .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .row > .col-md-4 {
    width: 33.33333333%;
  }
  .row > .col-md-offset-3 {
    margin-left: 25%;
  }
  .row > .col-md-3 {
    width: 25%;
  }
  .row > .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .row > .col-md-2 {
    width: 16.66666667%;
  }
  .row > .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .row > .col-md-1 {
    width: 8.33333333%;
  }
  .row > .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .row > .col-lg-12 {
    width: 100%;
  }
  .row > .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .row > .col-lg-11 {
    width: 91.66666667%;
  }
  .row > .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .row > .col-lg-10 {
    width: 83.33333333%;
  }
  .row > .col-lg-offset-9 {
    margin-left: 75%;
  }
  .row > .col-lg-9 {
    width: 75%;
  }
  .row > .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .row > .col-lg-8 {
    width: 66.66666667%;
  }
  .row > .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .row > .col-lg-7 {
    width: 58.33333333%;
  }
  .row > .col-lg-offset-6 {
    margin-left: 50%;
  }
  .row > .col-lg-6 {
    width: 50%;
  }
  .row > .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .row > .col-lg-5 {
    width: 41.66666667%;
  }
  .row > .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .row > .col-lg-4 {
    width: 33.33333333%;
  }
  .row > .col-lg-offset-3 {
    margin-left: 25%;
  }
  .row > .col-lg-3 {
    width: 25%;
  }
  .row > .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .row > .col-lg-2 {
    width: 16.66666667%;
  }
  .row > .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .row > .col-lg-1 {
    width: 8.33333333%;
  }
  .row > .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .row > .col-xl-12 {
    width: 100%;
  }
  .row > .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .row > .col-xl-11 {
    width: 91.66666667%;
  }
  .row > .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .row > .col-xl-10 {
    width: 83.33333333%;
  }
  .row > .col-xl-offset-9 {
    margin-left: 75%;
  }
  .row > .col-xl-9 {
    width: 75%;
  }
  .row > .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .row > .col-xl-8 {
    width: 66.66666667%;
  }
  .row > .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .row > .col-xl-7 {
    width: 58.33333333%;
  }
  .row > .col-xl-offset-6 {
    margin-left: 50%;
  }
  .row > .col-xl-6 {
    width: 50%;
  }
  .row > .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .row > .col-xl-5 {
    width: 41.66666667%;
  }
  .row > .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .row > .col-xl-4 {
    width: 33.33333333%;
  }
  .row > .col-xl-offset-3 {
    margin-left: 25%;
  }
  .row > .col-xl-3 {
    width: 25%;
  }
  .row > .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .row > .col-xl-2 {
    width: 16.66666667%;
  }
  .row > .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .row > .col-xl-1 {
    width: 8.33333333%;
  }
  .row > .col-xl-offset-0 {
    margin-left: 0%;
  }
}
#animated-header {
  position: relative;
  overflow: hidden;
}
#animated-header #animated-header-names-wrapper {
  color: var(--color-default-2);
}
#animated-header #animated-header-names-wrapper .animated-header-names {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
}
#animated-header #animated-header-names-wrapper .animated-header-names > * {
  margin: 0.1rem 0.5rem;
}
#animated-header #animated-header-names-wrapper .animated-header-names:last-child {
  left: -100%;
}
#animated-header #animated-header-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
}
@media (min-width: 576px) {
  #animated-header #animated-header-overlay {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), transparent);
  }
}
#animated-header .animated-header-slot {
  position: relative;
  z-index: 2;
}
#animated-header .animated-header-content {
  margin: 3rem auto 1rem;
}
@media (min-width: 992px) {
  #animated-header .animated-header-content {
    margin-top: 4rem;
  }
}
#animated-header .animated-header-content h1 {
  text-align: center;
}
#animated-header .animated-header-content img {
  width: 20rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #animated-header-names-wrapper.animate > :first-child {
    animation: loop 100s linear infinite;
  }
  #animated-header-names-wrapper.animate > :last-child {
    animation: loopClone 100s linear infinite;
  }
}
@keyframes loop {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes loopClone {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.icon-carrier-car .icon-cr.icon-carrier-car:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg style='fill:black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 166.74 127.02'><g id='Layer_2' data-name='Layer 2'><g id='Layer_1-2' data-name='Layer 1'><path class='cls-1' d='M52.74,108.72a18.3,18.3,0,1,1-36.59,0'/><path class='cls-1' d='M0,0V108.72H16.15a18.3,18.3,0,1,1,36.59,0H88.27V0Z'/><path class='cls-1' d='M152.1,108.72a18.3,18.3,0,1,1-36.6,0'/><path class='cls-1' d='M100.86,53.82v54.9H115.5a18.3,18.3,0,1,1,36.6,0h14.64V53.82Z'/><path class='cls-1' d='M100.86,20.71V54.9h33.36c0-.14,0-.28,0-.41A33.79,33.79,0,0,0,100.86,20.71Z'/></g></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg style='fill:black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 166.74 127.02'><g id='Layer_2' data-name='Layer 2'><g id='Layer_1-2' data-name='Layer 1'><path class='cls-1' d='M52.74,108.72a18.3,18.3,0,1,1-36.59,0'/><path class='cls-1' d='M0,0V108.72H16.15a18.3,18.3,0,1,1,36.59,0H88.27V0Z'/><path class='cls-1' d='M152.1,108.72a18.3,18.3,0,1,1-36.6,0'/><path class='cls-1' d='M100.86,53.82v54.9H115.5a18.3,18.3,0,1,1,36.6,0h14.64V53.82Z'/><path class='cls-1' d='M100.86,20.71V54.9h33.36c0-.14,0-.28,0-.41A33.79,33.79,0,0,0,100.86,20.71Z'/></g></g></svg>");
}
.icon-store .icon-cr.icon-store:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path d='M89.65,39.73c-.48-.09-.93-.09-1.36-.08-.17,0-.34,0-.5,0-.02-.07-.04-.14-.05-.21-.53-2.96-.81-6.38-1.08-9.68-.36-4.4-.73-8.95-1.7-12.73-.74-2.88-2.74-4.43-6.11-4.72h-.06s-.06,0-.06,0c-8.89.51-18.29.21-27.39-.08-9.93-.32-20.2-.64-29.86.08-2.44.18-5.36.86-6.36,4.47-1.05,3.81-1.43,8.54-1.8,13.12-.26,3.28-.54,6.66-1.06,9.55-.01.07-.03.14-.05.21-.13,0-.28,0-.42,0-1.01,0-2.26-.01-2.85.9-.47.73-.54,1.77-.17,2.61.3.68.85,1.14,1.52,1.26.93.17,2.03.1,3.09.03.62-.04,1.25-.08,1.82-.07v35.64c0,3.77,4.31,8.25,8.34,8.55,7.97-.42,16.4-.15,24.56.11,5.12.16,10.34.33,15.49.33,4.08,0,8.13-.11,12.06-.4,4.33-.32,9.15-3.93,9.15-8.6v-35.59h4.76c1.09,0,1.79-1.12,1.89-2.17.12-1.28-.61-2.29-1.8-2.51ZM82.85,39.64h-11.66l-3.1-22.16c1.62.09,3.4-.02,5.14-.12,2.24-.13,4.55-.27,6.36.03h0c.39.06.62,1.41.69,1.86l.04.24c.56,3.11.87,6.41,1.18,9.6.33,3.48.68,7.07,1.35,10.56ZM70.69,53.44c-1.95-.71-10.87-.71-12.96-.36-1.5.25-5.03,2.33-5.03,4.37v26.06h-29.52c-.7-.12-2.83-2.47-2.88-3.17v-35.91h59.42v35.91c0,.69-.6,1.53-1.61,2.23-1.13.78-2.49,1.2-3.46,1.11v-25.27c0-1.94-2.39-4.39-3.94-4.96ZM58.51,58.06c1.51-.21,8.93-.24,10.21,0,.18.06.6.37.81.57v24.86h-12.07v-24.75c.06-.2.63-.63,1.04-.69ZM34.37,39.64l2.67-22.24h10.57v22.23h-13.24ZM52.39,17.4h10.57l2.67,22.24h-13.23v-22.24ZM31.92,17.4l-3.11,22.24h-11.58l2.99-22.11c.07-.05.14-.1.21-.13h11.49Z'/><path d='M41.97,53.02c-2.36-.32-8.87-.29-11.24.06-1.94.28-3.93,1.68-4.73,3.31-.96,1.96-.86,11-.65,12.9.29,2.54,2.09,5.29,4.98,5.64,1.24.15,3.54.22,5.86.22s4.76-.08,6.09-.23c2.68-.31,4.69-2.31,4.99-4.99.3-2.65.31-9.46,0-11.95-.34-2.79-3-4.63-5.33-4.95ZM42.42,69.45c-.13.39-.35.61-1.25.71-1.59.19-9.02.19-10.02-.12-.43-.13-.63-.29-.71-.93-.24-1.8-.24-8.15,0-9.99.06-.42.27-.9.62-1,.86-.23,9.14-.23,10.43-.06.64.08.93.29,1.05,1.37.17,1.5.18,9.12-.11,10.02Z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path d='M89.65,39.73c-.48-.09-.93-.09-1.36-.08-.17,0-.34,0-.5,0-.02-.07-.04-.14-.05-.21-.53-2.96-.81-6.38-1.08-9.68-.36-4.4-.73-8.95-1.7-12.73-.74-2.88-2.74-4.43-6.11-4.72h-.06s-.06,0-.06,0c-8.89.51-18.29.21-27.39-.08-9.93-.32-20.2-.64-29.86.08-2.44.18-5.36.86-6.36,4.47-1.05,3.81-1.43,8.54-1.8,13.12-.26,3.28-.54,6.66-1.06,9.55-.01.07-.03.14-.05.21-.13,0-.28,0-.42,0-1.01,0-2.26-.01-2.85.9-.47.73-.54,1.77-.17,2.61.3.68.85,1.14,1.52,1.26.93.17,2.03.1,3.09.03.62-.04,1.25-.08,1.82-.07v35.64c0,3.77,4.31,8.25,8.34,8.55,7.97-.42,16.4-.15,24.56.11,5.12.16,10.34.33,15.49.33,4.08,0,8.13-.11,12.06-.4,4.33-.32,9.15-3.93,9.15-8.6v-35.59h4.76c1.09,0,1.79-1.12,1.89-2.17.12-1.28-.61-2.29-1.8-2.51ZM82.85,39.64h-11.66l-3.1-22.16c1.62.09,3.4-.02,5.14-.12,2.24-.13,4.55-.27,6.36.03h0c.39.06.62,1.41.69,1.86l.04.24c.56,3.11.87,6.41,1.18,9.6.33,3.48.68,7.07,1.35,10.56ZM70.69,53.44c-1.95-.71-10.87-.71-12.96-.36-1.5.25-5.03,2.33-5.03,4.37v26.06h-29.52c-.7-.12-2.83-2.47-2.88-3.17v-35.91h59.42v35.91c0,.69-.6,1.53-1.61,2.23-1.13.78-2.49,1.2-3.46,1.11v-25.27c0-1.94-2.39-4.39-3.94-4.96ZM58.51,58.06c1.51-.21,8.93-.24,10.21,0,.18.06.6.37.81.57v24.86h-12.07v-24.75c.06-.2.63-.63,1.04-.69ZM34.37,39.64l2.67-22.24h10.57v22.23h-13.24ZM52.39,17.4h10.57l2.67,22.24h-13.23v-22.24ZM31.92,17.4l-3.11,22.24h-11.58l2.99-22.11c.07-.05.14-.1.21-.13h11.49Z'/><path d='M41.97,53.02c-2.36-.32-8.87-.29-11.24.06-1.94.28-3.93,1.68-4.73,3.31-.96,1.96-.86,11-.65,12.9.29,2.54,2.09,5.29,4.98,5.64,1.24.15,3.54.22,5.86.22s4.76-.08,6.09-.23c2.68-.31,4.69-2.31,4.99-4.99.3-2.65.31-9.46,0-11.95-.34-2.79-3-4.63-5.33-4.95ZM42.42,69.45c-.13.39-.35.61-1.25.71-1.59.19-9.02.19-10.02-.12-.43-.13-.63-.29-.71-.93-.24-1.8-.24-8.15,0-9.99.06-.42.27-.9.62-1,.86-.23,9.14-.23,10.43-.06.64.08.93.29,1.05,1.37.17,1.5.18,9.12-.11,10.02Z'/></svg>");
}
.icon-my-store .icon-cr.icon-my-store:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path d='M54.71,82.94c-5.19-.43-10.74-.24-16.12-.05-5.01.18-10.19.36-15.11.03-.5,0-1.43-.45-2.36-1.35-.77-.75-1.18-1.49-1.18-1.83v-36.29h59.97c-.03,1.39.45,2.52,1.33,3.1.77.51,1.74.52,2.53.02.93-.59,1.44-1.74,1.42-3.18.35,0,.76.03,1.18.05,2.01.11,4.51.25,5.27-1.45.52-1.16.22-1.98-.12-2.46-.7-.97-2.18-1.35-3.46-1.31l-2.7-22.54c-.68-2.65-3.06-4.63-5.68-4.71l-60.82.23-.28.05c-1.82.69-3.14,2.02-3.84,3.84l-2.85,23.13c-.18.05-.51.07-.75.09-.9.07-2.27.18-2.86,1.39-.33.67-.3,1.54.06,2.35.32.7.83,1.19,1.42,1.36.83.23,1.96.14,3.17.05.65-.05,1.31-.1,1.86-.09v36.03c0,4.6,4.87,8.26,9.25,8.67,2.34.22,4.77.3,7.23.3,3.03,0,6.11-.12,9.14-.23,4.84-.18,9.84-.38,14.47-.08h.09s.09,0,.09,0c1.53-.25,2.61-1.4,2.56-2.73-.04-1-.83-2.23-2.91-2.4ZM66.06,38.31h-13.68v-22.15h10.54l3.14,22.15ZM68.23,16.16h11.82c.08.09.16.21.21.28l2.84,21.87h-12.18l-2.69-22.15ZM31.72,16.16l-2.69,22.15h-12.18l2.84-21.87c.04-.07.13-.19.21-.28h11.82ZM47.56,16.16v22.15h-13.68l3.14-22.15h10.54Z'/><path d='M72.98,48.69c-8.15.51-14.98,6.41-16.59,14.34-2.4,11.81,8.66,24.21,12.11,27.73,1.51,1.54,4.22,4.12,5.4,4.12h0c1.67,0,5.47-4.03,7.02-5.75,2.41-2.67,10.31-12.08,10.96-20.89.39-5.32-1.54-10.54-5.29-14.33-3.65-3.69-8.49-5.54-13.61-5.22ZM74.14,88.75c-5.9-5.08-15.44-16.38-12.57-25.89,1.36-4.53,6.02-8.5,10.59-9.04,5.48-.65,10.63,1.96,13.13,6.66,5,9.4-3.17,20.47-11.15,28.27Z'/><path d='M42.18,52.16c-2.05-.28-10.39-.35-12.37.05-1.7.35-3.42,1.77-4.09,3.4-.97,2.34-1.03,12.39-.1,14.93.74,2.01,2.63,3.48,4.82,3.75,1.2.15,3.32.21,5.46.21,2.36,0,4.74-.08,5.98-.22,2.76-.31,5.07-2.47,5.37-5.04.31-2.54.31-9.55,0-12.09-.29-2.42-2.56-4.66-5.06-5ZM41.37,57.25c.65.09.81.28.94.72.31,1.02.31,8.2.12,9.81-.13,1.09-.42,1.3-1.06,1.39-2.07.28-7.42.19-9.81,0l-.22-.02c-.41-.03-.69-.06-.91-.16-.43-1.4-.37-9.44.08-11.59.21-.08.47-.1.83-.13l.22-.02c2.34-.2,7.78-.28,9.81,0Z'/><path d='M73.28,58.94c-4.94.44-7.18,4.56-6.85,8.42.3,3.45,2.73,6.97,7.37,6.97.26,0,.54-.01.81-.04,2.84-.24,5.03-1.7,6.15-4.1,1.21-2.59.92-5.91-.72-8.27-1.53-2.18-3.93-3.24-6.76-2.99ZM75.78,68.46c-.89.89-2.37,1.28-3.66.14-.95-.84-.97-1.75-.82-2.36.26-1.05,1.21-2,2.26-2.26.17-.04.36-.07.56-.07.54,0,1.19.2,1.8.89h0c1.14,1.29.75,2.77-.14,3.66Z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path d='M54.71,82.94c-5.19-.43-10.74-.24-16.12-.05-5.01.18-10.19.36-15.11.03-.5,0-1.43-.45-2.36-1.35-.77-.75-1.18-1.49-1.18-1.83v-36.29h59.97c-.03,1.39.45,2.52,1.33,3.1.77.51,1.74.52,2.53.02.93-.59,1.44-1.74,1.42-3.18.35,0,.76.03,1.18.05,2.01.11,4.51.25,5.27-1.45.52-1.16.22-1.98-.12-2.46-.7-.97-2.18-1.35-3.46-1.31l-2.7-22.54c-.68-2.65-3.06-4.63-5.68-4.71l-60.82.23-.28.05c-1.82.69-3.14,2.02-3.84,3.84l-2.85,23.13c-.18.05-.51.07-.75.09-.9.07-2.27.18-2.86,1.39-.33.67-.3,1.54.06,2.35.32.7.83,1.19,1.42,1.36.83.23,1.96.14,3.17.05.65-.05,1.31-.1,1.86-.09v36.03c0,4.6,4.87,8.26,9.25,8.67,2.34.22,4.77.3,7.23.3,3.03,0,6.11-.12,9.14-.23,4.84-.18,9.84-.38,14.47-.08h.09s.09,0,.09,0c1.53-.25,2.61-1.4,2.56-2.73-.04-1-.83-2.23-2.91-2.4ZM66.06,38.31h-13.68v-22.15h10.54l3.14,22.15ZM68.23,16.16h11.82c.08.09.16.21.21.28l2.84,21.87h-12.18l-2.69-22.15ZM31.72,16.16l-2.69,22.15h-12.18l2.84-21.87c.04-.07.13-.19.21-.28h11.82ZM47.56,16.16v22.15h-13.68l3.14-22.15h10.54Z'/><path d='M72.98,48.69c-8.15.51-14.98,6.41-16.59,14.34-2.4,11.81,8.66,24.21,12.11,27.73,1.51,1.54,4.22,4.12,5.4,4.12h0c1.67,0,5.47-4.03,7.02-5.75,2.41-2.67,10.31-12.08,10.96-20.89.39-5.32-1.54-10.54-5.29-14.33-3.65-3.69-8.49-5.54-13.61-5.22ZM74.14,88.75c-5.9-5.08-15.44-16.38-12.57-25.89,1.36-4.53,6.02-8.5,10.59-9.04,5.48-.65,10.63,1.96,13.13,6.66,5,9.4-3.17,20.47-11.15,28.27Z'/><path d='M42.18,52.16c-2.05-.28-10.39-.35-12.37.05-1.7.35-3.42,1.77-4.09,3.4-.97,2.34-1.03,12.39-.1,14.93.74,2.01,2.63,3.48,4.82,3.75,1.2.15,3.32.21,5.46.21,2.36,0,4.74-.08,5.98-.22,2.76-.31,5.07-2.47,5.37-5.04.31-2.54.31-9.55,0-12.09-.29-2.42-2.56-4.66-5.06-5ZM41.37,57.25c.65.09.81.28.94.72.31,1.02.31,8.2.12,9.81-.13,1.09-.42,1.3-1.06,1.39-2.07.28-7.42.19-9.81,0l-.22-.02c-.41-.03-.69-.06-.91-.16-.43-1.4-.37-9.44.08-11.59.21-.08.47-.1.83-.13l.22-.02c2.34-.2,7.78-.28,9.81,0Z'/><path d='M73.28,58.94c-4.94.44-7.18,4.56-6.85,8.42.3,3.45,2.73,6.97,7.37,6.97.26,0,.54-.01.81-.04,2.84-.24,5.03-1.7,6.15-4.1,1.21-2.59.92-5.91-.72-8.27-1.53-2.18-3.93-3.24-6.76-2.99ZM75.78,68.46c-.89.89-2.37,1.28-3.66.14-.95-.84-.97-1.75-.82-2.36.26-1.05,1.21-2,2.26-2.26.17-.04.36-.07.56-.07.54,0,1.19.2,1.8.89h0c1.14,1.29.75,2.77-.14,3.66Z'/></svg>");
}
.icon-cr.icon-menu-hamburger:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='5 5 54 54'><path fill='black' d='M47.19,23.25a2.29,2.29,0,0,0,2.3-2.42A2.45,2.45,0,0,0,47,18.66H16.81a2.3,2.3,0,1,0,0,4.59Z'/><path fill='black' d='M47.19,34.3a2.31,2.31,0,0,0,2.3-2.43A2.45,2.45,0,0,0,47,29.7H16.81a2.3,2.3,0,0,0,0,4.6Z'/><path fill='black' d='M47.19,45.34a2.31,2.31,0,0,0,2.3-2.42A2.45,2.45,0,0,0,47,40.75H16.81a2.3,2.3,0,1,0,0,4.59Z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='5 5 54 54'><path fill='black' d='M47.19,23.25a2.29,2.29,0,0,0,2.3-2.42A2.45,2.45,0,0,0,47,18.66H16.81a2.3,2.3,0,1,0,0,4.59Z'/><path fill='black' d='M47.19,34.3a2.31,2.31,0,0,0,2.3-2.43A2.45,2.45,0,0,0,47,29.7H16.81a2.3,2.3,0,0,0,0,4.6Z'/><path fill='black' d='M47.19,45.34a2.31,2.31,0,0,0,2.3-2.42A2.45,2.45,0,0,0,47,40.75H16.81a2.3,2.3,0,1,0,0,4.59Z'/></svg>");
}
#artists .artists-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
  justify-content: center;
}
#artists .artists-nav > a.frame {
  flex-grow: 0;
  padding: 0.5rem;
  margin: 0.25rem;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
#artists .artists-nav > a.frame:hover {
  color: white;
  text-decoration: none;
  background-color: var(--color-primary-4);
}
#artists #artists-fixed-nav {
  position: fixed;
  bottom: 0;
  transform: translateY(calc(100% - 4rem));
  width: 100vw;
  background-color: white;
  padding-bottom: 0.5rem;
  transition: transform 0.25s ease-in-out;
  z-index: calc(10 + 1);
  box-shadow: none;
}
#artists #artists-fixed-nav > p {
  line-height: 4rem;
  color: var(--color-primary-4);
  margin: 0 1rem;
}
#artists #artists-fixed-nav hr {
  margin: 0 0.5rem 0.5rem;
}
#artists #artists-fixed-nav .artists-nav {
  margin: 0 0.75rem;
}
#artists #artists-fixed-nav.opened {
  transform: translateY(0);
}
#artists #artists-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, calc(1 - 0.6));
  z-index: 10;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}
#artists #artists-fixed-nav.opened + #artists-overlay {
  opacity: 1;
  pointer-events: auto;
}
#artists .product-list img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-default-1);
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
#artists .product-list img.loaded:after {
  opacity: 0;
}
@media (max-width: 575px) {
  #artists #artists-list .product-list > *:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 576px) {
  #artists #artists-promoted .product-list > *:nth-child(4) {
    display: none;
  }
}
#artists .artist-avatar {
  flex: 0 0 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto 1rem auto 0;
}


/*# sourceMappingURL=stores.b247ce87939d3968b803.css.map*/