@charset "UTF-8";
.bestseller {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 1.875rem 0; }

.bestseller .flickity-viewport {
  width: 100%; }

.bestseller__blocks-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%; }

.bestseller-block {
  margin: 0 1.5625rem 0 0;
  width: 77%;
  white-space: initial; }

.bestseller-block:first-child {
  min-width: calc(77% + 35px);
  padding-left: 2.1875rem; }

.bestseller-block:last-child {
  min-width: calc(77% + 35px);
  padding-right: 2.1875rem; }

.bestseller-block--text-center {
  text-align: center; }

.bestseller-block--text-left {
  text-align: left; }

.bestseller-block--text-right {
  text-align: right; }

.bestseller-block__image {
  display: block;
  min-width: 100%;
  position: relative;
  z-index: 2; }

.bestseller-block__image::before {
  display: none; }

.bestseller-block .icon--ag {
  position: absolute;
  left: 45%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1; }

.bestseller-block .ir {
  padding-bottom: 125%; }

.bestseller-block__text {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: .3s ease-in-out .1s;
  transition: 0.3s ease-in-out 0.1s; }

.is-selected .bestseller-block__text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.bestseller-block__text-headline {
  color: inherit;
  font-family: "Knockout 29 A","Knockout 29 B",Impact,Charcoal,sans-serif;
  letter-spacing: .025rem;
  margin: 1.5625rem 0 0.3125rem; }

.bestseller-block__text-subline {
  line-height: 1.5;
  letter-spacing: .0375rem;
  margin: 0; }

.bestseller-block__text-subline p {
  font-size: inherit;
  line-height: 1.5;
  letter-spacing: .0375rem;
  margin: 0;
  padding: 0; }

.brand-moment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2.375rem 0 0.875rem; }

.brand-moment__heading {
  font-size: 2.25rem;
  letter-spacing: .0375rem;
  line-height: 1.9375rem;
  margin: 0 0 1.125rem;
  max-width: 18.75rem;
  padding: 0 5rem 0 1.875rem;
  text-align: left;
  width: 100%; }

.brand-moment__blocks-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  padding: 0 0 1.5625rem; }

.brand-moment .flickity-viewport {
  width: 100%; }

.brand-moment .flickity-slider {
  width: 100%;
  margin-left: 1.875rem; }

.brand-moment-block {
  margin: 0 0 0 1.125rem;
  width: calc(100% - 60px);
  white-space: initial; }

.brand-moment-block:last-of-type {
  min-width: 100%;
  width: 100%;
  padding: 0 3.75rem 0 0; }

.brand-moment-block__image {
  display: block;
  min-width: 100%; }

.brand-moment-block .ir {
  padding-bottom: 79.03226%; }

.brand-moment-block__text {
  padding: 0 0 0.25rem; }

.brand-moment-block__text-headline {
  color: inherit;
  font-family: "Knockout 29 A","Knockout 29 B",Impact,Charcoal,sans-serif;
  font-size: 1.5rem;
  letter-spacing: .025rem;
  margin: 1.125rem 0 0.3125rem; }

.brand-moment-block__text-paragraph {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .0375rem;
  margin: 0 0 0.625rem; }

.brand-moment-block__text-paragraph p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .0375rem;
  margin: 0;
  padding: 0; }

.brand-moment-block__text-cta {
  display: inline-block;
  font-family: Benton-Sans,Helvetica,sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .01875rem;
  position: relative; }

.brand-moment-block__text-cta::after {
  border-bottom: 1px solid;
  bottom: -.1875rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: width .4s;
  transition: width .4s;
  width: 0%; }

.brand-moment-block__text-cta:hover::after {
  width: 100%; }

.break {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.break--text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.break--text-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left; }

.break--text-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right; }

.break__image {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1; }

.break__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

.break__text {
  padding: 0 1.5625rem;
  position: relative;
  z-index: 2; }

.break__text-top-line {
  color: inherit;
  font-family: "Knockout 30 A","Knockout 30 B",Impact,Charcoal,sans-serif;
  font-size: 1.875rem;
  letter-spacing: .5px;
  margin: 0 0 0.625rem; }

.break__text-headline {
  color: inherit;
  font-size: 3.125rem;
  letter-spacing: .05187rem;
  line-height: .9;
  margin: 0; }

.break__text-headline p {
  padding: 0;
  margin: 0; }

.break__text-cta {
  margin: 1.25rem 0 0;
  font-weight: 600;
  font-family: Benton-Sans, Helvetica, sans-serif; }

.break__text-cta--button {
  display: inline-block;
  font-size: .875rem;
  height: 2.5rem;
  letter-spacing: .01438rem;
  line-height: 2.5625rem;
  padding: 0 3.125rem;
  text-align: center;
  text-transform: uppercase; }

.break__text-cta--text {
  display: inline-block;
  font-size: 1.125rem;
  letter-spacing: .01875rem;
  position: relative; }

.break__text-cta--text::after {
  border-bottom: 1px solid;
  bottom: -.1875rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: width .2s;
  transition: width .2s;
  width: 0%; }

.break__text-cta--text:hover::after {
  width: 100%; }

.break--with-image .break__image {
  position: relative;
  height: 0;
  top: initial;
  left: initial; }

.break--with-image .break__image.ir {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%; }

.break--with-image .break__image img {
  height: initial;
  min-width: 100%;
  max-width: 100%;
  width: initial;
  -o-object-fit: initial;
  object-fit: initial; }

.break--with-image .break__text {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.featured-collection {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 1.875rem; }

.featured-collection .flickity-viewport {
  width: 100%; }

.featured-collection__heading {
  letter-spacing: .05187rem;
  line-height: .9;
  margin: 2.5rem 0 .625rem;
  padding: 0 5rem;
  text-align: center;
  width: 100%; }

.featured-collection__description {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .0375rem;
  padding: 0 2.5rem;
  margin: 0 0 2.8125rem;
  max-width: 41.25rem;
  text-align: center; }

.featured-collection__description p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .0375rem;
  margin: 0;
  padding: 0; }

.featured-collection__products-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  width: 100%; }

.featured-collection-product {
  display: block;
  height: 80vw;
  margin: 0 1.25rem 0 0;
  max-height: 18.75rem;
  max-width: 18.75rem;
  min-width: 18.75rem;
  position: relative;
  width: 80vw; }

.featured-collection-product::before {
  display: none; }

.featured-collection-product:first-child {
  margin-right: 3.4375rem;
  max-width: 18.75rem;
  -webkit-transform: translateX(35px);
  transform: translateX(35px);
  width: 80vw; }

.featured-collection-product:last-child {
  margin-left: 1.875rem;
  max-width: 18.75rem;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  width: 80vw; }

.featured-collection-product__image {
  opacity: 1;
  position: relative;
  z-index: 2; }

.featured-collection-product__overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

.featured-collection-product__overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 2; }

.featured-collection-product:hover .featured-collection-product__overlay-wrap {
  opacity: 1; }

.featured-collection-product__button {
  background-color: #fff;
  border: 0;
  font-family: "Knockout 50 A","Knockout 50 B",Impact,Charcoal,sans-serif;
  font-size: .875rem;
  left: 50%;
  letter-spacing: .01438rem;
  padding: .6875rem 1.0625rem;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 2;
  opacity: 0; }

.featured-collection-product:hover .featured-collection-product__button {
  opacity: 1; }

.featured-collection-product .icon--ag {
  position: absolute;
  left: 45%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity .2s .2s;
  transition: opacity 0.2s 0.2s; }

.featured-collection-product.is-loading .icon--ag {
  opacity: 1; }

.home-heroes {
  margin-bottom: 0.5rem; }

.home-heroes__loading {
  width: 100%; }

.home-heroes__loading.is-loading {
  height: calc(100vh - 80px); }

.home-hero {
  height: calc(100vh - 2.5rem);
  overflow: hidden; }

.notification-banner-disabled .home-hero {
  height: 100vh; }

.home-hero__carousel {
  height: 100%; }

.home-hero__carousel-item {
  height: 100%;
  position: relative;
  width: 100%; }

.home-hero__carousel-link {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 4; }

.home-hero .flickity-viewport {
  height: 100%; }

.home-hero .flickity-button {
  position: absolute;
  border: none;
  background: 0 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.home-hero .flickity-button.next,
.home-hero .flickity-button.previous {
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  width: 3.125rem;
  z-index: 10; }

.home-hero .flickity-button.next .arrow,
.home-hero .flickity-button.previous .arrow {
  fill: white; }

.home-hero .flickity-button.previous {
  left: 0; }

.home-hero .flickity-button.next {
  right: 0; }

.home-hero .flickity-page-dots {
  position: absolute;
  bottom: 1.875rem; }

.home-hero .flickity-page-dots .dot {
  background-color: transparent;
  border: 2px solid white; }

.home-hero .flickity-page-dots .dot.is-selected {
  background-color: white; }

.home-hero .is-selected {
  visibility: visible; }

.home-hero .not-selected {
  visibility: hidden;
  -webkit-transition: visibility .5s;
  transition: visibility 0.5s; }

.retail .flickity-button {
  position: absolute;
  border: none;
  background: 0 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.retail .flickity-button.next,
.retail .flickity-button.previous {
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  width: 3.125rem;
  z-index: 10; }

.retail .flickity-button.next .arrow,
.retail .flickity-button.previous .arrow {
  fill: #979797; }

.retail .flickity-button.previous {
  left: 0; }

.retail .flickity-button.next {
  right: 0; }

.retail-block {
  margin: 0;
  position: relative;
  width: 100%; }

.retail-block__image {
  display: block;
  width: 100%; }

.retail-block__image.ir {
  padding-bottom: 33.33333%; }

.retail-block__image img {
  min-width: 100%;
  max-width: 100%; }

.retail-block__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.retail-block__text-headline {
  color: inherit;
  font-size: 1.5rem;
  font-family: "Knockout 50 A","Knockout 50 B",Impact,Charcoal,sans-serif;
  letter-spacing: .025rem;
  margin: 1.5625rem 0 0.3125rem; }

.retail-block__text-subline {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .0375rem;
  margin: 0 0 0.625rem; }

.retail-block__text-subline p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .0375rem;
  margin: 0;
  padding: 0; }

.retail-block__text-cta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: 0;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Benton-Sans,Helvetica,sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .01875rem;
  margin: .3125rem 0 0;
  padding: 0;
  position: relative;
  -webkit-transition: .2s;
  transition: 0.2s; }

.retail-block:hover .retail-block__text-cta {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.retail-block__text-cta::before {
  border-bottom: 2px solid;
  bottom: -.1875rem;
  content: "";
  height: 1px;
  left: 0;
  -webkit-transition: width .4s .2s;
  transition: width .4s .2s;
  position: absolute;
  width: 0; }

.retail-block:hover .retail-block__text-cta::before {
  width: 100%; }

.retail-block__text-cta::after {
  border-bottom: 5px solid transparent;
  border-left: 10px solid;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  margin: 0 0 0 .3125rem;
  position: relative;
  width: 0; }

.reviews {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 1.875rem 0 3.4375rem; }

.reviews .flickity-viewport {
  width: 100%; }

.reviews__blocks-wrap {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.reviews .flickity-button {
  display: none; }

.reviews .flickity-button.next,
.reviews .flickity-button.previous {
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  width: 3.125rem;
  z-index: 10; }

.reviews .flickity-button.next .arrow,
.reviews .flickity-button.previous .arrow {
  fill: #979797; }

.reviews .flickity-button.previous {
  left: 0; }

.reviews .flickity-button.next {
  right: 0; }

.reviews-block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 1.25rem 0 0;
  width: 80%; }

.reviews-block:first-child {
  width: calc(80% + 35px);
  padding-left: 2.1875rem; }

.reviews-block:last-child {
  width: calc(80% + 35px);
  padding-right: 2.1875rem; }

.reviews-block-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 63.75rem;
  margin: 0 auto;
  width: 100%; }

.reviews-block__image {
  display: block;
  height: 80vw;
  max-height: 29.0625rem;
  max-width: 29.0625rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  width: 80vw;
  z-index: 2; }

.reviews-block__image::before {
  display: none; }

.reviews-block .icon--ag {
  position: absolute;
  left: 45%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1; }

.reviews-block .ir {
  padding-bottom: 100%; }

.reviews-block__text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  max-width: 30rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transition: .3s ease-in-out .1s;
  transition: .3s ease-in-out .1s;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.is-selected .reviews-block__text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.reviews-block__text-rating .icon--star {
  width: 1.75rem; }

.reviews-block__text-review {
  color: inherit;
  font-family: "Knockout 50 A","Knockout 50 B",Impact,Charcoal,sans-serif;
  font-size: 1.5rem;
  letter-spacing: .025rem;
  line-height: 1.25;
  margin: .9375rem 0 .3125rem;
  position: relative; }

.reviews-block__text-review::before {
  content: '“';
  position: absolute;
  left: -.5625rem;
  top: 0; }

.reviews-block__text-review::after {
  content: '”';
  margin-left: -0.25rem; }

.reviews-block__text-subline {
  margin: 0.625rem 0 1.875rem; }

.reviews-block__text-cta {
  font-family: Benton-Sans,Helvetica,sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: inherit;
  letter-spacing: .01875rem;
  margin: 1.5625rem 0 0;
  padding: 0 0 .1875rem;
  position: relative;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-transition: .3s ease-in-out .1s;
  transition: 0.3s ease-in-out 0.1s; }

.reviews-block__text-cta::after {
  border-bottom: 1px solid;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: width .4s;
  transition: width .4s;
  width: 0%; }

.reviews-block__text-cta:hover::after {
  width: 100%; }

.flickity-enabled .reviews-block__text-cta {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.is-selected .reviews-block__text-cta {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.social {
  padding: 2.5rem 0 1.5625rem;
  height: auto; }

.social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto; }

.social-wrap .yotpo-load-more-button,
.social-wrap .yotpo-pictures-gallery-header-wrapper {
  display: none !important; }

.social__text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  max-width: 22.75rem;
  padding: 0 1.5625rem; }

.social__text-topline {
  font-family: "Knockout 29 A","Knockout 29 B",Impact,Charcoal,sans-serif;
  font-size: 1.5rem;
  letter-spacing: .05187rem;
  margin: 0; }

.social__text-headline {
  color: inherit;
  font-family: "Knockout 69 A","Knockout 69 B",Impact,Charcoal,sans-serif;
  font-size: 3.125rem;
  letter-spacing: .025rem;
  line-height: 1.25;
  margin: 0; }

.social__text-body {
  line-height: 1.5;
  letter-spacing: .0375rem;
  margin: .625rem 0 0;
  max-width: 93%; }

.social__text-body p {
  font-size: inherit;
  line-height: 1.5;
  letter-spacing: .0375rem;
  margin: 0;
  padding: 0; }

.social__text-cta {
  border: 1px solid;
  color: inherit;
  display: inline-block;
  font-family: Benton-Sans,Helvetica,sans-serif;
  font-size: .875rem;
  font-weight: 600;
  height: 2.125rem;
  letter-spacing: .01438rem;
  line-height: 2.125rem;
  margin: 1.5625rem 0 1.875rem;
  padding: 0 3rem;
  text-align: center; }

.social-yotpo--slider {
  width: 100%;
  margin: 0 !important; }

.social-yotpo--slider .yotpo-pictures-gallery-header-wrapper {
  margin: 0 !important; }

.social-yotpo--slider .yotpo-single-image-container {
  width: calc((100% - 80px)/ 3) !important;
  margin-right: 1.25rem !important; }

.social-yotpo--slider .yotpo-single-image-container:nth-of-type(4),
.social-yotpo--slider .yotpo-single-image-container:nth-of-type(5),
.social-yotpo--slider .yotpo-single-image-container:nth-of-type(5n),
.social-yotpo--slider .yotpo-single-image-container:nth-of-type(6) {
  margin-bottom: 0 !important; }

.social-yotpo--slider .yotpo-single-image-container:nth-of-type(7),
.social-yotpo--slider .yotpo-single-image-container:nth-of-type(8),
.social-yotpo--slider .yotpo-single-image-container:nth-of-type(9) {
  display: none !important; }

.social-yotpo--grid {
  width: 100%;
  margin: 0 !important; }

.social-yotpo--grid .yotpo-pictures-gallery-header-wrapper {
  margin: 0 !important; }

.social-yotpo--grid .yotpo-single-image-container {
  width: calc((100% - 60px)/ 4);
  margin-right: 1.25rem !important;
  margin-bottom: 1.25rem; }

.social-yotpo--grid .yotpo-single-image-container:nth-of-type(4n) {
  margin-right: 0 !important; }

.yotpo-pictures-widget {
  width: 100%; }

.split-touts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.split-touts-block {
  position: relative;
  width: 100%;
  margin: 0; }

.split-touts-block-wrap {
  display: block;
  line-height: 0; }

.split-touts-block__image {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%; }

.split-touts-block__image img {
  min-width: 100%;
  max-width: 100%; }

.split-touts-block__text {
  left: 0;
  line-height: 1;
  padding: 0 3.4375rem;
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

.split-touts-block--text-center .split-touts-block__text {
  text-align: center; }

.split-touts-block--text-left .split-touts-block__text {
  text-align: left; }

.split-touts-block--text-right .split-touts-block__text {
  text-align: right; }

.split-touts-block__text-headline {
  color: inherit;
  font-size: 1.5rem;
  font-family: "Knockout 50 A","Knockout 50 B",Impact,Charcoal,sans-serif;
  letter-spacing: .025rem;
  margin: 1.5625rem 0 0.3125rem; }

.split-touts-block__text-cta {
  color: inherit;
  font-family: Benton-Sans,Helvetica,sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .01875rem;
  margin: .3125rem 0 0;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.split-touts-block:hover .split-touts-block__text-cta {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.split-touts-block__text-cta--button {
  border: 0;
  display: inline-block;
  font-size: .875rem;
  height: 2.5rem;
  letter-spacing: .01438rem;
  line-height: 2.5625rem;
  padding: 0 3.125rem;
  text-align: center; }

.split-touts-block__text-cta--text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.125rem;
  letter-spacing: .01875rem;
  position: relative;
  padding: 0; }

.split-touts-block__text-cta--text::before {
  border-bottom: 2px solid;
  bottom: -.1875rem;
  content: "";
  height: 1px;
  left: 0;
  -webkit-transition: width .4s .2s;
  transition: width .4s .2s;
  position: absolute;
  width: 0; }

.split-touts-block:hover .split-touts-block__text-cta--text::before {
  width: 100%; }

.split-touts-block__text-cta--text::after {
  border-bottom: 5px solid transparent;
  border-left: 10px solid;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  margin: 0 0 0 .3125rem;
  position: relative;
  width: 0; }

@media only screen and (max-width: 767px) {
  .social-yotpo--slider .yotpo-pictures-gallery-images-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    overflow: scroll !important; }

  .social-yotpo--slider .yotpo-single-image-container {
    min-width: 40vw !important;
    margin-right: 0.9375rem !important; }

  .social-yotpo--slider .yotpo-single-image-container:first-of-type {
    margin: 0 0 0 1.5625rem;
    padding: 0; }

  .social-yotpo--slider .yotpo-single-image-container:last-of-type {
    min-width: calc(40vw + 25px) !important;
    padding-right: 1.5625rem !important; }

  .social-yotpo--slider .yotpo-single-image-container:last-of-type img {
    padding-right: 1.5625rem !important; }

  .social-yotpo--slider .yotpo-single-image-container .y-image-wrapper {
    background: 0 0 !important; }

  .social-yotpo--grid {
    padding: 0 1.5625rem 0.9375rem; }

  .social-yotpo--grid .yotpo-pictures-gallery-images-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    overflow: hidden !important; }

  .social-yotpo--grid .yotpo-single-image-container {
    margin: 0 0 1.125rem !important;
    width: calc((100% - 18px)/ 2) !important; }

  .social-yotpo--grid .yotpo-single-image-container:nth-of-type(4),
  .social-yotpo--grid .yotpo-single-image-container:nth-of-type(5) {
    display: none !important; }

  .social-yotpo--grid .yotpo-single-image-container .y-image-wrapper {
    background: 0 0 !important; } }
@media only screen and (min-width: 768px) {
  .social-yotpo--slider .yotpo-single-image-container {
    margin-bottom: 1.25rem; } }
@media only screen and (min-width: 960px) {
  .home-hero {
    height: calc(100vh - 2.5rem); }

  .notification-banner-disabled .home-hero {
    height: 100vh; } }
@media only screen and (min-width: 1025px) {
  .bestseller {
    padding: 3.125rem 0; }

  .bestseller__blocks-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .bestseller-block {
    min-width: 22.5rem;
    max-width: 22.5rem; }

  .bestseller-block:first-child {
    min-width: 22.5rem;
    padding-left: 0; }

  .bestseller-block:last-child {
    min-width: 22.5rem;
    padding-right: 0; }

  .bestseller-block__text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  .bestseller-block__text-headline {
    letter-spacing: 0.025rem; }

  .brand-moment {
    padding: 3.125rem 0 1.875rem; }

  .brand-moment__heading {
    font-size: 3.75rem;
    letter-spacing: .0625rem;
    margin: 0 0 2.5rem;
    max-width: initial;
    padding: 0 5rem;
    text-align: center;
    width: 100%; }

  .brand-moment__blocks-wrap {
    padding: 0 0 2.5rem; }

  .brand-moment-block {
    min-width: 35.625rem;
    width: 35.625rem; }

  .brand-moment-block:last-of-type {
    min-width: calc(570px + 55px);
    width: calc(570px + 55px);
    padding: 0 3.4375rem 0 0; }

  .brand-moment-block .ir {
    padding-bottom: 70.17544%; }

  .brand-moment-block__text-headline {
    font-size: 1.5rem;
    letter-spacing: 0.025rem; }

  .break__text {
    padding: 0; }

  .break__text-headline {
    font-size: 3.75rem;
    letter-spacing: .0625rem;
    line-height: 1.02;
    max-width: 48.75rem; }

  .featured-collection__heading {
    letter-spacing: .0625rem;
    margin: 4.6875rem 0 .625rem;
    padding: 0 5rem 0 2.5rem;
    text-align: center;
    width: 100%; }

  .featured-collection__description {
    margin: 0 0 1.25rem;
    padding: 0; }

  .featured-collection__products-wrap {
    padding: 1.375rem 0 1.875rem; }

  .featured-collection-product {
    margin: 0 1.875rem 0 0;
    max-height: 21.875rem;
    max-width: 21.875rem;
    min-width: 21.875rem; }

  .featured-collection-product:first-child {
    margin-right: 1.875rem;
    max-width: 22.5rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 22.5rem; }

  .featured-collection-product:last-child {
    margin-left: 0;
    max-width: 22.5rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 22.5rem; }

  .home-hero .flickity-page-dots {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 2rem; }

  .retail-block__text-headline {
    font-size: 1.875rem;
    letter-spacing: 0.03125rem; }

  .retail-block__text-cta {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .2s;
    transition: 0.2s; }

  .reviews {
    padding: 4.0625rem 0; }

  .reviews .flickity-button {
    display: block;
    position: absolute;
    border: none;
    background: 0 0;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }

  .reviews-block {
    -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;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    margin: 0 auto;
    width: 100%; }

  .reviews-block:first-child {
    width: 100%;
    padding-left: 0; }

  .reviews-block:last-child {
    width: 100%;
    padding-right: 0; }

  .reviews-block-container {
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    width: 100vw; }

  .reviews-block__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .reviews-block .ir {
    padding-bottom: 45.16129%; }

  .reviews-block__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 3.125rem;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  .reviews-block__text-rating .icon--star {
    width: 2.125rem; }

  .reviews-block__text-review {
    font-size: 2.5rem;
    letter-spacing: .04188rem;
    line-height: 1.4;
    margin: 1.25rem 0 0.3125rem; }

  .reviews-block__text-review::before {
    left: -1.0625rem; }

  .reviews-block__text-review::after {
    margin-left: -0.5rem; }

  .reviews-block__text-subline {
    margin: 0.9375rem 0 0; }

  .reviews-block__text-cta {
    margin: 3.125rem 0 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  .social {
    padding: 1.6875rem 0; }

  .social-wrap {
    -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;
    max-width: 75rem;
    padding: 0 2.8125rem; }

  .social__text {
    margin: 0 2.125rem 0 0;
    padding: 0; }

  .social__text-headline {
    font-size: 3.625rem;
    letter-spacing: .0625rem;
    margin: 0.625rem 0 0.3125rem; }

  .social__text-cta {
    margin: 1.875rem 0 0; }

  .social-yotpo--slider {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 !important;
    overflow: hidden; }

  .social-yotpo--grid {
    width: 60%;
    margin: 0 !important;
    overflow: hidden;
    padding: 0; }

  .split-touts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .split-touts-block {
    width: 50%; }

  .split-touts-block__text-headline {
    font-size: 1.875rem;
    letter-spacing: 0.03125rem; }

  .split-touts-block__text-cta {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .2s;
    transition: 0.2s; } }
@media only screen and (min-width: 1600px) {
  .home-heroes__loading.is-loading {
    height: calc(100vh - 120px); } }
