.header-wrapper--border-bottom {
  border: none;
}
.section-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.section-header.moved-top {
  top: 45px;
}
.header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 750px) {
  .header {
    height: 80px;
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 0 40px;
    max-width: 100%;
  }
}
.header__rewards {
  display: none;
}
@media (min-width: 990px) {
  .header__rewards {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }

  .header__rewards-text {
    font-family: "Moderat Mono";
    font-style: normal;
    font-weight: 502;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-black);
    margin-top: 8px;
    text-align: center;
    width: 80px;
  }
}
.header__rewards-img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  position: relative;
}
.header__rewards-img::after {
  display: none;
}
.header__rewards-img svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .rewards--mob .header__rewards {
  justify-content: space-between;
  margin-right: 0;
  display: flex;
  border-top: 1px solid var(--color-neutral-mid);
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (min-width: 990px) {
  .header .rewards--mob .header__rewards {
    display: none;
  }
  .header__rewards-img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header .rewards--mob .header__rewards-img {
  width: 30px;
  height: 30px;
  right: -5px;
}
.header .rewards--mob .header__rewards-img::after {
  content: none;
}
.header .rewards--mob .header__rewards-img path {
  fill: var(--color-black);
}
.header .rewards--mob .header__rewards-text {
  font-family: "Moderat Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 100%;
  color: var(--color-black);
  text-transform: capitalize;
}
.header__fit-guide {
  display: none;
}
@media (min-width: 990px) {
  .header__fit-guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }

  .header__fit-guide-img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header__fit-guide-text {
    font-family: "Moderat Mono";
    font-style: normal;
    font-weight: 502;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-black);
    margin-top: 8px;
    white-space: nowrap;
  }
}
.header__fit-guide-img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  position: relative;
}
.header__fit-guide-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__fit-guide-img::after {
  display: none;
}
.header__fit-guide-text {
  font-family: "Moderat Mono";
  font-style: normal;
  font-weight: 502;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-black);
  margin-top: 8px;
  white-space: nowrap;
}
.header .fit-guide--mob .header__fit-guide {
  justify-content: space-between;
  margin-right: 0;
  display: flex;
  border-top: 1px solid var(--color-neutral-mid);
  padding-top: 15px;
}
@media (min-width: 990px) {
  .header .fit-guide--mob .header__fit-guide {
    display: none;
  }
}
.header .fit-guide--mob .header__fit-guide-img {
  width: 20px;
  height: 20px;
}
.header .fit-guide--mob .header__fit-guide-img path {
  fill: var(--color-black);
}
.header .fit-guide--mob .header__fit-guide-img::after {
  content: none;
}
.header .fit-guide--mob .header__fit-guide-text {
  font-family: "Moderat Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 100%;
  color: var(--color-black);
  text-transform: capitalize;
}
.header .header-logo {
  width: 91px;
  height: 20px;
  position: relative;
  right: -4px;
}
.header .header-logo svg {
  width: 100%;
  height: 100%;
}
.header .header-logo path {
  fill: var(--color-black);
}
.header .header__icon,
.header .header__icon--cart .icon {
  width: auto;
  height: auto;
}
.header .header__icon--menu .icon {
  position: relative;
}
.header .icon-search {
  width: 19px;
  height: 19px;
}
.header .icon-search path {
  fill: var(--color-black);
}
.header .icon-close {
  width: 17px;
  height: 17px;
  position: relative;
  left: -20px;
}
.header .header__search {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .header__icon--search {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 0;
  right: -3px;
  text-decoration: none !important;
  border: none;
  background: none;
  padding: 0;
}

.header .header__icon--cart {
  margin: 0 0 0 10px;
  position: relative;
  top: -3px;
  right: -3px;
}

.header .header__icon--account {
  width: 17px;
  height: auto;
  margin: 0 0 0 10px;
}
.header .header__icon--account .icon {
  width: 100%;
  height: 100%;
}
.header .icon-hamburger {
  width: 18px;
  height: 17px;
}
.header header-drawer {
  margin: 0;
}
.header .menu-drawer__title {
  color: var(--color-dark);
  font-size: 55px;
  line-height: 100%;
  text-align: center;
}
.header .menu-drawer__navigation-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .menu-drawer__navigation {
  width: 100%;
  padding: 20px 0 20px 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 18px;
  margin-right: -18px;
}
.header .menu-drawer__menu li {
  margin: 0 !important;
  border-top: 1px solid var(--color-neutral-mid);
}
@media (min-width: 990px) {
  .header .list-menu--inline li {
    margin: 0 15px 0 0 !important;
  }
}
.header .menu-drawer__utility-links {
  display: none;
}
.header .header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 1px;
}
.header summary.menu-drawer__menu-item {
  position: relative;
}
.header summary.menu-drawer__menu-item:after {
  content: "+";
  position: absolute;
  top: 47%;
  right: 5px;
  transform: translateY(-50%);
  color: var(--color-black);
  font-size: 18px;
}
.header summary.menu-drawer__menu-item.active:after {
  content: "-";
}
.header summary.menu-drawer__menu-item .icon-arrow {
  display: none;
}
.header .header__icon--account path {
  fill: var(--color-black);
}
.header .header__fit-guide-text {
  color: var(--color-black);
}
.header .header__fit-guide-img:after {
  background-color: var(--color-black);
}
.header .header__rewards-img path {
  fill: var(--color-black);
}
.header .header__rewards-img circle {
  stroke: var(--color-black);
}
.header .header__rewards-img:after {
  background-color: var(--color-black);
}
.header .header__rewards-text {
  color: var(--color-black);
}
.header .header__fit-guide-img path {
  fill: var(--color-black);
}
.header .header__fit-guide-img circle {
  stroke: var(--color-black);
}
.header .header__rewards-img path {
  fill: var(--color-black);
}
.header .header__rewards-img circle {
  stroke: var(--color-black);
}
.header .header__rewards-text {
  color: var(--color-black);
}
.header .menu-drawer__menu-item--active:hover {
  background-color: var(--color-white) !important;
}
.header .menu-drawer__menu-item:hover {
  background-color: var(--color-white) !important;
}
@media (min-width: 990px) {
  .header summary.list-menu__item {
    padding-right: 26px;
  }
}
.header .list-menu__item {
  font-size: 21px;
  line-height: 100%;
  color: var(--color-black);
  padding: 17px 0 21px;
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 990px) {
  .header .list-menu__item {
    font-size: 14px;
    padding: 23px 0;
    text-transform: uppercase;
    font-family: "Moderat Mono";
  }
}
@media (min-width: 990px) {
  .header .list-menu__item span {
    text-underline-offset: 1px;
  }
}
.header .menu-drawer {
  width: 100%;
  height: calc(100vh - 60px);
  padding: 20px 18px 0 18px;
}
.header .menu-drawer__navigation .submenu-open {
  visibility: visible !important;
}
.header .menu-drawer__submenu {
  position: relative !important;
  border: none !important;
  margin: -10px 0 12px 0;
}
.header .menu-drawer__submenu .menu-drawer__menu li {
  border: none !important;
  margin: 0 0 1px 0 !important;
  display: block;
}
.header .menu-drawer__submenu .menu-drawer__menu .list-menu__item {
  padding: 10px 0 !important;
}
.header .menu-drawer__close-button {
  display: none;
}
.header .header__menu-item {
  transition: none;
}
.header .search-modal {
  top: 60px;
  border: none;
  min-height: auto;
}
.header .search-modal .field {
  height: 60px;
  width: calc(100% - 60px);
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .header .search-modal {
    top: 80px;
  }
  .header .search-modal .field {
    width: 410px;
  }
  .header .search-modal .field {
    height: 80px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1024px) {
  .header .search-modal .field {
    margin-right: 10px;
  }
}
.header .search-modal .field:after {
  box-shadow: none;
  border: none;
}
.header .search-modal .field__label {
  font-family: Moderat;
  font-size: 11px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-black);
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.header .search-modal .field__button {
  height: 100%;
  right: 20px;
}
.header .search-modal .field__button > svg {
  height: auto;
  width: auto;
}
.header .search-modal__form {
  max-width: 100%;
}
.header .search__input.field__input {
  height: auto;
  padding: 20px 100px 20px 20px;
  border-left: 1px solid var(--color-neutral-mid);
  font-family: "Moderat Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-black);
}
.header .search__input.field__input::placeholder {
  color: var(--color-black);
}
.header .search__input.field__input:focus {
  box-shadow: none;
}
.header .search__input.field__input:focus + .field__label {
  display: none !important;
}
.header .search-modal__content {
  padding: 0;
  border-top: 1px solid var(--color-neutral-mid);
  border-bottom: 1px solid var(--color-neutral-mid);
}
.header .modal__close-button.link {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 60px;
  height: 60px;
}
.header .modal__close-button.link .icon-close {
  left: auto;
}
.header .predictive-search {
  display: block;
  top: 59px;
  left: 0;
  width: 100%;
  box-shadow: none;
  border: none;
}
@media (min-width: 990px) {
  .header .predictive-search {
    top: 80px;
  }
}
.header .header__active-menu-item,
.header .header__menu-item {
  text-decoration: none !important;
}
.header .header__submenu .header__menu-item {
  text-decoration: none !important;
}
.header .header__menu-item:hover span {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}
@media (min-width: 1100px) {
  .header .header__inline-menu {
    position: relative;
    left: 90px;
  }
}
@media (min-width: 990px) {
  .header summary .icon-caret {
    width: 10px;
    top: 25px;
    right: 5px;
  }
}
@media (min-width: 990px) {
  .header .header__submenu.list-menu {
    padding: 0;
    width: auto;
    min-width: 150px;
    background: rgba(0, 0, 0, 0);
    border: none;
    left: -20px;
  }
}
.header .header__submenu.list-menu .header__menu-item {
  color: var(--color-black);
}
@media (min-width: 990px) {
  .header .header__submenu.list-menu .header__menu-item {
    padding: 16px 20px 15px;
    white-space: nowrap;
    background: var(--color-white);
  }
  .header .header__submenu.list-menu .header__menu-item:hover {
    background-color: var(--color-black);
    color: var(--color-white) !important;
  }
}
@media (min-width: 990px) {
  .header .header__submenu.list-menu li {
    margin: 1px 0 0 0 !important;
  }
}
.menu-open {
  background-color: var(--color-white) !important;
}
.menu-open .list-menu__item {
  color: var(--color-black) !important;
}
.menu-open .header-logo path {
  fill: var(--color-black) !important;
}
.menu-open .icon-hamburger path {
  fill: var(--color-black) !important;
}
.menu-open .icon-search path {
  fill: var(--color-black) !important;
}
.menu-open .header__icon--cart path {
  fill: var(--color-black) !important;
}
@media (min-width: 1024px) {
  .search-results {
    padding: 80px 0 55px;
    margin: 0;
  }
}
.search-results .container {
  padding: 0;
}
@media (min-width: 1024px) {
  .search-results .container {
    padding: 0 18px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
.search-results button {
  width: 100%;
}
.search-results .product__tag {
  display: none;
}
@media (min-width: 1024px) {
  .search-results .product__tag {
    display: block;
    top: 10px;
    left: 10px;
  }
}
.search-results .product__tag--mob {
  display: block;
  position: static;
}
@media (min-width: 1024px) {
  .search-results .product__tag--mob {
    display: none;
  }
}
.search-results .product__tag--mob .tag-sale {
  font-family: "Moderat Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-black);
}
.search-results .product__tag .tag-sale--big {
  font-size: 6px;
  padding: 1px 1px;
}
@media (min-width: 1024px) {
  .search-results .product__tag .tag-sale--big {
    font-size: 11px;
    padding: 7px 10px;
  }
}
.search-results .product__img a {
  height: 100%;
}
.search-results .product__img img {
  height: 100%;
}
.results-link {
  flex: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .results-link {
    margin-right: 20px;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 66px;
  }
}
.results-link__logo {
  display: none;
  height: 47px;
}
@media (min-width: 1024px) {
  .results-link__logo {
    display: block;
  }
}
.results-link__logo svg {
  width: 100%;
  height: 100%;
}
.results-link .btn-view {
  width: 100%;
  height: 60px;
  padding: 0 25px 0 20px;
}
.results-link .btn-view__icon {
  margin: 0 0 0 auto;
}
.results-wrap {
  height: calc(100vh - 180px);
  padding: 0 36px 20px 20px;
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .results-wrap {
    height: auto;
    overflow: visible;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .results-wrap__row {
    display: flex;
    margin: 0 -10px;
  }
}
.results-wrap__col {
  border-bottom: 1px solid var(--color-neutral-mid);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.results-wrap__col:last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .results-wrap__col {
    padding: 0 10px;
    border-bottom: none;
    display: block;
  }
}
.results-wrap .product {
  width: 100%;
}
.results-wrap .product--small {
  max-width: 280px;
}
@media (min-width: 1024px) {
  .results-wrap .product {
    width: 14vw;
  }
}
@media (min-width: 1300px) {
  .results-wrap .product {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .results-wrap .product__price {
    font-size: 13px;
  }
}
@media (min-width: 1300px) {
  .results-wrap .product__price {
    font-size: 14px;
  }
}
.results-wrap .product__wrap {
  padding: 20px 0;
  display: flex;
}
@media (min-width: 1024px) {
  .results-wrap .product__wrap {
    flex-direction: column;
    padding: 0;
  }
}
.results-wrap .product__img {
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .results-wrap .product__img {
    width: 100%;
    height: 180px;
  }
}
.results-wrap .product__body {
  padding: 0;
}
@media (min-width: 1024px) {
  .results-wrap .product__body {
    padding-top: 15px;
  }
}
.bg-transparent .section-header {
  transform: translateY(0);
}
.bg-transparent .section-header.shopify-section-header-sticky .header-wrapper {
  background: var(--color-white);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .header__icon--account
  path {
  fill: var(--color-black);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .header__fit-guide-text {
  color: var(--color-black);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .header__fit-guide-img:after {
  background-color: var(--color-black);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .header__fit-guide-img
  path {
  fill: var(--color-black);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .header__fit-guide-img
  circle {
  stroke: var(--color-black);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .header__rewards-img:after {
  background-color: var(--color-black);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .header__rewards-img
  path {
  fill: var(--color-black);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .header__rewards-img
  circle {
  stroke: var(--color-black);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .header__rewards-text {
  color: var(--color-black);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .header
  .list-menu__item {
  color: var(--color-black);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .header-logo
  path {
  fill: var(--color-black);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .icon-hamburger
  path {
  fill: var(--color-black);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .icon-search
  path {
  fill: var(--color-black);
}
.bg-transparent
  .section-header.shopify-section-header-sticky
  .header__icon--cart
  path {
  fill: var(--color-black);
}
.bg-transparent .header-logo path {
  fill: var(--color-white);
}
.bg-transparent .header-wrapper {
  background: rgba(0, 0, 0, 0);
}
.bg-transparent .header .list-menu__item {
  color: var(--color-white);
}
.bg-transparent .icon-hamburger path {
  fill: var(--color-white);
}
.bg-transparent .icon-search path {
  fill: var(--color-white);
}
.bg-transparent .header__icon--cart path {
  fill: var(--color-white);
}
.bg-transparent .header__icon--account path {
  fill: var(--color-white);
}
.bg-transparent .header__fit-guide-text {
  color: var(--color-white);
}
.bg-transparent .header__fit-guide-img:after {
  background-color: var(--color-white);
}
.bg-transparent .header__fit-guide-img path {
  fill: var(--color-white);
}
.bg-transparent .header__fit-guide-img circle {
  stroke: var(--color-white);
}
.bg-transparent .header__rewards-img:after {
  background-color: var(--color-white);
}
.bg-transparent .header__rewards-img path {
  fill: var(--color-white);
}
.bg-transparent .header__rewards-img circle {
  stroke: var(--color-white);
}
.bg-transparent .header__rewards-text {
  color: var(--color-white);
}
.section-header {
  transform: translateY(0);
}
.fixed-pos .intro-section {
  margin: -35px 0 0 0 !important;
}
.fixed-pos [id*="tolstoy_shoppable_video_ugc_hero_video_block"] {
  margin: -15px 0 0 0 !important;
}
.fixed-pos .section-header {
  top: 34vw !important;
}
@media (min-width: 768px) {
  .fixed-pos .section-header {
    top: 30vw !important;
  }
}
@media (min-width: 1024px) {
  .fixed-pos .section-header {
    top: 28vw !important;
  }
  .fixed-pos [id*="tolstoy_shoppable_video_ugc_hero_video_block"] {
    margin: -35px 0 0 0 !important;
  }
}
.fixed-pos .section-header.fixed-any {
  position: fixed;
  top: 45px !important;
}
.fixed-pos.header-search .section-header {
  position: fixed;
  top: 45px !important;
}
.fixed-pos .menu-drawer {
  height: calc(100vh - 105px);
}
.index-page .intro-section {
  margin: -80px 0 0 0;
}
.index-page [id*="tolstoy_shoppable_video_ugc_hero_video_block"] {
  margin: -60px 0 0 0;
}
.index-page.header-search .section-header {
  position: fixed;
  top: 0;
}
.index-page .section-header {
  position: relative;
  top: 24vw;
  transform: translateY(0);
}
.index-page .section-header.fixed-any {
  position: fixed;
  top: 0;
}
.index-page .section-header.shopify-section-header-sticky .header-wrapper {
  background: var(--color-white);
}
.index-page
  .section-header.shopify-section-header-sticky
  .header
  .list-menu__item {
  color: var(--color-black);
}
@media (min-width: 1100px) {
  .index-page [id*="tolstoy_shoppable_video_ugc_hero_video_block"] {
    margin: -80px 0 0 0 ;
  }

  .index-page
    .section-header.shopify-section-header-sticky
    .header__inline-menu {
    left: 90px;
  }
}
@media (min-width: 990px) {
  .index-page .header__inline-menu {
    position: relative;
    left: -5px;
  }
}
.index-page .header__active-menu-item {
  text-decoration: none !important;
  color: var(--color-white) !important;
}
.index-page .header-wrapper {
  background: rgba(0, 0, 0, 0);
}
.index-page .header .list-menu__item {
  color: var(--color-white) !important;
}
.index-page .header-logo {
  display: none;
}
.index-page .icon-hamburger path {
  fill: var(--color-white) !important;
}
.index-page .icon-search path {
  fill: var(--color-white) !important;
}
.index-page .header__icon--cart path {
  fill: var(--color-white) !important;
}
.index-page .header__submenu .header__menu-item {
  color: var(--color-black) !important;
}
.index-page .header__icon--account path {
  fill: var(--color-white) !important;
}
.index-page .header__fit-guide-text {
  color: var(--color-white) !important;
}
.index-page .header__fit-guide-img:after {
  background-color: var(--color-white) !important;
}
.index-page .header__fit-guide-img path {
  fill: var(--color-white) !important;
}
.index-page .header__fit-guide-img circle {
  stroke: transparent;
}
.index-page .header__rewards-img:after {
  background-color: var(--color-white) !important;
}
.index-page .header__rewards-img path {
  fill: var(--color-white) !important;
}
.index-page .header__rewards-img circle {
  stroke: var(--color-white) !important;
}
.index-page .header__rewards-text {
  color: var(--color-white) !important;
}
.index-page .shopify-section-header-sticky .header-wrapper {
  background: var(--color-white);
  top: 0;
}
.index-page .shopify-section-header-sticky .header__icon--account path {
  fill: var(--color-black) !important;
}
.index-page .shopify-section-header-sticky .header__fit-guide-text {
  color: var(--color-black) !important;
}
.index-page .shopify-section-header-sticky .header__fit-guide-img:after {
  background-color: var(--color-black) !important;
}
.index-page .shopify-section-header-sticky .header__fit-guide-img path {
  fill: var(--color-black) !important;
}
.index-page .shopify-section-header-sticky .header__rewards-img:after {
  background-color: var(--color-black) !important;
}
.index-page .shopify-section-header-sticky .header__rewards-img path {
  fill: var(--color-black) !important;
}
.index-page .shopify-section-header-sticky .header__rewards-img circle {
  stroke: var(--color-black) !important;
}
.index-page .shopify-section-header-sticky .header__rewards-text {
  color: var(--color-black) !important;
}
.index-page .shopify-section-header-sticky .header__active-menu-item {
  color: var(--color-black) !important;
}
.index-page .shopify-section-header-sticky .header .list-menu__item {
  color: var(--color-black) !important;
}
.index-page .shopify-section-header-sticky .header-logo {
  display: block;
}
.index-page .shopify-section-header-sticky .icon-hamburger path {
  fill: var(--color-black) !important;
}
.index-page .shopify-section-header-sticky .icon-search path {
  fill: var(--color-black) !important;
}
.index-page .shopify-section-header-sticky .header__icon--cart path {
  fill: var(--color-black) !important;
}
.next-page .section-header {
  top: 0;
}
.next-page .section-header[announce-hidden="true"] {
  top: 0 !important;
}
.next-page .section-header.moved-top {
  top: 45px;
}
.overflow-hidden-tablet .header-wrapper {
  top: 0;
  background: #fff;
}
.overflow-hidden-tablet .header-logo {
  display: block;
}
.overflow-hidden-tablet .icon-search path {
  fill: var(--color-black);
}
.change-top[announce-hidden="true"] {
  top: 0 !important;
}
.header-search .header-wrapper {
  background: var(--color-white);
}
.header-search .header__active-menu-item {
  color: var(--color-black) !important;
}
.header-search .header .list-menu__item {
  color: var(--color-black) !important;
}
.header-search .header-logo {
  display: block;
}
.header-search .header-logo path {
  fill: var(--color-black) !important;
}
.header-search .icon-hamburger path {
  fill: var(--color-black) !important;
}
.header-search .icon-search path {
  fill: var(--color-black) !important;
}
.header-search .header__icon--cart path {
  fill: var(--color-black) !important;
}
.header-search .header__icon--account path {
  fill: var(--color-black) !important;
}
.header-search .header__fit-guide-text {
  color: var(--color-black) !important;
}
.header-search .header__fit-guide-img:after {
  background-color: var(--color-black) !important;
}
.header-search .header__fit-guide-img path {
  fill: var(--color-black) !important;
}
.header-search .header__fit-guide-img circle {
  stroke: var(--color-black) !important;
}
.header-search .header__rewards-img path {
  fill: var(--color-black) !important;
}
.header-search .header__rewards-img circle {
  stroke: var(--color-black) !important;
}
.header-search .header__rewards-img:after {
  background-color: var(--color-black) !important;
}
.header-search .header__rewards-text {
  color: var(--color-black) !important;
}
@media (min-width: 1100px) {
  .header-search .header__inline-menu {
    left: 90px;
  }
}
.product-page .header__fit-guide-text {
  color: var(--color-black);
}
.product-page .header__fit-guide-img:after {
  background-color: var(--color-black);
}
.product-page .header__fit-guide-img path {
  fill: var(--color-black);
}
.product-page .header__fit-guide-img circle {
  stroke: var(--color-black);
}
.product-page .header__rewards-img path {
  fill: var(--color-black);
}
.product-page .header__rewards-img circle {
  stroke: var(--color-black);
}
.product-page .header__rewards-img:after {
  background-color: var(--color-black);
}
.product-page .header__rewards-text {
  color: var(--color-black);
}

@media (min-width: 990px) {
  .header__icons {
    display: flex;
    align-items: center;
    gap: 28px;
    height: 80px;
    padding-top: 0px;
  }

  .header .header__search {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header .header__icon--search {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    right: 0;
  }
  .header .header__icon--search span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
  }
  

  .header .header__icon--search::after {
    content: 'SEARCH';
    font-family: "Moderat Mono";
    font-style: normal;
    font-weight: 502;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-black);
    margin-top: 8px;
    white-space: nowrap;
    text-decoration: none;
  }
  

  .header .header__icon--cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    margin: 0;
    position: relative;
    }
  .header .header__icon--cart svg {
    width: 30px;
    height: 30px;
  }
  .header .header__icon--cart::after {
    content: 'CART';
    font-family: "Moderat Mono";
    font-style: normal;
    font-weight: 502;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-black);
    margin-top: 9px;
    padding-top: 3px;
    white-space: nowrap;
  }
  
  .header .icon-search {
    width: 30px;
    height: 30px;
  }

  .header .header__icon--cart svg {
    width: 30px;
    height: 30px;
  }

  .header .cart-count-bubble {
    position: absolute;
    top: 5px;
    left: 17px;
  }
}

@media (min-width: 990px) {
  .bg-transparent .header__icon--search::after,
  .bg-transparent .header__icon--cart::after {
    color: var(--color-white);
  }

  .bg-transparent .section-header.shopify-section-header-sticky .header__icon--search::after,
  .bg-transparent .section-header.shopify-section-header-sticky .header__icon--cart::after {
    color: var(--color-black);
  }

  .index-page .header__icon--search::after,
  .index-page .header__icon--cart::after {
    color: var(--color-white) !important;
  }

  .index-page .shopify-section-header-sticky .header__icon--search::after,
  .index-page .shopify-section-header-sticky .header__icon--cart::after {
    color: var(--color-black) !important;
  }
}

/* Hover states */
.header__rewards:hover .header__rewards-text,
.header__fit-guide:hover .header__fit-guide-text,
.header__icon--search:hover::after,
.header__icon--cart:hover::after {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* Remove all circle strokes */
.header__fit-guide-img circle,
.header .header__fit-guide-img circle,
.bg-transparent .header__fit-guide-img circle,
.index-page .header__fit-guide-img circle,
.header-search .header__fit-guide-img circle,
.product-page .header__fit-guide-img circle {
  stroke: transparent !important;
}
