a {
  font-family: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.button {
  letter-spacing: .336px;
  font-family: GothamBold,sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 22px;
  text-align: center;
  display: inline-block;
}

@media screen and (min-width:1240px) {
  .button {
    padding: 14px 21px;
    font-size: 13px;
    line-height: 21px;
  }
}

@media (min-width:1800px) {
  .button {
    padding: 17px 28px;
    font-size: 17px;
    line-height: 32px;
  }
}

.button--black {
  letter-spacing: .336px;
  font-family: GothamBold,sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 22px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

@media screen and (min-width:1240px) {
  .button--black {
    padding: 14px 21px;
    font-size: 13px;
    line-height: 21px;
  }
}

@media (min-width:1800px) {
  .button--black {
    padding: 17px 28px;
    font-size: 17px;
    line-height: 32px;
  }
}

.button--black:active {
  color: #000;
  background-color: #f6c4c7;
}

.button--black:disabled {
  color: #aaa;
  background-color: #dedede;
}

.button--pink {
  letter-spacing: .336px;
  font-family: GothamBold,sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 22px;
  text-align: center;
  display: inline-block;
  color: #000;
  background-color: #f6c4c7;
  cursor: pointer;
}

@media screen and (min-width:1240px) {
  .button--pink {
    padding: 14px 21px;
    font-size: 13px;
    line-height: 21px;
  }
}

@media (min-width:1800px) {
  .button--pink {
    padding: 17px 28px;
    font-size: 17px;
    line-height: 32px;
  }
}

.button--pink:active {
  background-color: #ffb4b8;
}

.button--pink:disabled {
  background-color: #edd3d5;
  color: #aaa;
}

.button--reversed {
  letter-spacing: .336px;
  font-family: GothamBold,sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 22px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

@media screen and (min-width:1240px) {
  .button--reversed {
    padding: 14px 21px;
    font-size: 13px;
    line-height: 21px;
  }
}

@media (min-width:1800px) {
  .button--reversed {
    padding: 17px 28px;
    font-size: 17px;
    line-height: 32px;
  }
}

.button--reversed:active {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.button--reversed:disabled {
  background-color: #dedede;
  color: #aaa;
}

.text-link {
  font-family: GothamBook,Arial,san-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

@media screen and (min-width:1240px) {
  .text-link {
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (min-width:1800px) {
  .text-link {
    font-size: 20px;
    line-height: 24px;
  }
}

.text-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background-color: #000;
  transform: scale(1);
  transform-origin: left center;
  transition: transform .2s ease-in-out;
}

.text-link:hover:before {
  transform: scaleX(0);
}

.article__hero-image {
  margin: 32px 0;
  width: 100%;
}

@media screen and (min-width:1240px) {
  .article__hero-image {
    max-width: 1004px;
  }
}

@media screen and (min-width:1800px) {
  .article__hero-image {
    max-width: 1460px;
  }
}

@media screen and (min-width:1240px) {
  .article__hero-image {
    margin: 60px auto;
  }
}

@media screen and (min-width:1800px) {
  .article__hero-image {
    margin: 68px auto;
  }
}

.article__main {
  background-color: #f8f8f8;
  padding: 24px 32px;
  margin-bottom: 50px;
}

@media screen and (min-width:1240px) {
  .article__main {
    padding: 32px;
  }
}

@media screen and (min-width:1800px) {
  .article__main {
    padding: 48px 64px;
  }
}

.article__content {
  text-align: center;
}

@media screen and (min-width:1240px) {
  .article__content {
    max-width: 728px;
    margin: 0 auto;
  }
}

@media screen and (min-width:1800px) {
  .article__content {
    margin: 0 auto;
    max-width: 1080px;
  }
}

.article__category {
  font-family: GothamBook,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: block;
}

@media screen and (min-width:1240px) {
  .article__category {
    font-size: 14px;
  }
}

@media screen and (min-width:1800px) {
  .article__category {
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 32px;
  }
}

.article__title {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media screen and (min-width:1240px) {
  .article__title {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width:1800px) {
  .article__title {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 16px;
  }
}

.article__subheading {
  font-family: GothamBook,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media screen and (min-width:1240px) {
  .article__subheading {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 32px;
  }
}

@media screen and (min-width:1800px) {
  .article__subheading {
    font-size: 25px;
    line-height: 26px;
  }
}

.article__body {
  font-family: GothamBook,Arial,san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  font-style: normal;
  color: #000;
  text-transform: none;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width:1240px) {
  .article__body {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

@media screen and (min-width:1800px) {
  .article__body {
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 48px;
  }
}

.article__link-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: GothamBook,Arial,san-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
}

.article__link-container>span {
  width: 100%;
}

@media screen and (min-width:1240px) {
  .article__link-container {
    font-size: 13px;
    line-height: 16px;
  }
}

.article__link {
  text-align: center;
  margin: 0 auto 4px;
}

.cart__container {
  margin: 0;
}

.cart__title {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  padding: 20px 24px;
  margin: 0;
  border-bottom: 1px solid #000;
}

.cart__shipping {
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cart__shipping-copy {
  font-family: GothamBook,Arial,san-serif;
  text-transform: none;
  margin-bottom: 8px;
  text-align: center;
}

.cart__shipping-copy,.cart__shipping-copy>span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  color: #000;
}

.cart__shipping-copy>span {
  font-family: GothamBlack,Arial,san-serif;
  text-transform: uppercase;
}

.cart__shipping-copy--complete>span {
  color: #f6c4c7;
  text-transform: none;
}

.cart__shipping-scale {
  width: 100%;
  background-color: #e6e6e6;
  position: relative;
  height: 13px;
  border-radius: 8px;
  overflow: hidden;
}

.cart__scale-data,.cart__scale-data--complete {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 8px;
}

.cart__scale-data--complete {
  background-color: #f6c4c7;
}

.cart__form-head {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}

.cart__form-button {
  letter-spacing: .336px;
  font-family: GothamBold,sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 50%;
  padding: 12px 2px;
  margin-top: 4px;
}

@media screen and (min-width:1240px) {
  .cart__form-button {
    padding: 14px 21px;
    font-size: 13px;
    line-height: 21px;
  }
}

@media (min-width:1800px) {
  .cart__form-button {
    padding: 17px 28px;
    font-size: 17px;
    line-height: 32px;
  }
}

.cart__form-button+.cart__form-button {
  margin-left: 16px;
}

.cart__form-button--black {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

.cart__form-button--black:active {
  color: #000;
  background-color: #f6c4c7;
}

.cart__form-button--black:disabled {
  color: #aaa;
  background-color: #dedede;
}

.cart__form-button--pink {
  color: #000;
  background-color: #f6c4c7;
  cursor: pointer;
}

.cart__form-button--pink:active {
  background-color: #ffb4b8;
}

.cart__form-button--pink:disabled {
  background-color: #edd3d5;
  color: #aaa;
}

.cart__foot {
  padding: 0 24px;
  width: 100%;
  border-top: 1px solid #000;
}

.cart__costs {
  margin-top: 24px;
}

.cart__taxes {
  margin: 24px 0;
  padding: 0 48px;
}

.cart__total {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.cart__checkout-button,.cart__total {
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}

.cart__checkout-button {
  letter-spacing: .336px;
  font-family: GothamBold,sans-serif;
  font-size: 11px;
  padding: 12px 22px;
  text-align: center;
  display: inline-block;
  background-color: #f6c4c7;
  cursor: pointer;
  width: 100%;
}

@media screen and (min-width:1240px) {
  .cart__checkout-button {
    padding: 14px 21px;
    font-size: 13px;
    line-height: 21px;
  }
}

@media (min-width:1800px) {
  .cart__checkout-button {
    padding: 17px 28px;
    font-size: 17px;
    line-height: 32px;
  }
}

.cart__checkout-button:active {
  background-color: #ffb4b8;
}

.cart__checkout-button:disabled {
  background-color: #edd3d5;
  color: #aaa;
}

.cart__taxes>p {
  font-family: GothamBook,Arial,san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  font-style: normal;
  color: #000;
  text-transform: none;
  max-width: 232px;
  margin: 0 auto;
  text-align: center;
}

.cart__estimate-panel {
  padding-left: 0;
  padding-right: 0;
  max-width: 1238px;
}

.cart__empty {
  margin: 36% 0 72%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cart__empty-title {
  font-family: GothamBook,Arial,san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #000;
  text-transform: none;
  margin: 0;
}

.cart__head--empty .cart__shipping {
  display: none;
}

@media (min-width:641px) {
  .cart__form-button {
    min-width: auto;
  }
}

@media screen and (min-width:1240px) {
  .cart__head {
    border: none;
    margin: 22px 0;
  }

  .cart__title {
    border: none;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
  }

  .cart__shipping {
    max-width: 428px;
    margin: 0 auto;
    padding: 12px 0;
  }

  .cart__shipping-copy {
    margin-bottom: 16px;
  }

  .cart__shipping-copy,.cart__shipping-copy>span {
    font-size: 18px;
    line-height: 24px;
  }

  .cart__form-head {
    margin-bottom: 48px;
  }

  .cart__form-button--black {
    padding: 14px 12px;
  }

  .cart__form-button {
    width: 100%;
    max-width: 188px;
  }

  .cart__foot {
    max-width: 1004px;
    margin: 0 auto;
  }

  .cart__costs {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 32px;
  }

  .cart__taxes {
    padding: 0;
  }

  .cart__taxes>p {
    font-size: 18px;
    line-height: 24px;
    max-width: 488px;
  }

  .cart__total {
    font-size: 18px;
    line-height: 20px;
    max-width: 324px;
    display: flex;
    justify-content: space-between;
    margin: 24px 0 22px;
  }

  .cart__total>span {
    display: block;
    width: 162px;
  }

  .cart__total>span:last-child {
    text-align: right;
  }

  .cart__checkout-button {
    width: 324px;
    margin-top: 0;
  }

  .cart__empty {
    margin: 288px 0;
  }

  .cart__empty-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .cart__head--empty {
    display: none;
  }
}

@media screen and (min-width:1800px) {
  .cart__head {
    margin: 30px 0;
  }

  .cart__title {
    font-size: 40px;
    line-height: 43px;
  }

  .cart__form-button {
    max-width: 260px;
  }

  .cart__form-button--black {
    padding: 17px 28px;
  }

  .cart__form-button+.cart__form-button {
    margin-left: 36px;
  }

  .cart__foot {
    max-width: 1166px;
  }

  .cart__taxes>p {
    font-size: 20px;
    line-height: 26px;
    max-width: 540px;
  }

  .cart__total {
    font-size: 25px;
    line-height: 27px;
    max-width: 500px;
    margin: 32px 0 40px;
  }

  .cart__total>span {
    width: 250px;
  }

  .cart__checkout-button {
    width: 500px;
  }

  .cart__empty-title {
    font-size: 20px;
    line-height: 26px;
  }

  .cart__shipping {
    max-width: 560px;
    margin: 0 auto;
  }

  .cart__shipping-copy {
    margin-bottom: 16px;
  }

  .cart__shipping-copy,.cart__shipping-copy>span {
    font-size: 20px;
    line-height: 26px;
  }
}

.instagram__titles {
  margin: 16px 0;
}

.instagram__title {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 8px;
}

.instagram__subheading,.instagram__title {
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
}

.instagram__subheading {
  font-family: GothamBook,Arial,san-serif;
  font-size: 15px;
  line-height: 20px;
}

.instagram__feed {
  margin-bottom: 28px;
}

@media screen and (min-width:1240px) {
  .instagram__titles {
    margin: 32px 0;
  }

  .instagram__title {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 16px;
  }

  .instagram__subheading {
    font-size: 33px;
    line-height: 35px;
  }

  .instagram__feed {
    margin-bottom: 68px;
  }
}

.shop-now {
  padding: 0;
  margin: 0 auto 60px;
  width: 100%;
}

@media screen and (min-width:1240px) {
  .shop-now {
    max-width: 1004px;
  }
}

@media screen and (min-width:1800px) {
  .shop-now {
    max-width: 1460px;
  }
}

.shop-now__title {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 24px;
}

@media screen and (min-width:1240px) {
  .shop-now__title {
    font-size: 25px;
    line-height: 28px;
  }
}

@media screen and (min-width:1800px) {
  .shop-now__title {
    font-size: 40px;
    line-height: 43px;
  }
}

.shop-now__subheading {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: .2px;
}

@media screen and (min-width:1240px) {
  .shop-now__subheading {
    font-size: 25px;
    line-height: 28px;
  }
}

@media screen and (min-width:1800px) {
  .shop-now__subheading {
    font-size: 40px;
    line-height: 43px;
  }
}

.video-tutorial__button {
  margin-top: 24px;
}

.announcement-bar {
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 5px 15px;
  font-family: GothamBold,Arial,san-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 15px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}

.announcement-bar a {
  cursor: pointer;
}

.announcement-bar a:hover {
  text-decoration: underline;
}

@media screen and (min-width:641px) {
  .announcement-bar {
    font-size: 11px;
  }
}

.header {
  height: 66px;
  background: #000;
  color: #fff;
  transition: background .3s ease-in-out,box-shadow .3s ease-in-out;
}

@media screen and (min-width:1240px) {
  .header {
    height: 85px;
  }
}

@media screen and (min-width:1800px) {
  .header {
    height: 100px;
  }
}

.header--menu-active {
  background: #000!important;
}

.header .icon {
  display: block;
  height: auto;
  width: auto;
}

.header--transparent {
  background: black;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  height: inherit;
  padding: 12px 18px;
}

/* .header__wrapper>div {
  width: auto;
  display: flex;
  align-items: center;
} */

.header__left{
  width: auto;
  display: flex;
  align-items: center;
}


@media screen and (min-width:1240px) {
  .header__wrapper {
    display: flex;
    padding: 16px 24px;
  }
}




.header__logo {
  display: flex;
  width: 93px;
  height: 44px;
  align-items: center;
  line-height: 0;
}

.header__logo a {
  width: inherit;
  display: block;
}

.header__logo svg {
  width: 100%!important;
  height: auto;
  padding: 2px 0;
}

@media screen and (min-width:1240px) {
  .header__logo {
    width: 94px;
    height: 54px;
  }
}

@media screen and (min-width:1800px) {
  .header__logo {
    width: 156px;
    height: 72px;
  }
}

.header__icon {
  position: relative;
  display: block;
  line-height: 1;
  transition: color .2s ease-in-out;
  height: 23px;
}

.header__left {
  justify-content: flex-start;
}

.header__left .header__icon {
  padding-right: 16px;
}

@media screen and (min-width:1240px) {
  .header__left .header__icon {
    padding: 0;
  }
}

.header__right {
  justify-content: flex-end;
  width: 33%;
}

.header__right .header__icon {
  padding-left: 16px;
}

@media screen and (min-width:1240px) {
/*   .header__right {
    position: absolute;
    right: 24px;
    bottom: 18px;
  } */
}

@media screen and (min-width:1800px) {
  .header__right {
    bottom: 20px;
  }
}

.header__cart-dot {
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 21px;
  background: #fff;
  top: -12px;
  right: -8px;
  color: #000;
  text-align: center;
  font-family: GothamBold,sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
}

.header__links {
  display: none;
  position: absolute;
  bottom: 0;
  height: 33px;
  line-height: 14px;
}

.header__link {
  font-family: GothamBold,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  font-size: 15px;
  margin-right: 30px;
}

.header__link a {
  display: block;
  height: 15px;
  transition: color .2s ease-in-out;
}

.header__link a:hover {
  color: #707070;
}

.header__link--active a:hover {
  color: #fff;
}

.header__link--active:after {
  content: "";
  display: block;
  width: 50%;
  background: #fff;
  height: 10px;
  margin: 4px auto 0;
}

.header__link-submenu {
  left: -24px;
  padding: 33px 24px;
}

.header__link-submenu>div {
  padding: 0;
}

@media screen and (min-width:1800px) {
  .header__link-submenu {
    top: -10px;
    right: -7px;
  }
}

@media screen and (min-width:1240px) {
/*   .header__search {
    position: absolute;
    top: 20px;
    right: 24px;
  } */
}

.header__menu {
  width: 48px;
  margin-top: -3px;
}

@media screen and (min-width:1240px) {
  .header__menu {
    display: none;
  }
}

@media screen and (min-width:641px) {
  .header__menu-close {
    margin-top: -2px;
  }
}


.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}



.footer {
  background-color: #000;
  color: #fff;
  padding: 34px 0;
}

.footer__main {
  padding: 34px;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
}

@media screen and (min-width:1240px) {
  .footer__main {
    max-width: 1004px;
  }
}

@media screen and (min-width:1800px) {
  .footer__main {
    max-width: 1460px;
  }
}

@media screen and (min-width:1240px) {
  .footer__main {
    padding: 34px 0;
    text-align: left;
    display: flex;
  }
}

.footer__section--newsletter {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 0 25px 34px;
}

@media screen and (min-width:1240px) {
  .footer__section--newsletter {
    padding: 0 0 34px;
  }
}

.footer__section--links {
  margin-bottom: 16px;
}

.footer__section--links h2 {
  font-family: GothamBold,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2px;
  margin-bottom: 0;
}

@media screen and (min-width:1240px) {
  .footer__section--links h2 {
    font-size: 14px;
    line-height: 29px;
  }
}

.footer__section--links ul {
  font-family: GothamBook,Arial,san-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  list-style: none;
}

@media screen and (min-width:1240px) {
  .footer__section--links ul {
    font-size: 13px;
    line-height: 22px;
  }
}

@media screen and (min-width:1240px) {
  .footer__section--links {
    width: 240px;
    margin-right: 16px;
  }
}

.footer__section--social {
  margin-top: 24px;
  text-align: center;
}

.footer__section--social h2 {
  font-family: GothamBold,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 29px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2px;
  margin-bottom: 0;
  display: none;
}

@media screen and (min-width:1240px) {
  .footer__section--social h2 {
    display: block;
  }
}

.footer__section--social svg {
  fill: #fff;
}

@media screen and (min-width:1240px) {
  .footer__section--social {
    width: 154px;
    margin-left: auto;
    margin-top: 0;
  }
}

.footer__newsletter-container h2 {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2px;
  margin-bottom: 10px;
}

@media screen and (min-width:1240px) {
  .footer__newsletter-container h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (min-width:1240px) {
  .footer__newsletter-container {
    max-width: 664px;
    margin: 0 auto;
  }
}

.footer__section-content {
  font-family: GothamBook,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  text-transform: none;
  margin-bottom: 25px;
}

@media screen and (min-width:1240px) {
  .footer__section-content {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (min-width:1240px) {
  .footer__newsletter-form {
    padding: 0 85px;
  }
}

.footer__newsletter__input {
  width: 100%;
  padding: 12px 28px 12px 14px;
  background-color: transparent;
  background-color: #fff;
  border: none;
  min-width: 0;
}

.footer__newsletter__button {
  letter-spacing: .336px;
  font-family: GothamBold,sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 22px;
  text-align: center;
  display: inline-block;
  color: #000;
  background-color: #f6c4c7;
  cursor: pointer;
}

@media screen and (min-width:1240px) {
  .footer__newsletter__button {
    padding: 14px 21px;
    font-size: 13px;
    line-height: 21px;
  }
}

@media (min-width:1800px) {
  .footer__newsletter__button {
    padding: 17px 28px;
    font-size: 17px;
    line-height: 32px;
  }
}

.footer__newsletter__button:active {
  background-color: #ffb4b8;
}

.footer__newsletter__button:disabled {
  background-color: #edd3d5;
  color: #aaa;
}

.footer__bottom {
  width: 100%;
}

@media screen and (min-width:1240px) {
  .footer__bottom {
    max-width: 1004px;
  }
}

@media screen and (min-width:1800px) {
  .footer__bottom {
    max-width: 1460px;
  }
}

@media screen and (min-width:1240px) {
  .footer__bottom {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer__social {
  list-style: none;
}

.footer__social li {
  display: inline-block;
}

.footer__social li:first-child {
  padding-right: 4px;
}

.footer__social a {
  display: block;
}

.footer__social svg {
  height: 18px;
  margin: 0 15px;
}

@media screen and (min-width:1240px) {
  .footer__social svg {
    margin: 0;
  }
}

.footer__copyright {
  font-family: GothamBook,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  font-style: normal;
  color: #fff;
  text-transform: none;
  letter-spacing: .3px;
  text-transform: uppercase;
  padding: 0 28px;
  margin: 0 auto 18px;
  text-align: center;
}

@media screen and (min-width:1240px) {
  .footer__copyright {
    text-transform: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}

.footer__payment-options {
  list-style: none;
  text-align: center;
  margin: 0 auto;
}

.footer__payment-options li {
  display: inline-block;
}

.footer__payment-options svg {
  margin-top: 3px;
  margin-left: 16px;
  width: 28px;
}

@media screen and (min-width:1240px) {
  .footer__payment-options svg {
    width: 38px;
    margin-left: 20px;
  }
}

.footer__payment-options li:first-child svg {
  margin-left: 0;
}

@media screen and (min-width:1240px) {
  .footer__payment-options {
    margin: 0;
    text-align: right;
  }
}

@media screen and (min-width:1240px) {
  .sidebar-menu__container {
    display: none;
  }
}

.sidebar-menu {
  padding-top: 0!important;
}

.sidebar-menu:after {
  display: none!important;
}

.sidebar-menu__link-wrapper {
  padding: 0;
  border-top: 1px solid hsla(0,0%,100%,.5);
  border-color: hsla(0,0%,100%,.5)!important;
}

.sidebar-menu__link-wrapper>div {
  padding: 0 0 0 25px;
}

.sidebar-menu__link,.sidebar-menu__toggle {
  height: 54px;
  font-family: GothamBlack,Arial,san-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 54px;
  font-style: normal;
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  letter-spacing: .2px;
  padding: 0 25px;
}

.sidebar-menu__submenus {
  transition: all .2s ease-in;
  margin-top: 0;
}

.sidebar-menu__toggle[aria-expanded=true]+.sidebar-menu__submenus {
  margin-top: -9px;
}

.sidebar-menu__submenu-wrapper {
  margin-left: 12px!important;
  padding: 0;
}

.sidebar-menu__submenu-wrapper .sidebar-menu__submenu-links {
  padding: 0 0 4px;
}

.sidebar-menu__submenu-wrapper:last-child .sidebar-menu__submenu-links {
  padding-bottom: 0;
}

.sidebar-menu__submenu-toggle {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2px;
  height: 33px;
  margin-bottom: 0!important;
}

.sidebar-menu__submenu-toggle svg {
  top: 9px;
}

.sidebar-menu__submenu-toggle[aria-expanded=true]+.sidebar-menu__submenu-links {
  margin-top: -4px;
}

.sidebar-menu__submenu-links {
  padding: 0;
  transition: all .2s ease-in;
  margin-top: 0;
}

.sidebar-menu__submenu-links>div {
  padding: 0;
}

.sidebar-menu__submenu-links ul {
  list-style: none;
}

.sidebar-menu__submenu-link {
  font-family: GothamBook,Arial,san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2px;
  display: block;
}

.product-template__info-wrapper {
  margin: 0 37px;
  background-color: #191919;
  color: #fff;
}

.product-template__info--top {
  padding: 16px 16px 24px;
}

@media screen and (min-width:641px) {
  .product-template__info-wrapper {
    margin: 0;
  }

  .product-template__info--top {
    padding: 16px 32px 24px;
  }
}

.blog-template__page-title {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .2px;
  padding: 25px 0 32px;
}

@media screen and (min-width:1240px) {
  .blog-template__page-title {
    font-size: 32px;
    padding: 40px;
  }
}

.blog-template__search-bar form {
  display: flex;
  width: 100%;
}

.blog-template__search-bar input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 65px;
  padding: 0 18px;
  font-family: GothamBook,Arial,san-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 65px;
  font-style: normal;
  color: #000;
  text-transform: none;
  width: 100%;
}

.blog-template__search-bar button {
  width: 65px;
  height: 65px;
  border-right: 1px solid #000;
}

.blog-template__search-bar button svg {
  width: 26px;
  height: 26px;
  margin-top: -2px;
}

.blog-template__inset-wrapper {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width:1240px) {
  .blog-template__inset-wrapper {
    max-width: 1004px;
  }
}

@media screen and (min-width:1800px) {
  .blog-template__inset-wrapper {
    max-width: 1460px;
  }
}

.blog-template__inset-wrapper .Pagination {
  margin-top: 0;
  margin-bottom: 65px;
}

.blog-template__guide-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

@media screen and (min-width:1240px) {
  .blog-template__guide-filters {
    margin-bottom: 0;
  }
}

.blog-template__guide-filter {
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 25px;
  width: 100%;
}

@media screen and (min-width:1240px) {
  .blog-template__guide-filter {
    width: 50%;
    padding: 22px 40px;
    margin-bottom: 65px;
  }

  .blog-template__guide-filter:first-child {
    border-right: 1px solid #707070;
  }

  .blog-template__guide-filter:last-child {
    padding-left: 39px;
  }
}

.blog-template__guide-filter img {
  height: 43px;
  margin-bottom: 12px;
}

@media screen and (min-width:1800px) {
  .blog-template__guide-filter img {
    height: 52px;
    max-width: inherit;
  }
}

.blog-template__guide-filter h1 {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
}

@media screen and (min-width:1800px) {
  .blog-template__guide-filter h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

.blog-template__guide-filter p {
  font-family: GothamBook,Arial,san-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #000;
  text-transform: none;
  margin: 0 auto 18px;
}

@media screen and (min-width:1800px) {
  .blog-template__guide-filter p {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}

.blog-template__articles {
  display: flex;
  flex-wrap: wrap;
}

.blog-template__article {
  width: 100%;
}

@media screen and (min-width:1240px) {
  .blog-template__article {
    width: calc((100% - 32px)/3);
    margin-right: 16px;
  }

  .blog-template__article:nth-child(3n) {
    margin-right: 0;
  }
}

.article-nav-video {
  margin-bottom: 35px;
  text-align: center;
}

.article-nav-video__slider {
  margin-bottom: 35px;
}

.article-nav-video__title {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
}

@media screen and (min-width:1240px) {
  .article-nav-video__title {
    font-size: 25px;
    line-height: 28px;
  }
}

@media screen and (min-width:1800px) {
  .article-nav-video__title {
    font-size: 40px;
    line-height: 43px;
  }
}

.section--collection-list {
  margin: 0 25px;
}

.collection-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width:1240px) {
  .collection-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width:1240px) and (min-width:1240px) {
  .collection-list {
    max-width: 1004px;
  }
}

@media screen and (min-width:1240px) and (min-width:1800px) {
  .collection-list {
    max-width: 1460px;
  }
}

@media screen and (min-width:1800px) {
  .collection-list {
    max-width: 1754px;
  }
}

.basics-infographic__section {
  width: 100%;
  max-height: 412px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.basics-infographic__section>div {
  width: 100%;
}

.basics-infographic__title {
  width: 134px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.basics-infographic__title>span {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
}

@media screen and (min-width:1240px) {
  .basics-infographic__title {
    width: 216px;
    height: 48px;
  }
}

.basics-infographic__container {
  margin: 6px;
  background-color: #f9f1f6;
  padding: 8px;
}

@media screen and (min-width:1240px) {
  .basics-infographic__container {
    margin: 34px 40px;
    padding: 26px 36px 32px;
  }
}

.basics-infographic__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

@media screen and (min-width:1240px) {
  .basics-infographic__head {
    margin-bottom: 4px;
  }
}

.basics-infographic__subheading {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  font-style: normal;
  color: #000;
  text-transform: none;
  width: 128px;
  text-align: right;
}

@media screen and (min-width:1240px) {
  .basics-infographic__subheading {
    width: auto;
    font-size: 20px;
    margin-top: 12px;
  }
}

.basics-infographic__instruction {
  width: 226px;
  margin: 0 auto 26px;
}

.basics-infographic__instruction>p {
  font-family: GothamBook,Arial,san-serif;
  text-align: center;
}

.basics-infographic__instruction>p,.basics-infographic__instruction>p>strong {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  font-style: normal;
  color: #000;
  text-transform: none;
}

.basics-infographic__instruction>p>strong {
  font-family: GothamBlack,Arial,san-serif;
}

@media screen and (min-width:1240px) {
  .basics-infographic__instruction {
    width: 100%;
    margin: 0 0 12px;
  }

  .basics-infographic__instruction>p {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
  }

  .basics-infographic__instruction>p>strong {
    font-size: 14px;
    line-height: 21px;
  }
}

.basics-infographic__all-steps {
  display: flex;
}

.basics-infographic__steps__container {
  flex: 1 1 25%;
}

.basics-infographic__steps__container+.basics-infographic__steps__container {
  margin-left: 7px;
}

.basics-infographic__steps__container>svg {
  display: none;
  width: 28px;
  height: 28px;
}

@media screen and (min-width:1240px) {
  .basics-infographic__steps__container {
    display: flex;
    align-items: center;
  }

  .basics-infographic__steps__container+.basics-infographic__steps__container {
    margin-left: 18px;
  }

  .basics-infographic__steps__container>svg {
    display: block;
    margin-right: 18px;
    flex: 0 0 28px;
  }
}

.basics-infographic__step {
  border: 1px solid #000;
  padding: 8px 5px;
  height: 100%;
}

@media screen and (min-width:1240px) {
  .basics-infographic__step {
    padding: 12px 14px;
  }
}

.basics-infographic__step__head {
  width: 100%;
}

@media screen and (min-width:1240px) {
  .basics-infographic__step__head {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
  }
}

.basics-infographic__step__counter {
  font-family: GothamBook,Arial,san-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 8px;
}

.basics-infographic__step__counter>span {
  position: absolute;
  transform: rotate(-90deg);
  top: 8px;
  left: -10px;
}

.basics-infographic__step__counter>img {
  width: 28px;
  height: 28px;
  margin-left: 12px;
}

@media screen and (min-width:1240px) {
  .basics-infographic__step__counter {
    font-size: 18px;
  }

  .basics-infographic__step__counter>span {
    top: 18px;
    left: -18px;
  }

  .basics-infographic__step__counter>img {
    width: 32px;
    height: 32px;
    margin-left: 24px;
    margin-top: 6px;
  }
}

.basics-infographic__step__title {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 6px!important;
}

@media screen and (min-width:1240px) {
  .basics-infographic__step__title {
    text-decoration: none;
    margin-top: 14px;
    font-size: 20px;
    margin-left: 12px;
  }
}

.basics-infographic__step__text {
  font-family: GothamBook,Arial,san-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  font-style: normal;
  color: #000;
  text-transform: none;
}

.basics-infographic__step__text--desktop {
  display: none;
}

@media screen and (min-width:1240px) {
  .basics-infographic__step__text {
    font-size: 14px;
    line-height: 19px;
  }

  .basics-infographic__step__text--desktop {
    display: block;
  }

  .basics-infographic__step__text--desktop a,.basics-infographic__step__text--desktop strong {
    font-family: GothamBlack;
  }

  .basics-infographic__step__text--desktop a {
    text-decoration: underline;
  }

  .basics-infographic__step__text--mobile {
    display: none;
  }
}

.cart-estimate {
  margin: 24px 0;
  padding: 0 24px;
}

.cart-estimate__form>* {
  margin-bottom: 12px;
}

.cart-estimate__title {
  font-family: GothamBlack,Arial,san-serif;
  line-height: 15px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: center;
}

.cart-estimate__select,.cart-estimate__title {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}

.cart-estimate__select {
  z-index: 0;
  position: relative;
  cursor: pointer;
  border: 1px solid #000;
  width: 100%;
  height: 45px;
  font-family: GothamBook,Arial,san-serif;
  line-height: 20px;
  color: #707070;
  text-transform: none;
}

.cart-estimate__select select {
  display: inline-block;
  color: inherit;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 4px;
}

.cart-estimate__select select:focus {
  outline: none;
}

.cart-estimate__select svg {
  fill: #000;
  position: absolute;
  line-height: normal;
  vertical-align: baseline;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  z-index: 10;
  pointer-events: none;
}

@media screen and (min-width:1800px) {
  .cart-estimate__select {
    height: 66px;
  }
}

.cart-estimate__input {
  border: 1px solid #000;
  width: 100%;
  padding: 12px 28px 12px 14px;
  background-color: transparent;
  font-family: GothamBook,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #707070;
  text-transform: none;
}

.cart-estimate__button {
  letter-spacing: .336px;
  font-family: GothamBold,sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 22px;
  text-align: center;
  display: inline-block;
  color: #000;
  background-color: #f6c4c7;
  cursor: pointer;
  width: 100%;
}

@media screen and (min-width:1240px) {
  .cart-estimate__button {
    padding: 14px 21px;
    font-size: 13px;
    line-height: 21px;
  }
}

@media (min-width:1800px) {
  .cart-estimate__button {
    padding: 17px 28px;
    font-size: 17px;
    line-height: 32px;
  }
}

.cart-estimate__button:active {
  background-color: #ffb4b8;
}

.cart-estimate__button:disabled {
  background-color: #edd3d5;
  color: #aaa;
}

.cart-estimate__results {
  text-align: center;
  margin: 24px 0;
}

@media screen and (min-width:1240px) {
  .cart-estimate {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cart-estimate__title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 28px;
  }

  .cart-estimate__form {
    display: flex;
    max-width: 1004px;
    margin: 0 auto;
  }

  .cart-estimate__form>* {
    margin-bottom: 0;
  }

  .cart-estimate__form>*+* {
    margin-left: 16px;
  }
}

@media screen and (min-width:1800px) {
  .cart-estimate__title {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 32px;
  }

  .cart-estimate__form {
    max-width: none;
    width: 1238px;
  }

  .cart-estimate__form>*+* {
    margin-left: 32px;
  }
}

.cart-item__list {
  padding: 0 24px;
  margin: 24px 0;
}

.cart-item__header {
  display: none;
}

.cart-item {
  width: 100%;
  display: flex;
}

.cart-item+.cart-item {
  margin-top: 24px;
}

.cart-item__data {
  width: 100%;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
}

.cart-item__title {
  font-family: GothamBlack,Arial,san-serif;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.bold_recurring_desc,.cart-item__title {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  font-style: normal;
  color: #000;
}

.bold_recurring_desc {
  font-family: GothamBook,Arial,san-serif;
  text-transform: none;
}

.cart-item__meta {
  margin-top: 16px;
}

.cart-item__meta,.cart-item__quantity {
  display: flex;
  justify-content: space-between;
}

.cart-item__quantity {
  width: 88px;
  align-items: center;
}

.cart-item__quantity-button {
  line-height: 15px;
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-item__remove {
  font-size: 13px;
  line-height: 20px;
  margin: 8px 0 0;
  text-decoration: underline;
}

.cart-item__price>span,.cart-item__remove {
  font-family: GothamBook,Arial,san-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-transform: none;
}

.cart-item__price>span {
  font-size: 15px;
  line-height: 19px;
}

.mw-configure-link-container {
  display: none;
}

@media screen and (min-width:1240px) {
  .cart-item__list {
    padding: 0;
    max-width: 1004px;
    margin: 0 auto;
  }

  .cart-item__header {
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }

  .cart-item__header>span {
    font-family: GothamBook,Arial,san-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
  }

  .cart-item__header>span:first-child,.cart-item__header>span:nth-child(2) {
    width: 45%;
  }

  .cart-item__header>span:nth-child(3) {
    width: 10%;
    text-align: right;
  }

  .cart-item {
    margin: 32px 0;
    display: inline-flex;
  }

  .cart-item__data {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 16px;
  }

  .cart-item__title {
    font-size: 16px;
    line-height: 21px;
    width: 25%;
    margin: 0 96px 16px 0;
  }

  .cart-item__meta {
    width: 62.5%;
    margin-top: 0;
  }

  .cart-item__remove {
    font-size: 14px;
    line-height: 15px;
  }

  .cart-item__price>span {
    font-size: 20px;
    line-height: 16px;
    vertical-align: top;
  }
}

@media screen and (min-width:1800px) {
  .cart-item__list {
    max-width: 1166px;
  }

  .cart-item__header>span {
    font-size: 17px;
    line-height: 18px;
  }

  .CartItem__ImageWrapper {
    width: 142px;
  }

  .bold_recurring_desc,.cart-item__title {
    font-size: 21px;
    line-height: 25px;
  }

  .cart-item__meta {
    width: 62.5%;
  }

  .cart-item__remove {
    font-size: 17px;
    line-height: 18px;
    margin-top: 16px;
  }
}

.header-menu__links {
  display: none;
  position: relative;
  height: auto;
  line-height: 14px;
}

@media screen and (min-width:1240px) {
  .header-menu__links {
    display: block;
  }
}

@media screen and (min-width:1800px) {
  .header-menu__links {
    height: 39px;
    line-height: 14px;
  }
}

.header-menu__link {
  font-family: GothamBold,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  font-size: 15px;
  margin-right: 30px;
  letter-spacing: .2px;
}

.header-menu__link:last-child{
  margin-right: 0px;
}

@media screen and (min-width:1800px) {
  .header-menu__link {
    font-size: 20px;
    margin-right: 40px;
  }
}

.header-menu__link>a {
  display: block;
  height: 15px;
  transition: color .2s ease-in-out;
}

.header-menu__link>a:hover {
  color: #707070;
}

@media screen and (min-width:1800px) {
  .header-menu__link>a {
    height: 20px;
  }
}

.header-menu__link--active>a:hover {
  color: #fff;
}

.header-menu__submenus-wrapper {
  display: flex;
  position: absolute;
  left: -24px;
  top: 50px;
  padding: 33px 24px;
  width: 100vw;
  opacity: 0;
  max-height: 600px;
  border-top: 1px solid #707070;
  visibility: hidden;
  font-size: 15px;
  letter-spacing: .2px;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  text-align: left;
  background: #000;
  transition: all .3s ease-in-out;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.28);
}

@supports (--css:variables) {
  .header-menu__submenus-wrapper {
    max-height: calc(100vh - var(--header-height));
  }
}

.header-menu__submenus-wrapper>div {
  padding: 0;
}

.header-menu__submenus-wrapper[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.header-menu__submenu {
  margin-right: 35px;
  width: auto;
  line-height: 24px;
}

.header-menu__submenu>a {
  display: block;
}

.header-menu__submenu-title {
  display: block;
  font-family: GothamBold,sans-serif;
  text-transform: uppercase;
}

.header-menu__submenu-title:hover {
  color: #707070;
}

.header-menu__submenu-sublinks {
  list-style: none;
  width: auto;
  font-family: GothamBook,sans-serif;
  text-transform: uppercase;
}

.header-menu__submenu-sublinks a:hover {
  color: #707070;
}

.account{
    width: 60px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}


@media screen and (min-width: 1240px){
	.account{
  		width: 32%;
  		justify-content: flex-end;
  		display: flex;
  		align-items: center;
	}
}


.product-form {
  margin-top: 20px;
}

.product-form__button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (min-width:1800px) {
  .product-form__add-button {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.product-meta {
  margin-bottom: 16px;
}

.product-meta__title {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 4px;
}

.product-meta__description,.product-meta__title {
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}

.product-meta__description {
  font-family: GothamBold,Arial,san-serif;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 16px;
}

.product-meta__price {
  font-family: GothamBook,Arial,san-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  text-transform: none;
}

@media screen and (min-width:1240px) {
  .product-meta__title {
    font-family: GothamBlack,Arial,san-serif;
    font-size: 20px;
    line-height: 37px;
  }

  .product-meta__description,.product-meta__title {
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
  }

  .product-meta__description {
    font-family: GothamBold,Arial,san-serif;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .product-meta__price {
    font-family: GothamBook,Arial,san-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    font-style: normal;
    color: #fff;
    text-transform: none;
  }
}

@media screen and (min-width:1800px) {
  .product-meta {
    margin-bottom: 0;
  }

  .product-meta__title {
    font-family: GothamBlack,Arial,san-serif;
    font-size: 30px;
    line-height: 47px;
  }

  .product-meta__description,.product-meta__title {
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
  }

  .product-meta__description {
    font-family: GothamBold,Arial,san-serif;
    font-size: 20px;
    line-height: 28px;
  }

  .product-meta__price {
    font-family: GothamBook,Arial,san-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 29px;
    font-style: normal;
    color: #fff;
    text-transform: none;
  }
}

.product-tab__tab {
  border-top: 1px solid #fff;
  padding: 0;
  overflow: hidden;
}

.product-tab__tab--head {
  font-family: GothamBold,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 18px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.product-tab__tab--head[aria-expanded=true] .Collapsible__Arrow {
  transform: rotate(90deg);
}

.product-tab__tab--head[aria-expanded=true]+.product-tab__tab--body {
  visibility: visible;
  transition: height .35s ease-in-out;
}

.product-tab__tab--body {
  display: block;
  height: 0;
  visibility: hidden;
  transition: height .35s ease-in-out,visibility 0s ease-in-out .35s;
  padding: 0;
}

.product-tab__content {
  padding: 0 18px 16px;
}

.product-tab__copy {
  font-family: GothamBook,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  font-style: normal;
  color: #fff;
  text-transform: none;
}

.product-tab__copy a {
  text-decoration: underline;
  font-family: inherit;
}

.product-tab__copy strong {
  font-family: GothamBold;
}

.product-tab__copy ul {
  list-style: none;
}

.product-tab__subheading {
  font-family: GothamBold,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width:1240px) {
  .product-tab__tab--head {
    padding: 7px 20px;
  }

  .product-tab__copy {
    font-family: GothamBook,Arial,san-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    font-style: normal;
    color: #fff;
    text-transform: none;
  }

  .product-tab__content {
    padding: 0 20px 16px;
  }
}

@media screen and (min-width:1800px) {
  .product-tab__tab--head {
    font-family: GothamBold,Arial,san-serif;
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 7px 32px;
  }

  .product-tab__copy,.product-tab__tab--head {
    font-weight: 400;
    font-style: normal;
    color: #fff;
  }

  .product-tab__copy {
    font-family: GothamBook,Arial,san-serif;
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
  }

  .product-tab__content {
    padding: 0 32px 16px;
  }
}

.article-item {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (min-width:1240px) {
  .article-item {
    margin-bottom: 65px;
  }
}

.article-item__image-wrapper {
  margin-bottom: 25px;
}

.article-item__play {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateY(-10%);
}

@media screen and (min-width:1240px) {
  .article-item__play {
    bottom: -2px;
    transform: none;
  }
}

.article-item__play svg {
  width: 13%;
  height: auto;
}

@media screen and (min-width:1240px) {
  .article-item__play svg {
    width: 42px;
    height: 42px;
  }
}

.article-item__content {
  letter-spacing: .2px;
}

.article-item__content a,.article-item__content span {
  display: block;
}

.article-item__category {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
}

@media screen and (min-width:1240px) {
  .article-item__category {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

@media screen and (min-width:1800px) {
  .article-item__category {
    font-size: 17px;
    line-height: 20px;
  }
}

.article-item__title {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 4px;
}

@media screen and (min-width:1240px) {
  .article-item__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width:1800px) {
  .article-item__title {
    font-size: 30px;
    line-height: 36px;
  }
}

.article-item__details {
  font-family: GothamBook,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
}

@media screen and (min-width:1240px) {
  .article-item__details {
    font-size: 14px;
  }
}

@media screen and (min-width:1800px) {
  .article-item__details {
    font-size: 20px;
    line-height: 26px;
  }
}

.collection-item {
  margin-bottom: 15px;
  width: calc(50% - 7.5px);
  margin-right: 15px;
}

.collection-item:nth-child(2n) {
  margin-right: 0;
}

.collection-item:first-child .collection-item__title {
  width: 79%;
}

.collection-item__content {
  background: #000;
  color: #fff;
  padding: 15px;
}

@media screen and (min-width:1240px) {
  .collection-item__content {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width:1800px) {
  .collection-item__content {
    padding: 35px;
  }
}

.collection-item__title {
  font-family: GothamBlack,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
}

@media screen and (min-width:1240px) {
  .collection-item__title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}

@media screen and (min-width:1800px) {
  .collection-item__title {
    font-size: 25px;
    line-height: 30px;
  }
}

.collection-item__button {
  font-family: GothamBook,Arial,san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width:1240px) {
  .collection-item__button {
    font-size: 16px;
    line-height: 21px;
  }
}

@media screen and (min-width:1800px) {
  .collection-item__button {
    font-size: 25px;
    line-height: 30px;
  }
}

.collection-item__button>.icon {
  width: 7px;
  margin-top: -2px;
  margin-left: 2px;
}

@media screen and (min-width:1800px) {
  .collection-item__button>.icon {
    width: 13px;
  }
}

.collection-item__wrapper {
  height: 218px;
}

@media screen and (min-width:1240px) {
  .collection-item__wrapper {
    height: 468px;
  }
}

@media screen and (min-width:1800px) {
  .collection-item__wrapper {
    height: 820px;
  }
}

.collection-item__image-wrapper {
  height: 100%;
  width: 100%;
}

.collection-item__image {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.login__button,.register__button {
  width: 100%;
}

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}

.icon--menu {
  width: 27px;
}

.icon--cart {
  margin-top: -3px;
  width: 28px;
}

.icon--search {
  margin-top: -2px;
  width: 24px;
}

.icon--account {
  margin-top: -4px;
  width: 24px;
}

.spr-badge>.spr-starrating>.spr-icon {
  color: #f6c4c7;
}

#shopify-product-reviews .spr-pagination,#shopify-product-reviews .spr-pagination-next {
  display: none!important;
}

#shopify-product-reviews .spr-icon {
  width: 16px;
  height: 16px;
  font-size: 15px;
}

#shopify-product-reviews .spr-header {
  display: block;
}

#shopify-product-reviews .spr-header-title {
  display: none;
}

#shopify-product-reviews .spr-summary {
  text-align: left;
}

#shopify-product-reviews .spr-summary-starrating {
  color: #9d9d9d;
  line-height: 16px;
}

#shopify-product-reviews .spr-summary-actions {
  margin-top: 12px;
}

#shopify-product-reviews .spr-summary-actions-newreview {
  font-family: GothamBook,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  text-transform: none;
  text-decoration: underline;
}

#shopify-product-reviews .spr-content {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}

#shopify-product-reviews .spr-form {
  display: none;
  order: 2;
  border-top: 1px solid #fff;
  padding-top: 12px;
}

#shopify-product-reviews .spr-reviews {
  order: 1;
  margin: 0;
}

#shopify-product-reviews .spr-review {
  padding: 0;
  border: none;
}

#shopify-product-reviews .spr-review .spr-form {
  border: none;
}

#shopify-product-reviews .spr-review:first-child {
  margin-top: 0;
}

#shopify-product-reviews .spr-review+.spr-review {
  margin-top: 24px;
}

#shopify-product-reviews .spr-review-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

#shopify-product-reviews .spr-review-header-starratings {
  order: 2;
  margin-bottom: 12px;
  line-height: 14px;
}

#shopify-product-reviews .spr-review-header-title {
  order: 3;
  font-family: GothamBold,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}

#shopify-product-reviews .spr-review-header-byline {
  order: 1;
  opacity: 1;
  margin-bottom: 4px;
}

#shopify-product-reviews .spr-review-content,#shopify-product-reviews .spr-review-header-byline {
  font-family: GothamBook,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  text-transform: none;
}

#shopify-product-reviews .spr-review-footer {
  display: none;
}

#shopify-product-reviews .spr-form-title {
  font-family: GothamBold,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}

#shopify-product-reviews .spr-form-label,#shopify-product-reviews .spr-summary-caption {
  font-family: GothamBook,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  text-transform: none;
}

#shopify-product-reviews .spr-form-label {
  letter-spacing: 0;
  padding: 0;
  margin-bottom: 4px;
}

#shopify-product-reviews .spr-form-input-email,#shopify-product-reviews .spr-form-input-text,#shopify-product-reviews .spr-form-input-textarea {
  font-family: GothamBook,Arial,san-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-transform: none;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

#shopify-product-reviews .spr-form-input-email:-ms-input-placeholder,#shopify-product-reviews .spr-form-input-text:-ms-input-placeholder,#shopify-product-reviews .spr-form-input-textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#shopify-product-reviews .spr-form-input-email::-ms-input-placeholder,#shopify-product-reviews .spr-form-input-text::-ms-input-placeholder,#shopify-product-reviews .spr-form-input-textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#shopify-product-reviews .spr-form-input-email::placeholder,#shopify-product-reviews .spr-form-input-text::placeholder,#shopify-product-reviews .spr-form-input-textarea::placeholder {
  color: #fff;
  opacity: 1;
}

#shopify-product-reviews .spr-form-input .spr-icon {
  font-size: 16px;
}

#shopify-product-reviews .spr-starrating {
  height: 16px;
}

#shopify-product-reviews .spr-starrating .spr-icon+.spr-icon {
  margin: 0;
}

#shopify-product-reviews [class*=" spr-icon-"]:before,#shopify-product-reviews [class^=spr-icon-]:before {
  font-size: 100%;
}

#shopify-product-reviews .spr-form-actions {
  width: 100%;
  display: flex;
  justify-content: center;
}

#shopify-product-reviews .btn-primary {
  color: #000!important;
  background-color: #f6c4c7!important;
  width: auto!important;
  cursor: pointer!important;
}

#shopify-product-reviews .btn-primary:active {
  background-color: #ffb4b8!important;
}

#shopify-product-reviews .btn-primary:disabled {
  background-color: #edd3d5!important;
  color: #aaa!important;
}

@media screen and (min-width:1240px) {
  #shopify-product-reviews .spr-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  #shopify-product-reviews .spr-form-review-body {
    margin-bottom: 16px;
  }

  #shopify-product-reviews .spr-starrating .spr-icon {
    line-height: 22px;
    width: 22px;
    height: 22px;
  }

  #shopify-product-reviews .spr-summary {
    margin-top: -4px;
  }

  #shopify-product-reviews .spr-summary-actions {
    margin-top: 8px;
    margin-bottom: 4px;
  }

  #shopify-product-reviews .spr-review-header-title,#shopify-product-reviews .spr-summary-actions-newreview {
    font-size: 14px;
    line-height: 21px;
  }

  #shopify-product-reviews .spr-review-content,#shopify-product-reviews .spr-review-content-body {
    font-size: 14px;
    line-height: 19px;
  }
}

@media screen and (min-width:1800px) {
  #shopify-product-reviews .spr-icon {
    width: 22px;
    height: 22px;
    font-size: 22px;
  }

  #shopify-product-reviews .spr-form-review-body {
    margin-bottom: 16px;
  }

  #shopify-product-reviews .spr-starrating .spr-icon {
    line-height: 22px;
    width: 22px;
    height: 22px;
  }

  #shopify-product-reviews .spr-summary-actions {
    margin-top: 0;
  }

  #shopify-product-reviews .spr-form-input-email,#shopify-product-reviews .spr-form-input-text,#shopify-product-reviews .spr-form-input-textarea,#shopify-product-reviews .spr-form-label,#shopify-product-reviews .spr-form-title,#shopify-product-reviews .spr-review-content,#shopify-product-reviews .spr-review-content-body,#shopify-product-reviews .spr-review-header-byline,#shopify-product-reviews .spr-review-header-title,#shopify-product-reviews .spr-summary-actions-newreview,#shopify-product-reviews .spr-summary-caption {
    font-size: 20px;
    line-height: 27px;
  }
}

.Modal__Close {
  background: #fff;
  opacity: 1;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

@media screen and (min-width:1240px) {
  .Modal__Close {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width:1800px) {
  .Modal__Close {
    width: 60px;
    height: 60px;
  }
}

.Modal__Close>svg {
  width: 10px;
  height: 10px;
}

@media screen and (min-width:1240px) {
  .Modal__Close>svg {
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width:1800px) {
  .Modal__Close>svg {
    width: 25px;
    height: 25px;
  }
}

.chat-banner{
  padding: 30px 20px;
  text-align: center;
  background: #f095b4;
  color: black;
  margin-top: 30px;
}

.chat-banner p{
  font-family: GothamBook,Arial,san-serif;
        font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    font-style: normal;
    color: #000;
}

.chat-banner h3{
  margin-bottom: 5px;
}

.banner-cta{
letter-spacing: .336px;
    font-family: GothamBold,sans-serif;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 22px;
    text-align: center;
    display: inline-block;
    color: #f095b5;
    background-color: #000000;
    cursor: pointer;
    width: 90%;
    margin: 0 auto 10px;
}

@media screen and (max-width:1680px) {
  .covid-notice-desktop{
    display: block;
  }
  .covid-notice-mobile{
    display: none;
  }
}

@media screen and (max-width:768px) {
  .covid-notice-desktop{
    display: none;
  }
  .covid-notice-mobile{
    display: block;
  }
}

.covid-notice-desktop img{
    margin: 0 auto;
      display: inherit;
}

.covid-notice-mobile img{
    margin: 0 auto;
      display: inherit;
}

/*# sourceMappingURL=/custom-v.css.map */