@charset "UTF-8";
.header {
  position: relative;
}

header .vertical-divider {
  border-left: 1px solid #e7e7e7;
  height: 25px;
  margin: 0 15px 0 30px;
  display: inline-block;
}

header .dropdown-toggle::after {
  border: none;
}

.navbar-header {
  height: 4.375em;
  /* 70/16 */
}

.navbar-header .logo-home {
  width: 120px;
}

@media (max-width: 768px) {
  .navbar-header .logo-home {
    width: 68px;
  }
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart {
  display: inline-block;
  margin: 1.125em 0 0 0.5em;
}

.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
  line-height: 2.25em;
  /* 36/16 */
  height: auto;
}

.navbar-header .navbar-toggler {
  font-size: 1.6em;
  width: auto;
}

.navbar-header .user {
  position: relative;
}

.navbar-header .user .popover {
  position: absolute;
  display: none;
  padding: 1em;
  top: 85%;
  left: 0;
  border-radius: 12px;
}

.navbar-header .user .popover a {
  white-space: nowrap;
  margin-bottom: 0.5em;
}

.navbar-header .user .popover::before {
  left: 1.5rem;
}

.navbar-header .user .popover::after {
  left: 1.5rem;
}

.navbar-header .user .popover.show {
  display: block;
}

.navbar-left {
  width: 61.33%;
  gap: 16px;
}

@media (min-width: 768px) {
  .navbar-left {
    gap: 24px;
  }
}
.navbar-right {
  gap: 8px;
}

@media (max-width: 768px) {
  .navbar-right {
    gap: 16px;
  }
  .navbar-right .icon-person {
    font-size: 18px;
  }
}
.navbar-right a:hover {
  text-decoration: none;
}

.navbar-right .text-body-12 {
  line-height: 0.92 !important;
}

@media (min-width: 768px) {
  .navbar-right {
    gap: 28px;
  }
}
.brand {
  position: static;
  display: block;
  text-align: center;
  max-width: 120px;
}

.brand img {
  width: 100%;
}

.main-menu .navbar .close-menu button,
.main-menu .navbar .close-button button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  /* stylelint-disable-line property-no-vendor-prefix */
}

.brands-carousel {
  width: 50%;
}

.brands-carousel a {
  color: #fff !important;
}

.brands-carousel a:hover {
  color: #fff !important;
}

.site-search {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (width >= 1200px) {
  .site-search {
    width: 100%;
  }
}
.site-search input {
  background: #ffffff;
  border-radius: 4px;
  height: 40px;
}

.site-search .icon-search {
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  padding: 0 12px;
  background-color: #ffe70d;
  height: 100%;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.site-search .icon-search:hover {
  background-color: #ffd800;
}

.site-search .icon-search::before {
  font-size: 18px;
}

.site-search .reset-button {
  right: 3em;
}

.color-icon-primary::before {
  color: #ffd800;
}

.suggestions {
  width: 100%;
}

.minicart {
  margin-top: 0.1875em;
  vertical-align: top;
}

.minicart a.minicart-link:hover {
  text-decoration: none;
}

.minicart .minicart-quantity {
  background-color: #d19f00;
  border-radius: 50%;
  width: 1.25em;
  /* 20/16 */
  height: 1.25em;
  /* 20/16 */
  line-height: normal;
  display: inline-block;
  text-align: center;
  font-size: 0.8125em;
  /* 13/16 */
  position: relative;
  top: -0.9375em;
  /* 15/16 */
  left: -0.9375em;
  /* 15/16 */
  color: #ffffff;
}

.secure-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
}

.secure-badge__icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffd800;
}

.secure-badge__text {
  white-space: nowrap;
}

.safePurchase-container-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.safePurchase-container-text .safePurchase-subtitle {
  font-weight: 550;
}

.search-mobile {
  padding: 12px;
}

@media (max-width: 768px) {
  .search-mobile {
    padding-top: 0;
  }
}
.bg-header {
  background-color: #000000;
}

.layout-no-menu {
  background-color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.layout-no-menu header {
  background-color: #000000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.layout-no-menu #maincontent {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.header-no-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 0;
}

.header-no-menu .logo-home img {
  max-width: 120px;
}

@media (max-width: 768px) {
  .header-no-menu .logo-home img {
    margin-left: 7%;
  }
}
.safe-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

@media (max-width: 768px) {
  .safe-buy {
    margin-right: 2%;
  }
}
.safe-buy p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  margin: 0;
}

.safe-buy span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

@media (max-width: 543.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    min-width: 50%;
    left: 0;
  }
}
.menu-toggleable-left.navbar-toggleable-xl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 100%;
}

.menu-toggleable-left.navbar-toggleable-xl.in {
  min-width: 50%;
  left: 0;
}

.header-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 767.98px) {
  .header-main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0;
}

@media (min-width: 768px) {
  .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .navbar.bg-inverse .navbar-nav .nav-link {
    padding: 0.8rem;
    white-space: nowrap;
  }
}
.navbar-expand-md .navbar-nav.nav-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-expand-md .navbar-nav.nav-spaced {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.navbar-expand-md .navbar-nav.nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: #fff;
  color: #444;
}

@media (min-width: 768px) {
  .menuDesktop .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .menuDesktop .dropdown.show > .dropdown-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .nav-item > .nav-link {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 99;
  }
}
.menu-toggleable-left .close-menu {
  padding: 15px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
.menu-toggleable-left .menu-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.menu-toggleable-left li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}

@media (max-width: 767.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: white !important;
    color: #222;
  }
}
@media (max-width: 543.98px) {
  .menu-toggleable-left.in {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eee;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-toggle::after {
    display: none !important;
    content: none !important;
  }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    background: #fff;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
  }
}
.dropdown-item,
.submenu-title,
.view-all-link {
  font-size: 14px;
}

.dropdown-menu {
  padding: 0 !important;
}

.multilevel-dropdown .dropdown {
  position: relative;
}

.multilevel-dropdown .dropdown-menu {
  top: 40px;
  left: 0;
  border: 0;
  border-radius: 0;
  display: none;
  background: #fff;
  overflow: hidden;
}

@media (min-width: 768px) {
  .multilevel-dropdown .dropdown-menu {
    min-width: 280px;
    position: absolute;
    -webkit-box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
            box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
  }
}
.multilevel-dropdown .dropdown.show > .dropdown-menu {
  display: block;
}

.multilevel-dropdown .dropdown-menu > .dropdown {
  position: static;
}

@media (min-width: 768px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    margin: 0;
    z-index: 2;
    background: #fff;
  }
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}

.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}

.multilevel-dropdown .dropdown-item.dropdown {
  position: static;
  padding: 0;
}

.multilevel-dropdown .dropdown-item {
  padding: 0;
  border-bottom: 1px solid #eee;
}

.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: 0;
}

.multilevel-dropdown .dropdown-item.top-category {
  font-weight: bold;
}

.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}

.multilevel-dropdown .dropdown-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 48px;
  padding-left: 1rem;
}

.multilevel-dropdown .dropdown-link-wrapper:hover .dropdown-arrow-toggle {
  border-left-color: #bdbdbd;
}

.multilevel-dropdown .dropdown-link--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 14px 0;
}

.multilevel-dropdown .dropdown-link--text:hover {
  color: #000;
  text-decoration: underline;
}

.multilevel-dropdown .dropdown-link--text:focus {
  color: #000;
  text-decoration: underline;
}

.multilevel-dropdown .dropdown-arrow-toggle {
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}

.multilevel-dropdown .dropdown-arrow-toggle:hover {
  background: #f5f5f5;
}

.multilevel-dropdown .dropdown-arrow-toggle:focus {
  outline: none;
  background: #f5f5f5;
}

.multilevel-dropdown .dropdown-arrow-toggle .menuMobile__categoryArrow {
  margin: 0;
  font-size: 12px;
}

.multilevel-dropdown .dropdown-item.active,
.multilevel-dropdown .dropdown-item:active {
  background-color: #e9ecef !important;
  color: #000 !important;
}

.multilevel-dropdown .submenu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
  padding: 0;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.multilevel-dropdown .submenu-header .submenu-back {
  width: 48px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: 0;
  border-right: 1px solid #e5e5e5;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.multilevel-dropdown .submenu-header .submenu-back:hover, .multilevel-dropdown .submenu-header .submenu-back:focus {
  background: #f5f5f5;
  border-right-color: #bdbdbd;
  outline: none;
}

.multilevel-dropdown .submenu-header .submenu-back .icon-arrow-left {
  margin: 0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.multilevel-dropdown .submenu-header .submenu-back .icon-arrow-left:before {
  font-size: 12px;
}

.multilevel-dropdown .submenu-header .submenu-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
  padding: 0 1rem;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.multilevel-dropdown .submenu-header .submenu-title:hover, .multilevel-dropdown .submenu-header .submenu-title:focus {
  color: #000;
  text-decoration: underline;
  background: #f5f5f5;
}

.multilevel-dropdown .submenu-header:hover .submenu-back {
  border-right-color: #bdbdbd;
}

.multilevel-dropdown .view-all-item {
  border-bottom: 1px solid #eee;
  padding: 0.5em 1em;
}

.multilevel-dropdown .view-all-item .view-all-link {
  font-weight: 700;
  text-decoration: underline;
  color: #000;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .menuDesktop {
    display: none;
  }
}
.menuMobile {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
}

@media (min-width: 768px) {
  .menuMobile {
    display: none;
  }
}
.menuMobile__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.menuMobile__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.menuMobile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.menuMobile__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.menuMobile__profile .close {
  opacity: 1;
  margin-left: auto;
  padding-bottom: 0;
}

.menuMobile__profile .menuMobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 99px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 8px 12px;
}

.menuMobile__profile .menuMobile-header .logo-mobile {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
}

.menuMobile__profile .profileHeader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  background: #000;
  padding: 20px 12px;
}

.menuMobile__profile .profileHeader .menu-mobile-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.menuMobile__profile .profileHeader .menu-login-mobile {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 4px;
  min-width: 135px;
  width: -webkit-fill-available;
  height: 44px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.menuMobile__profile .profileHeader .menu-login-mobile a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.menuMobile__profile .profileHeader .menu-register-mobile {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 4px;
  min-width: 135px;
  width: -webkit-fill-available;
  height: 44px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.menuMobile__profile .profileHeader .menu-register-mobile a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.menuMobile__profile .profileHeader .profileHeader--welcome-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 4px;
}

.menuMobile__profile .profileHeader .profileHeader--access-account {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.menuMobile__profile .profileHeader .login-register {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menuMobile__categoryArrow {
  margin-left: auto;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.menuMobile__category.is-open > .menuMobile__categoryTrigger .menuMobile__categoryArrow,
.menuMobile__root.is-open > .menuMobile__categoryTrigger .menuMobile__categoryArrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sports-dropdown {
  position: relative;
}

.sports-dropdown-menu {
  padding: 0;
  min-width: 420px;
  max-width: 640px;
}

@media (min-width: 768px) {
  .sports-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
    z-index: 20;
  }
}
.sports-dropdown.show > .sports-dropdown-menu {
  display: block;
}

.sports-dropdown-content {
  padding: 24px;
}

.menuMobile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menuMobile__root,
.menuMobile__category,
.menuMobile__redirectCategory {
  border-bottom: 1px solid #e5e5e5;
}

.menuMobile__categoryTrigger {
  width: 100%;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 12px;
  text-align: left;
}

.arrow-left {
  margin-left: auto;
  font-size: 12px;
}

.menuMobile__categoryLabel {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.menuMobile__categoryPanel {
  background: #fff;
}

.menuMobile__categoryPanel .menuMobile__categoryRow .menuMobile__categoryLink {
  padding-left: 32px;
}

.menuMobile__categoryPanel .menuMobile__redirectLink {
  padding-left: 32px;
}

.menuMobile__categoryPanel .menuMobile__categoryPanel .menuMobile__categoryLink,
.menuMobile__categoryPanel .menuMobile__categoryPanel .menuMobile__redirectLink {
  padding-left: 48px;
}

.menuMobile__redirectLink {
  display: block;
  padding: 16px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.menuMobile__redirectLink:hover,
.menuMobile__redirectLink:focus {
  color: #000;
  text-decoration: none;
}

.menuMobile__categoryPanel--contentAsset {
  padding: 0 12px 16px;
}

.menuMobile__contentAssetWrapper {
  padding-top: 12px;
}

.menumobile-subcategories-all-subcategories {
  padding: 12px 12px 0;
}

.menumobile-subcategories-all-subcategories a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

.promotions-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 767.98px) {
  .promotions-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px !important;
  }
}
.sports-category-dropdown {
  left: -150px !important;
}

@media (min-width: 768px) {
  .menuDesktop {
    position: relative;
  }
  .menuDesktop .nav-mega-menu {
    position: static;
  }
  .menuDesktop .nav-mega-menu > .mega-menu-figma {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 30;
    display: none;
    width: 100%;
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 24px 28px !important;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .menuDesktop .nav-mega-menu.show > .mega-menu-figma {
    display: block;
  }
  .menuDesktop .root-department {
    position: relative;
  }
  .menuDesktop .root-department > .dropdown-menu {
    position: absolute;
    top: 38px;
    left: 0;
    right: auto;
    width: auto;
    min-width: 280px;
    z-index: 35;
  }
}
.mega-menu-figma {
  background: #fff;
}

.mega-menu-figma__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 150px));
  -webkit-column-gap: 52px;
     -moz-column-gap: 52px;
          column-gap: 52px;
  row-gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.mega-menu-figma__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 0;
}

.mega-menu-figma__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.mega-menu-figma__title a {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
}

.mega-menu-figma__title a:hover {
  text-decoration: underline;
}

.mega-menu-figma__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu-figma__list li {
  margin: 0;
  padding: 0;
}

.mega-menu-figma__list a {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}

.mega-menu-figma__list a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .mega-menu-figma {
    padding: 16px 12px;
  }
  .mega-menu-figma__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 24px;
  }
  .mega-menu-figma__title {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .mega-menu-figma__list {
    gap: 6px;
  }
}
.dropdown-toggle {
  display: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-decoration: none !important;
}

.dropdown-toggle:hover > :first-child {
  text-decoration: underline;
}

.menuMobile__categoryRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-height: 48px;
  border-bottom: 1px solid #eee;
}

.menuMobile__categoryRow:hover .menuMobile__categoryArrowButton {
  border-left-color: #bdbdbd;
}

.menuMobile__categoryLink {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.menuMobile__categoryLink:hover, .menuMobile__categoryLink:focus {
  color: #000;
  text-decoration: underline;
  background: #f5f5f5;
}

.menuMobile__categoryArrowButton {
  width: 48px;
  border: 0;
  border-left: 1px solid #e5e5e5;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.menuMobile__categoryArrowButton:hover, .menuMobile__categoryArrowButton:focus {
  background: #f5f5f5;
  outline: none;
}

.menuMobile__categoryArrowButton .menuMobile__categoryArrow {
  margin: 0;
  font-size: 12px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 16px;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-MediumItalic.eot");
  src: url("../fonts/OpenSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-MediumItalic.woff2") format("woff2"), url("../fonts/OpenSans-MediumItalic.woff") format("woff"), url("../fonts/OpenSans-MediumItalic.ttf") format("truetype"), url("../fonts/OpenSans-MediumItalic.svg#OpenSans-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot");
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBoldItalic.eot");
  src: url("../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: url("../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.eot");
  src: url("../fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff"), url("../fonts/OpenSans-Medium.ttf") format("truetype"), url("../fonts/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter", sans-serif;
}

body,
button,
input,
textarea,
select {
  font-family: "Inter", sans-serif;
}

*:not([class^=icon-]):not([class*=" icon-"]):not(.fa):not([class^=fa-]):not([class*=" fa-"]) {
  font-family: "Inter", sans-serif;
}

.fa,
[class^=fa-],
[class*=" fa-"] {
  font-family: FontAwesome !important;
}

.text-display-80 {
  font-size: 80px;
  font-weight: 700;
  line-height: 6.25rem;
  font-family: "Inter", sans-serif;
}

.text-display-72 {
  font-size: 72px;
  font-weight: 700;
  line-height: 6.25rem;
  font-family: "Inter", sans-serif;
}

.text-headline-64 {
  font-size: 64px;
  font-weight: 700;
  line-height: 5.25rem;
  font-family: "Inter", sans-serif;
}

.text-headline-56 {
  font-size: 56px;
  font-weight: 700;
  line-height: 4.5rem;
  font-family: "Inter", sans-serif;
}

.text-headline-48 {
  font-size: 48px;
  font-weight: 700;
  line-height: 3.75rem;
  font-family: "Inter", sans-serif;
}

.text-headline-40 {
  font-size: 40px;
  font-weight: 700;
  line-height: 2.5rem;
  font-family: "Inter", sans-serif;
}

.text-headline-32 {
  font-size: 32px;
  font-weight: 700;
  line-height: 2rem;
  font-family: "Inter", sans-serif;
}

.text-headline-24 {
  font-size: 24px;
  font-weight: 700;
  line-height: 2rem;
  font-family: "Inter", sans-serif;
}

.text-headline-16 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5rem;
  font-family: "Inter", sans-serif;
}

.text-body-12 {
  font-size: 12px;
  line-height: 1rem;
}

.text-body-14 {
  font-size: 14px;
  line-height: 1.25rem;
}

.text-body-16 {
  font-size: 16px;
  line-height: 1.25rem;
}

.text-body-18 {
  font-size: 18px;
  line-height: 1.5rem;
}

.text-body-20 {
  font-size: 20px;
  line-height: 1.5rem;
}

.text-body-24 {
  font-size: 24px;
  line-height: 2rem;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

h1,
h2,
h3,
p,
a {
  font-family: "Inter", sans-serif;
}

.color-text-bg-filled {
  color: #ffffff;
}

.color-text-in-primary-bg {
  color: #000000;
}

.btn-clear {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
}

.btn-clear:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-bg-filled-primary-with-text-white, .btn-bg-filled-black-with-text-white, .btn-base {
  gap: 4px;
  padding: 8px 12px;
  outline: none;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1rem;
}

.btn-bg-filled-primary-with-text-white span, .btn-bg-filled-black-with-text-white span, .btn-base span,
.btn-bg-filled-primary-with-text-white i,
.btn-bg-filled-black-with-text-white i,
.btn-base i {
  font-size: 14px;
  line-height: 1;
  display: block;
}

.btn-bg-filled-primary-with-text-white .label, .btn-bg-filled-black-with-text-white .label, .btn-base .label {
  font-size: 14px;
  line-height: 1rem;
}

.btn-bg-filled-primary-with-text-white:hover, .btn-bg-filled-black-with-text-white:hover, .btn-base:hover {
  text-decoration: none;
}

.btn-bg-filled-primary-with-text-white:disabled, .btn-bg-filled-black-with-text-white:disabled, .btn-base:disabled {
  pointer-events: none;
  border: 1px solid transparent;
  opacity: 0.5;
}

.btn-sm {
  height: 32px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1rem;
}

.btn-sm span,
.btn-sm i {
  font-size: 12px;
}

.btn-sm .label {
  font-size: 12px;
  line-height: 1rem;
}

.btn-lg {
  height: 40px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1rem;
}

.btn-lg span,
.btn-lg i {
  font-size: 14px;
}

.btn-lg .label {
  font-size: 14px;
  line-height: 1rem;
}

.btn-xlg {
  height: 44px;
  padding: 20px;
  font-size: 14px;
  line-height: 1rem;
}

.btn-xlg span,
.btn-xlg i {
  font-size: 14px;
}

.btn-xlg .label {
  font-size: 14px;
  line-height: 1rem;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}

.btn-outline:hover {
  background-color: #f6f6f6;
  color: #000000 !important;
}

.btn-outline:hover span,
.btn-outline:hover i {
  color: #000000 !important;
}

.btn-outline:hover .label {
  color: #000000 !important;
}

.btn-outline span,
.btn-outline i {
  color: #000000;
}

.btn-outline .label {
  color: #000000;
}

.btn-outline-faq {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000 !important;
}

.btn-outline-faq:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.btn-outline-faq:hover span,
.btn-outline-faq:hover i {
  color: #ffffff !important;
}

.btn-outline-faq:hover .label {
  color: #ffffff !important;
}

.btn-outline-faq span,
.btn-outline-faq i {
  color: #000000;
}

.btn-outline-faq .label {
  color: #000000;
}

.btn-link {
  background-color: transparent;
  color: #000000;
  border-radius: 0;
  padding: 0;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid transparent;
}

.btn-link:hover {
  background-color: transparent;
  border-bottom: 1px solid #000000;
}

.btn-link:hover span,
.btn-link:hover i {
  color: #4f4f4f;
}

.btn-link:hover .label {
  color: #4f4f4f;
}

.btn-link span,
.btn-link i {
  color: #000000;
}

.btn-link .label {
  color: #000000;
  border-bottom: 1px solid transparent;
}

.btn-black-950 {
  background-color: #000000;
  color: #ffffff;
  border-radius: 4px;
}

.btn-black-950:hover {
  background-color: #3d3d3d;
}

.btn-black-950:hover span,
.btn-black-950:hover i {
  color: #ffffff;
}

.btn-black-950:hover .label {
  color: #ffffff;
}

.btn-black-950 span,
.btn-black-950 i {
  color: #ffffff;
}

.btn-black-950 .label {
  color: #ffffff;
}

.btn-black-400 {
  background-color: #888888;
  color: #ffffff;
}

.btn-black-400:hover {
  background-color: #6d6d6d;
}

.btn-black-400:hover span,
.btn-black-400:hover i {
  color: #ffffff;
}

.btn-black-400:hover .label {
  color: #ffffff;
}

.btn-black-400 span,
.btn-black-400 i {
  color: #ffffff;
}

.btn-black-400 .label {
  color: #ffffff;
}

button.bg-primary:hover,
button.bg-primary:focus,
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ffd800 !important;
}

header ~ #maincontent .container a:not(.btn-primary, .btn-outline-primary) {
  color: unset;
}

.btn-faq {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 16px;
  background: #e7e7e7;
  border-radius: 8px;
  color: #000000;
  border: 0;
}

.btn-faq:hover {
  background-color: #d1d1d1;
}

.btn-faq svg {
  width: 24px;
  height: 24px;
}

.btn-faq .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 1.5rem;
  text-align: left;
}

.btn-google {
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  padding: 20px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
}

.btn-google span {
  color: #6d6d6d;
}

.btn-bg-filled-black-with-text-white {
  background-color: #000000;
  color: #ffffff;
}

.btn-bg-filled-primary-with-text-white {
  background-color: #000000;
  color: #ffffff;
}

.form-group {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-group .form-control-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
  max-height: 80px;
  background-color: #f6f6f6;
  border-radius: 8px;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.form-group .form-control-wrapper select:focus {
  background-color: #f6f6f6;
}

.form-group .form-control-wrapper:has(input[readonly]),
.form-group .form-control-wrapper:has(select[disabled]) {
  background-color: #f6f6f6 !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
}

.custom-select:disabled {
  background-color: transparent;
}

.form-group .form-control-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 20px;
  max-height: 68px;
  background-color: transparent;
  border: none;
}

.form-control-check .form-check-label p {
  gap: 4px;
  white-space: nowrap;
}

.form-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

@media (min-width: 768px) {
  .form-group label {
    font-size: 14px;
  }
}
.form-group input {
  border: none;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-group input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group div input {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.form-group div input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.form-group div input:invalid {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.is-invalid {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-group div select {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  font-size: inherit;
}

.form-group div select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group:focus-within .form-control-wrapper {
  -webkit-box-shadow: 0 0 0 2px #000000;
          box-shadow: 0 0 0 2px #000000;
}

.form-group .invalid-feedback {
  display: block;
  font-size: 12px;
  color: #b42318;
  font-weight: 500;
}

.form-group input.is-invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group:has(input.is-invalid) .form-control-wrapper {
  border-color: #b42318;
  background-color: rgba(180, 35, 24, 0.05);
  color: #b42318;
  font-weight: 400;
}

.required {
  color: #b42318;
  font-weight: 500;
}

.form-field-white {
  background-color: #ffffff !important;
}

.form-check-input-terms {
  accent-color: #000000;
}

.hero--medium {
  height: 50vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero--dark > * {
  position: relative;
  z-index: 2;
}

.hero--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  z-index: 1;
}

.hero-content-register {
  position: relative;
  z-index: 2;
  gap: 24px;
  padding-inline: 12px;
}

.hero-content-register h6 {
  color: #ffd800;
}

.hero-content-register p {
  font-weight: 400;
  color: #ffffff;
}

@media (min-width: 768px) {
  .hero-content-register {
    padding-inline: 120px;
  }
}
.hero-text-evidence {
  color: #ffd800;
  font-weight: 700;
}

.hero-title-color {
  color: #ffd800;
}

.text-primary {
  color: #ffd800 !important;
}

.text-primary i,
.text-primary span,
.text-primary p,
.text-primary .label {
  color: #ffd800 !important;
}

.text-black {
  color: #000000 !important;
}

.text-black i,
.text-black span,
.text-black p,
.text-black .label {
  color: #000000 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-white i,
.text-white span,
.text-white p,
.text-white .label {
  color: #ffffff !important;
}

.bg-primary {
  background-color: #ffd800 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.border-primary {
  border-color: #ffd800 !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.text-primary-50 {
  color: #ffffe7 !important;
}

.text-primary-100 {
  color: #fdffc1 !important;
}

.text-primary-200 {
  color: #fffe86 !important;
}

.text-primary-300 {
  color: #fff541 !important;
}

.text-primary-400 {
  color: #ffe70d !important;
}

.text-primary-500 {
  color: #ffd800 !important;
}

.text-primary-600 {
  color: #d19f00 !important;
}

.text-primary-700 {
  color: #a67202 !important;
}

.text-primary-800 {
  color: #89580a !important;
}

.text-primary-900 {
  color: #74480f !important;
}

.text-primary-950 {
  color: #442604 !important;
}

a.text-primary {
  color: #ffd800 !important;
  text-decoration: none;
}

a.text-primary:hover, a.text-primary:focus {
  color: #d19f00 !important;
}

a.text-primary.underline {
  border-bottom: 1px solid #ffd800;
}

a.text-primary.underline:hover, a.text-primary.underline:focus {
  border-bottom: 1px solid #d19f00;
}

.bg-primary-50 {
  background-color: #ffffe7 !important;
}

.bg-primary-100 {
  background-color: #fdffc1 !important;
}

.bg-primary-200 {
  background-color: #fffe86 !important;
}

.bg-primary-300 {
  background-color: #fff541 !important;
}

.bg-primary-400 {
  background-color: #ffe70d !important;
}

.bg-primary-500 {
  background-color: #ffd800 !important;
}

.bg-primary-600 {
  background-color: #d19f00 !important;
}

.bg-primary-700 {
  background-color: #a67202 !important;
}

.bg-primary-800 {
  background-color: #89580a !important;
}

.bg-primary-900 {
  background-color: #74480f !important;
}

.bg-primary-950 {
  background-color: #442604 !important;
}

.border-primary-50 {
  border-color: #ffffe7 !important;
}

.border-primary-100 {
  border-color: #fdffc1 !important;
}

.border-primary-200 {
  border-color: #fffe86 !important;
}

.border-primary-300 {
  border-color: #fff541 !important;
}

.border-primary-400 {
  border-color: #ffe70d !important;
}

.border-primary-500 {
  border-color: #ffd800 !important;
}

.border-primary-600 {
  border-color: #d19f00 !important;
}

.border-primary-700 {
  border-color: #a67202 !important;
}

.border-primary-800 {
  border-color: #89580a !important;
}

.border-primary-900 {
  border-color: #74480f !important;
}

.border-primary-950 {
  border-color: #442604 !important;
}

.text-black-50 {
  color: #f6f6f6 !important;
}

.text-black-100 {
  color: #e7e7e7 !important;
}

.text-black-200 {
  color: #d1d1d1 !important;
}

.text-black-300 {
  color: #b0b0b0 !important;
}

.text-black-400 {
  color: #888888 !important;
}

.text-black-500 {
  color: #6d6d6d !important;
}

.text-black-600 {
  color: #5d5d5d !important;
}

.text-black-700 {
  color: #4f4f4f !important;
}

.text-black-800 {
  color: #454545 !important;
}

.text-black-900 {
  color: #3d3d3d !important;
}

.text-black-950 {
  color: #000000 !important;
}

.text-black-975 {
  color: #1f2226 !important;
}

.bg-black-50 {
  background-color: #f6f6f6 !important;
}

.bg-black-100 {
  background-color: #e7e7e7 !important;
}

.bg-black-200 {
  background-color: #d1d1d1 !important;
}

.bg-black-300 {
  background-color: #b0b0b0 !important;
}

.bg-black-400 {
  background-color: #888888 !important;
}

.bg-black-500 {
  background-color: #6d6d6d !important;
}

.bg-black-600 {
  background-color: #5d5d5d !important;
}

.bg-black-700 {
  background-color: #4f4f4f !important;
}

.bg-black-800 {
  background-color: #454545 !important;
}

.bg-black-900 {
  background-color: #3d3d3d !important;
}

.bg-black-950 {
  background-color: #000000 !important;
}

.bg-black-975 {
  background-color: #1f2226 !important;
}

.border-black-50 {
  border-color: #f6f6f6 !important;
}

.border-black-100 {
  border-color: #e7e7e7 !important;
}

.border-black-200 {
  border-color: #d1d1d1 !important;
}

.border-black-300 {
  border-color: #b0b0b0 !important;
}

.border-black-400 {
  border-color: #888888 !important;
}

.border-black-500 {
  border-color: #6d6d6d !important;
}

.border-black-600 {
  border-color: #5d5d5d !important;
}

.border-black-700 {
  border-color: #4f4f4f !important;
}

.border-black-800 {
  border-color: #454545 !important;
}

.border-black-900 {
  border-color: #3d3d3d !important;
}

.border-black-950 {
  border-color: #000000 !important;
}

.border-black-975 {
  border-color: #1f2226 !important;
}

.text-success {
  color: #00843b !important;
}

.text-success-light {
  color: #c9f6dd !important;
}

.text-error {
  color: #b42318 !important;
}

.text-error-light {
  color: #fef3f2 !important;
}

.text-warning {
  color: #ffd800 !important;
}

.text-warning-light {
  color: #fff3b0 !important;
}

.bg-success {
  background-color: #00843b !important;
}

.bg-success-light {
  background-color: #c9f6dd !important;
}

.bg-error {
  background-color: #b42318 !important;
}

.bg-error-light {
  background-color: #fef3f2 !important;
}

.bg-warning {
  background-color: #ffd800 !important;
}

.bg-warning-light {
  background-color: #fff3b0 !important;
}

.border-success {
  border-color: #00843b !important;
}

.border-success-light {
  border-color: #c9f6dd !important;
}

.border-error {
  border-color: #b42318 !important;
}

.border-error-light {
  border-color: #fef3f2 !important;
}

.border-warning {
  border-color: #ffd800 !important;
}

.border-warning-light {
  border-color: #fff3b0 !important;
}

.border-bottom-1 {
  border-bottom: 1px solid #d1d1d1;
}

.border-top-1 {
  border-top: 1px solid #d1d1d1;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-24 {
  border-radius: 24px;
}

.border-none {
  border: none !important;
}

.border-icon {
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 10px 12px;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.gap-5 {
  gap: 20px;
}

.gap-6 {
  gap: 24px;
}

.gap-7 {
  gap: 28px;
}

.gap-8 {
  gap: 32px;
}

.gap-9 {
  gap: 36px;
}

.gap-10 {
  gap: 40px;
}

.row-gap-0 {
  row-gap: 0;
}

.row-gap-1 {
  row-gap: 4px;
}

.row-gap-2 {
  row-gap: 8px;
}

.row-gap-3 {
  row-gap: 12px;
}

.row-gap-4 {
  row-gap: 16px;
}

.row-gap-5 {
  row-gap: 20px;
}

.row-gap-6 {
  row-gap: 24px;
}

.row-gap-7 {
  row-gap: 28px;
}

.row-gap-8 {
  row-gap: 32px;
}

.column-gap-0 {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.column-gap-1 {
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.column-gap-2 {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.column-gap-3 {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.column-gap-4 {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.column-gap-5 {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.column-gap-6 {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.column-gap-7 {
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}

.column-gap-8 {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-7 {
  padding-left: 28px;
  padding-right: 28px;
}

.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-7 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-7 {
  margin-left: 28px;
  margin-right: 28px;
}

.mx-8 {
  margin-left: 32px;
  margin-right: 32px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-7 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divisor {
  border-bottom: 1px solid #d1d1d1;
  margin: 12px 0;
  opacity: 0.4;
}

.container, .container-fluid, .container-xl, .container-lg, .container-md {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (width >= 769px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (width >= 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 940px;
  }
}
@media (width >= 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
.skeleton-loading {
  background: -webkit-gradient(linear, left top, right top, from(#e7e7e7), color-stop(50%, #d1d1d1), to(#e7e7e7)) !important;
  background: linear-gradient(90deg, #e7e7e7 0%, #d1d1d1 50%, #e7e7e7 100%) !important;
  background-size: 200px 100%;
  border-radius: 4px;
  border: none !important;
  -webkit-animation: skeleton-loading 1.2s linear infinite;
          animation: skeleton-loading 1.2s linear infinite;
}

.skeleton-loading > * {
  opacity: 0;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}

@keyframes skeleton-loading {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.flex-initial {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.h-screen {
  height: 100vh;
}

.w-screen {
  width: 100vw;
}

.min-h-screen {
  min-height: 100vh;
}

.max-h-screen {
  max-height: 100vh;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.h-min {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.shadow-x-x-small {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}

.shadow-x-small {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}

.shadow-small {
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.0588235294);
}

.shadow-medium {
  -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.031372549);
          box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.031372549);
}

.shadow-large {
  -webkit-box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.031372549);
          box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.031372549);
}

.shadow-x-large {
  -webkit-box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.1803921569);
}

.divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #d1d1d1;
}

.divider::before,
.divider::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #d1d1d1;
}

.divider span {
  padding: 0 12px;
  white-space: nowrap;
  color: #d1d1d1;
}

.modal-content {
  border-radius: 12px;
}

.custom-modal-footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.error.continue-shopping {
  color: #fff !important;
  margin-top: 3.25em;
  margin-bottom: 14.25em;
}

.text-center.error-message {
  margin-top: 14.125rem;
  margin-bottom: 5.125rem;
}

@media (max-width: 768px) {
  .error.continue-shopping {
    margin-top: 0;
    margin-bottom: 8.25em;
  }
  .text-center.error-message {
    margin-top: 9.125rem;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?5p9epb");
  src: url("../fonts/icomoon/icomoon.eot?5p9epb#iefix4") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?5p9epb") format("truetype"), url("../fonts/icomoon/icomoon.woff?5p9epb") format("woff"), url("../fonts/icomoon/icomoon.svg?5p9epb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Developer Note: Only modify code from this line onward */
.icon-exit:before {
  content: "\e91c";
}

.icon-card:before {
  content: "\e91d";
}

.icon-person:before {
  content: "\e91e";
}

.icon-home:before {
  content: "\e91f";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-line-down:before {
  content: "\e902";
}

.icon-arrow-line-left:before {
  content: "\e903";
}

.icon-arrow-line-right:before {
  content: "\e904";
}

.icon-arrow-line-top:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-arrow-top:before {
  content: "\e907";
}

.icon-brw:before {
  content: "\e908";
}

.icon-cart:before {
  content: "\e909";
}

.icon-cel:before {
  content: "\e90a";
}

.icon-cupom:before {
  content: "\e90b";
}

.icon-facebook:before {
  content: "\e90c";
}

.icon-goals:before {
  content: "\e90d";
}

.icon-hamburguer:before {
  content: "\e90e";
}

.icon-heart-fill:before {
  content: "\e90f";
}

.icon-heart:before {
  content: "\e910";
}

.icon-instagram-line:before {
  content: "\e911";
}

.icon-instagram:before {
  content: "\e912";
}

.icon-linkedin:before {
  content: "\e913";
}

.icon-mail:before {
  content: "\e914";
}

.icon-map:before {
  content: "\e915";
}

.icon-orders:before {
  content: "\e916";
}

.icon-search:before {
  content: "\e917";
}

.icon-tiktok:before {
  content: "\e918";
}

.icon-truck:before {
  content: "\e919";
}

.icon-user:before {
  content: "\e91a";
}

.icon-youtube:before {
  content: "\e91b";
}

.login-page {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh;
}

.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
}

.login-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  gap: 24px;
  max-width: 392px;
}

.login-partner-info p {
  white-space: initial;
}

.login-partner-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-partner-info__subtitle {
  text-align: center;
  gap: 0px;
}

@media (min-width: 768px) {
  .login-partner-info__subtitle {
    max-width: 470px;
  }
}
.login-partner-info__subtitle-highlight {
  font-weight: 600 !important;
}

.link-underline {
  text-decoration: underline;
}

.login-register-description {
  font-size: 14px;
  color: #888888;
  text-align: center;
}

.login-register-btn {
  font-size: 14px;
  color: #000000;
  text-align: center;
  font-weight: 500;
}

.login-register-terms {
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.login-forgot-your-password {
  text-align: end;
  margin-bottom: 6px;
  font-size: 12px;
  color: #b42318;
}

.form-container-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
}

.password-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%;
}

.password-form__actions .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 38px;
  min-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}

.password-form__cancel {
  color: #000000 !important;
  border: 1px solid #000000;
  border-color: #000000;
  background-color: transparent;
}

.password-form__cancel:hover, .password-form__cancel:focus {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}

.password-form__submit {
  background-color: #000000;
  border: 1px solid #000000;
  border-color: #000000;
  color: #ffffff;
}

.password-form__submit:hover, .password-form__submit:focus {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  color: #ffffff;
}

.password-form__title {
  width: 50% !important;
}

.password-page {
  margin: 20px 0 20px 0;
}

@media (width < 1200px) {
  .password-form__title {
    width: 100% !important;
  }
}
.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 24px;
  min-height: 60vh;
  text-align: center;
}

.error-page__code {
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  color: #e7e7e7;
  letter-spacing: -4px;
  margin-bottom: 16px;
  display: block;
}

.error-page__title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px;
}

.error-page__divider {
  width: 48px;
  height: 4px;
  background: #ffd800;
  margin-bottom: 20px;
}

.error-page__message {
  font-size: 14px;
  color: #888888;
  max-width: 400px;
  margin: 0 0 24px;
}

.error-page__btn {
  display: inline-block;
  padding: 10px 32px;
  background: #000000;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.error-page__btn:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.error-page__detail {
  margin-top: 24px;
  font-size: 12px;
  color: #888888;
  text-align: left;
  max-width: 600px;
  background: #f6f6f6;
  padding: 16px;
  border-radius: 4px;
}

.address__label, .step-title-row, .step-navigator button, .display-flex, .display-gray, .container-fields-row, .promo-carousel .slick-list,
.promo-carousel .slick-track, .history-header__menuToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.addressbook__item .addressbook__item_header, .addressbook__list, .login-partner-info__subtitle, .login-partner-info, .login-page, .step-header, .step-navigator, .display-flex-column, .container-flex-base, .container--fields-column-mobile-row-web, .promo-container, .container-how-your-data-is-used, .container-step-form, .container-step, .container-registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.display-flex-column {
  width: 100%;
}

.display-gray {
  background-color: #e7e7e7;
  min-height: 100vh;
  min-height: 100dvh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.display-border {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}

.display-border-bold {
  border: 1px solid #000000;
  border-radius: 8px;
}

.container-flex-base {
  padding: 12px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

@media (min-width: 768px) {
  .container-flex-base {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 100%;
  }
}
.custom-center-col {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 0;
}

@media (min-width: 768px) {
  .custom-center-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.container-fields-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.container--fields-column-mobile-row-web {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 768px) {
  .container--fields-column-mobile-row-web {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 768px) {
  .flex-mobile-row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media (max-width: 768px) {
  .flex-mobile-column > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.container-registration {
  padding: 12px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

@media (min-width: 768px) {
  .container-registration {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 500px;
  }
}
@media (max-width: 768px) {
  .container-registration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
  }
}
.container-registration-check {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .hero-step-image {
    width: 100vw;
    height: 100vh;
  }
}
.hero-first-step-image {
  background-image: url("../../images/background-register-first-step.webp");
}

.hero-second-step-image {
  background-image: url("../../images/background-register-second-step.webp");
}

.hero-third-step-image {
  background-image: url("../../images/background-register-third-step.webp");
}

.hero-fourth-step-image {
  background-image: url("../../images/background-register-fourth-step.webp");
}

.logo-registration {
  height: auto;
  width: auto;
}

.container-step {
  width: 100%;
  gap: 0px;
}

@media (min-width: 768px) {
  .container-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.container-step-form {
  width: 100%;
}

@media (min-width: 768px) {
  .container-step-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .item-step-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.password-rules p {
  font-size: 12px;
  color: #888888;
  font-weight: 400;
}

.password-rules p.valid {
  color: #00843b;
}

.form-control-password {
  position: relative;
}

.toggle-password .icon-eye-open,
.toggle-password .icon-eye-close {
  position: absolute;
  inset: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.toggle-password .icon-eye-open {
  display: none;
}

.toggle-password .icon-eye-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toggle-password.active .icon-eye-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toggle-password.active .icon-eye-close {
  display: none !important;
}

.input-wrapper {
  position: relative;
  width: 100%;
}

.input-wrapper .form-control {
  width: 100%;
  padding-right: 40px;
}

.container-registration .form-field-white .form-control {
  height: auto;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.container-registration .form-field-white .form-control:focus,
.container-registration .form-field-white .form-control.is-invalid,
.container-registration .form-field-white .form-control.is-invalid:focus {
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.container-registration .input-wrapper .form-control {
  padding-right: 40px !important;
}

.container-registration .form-field-white input:-webkit-autofill,
.container-registration .form-field-white input:-webkit-autofill:hover,
.container-registration .form-field-white input:-webkit-autofill:focus,
.container-registration .form-field-white input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: inherit !important;
  caret-color: inherit;
}

.toggle-password {
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 22px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

input[type=password]::-webkit-credentials-auto-fill-button,
input[type=password]::-webkit-strong-password-auto-fill-button,
input[type=password]::-webkit-caps-lock-indicator {
  display: none !important;
  width: 0 !important;
  pointer-events: none;
}

.step-progress {
  width: 100%;
}

.step-bar {
  width: 100%;
  max-width: 100%;
  height: 8px;
  background-color: #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.step-bar-fill {
  height: 100%;
  background-color: #000000;
  width: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.step-progress-label {
  margin-top: 0.1px;
  text-align: center;
  font-size: 14px;
  color: #888888;
  font-weight: 700;
}

.step-navigator {
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 12px 24px;
  width: 100%;
}

@media (min-width: 768px) {
  .step-navigator {
    max-width: 500px;
  }
}
.step-navigator button {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}

.step-title {
  font-size: 16px;
  font-weight: 700;
}

.step-icon-back {
  font-size: 11px;
  font-weight: 900;
  margin-right: 6px;
}

.step-header {
  gap: 8px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.step-title-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.address__label, .step-title-row, .step-navigator button, .display-flex, .display-gray, .container-fields-row, .promo-carousel .slick-list,
.promo-carousel .slick-track, .history-header__menuToggle, .account__menuToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.addressbook__item .addressbook__item_header, .addressbook__list, .login-partner-info__subtitle, .login-partner-info, .login-page, .step-header, .step-navigator, .display-flex-column, .container-flex-base, .container--fields-column-mobile-row-web, .promo-container, .container-how-your-data-is-used, .account__content_form_password, .account__content_forms, .account-page, .container-my-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.display-flex-column {
  width: 100%;
}

.display-gray {
  background-color: #e7e7e7;
  min-height: 100vh;
  min-height: 100dvh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.account__content_form_password, .account__content_form {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}

.display-border {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}

.display-border-bold {
  border: 1px solid #000000;
  border-radius: 8px;
}

.container-flex-base {
  padding: 12px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

@media (min-width: 768px) {
  .container-flex-base {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 100%;
  }
}
.custom-center-col {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 0;
}

@media (min-width: 768px) {
  .custom-center-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.container-fields-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.container--fields-column-mobile-row-web {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 768px) {
  .container--fields-column-mobile-row-web {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 768px) {
  .flex-mobile-row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media (max-width: 768px) {
  .flex-mobile-column > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.container-my-account {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

@media (min-width: 768px) {
  .container-my-account {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 100%;
  }
}
.account-page {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  min-height: 80vh;
  gap: 24px !important;
}

@media (min-width: 768px) {
  .account-page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 32px 0;
  }
}
.account__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}

.account__headerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.account__header_button-align {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.account__header_button-align button:nth-of-type(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .account__header_button-align {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .account__header_button-align button:nth-of-type(2) {
    width: auto;
  }
}
.account__menuToggle {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  gap: 2px;
  padding: 0;
}

.account__menuToggle h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.account__menuToggle p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.account__sidebar {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  position: fixed;
  left: -100%;
}

body.no-scroll {
  overflow: hidden;
}

.account__sidebar--open {
  left: 0;
}

@media (min-width: 768px) {
  .account__sidebar {
    position: relative;
    left: 0;
    width: 50%;
    height: auto;
    padding: 0;
    z-index: 1;
  }
  .account__sidebar--open {
    left: 0;
  }
  body.no-scroll {
    overflow: auto;
  }
}
.account__content {
  width: 100%;
  padding: 0;
}

.account__content_forms {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .account__content_forms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.account__content_form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.account__content_form_password {
  padding: 24px 16px;
}

.account__content_form_password form button,
.account__content_form_password form a {
  width: 100%;
}

@media (min-width: 768px) {
  .account__content_form_password {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
  }
}
#js-deleteAccount:hover {
  border-bottom: none;
}

.wishlist-grid-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
}

@media (min-width: 768px) {
  .wishlist-grid-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 32.33%;
            flex: 1 0 32.33%;
  }
}
.payment-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 12px;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  width: 100%;
}

.payment-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 16px;
  gap: 19px;
  background: #f6f6f6;
  border-radius: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.payment-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 19px 12px;
  width: 100%;
}

@media (min-width: 768px) {
  .payment-card-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
.payment-card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.payment-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

.payment-card-name {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.payment-card-detail {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
}

.payment-card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 768px) {
  .payment-card-actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.payment-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.payment-btn--delete {
  font-weight: 500;
}

.payment-btn--delete svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.size-text {
  font-size: 12px !important;
}

.wishlist-grid-padding {
  padding: 10px 5px;
}

.myAccount__menu__list {
  list-style: none;
  border-radius: 16px;
  padding: 0;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}

.myAccount__menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 16px;
  text-decoration: none;
  color: #000000;
}

.myAccount__menu__item a:hover {
  background: #e7e7e7;
}

.myAccount__menu__item.active {
  background-color: #000000;
}

.myAccount__menu__item.active a,
.myAccount__menu__item.active a * {
  color: #ffffff;
}

.myAccount__menu.addresses .myAccount__menu__item.addresses a {
  color: #000000;
}

.myAccount__menu.orders .myAccount__menu__item.orders a {
  color: #000000;
}

.myAccount__menu.payments .myAccount__menu__item.payments a {
  color: #000000;
}

.myAccount__menu.myfavorites .myAccount__menu__item.myFavorites a {
  color: #000000;
}

.login-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 24px;
  background-color: #000000;
}

@media (min-width: 768px) {
  .login-header-container {
    padding-inline: 100px;
  }
}
.login-header-col--left {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}

.login-header-col--right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 24px;
}

.login-header-col--left .navbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.login-header-col--left .search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.header-background {
  background-color: #000000;
  padding: 12px;
}

.addressbook__list {
  padding: 0;
  list-style: none;
}

.addressbook__item {
  padding: 12px;
  width: 100%;
}

.addressbook__item .addressbook__item_header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 2px;
}

.addressbook__item .addressbook__item_header .icon {
  width: 20px;
  height: 20px;
}

.addressbook__item .addressbook__item_header .icon i {
  font-size: 20px;
  color: #ffd800;
}

.addressbook__item .addressbook__item_header .text p {
  color: #000000;
}

.addressbook__item .addressbook__item_header .text p:first-child {
  text-transform: capitalize;
}

.addressbook__item .addressbook__item_header h3, .addressbook__item .addressbook__item_header p {
  font-size: 14px;
}

@media (min-width: 768px) {
  .addressbook__item .addressbook__item_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.addressbook__item .addressbook__item_header a:hover {
  color: #ffffff;
}

.address__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  margin-top: 8px;
}

.address__label p {
  font-size: 14px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.experience-component.experience-brw_assets-newsletter {
  width: 100%;
}

.newsletter-brw .footer_newsletter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.newsletter-brw .newsletter-error {
  font-size: 12px;
  color: #fef3f2;
  padding: 0;
  line-height: 1.4;
}
.newsletter-brw .newsletter__label_group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (width <= 768px) {
  .newsletter-brw .newsletter__label_group {
    max-width: 100%;
  }
}
.newsletter-brw .newsletter__label_group p {
  margin: 0;
  color: #000000;
  line-height: 1.3;
}
.newsletter-brw .newsletter__input_group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.newsletter-brw .footer_newsletter__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
@media (width <= 768px) {
  .newsletter-brw .footer_newsletter__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.newsletter-brw .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px;
  padding-bottom: 0;
  height: 52px;
  min-height: 52px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.newsletter-brw .form-group:focus-within {
  border-color: #ffd800;
}
.newsletter-brw .form-group.is-invalid {
  border-color: #b42318;
}
.newsletter-brw .form-control-label {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 4px;
  font-weight: 400;
  line-height: 1.2;
}
.newsletter-brw .form-control-label.footer_newsletter__exemple {
  color: #999;
}
.newsletter-brw .newsletter__input {
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 12px;
  color: #6d6d6d;
  line-height: 1.4;
  outline: none;
}
.newsletter-brw .newsletter__input::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
.newsletter-brw .newsletter__input::-moz-placeholder {
  color: #999;
  font-size: 12px;
}
.newsletter-brw .newsletter__input:-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}
.newsletter-brw .newsletter__input::-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}
.newsletter-brw .newsletter__input::placeholder {
  color: #999;
  font-size: 12px;
}
.newsletter-brw .invalid-feedback {
  display: none;
  font-size: 11px;
  color: #b42318;
  margin-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  line-height: 1.3;
}
.newsletter-brw .invalid-feedback:not(:empty) {
  display: block;
}
.newsletter-brw .form-check {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  gap: 5px;
  padding-left: 0 !important;
  margin-bottom: 0;
}
.newsletter-brw .form-check.is-invalid .form-check-label {
  color: #b42318 !important;
}
.newsletter-brw .form-check.is-invalid .form-check-label p {
  color: #b42318 !important;
  margin: 0;
}
.newsletter-brw .form-check.is-invalid .form-check-label a {
  color: #b42318 !important;
}
.newsletter-brw .form-check.is-invalid .form-check-input {
  border-color: #b42318 !important;
}
.newsletter-brw .form-check .form-check-input {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  margin-top: 3px !important;
  margin-left: 0 !important;
  border: 1px solid #000000 !important;
  border-radius: 2px !important;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: transparent !important;
  position: relative;
}
.newsletter-brw .form-check .form-check-input.is-invalid {
  border-color: #b42318 !important;
}
.newsletter-brw .form-check .form-check-input:checked {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.newsletter-brw .form-check .form-check-input:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.newsletter-brw .form-check .form-check-input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 1px solid #ffd800;
  outline-offset: 1px;
}
.newsletter-brw .form-check .form-check-label {
  font-size: 14px !important;
  color: #000000 !important;
  line-height: 1.5 !important;
  cursor: pointer;
  margin: 0 !important;
  padding-left: 0 !important;
  font-weight: 400;
}
.newsletter-brw .form-check .form-check-label p {
  margin: 0;
  display: inline;
  font-size: 14px;
  color: inherit;
}
.newsletter-brw .form-check .form-check-label a {
  color: #000000 !important;
  text-decoration: underline !important;
  font-weight: 400;
}
.newsletter-brw .form-check .form-check-label a:hover {
  color: #3d3d3d !important;
}
@media (width <= 768px) {
  .newsletter-brw .form-check .form-check-label {
    font-size: 12px !important;
  }
  .newsletter-brw .form-check .form-check-label p {
    font-size: 12px;
  }
}
.newsletter-brw .newsletter__optin {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.newsletter-brw .newsletter__success {
  padding: 60px 0;
  text-align: center;
}
.newsletter-brw .newsletter__success .container__success {
  max-width: 600px;
  margin: 0 auto;
}
.newsletter-brw .newsletter__success .main__success_message {
  margin-bottom: 16px;
}
.newsletter-brw .newsletter__success .main__success_message p {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin: 0;
}
.newsletter-brw .newsletter__success .subtitle__success_message p {
  font-size: 16px;
  color: #6d6d6d;
  margin: 0;
}
.newsletter-brw .btn-newsletter__btn {
  height: 64px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.carousel .icon-prev,
.carousel .icon-next {
  background-color: #ffffff;
  font-size: 16px;
  height: 0;
  padding-top: 0;
  width: 0;
  position: relative;
  top: -8px;
  left: -2px;
}
.carousel .icon-prev::before,
.carousel .icon-next::before {
  color: #000000;
  font-family: FontAwesome, sans-serif;
}
.carousel .icon-prev:hover,
.carousel .icon-next:hover {
  background-color: #ffd800;
}
.carousel .icon-prev::before {
  content: "\f104";
}
.carousel .icon-next::before {
  content: "\f105";
}
.carousel .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 3rem;
}
.carousel .carousel-control-next:focus,
.carousel .carousel-control-prev:focus {
  outline: auto #000000;
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
  color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid var(--skin-primary-color-1);
}

.card {
  margin-bottom: 1em;
}

.card-header h4 {
  margin-bottom: 0;
}

.modal .modal-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

dt {
  color: #4f4f4f;
  font-weight: normal;
}

.custom-control-label::before {
  color: #ffffff;
}

.custom-checkbox .custom-control-label::before {
  border: 1px solid #000000;
  background: #ffffff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #000000;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #000000;
  background: #ffffff;
}

.custom-control-input:focus {
  background-color: #ffffff;
}

.custom-control-input:active {
  background-color: #ffffff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label::before {
  border: 1px solid #000000;
  background: #d1d1d1;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#6d6d6d));
  background: linear-gradient(#d1d1d1, #6d6d6d);
}

.form-control.is-invalid {
  background-image: none;
}

.dropdown-toggle::after {
  display: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.breadcrumb-item a {
  color: #6c7379 !important;
  font-weight: 500;
}

.custom-select {
  height: 40px;
  padding: 0px 12px;
  font-size: 12px;
  color: #242628 !important;
}

.custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-check-input[type=radio],
.payment-check-input[type=radio] {
  width: 20px;
  height: 20px;
  border: 2px solid #ffd800;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-top: 6px;
}

.form-check-input[type=radio]:checked::before,
.payment-check-input[type=radio]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffd800;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.nav-tabs .nav-link.active {
  border-bottom: 0;
  background-color: #ffd800;
}

.navbar-toggler {
  color: #ffffff;
}

@media (max-width: 768px) {
  .navbar-toggler {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
    padding: 0;
  }
}
@media (min-width: 1365px) {
  .container {
    max-width: 1280px;
    padding: 0;
  }
}
.alert-success {
  background: #c9f6dd;
  border-color: #00843b;
  color: #00843b;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
  box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
  -webkit-text-fill-color: #242628 !important;
  caret-color: #242628;
}

.form-group:has(.form-control:focus) .form-control,
.form-group:has(.form-control:focus) .form-control-label {
  border: 0 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=radio] {
  accent-color: #ffd800;
}

.form-check .form-check-input:checked::after {
  top: 3px;
  left: 7px;
}

.alert-success {
  background: #c9f6dd;
  border: 1px solid #00843b;
  color: #00843b;
}

.alert-danger {
  font-size: 14px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.product {
  height: 100%;
}
.product .product-tile {
  max-height: 479px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product .tile-body {
  margin-top: auto;
}
.product .product-tile-header {
  height: 41px;
}

.product-tile .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin: 0;
}
.product-tile .rating-count {
  color: #888888;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.product-tile .divider-vertical {
  height: 8px;
  border-left: 1px solid #d1d1d1;
}
.product-tile .image-container {
  width: 100%;
}
.product-tile i.fa {
  font-size: 14px;
  color: #ffd800;
}
.product-tile i.fa.inactive {
  color: #b0b0b0;
}
.product-tile-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-tile .image-container {
  overflow: hidden;
}
.product-tile .image-container .tile-image-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.product-tile .image-container .tile-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.product-tile .image-container .tile-image--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-tile .image-container .tile-image-link:has(.tile-image--hover):hover .tile-image--primary {
  opacity: 0;
}
.product-tile .image-container .tile-image-link:has(.tile-image--hover):hover .tile-image--hover {
  opacity: 1;
}

.price-mobile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1365px) {
  .price-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.discounted-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.discounted-price .strike-through span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #b0b0b0;
  text-decoration: line-through;
  white-space: nowrap;
}
@media (max-width: 1365px) {
  .discounted-price {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .discounted-price {
    gap: 6px;
  }
}

.wishlist-page .product-tile-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 170px;
}

.login-footer {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-login-logo {
  width: 120px;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 16px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-container-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer-container-texts .content-asset:first-child {
  color: #ffffff;
  font-weight: 700;
}

.label-warning {
  line-height: 16px;
  font-size: 12px;
  color: #b0b0b0;
}

.brw-footer__accordion {
  width: 100%;
}
.brw-footer__item:not(:last-child) {
  border-bottom: 1px solid #000;
}
.brw-footer__item.is-open .brw-footer__content {
  max-height: 300px;
}
.brw-footer__item.is-open .brw-footer__icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.brw-footer__header {
  width: 100%;
  padding: 12px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.brw-footer__header span {
  font-size: 16px;
  font-weight: 700 !important;
  color: #fff;
}
.brw-footer__header:focus {
  outline: none;
}
.brw-footer__icon {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.brw-footer__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.brw-footer__list li {
  padding: 0px 12px;
  margin-bottom: 8px;
}
.brw-footer__list a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.brw-footer__list a:hover {
  text-decoration: underline;
}
@media (width >= 768px) {
  .brw-footer__accordion {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 36px;
  }
  .brw-footer__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 200px;
    border: none !important;
  }
  .brw-footer__content {
    max-height: 100% !important;
  }
  .brw-footer__icon {
    display: none;
  }
  .brw-footer__header {
    padding: 0 !important;
    margin-bottom: 8px;
    cursor: default;
  }
  .brw-footer__list li {
    padding: 0;
    margin-bottom: 8px;
  }
  .brw-footer .js-footer-contact-accordion {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .brw-footer .brw-footer__accordion.js-footer-accordion > .content-asset {
    width: 100%;
  }
}

.brw-footer__social {
  background: #000;
}
.brw-footer__social > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 0 !important;
}
@media (width <= 768px) {
  .brw-footer__social > div {
    padding: 0;
  }
}
.brw-footer__social > div a {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.brw-footer__social > div a:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media (width >= 768px) {
  .brw-footer__social > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (width >= 1024px) {
  .brw-footer__social .back-btn .floating-cta {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 20px;
    bottom: auto;
  }
  .brw-footer__social .back-btn .floating-cta .back-to-top {
    padding: 8px 16px;
    border-radius: 4px;
  }
  .brw-footer__social .back-btn .floating-cta .back-to-top .back-title {
    display: block;
  }
  .brw-footer__social .back-btn .floating-cta.is-over-copyright {
    bottom: none;
  }
}
.brw-footer__social .social__icons .content-asset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.brw-footer__top {
  background: #ffd700;
  padding: 2rem 0;
}
.brw-footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.brw-footer__brand img {
  max-width: 100%;
}
.brw-footer__brand p {
  color: #000;
  font-size: 12px;
  line-height: 1rem;
  font-weight: 400;
}
@media (width >= 768px) {
  .brw-footer__brand {
    max-width: 305px;
  }
}
.brw-footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  margin-bottom: 20px;
  padding-block: 0.75rem;
  gap: 10px;
  width: 100%;
  background: #fff !important;
  border-radius: 4px;
  border: 1px solid #fff !important;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.brw-footer__cta img {
  margin: 0 !important;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.brw-footer__cta > p {
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
}
.brw-footer__cta:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.brw-footer__middle {
  padding: 2rem 0;
  background: #000;
  color: #fff !important;
}
.brw-footer__middle .payment-item {
  display: grid;
  gap: 8px;
}
.brw-footer__middle .payment-item .payment-icons .content-asset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.brw-footer__middle .payment-item .payment-icons .content-asset img {
  height: auto;
  max-width: 32px !important;
}
.brw-footer__middle .payment-item h4,
.brw-footer__middle .payment-item p {
  color: #fff !important;
  font-size: 14px;
}
.brw-footer__middle .payment-item-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.brw-footer__middle .payment-item-icons img {
  height: auto;
  max-width: 32px !important;
}
@media (width >= 768px) {
  .brw-footer__middle {
    padding: 0;
  }
  .brw-footer__middle .middle-inner {
    gap: 1.5rem;
    justify-self: unset;
  }
  .brw-footer__middle .help-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 24px;
    width: 100%;
  }
}

.brw-footer__accordion.contact {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.brw-footer__accordion.contact .brw-footer__item:not(:last-child) {
  border-bottom: 1px solid #3d3d3d;
}
.brw-footer__accordion.contact .brw-footer__header {
  padding: 14px 0px;
}
.brw-footer__accordion.contact .brw-footer__header span {
  color: #fff !important;
}
.brw-footer__accordion.contact .brw-footer__icon {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.brw-footer__accordion.contact .brw-footer__list a {
  color: #fff;
}
@media (width >= 768px) {
  .brw-footer__accordion.contact {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .brw-footer__accordion.contact .brw-footer__item:last-child .brw-footer__header {
    display: none;
  }
  .brw-footer__accordion.contact .brw-footer__header {
    padding: 0px;
  }
  .brw-footer__accordion.contact .brw-footer__inner-contacts .contact-label {
    padding: 0;
  }
  .brw-footer__accordion.contact .brw-footer__inner-contacts .label-badge {
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 700 !important;
  }
}
@media (width >= 1280px) {
  .brw-footer__accordion.contact {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
.brw-footer__inner-contacts .contact-label {
  padding-bottom: 8px;
  font-size: 14px;
  color: #fff !important;
}
.brw-footer__list-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px !important;
}
.brw-footer__list-contacts .contact-badges {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 4px;
  padding-block: 0px;
  border-radius: 4px;
  background: #fff !important;
  margin: 0;
}
.brw-footer__list-contacts .contact-badges .badges-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brw-footer__list-contacts .contact-badges .badges-wrapper img {
  max-height: 40px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.brw-footer__list-contacts .contact-badges .badges-wrapper a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.brw-footer__list-contacts .email {
  padding: 0;
}
.brw-footer__list-contacts li.phone {
  padding: 0 12px;
}
.brw-footer__list-contacts li.phone:first-child {
  padding-left: 0;
  border-right: 1px solid #fff;
}
.brw-footer__list-contacts li.phone a {
  font-weight: 700;
}
.brw-footer__list-contacts li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.brw-footer__list-contacts li a.email-link {
  text-decoration: underline;
}
.brw-footer__list-contacts li a.email-link:hover {
  opacity: 0.8;
}
.brw-footer__list-contacts li a:hover {
  text-decoration: underline;
}

.brw-footer__freight {
  padding-block: 2rem;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #e5e7e8;
}
.brw-footer__freight p {
  font-size: 14px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 1.25rem;
}
.brw-footer__freight p strong {
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
  color: #000;
}
@media (width >= 768px) {
  .brw-footer__freight div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.alphabet-index {
  background: #fff;
  padding: 16px 0;
  border-top: 1px solid #e5e7e8;
}
.alphabet-index__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media (width >= 768px) {
  .alphabet-index__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.alphabet-index__label {
  font-weight: 700;
  font-size: 14px;
}
.alphabet-index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.alphabet-index__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.alphabet-index__link {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.alphabet-index__link:hover {
  opacity: 0.6;
}

.brw-footer__description {
  padding-block: 2rem;
  background: #e5e7e8;
}
.brw-footer__description p {
  font-size: 14px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 1.25rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.brw-footer__copyright {
  padding: 2rem 0;
  background: #000;
}
.brw-footer__copyright > div {
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 768px) {
  .brw-footer__copyright > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.brw-footer__copyright > div img {
  min-width: 88px;
  max-width: 88px;
  height: auto;
  margin-bottom: 16px;
}
.brw-footer__legal {
  font-size: 12px;
  line-height: 1.5;
}
.brw-footer__legal .disclaimer {
  font-weight: 400 !important;
  color: #b0b0b0 !important;
  margin-bottom: 0;
}
.brw-footer__legal > div {
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.floating-cta {
  position: fixed;
  right: 20px;
  bottom: 16px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floating-cta.is-over-copyright {
  bottom: 140px;
}
.floating-cta.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.floating-cta .back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.floating-cta .back-to-top .back-title {
  display: none;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
.floating-cta .back-to-top .back-to-top-icon {
  width: 24px;
}
.floating-cta .back-to-top:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media (width >= 1024px) {
  .floating-cta.is-visible {
    opacity: 0;
    visibility: hidden;
  }
  .floating-cta.is-over-copyright {
    bottom: none;
  }
}

.brw-footer {
  padding: 0;
  margin: 0;
}
.brw-footer__footer-inner {
  max-width: 460.25px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .brw-footer__footer-inner {
    max-width: 910px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (width >= 1280px) {
  .brw-footer__footer-inner {
    max-width: 1280px;
  }
}
.brw-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 544px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffffff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffffff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffffff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffffff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #000000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  background: #ffffff;
  border-radius: 50%;
  color: #000000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #ffffff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}
@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

label.color ~ a:hover {
  text-decoration: none;
}

.description-and-detail {
  margin-top: 2em;
}
@media (max-width: 543.98px) {
  .description-and-detail {
    margin-top: 0;
  }
  .description-and-detail .title {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: Dosis, sans-serif;
  }
  .description-and-detail > div:last-child {
    margin-bottom: 1em;
  }
}
@media (min-width: 544px) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}
@media (max-width: 543.98px) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .product-number-rating {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 544px) and (max-width: 767.98px) {
  .product-name {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #ffffff;
    margin-top: -1.875em; /* 30/16 */
    margin-right: -0.9375em; /* 15/16 */
    padding: 0.1875em; /* 3/16 */
  }
}

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}
@media (min-width: 544px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #000000;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-breadcrumb .breadcrumb {
    border-top: 1px solid #ccc;
  }
}

.price {
  font-size: 1.5rem;
}

.product-options {
  margin-top: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.primary-images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
  top: 0;
  overflow: visible !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  min-width: 358px;
  max-width: 831px !important;
}

.product-images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 831px;
  width: 100%;
  overflow: visible !important;
}
.product-images-container .thumbnails-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-images-container .thumbnail-nav {
  width: 32px;
  height: 32px;
  border-radius: 40px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px;
  outline: none;
}
.product-images-container .thumbnail-nav:hover {
  background-color: #f6f6f6;
}
.product-images-container .thumbnail-nav:active {
  background-color: #e7e7e7;
}
.product-images-container .thumbnail-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.product-images-container .thumbnail-nav:disabled:hover {
  background-color: #ffffff;
}
.product-images-container .thumbnail-nav svg {
  display: block;
  pointer-events: none;
}
.product-images-container .thumbnails-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
  max-height: 580px;
}
.product-images-container .thumbnails-container .thumbnail-item {
  width: 92px;
  height: 92px;
  padding: 12px 5px;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-images-container .thumbnails-container .thumbnail-item:hover {
  border-color: #b0b0b0;
}
.product-images-container .thumbnails-container .thumbnail-item.active {
  border: 1px solid #000000;
}
.product-images-container .thumbnails-container .thumbnail-item .thumbnail-image {
  width: 68px;
  height: 64px;
  max-width: 68px;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  display: block;
}
.product-images-container .main-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 12px;
  position: relative;
  width: 100%;
  max-width: 724px;
  height: 713px;
  background: #f6f6f6;
  border-radius: 8px;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-images-container .main-image-container .main-image-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  padding: 0;
}
.product-images-container .main-image-container .main-image-nav:hover {
  background-color: #f6f6f6;
}
.product-images-container .main-image-container .main-image-nav:active {
  background-color: #e7e7e7;
}
.product-images-container .main-image-container .main-image-nav svg {
  display: block;
  pointer-events: none;
}
.product-images-container .main-image-container .main-image-nav-prev {
  left: 16px;
}
.product-images-container .main-image-container .main-image-nav-next {
  right: 16px;
}
.product-images-container .main-image-container .main-image-item {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-images-container .main-image-container .main-image-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-images-container .main-image-container .main-image-item.is-zooming {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.product-images-container .main-image-container .main-image-item.is-zooming .main-image {
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
}
.product-images-container .main-image-container .main-image {
  width: 100%;
  height: 100%;
  max-width: 609px;
  max-height: 681px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
}
@media (width <= 767px) {
  .product-images-container .main-image-container {
    cursor: default;
  }
  .product-images-container .main-image-container .main-image-item.is-zooming .main-image {
    -webkit-transform: none;
            transform: none;
  }
}
@media (width <= 1400px) {
  .product-images-container .main-image-container {
    height: 670px;
  }
}
@media (width <= 1300px) {
  .product-images-container .main-image-container {
    height: 630px;
  }
}
@media (width <= 1199px) {
  .product-images-container .main-image-container {
    height: 571px;
  }
}
@media (width <= 1100px) {
  .product-images-container .main-image-container {
    height: 532px;
  }
}
@media (width <= 991px) {
  .product-images-container .main-image-container {
    height: 492px;
  }
}
@media (width <= 900px) {
  .product-images-container .main-image-container {
    height: 463px;
  }
}
@media (width <= 820px) {
  .product-images-container .main-image-container {
    height: 433px;
  }
}
@media (width <= 768px) {
  .product-images-container .main-image-container {
    height: 413px;
  }
}
@media (width <= 767px) {
  .product-images-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
  }
  .product-images-container .thumbnails-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 358px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-images-container .thumbnails-wrapper .thumbnail-nav-up {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-images-container .thumbnails-wrapper .thumbnail-nav-up svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .product-images-container .thumbnails-wrapper .thumbnails-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
    max-height: none;
    gap: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .product-images-container .thumbnails-wrapper .thumbnails-container .thumbnail-item {
    width: 60px;
    height: 60px;
  }
  .product-images-container .thumbnails-wrapper .thumbnails-container .thumbnail-item.active {
    border: 1px 1px 4px solid #000000;
  }
  .product-images-container .thumbnails-wrapper .thumbnails-container .thumbnail-item .thumbnail-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .product-images-container .thumbnails-wrapper .thumbnail-nav-down {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .product-images-container .thumbnails-wrapper .thumbnail-nav-down svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .product-images-container .main-image-container {
    max-width: 358px;
    width: 100%;
    height: 353px;
    aspect-ratio: auto;
    margin: 0 auto;
  }
  .product-images-container .main-image-container .main-image-item {
    width: 100%;
    height: 100%;
  }
  .product-images-container .main-image-container .main-image {
    width: 293px;
    height: 327px;
    max-width: 293px;
    max-height: 327px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (width <= 767px) {
  .product-images-container .pdp-breadcrumbs {
    font-size: 12px;
    line-height: 1rem;
    height: auto;
  }
  .product-images-container .pdp-breadcrumbs a {
    font-size: 12px;
    line-height: 1rem;
    color: #000000 !important;
  }
  .product-images-container .pdp-breadcrumbs a:link, .product-images-container .pdp-breadcrumbs a:visited, .product-images-container .pdp-breadcrumbs a:hover, .product-images-container .pdp-breadcrumbs a:active, .product-images-container .pdp-breadcrumbs a:focus {
    color: #000000 !important;
  }
  .product-images-container .pdp-breadcrumbs span {
    font-size: 12px;
    line-height: 1rem;
    color: #000000 !important;
  }
  .product-images-container .pdp-breadcrumbs a::after {
    width: 5px;
    height: 8px;
  }
}

@media (width <= 1199px) {
  .product-detail.product-wrapper > .row .primary-images {
    max-width: calc(100% - 395px);
    min-width: 280px;
  }
}
@media (width <= 991px) {
  .product-detail.product-wrapper > .row .primary-images {
    max-width: calc(100% - 355px);
    min-width: 260px;
  }
}
@media (width <= 767px) {
  .product-detail.product-wrapper > .row .primary-images {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
  }
}
.product-info-wrapper {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 416px !important;
          flex: 0 0 416px !important;
  min-width: 358px;
  max-width: 724px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  overflow: visible;
  padding-left: 30px;
}
.product-info-wrapper .attributes,
.product-info-wrapper .product-breadcrumb,
.product-info-wrapper .product-name,
.product-info-wrapper .product-number-rating {
  display: none !important;
}
.product-info-wrapper .attributes {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.product-info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  position: relative;
}
.product-info-section .product-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2rem;
  color: #000000;
}
.product-info-section .product-category {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #888888;
}
.product-info-section .product-rating-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.product-info-section .product-rating-section .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-info-section .product-rating-section .rating-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1rem;
  color: #888888;
  text-decoration: underline;
  white-space: nowrap;
}

.product-price-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  width: 416px;
}
.product-price-section .price-off-green {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #356B00;
}
.product-price-section .price-row--pix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  height: 24px;
}
.product-price-section .price-row--pix .price-pix {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5rem;
  color: #000000;
  white-space: nowrap;
}
.product-price-section .price-row--installment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 24px;
}
.product-price-section .price-row--installment .price-installment-total {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5rem;
  color: #000000;
  white-space: nowrap;
}
.product-price-section .price-row--installment .price-original {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  text-decoration: line-through;
  color: #b0b0b0;
  white-space: nowrap;
}
.product-price-section .price-installments {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #6d6d6d;
}
.product-price-section .price-coupon-message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 416px;
  border-top: 1px solid #e7e7e7;
  padding-top: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #356B00;
}

.color-selection-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 28px;
  gap: 8px;
  width: 416px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
}
.color-selection-section .color-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
}
.color-selection-section .color-label .label-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
}
.color-selection-section .color-carousel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 416px;
  height: 80px;
}
.color-selection-section .color-carousel-wrapper .color-nav {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.color-selection-section .color-carousel-wrapper .color-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 368px;
  height: 80px;
  overflow: hidden;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F6F6F6;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option.selected {
  border-color: #000000;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option.disabled, .color-selection-section .color-carousel-wrapper .color-carousel .color-option:disabled {
  cursor: not-allowed;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option.disabled .color-swatch-image, .color-selection-section .color-carousel-wrapper .color-carousel .color-option:disabled .color-swatch-image {
  opacity: 0.4;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option.disabled::after, .color-selection-section .color-carousel-wrapper .color-carousel .color-option:disabled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 145%;
  height: 2px;
  background-color: #d1d1d1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
  z-index: 2;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option:hover:not(.disabled, .selected):not(:disabled) {
  border-color: #b0b0b0;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option .color-swatch-image {
  width: 68px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
}

.product-unavailable-message {
  font-weight: 700;
}

.size-selection-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 28px;
  gap: 8px;
  width: 416px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
}
.size-selection-section .size-label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin: 0;
}
.size-selection-section .size-options-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.size-selection-section .size-options-grid .size-option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 12px 16px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  background-color: #ffffff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.size-selection-section .size-options-grid .size-option.selected {
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.size-selection-section .size-options-grid .size-option.disabled, .size-selection-section .size-options-grid .size-option:disabled {
  background-color: #F6F6F6;
  border-color: #E7E7E7;
  color: #888888;
  cursor: not-allowed;
}
.size-selection-section .size-options-grid .size-option.disabled::after, .size-selection-section .size-options-grid .size-option:disabled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170%;
  height: 2px;
  background-color: #d1d1d1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
}
.size-selection-section .size-options-grid .size-option.disabled:hover, .size-selection-section .size-options-grid .size-option:disabled:hover {
  background-color: #E7E7E7;
}
.size-selection-section .size-options-grid .size-option:hover:not(.disabled, .selected):not(:disabled) {
  border-color: #000000;
}
.size-selection-section .size-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.size-selection-section .size-links .size-guide-link,
.size-selection-section .size-links .size-discover-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1rem;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
.size-selection-section .size-links .size-guide-link svg,
.size-selection-section .size-links .size-discover-link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.size-selection-section .size-links .size-guide-link svg path,
.size-selection-section .size-links .size-discover-link svg path {
  fill: #ffd800;
}
.size-selection-section .size-links .size-guide-link:link, .size-selection-section .size-links .size-guide-link:visited,
.size-selection-section .size-links .size-discover-link:link,
.size-selection-section .size-links .size-discover-link:visited {
  color: #000000 !important;
}
.size-selection-section .size-links .size-guide-link:hover,
.size-selection-section .size-links .size-discover-link:hover {
  color: #000000 !important;
  text-decoration: underline;
}
.size-selection-section .size-links .size-guide-link:active,
.size-selection-section .size-links .size-discover-link:active {
  color: #000000 !important;
}
.size-selection-section .size-links .size-guide-link {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.size-selection-section .size-links .size-links-divider {
  width: 1px;
  height: 12px;
  background: #D9D9D9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body.size-guide-open {
  overflow: hidden;
}

.size-guide-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.size-guide-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.size-guide-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.size-guide-modal__container {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 8px;
  width: 90%;
  max-width: 720px;
  max-height: 90vh;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.size-guide-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #e7e7e7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.size-guide-modal__title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5rem;
  color: #000000;
}
.size-guide-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.size-guide-modal__close:hover {
  color: #6d6d6d;
}
.size-guide-modal__body {
  padding: 24px;
  position: relative;
}
.size-guide-modal__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.size-guide-modal.is-loading .size-guide-modal__body {
  min-height: 200px;
}
.size-guide-modal.is-loading .size-guide-modal__body img {
  opacity: 0;
}
.size-guide-modal.is-loading .size-guide-modal__body::after {
  content: "";
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 32px;
  height: 32px;
  border: 3px solid #e7e7e7;
  border-top-color: #ffd800;
  border-radius: 50%;
  -webkit-animation: size-guide-spin 0.7s linear infinite;
          animation: size-guide-spin 0.7s linear infinite;
}
@-webkit-keyframes size-guide-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes size-guide-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.size-guide-modal__empty {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #6d6d6d;
  text-align: center;
  margin: 0;
}
@media (width <= 767px) {
  .size-guide-modal {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .size-guide-modal__container {
    width: 100%;
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px 8px 0 0;
  }
}

.section-divider {
  width: 416px;
  height: 1px;
  background: #e7e7e7;
}

.action-buttons-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 416px;
  height: 44px;
}
.action-buttons-section .quantity-controls {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 92px;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 8px;
  background: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.action-buttons-section .quantity-controls.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.action-buttons-section .quantity-controls .quantity-btn {
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.action-buttons-section .quantity-controls .quantity-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.action-buttons-section .quantity-controls .quantity-value {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  text-align: center;
  min-width: 20px;
}
.action-buttons-section .btn-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 250px;
  height: 44px;
  background: #ffd800;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.action-buttons-section .btn-add-to-cart:hover {
  background-color: rgb(229.5, 194.4, 0);
}
.action-buttons-section .btn-add-to-cart:active {
  background-color: rgb(204, 172.8, 0);
}
.action-buttons-section .btn-favorite {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  gap: 12px;
  width: 48px;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.action-buttons-section .btn-favorite:hover {
  background-color: #f6f6f6;
}
.action-buttons-section .btn-favorite.is-active .heart-outline {
  display: none;
}
.action-buttons-section .btn-favorite.is-active .heart-filled {
  display: block !important;
}
.action-buttons-section .btn-favorite svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pdp-breadcrumbs a,
.product-breadcrumb a {
  color: #000000 !important;
}

.pdp-breadcrumbs {
  font-size: 12px !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
  color: #000000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 24px auto;
  padding: 0;
  width: 100%;
}
.pdp-breadcrumbs a {
  color: #000000 !important;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 12px !important;
  font-weight: 500 !important;
}
.pdp-breadcrumbs a:hover {
  text-decoration: underline !important;
}
.pdp-breadcrumbs a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 6px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L1 9" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.pdp-breadcrumbs span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

@media (width <= 1199px) {
  .product-info-wrapper {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 380px !important;
            flex: 0 0 380px !important;
    max-width: 380px !important;
  }
}
@media (width <= 991px) {
  .product-info-wrapper {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 340px !important;
            flex: 0 0 340px !important;
    max-width: 340px !important;
  }
}
@media (width <= 767px) {
  .product-info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
  }
  .product-tags .tag-launch {
    background: #000000;
  }
  .product-info-section {
    width: 100%;
    margin-left: -20px !important;
  }
  .product-info-section .product-tags .tag-launch {
    background: #000000;
  }
  .product-price-section,
  .color-selection-section,
  .color-selection-section .color-carousel-wrapper,
  .size-selection-section,
  .section-divider,
  .action-buttons-section {
    width: 100%;
  }
  .price-coupon-message {
    width: 100%;
  }
  .action-buttons-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .action-buttons-section .quantity-controls {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .action-buttons-section .btn-add-to-cart {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    background: #ffd800;
  }
  .action-buttons-section .btn-add-to-cart:hover, .action-buttons-section .btn-add-to-cart:active {
    background-color: #ffd800;
  }
  .size-links .size-guide-link svg path,
  .size-links .size-discover-link svg path {
    fill: #3d3d3d;
  }
}
.size-alert-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 12px 16px;
  border: 1.5px solid #b42318;
  border-radius: 4px;
  margin-bottom: 16px;
  color: #b42318;
}
.size-alert-banner--hidden {
  display: none;
}
.size-alert-banner .size-alert-title {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: inherit;
}
.size-alert-banner .size-alert-message {
  margin: 0;
  font-size: 13px;
  font-family: inherit;
  line-height: 1.5;
}

.action-buttons-section {
  width: 416px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
.action-buttons-section .quantity-controls {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 92px;
  min-width: 92px;
  max-width: 92px;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, border-color 0.3s ease;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}
.action-buttons-section .quantity-controls.disabled {
  opacity: 0.4;
  border-color: #b0b0b0;
  cursor: not-allowed;
  pointer-events: none;
}
.action-buttons-section .quantity-controls.disabled .quantity-btn {
  cursor: not-allowed;
}
.action-buttons-section .quantity-controls.disabled .quantity-input {
  color: #b0b0b0;
}
.action-buttons-section .quantity-controls .quantity-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 12px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.action-buttons-section .quantity-controls .quantity-btn:hover:not(:disabled) {
  background-color: #f6f6f6;
}
.action-buttons-section .quantity-controls .quantity-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.action-buttons-section .quantity-controls .quantity-btn svg {
  width: 16px;
  height: 16px;
}
.action-buttons-section .quantity-controls .quantity-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: auto;
  height: 20px;
  text-align: center;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  background: #ffffff;
}
.action-buttons-section .quantity-controls .quantity-input::-webkit-outer-spin-button, .action-buttons-section .quantity-controls .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.action-buttons-section .quantity-controls .quantity-input:focus {
  outline: none;
}
.action-buttons-section .btn-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 250px;
  height: 44px;
  background: #000000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.action-buttons-section .btn-add-to-cart:hover:not(:disabled) {
  background-color: #3d3d3d;
}
.action-buttons-section .btn-add-to-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.action-buttons-section .btn-favorite {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  gap: 12px;
  width: 48px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.action-buttons-section .btn-favorite i {
  font-size: 20px;
  color: #000000;
}
.action-buttons-section .btn-favorite .favorite-text {
  display: none;
}
.action-buttons-section .btn-favorite:hover {
  background-color: #f6f6f6;
}
.action-buttons-section .btn-favorite.active {
  background-color: #000000;
}
.action-buttons-section .btn-favorite.active i {
  color: #ffffff;
}

@media (width <= 767px) {
  .product-price-section {
    width: 100% !important;
  }
  .product-price-section .price-coupon-message {
    width: 100% !important;
    height: auto;
    min-height: 52px;
  }
  .product-info-section {
    width: 100% !important;
  }
  .action-buttons-section {
    width: 100% !important;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .action-buttons-section .quantity-controls {
    width: 92px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .action-buttons-section .btn-add-to-cart {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .action-buttons-section .btn-favorite {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 12px;
    height: 44px;
  }
  .action-buttons-section .btn-favorite .favorite-text {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25rem;
    color: #000000;
  }
  .action-buttons-section .btn-favorite.active .favorite-text {
    color: #ffffff;
  }
}
.description-and-details {
  margin-top: 24px;
  max-width: 832px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detail-section {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0;
  width: 832px;
  max-width: 100%;
}

.detail-toggle {
  width: 832px;
  max-width: 100%;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail-toggle:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.detail-toggle:focus {
  outline: none;
}

.detail-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25rem;
  color: #000000;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.arrow-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.arrow-icon.arrow-right {
  display: block;
}
.arrow-icon.arrow-down {
  display: none;
}

.detail-toggle[aria-expanded=true] .arrow-icon.arrow-right {
  display: none;
}
.detail-toggle[aria-expanded=true] .arrow-icon.arrow-down {
  display: block !important;
}

.detail-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.detail-content.expanded {
  max-height: 2000px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding-bottom: 16px;
  -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.description-text,
.details-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #4f4f4f;
  margin: 0;
  padding-top: 8px;
}

.product-attributes {
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 20px;
  list-style: disc;
}

.attribute-item {
  display: list-item;
  padding: 8px 0;
  border-bottom: 1px solid #f6f6f6;
}
.attribute-item:last-child {
  border-bottom: none;
}

.attribute-label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  min-width: 100px;
  margin-right: 4px;
}

.attribute-value {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #4f4f4f;
}

.product-reviews {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 12px;
}

.review-item {
  padding: 12px 0;
  border-bottom: 1px solid #d1d1d1;
}
.review-item:last-child {
  border-bottom: none;
}

.review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-bottom: 4px;
}
.review-stars .star-icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.review-author {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin-bottom: 4px;
}

.review-comment {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #4f4f4f;
  margin: 0;
}

.review-empty {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #4f4f4f;
  margin: 0;
  padding-top: 8px;
}

@media (width <= 543px) {
  .description-and-details {
    padding: 0;
  }
  .detail-section {
    width: 100%;
  }
  .detail-toggle {
    width: 100%;
    height: 56px;
    padding: 0 16px;
  }
}
.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.rating-stars .star-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.rating-stars .star-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.rating-stars .star-icon.star-filled path {
  fill: #FFD800;
}
.rating-stars .star-icon.star-empty path {
  fill: #b0b0b0;
}
.rating-stars.rating-stars-sm .star-icon {
  width: 12px;
  height: 12px;
}
.rating-stars.rating-stars-lg .star-icon {
  width: 20px;
  height: 20px;
}
.rating-stars.rating-stars-xl .star-icon {
  width: 24px;
  height: 24px;
}

.rating-text {
  white-space: nowrap;
}

.shipping-calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  margin-left: 9px;
  padding: 0;
  gap: 12px;
  width: 416px;
  min-height: 100px;
}

.shipping-calculator-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 12px;
  width: 108px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.shipping-title {
  width: 108px;
  height: 20px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin: 0;
}

.shipping-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 416px;
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.shipping-input-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 327px;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 4px 0 0 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.shipping-input-container.error {
  border-color: #b42318;
}

.shipping-input {
  width: 100%;
  height: 20px;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.shipping-input::-webkit-input-placeholder {
  color: #000000;
}
.shipping-input::-moz-placeholder {
  color: #000000;
}
.shipping-input:-ms-input-placeholder {
  color: #000000;
}
.shipping-input::-ms-input-placeholder {
  color: #000000;
}
.shipping-input::placeholder {
  color: #000000;
}

.shipping-calculate-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 89px;
  height: 44px;
  background: #000000;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #ffffff;
}
.shipping-calculate-btn:hover {
  background: #3d3d3d;
}
.shipping-calculate-btn:active {
  background: #000000;
}

.shipping-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 4px;
  width: auto;
  height: 16px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.shipping-help-link {
  width: auto;
  height: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1rem;
  text-decoration-line: underline;
  color: #000000 !important;
  white-space: nowrap;
}
.shipping-help-link:link, .shipping-help-link:visited {
  color: #000000 !important;
}
.shipping-help-link:hover {
  color: #3d3d3d !important;
}
.shipping-help-link:active {
  color: #000000 !important;
}

.shipping-error-message {
  display: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1rem;
  color: #b42318;
  margin-top: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.shipping-error-message.active {
  display: block;
}

.shipping-results {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 416px;
  gap: 8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.shipping-results p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin: 0;
}
.shipping-results.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 768px) {
  .shipping-calculator {
    width: auto;
    gap: 12px;
  }
  .shipping-results {
    width: auto;
    gap: 12px;
  }
  .shipping-input-wrapper {
    width: auto;
  }
  .shipping-input-container {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 8px 0 0 8px;
    border-right: none;
  }
  .shipping-calculate-btn {
    width: auto;
    border-left: none;
  }
  .shipping-link-wrapper {
    height: 16px;
    border-radius: 8px;
  }
}
.share-component {
  width: 100%;
  height: 58px;
  margin: 32px 0 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 24px;
  gap: 24px;
  width: 100%;
  height: 58px;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share-text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.share-text-desktop {
  display: inline;
}

.share-text-mobile {
  display: none;
}

.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 24px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.share-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 4px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.share-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 4px;
  height: 16px;
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.share-button:hover {
  opacity: 0.7;
}
.share-button:active {
  opacity: 0.5;
}
.share-button.copied .button-text::after {
  content: " ✓";
  color: #00843b;
}
.share-button .button-text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.share-icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

@media (width <= 767px) {
  .share-component {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .share-container {
    padding: 16px;
    gap: 42px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .share-text {
    font-size: 11px;
    white-space: nowrap;
  }
  .share-text-desktop {
    display: none;
  }
  .share-text-mobile {
    display: inline;
  }
  .share-buttons {
    gap: 42px;
  }
  .share-button .button-text {
    font-size: 11px;
  }
}
.fbt-section {
  width: 100%;
  position: relative;
  left: unset;
  right: unset;
  margin-left: unset;
  margin-right: unset;
  margin-top: 20px;
  height: 451px;
  background-color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fbt-container {
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (width >= 992px) and (width < 1200px) {
  .fbt-container {
    max-width: 940px;
  }
}
@media (width >= 769px) and (width < 992px) {
  .fbt-container {
    max-width: 720px;
  }
}
@media (width <= 768px) {
  .fbt-container {
    max-width: 100%;
  }
}

.fbt-title {
  width: 100%;
  max-width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2rem;
  color: #ffffff;
  margin: 0 0 12px;
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.fbt-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
}

.fbt-card {
  width: 246px;
  min-height: 339px;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fbt-card__image {
  width: 214px;
  height: 199px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.fbt-card__name {
  width: 214px;
  height: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin: 8px 0 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fbt-card__description {
  width: 214px;
  height: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1rem;
  color: #6d6d6d;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fbt-card__checkbox-label {
  position: absolute;
  top: 12px;
  left: 12px;
  cursor: pointer;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fbt-card__checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #000000;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.fbt-card__checkbox:checked {
  background-color: #000000;
  border-color: #000000;
}
.fbt-card__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2 7L5.5 10.5L12 3.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.fbt-card__checkbox:not(:checked):hover {
  border-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
}

.fbt-separator {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fbt-separator--equal {
  margin-left: 20px;
  margin-right: 20px;
}

.fbt-cta {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 250px;
}
.fbt-cta__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2rem;
  color: #ffffff;
  margin: 0 0 8px;
  white-space: normal;
}
.fbt-cta__title .fbt-product-count {
  color: #ffffff;
}
.fbt-cta__price {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5rem;
  color: #ffffff;
  margin: 0 0 4px;
}
.fbt-cta__price .fbt-total-price {
  color: #ffffff;
}
.fbt-cta__installments {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #b0b0b0;
  margin: 0 0 16px;
  white-space: normal;
}
.fbt-cta__installments .fbt-installments-text {
  color: #b0b0b0;
}
.fbt-cta__btn {
  width: 100%;
  min-width: 247.6px;
  height: 52px;
  background-color: #ffe70d;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fbt-cta__btn:hover {
  background-color: rgb(242.5, 218.4504132231, 0);
}
.fbt-cta__btn:active {
  background-color: rgb(217, 195.479338843, 0);
}
.fbt-cta__btn-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25rem;
  color: #000000;
  text-align: center;
  white-space: nowrap;
}

@media (width < 1200px) {
  .fbt-section {
    height: auto;
    padding: 20px 0;
  }
  .fbt-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 12px;
  }
  .fbt-card {
    width: 100%;
    max-width: 358px;
  }
  .fbt-separator {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .fbt-cta {
    width: 100%;
    max-width: 358px;
    margin-left: 0;
    margin-top: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fbt-cta__btn {
    width: 100%;
    min-width: unset;
  }
}
.product-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 26px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 12px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  gap: 8px;
  height: 32px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item .tag-text {
  height: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
  white-space: nowrap;
}
.product-tags .tag-launch {
  height: 32px;
  padding: 8px;
  background: #000000;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.product-tags .tag-launch .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #ffffff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}
.product-tags .tag-separator {
  width: 8px;
  height: 0;
  border: 1px solid #d1d1d1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon {
  height: 16px;
  padding: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.product-tags .tag-coupon .coupon-icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #888888;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}

.product-shelf {
  width: 100%;
  position: initial;
  margin-left: 0;
  margin-right: 0;
  background-color: #ffffff;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0;
}
.product-shelf__container {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (width >= 992px) and (width < 1200px) {
  .product-shelf__container {
    max-width: 940px;
    padding: 0 40px;
  }
}
@media (width >= 768px1) and (width < 992px) {
  .product-shelf__container {
    max-width: 720px;
    padding: 0 24px;
  }
}
@media (width <= 768px) {
  .product-shelf__container {
    max-width: 100%;
    padding: 0 16px;
  }
}
.product-shelf__title {
  width: 100%;
  margin: 0 0 24px;
}
.product-shelf__title h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2rem;
  color: #000000;
  margin: 0;
}
.product-shelf__grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}
.product-shelf__grid::-webkit-scrollbar {
  display: none;
}
.product-shelf__card {
  width: 308px;
  min-height: 526px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ffffff;
  border-radius: 4px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.product-shelf__card:hover {
  background: #ffffff;
  border: 1px solid;
}
.product-shelf__card:hover .product-shelf__card-image-wrapper {
  background: #ffffff;
}
.product-shelf__card:hover .shelf-detail-toggle,
.product-shelf__card:hover .shelf-detail-content {
  background: #ffffff;
}
.product-shelf__card:hover .product-tags .tag-launch {
  background: #000000;
}
.product-shelf__card:hover .product-tags .tag-launch .tag-text {
  color: #ffffff;
}
.product-shelf__card:hover .btn-favorite svg path {
  fill: #000000;
}
.product-shelf__card-top {
  width: 284px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-shelf__card-top .card-tag-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.product-shelf__card-top .product-tags {
  margin-top: 8px;
}
.product-shelf__card-top .product-tags .tags-container {
  gap: 8px !important;
  border-radius: 4px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .product-shelf__card-top .product-tags .tags-container {
    background-color: transparent;
  }
}
.product-shelf__card-top .product-tags .tag-launch {
  background: transparent;
}
.product-shelf__card-top .product-tags .tag-launch .tag-text {
  color: #ffffff;
}
@media (min-width: 768px) {
  .product-shelf__card-top .product-tags .tag-launch .tag-text {
    color: #000000;
  }
}
.product-shelf__card-top .btn-favorite {
  width: 24px;
  height: 24px;
  min-width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-shelf__card-top .btn-favorite.active svg path {
  fill: #000000;
}
.product-shelf__card-image-wrapper {
  width: 284px;
  height: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
}
.product-shelf__card-image-wrapper .product-shelf__image {
  width: 264px;
  height: 245px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.product-shelf__card-image-wrapper .product-shelf__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-shelf__card-image-wrapper .product-shelf__image-link {
  position: relative;
  width: 264px;
  height: 245px;
  display: block;
}
.product-shelf__card-image-wrapper .product-shelf__image-link:hover .product-shelf__image--primary {
  opacity: 1;
}
.product-shelf__card-image-wrapper .product-shelf__image-link:hover .product-shelf__image--hover {
  opacity: 1;
}
.product-shelf__card-image-wrapper .product-shelf__image-link:has(.product-shelf__image--hover):hover .product-shelf__image--primary {
  opacity: 0;
}
.product-shelf__card-info {
  width: 284px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-top: 0;
}
.product-shelf__reviews {
  width: 284px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-top: 8px;
}
.product-shelf__product-name {
  width: 284px;
  min-height: 40px;
  height: auto;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: horizontal;
}
.product-shelf__product-name a {
  color: #000000 !important;
  text-decoration: none;
  font-weight: 700 !important;
  font-family: "Inter", sans-serif !important;
}
.product-shelf__product-name a:hover, .product-shelf__product-name a:focus, .product-shelf__product-name a:visited {
  color: #000000 !important;
}
.product-shelf__price-block {
  width: 284px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.product-shelf__price-block .price-row {
  width: 284px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.product-shelf__price-block .price-row .price-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-shelf__price-block .price-row .price-pix {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25rem;
  color: #000000;
  white-space: nowrap;
}
.product-shelf__price-block .price-row .price-original {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #b0b0b0;
  text-decoration: line-through;
  white-space: nowrap;
}
.product-shelf__price-block .price-row .discount-badge {
  width: 44px;
  height: 24px;
  background: #000000;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2px;
  padding: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-shelf__price-block .price-row .discount-badge .discount-percent {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
  color: #ffffff;
}
.product-shelf__price-block .price-installments {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #6d6d6d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-shelf__card-buttons {
  width: 284px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.product-shelf__card-buttons .shelf-detail-summary__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6D6D6D;
}
.product-shelf .shelf-detail-section {
  width: 284px;
  border-bottom: none;
}
.product-shelf .shelf-detail-toggle {
  width: 284px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  background: #f6f6f6;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.product-shelf .shelf-detail-toggle:hover {
  background-color: #e7e7e7;
}
.product-shelf .shelf-detail-toggle:focus {
  outline: none;
}
.product-shelf .shelf-detail-toggle .arrow-icon.arrow-right {
  display: block;
}
.product-shelf .shelf-detail-toggle .arrow-icon.arrow-down {
  display: none;
}
.product-shelf .shelf-detail-toggle[aria-expanded=true] {
  border-radius: 4px 4px 0 0;
}
.product-shelf .shelf-detail-toggle[aria-expanded=true] .arrow-icon.arrow-right {
  display: none;
}
.product-shelf .shelf-detail-toggle[aria-expanded=true] .arrow-icon.arrow-down {
  display: block;
}
.product-shelf .shelf-detail-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.product-shelf .shelf-detail-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  background: #f6f6f6;
  border-radius: 0 0 4px 4px;
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-shelf .shelf-detail-content.expanded {
  max-height: 500px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 0 12px 12px;
}
@media (width <= 768px-1) {
  .product-shelf {
    padding: 16px 0;
  }
  .product-shelf__grid {
    gap: 12px;
    padding: 0 16px;
  }
  .product-shelf__card:active .product-tags .tag-launch {
    background: #000000;
  }
  .product-shelf__card:active .product-tags .tag-launch .tag-text {
    color: #ffffff;
  }
  .product-shelf__card:active .btn-favorite svg path {
    fill: #000000;
  }
}
@media (max-width: 768px) {
  .product-shelf__card-top, .product-shelf__card-image-wrapper, .product-shelf__card-info, .product-shelf__reviews, .product-shelf__product-name, .product-shelf__price-block, .product-shelf__card-buttons,
  .product-shelf .shelf-detail-section,
  .product-shelf .shelf-detail-toggle {
    width: 259px;
  }
  .product-shelf__price-block .price-row {
    width: 259px;
  }
}

.product-shelf-plp .product-shelf {
  position: initial;
  margin-left: 0;
  margin-right: 0;
}
.product-shelf-plp .product-shelf__container {
  padding: 0;
}
.product-shelf-plp .col-12 {
  padding: 0 !important;
}

.product-shelf__grid {
  width: 100%;
}
.product-shelf__grid--static {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  overflow: visible;
}
.product-shelf__grid--static .product-shelf__card {
  width: 100%;
  min-width: 0;
}
.product-shelf__grid--static {
  /*
   * Os elementos internos atualmente possuem largura fixa de 284px.
   * Aqui eles passam a respeitar a largura da coluna.
   */
}
.product-shelf__grid--static .product-shelf__card-top,
.product-shelf__grid--static .product-shelf__card-image-wrapper,
.product-shelf__grid--static .product-shelf__card-info,
.product-shelf__grid--static .product-shelf__reviews,
.product-shelf__grid--static .product-shelf__product-name,
.product-shelf__grid--static .product-shelf__price-block,
.product-shelf__grid--static .product-shelf__card-buttons,
.product-shelf__grid--static .shelf-detail-section,
.product-shelf__grid--static .shelf-detail-toggle {
  width: 100%;
}
.product-shelf__grid--static .product-shelf__price-block .price-row {
  width: 100%;
}
@media (width < 1024px) and (width >= 768px) {
  .product-shelf__grid--static {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width < 768px) {
  .product-shelf__grid--static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    gap: 12px;
    overflow-x: auto;
    padding: 0 16px;
    scrollbar-width: none;
  }
  .product-shelf__grid--static::-webkit-scrollbar {
    display: none;
  }
  .product-shelf__grid--static .product-shelf__card {
    width: 259px;
    min-width: 259px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.product-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 26px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 12px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  gap: 8px;
  height: 32px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item .tag-text {
  height: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
  white-space: nowrap;
}
.product-tags .tag-launch {
  height: 32px;
  padding: 8px;
  background: #000000;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.product-tags .tag-launch .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #ffffff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}
.product-tags .tag-separator {
  width: 8px;
  height: 0;
  border: 1px solid #d1d1d1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon {
  height: 16px;
  padding: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.product-tags .tag-coupon .coupon-icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #888888;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}

.pdp-breadcrumbs a,
.product-breadcrumb a {
  color: #000000 !important;
}
.pdp-breadcrumbs a:link, .pdp-breadcrumbs a:visited, .pdp-breadcrumbs a:hover, .pdp-breadcrumbs a:active, .pdp-breadcrumbs a:focus,
.product-breadcrumb a:link,
.product-breadcrumb a:visited,
.product-breadcrumb a:hover,
.product-breadcrumb a:active,
.product-breadcrumb a:focus {
  color: #000000 !important;
}

.pdp-breadcrumbs {
  font-size: 12px !important;
  line-height: 1rem !important;
  height: auto;
  font-weight: 400 !important;
  color: #000000 !important;
  padding-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 24px auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: relative;
  top: 0;
}
@media (width <= 991px) {
  .pdp-breadcrumbs {
    font-size: 12px !important;
    margin-bottom: 16px;
  }
}
@media (width <= 767px) {
  .pdp-breadcrumbs {
    font-size: 12px !important;
    line-height: 1rem !important;
    margin-bottom: 12px;
    gap: 6px;
  }
}
.pdp-breadcrumbs a {
  color: #000000 !important;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 12px !important;
  line-height: 1rem !important;
  font-weight: 500 !important;
}
.pdp-breadcrumbs a:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}
.pdp-breadcrumbs a:visited, .pdp-breadcrumbs a:active, .pdp-breadcrumbs a:focus, .pdp-breadcrumbs a:link {
  color: #000000 !important;
}
.pdp-breadcrumbs a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 6px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L1 9" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.pdp-breadcrumbs a:last-child::after {
  display: none;
}
.pdp-breadcrumbs span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000 !important;
  font-size: 12px !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
}

body {
  overflow-x: hidden;
  max-width: 100%;
}

@media (max-width: 768px) {
  .product-rating-section {
    justify-items: center;
  }
}

.shelf-wrapper {
  width: 100%;
  margin-top: 20px;
}

.product-detail.product-wrapper {
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}
@media (width <= 767px) {
  .product-detail.product-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.product-detail.product-wrapper .primary-images,
.product-detail.product-wrapper .product-info-wrapper {
  vertical-align: top;
}
.product-detail.product-wrapper .primary-images > *:first-child,
.product-detail.product-wrapper .product-info-wrapper > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.product-detail.product-wrapper > .row {
  margin-top: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
.product-detail.product-wrapper > .row:first-of-type {
  margin-top: 0 !important;
}
@media (width <= 1199px) {
  .product-detail.product-wrapper > .row {
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;
  }
}
@media (width <= 991px) {
  .product-detail.product-wrapper > .row {
    padding-left: 16px;
    padding-right: 16px;
    gap: 15px;
  }
}
@media (width <= 767px) {
  .product-detail.product-wrapper > .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column nowrap !important;
            flex-flow: column nowrap !important;
    gap: 15px;
  }
}
.product-detail.product-wrapper .pdp-bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-detail.product-wrapper .pdp-bottom-row .pdp-description-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (width < 1200px) {
  .product-detail.product-wrapper .pdp-bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-detail.product-wrapper .pdp-bottom-row .pdp-shipping-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .product-detail.product-wrapper .pdp-bottom-row .pdp-description-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.product-detail.product-wrapper > div[class*=recommendations],
.product-detail.product-wrapper > div[data-slotid] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.address__label, .step-title-row, .step-navigator button, .history-header__menuToggle, .promo-carousel .slick-list,
.promo-carousel .slick-track, .container-fields-row, .display-gray, .display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.addressbook__item .addressbook__item_header, .addressbook__list, .login-partner-info__subtitle, .login-partner-info, .login-page, .step-header, .step-navigator, .container-how-your-data-is-used, .promo-container, .container--fields-column-mobile-row-web, .container-flex-base, .display-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.display-flex-column {
  width: 100%;
}

.display-gray {
  background-color: #e7e7e7;
  min-height: 100vh;
  min-height: 100dvh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.display-border {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}

.display-border-bold {
  border: 1px solid #000000;
  border-radius: 8px;
}

.container-flex-base {
  padding: 12px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media (min-width: 768px) {
  .container-flex-base {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 100%;
  }
}

.custom-center-col {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 0;
}
@media (min-width: 768px) {
  .custom-center-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.container-fields-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.container--fields-column-mobile-row-web {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 768px) {
  .container--fields-column-mobile-row-web {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 768px) {
  .flex-mobile-row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media (max-width: 768px) {
  .flex-mobile-column > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.promo-container {
  background: #f6f6f6;
  position: relative;
  padding-inline: 10px;
}

.promo-carousel {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  height: 50px;
  padding: 4px;
}
.promo-carousel .slick-list,
.promo-carousel .slick-track,
.promo-carousel .slick-slide,
.promo-carousel .slick-slide > div {
  height: 100%;
}
.promo-carousel .slick-list,
.promo-carousel .slick-track {
  width: 100%;
}
.promo-carousel .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.promo-carousel .slick-arrow {
  background: none;
  border: none;
  cursor: pointer;
  color: #000000;
  position: relative;
}
.promo-carousel .slick-arrow:hover {
  color: #000000;
}
.promo-carousel .slick-slide {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.promo-carousel .slick-next {
  right: 8px;
}
.promo-carousel i::before {
  font-size: 0.6rem;
}
.promo-carousel .promo-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
}
.promo-carousel .promo-item > * {
  margin: 2px 0;
}
@media (min-width: 768px) {
  .promo-carousel {
    width: 80%;
    height: 40px;
  }
}

.promo-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.address__label, .step-title-row, .step-navigator button, .history-header__menuToggle, .display-flex, .display-gray, .container-fields-row, .promo-carousel .slick-list,
.promo-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.addressbook__item .addressbook__item_header, .addressbook__list, .login-partner-info__subtitle, .login-partner-info, .login-page, .step-header, .step-navigator, .container-how-your-data-is-used, .display-flex-column, .container-flex-base, .container--fields-column-mobile-row-web, .promo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.display-flex-column {
  width: 100%;
}

.display-gray {
  background-color: #e7e7e7;
  min-height: 100vh;
  min-height: 100dvh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.display-border {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}

.display-border-bold {
  border: 1px solid #000000;
  border-radius: 8px;
}

.container-flex-base {
  padding: 12px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media (min-width: 768px) {
  .container-flex-base {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 100%;
  }
}

.custom-center-col {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 0;
}
@media (min-width: 768px) {
  .custom-center-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.container-fields-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.container--fields-column-mobile-row-web {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 768px) {
  .container--fields-column-mobile-row-web {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 768px) {
  .flex-mobile-row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media (max-width: 768px) {
  .flex-mobile-column > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.container-how-your-data-is-used {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.minicart__items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  max-height: calc(100vh - 220px);
}
@media (width > 768px) {
  .minicart__items {
    max-height: calc(100vh - 256px);
  }
}
.minicart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-block: 16px;
}
.minicart__item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.minicart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.minicart__info > img {
  max-width: 108px;
  height: 108px;
  border-radius: 4px;
}
.minicart__info .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  width: 100%;
}
.minicart__info .text .minicart__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.minicart__info .text h4 {
  margin: 0;
  font-weight: 400;
  max-width: 200px;
  text-align: left;
  line-height: 1.25;
}
.minicart__info .text span {
  color: #888888;
  font-size: 12px;
}
.minicart__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #888888;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.minicart__remove:hover {
  color: #000000;
}
.minicart__remove:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.minicart__price {
  display: grid;
  grid-template-columns: minmax(72px, 1fr) auto minmax(72px, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.minicart__price span {
  font-weight: 700;
}
.minicart__unit-price {
  text-align: left;
}
.minicart__total-price {
  text-align: right;
}
.minicart__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 90px;
  height: 40px;
  padding-inline: 8px;
  gap: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.minicart__qty .qty-value {
  display: inline-block;
  min-width: 20px;
  text-align: center;
}
.minicart__qty button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  background-color: transparent;
  border: none;
}
.minicart__qty button:hover {
  background-color: transparent;
}
.minicart__qty button:disabled {
  opacity: 0.4;
}

.minicart__panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #ffffff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width > 768px) {
  .minicart__panel {
    width: 390px;
  }
}
.minicart__container {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}
.minicart__overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.minicart__footer {
  padding: 16px;
  border-top: 1px solid #eee;
}
.minicart__coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e7e7e7;
  padding: 8px;
  margin-bottom: 12px;
  border-radius: 4px;
}
.minicart__coupon > p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.minicart__btn {
  width: 100%;
  padding-block: 12px;
  padding-inline: 24px;
  background-color: #000000 !important;
  border-color: #000000 !important;
  border-radius: 4px;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.minicart__btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  color: #ffffff !important;
  font-weight: 700;
}
.minicart__btn p > span {
  color: #ffffff !important;
  font-weight: 400;
}
.minicart__btn p:hover {
  opacity: 0.8;
}
.minicart__btn p:hover > span {
  color: #ffffff !important;
}

.minicart__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  text-align: center;
}
.minicart__header {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}
.minicart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.minicart__title img {
  max-width: 16px;
  height: 16px;
}
.minicart__title h4 {
  font-size: 14px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700 !important;
}
.minicart__attributes {
  text-align: left;
}
.minicart__attributes p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6D6D6D;
  margin: 0;
  padding: 0;
}

.minicart__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.minicart__empty img {
  max-width: 48px;
  height: 48px;
  margin-bottom: 12px;
}
.minicart__empty p {
  font-size: 18px;
  line-height: 24px;
  color: #888888;
  margin-bottom: 4px;
}
.minicart__empty span {
  font-size: 12px;
  line-height: 16px;
  color: #888888;
}

.minicart {
  margin: 0;
  height: 24px;
  max-height: 24px;
  display: inline-block;
  line-height: 2.25em;
  vertical-align: top;
}
.minicart.is-open .minicart__overlay {
  opacity: 1;
  visibility: visible;
}
.minicart.is-open .minicart__container {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.minicart.is-open .minicart__panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.minicart-quantity {
  background-color: #d19f00;
  border-radius: 50%;
  width: 1.25em; /* 20/16 */
  height: 1.25em; /* 20/16 */
  line-height: normal;
  display: inline-block;
  text-align: center;
  font-size: 0.8125em; /* 13/16 */
  position: relative;
  top: -0.9375em; /* 15/16 */
  left: -0.9375em; /* 15/16 */
  color: #ffffff;
}
.minicart-link,
.minicart .minicart__close {
  background: transparent;
  border: none;
}
.minicart-link {
  margin: 0;
  padding: 0;
}

body:has(.suggestions-wrapper:not(:empty)) {
  overflow: hidden;
}
@media (max-width: 543.98px) {
  body:has(.suggestions-wrapper:not(:empty)) {
    position: fixed;
    width: 100%;
  }
}

.site-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.site-search {
  position: relative;
  height: 48px;
}
@media (min-width: 544px) {
  .site-search {
    margin-right: 0;
    padding: 0 12px;
  }
}
@media (min-width: 1200px) {
  .site-search {
    width: auto;
    padding: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-search {
    width: auto;
  }
}
@media (min-width: 544px) and (max-width: 767.98px) {
  .site-search {
    width: auto;
  }
}
.site-search .search-button {
  background-color: #129163;
  width: 52px;
  height: 48px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border: 0;
}
.site-search .search-button:hover {
  background-color: #17BA7E;
}
.site-search .reset-button {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #999;
  font-size: 1rem;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.site-search .reset-button:hover {
  color: #333;
}
.site-search .reset-button.d-none {
  display: none;
}
.site-search input {
  padding-right: 3.5rem;
  height: 48px;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .site-search {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-search input,
  .site-search .search-button {
    height: 36px;
  }
}

@media (max-width: 543.98px) {
  .header-search .site-search {
    display: none;
  }
}
.suggestions-wrapper {
  position: fixed;
  top: 107px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  padding: 0;
  pointer-events: none;
}
.suggestions-wrapper:not(:empty) {
  pointer-events: auto;
}
@media (max-width: 543.98px) {
  .suggestions-wrapper {
    top: 124px;
  }
}

.suggestions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #ffffff;
  width: 100%;
  margin: 0;
  z-index: 9;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  max-height: calc(100vh - 80px);
  border: 1px solid #e0e0e0;
}
@media (max-width: 543.98px) {
  .suggestions {
    border-left: none;
    border-right: none;
  }
}
.suggestions .suggestions-wrapper-layout {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-wrapper-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-wrapper-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.suggestions .suggestions-products-column {
  border-right: 1px solid #e0e0e0;
  overflow-y: auto;
  min-height: 0;
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-products-column {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-products-column {
    border-bottom: none;
  }
}
.suggestions .suggestions-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fafafa;
  height: 100%;
  overflow-y: auto;
  min-height: 0;
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-sidebar {
    background-color: #ffffff;
    height: auto;
  }
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    overflow: visible;
  }
}
.suggestions .suggestions-no-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
  min-height: 300px;
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-no-results {
    padding: 2rem 1rem;
    min-height: 200px;
  }
}
.suggestions .suggestions-no-results .no-results-icon {
  font-size: 3rem;
  color: #ccc;
  margin-bottom: 1.5rem;
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-no-results .no-results-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.suggestions .suggestions-no-results .no-results-icon i {
  opacity: 0.5;
}
.suggestions .suggestions-no-results .no-results-text h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-no-results .no-results-text h3 {
    font-size: 1rem;
  }
}
.suggestions .suggestions-no-results .no-results-text p {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-no-results .no-results-text p {
    font-size: 0.8125rem;
  }
}
.suggestions .suggestions-sidebar-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-sidebar-content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-sidebar-content {
    display: none;
  }
}
.suggestions .suggestions-section {
  display: block;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.suggestions .suggestions-section:nth-child(2n) {
  border-right: none;
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-section {
    border-right: none;
  }
}
.suggestions .suggestions-header {
  padding: 0.75rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  background-color: #f5f5f5;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-header {
    padding: 0.625rem 0.75rem;
    font-size: 0.6875rem;
  }
}
.suggestions .suggestions-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.875rem;
  padding: 1rem;
}
@media (max-width: 1199.98px) {
  .suggestions .suggestions-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-products {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    padding: 0.875rem;
  }
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0.75rem;
  }
}
.suggestions .product-suggestion-tile {
  width: 100%;
  min-width: 0;
}
@media (max-width: 543.98px) {
  .suggestions .product-suggestion-tile.hide-mobile {
    display: none;
  }
}
.suggestions .suggestion-product-card {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #e8e8e8;
}
.suggestions .suggestion-product-card:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: #FFA466;
}
.suggestions .suggestion-product-card .suggestion-product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.suggestions .suggestion-product-card .suggestion-product-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background: #f9f9f9;
  overflow: hidden;
}
.suggestions .suggestion-product-card .suggestion-product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.suggestions .suggestion-product-card .suggestion-product-image .suggestion-product-no-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f0f0f0;
  color: #999;
  font-size: 0.75rem;
}
.suggestions .suggestion-product-card .suggestion-product-info {
  padding: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 543.98px) {
  .suggestions .suggestion-product-card .suggestion-product-info {
    padding: 0.75rem 0.625rem;
  }
}
.suggestions .suggestion-product-card .suggestion-product-name {
  font-size: 0.75rem;
  line-height: 1.3;
  color: #333;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 543.98px) {
  .suggestions .suggestion-product-card .suggestion-product-name {
    font-size: 0.8125rem;
  }
}
.suggestions .suggestion-product-card .suggestion-product-price {
  font-size: 0.8125rem;
  color: #FFA466;
  font-weight: 600;
  margin-top: auto;
}
@media (max-width: 543.98px) {
  .suggestions .suggestion-product-card .suggestion-product-price {
    font-size: 0.875rem;
  }
}
.suggestions .suggestions-list {
  padding: 0;
}
.suggestions .suggestion-item {
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-left: 3px solid transparent;
}
@media (max-width: 543.98px) {
  .suggestions .suggestion-item {
    padding: 0.625rem 1rem;
  }
}
.suggestions .suggestion-item:hover {
  background-color: #fff;
  border-left-color: #FFA466;
}
.suggestions .suggestion-item .suggestion-text {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #333;
}
.suggestions .suggestion-item .suggestion-meta {
  font-size: 0.6875rem;
  color: #999;
  margin-left: 0.5rem;
}
.suggestions .suggestions-footer {
  position: sticky;
  bottom: 0;
  padding: 1rem 1.25rem;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  z-index: 10;
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-footer {
    background-color: #fafafa;
  }
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-footer {
    padding: 0.75rem;
    border-top: 2px solid #e0e0e0;
    background-color: #fff;
  }
}
.suggestions .suggestions-footer .btn {
  display: block;
  width: 100%;
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-footer .btn {
    font-size: 0.875rem;
    padding: 0.75rem;
    height: 44px;
  }
}

.more-below {
  -moz-border-radius: 1.25em;
  /* stylelint-disable-line property-no-vendor-prefix */
  background: #ccc;
  border: 0.063em solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25em;
  bottom: 1.875em;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  display: none;
  height: 2.5em;
  position: fixed;
  right: 1.875em;
  width: 2.5em;
}
.more-below i.fa-long-arrow-down {
  border-radius: 50%;
  color: #ffffff;
  display: table-caption;
  height: 0.75em;
  font-size: 1.5rem;
  left: 0.57em;
  line-height: 0.8em;
  position: absolute;
  top: 0.4em;
  width: 0.8em;
}

.form-control:focus {
  border: 1px solid #ced4da !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cart-container {
  padding-block: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 62px;
}
@media (max-width: 768px) {
  .cart-container {
    margin-top: 0;
  }
}
.cart-container .cart-header h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
}
.cart-container .cart-header .cart-header__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-container .cart-header .cart-header__summary p {
  font-size: 12px;
  line-height: 16px;
  font-family: "Inter", sans-serif !important;
}
@media (width > 768px) {
  .cart-container .cart-header .cart-header__summary {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
  .cart-container .cart-header .cart-header__summary p {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
.cart-container .cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 768px) {
  .cart-container .cart-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cart-empty {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.cart-empty__message {
  text-align: center;
}
.cart-empty__message h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
  color: #000000;
  margin-bottom: 4px;
}
.cart-empty__message p {
  font-size: 12px;
  line-height: 16px;
  color: #888888;
}
.cart-empty__btn {
  display: inline-block;
  padding: 8px 24px;
  background: #000000;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.cart-empty__btn:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.cart-items-container {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.cart-items {
  width: 100%;
}
@media (width > 768px) {
  .cart-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
  }
}
.cart-items__header {
  display: none;
  width: 100%;
  padding: 12px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e7e7e7;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.cart-items__header h4 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.cart-items__header h4:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.cart-items__header h4:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (width > 768px) {
  .cart-items__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cart-items__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width > 768px) {
  .cart-items__body {
    padding: 24px 12px;
  }
}
.cart-items .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-block: 24px;
  border-bottom: 1px solid #e7e7e7;
  font-family: "Inter", sans-serif !important;
}
.cart-items .cart-item:first-of-type {
  padding-top: 0px !important;
}
@media (width > 768px) {
  .cart-items .cart-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0px;
  }
  .cart-items .cart-item:nth-last-child(2) {
    border-bottom: none !important;
    padding-bottom: 0px !important;
  }
}
.cart-items .cart-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (width > 768px) {
  .cart-items .cart-item__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
}
.cart-items .cart-item__image {
  width: 75px;
  height: 75px;
  border-radius: 8px;
  overflow: hidden;
  background: #f6f6f6;
}
.cart-items .cart-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-items .cart-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cart-items .cart-item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.cart-items .cart-item__details h5 {
  font-size: 14px;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif !important;
  color: #000000;
}
.cart-items .cart-item__details p {
  font-size: 12px;
  color: #888888;
}
.cart-items .cart-item__details p span {
  font-size: 12px;
  color: #888888;
}
.cart-items .cart-item__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cart-items .cart-item__actions button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: none !important;
  border: none !important;
  padding: 0px;
  color: #000000;
  font-size: 12px;
  cursor: pointer;
}
.cart-items .cart-item__actions button span {
  line-height: 0;
}
.cart-items .cart-item__actions button:hover {
  opacity: 0.8;
}
.cart-items .cart-item__divider {
  width: 1px;
  height: 8px;
  background-color: #e7e7e7;
}
.cart-items .cart-item__price {
  width: calc(100% - 95px);
  margin-left: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width > 768px) {
  .cart-items .cart-item__price {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: auto;
    margin-left: 0px;
  }
}
.cart-items .cart-item__sale-price {
  font-size: 14px;
  font-weight: 700 !important;
  color: #000000;
}
.cart-items .cart-item__old-price {
  font-size: 12px;
  color: #b0b0b0;
  text-decoration: line-through;
}
.cart-items .cart-item__total {
  font-size: 14px;
  font-weight: 700 !important;
  color: #000000;
}
@media (width > 768px) {
  .cart-items .cart-item__total {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (width > 768px) {
  .cart-items .cart-item .quantity-form {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
.cart-items .cart-item__quantity {
  max-width: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
.cart-items .cart-item__quantity button {
  padding: 4px;
  border-radius: 4px;
  border: none !important;
  background-color: transparent !important;
  color: #000000 !important;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-items .cart-item__quantity button:hover {
  background-color: #f6f6f6 !important;
}
.cart-items .cart-item__quantity button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cart-items .cart-item__quantity button:disabled:hover {
  background-color: transparent !important;
}
.cart-items .cart-item__quantity button span {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.cart-items .cart-item__quantity button span {
  font-size: 12px;
  color: #000000;
}

.cart-remove-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px !important;
  border-bottom: none;
}
.cart-remove-modal__header h2 {
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
}
.cart-remove-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 16px !important;
  padding-top: 0px !important;
  padding-bottom: 24px !important;
  font-family: "Inter", sans-serif !important;
  color: #000000;
}
.cart-remove-modal__body p {
  font-weight: 600;
}
.cart-remove-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  padding: 16px !important;
  border-top: 1px solid #e7e7e7;
}
@media (width > 768px) {
  .cart-remove-modal__header {
    padding: 24px 12px;
  }
  .cart-remove-modal__body {
    padding: 24px 12px;
  }
  .cart-remove-modal__footer {
    padding: 24px 12px;
  }
}

.cart-summary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e7e7e7;
}
.cart-summary__item .cart-summary__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #b42318 !important;
  font-size: 12px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.cart-summary__item .cart-summary__link:hover {
  opacity: 0.8;
}

.cart-summary__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-summary__input-group .input-item {
  width: 100%;
  padding: 12px;
  min-height: 44px !important;
  border: 1px solid #e7e7e7;
  line-height: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: none !important;
  border-bottom-right-radius: none !important;
}
.cart-summary__input-group .input-item:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #000000 !important;
}
.cart-summary__input-group button {
  padding: 8px 16px;
  height: 44px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.cart-summary__input-group button:hover {
  background-color: #4f4f4f;
}

.cart-summary__btn-checkout {
  width: 100%;
  padding: 12px 16px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.cart-summary__btn-checkout:hover {
  opacity: 0.8;
}
.cart-summary__btn-checkout:disabled {
  opacity: 1;
  background-color: #4f4f4f;
  cursor: not-allowed;
}

.cart-summary {
  color: #000000;
}
.cart-summary__totals {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cart-summary__line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.cart-summary__line p {
  font-size: 14px;
  font-weight: 400;
}
.cart-summary__line--total p {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
}
.cart-summary__line--free p:last-child, .cart-summary__line--discount p:last-child {
  color: #00843b;
  font-weight: 500;
}
.cart-summary__divider {
  height: 1px;
  background-color: #e7e7e7;
  margin: 4px 0;
}
.cart-summary__total-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2px;
}
.cart-summary__value--pix {
  font-size: 14px;
  font-weight: 700;
}
.cart-summary__value--installment {
  font-size: 14px;
}

.cart-summary__coupon {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cart-summary__applied-coupons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.cart-summary__applied-coupons-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-summary__applied-coupon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background-color: #e7e7e7;
  color: #ffffff;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
}
.cart-summary__applied-coupon.is-removing {
  opacity: 0.5;
  pointer-events: none;
}
.cart-summary__coupon-code {
  font-size: 12px;
  text-transform: uppercase;
}
.cart-summary__coupon-code--discount {
  color: #00843b;
}
.cart-summary__coupon-remove {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  color: #d1d1d1;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}
.cart-summary__coupon-remove > svg {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cart-summary__coupon-remove:hover {
  opacity: 0.8;
}

.cart-summary__coupon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
}

.cart-summary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart-summary__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 16px;
}
.cart-summary__title--desktop {
  display: none;
}
@media (width > 768px) {
  .cart-summary__title--mobile {
    display: none;
  }
  .cart-summary__title--desktop {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 0px;
  }
}
.cart-summary__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
.cart-summary__actions {
  width: 100%;
}
.cart-summary__empty {
  padding: 1.5rem 0;
  text-align: center;
}
.cart-summary__empty-msg {
  font-size: 0.9375rem;
  color: #6d6d6d;
  margin: 0;
}
.cart-summary__coupon-feedback, .cart-summary__cep-feedback {
  width: 100%;
  font-size: 12px;
}
.cart-summary__coupon-feedback.is-success, .cart-summary__cep-feedback.is-success {
  color: #00843b;
}
.cart-summary__coupon-feedback.is-error, .cart-summary__cep-feedback.is-error {
  color: #b42318;
}
.cart-summary__coupon-feedback.is-error span, .cart-summary__cep-feedback.is-error span {
  color: #b42318;
  width: 100%;
}

.cart-summary.is-loading {
  pointer-events: none;
}
.cart-summary.is-loading .cart-summary__totals,
.cart-summary.is-loading .cart-summary__checkout {
  opacity: 0.5;
}

.secure-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.secure-badge-icon {
  width: 24px;
  height: 24px;
}

.secure-badge-icon-bg {
  fill: #3d3d3d;
  opacity: 0.3;
}

.secure-badge-icon-main {
  fill: #ffd800;
}

.secure-badge-icon-main-primary {
  fill: #ffd800 !important;
}

.secure-badge-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.secure-badge-title {
  color: #ffffff;
  font-size: 14px;
}

.secure-badge-subtitle {
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}

.product-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 26px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 12px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  gap: 8px;
  height: 32px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item .tag-text {
  height: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
  white-space: nowrap;
}
.product-tags .tag-launch {
  height: 32px;
  padding: 8px;
  background: #000000;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.product-tags .tag-launch .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #ffffff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}
.product-tags .tag-separator {
  width: 8px;
  height: 0;
  border: 1px solid #d1d1d1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon {
  height: 16px;
  padding: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.product-tags .tag-coupon .coupon-icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #888888;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}

.product-shelf {
  width: 100%;
  position: initial;
  margin-left: 0;
  margin-right: 0;
  background-color: #ffffff;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0;
}
.product-shelf__container {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (width >= 992px) and (width < 1200px) {
  .product-shelf__container {
    max-width: 940px;
    padding: 0 40px;
  }
}
@media (width >= 768px1) and (width < 992px) {
  .product-shelf__container {
    max-width: 720px;
    padding: 0 24px;
  }
}
@media (width <= 768px) {
  .product-shelf__container {
    max-width: 100%;
    padding: 0 16px;
  }
}
.product-shelf__title {
  width: 100%;
  margin: 0 0 24px;
}
.product-shelf__title h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2rem;
  color: #000000;
  margin: 0;
}
.product-shelf__grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}
.product-shelf__grid::-webkit-scrollbar {
  display: none;
}
.product-shelf__card {
  width: 308px;
  min-height: 526px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ffffff;
  border-radius: 4px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.product-shelf__card:hover {
  background: #ffffff;
  border: 1px solid;
}
.product-shelf__card:hover .product-shelf__card-image-wrapper {
  background: #ffffff;
}
.product-shelf__card:hover .shelf-detail-toggle,
.product-shelf__card:hover .shelf-detail-content {
  background: #ffffff;
}
.product-shelf__card:hover .product-tags .tag-launch {
  background: #000000;
}
.product-shelf__card:hover .product-tags .tag-launch .tag-text {
  color: #ffffff;
}
.product-shelf__card:hover .btn-favorite svg path {
  fill: #000000;
}
.product-shelf__card-top {
  width: 284px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-shelf__card-top .card-tag-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.product-shelf__card-top .product-tags {
  margin-top: 8px;
}
.product-shelf__card-top .product-tags .tags-container {
  gap: 8px !important;
  border-radius: 4px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .product-shelf__card-top .product-tags .tags-container {
    background-color: transparent;
  }
}
.product-shelf__card-top .product-tags .tag-launch {
  background: transparent;
}
.product-shelf__card-top .product-tags .tag-launch .tag-text {
  color: #ffffff;
}
@media (min-width: 768px) {
  .product-shelf__card-top .product-tags .tag-launch .tag-text {
    color: #000000;
  }
}
.product-shelf__card-top .btn-favorite {
  width: 24px;
  height: 24px;
  min-width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-shelf__card-top .btn-favorite.active svg path {
  fill: #000000;
}
.product-shelf__card-image-wrapper {
  width: 284px;
  height: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
}
.product-shelf__card-image-wrapper .product-shelf__image {
  width: 264px;
  height: 245px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.product-shelf__card-image-wrapper .product-shelf__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-shelf__card-image-wrapper .product-shelf__image-link {
  position: relative;
  width: 264px;
  height: 245px;
  display: block;
}
.product-shelf__card-image-wrapper .product-shelf__image-link:hover .product-shelf__image--primary {
  opacity: 1;
}
.product-shelf__card-image-wrapper .product-shelf__image-link:hover .product-shelf__image--hover {
  opacity: 1;
}
.product-shelf__card-image-wrapper .product-shelf__image-link:has(.product-shelf__image--hover):hover .product-shelf__image--primary {
  opacity: 0;
}
.product-shelf__card-info {
  width: 284px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-top: 0;
}
.product-shelf__reviews {
  width: 284px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-top: 8px;
}
.product-shelf__product-name {
  width: 284px;
  min-height: 40px;
  height: auto;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: horizontal;
}
.product-shelf__product-name a {
  color: #000000 !important;
  text-decoration: none;
  font-weight: 700 !important;
  font-family: "Inter", sans-serif !important;
}
.product-shelf__product-name a:hover, .product-shelf__product-name a:focus, .product-shelf__product-name a:visited {
  color: #000000 !important;
}
.product-shelf__price-block {
  width: 284px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.product-shelf__price-block .price-row {
  width: 284px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.product-shelf__price-block .price-row .price-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-shelf__price-block .price-row .price-pix {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25rem;
  color: #000000;
  white-space: nowrap;
}
.product-shelf__price-block .price-row .price-original {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #b0b0b0;
  text-decoration: line-through;
  white-space: nowrap;
}
.product-shelf__price-block .price-row .discount-badge {
  width: 44px;
  height: 24px;
  background: #000000;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2px;
  padding: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-shelf__price-block .price-row .discount-badge .discount-percent {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
  color: #ffffff;
}
.product-shelf__price-block .price-installments {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #6d6d6d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-shelf__card-buttons {
  width: 284px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.product-shelf__card-buttons .shelf-detail-summary__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6D6D6D;
}
.product-shelf .shelf-detail-section {
  width: 284px;
  border-bottom: none;
}
.product-shelf .shelf-detail-toggle {
  width: 284px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  background: #f6f6f6;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.product-shelf .shelf-detail-toggle:hover {
  background-color: #e7e7e7;
}
.product-shelf .shelf-detail-toggle:focus {
  outline: none;
}
.product-shelf .shelf-detail-toggle .arrow-icon.arrow-right {
  display: block;
}
.product-shelf .shelf-detail-toggle .arrow-icon.arrow-down {
  display: none;
}
.product-shelf .shelf-detail-toggle[aria-expanded=true] {
  border-radius: 4px 4px 0 0;
}
.product-shelf .shelf-detail-toggle[aria-expanded=true] .arrow-icon.arrow-right {
  display: none;
}
.product-shelf .shelf-detail-toggle[aria-expanded=true] .arrow-icon.arrow-down {
  display: block;
}
.product-shelf .shelf-detail-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.product-shelf .shelf-detail-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  background: #f6f6f6;
  border-radius: 0 0 4px 4px;
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-shelf .shelf-detail-content.expanded {
  max-height: 500px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 0 12px 12px;
}
@media (width <= 768px-1) {
  .product-shelf {
    padding: 16px 0;
  }
  .product-shelf__grid {
    gap: 12px;
    padding: 0 16px;
  }
  .product-shelf__card:active .product-tags .tag-launch {
    background: #000000;
  }
  .product-shelf__card:active .product-tags .tag-launch .tag-text {
    color: #ffffff;
  }
  .product-shelf__card:active .btn-favorite svg path {
    fill: #000000;
  }
}
@media (max-width: 768px) {
  .product-shelf__card-top, .product-shelf__card-image-wrapper, .product-shelf__card-info, .product-shelf__reviews, .product-shelf__product-name, .product-shelf__price-block, .product-shelf__card-buttons,
  .product-shelf .shelf-detail-section,
  .product-shelf .shelf-detail-toggle {
    width: 259px;
  }
  .product-shelf__price-block .price-row {
    width: 259px;
  }
}

.product-shelf-plp .product-shelf {
  position: initial;
  margin-left: 0;
  margin-right: 0;
}
.product-shelf-plp .product-shelf__container {
  padding: 0;
}
.product-shelf-plp .col-12 {
  padding: 0 !important;
}

.product-shelf__grid {
  width: 100%;
}
.product-shelf__grid--static {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  overflow: visible;
}
.product-shelf__grid--static .product-shelf__card {
  width: 100%;
  min-width: 0;
}
.product-shelf__grid--static {
  /*
   * Os elementos internos atualmente possuem largura fixa de 284px.
   * Aqui eles passam a respeitar a largura da coluna.
   */
}
.product-shelf__grid--static .product-shelf__card-top,
.product-shelf__grid--static .product-shelf__card-image-wrapper,
.product-shelf__grid--static .product-shelf__card-info,
.product-shelf__grid--static .product-shelf__reviews,
.product-shelf__grid--static .product-shelf__product-name,
.product-shelf__grid--static .product-shelf__price-block,
.product-shelf__grid--static .product-shelf__card-buttons,
.product-shelf__grid--static .shelf-detail-section,
.product-shelf__grid--static .shelf-detail-toggle {
  width: 100%;
}
.product-shelf__grid--static .product-shelf__price-block .price-row {
  width: 100%;
}
@media (width < 1024px) and (width >= 768px) {
  .product-shelf__grid--static {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width < 768px) {
  .product-shelf__grid--static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    gap: 12px;
    overflow-x: auto;
    padding: 0 16px;
    scrollbar-width: none;
  }
  .product-shelf__grid--static::-webkit-scrollbar {
    display: none;
  }
  .product-shelf__grid--static .product-shelf__card {
    width: 259px;
    min-width: 259px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.refinements-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 0;
  gap: 12px;
  width: 308px;
  background: #ffffff;
  border: 1px solid #E5E7E8;
  border-radius: 8px;
}

.refinement-bar {
  overflow: visible;
  padding: 0;
}
.refinement-bar ul {
  padding-left: 0;
}
.refinement-bar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px 12px;
  border-bottom: 1px solid #e7e7e7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.refinement-bar__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5rem;
  color: #000000;
}
.refinement-bar__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #000000;
}
.refinement-bar__close:hover {
  opacity: 0.7;
}
.refinement-bar__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.refinement-bar__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 16px;
  background: #ffffff;
  border-top: 1px solid #e7e7e7;
}
.refinement-bar__apply {
  width: 100%;
  height: 44px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.refinements-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 0;
  width: 308px;
  background: #ffffff;
  border: 1px solid #E5E7E8;
  border-radius: 8px;
}

.refinements-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 10px;
  gap: 12px;
  width: 100%;
}

.refinement-section {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 8px;
}

.refinement-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 0 2px;
  cursor: pointer;
  width: 100%;
}

.refinement-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
}

.refinement-chevron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.refinement-header[aria-expanded=true] .refinement-chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.refinement-header[aria-expanded=false] .refinement-chevron {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.refinement-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 0;
}

.refinement-list-item {
  width: 100%;
}

.refinements .refinement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.refinements .refinement-grid .refinement-grid-item {
  width: 100%;
}
.refinements .refinement-grid .refinement-grid-item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  width: 100%;
  height: 100%;
  min-height: 44px;
  padding: 8px;
  background: #ffffff;
  border: 0.83px solid #d1d1d1;
  border-radius: 4px;
  cursor: pointer;
  text-align: left;
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}
.refinements .refinement-grid .refinement-grid-item button:hover:not(:disabled) {
  border-color: #888888;
}
.refinements .refinement-grid .refinement-grid-item button .refinement-icon,
.refinements .refinement-grid .refinement-grid-item button .color-swatch-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0;
}
.refinements .refinement-grid .refinement-grid-item button span[aria-hidden=true] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1rem;
  color: #000000;
  word-break: break-word;
}
.refinements .refinement-grid .refinement-grid-item button span[aria-hidden=true].selected {
  font-weight: 600;
}
.refinements .refinement-grid .refinement-grid-item.disabled button,
.refinements .refinement-grid .refinement-grid-item button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.refinements .refinement-grid .refinement-grid-item.is-selected button {
  border-color: #000000;
  border-width: 2px;
}
.refinements .refinement-grid .refinement-grid-item--no-icon button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.refinements .refinement-grid .refinement-grid-item--no-icon button span[aria-hidden=true] {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.refinement-list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 4px 0;
  width: 100%;
  height: auto;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.refinement-list-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.refinement-checkbox-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.refinement-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1rem;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.refinement-label.selected {
  font-weight: 600;
}

.refinement-subcategories {
  padding-left: 28px;
}

.refinement-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: middle;
  margin-right: 6px;
}

.refinements .title::after,
.refinements .title.active::after {
  content: none !important;
}

.subcategory-indent {
  padding-left: 24px;
}

.values.content button span.selected {
  font-weight: 600;
}

.values.content li.disabled button {
  opacity: 0.4;
  cursor: not-allowed;
}

.values.content {
  margin: 0;
  list-style: none;
  padding: 0;
}
.values.content .values.content {
  padding-left: 18px;
}
.values.content li {
  margin: 0;
  padding: 0;
}
.values.content button {
  padding: 4px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.refinement .card-body {
  display: none;
}
.refinement.active .card-body {
  display: block;
}
.refinement .card-header {
  padding: 8px 0;
  border-bottom: 1px solid #e7e7e7;
}
.refinement {
  margin-bottom: 0;
}

.refinements {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.refinements .card.refinement {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
}
.refinements .card.refinement:first-child {
  padding-top: 0;
}
.refinements .card.refinement:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.refinements .card-header {
  background: none;
  padding: 8px 0;
  border: none;
}
.refinements .card-body {
  padding: 8px 0 0;
}

.mobile-filter-sort-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin-top: 20px;
  overflow: visible;
}
.mobile-filter-sort-bar .col-12 {
  overflow: visible;
}

.mobile-controls-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: visible;
  padding: 0 16px;
}

.mobile-filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  gap: 4px;
  position: relative;
  width: calc(50% - 8px);
  min-width: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 40px;
  background: #f6f6f6;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.mobile-filter-btn:hover {
  background-color: #E8EAEB;
}
.mobile-filter-btn:active {
  background-color: #DCF5F6;
}
.mobile-filter-btn__label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
  color: #6C7379;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.mobile-filter-btn__badge {
  display: none;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: #000000;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1rem;
  color: #ffffff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mobile-filter-btn__badge.has-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-filter-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.mobile-filter-btn__icon svg {
  width: 100%;
  height: 100%;
}

.mobile-sort-control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: calc(50% - 8px);
  min-width: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.mobile-sort-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  gap: 4px;
  position: relative;
  width: 100%;
  height: 40px;
  background: #f6f6f6;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.mobile-sort-btn:hover {
  background-color: #E8EAEB;
}
.mobile-sort-btn:active {
  background-color: #DCF5F6;
}
.mobile-sort-btn__label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
  color: #6C7379;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.mobile-sort-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.mobile-sort-btn__icon svg {
  width: 100%;
  height: 100%;
}
.mobile-sort-btn[aria-expanded=true] .mobile-sort-btn__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-sort-btn[aria-expanded=false] .mobile-sort-btn__icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mobile-sort-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  border: 1px solid #E5E7E8;
  border-radius: 4px;
  margin-top: 4px;
  z-index: 1060;
  min-width: 200px;
  display: none;
}
.mobile-sort-menu.active {
  display: block;
}
.mobile-sort-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-sort-menu li a {
  display: block;
  padding: 10px 16px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.mobile-sort-menu li a:hover {
  background-color: #f6f6f6;
}
.mobile-sort-menu li.active a {
  font-weight: 600;
  color: #000000;
}

#filter-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#filter-overlay.is-active {
  display: block;
}

.modal-background {
  display: none !important;
}

body.filter-open {
  overflow: hidden;
}

.filter-bar {
  display: none !important;
}

@media (width <= 767.98px) {
  .refinements-container {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  .refinement-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 320px;
    height: 100%;
    overflow: hidden;
    z-index: 1051;
    background: #ffffff;
    -webkit-box-shadow: 4px 0 16px rgba(0, 0, 0, 0.12);
            box-shadow: 4px 0 16px rgba(0, 0, 0, 0.12);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .refinement-bar.is-open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .promo-sort-control {
    display: none;
  }
}
@media (width >= 768px) {
  .mobile-filter-sort-bar {
    display: none;
  }
  #filter-overlay {
    display: none !important;
  }
  .refinement-bar__header, .refinement-bar__footer {
    display: none;
  }
  .refinement-bar__body {
    overflow-y: visible;
  }
}
.pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px 0;
  width: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 8px;
}

.pagination-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  gap: 4px;
  min-width: 38px;
  height: 32px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background: transparent;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
  color: #000000 !important;
}
.pagination-btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
  color: #000000;
}
.pagination-btn:hover:not(.disabled, .active) {
  background: #f6f6f6;
  border-color: #000000;
  cursor: pointer;
}
.pagination-btn.active {
  border: 1px solid #000000;
  font-weight: 600;
  cursor: default;
}
.pagination-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination-btn.disabled i {
  color: #888888;
}
.pagination-btn.pagination-prev, .pagination-btn.pagination-next {
  padding: 8px 12px;
  min-width: 42px;
  border: 1px solid #000000;
  background: transparent;
}
.pagination-btn.pagination-prev:hover:not(.disabled), .pagination-btn.pagination-next:hover:not(.disabled) {
  background: #f6f6f6;
}
.pagination-btn.pagination-prev.disabled, .pagination-btn.pagination-next.disabled {
  background: #e7e7e7;
  border: none;
  opacity: 1;
}
.pagination-btn.pagination-prev.disabled i, .pagination-btn.pagination-next.disabled i {
  color: #888888;
}

.pagination-ellipsis {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  gap: 4px;
  min-width: 38px;
  height: 32px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
  color: #000000;
  cursor: default;
}

@media (width <= 768px) {
  .pagination-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 24px 0;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 358px;
    height: 32px;
    gap: 4px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .pagination-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    max-width: 42px;
    height: 32px;
    padding: 8px 6px;
    font-size: 12px;
    line-height: 1rem;
  }
  .pagination-btn.active {
    border: 1px solid #000000;
    font-weight: 600;
  }
  .pagination-btn:not(.active, .pagination-prev, .pagination-next) {
    border: 1px solid #d1d1d1;
  }
  .pagination-btn.pagination-prev, .pagination-btn.pagination-next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    min-width: 36px;
    max-width: 36px;
    padding: 8px;
  }
  .pagination-btn.pagination-prev:not(.disabled), .pagination-btn.pagination-next:not(.disabled) {
    border: 1px solid #000000;
    background: transparent;
  }
  .pagination-btn.pagination-prev.disabled, .pagination-btn.pagination-next.disabled {
    background: #e7e7e7;
    border: none;
    opacity: 1;
  }
  .pagination-btn.pagination-prev.disabled i, .pagination-btn.pagination-next.disabled i {
    color: #888888;
  }
  .pagination-ellipsis {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    max-width: 36px;
    height: 32px;
    padding: 8px 4px;
    font-size: 12px;
    border: 1px solid #d1d1d1;
    text-align: center;
  }
}
@media (width <= 389px) {
  .pagination {
    gap: 3px;
  }
  .pagination-btn {
    max-width: 36px;
    padding: 8px 4px;
    font-size: 11px;
  }
  .pagination-btn.pagination-prev, .pagination-btn.pagination-next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    min-width: 32px;
    max-width: 32px;
    padding: 8px 6px;
  }
  .pagination-ellipsis {
    max-width: 28px;
    padding: 8px 4px;
    font-size: 11px;
  }
}
@media (width <= 320px) {
  .pagination-container {
    padding: 0 8px;
  }
  .pagination {
    gap: 2px;
  }
  .pagination-btn {
    max-width: 30px;
    font-size: 10px;
  }
  .pagination-btn.pagination-prev, .pagination-btn.pagination-next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    min-width: 28px;
    max-width: 28px;
  }
  .pagination-ellipsis {
    max-width: 24px;
    font-size: 10px;
    padding: 8px 1px;
  }
}
.promo-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  gap: 10px;
  width: 100%;
  height: auto;
  min-height: 32px;
}

.promo-headline {
  width: auto;
  height: auto;
  min-height: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2rem;
  text-align: left;
  color: #000000;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
@media (width <= 768px) {
  .promo-headline {
    font-size: 18px;
    line-height: 1.5rem;
  }
}
@media (width <= 480px) {
  .promo-headline {
    font-size: 16px;
    line-height: 1.25rem;
  }
}

.promo-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.promo-action-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  min-height: 32px;
  padding: 8px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #000000;
  cursor: pointer;
}

.promo-action-btn__label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
}

.promo-action-btn__icon {
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.promo-action-btn__icon svg {
  display: block;
}

.promo-action-btn--share {
  width: 93px;
  padding: 8px 0;
}

.promo-sort-control {
  position: relative;
}

.promo-sort-control select[name=sort-order] {
  display: none;
}

.promo-sort-trigger {
  width: 108px;
  min-height: 32px;
  padding: 8px 24px 8px 10px;
  border: 0;
  border-radius: 4px;
  background: #f6f6f6;
  color: #000000;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
  cursor: pointer;
}

.promo-sort-control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #000000;
  border-bottom: 1.5px solid #000000;
  -webkit-transform: translateY(-65%) rotate(45deg);
          transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.promo-sort-control.is-open::after {
  -webkit-transform: translateY(-35%) rotate(-135deg);
          transform: translateY(-35%) rotate(-135deg);
}

.promo-sort-trigger:focus {
  outline: 2px solid #000000;
  outline-offset: 1px;
}

.promo-sort-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 180px;
  padding: 6px 0;
  border-radius: 6px;
  background: #ffffff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  z-index: 20;
  display: none;
}

.promo-sort-control.is-open .promo-sort-menu {
  display: block;
}

.promo-sort-option {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 8px 12px;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
  cursor: pointer;
}

.promo-sort-option:hover,
.promo-sort-option:focus {
  background: #f6f6f6;
  outline: none;
}

.promo-sort-option.is-active {
  font-weight: 700;
}

.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.rating-stars .star-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.rating-stars .star-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.rating-stars .star-icon.star-filled path {
  fill: #FFD800;
}
.rating-stars .star-icon.star-empty path {
  fill: #b0b0b0;
}
.rating-stars.rating-stars-sm .star-icon {
  width: 12px;
  height: 12px;
}
.rating-stars.rating-stars-lg .star-icon {
  width: 20px;
  height: 20px;
}
.rating-stars.rating-stars-xl .star-icon {
  width: 24px;
  height: 24px;
}

.rating-text {
  white-space: nowrap;
}

.pdp-breadcrumbs a,
.product-breadcrumb a {
  color: #000000 !important;
}
.pdp-breadcrumbs a:link, .pdp-breadcrumbs a:visited, .pdp-breadcrumbs a:hover, .pdp-breadcrumbs a:active, .pdp-breadcrumbs a:focus,
.product-breadcrumb a:link,
.product-breadcrumb a:visited,
.product-breadcrumb a:hover,
.product-breadcrumb a:active,
.product-breadcrumb a:focus {
  color: #000000 !important;
}

.pdp-breadcrumbs {
  font-size: 12px !important;
  line-height: 1rem !important;
  height: auto;
  font-weight: 400 !important;
  color: #000000 !important;
  padding-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 24px auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: relative;
  top: 0;
}
@media (width <= 991px) {
  .pdp-breadcrumbs {
    font-size: 12px !important;
    margin-bottom: 16px;
  }
}
@media (width <= 767px) {
  .pdp-breadcrumbs {
    font-size: 12px !important;
    line-height: 1rem !important;
    margin-bottom: 12px;
    gap: 6px;
  }
}
.pdp-breadcrumbs a {
  color: #000000 !important;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 12px !important;
  line-height: 1rem !important;
  font-weight: 500 !important;
}
.pdp-breadcrumbs a:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}
.pdp-breadcrumbs a:visited, .pdp-breadcrumbs a:active, .pdp-breadcrumbs a:focus, .pdp-breadcrumbs a:link {
  color: #000000 !important;
}
.pdp-breadcrumbs a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 6px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L1 9" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.pdp-breadcrumbs a:last-child::after {
  display: none;
}
.pdp-breadcrumbs span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000 !important;
  font-size: 12px !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
}

.refinements li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  width: 100%;
  padding: 6px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit;
  -webkit-transition: gap 0.15s ease;
  transition: gap 0.15s ease;
}
.refinements li button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.refinements li button .refinement-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}
.refinements li button span[aria-hidden=true] {
  font-size: 14px;
  line-height: 1.4;
}
.refinements li button span[aria-hidden=true].selected {
  font-weight: 500;
}

.refinement-cor .refinement-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.refinement-cor .refinement-grid .refinement-grid-item button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 4px;
  padding: 6px 7px;
}
.refinement-cor .refinement-grid .refinement-grid-item button .color-swatch-square {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  -ms-flex-item-align: center;
      align-self: center;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  padding: 0;
  line-height: 0;
  aspect-ratio: 1/1;
  border-radius: 3px;
}
.refinement-cor .refinement-grid .refinement-grid-item button span[aria-hidden=true] {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 0;
  text-align: left;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: normal;
}

.refinement-cor li button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.refinement-cor li button .color-swatch-square {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  padding: 0;
  line-height: 0;
  aspect-ratio: 1/1;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
}
.refinement-cor .color-swatch-square {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 16px !important;
          flex: 0 0 16px !important;
  inline-size: 16px !important;
  min-inline-size: 16px !important;
  max-inline-size: 16px !important;
  block-size: 16px !important;
  min-block-size: 16px !important;
  max-block-size: 16px !important;
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  line-height: 0 !important;
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

body {
  overflow-x: hidden;
}

.search-results {
  overflow-x: hidden;
}

.plp-full-banner__button {
  color: #000000 !important;
}

.brw-cardplp-wrapper {
  margin: 0 0 0 -16px !important;
}

.category-tile {
  position: relative;
}
.category-tile h1,
.category-tile h2 {
  font-size: 1.75rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  color: #ffffff;
}
.category-tile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
}

.refinement-bar {
  overflow: auto;
}
.refinement-bar ul {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .refinement-bar {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 543.98px) {
  .refinement-bar {
    position: fixed;
    height: 100%;
    z-index: 99;
  }
}
@media (min-width: 768px) {
  .refinement-bar {
    display: block !important;
  }
}

.filter-header {
  margin-left: -15px;
  margin-right: -15px;
}

.filter-header-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
  margin-bottom: 24px;
  margin-left: 14px;
  margin-right: 14px;
}
.filter-header-mobile p {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #242628;
}
.filter-header-mobile .close {
  opacity: 1;
}

.header-bar {
  background-color: #eee;
  border-bottom: 0.063em solid #eee;
}
.header-bar button.close {
  font-size: 1rem;
  font-weight: normal;
  opacity: 1;
}
.header-bar .fa.fa-close::before {
  font-size: 1.25em;
}
@media (min-width: 544px) and (max-width: 767.98px) {
  .header-bar {
    padding: 0.938em 2.813em;
  }
}
@media (max-width: 543.98px) {
  .header-bar {
    padding: 0.938em;
  }
}

.refinements .refinement:last-child .refinement-title {
  border-bottom: 0;
}

.refinements .refinement {
  margin: 0 14px;
}
.refinements .refinement .refinement-title {
  border-bottom: 1px solid #E5E7E8;
  padding: 12px 0;
}
.refinements .refinement .refinement-title .refinement-toggle {
  padding: 0;
}
.refinements .header,
.refinements .values {
  padding-left: 0;
  margin: 0;
}
@media (min-width: 544px) and (max-width: 767.98px) {
  .refinements .header li,
  .refinements .values li {
    display: inline-block;
  }
}
.refinements .header {
  font-size: 1.125em;
  color: #444;
}
.refinements li {
  list-style-type: none;
  padding-left: 0;
}
.refinements li.color-attribute {
  display: inline-block;
  padding-left: 0;
}
.refinements li.color-attribute button {
  padding: 0;
}
.refinements li.disabled {
  opacity: 0.5;
}
.refinements ul {
  overflow: auto;
}
.refinements ul li {
  padding-left: 1px;
}
.refinements ul li button {
  /* stylelint-disable-line no-descending-specificity */
  border: none;
  color: var(--skin-link-color-1);
  background-color: transparent;
}
@media (max-width: 543.98px) {
  .refinements {
    padding: 0;
  }
}
.refinements .card-header h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}

.secondary-bar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .secondary-bar button.reset {
    float: right;
  }
}
@media (min-width: 544px) and (max-width: 767.98px) {
  .secondary-bar {
    padding: 0.938em 2.813em;
  }
}
@media (max-width: 543.98px) {
  .secondary-bar {
    padding: 0.938em;
  }
}

.refinement-header {
  overflow: auto;
}

.disabled {
  pointer-events: none;
}

.search-results {
  margin-top: 0;
}
.search-results .margin-no-result {
  margin-top: 42px;
}

.grid-header,
.content-grid-header {
  margin-top: 0;
  margin-bottom: 1em;
}
@media (max-width: 543.98px) {
  .grid-header .result-count,
  .content-grid-header .result-count {
    padding-bottom: 0.938em;
  }
}
.grid-header select,
.content-grid-header select {
  width: 114px;
}

.filter-results {
  background-color: #F5F6F6;
  border: 0;
  border-radius: 4px;
  height: 40px;
  color: #6C7379;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  width: 50%;
}

.sort-order-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F5F6F6;
  border: 0;
  border-radius: 4px;
  height: 40px;
  color: #6C7379;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  width: 114px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .sort-order-select {
    width: 100%;
  }
}

.sort-order-select::-ms-expand {
  display: none;
}

.result-count {
  font-size: 0.875rem;
}

.refinement {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .refinement.card {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-radius: 0;
    margin-bottom: 0;
  }
  .refinement .card-header {
    border-bottom: 0 none;
    padding: 0.25rem 1rem;
  }
  .refinement .card-body {
    padding: 0 1rem;
  }
}
.refinement a {
  text-decoration: none;
}
.refinement.refinement-category li {
  margin-left: 0.938em;
  display: block;
}
.refinement.refinement-category > ul > li {
  margin-left: 0;
}

.search-banner {
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}

.slant-down::after {
  border-bottom: 0;
}

.search-keywords {
  font-weight: bold;
}

.filter-bar ul {
  padding-left: 15px;
}
.filter-bar {
  /* stylelint-disable-next-line no-descending-specificity */
}
.filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0.3125em;
  margin-right: 0.3125em;
  /* stylelint-disable-next-line no-descending-specificity */
}
.filter-bar li:first-child {
  margin-left: 0;
}
.filter-bar li.filter-value {
  border: 1px solid #ccc;
  padding: 0.3125em;
  border-radius: 3px;
  position: relative;
}
.filter-bar li.filter-value button {
  color: black;
  border: none;
  padding: 0 2rem 0 0.5rem;
}
.filter-bar li.filter-value button::after {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  text-rendering: auto;
  position: absolute;
  right: 10px;
  top: 11px;
}
.filter-bar li.swatch-filter {
  font-size: 1.38em;
  position: relative;
  margin-top: 4px;
}
.filter-bar li.swatch-filter button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.filter-bar li.swatch-filter button::before {
  content: "";
  background-color: white;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.4em;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}
.filter-bar li.swatch-filter button::after {
  content: "\f057";
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  display: inline;
  text-rendering: auto;
  position: absolute;
  left: 0.18em;
  top: 0.12em;
  font-size: 1.5em;
}

@media (max-width: 543.98px) {
  .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.grid-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid-header h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #242628;
}

.grid-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .grid-header-right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
  }
}
.grid-header-right .custom-select {
  background-color: #F5F6F6;
  color: #6C7379;
  border-radius: 4px;
  height: 32px;
  padding: 0 0 0 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.grid-header-right .plp-share-button {
  padding: 8px;
  background-color: #fff;
  border: 0;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #6C7379 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.grid-header-right .plp-share-button img {
  width: 10px;
}
.grid-header-right .plp-share-button:hover {
  color: #6C7379 !important;
  text-decoration: none;
}

.grid-header-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6C7379;
}

.product-grid {
  row-gap: 24px;
}
@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.product-grid .product-tile-badge {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.product-grid .product-tile {
  border: solid 1px transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.product-grid .product-tile:hover {
  border: solid 1px #000000;
}
.product-grid .product-tile:hover .product-tile-badge {
  background: #ffd800;
  color: #ffffff;
}

.search-tips {
  text-align: left;
  margin-top: 1.875rem;
}

.category-item {
  margin-bottom: 0;
}

.show-more,
.show-more-content {
  padding: 0.938em;
  clear: both;
}

.search-nav {
  margin-bottom: 1em;
  border-bottom: 0.063em solid #ccc;
}
.search-nav .nav-tabs-wrapper {
  padding: 0;
}
@media (max-width: 543.98px) {
  .search-nav .nav-tabs-wrapper {
    width: 100%;
  }
}
.search-nav .nav-tabs-wrapper .nav-tabs {
  border-bottom: 0 none;
}
.search-nav .nav-link:focus {
  background-color: #f9f9f9;
}

.product-options .quantity {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .wishlist-icon {
    width: 20px;
  }
}
body,
.card,
.card-header,
.hero {
  background-color: var(--skin-background-color-1);
  font-family: var(--skin-body-font);
  color: var(--skin-main-text-color-1);
}

.hero {
  border-bottom-color: var(--skin-background-color-1);
}

.main-menu {
  background-color: var(--skin-banner-background-color-1);
}

.banner-color {
  background-color: var(--skin-banner-background-color-1);
}

.header-banner {
  background-color: var(--skin-banner-background-color-2);
  color: var(--skin-banner-text-color-1);
}

.header-banner .close-button .close {
  background-color: var(--skin-primary-color-1);
}

h1.header.page-title,
h1.header.page-title::before {
  background-color: var(--skin-heading-color-1);
  color: var(--skin-heading-color-1-invert);
}

.product-tile {
  background-color: var(--skin-background-color-1);
  border: 1px solid rgba(0, 0, 0, 0.1294117647);
  padding: 10px;
}
@media (min-width: 768px) {
  .product-tile {
    border: none;
  }
}

.refinements ul li button {
  color: var(--skin-primary-color-1);
}

.refinements {
  border: 1px solid #E5E7E8;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .refinements {
    border: none;
  }
}

.refinement-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: 0;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6C7379;
}

.refinements .refinement .refinement-body {
  display: none;
}

.refinements ul li button {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #454545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 0;
}

.refinement-body {
  padding: 12px 0;
}

.custom-select {
  background-color: var(--skin-selectbox-background-color-1);
  color: var(--skin-selectbox-text-color-1);
}

a {
  color: var(--skin-link-color-1);
}

.price {
  color: var(--skin-price-1);
}

.dropdown-menu,
.dropdown-menu a,
.navbar,
.navbar .nav-item,
.navbar .nav-item a,
.navbar .nav-item.dropdown,
.navbar .nav-item.dropdown a {
  color: var(--skin-menu-color-1);
  /* stylelint-disable-next-line media-feature-range-notation */
}
@media (min-width: 769px) {
  .dropdown-menu,
  .dropdown-menu a,
  .navbar,
  .navbar .nav-item,
  .navbar .nav-item a,
  .navbar .nav-item.dropdown,
  .navbar .nav-item.dropdown a {
    color: #6d6d6d;
  }
}

.navbar .nav-item.dropdown,
.navbar .nav-item.dropdown .dropdown-menu.show {
  color: var(--skin-selectbox-text-color-1);
}

.navbar .nav-item.dropdown .dropdown-menu.show {
  background-color: var(--skin-selectbox-background-color-1);
}
.navbar .nav-item.dropdown .dropdown-menu.show a,
.navbar .nav-item.dropdown .dropdown-menu.show .nav-item {
  color: var(--skin-selectbox-text-color-1);
}

.nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.nav-item a i {
  color: #000000 !important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .nav-item a i {
    font-size: 16px;
  }
}
.nav-item a.is-primary-color-icon {
  gap: 0;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: var(--skin-menu-color-1-invert);
  color: var(--skin-menu-color-1) !important;
}

.btn-primary {
  background-color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
  color: var(--skin-primary-color-invert-1);
}

.btn-primary:hover {
  color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
  background-color: var(--skin-primary-color-invert-1);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color);
  color: var(--skin-primary-color-invert-1);
  opacity: 0.5;
}

.btn-outline-primary {
  color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
}

.btn-outline-primary:hover {
  color: var(--skin-primary-color-invert-1);
  background-color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--skin-header-font), sans-serif;
}

header ~ #maincontent .container a:not(.btn-primary, .btn-outline-primary) {
  color: var(--skin-primary-color-1);
}

.address__label, .step-title-row, .step-navigator button, .history-header__menuToggle, .display-flex, .display-gray, .container-fields-row, .promo-carousel .slick-list,
.promo-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.addressbook__item .addressbook__item_header, .addressbook__list, .login-partner-info__subtitle, .login-partner-info, .login-page, .step-header, .step-navigator, .display-flex-column, .container-flex-base, .container--fields-column-mobile-row-web, .promo-container, .container-how-your-data-is-used {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.display-flex-column {
  width: 100%;
}

.display-gray {
  background-color: #e7e7e7;
  min-height: 100vh;
  min-height: 100dvh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.display-border {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}

.display-border-bold {
  border: 1px solid #000000;
  border-radius: 8px;
}

.container-flex-base {
  padding: 12px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media (min-width: 768px) {
  .container-flex-base {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 100%;
  }
}

.custom-center-col {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 0;
}
@media (min-width: 768px) {
  .custom-center-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.container-fields-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.container--fields-column-mobile-row-web {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 768px) {
  .container--fields-column-mobile-row-web {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 768px) {
  .flex-mobile-row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media (max-width: 768px) {
  .flex-mobile-column > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.history-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.history-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.history-header__content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 32px;
}
.history-header__content p {
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
  line-height: 20px;
}
.history-header__menuToggle {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  gap: 2px;
}
.history-header__menuToggle h2 {
  font-size: 18px;
  font-weight: 700;
}
.history-header__filter {
  width: 100%;
}
@media (width > 768px) {
  .history-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .history-header__menuToggle {
    gap: none;
    padding: 0 !important;
  }
  .history-header__filter {
    width: auto;
    min-width: 200px;
  }
}

.order-list-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 12px;
}

.order-history-card {
  border: 1px solid #e7e7e7;
  border-bottom: 4px solid #e7e7e7;
  border-radius: 8px;
  padding: 28px 12px;
}
@media (width > 768px) {
  .order-history-card {
    padding: 12px;
  }
}
.order-history-card__header {
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.order-history-card__header h3 {
  font-size: 14px;
  font-weight: 700;
}
.order-history-card__header span {
  font-weight: 700;
}
.order-history-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 0;
  padding-top: 12px !important;
}
@media (width > 768px) {
  .order-history-card__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.order-history-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.order-history-card__content .img-fluid {
  width: 98px;
  height: 98px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.order-history-card__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
}
.order-history-card__info-item h4 {
  font-size: 14px;
  font-weight: 700;
}
.order-history-card__info-item span {
  font-size: 14px;
}
.order-history-card__info-item p {
  font-size: 12px;
}
.order-history-card__info-item.pending h4 {
  color: #d19f00;
}
.order-history-card__info-item.success h4 {
  color: #00843b;
}
.order-history-card__info-item.canceled h4 {
  color: #b42318;
}
.order-history-card__total-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 24px;
  color: #000000;
}
.order-history-card__total-items p {
  font-size: 14px;
}
.order-history-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  border-top: none !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.order-history-card .btn-view-order-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 14px;
  background: #000000;
  color: #ffffff;
  width: 100%;
}
@media (width > 768px) {
  .order-history-card .btn-view-order-details {
    padding-inline: 40px;
  }
}
.order-history-card .btn-view-order-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 14px;
  background: #000000;
  color: #ffffff;
  width: 100%;
}
@media (width > 768px) {
  .order-history-card .btn-view-order-details {
    padding-inline: 40px;
  }
}
.order-history-card .btn-view-reverse-logistics {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 14px;
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  width: 100%;
}
@media (width > 768px) {
  .order-history-card .btn-view-reverse-logistics {
    padding-inline: 40px;
  }
}
.order-history-card .btn-order-evaluation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 14px;
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  width: 100%;
}
@media (width > 768px) {
  .order-history-card .btn-order-evaluation {
    padding-inline: 40px;
  }
}

.reverse-logistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.reverse-logistics__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.reverse-logistics__header--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.reverse-logistics__header--content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.reverse-logistics__header--content h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
}
.reverse-logistics__header--content p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
@media (width > 768px) {
  .reverse-logistics__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.reverse-logistics__card {
  padding: 28px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background-color: #ffffff;
  border-radius: 8px;
}
.reverse-logistics__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.reverse-logistics__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.reverse-logistics__item {
  padding: 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (width > 768px) {
  .reverse-logistics__item {
    padding: 24px;
  }
}
.reverse-logistics__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.reverse-logistics__product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
  margin: 0;
}
.reverse-logistics__fields {
  display: grid;
  gap: 16px;
  margin-top: -12px;
}
@media (width > 768px) {
  .reverse-logistics__fields {
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.reverse-logistics__field, .reverse-logistics__reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.reverse-logistics__field label, .reverse-logistics__reason label {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.reverse-logistics__field .form-control,
.reverse-logistics__field .custom-select, .reverse-logistics__reason .form-control,
.reverse-logistics__reason .custom-select {
  min-height: 44px;
  border-radius: 8px;
  font-size: 14px;
}
.reverse-logistics__field textarea.form-control, .reverse-logistics__reason textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.reverse-logistics__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.reverse-logistics__actions .btn {
  width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}
@media (width > 768px) {
  .reverse-logistics__actions .btn {
    width: auto;
  }
}
.reverse-logistics__alert {
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
}
.reverse-logistics__alert--info {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-bottom: 4px solid #000000;
  color: #000000;
}
.reverse-logistics__alert--error {
  background-color: #fff5f5;
  border: 1px solid #b42318;
  color: #b42318;
}
.reverse-logistics__alert--success {
  background-color: #f1fff5;
  border: 1px solid #00843b;
  color: #00843b;
}
.reverse-logistics .custom-control-label {
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.reverse-logistics .custom-control-input {
  cursor: pointer;
}

.reverse-logistics .custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/filter-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 12px;
  padding-right: 40px;
  cursor: pointer;
}
.reverse-logistics .js_reverse-logistics-submit {
  padding: 0px 42px;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 768px) {
  .reverse-logistics .js_reverse-logistics-submit {
    width: 100%;
  }
}
.reverse-logistics .reverse-logistics__product-image {
  width: 150px;
}

.order-details__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.order-details__header--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.order-details__header--content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
}
.order-details__header--content h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px !important;
  font-weight: 700 !important;
}
.order-details__header--content p {
  font-size: 14px;
  line-height: 20px;
}
.order-details__header .order-details__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  width: 100%;
}
@media (width > 768px) {
  .order-details__header .order-details__actions {
    width: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.order-details__header .invoice-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 8px;
}
@media (width > 768px) {
  .order-details__header .invoice-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.order-details__header .invoice-btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.order-details__header .invoice-btn p {
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
}
@media (width > 768px) {
  .order-details__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.order-details__card {
  padding: 28px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.order-details__card-body {
  padding: 0;
}

.order-details__status .order-tracker {
  list-style: none;
  padding: 0 12px;
  margin: 0;
}
.order-details__status .order-tracker__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
  padding-bottom: 2rem;
}
.order-details__status .order-tracker__step:last-child {
  padding-bottom: 0;
}
.order-details__status .order-tracker__step:last-child::before {
  display: none;
}
.order-details__status .order-tracker__step::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 40px;
  width: 2px;
  height: calc(100% - 40px + 2rem - 4px);
  background-color: #000000;
}
.order-details__status .order-tracker__step--active .order-tracker__icon {
  background-color: #000000;
  border-color: #000000;
}
.order-details__status .order-tracker__step--active .order-tracker__icon svg {
  stroke: #ffffff;
  fill: #ffffff;
}
.order-details__status .order-tracker__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  z-index: 1;
}
.order-details__status .order-tracker__icon svg {
  width: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 20px;
}
.order-details__status .order-tracker__label {
  font-size: 12px;
  color: #000000;
}
@media (width > 768px) {
  .order-details__status .order-tracker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 0;
  }
  .order-details__status .order-tracker__step {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 12px;
    padding-bottom: 0;
    position: relative;
  }
  .order-details__status .order-tracker__step::before {
    content: "";
    position: absolute;
    top: 19px;
    left: calc(50% + 20px);
    width: calc(100% - 40px);
    height: 2px;
    background-color: #000000;
  }
  .order-details__status .order-tracker__step:last-child::before {
    display: none;
  }
  .order-details__status .order-tracker__label {
    text-align: center;
  }
}

.order-details__shipping {
  display: grid;
  gap: 4px;
}
.order-details__shipping h3 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
}
.order-details__shipping--address {
  display: grid;
  gap: 12px;
}
.order-details__shipping--info p {
  font-size: 14px;
}
.order-details__shipping--contact {
  display: grid;
  gap: 4px;
}
.order-details__shipping--contact p {
  font-size: 14px;
}
.order-details__shipping--fiscal {
  display: grid;
  gap: 4px;
  margin-top: 12px;
}
.order-details__shipping--fiscal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
}
.order-details__shipping--fiscal-item span {
  font-weight: 700;
}
.order-details__shipping--fiscal-item a {
  text-decoration: underline;
  word-break: break-word;
}
.order-details__shipping--fiscal-help {
  margin-top: 4px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #FFF6E5;
  border-left: 4px solid #E8A200;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #8A5A00;
}

.order-details__payment {
  padding: 20px 12px;
  border-radius: 8px;
}
.order-details__payment.payment-pending {
  background-color: #d19f00;
  border: 1px solid #d19f00;
}
.order-details__payment.payment-pending .pix-icon path {
  fill: #ffffff;
}
.order-details__payment.payment-pending h3,
.order-details__payment.payment-pending p {
  color: #ffffff;
}
.order-details__payment.payment-cancelled {
  background-color: #ffffff;
  border: 1px solid #b42318;
  border-bottom: 4px solid #b42318;
}
.order-details__payment.payment-cancelled .pix-icon path {
  fill: #000000;
}
.order-details__payment.payment-cancelled h3,
.order-details__payment.payment-cancelled p {
  color: #000000;
}
.order-details__payment.payment-success {
  background-color: #ffffff;
  border: 1px solid #146c2e;
  border-bottom: 4px solid #146c2e;
}
.order-details__payment.payment-success .pix-icon path {
  fill: #000000;
}
.order-details__payment.payment-success h3,
.order-details__payment.payment-success p {
  color: #000000;
}
.order-details__payment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.order-details__payment-content h3 {
  font-weight: 500;
}
.order-details__payment-content p {
  font-size: 14px;
}
@media (width > 768px) {
  .order-details__payment-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .order-details__payment-content .payment-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .order-details__payment-content .payment-msg-label {
    text-align: right;
  }
}
.order-details__payment-status {
  font-size: 16px;
  font-weight: 700;
}

.order-history-card__info-item.pending h4 {
  color: #d19f00;
}
.order-history-card__info-item.success h4 {
  color: #146c2e;
}
.order-history-card__info-item.cancelled h4 {
  color: #b42318;
}

.order-details__totals {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.order-details__totals h3 {
  font-size: 16px;
  font-weight: 700;
}
.order-details__totals .divider {
  margin-block: 12px;
}
.order-details__line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.order-details__line p {
  font-size: 14px;
  font-weight: 400;
}
.order-details__line .gran-total-label {
  font-size: 16px;
  font-weight: 700;
}
.order-details__line--discount p:last-child {
  color: #00843b;
  font-weight: 500;
}
.order-details__total-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  gap: 2px;
}
.order-details__total-value span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  gap: 2px;
}
.order-details__value {
  font-size: 12px;
}
.order-details__value--installment {
  font-size: 12px;
}

.order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.btn-back-to-orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 4px;
  text-decoration: none;
}
.btn-back-to-orders h2 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.btn-back-to-orders span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 24px;
  font-family: "Inter", sans-serif !important;
}
.product-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.product-item__image {
  width: 75px;
  height: 75px;
  border-radius: 8px;
  overflow: hidden;
  background: #f6f6f6;
}
.product-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.product-item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.product-item__details h4 {
  font-size: 14px;
  font-weight: 700 !important;
  font-family: "Inter", sans-serif !important;
  color: #000000;
}
.product-item__details p {
  font-size: 12px;
  color: #000000;
}
.product-item__details p span {
  font-size: 12px;
  color: #000000;
}

.cookie-modal {
  position: initial;
  width: auto;
  height: auto;
}
.cookie-modal .cookie-wrapper {
  position: fixed;
  bottom: 24px;
  left: 0;
  width: 100%;
  z-index: 1050;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
}
@media (max-width: 991.98px) {
  .cookie-modal .cookie-wrapper {
    bottom: 0;
    padding: 0;
  }
}
.cookie-modal .modal-content {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2196078431);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2196078431);
  border: none;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1084px;
}
@media (max-width: 991.98px) {
  .cookie-modal .modal-content {
    max-width: none;
    padding: 10px;
    border-radius: 8px 8px 0 0;
  }
}
.cookie-modal .cookie-customize-content:not(.is-hidden) {
  display: block;
}
.cookie-modal:has(.cookie-customize-content:not(.is-hidden)) .modal-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cookie-modal [hidden] {
  display: none !important;
}
.cookie-modal .is-hidden {
  display: none !important;
}
.cookie-modal .cookie-message {
  color: #222;
  font-size: 14px;
  line-height: 1.4;
}
.cookie-modal .cookie-message p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .cookie-modal .cookie-message {
    font-size: 12px;
  }
}
.cookie-modal .cookie-customize-message {
  color: #222;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.cookie-modal .cookie-customize-content {
  max-height: 52vh;
  overflow-y: auto;
}
.cookie-modal .cookie-categories {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  overflow: hidden;
}
.cookie-modal .cookie-category {
  margin: 0;
  padding: 9px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #d5d5d5;
  background: #fff;
  cursor: pointer;
}
.cookie-modal .cookie-category:last-child {
  border-bottom: none;
}
.cookie-modal .cookie-category-locked {
  cursor: default;
}
.cookie-modal .cookie-category-title {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #3a3a3a;
  font-weight: 700;
}
.cookie-modal .cookie-category-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cookie-modal .cookie-category-status {
  color: #0f5fc4;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}
.cookie-modal .cookie-switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}
.cookie-modal .cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.cookie-modal .cookie-slider {
  position: absolute;
  inset: 0;
  background-color: #9b9b9b;
  border-radius: 16px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.cookie-modal .cookie-slider::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.cookie-modal .cookie-switch input:checked + .cookie-slider {
  background-color: #1f1f1f;
}
.cookie-modal .cookie-switch input:checked + .cookie-slider::before {
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
}
.cookie-modal .modal-buttons {
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .cookie-modal .modal-buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.cookie-modal .modal-buttons button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 44px;
  padding: 0 8px;
}
@media (max-width: 991.98px) {
  .cookie-modal .modal-buttons button {
    width: 100%;
    height: 54px;
  }
}

.text-primary {
  color: #0048b2 !important;
}
.text-primary i i,
.text-primary i span,
.text-primary i p,
.text-primary i .label,
.text-primary span i,
.text-primary span span,
.text-primary span p,
.text-primary span .label,
.text-primary p i,
.text-primary p span,
.text-primary p p,
.text-primary p .label,
.text-primary .label i,
.text-primary .label span,
.text-primary .label p,
.text-primary .label .label {
  color: #0048b2 !important;
}

.bg-primary {
  background-color: #0048b2 !important;
}

.bg-primary {
  background-color: #0048b2 !important;
}

.border-primary {
  border-color: #0048b2 !important;
}

.border-primary {
  border-color: #0048b2 !important;
}

.text-primary-50 {
  color: #e6f0ff !important;
}

.text-primary-100 {
  color: #c0d9ff !important;
}

.text-primary-200 {
  color: #8fb8ff !important;
}

.text-primary-300 {
  color: #5c96ff !important;
}

.text-primary-400 {
  color: #2e75f5 !important;
}

.text-primary-500 {
  color: #0048b2 !important;
}

.text-primary-600 {
  color: #003a91 !important;
}

.text-primary-700 {
  color: #002d73 !important;
}

.text-primary-800 {
  color: #00245c !important;
}

.text-primary-900 {
  color: #001d4a !important;
}

.text-primary-950 {
  color: #00122d !important;
}

a.text-primary {
  color: #0048b2 !important;
  text-decoration: none;
}
a.text-primary:hover, a.text-primary:focus {
  color: #003a91 !important;
}
a.text-primary.underline {
  border-bottom: 1px solid #0048b2;
}
a.text-primary.underline:hover:hover, a.text-primary.underline:hover:focus, a.text-primary.underline:focus:hover, a.text-primary.underline:focus:focus {
  border-bottom: 1px solid #003a91;
}

.bg-primary-50 {
  background-color: #e6f0ff !important;
}

.bg-primary-100 {
  background-color: #c0d9ff !important;
}

.bg-primary-200 {
  background-color: #8fb8ff !important;
}

.bg-primary-300 {
  background-color: #5c96ff !important;
}

.bg-primary-400 {
  background-color: #2e75f5 !important;
}

.bg-primary-500 {
  background-color: #0048b2 !important;
}

.bg-primary-600 {
  background-color: #003a91 !important;
}

.bg-primary-700 {
  background-color: #002d73 !important;
}

.bg-primary-800 {
  background-color: #00245c !important;
}

.bg-primary-900 {
  background-color: #001d4a !important;
}

.bg-primary-950 {
  background-color: #00122d !important;
}

.border-primary-50 {
  border-color: #e6f0ff !important;
}

.border-primary-100 {
  border-color: #c0d9ff !important;
}

.border-primary-200 {
  border-color: #8fb8ff !important;
}

.border-primary-300 {
  border-color: #5c96ff !important;
}

.border-primary-400 {
  border-color: #2e75f5 !important;
}

.border-primary-500 {
  border-color: #0048b2 !important;
}

.border-primary-600 {
  border-color: #003a91 !important;
}

.border-primary-700 {
  border-color: #002d73 !important;
}

.border-primary-800 {
  border-color: #00245c !important;
}

.border-primary-900 {
  border-color: #001d4a !important;
}

.border-primary-950 {
  border-color: #00122d !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 16px;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.btn-outline-faq {
  background-color: #0048b2;
  border: none;
  color: #FFFFFF !important;
}
.btn-outline-faq span,
.btn-outline-faq i {
  color: #FFFFFF !important;
}
.btn-outline-faq .label {
  color: #FFFFFF !important;
}

button.bg-primary:hover,
button.bg-primary:focus,
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0048b2 !important;
}

header ~ #maincontent .container a:not(.btn-primary, .btn-outline-primary) {
  color: unset;
}

.btn-bg-filled-primary-with-text-white {
  background-color: #0048b2;
  color: #FFFFFF;
}

.hero-content-register h6 {
  color: #FFFFFF;
}
.hero-content-register p {
  color: #FFFFFF;
}

.hero-text-evidence {
  color: #FFFFFF;
}

.hero-title-color {
  color: #FFFFFF;
}

.hero--dark::before {
  background: rgba(0, 0, 0, 0.4);
}

.color-text-bg-filled {
  color: #000000 !important;
}
@media (max-width: 768px) {
  .color-text-bg-filled {
    color: #FFFFFF !important;
  }
}

.color-text-in-primary-bg {
  color: #FFFFFF;
}

.text-primary {
  color: #0048b2 !important;
}

.text-primary i i,
.text-primary i span,
.text-primary i p,
.text-primary i .label,
.text-primary span i,
.text-primary span span,
.text-primary span p,
.text-primary span .label,
.text-primary p i,
.text-primary p span,
.text-primary p p,
.text-primary p .label,
.text-primary .label i,
.text-primary .label span,
.text-primary .label p,
.text-primary .label .label {
  color: #0048b2 !important;
}

.bg-primary {
  background-color: #0048b2 !important;
}

.bg-primary {
  background-color: #0048b2 !important;
}

.border-primary {
  border-color: #0048b2 !important;
}

.border-primary {
  border-color: #0048b2 !important;
}

.text-primary-50 {
  color: #e6f0ff !important;
}

.text-primary-100 {
  color: #c0d9ff !important;
}

.text-primary-200 {
  color: #8fb8ff !important;
}

.text-primary-300 {
  color: #5c96ff !important;
}

.text-primary-400 {
  color: #2e75f5 !important;
}

.text-primary-500 {
  color: #0048b2 !important;
}

.text-primary-600 {
  color: #003a91 !important;
}

.text-primary-700 {
  color: #002d73 !important;
}

.text-primary-800 {
  color: #00245c !important;
}

.text-primary-900 {
  color: #001d4a !important;
}

.text-primary-950 {
  color: #00122d !important;
}

a.text-primary {
  color: #0048b2 !important;
  text-decoration: none;
}

a.text-primary:hover, a.text-primary:focus {
  color: #003a91 !important;
}

a.text-primary.underline {
  border-bottom: 1px solid #0048b2;
}

a.text-primary.underline:hover:hover, a.text-primary.underline:hover:focus, a.text-primary.underline:focus:hover, a.text-primary.underline:focus:focus {
  border-bottom: 1px solid #003a91;
}

.bg-primary-50 {
  background-color: #e6f0ff !important;
}

.bg-primary-100 {
  background-color: #c0d9ff !important;
}

.bg-primary-200 {
  background-color: #8fb8ff !important;
}

.bg-primary-300 {
  background-color: #5c96ff !important;
}

.bg-primary-400 {
  background-color: #2e75f5 !important;
}

.bg-primary-500 {
  background-color: #0048b2 !important;
}

.bg-primary-600 {
  background-color: #003a91 !important;
}

.bg-primary-700 {
  background-color: #002d73 !important;
}

.bg-primary-800 {
  background-color: #00245c !important;
}

.bg-primary-900 {
  background-color: #001d4a !important;
}

.bg-primary-950 {
  background-color: #00122d !important;
}

.border-primary-50 {
  border-color: #e6f0ff !important;
}

.border-primary-100 {
  border-color: #c0d9ff !important;
}

.border-primary-200 {
  border-color: #8fb8ff !important;
}

.border-primary-300 {
  border-color: #5c96ff !important;
}

.border-primary-400 {
  border-color: #2e75f5 !important;
}

.border-primary-500 {
  border-color: #0048b2 !important;
}

.border-primary-600 {
  border-color: #003a91 !important;
}

.border-primary-700 {
  border-color: #002d73 !important;
}

.border-primary-800 {
  border-color: #00245c !important;
}

.border-primary-900 {
  border-color: #001d4a !important;
}

.border-primary-950 {
  border-color: #00122d !important;
}

.border-bottom-1 {
  border-bottom: 1px solid #d1d1d1;
}

.border-top-1 {
  border-top: 1px solid #d1d1d1;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-24 {
  border-radius: 24px;
}

.border-none {
  border: none !important;
}

.border-icon {
  border: 1px solid #0048b2;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.gap-5 {
  gap: 20px;
}

.gap-6 {
  gap: 24px;
}

.gap-7 {
  gap: 28px;
}

.gap-8 {
  gap: 32px;
}

.gap-9 {
  gap: 36px;
}

.gap-10 {
  gap: 40px;
}

.row-gap-0 {
  row-gap: 0;
}

.row-gap-1 {
  row-gap: 4px;
}

.row-gap-2 {
  row-gap: 8px;
}

.row-gap-3 {
  row-gap: 12px;
}

.row-gap-4 {
  row-gap: 16px;
}

.row-gap-5 {
  row-gap: 20px;
}

.row-gap-6 {
  row-gap: 24px;
}

.row-gap-7 {
  row-gap: 28px;
}

.row-gap-8 {
  row-gap: 32px;
}

.column-gap-0 {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.column-gap-1 {
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.column-gap-2 {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.column-gap-3 {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.column-gap-4 {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.column-gap-5 {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.column-gap-6 {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.column-gap-7 {
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}

.column-gap-8 {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-7 {
  padding-left: 28px;
  padding-right: 28px;
}

.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-7 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-7 {
  margin-left: 28px;
  margin-right: 28px;
}

.mx-8 {
  margin-left: 32px;
  margin-right: 32px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-7 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divisor {
  border-bottom: 1px solid #d1d1d1;
  margin: 12px 0;
  opacity: 0.4;
}

.container, .container-fluid, .container-xl, .container-lg, .container-md {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (width >= 769px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (width >= 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 940px;
  }
}
@media (width >= 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
.skeleton-loading {
  background: -webkit-gradient(linear, left top, right top, from(#e7e7e7), color-stop(50%, #d1d1d1), to(#e7e7e7)) !important;
  background: linear-gradient(90deg, #e7e7e7 0%, #d1d1d1 50%, #e7e7e7 100%) !important;
  background-size: 200px 100%;
  border-radius: 4px;
  border: none !important;
  -webkit-animation: skeleton-loading 1.2s linear infinite;
          animation: skeleton-loading 1.2s linear infinite;
}

.skeleton-loading > * {
  opacity: 0;
}

@keyframes skeleton-loading {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.flex-initial {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.h-screen {
  height: 100vh;
}

.w-screen {
  width: 100vw;
}

.min-h-screen {
  min-height: 100vh;
}

.max-h-screen {
  max-height: 100vh;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.h-min {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

body,
.card,
.card-header,
.hero {
  font-family: var(--skin-body-font);
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?4jhb5p");
  src: url("../fonts/icomoon/icomoon.eot?4jhb5p#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?4jhb5p") format("truetype"), url("../fonts/icomoon/icomoon.woff?4jhb5p") format("woff"), url("../fonts/icomoon/icomoon.svg?4jhb5p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Developer Note: Only modify code from this line onward */
.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-line-down:before {
  content: "\e902";
}

.icon-arrow-line-left:before {
  content: "\e903";
}

.icon-arrow-line-right:before {
  content: "\e904";
}

.icon-arrow-line-top:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-arrow-top:before {
  content: "\e907";
}

.icon-brw:before {
  content: "\e908";
}

.icon-cart:before {
  content: "\e909";
  color: black;
}
@media (max-width: 768px) {
  .icon-cart:before {
    color: white;
  }
}

.icon-cel:before {
  content: "\e90a";
}

.icon-cupom:before {
  content: "\e90b";
}

.icon-facebook:before {
  content: "\e90c";
}

.icon-goals:before {
  content: "\e90d";
}

.icon-hamburguer:before {
  content: "\e90e";
}

.icon-heart-fill:before {
  content: "\e90f";
}

.icon-heart:before {
  content: "\e910";
}

.icon-instagram-line:before {
  content: "\e911";
}

.icon-instagram:before {
  content: "\e912";
}

.icon-linkedin:before {
  content: "\e913";
}

.icon-mail:before {
  content: "\e914";
}

.icon-map:before {
  content: "\e915";
}

.icon-orders:before {
  content: "\e916";
}

.icon-search:before {
  content: "\e917";
}

.icon-tiktok:before {
  content: "\e918";
}

.icon-truck:before {
  content: "\e919";
}

.icon-user:before {
  content: "\e91a";
}

.icon-youtube:before {
  content: "\e91b";
}

.experience-component.experience-brw_assets-newsletter {
  width: 100%;
}

.newsletter-brw .footer_newsletter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.newsletter-brw .newsletter-error {
  font-size: 12px;
  color: #fef3f2;
  padding: 0;
  line-height: 1.4;
}
.newsletter-brw .newsletter__label_group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (width <= 768px) {
  .newsletter-brw .newsletter__label_group {
    max-width: 100%;
  }
}
.newsletter-brw .newsletter__label_group p {
  margin: 0;
  color: #000000;
  line-height: 1.3;
}
.newsletter-brw .newsletter__input_group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.newsletter-brw .footer_newsletter__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
@media (width <= 768px) {
  .newsletter-brw .footer_newsletter__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.newsletter-brw .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px;
  padding-bottom: 0;
  height: 52px;
  min-height: 52px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.newsletter-brw .form-group:focus-within {
  border-color: #0048b2;
}
.newsletter-brw .form-group.is-invalid {
  border-color: #b42318;
}
.newsletter-brw .form-control-label {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 4px;
  font-weight: 400;
  line-height: 1.2;
}
.newsletter-brw .form-control-label.footer_newsletter__exemple {
  color: #999;
}
.newsletter-brw .newsletter__input {
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 12px;
  color: #6d6d6d;
  line-height: 1.4;
  outline: none;
}
.newsletter-brw .newsletter__input::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
.newsletter-brw .newsletter__input::-moz-placeholder {
  color: #999;
  font-size: 12px;
}
.newsletter-brw .newsletter__input:-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}
.newsletter-brw .newsletter__input::-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}
.newsletter-brw .newsletter__input::placeholder {
  color: #999;
  font-size: 12px;
}
.newsletter-brw .invalid-feedback {
  display: none;
  font-size: 11px;
  color: #b42318;
  margin-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  line-height: 1.3;
}
.newsletter-brw .invalid-feedback:not(:empty) {
  display: block;
}
.newsletter-brw .form-check {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  gap: 5px;
  padding-left: 0 !important;
  margin-bottom: 0;
}
.newsletter-brw .form-check.is-invalid .form-check-label {
  color: #b42318 !important;
}
.newsletter-brw .form-check.is-invalid .form-check-label p {
  color: #b42318 !important;
  margin: 0;
}
.newsletter-brw .form-check.is-invalid .form-check-label a {
  color: #b42318 !important;
}
.newsletter-brw .form-check.is-invalid .form-check-input {
  border-color: #b42318 !important;
}
.newsletter-brw .form-check .form-check-input {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  margin-top: 3px !important;
  margin-left: 0 !important;
  border: 1px solid #000000 !important;
  border-radius: 2px !important;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: transparent !important;
  position: relative;
}
.newsletter-brw .form-check .form-check-input.is-invalid {
  border-color: #b42318 !important;
}
.newsletter-brw .form-check .form-check-input:checked {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.newsletter-brw .form-check .form-check-input:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.newsletter-brw .form-check .form-check-input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 1px solid #0048b2;
  outline-offset: 1px;
}
.newsletter-brw .form-check .form-check-label {
  font-size: 14px !important;
  color: #000000 !important;
  line-height: 1.5 !important;
  cursor: pointer;
  margin: 0 !important;
  padding-left: 0 !important;
  font-weight: 400;
}
.newsletter-brw .form-check .form-check-label p {
  margin: 0;
  display: inline;
  font-size: 14px;
  color: inherit;
}
.newsletter-brw .form-check .form-check-label a {
  color: #000000 !important;
  text-decoration: underline !important;
  font-weight: 400;
}
.newsletter-brw .form-check .form-check-label a:hover {
  color: #3d3d3d !important;
}
@media (width <= 768px) {
  .newsletter-brw .form-check .form-check-label {
    font-size: 12px !important;
  }
  .newsletter-brw .form-check .form-check-label p {
    font-size: 12px;
  }
}
.newsletter-brw .newsletter__optin {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.newsletter-brw .newsletter__success {
  padding: 60px 0;
  text-align: center;
}
.newsletter-brw .newsletter__success .container__success {
  max-width: 600px;
  margin: 0 auto;
}
.newsletter-brw .newsletter__success .main__success_message {
  margin-bottom: 16px;
}
.newsletter-brw .newsletter__success .main__success_message p {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin: 0;
}
.newsletter-brw .newsletter__success .subtitle__success_message p {
  font-size: 16px;
  color: #6d6d6d;
  margin: 0;
}
.newsletter-brw .btn-newsletter__btn {
  height: 64px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.experience-component.experience-brw_assets-newsletter {
  width: 100%;
}

.newsletter-brw .newsletter__label_group p {
  color: #FFFFFF !important;
}
.newsletter-brw .form-group {
  background: #FFFFFF;
}
.newsletter-brw .form-group:focus-within {
  border-color: #0048b2;
}
.newsletter-brw .form-check .form-check-input {
  border: 1px solid #FFFFFF !important;
}
.newsletter-brw .form-check .form-check-input:checked .newsletter-brw .form-check .form-check-input::after {
  border: solid #FFFFFF;
}
.newsletter-brw .form-check .form-check-input:focus {
  outline: 1px solid #0048b2;
}
.newsletter-brw .form-check .form-check-label p {
  color: #FFFFFF;
}
.newsletter-brw .form-check .form-check-label a {
  color: #FFFFFF !important;
  background-color: transparent !important;
}
.newsletter-brw .form-check .form-check-label a:hover {
  color: #FFFFFF !important;
}
.newsletter-brw .newsletter__success .main__success_message p {
  color: #FFFFFF;
}
.newsletter-brw .newsletter__success .subtitle__success_message p {
  color: #FFFFFF;
}

.cart-summary__btn-checkout {
  background-color: #0048b2 !important;
}

.checkout-card-header {
  font-size: 1.5rem;
}

.grand-total-price {
  float: right;
  font-weight: 600;
}

.grand-total-label {
  font-weight: 600;
}

.grand-total {
  font-size: 1.125rem !important;
  font-weight: 600;
}

.order-receipt-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product-divider {
  margin-left: -0.625em;
  margin-right: -0.625em;
}
.product-divider hr {
  border-top: dashed 0.063em;
}

.product-line-item + .product-line-item::before,
.multi-shipping + .product-line-item::before {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #ccc;
  margin: 0.625em -0.625em;
}
@media (min-width: 992px) {
  .product-line-item + .product-line-item::before,
  .multi-shipping + .product-line-item::before {
    margin: 0.625em -1.225em;
  }
}

.shipment-block + .shipment-block::before {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #ccc;
  margin: 0.625em -0.625em;
}
@media (min-width: 992px) {
  .shipment-block + .shipment-block::before {
    margin: 0.625em -1.225em;
  }
}

.shipping-method {
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}

.hero-confirmation {
  background-image: url("../../images/thankyou.jpg");
  background-position-y: -8.125em;
}

.product-summary-block {
  margin: 1em 0;
}
.product-summary-block h3 {
  font-size: 1.25rem;
}

.leading-lines {
  overflow: hidden;
  margin: 0;
}
.leading-lines label {
  background-color: white;
}
.leading-lines .start-lines {
  padding: 1px;
}
.leading-lines .start-lines span {
  position: relative;
  background-color: white;
  z-index: 2;
}
.leading-lines .start-lines::before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  z-index: 1;
  color: #adadad;
}
.leading-lines .end-lines {
  padding: 1px;
}
.leading-lines .end-lines span {
  position: relative;
  background-color: white;
  z-index: 2;
}

.summary-details {
  margin-bottom: 0;
}

.summary-details .address-summary,
.summary-details .shipping-method-summary {
  margin-bottom: 0;
}
.summary-details .address-summary span,
.summary-details .shipping-method-summary span {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #242628;
}

.summary-details .address-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.summary-section-label {
  font-size: 1em;
  font-weight: 600;
}
@media (min-width: 992px) {
  .summary-section-label {
    font-weight: 500;
  }
}

.add-payment {
  margin-top: 1rem;
}

.selected-payment {
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.saved-payment-instrument {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.saved-security-code img {
  width: 80px;
}

.saved-credit-card-type {
  font-weight: 600;
}

.saved-payment-information {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.payment-information {
  margin-bottom: 1rem;
}

.checkout-hidden {
  display: none;
}

.card-image {
  margin-top: 0.5rem;
  width: 100%;
}

.cancel-new-payment {
  margin-top: 1rem;
}

.form-check.start-lines {
  padding-left: 1.5rem;
}

.multi-ship .single-shipping .shipping-content {
  display: none;
}

.multi-ship .shipping-summary .single-shipping {
  display: none;
}

.gift-message-block {
  padding-bottom: 1em;
  padding-top: 1em;
}

.single-shipping .summary-section-label {
  margin-bottom: 0;
}

.confirm-details .shipping-method,
.confirm-details .shipping-method-price {
  margin-bottom: 0;
}

.multi-ship .confirm-details .single-shipping {
  display: none;
}

.multi-shipping {
  display: none;
}

.contact-info-block {
  border-bottom: 0.063em dashed #ccc;
}

.view-address-block h3,
.shipping-method-block h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #242628;
}

.shipping-method-block {
  margin-bottom: 24px;
}

.order-confirmation-pix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.buttons-pix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.qr-code-pix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.btn-copy-pix {
  padding: 10px 16px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
}

.pix-code-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  background: #fff;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
}

.summary-order-itens {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
  margin-top: 42px;
  margin-bottom: 0;
}

.confirm-details {
  margin-bottom: 42px;
}

.order-confirmation-continue-shopping {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #242628 !important;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 11px 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .order-confirmation-continue-shopping {
    padding: 11px 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.confirmation-next-steps h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #242628;
}
.confirmation-next-steps .doubt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 42px;
}
.confirmation-next-steps .doubt h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #242628;
  margin-bottom: 12px;
}
.confirmation-next-steps .doubt span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #242628;
}
.confirmation-next-steps .doubt .phone {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  color: #242628;
}
.confirmation-next-steps .next-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.confirmation-next-steps .next-steps img {
  width: 52px;
}
.confirmation-next-steps .next-steps p {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
  margin: 0;
}
.confirmation-next-steps .next-steps span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
}

.receipt {
  padding-top: 64px;
}
@media (max-width: 768px) {
  .receipt {
    padding-top: 32px;
  }
}
.receipt h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #242628;
  text-transform: uppercase;
}

.line-item-attributes,
.line-item-option {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #888;
  margin: 0;
}

.form-group.required .form-control-label::before {
  content: "*";
  color: #c00;
}

.hide-pix-discount {
  display: none;
}

.line-item-name {
  white-space: normal;
}

.card.ghost {
  opacity: 0.5;
}

.arrival-time,
.shipping-cost {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #242628;
}

.display-name {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #242628;
}

.billing-address {
  display: block;
}

.checkout-checkbox {
  font-size: 0.875em;
}

.customer-information-block .btn-link {
  color: var(--skin-link-color-2);
  padding: 0;
  vertical-align: baseline;
}

.edit-button {
  border: none;
  padding: 0;
  background: none;
}

.error-message {
  display: none;
}

.next-step-button {
  z-index: 3;
  position: static;
  padding-right: 0.938em;
  padding-left: 0.938em;
  bottom: 0;
}
@media (max-width: 768px) {
  .next-step-button {
    margin-bottom: 24px;
  }
  .next-step-button .submit-shipping,
  .next-step-button .submit-payment,
  .next-step-button .place-order {
    width: 100%;
  }
}

.shipping-methods {
  font-size: 1.125em;
  font-weight: 600;
}

.shipping-method-option {
  font-size: 0.938em;
  padding-left: 6px;
  padding-bottom: 2px;
}

.form-check-input[type=radio]:checked::before,
.payment-check-input[type=radio]:checked::before {
  display: none;
}

.shipping-method-list {
  row-gap: 12px;
}

.shipping-method-pricing {
  font-weight: bolder;
}

.multi-ship .multi-shipping {
  display: block;
}

span.ship-to-name,
span.ship-to-address1,
span.ship-to-address2,
span.ship-to-phone,
span.ship-to-city-st-zip {
  display: block;
}

.btn-show-details {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background-color: #6c7379;
  border-radius: 4px;
  border: none;
  height: 40px;
  padding: 9px;
}

.btn-add-new {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 4px;
  height: 40px;
  padding: 9px;
}

.edit-button,
.btn-show-details,
.btn-add-new {
  float: right;
  cursor: pointer;
}
.edit-button:hover,
.btn-show-details:hover,
.btn-add-new:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .data-checkout-stage {
    margin-bottom: 24px;
  }
}
.data-checkout-stage[data-checkout-stage] .card.payment-summary,
.data-checkout-stage[data-checkout-stage] .shipping-summary,
.data-checkout-stage[data-checkout-stage] .shipping-submit-stage {
  display: none;
}
.data-checkout-stage[data-checkout-stage] button.place-order,
.data-checkout-stage[data-checkout-stage] button.submit-payment,
.data-checkout-stage[data-checkout-stage] button.submit-shipping {
  display: none;
}
.data-checkout-stage[data-checkout-stage=customer] .card.ghost.customer,
.data-checkout-stage[data-checkout-stage=customer] .card.ghost.shipping,
.data-checkout-stage[data-checkout-stage=customer] .card-checkout.customer-summary,
.data-checkout-stage[data-checkout-stage=customer] .shipping-section,
.data-checkout-stage[data-checkout-stage=customer] .shipping-method-block,
.data-checkout-stage[data-checkout-stage=customer] .payment-form {
  display: none;
}
.data-checkout-stage[data-checkout-stage=customer] button.submit-customer {
  display: block;
}
.data-checkout-stage[data-checkout-stage=shipping] .card-checkout.customer-section,
.data-checkout-stage[data-checkout-stage=shipping] button.submit-customer,
.data-checkout-stage[data-checkout-stage=shipping] .card.ghost.customer,
.data-checkout-stage[data-checkout-stage=shipping] .card.ghost,
.data-checkout-stage[data-checkout-stage=shipping] .payment-form {
  display: none;
}
.data-checkout-stage[data-checkout-stage=shipping].multi-ship .order-product-summary {
  display: none;
}
.data-checkout-stage[data-checkout-stage=shipping] button.submit-shipping {
  display: block;
}
.data-checkout-stage[data-checkout-stage=shipping]:not(.multi-ship)[data-shipping-step=address] .checkout-shipping-summary,
.data-checkout-stage[data-checkout-stage=shipping]:not(.multi-ship)[data-shipping-step=address] .shipping-submit-stage {
  display: none;
}
.data-checkout-stage[data-checkout-stage=shipping]:not(.multi-ship)[data-shipping-step=address] .single-shipping .shipping-method-block {
  display: block;
}
.data-checkout-stage[data-checkout-stage=shipping]:not(.multi-ship)[data-shipping-step=review] .checkout-customer-summary,
.data-checkout-stage[data-checkout-stage=shipping]:not(.multi-ship)[data-shipping-step=review] .shipping-section,
.data-checkout-stage[data-checkout-stage=shipping]:not(.multi-ship)[data-shipping-step=review] .checkout-shipping-summary {
  display: none;
}
.data-checkout-stage[data-checkout-stage=shipping]:not(.multi-ship)[data-shipping-step=review] .shipping-submit-stage,
.data-checkout-stage[data-checkout-stage=shipping]:not(.multi-ship)[data-shipping-step=review] .shipping-submit-summary {
  display: block;
}
.data-checkout-stage[data-checkout-stage=shipping]:not(.multi-ship)[data-shipping-step=review] .shipping-submit-summary .shipping-method-summary {
  display: none;
}
.data-checkout-stage[data-checkout-stage=shipping]:not(.multi-ship)[data-shipping-step=review] .shipping-submit-shipment .shipment-selector-block,
.data-checkout-stage[data-checkout-stage=shipping]:not(.multi-ship)[data-shipping-step=review] .shipping-submit-shipment .shipping-address-block,
.data-checkout-stage[data-checkout-stage=shipping]:not(.multi-ship)[data-shipping-step=review] .shipping-submit-shipment .view-address-block {
  display: none;
}
.data-checkout-stage[data-checkout-stage=shipping] .shipment-selector-block {
  margin-bottom: 12px;
}
.data-checkout-stage[data-checkout-stage=shipping] .shipment-selector-block .btn-show-details,
.data-checkout-stage[data-checkout-stage=shipping] .shipment-selector-block .btn-add-new {
  border: none;
}
.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=customer] .shipping-address-block,
.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=edit] .shipping-address-block {
  display: none;
}
.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=shipment] .shipping-address-form {
  display: none;
}
.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .shipment-button {
  display: none;
}
.data-checkout-stage[data-checkout-stage=payment] button.submit-customer,
.data-checkout-stage[data-checkout-stage=payment] .customer-section,
.data-checkout-stage[data-checkout-stage=payment] .shipping-section,
.data-checkout-stage[data-checkout-stage=payment] .card.ghost {
  display: none;
}
.data-checkout-stage[data-checkout-stage=payment] .payment-form,
.data-checkout-stage[data-checkout-stage=payment] .shipping-summary {
  display: block;
}
.data-checkout-stage[data-checkout-stage=payment] button.submit-payment {
  display: none;
}
.data-checkout-stage[data-checkout-stage=payment] button.place-order {
  display: block;
  margin-top: 24px;
}
.data-checkout-stage[data-checkout-stage=payment] .address-selector-block .btn-show-details,
.data-checkout-stage[data-checkout-stage=payment] .address-selector-block .btn-add-new {
  border: none;
}
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=customer] .billing-address,
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=shipment] .billing-address,
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=edit] .billing-address {
  display: none;
}
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=new] .shipment-button,
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=details] .shipment-button {
  display: none;
}
.data-checkout-stage[data-checkout-stage=placeOrder] button.submit-customer,
.data-checkout-stage[data-checkout-stage=placeOrder] .customer-section,
.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-section,
.data-checkout-stage[data-checkout-stage=placeOrder] .payment-form,
.data-checkout-stage[data-checkout-stage=placeOrder] .card.ghost {
  display: none;
}
.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-summary,
.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-summary,
.data-checkout-stage[data-checkout-stage=placeOrder] button.place-order {
  display: block;
}
.data-checkout-stage[data-checkout-stage=submitted] .shipping-form,
.data-checkout-stage[data-checkout-stage=submitted] .payment-form,
.data-checkout-stage[data-checkout-stage=submitted] button.submit-customer,
.data-checkout-stage[data-checkout-stage=submitted] .card.ghost,
.data-checkout-stage[data-checkout-stage=submitted] .summary-section-label.shipping-addr-label {
  display: none;
}
.data-checkout-stage[data-checkout-stage=submitted] .card.payment-summary,
.data-checkout-stage[data-checkout-stage=submitted] .shipping-summary {
  display: block;
}
.data-checkout-stage[data-checkout-stage=submitted] button.place-order {
  display: none;
}
.data-checkout-stage option[value=new] {
  display: none;
}
.data-checkout-stage h5 > span {
  font-size: 0.8em;
}

[data-customer-type=guest] .single-shipping .shipment-selector-block,
.single-shipping .multi-ship-action-buttons,
.single-shipping .view-address-block {
  display: none;
}

.multi-ship-address-actions .btn-save-multi-ship {
  margin-left: 10px;
}

.checkout-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ced1d3;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #d1d1d1;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .circle {
    width: 24px;
    height: 24px;
  }
}

.label {
  margin-left: 8px;
  font-size: 14px;
}

.bar {
  width: 37px;
  height: 2px;
  background: #ced1d3;
  margin: 0 12px;
}
@media (max-width: 768px) {
  .bar {
    margin: 0 4px;
  }
}

.checkout-steps.step-1 .step:nth-child(1),
.checkout-steps.step-2 .step:nth-child(1),
.checkout-steps.step-2 .step:nth-child(3),
.checkout-steps.step-3 .step {
  color: #242628;
  font-weight: 700;
}

.checkout-steps.step-1 .step:nth-child(1) .circle,
.checkout-steps.step-2 .step:nth-child(1) .circle,
.checkout-steps.step-2 .step:nth-child(3) .circle,
.checkout-steps.step-3 .circle {
  background: #000000;
}

.checkout-steps.step-2 .bar:nth-of-type(1),
.checkout-steps.step-3 .bar {
  background: #242628;
}

.cart-back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #000000 !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cart-back-link:hover {
  color: #000000;
  text-decoration: none;
}

.checkout-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 24px;
  width: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.checkout-title h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #242628;
}
.checkout-title h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #242628;
  margin: 0;
}

.edit-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-info img {
  margin-top: 6px;
}

.btn-checkout {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 4px;
  border: 0;
  padding: 12px 69px;
}

.payment-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.card-checkout {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
.card-checkout .summary-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.card-checkout .summary-details p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #242628;
  margin-bottom: 0;
}
.card-checkout .summary-details a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  color: #00639b !important;
}
@media (max-width: 768px) {
  .card-checkout .summary-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.card-checkout .summary-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-checkout .summary-user-info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
}

.addressSelector {
  border: 0;
  position: absolute;
  top: 20px;
}

.registered-addresses-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid #f6f6f6;
  border-radius: 8px;
  background: #f6f6f6;
}

.registered-address-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin: 0;
  cursor: pointer;
}

.registered-address-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.registered-address-checkbox:checked {
  border-color: #000000;
  background: #000000;
}
.registered-address-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.registered-address-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6c7379;
}

.registered-address-checkbox:checked + .registered-address-text {
  color: #242628;
}

.single-shipping h2,
.single-shipping h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #242628;
  margin-top: 24px;
  margin-bottom: 16px;
}

.payment-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #242628;
  margin-top: 24px;
  margin-bottom: 16px;
}

.order-total-summary {
  padding: 12px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}

.payment-safe-msg,
.confirmation-safe-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background-color: #f6f6f6;
  border: 0;
  border-radius: 8px;
  width: 100%;
}
.payment-safe-msg p,
.confirmation-safe-msg p {
  font-weight: 400;
  line-height: 16px;
  color: #242628;
  margin: 0;
}
@media (max-width: 768px) {
  .payment-safe-msg,
  .confirmation-safe-msg {
    height: auto;
    padding: 15px;
  }
}

.payment-safe-msg {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  margin-bottom: 24px;
}
.payment-safe-msg p {
  font-size: 12px;
}
.payment-safe-msg img {
  width: 16px;
}

.confirmation-safe-msg {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: auto;
  margin-top: 18px;
  margin-bottom: 42px;
  padding: 15px;
}
.confirmation-safe-msg p {
  font-size: 15px;
}
.confirmation-safe-msg img {
  width: 20px;
}

.payment-card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.payment-card-title h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
}
.payment-card-title img {
  width: 20px;
  padding-bottom: 8px;
}

.payment-subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #242628;
}

.save-credit-card label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #242628;
}

.custom-control-input ~ .custom-control-label::before {
  border: 1px solid #d1d1d1;
  background-color: #FFFFFF;
  border-radius: 4px;
  background: #FFFFFF;
  top: 1px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #d1d1d1;
  background: #d1d1d1;
  border-color: #d1d1d1;
  top: 1px;
}

.custom-control-input ~ .custom-control-label::after {
  top: 3px;
}

.custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  content: "";
  position: absolute;
  left: -1.1rem;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.submit-payment {
  margin-top: 24px;
}

.line-item-brinde {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #f5f6f6;
  background-color: #0048b2;
  border-radius: 4px;
  padding: 4px 37px;
  margin-top: 12px;
  margin-bottom: 6px;
}

.total-summary p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
}

.shipment-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .shipment-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}

.login-oauth {
  margin-top: 32px;
}
.login-oauth a {
  width: 100%;
  background-color: #e5e7e8;
  border: 0;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #242628 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 16px 0;
}
.login-oauth a:hover {
  text-decoration: none;
  color: #242628 !important;
}

.js-login-customer {
  color: #000000 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  border: 0;
  background-color: transparent;
}

.submit-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 0;
  border: 0;
  border-radius: 4px;
  margin-bottom: 12px;
}

.payment-select .payment-option {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.payment-select .payment-option.is-active {
  border: 1px solid #00843B;
}
.payment-select .payment-option-header {
  padding: 0;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
.payment-select .payment-option-header:focus {
  outline: 0;
}
.payment-select .payment-option-body {
  margin-top: 12px;
}
.payment-select .payment-option-body .saved-payment-selector input[type=radio]:checked::after {
  content: "";
  position: absolute;
  min-width: 10px;
  min-height: 10px;
  background: #0048b2;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.saved-credit-card-type {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
}

.saved-credit-card-number,
.saved-credit-card-expiration-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #242628;
}

.security-code-input {
  max-width: 82px;
  max-height: 46px;
}

.select-installments {
  max-width: 50%;
  padding-left: 0;
}

.saved-payment-security-code {
  border: 0 !important;
}

.confirmation-pix-payment {
  margin-bottom: 1.5rem;
  background-color: #FFFFFF;
}
.confirmation-pix-payment .card-body {
  padding: 1rem;
}
@media (min-width: 768px) {
  .confirmation-pix-payment .card-body {
    padding: 1.25rem;
  }
}
.confirmation-pix-payment .confirmation-pix-pending-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.confirmation-pix-payment .confirmation-pix-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .confirmation-pix-payment .confirmation-pix-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}
.confirmation-pix-payment .confirmation-pix-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.confirmation-pix-payment .confirmation-pix-title {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #242628;
}
@media (max-width: 767.98px) {
  .confirmation-pix-payment .confirmation-pix-title {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.confirmation-pix-payment .confirmation-pix-instructions {
  max-width: 32rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  color: #242628;
}
@media (max-width: 767.98px) {
  .confirmation-pix-payment .confirmation-pix-countdown {
    text-align: center;
  }
}
.confirmation-pix-payment .confirmation-pix-countdown .confirmation-pix-countdown-label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  color: #242628;
}
.confirmation-pix-payment .confirmation-pix-countdown .confirmation-pix-countdown-value {
  display: block;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #242628;
}
@media (max-width: 767.98px) {
  .confirmation-pix-payment .confirmation-pix-countdown .confirmation-pix-countdown-value {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}
.confirmation-pix-payment .confirmation-pix-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 768px) {
  .confirmation-pix-payment .confirmation-pix-qr {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.confirmation-pix-payment .confirmation-pix-qr-image {
  display: block;
  width: 100%;
  max-width: 190px;
  height: auto;
}
.confirmation-pix-payment .confirmation-pix-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .confirmation-pix-payment .confirmation-pix-copy {
    grid-template-columns: minmax(220px, 286px) minmax(0, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.confirmation-pix-payment .confirmation-pix-copy-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  border: 1px solid #242628;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #242628;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.confirmation-pix-payment .confirmation-pix-copy-btn:hover, .confirmation-pix-payment .confirmation-pix-copy-btn:focus, .confirmation-pix-payment .confirmation-pix-copy-btn:active {
  border-color: #242628;
  background-color: #FFFFFF;
  color: #242628;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.confirmation-pix-payment .confirmation-pix-copy-btn .confirmation-pix-copy-btn-label {
  display: inline-block;
}
.confirmation-pix-payment .confirmation-pix-copy-btn .icon-copy {
  font-size: 1rem;
  line-height: 1;
}
.confirmation-pix-payment .confirmation-pix-copy-code {
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 1rem;
  border: 1px solid #242628;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #242628;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.confirmation-pix-payment .confirmation-pix-copy-code[readonly] {
  background-color: #FFFFFF;
  opacity: 1;
  cursor: text;
}
.confirmation-pix-payment .confirmation-pix-result-block {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.confirmation-pix-payment .confirmation-pix-result-block .confirmation-pix-status-message {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0;
  color: #242628;
}
.confirmation-pix-payment .confirmation-pix-result-block .confirmation-pix-status-message.is-paid {
  color: #129163;
}
.confirmation-pix-payment .confirmation-pix-result-block .confirmation-pix-status-message.is-expired {
  color: #c00;
}
.confirmation-pix-payment .confirmation-pix-result-block .confirmation-pix-result-btn {
  min-width: 220px;
  color: #FFFFFF !important;
  margin-top: 0.25rem;
}

.order-discount-total,
.pix-discount-total,
.discount-value {
  color: #00843B !important;
}

.shipping-address .shipping-address-block .form-group {
  height: 64px;
}

#checkout-main .credit-card-form .form-control,
#checkout-main .debit-card-content .form-control {
  height: 35px;
}

.card-checkout .summary-details a {
  color: #0048b2 !important;
}

.confirmation-pix-payment .confirmation-pix-copy-btn {
  border: 1px solid #0048b2;
  color: #0048b2;
}
.confirmation-pix-payment .confirmation-pix-copy-btn:hover, .confirmation-pix-payment .confirmation-pix-copy-btn:focus, .confirmation-pix-payment .confirmation-pix-copy-btn:active {
  border-color: #0048b2;
  color: #0048b2;
}
.confirmation-pix-payment .confirmation-pix-copy-code {
  border: 1px solid #0048b2;
  color: #0048b2;
}

.confirmation-pix-payment .confirmation-pix-copy-btn .confirmation-pix-copy-btn-label {
  color: #0048b2;
}

.myAccount__menu__list {
  list-style: none;
  border-radius: 16px;
  padding: 0;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}

.myAccount__menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 16px;
  text-decoration: none;
  color: #000000;
}

.myAccount__menu__item a:hover {
  background: #e7e7e7;
}

.myAccount__menu__item.active {
  background-color: #000000;
}
.myAccount__menu__item.active a,
.myAccount__menu__item.active a * {
  color: #FFFFFF;
}

.myAccount__menu.addresses .myAccount__menu__item.addresses a {
  color: #000000;
}

.myAccount__menu.orders .myAccount__menu__item.orders a {
  color: #000000;
}

.myAccount__menu.payments .myAccount__menu__item.payments a {
  color: #000000;
}

.myAccount__menu.myfavorites .myAccount__menu__item.myFavorites a {
  color: #000000;
}

.myAccount__menu__item.active {
  background-color: #0048b2 !important;
}

.navbar-header .logo-home {
  width: 183px;
}
@media (max-width: 768px) {
  .navbar-header .logo-home {
    width: 101px;
  }
}

.site-search input {
  background: #FFFFFF;
}
.site-search .icon-search {
  color: #FFFFFF;
  background-color: #000000;
}
.site-search .icon-search:hover {
  background-color: #000000;
}

.color-icon-primary::before {
  color: #000000;
}
@media (max-width: 768px) {
  .color-icon-primary::before {
    color: #FFFFFF;
  }
}

.minicart .minicart-quantity {
  background-color: #003a91;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .minicart .minicart-quantity {
    background-color: #000000;
  }
}

.secure-badge__icon {
  color: #0048b2;
}

.bg-header {
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .bg-header {
    background-color: #0048b2;
  }
}

@media (max-width: 543.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    min-width: 50%;
    left: 0;
  }
}
.menu-toggleable-left.navbar-toggleable-xl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 100%;
}
.menu-toggleable-left.navbar-toggleable-xl.in {
  min-width: 50%;
  left: 0;
}

.header-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 767.98px) {
  .header-main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0;
}
@media (min-width: 768px) {
  .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .navbar.bg-inverse .navbar-nav .nav-link {
    padding: 0.8rem;
    white-space: nowrap;
  }
}

.navbar-expand-md .navbar-nav.nav-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-expand-md .navbar-nav.nav-spaced {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.navbar-expand-md .navbar-nav.nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: #fff;
  color: #444;
}

@media (min-width: 768px) {
  .menuDesktop .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .menuDesktop .dropdown.show > .dropdown-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .nav-item > .nav-link {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 99;
  }
}

.menu-toggleable-left .close-menu {
  padding: 15px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 768px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
.menu-toggleable-left .menu-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.menu-toggleable-left li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: white !important;
    color: #222;
  }
}
@media (max-width: 543.98px) {
  .menu-toggleable-left.in {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eee;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-toggle::after {
    display: none !important;
    content: none !important;
  }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    background: #fff;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
  }
}

.dropdown-item,
.submenu-title,
.view-all-link {
  font-size: 14px;
}

.dropdown-menu {
  padding: 0 !important;
}

.multilevel-dropdown .dropdown {
  position: relative;
}
.multilevel-dropdown .dropdown-menu {
  top: 40px;
  left: 0;
  border: 0;
  border-radius: 0;
  display: none;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .multilevel-dropdown .dropdown-menu {
    min-width: 280px;
    position: absolute;
    -webkit-box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
            box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
  }
}
.multilevel-dropdown .dropdown.show > .dropdown-menu {
  display: block;
}
.multilevel-dropdown .dropdown-menu > .dropdown {
  position: static;
}
@media (min-width: 768px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    margin: 0;
    z-index: 2;
    background: #fff;
  }
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}
.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}
.multilevel-dropdown .dropdown-item.dropdown {
  position: static;
  padding: 0;
}
.multilevel-dropdown .dropdown-item {
  padding: 0;
  border-bottom: 1px solid #eee;
}
.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: 0;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: bold;
}
.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}
.multilevel-dropdown .dropdown-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 48px;
  padding-left: 1rem;
}
.multilevel-dropdown .dropdown-link-wrapper:hover .dropdown-arrow-toggle {
  border-left-color: #bdbdbd;
}
.multilevel-dropdown .dropdown-link--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 14px 0;
}
.multilevel-dropdown .dropdown-link--text:hover {
  color: #000;
  text-decoration: underline;
}
.multilevel-dropdown .dropdown-link--text:focus {
  color: #000;
  text-decoration: underline;
}
.multilevel-dropdown .dropdown-arrow-toggle {
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}
.multilevel-dropdown .dropdown-arrow-toggle:hover {
  background: #f5f5f5;
}
.multilevel-dropdown .dropdown-arrow-toggle:focus {
  outline: none;
  background: #f5f5f5;
}
.multilevel-dropdown .dropdown-arrow-toggle .menuMobile__categoryArrow {
  margin: 0;
  font-size: 12px;
}
.multilevel-dropdown .dropdown-item.active,
.multilevel-dropdown .dropdown-item:active {
  background-color: #e9ecef !important;
  color: #000 !important;
}
.multilevel-dropdown .submenu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
  padding: 0;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.multilevel-dropdown .submenu-header .submenu-back {
  width: 48px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: 0;
  border-right: 1px solid #e5e5e5;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.multilevel-dropdown .submenu-header .submenu-back:hover, .multilevel-dropdown .submenu-header .submenu-back:focus {
  background: #f5f5f5;
  border-right-color: #bdbdbd;
  outline: none;
}
.multilevel-dropdown .submenu-header .submenu-back .icon-arrow-left {
  margin: 0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.multilevel-dropdown .submenu-header .submenu-back .icon-arrow-left:before {
  font-size: 12px;
}
.multilevel-dropdown .submenu-header .submenu-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
  padding: 0 1rem;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.multilevel-dropdown .submenu-header .submenu-title:hover, .multilevel-dropdown .submenu-header .submenu-title:focus {
  color: #000;
  text-decoration: underline;
  background: #f5f5f5;
}
.multilevel-dropdown .submenu-header:hover .submenu-back {
  border-right-color: #bdbdbd;
}
.multilevel-dropdown .view-all-item {
  border-bottom: 1px solid #eee;
  padding: 0.5em 1em;
}
.multilevel-dropdown .view-all-item .view-all-link {
  font-weight: 700;
  text-decoration: underline;
  color: #000;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .menuDesktop {
    display: none;
  }
}

.menuMobile {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
}
@media (min-width: 768px) {
  .menuMobile {
    display: none;
  }
}

.menuMobile__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.menuMobile__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.menuMobile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.menuMobile__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.menuMobile__profile .close {
  opacity: 1;
  margin-left: auto;
  padding-bottom: 0;
}
.menuMobile__profile .menuMobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 99px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 8px 12px;
}
.menuMobile__profile .menuMobile-header .logo-mobile {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
}
.menuMobile__profile .profileHeader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  background: #000;
  padding: 20px 12px;
}
.menuMobile__profile .profileHeader .menu-mobile-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.menuMobile__profile .profileHeader .menu-login-mobile {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 4px;
  min-width: 135px;
  width: -webkit-fill-available;
  height: 44px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.menuMobile__profile .profileHeader .menu-login-mobile a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.menuMobile__profile .profileHeader .menu-register-mobile {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 4px;
  min-width: 135px;
  width: -webkit-fill-available;
  height: 44px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.menuMobile__profile .profileHeader .menu-register-mobile a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.menuMobile__profile .profileHeader .profileHeader--welcome-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 4px;
}
.menuMobile__profile .profileHeader .profileHeader--access-account {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.menuMobile__profile .profileHeader .login-register {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menuMobile__categoryArrow {
  margin-left: auto;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.menuMobile__category.is-open > .menuMobile__categoryTrigger .menuMobile__categoryArrow,
.menuMobile__root.is-open > .menuMobile__categoryTrigger .menuMobile__categoryArrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sports-dropdown {
  position: relative;
}

.sports-dropdown-menu {
  padding: 0;
  min-width: 420px;
  max-width: 640px;
}
@media (min-width: 768px) {
  .sports-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
    z-index: 20;
  }
}

.sports-dropdown.show > .sports-dropdown-menu {
  display: block;
}

.sports-dropdown-content {
  padding: 24px;
}

.menuMobile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menuMobile__root,
.menuMobile__category,
.menuMobile__redirectCategory {
  border-bottom: 1px solid #e5e5e5;
}

.menuMobile__categoryTrigger {
  width: 100%;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 12px;
  text-align: left;
}

.arrow-left {
  margin-left: auto;
  font-size: 12px;
}

.menuMobile__categoryLabel {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.menuMobile__categoryPanel {
  background: #fff;
}
.menuMobile__categoryPanel .menuMobile__categoryRow .menuMobile__categoryLink {
  padding-left: 32px;
}
.menuMobile__categoryPanel .menuMobile__redirectLink {
  padding-left: 32px;
}
.menuMobile__categoryPanel .menuMobile__categoryPanel .menuMobile__categoryLink,
.menuMobile__categoryPanel .menuMobile__categoryPanel .menuMobile__redirectLink {
  padding-left: 48px;
}

.menuMobile__redirectLink {
  display: block;
  padding: 16px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.menuMobile__redirectLink:hover,
.menuMobile__redirectLink:focus {
  color: #000;
  text-decoration: none;
}

.menuMobile__categoryPanel--contentAsset {
  padding: 0 12px 16px;
}

.menuMobile__contentAssetWrapper {
  padding-top: 12px;
}

.menumobile-subcategories-all-subcategories {
  padding: 12px 12px 0;
}
.menumobile-subcategories-all-subcategories a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

.promotions-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 767.98px) {
  .promotions-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px !important;
  }
}

.sports-category-dropdown {
  left: -150px !important;
}

@media (min-width: 768px) {
  .menuDesktop {
    position: relative;
  }
  .menuDesktop .nav-mega-menu {
    position: static;
  }
  .menuDesktop .nav-mega-menu > .mega-menu-figma {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 30;
    display: none;
    width: 100%;
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 24px 28px !important;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .menuDesktop .nav-mega-menu.show > .mega-menu-figma {
    display: block;
  }
  .menuDesktop .root-department {
    position: relative;
  }
  .menuDesktop .root-department > .dropdown-menu {
    position: absolute;
    top: 38px;
    left: 0;
    right: auto;
    width: auto;
    min-width: 280px;
    z-index: 35;
  }
}
.mega-menu-figma {
  background: #fff;
}

.mega-menu-figma__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 150px));
  -webkit-column-gap: 52px;
     -moz-column-gap: 52px;
          column-gap: 52px;
  row-gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.mega-menu-figma__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 0;
}

.mega-menu-figma__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.mega-menu-figma__title a {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
}

.mega-menu-figma__title a:hover {
  text-decoration: underline;
}

.mega-menu-figma__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu-figma__list li {
  margin: 0;
  padding: 0;
}

.mega-menu-figma__list a {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}

.mega-menu-figma__list a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .mega-menu-figma {
    padding: 16px 12px;
  }
  .mega-menu-figma__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 24px;
  }
  .mega-menu-figma__title {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .mega-menu-figma__list {
    gap: 6px;
  }
}
.dropdown-toggle {
  display: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-decoration: none !important;
}
.dropdown-toggle:hover > :first-child {
  text-decoration: underline;
}

.menuMobile__categoryRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-height: 48px;
  border-bottom: 1px solid #eee;
}
.menuMobile__categoryRow:hover .menuMobile__categoryArrowButton {
  border-left-color: #bdbdbd;
}

.menuMobile__categoryLink {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.menuMobile__categoryLink:hover, .menuMobile__categoryLink:focus {
  color: #000;
  text-decoration: underline;
  background: #f5f5f5;
}

.menuMobile__categoryArrowButton {
  width: 48px;
  border: 0;
  border-left: 1px solid #e5e5e5;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.menuMobile__categoryArrowButton:hover, .menuMobile__categoryArrowButton:focus {
  background: #f5f5f5;
  outline: none;
}
.menuMobile__categoryArrowButton .menuMobile__categoryArrow {
  margin: 0;
  font-size: 12px;
}

.menuMobile__profile .profileHeader {
  background: #0048b2;
}

.step-progress {
  width: 100%;
}

.step-bar {
  width: 100%;
  max-width: 100%;
  height: 8px;
  background-color: #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.step-bar-fill {
  height: 100%;
  background-color: #0048b2;
  width: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.step-progress-label {
  margin-top: 0.1px;
  text-align: center;
  font-size: 14px;
  color: #888888;
  font-weight: 700;
}

.step-navigator {
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 12px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .step-navigator {
    max-width: 500px;
  }
}

.step-navigator button {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}

.step-title {
  font-size: 16px;
  font-weight: 700;
}

.step-icon-back {
  font-size: 11px;
  font-weight: 900;
  margin-right: 6px;
}

.step-header {
  gap: 8px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.step-title-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step-bar-fill {
  background-color: #0048b2 !important;
}

.footer-container-texts {
  color: #FFFFFF;
  margin-left: 5px;
}

.login-footer {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-login-logo {
  width: 120px;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 16px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-container-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer-container-texts .content-asset:first-child {
  color: #000000;
  font-weight: 700;
}

.label-warning {
  line-height: 16px;
  font-size: 12px;
  color: #b0b0b0;
}

.login-footer {
  background-color: #000000;
}

.footer-text-title {
  color: #000000;
}

@media (max-width: 768px) {
  .footer-logo {
    width: 97px;
    height: 25px;
    margin: -10px 0px 5px -5px;
  }
}
.brw-footer__accordion {
  width: 100%;
}
.brw-footer__item:not(:last-child) {
  border-bottom: 1px solid #000;
}
.brw-footer__item.is-open .brw-footer__content {
  max-height: 300px;
}
.brw-footer__item.is-open .brw-footer__icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.brw-footer__header {
  width: 100%;
  padding: 12px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.brw-footer__header span {
  font-size: 16px;
  font-weight: 700 !important;
  color: #fff;
}
.brw-footer__header:focus {
  outline: none;
}
.brw-footer__icon {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.brw-footer__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.brw-footer__list li {
  padding: 0px 12px;
  margin-bottom: 8px;
}
.brw-footer__list a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.brw-footer__list a:hover {
  text-decoration: underline;
}
@media (width >= 768px) {
  .brw-footer__accordion {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 36px;
  }
  .brw-footer__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 200px;
    border: none !important;
  }
  .brw-footer__content {
    max-height: 100% !important;
  }
  .brw-footer__icon {
    display: none;
  }
  .brw-footer__header {
    padding: 0 !important;
    margin-bottom: 8px;
    cursor: default;
  }
  .brw-footer__list li {
    padding: 0;
    margin-bottom: 8px;
  }
  .brw-footer .brw-footer__accordion.js-footer-accordion > .content-asset {
    width: 100%;
  }
}

.brw-footer__social {
  background: #000;
  padding: 1rem 0;
}
.brw-footer__social > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.brw-footer__social > div a {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.brw-footer__social > div a:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media (width >= 768px) {
  .brw-footer__social > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (width >= 1024px) {
  .brw-footer__social .back-btn .floating-cta {
    position: fixed;
    right: 20px;
    bottom: 16px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .brw-footer__social .back-btn .floating-cta .back-to-top {
    margin: 0 !important;
    padding-right: 6px;
    border-radius: 50px;
    border: 1px solid #fff !important;
  }
  .brw-footer__social .back-btn .floating-cta .back-to-top .back-title {
    display: block;
  }
  .brw-footer__social .back-btn .floating-cta.is-over-copyright {
    bottom: 132px;
  }
}

.brw-footer__top {
  background: #000 !important;
  padding: 2rem 0;
}
.brw-footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.brw-footer__brand img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.brw-footer__brand p {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
@media (width >= 768px) {
  .brw-footer__brand {
    max-width: 305px;
  }
}
.brw-footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  margin-bottom: 20px;
  padding-block: 0.75rem;
  gap: 10px;
  width: 100%;
  background: #fff !important;
  border-radius: 4px;
  border: 1px solid #fff !important;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.brw-footer__cta img {
  margin: 0 !important;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.brw-footer__cta > p {
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
}
.brw-footer__cta:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.brw-footer__middle {
  padding: 2rem 0;
  background: #000;
  color: #fff !important;
}
.brw-footer__middle .payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.brw-footer__middle .payment-methods .payment-item {
  display: grid;
  gap: 8px;
}
.brw-footer__middle .payment-methods .payment-item h4,
.brw-footer__middle .payment-methods .payment-item p {
  color: #fff !important;
  font-size: 14px;
}
.brw-footer__middle .payment-methods .payment-item-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.brw-footer__middle .payment-methods .payment-item-icons img {
  height: auto;
  max-width: 32px !important;
}
@media (width >= 768px) {
  .brw-footer__middle {
    padding: 0;
  }
  .brw-footer__middle .middle-inner {
    gap: 1.5rem;
    justify-self: unset;
  }
  .brw-footer__middle .payment-methods {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    padding-block: 24px;
  }
  .brw-footer__middle .payment-methods .payment-item {
    max-width: 340px;
  }
  .brw-footer__middle .help-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 24px;
  }
}

.brw-footer__accordion.contact {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.brw-footer__accordion.contact .brw-footer__item:not(:last-child) {
  border-bottom: 1px solid #3d3d3d;
}
.brw-footer__accordion.contact .brw-footer__header {
  padding: 14px 0px;
}
.brw-footer__accordion.contact .brw-footer__header span {
  color: #fff !important;
}
.brw-footer__accordion.contact .brw-footer__icon {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.brw-footer__accordion.contact .brw-footer__list a {
  color: #fff;
}
@media (width >= 768px) {
  .brw-footer__accordion.contact {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .brw-footer__accordion.contact .brw-footer__item:last-child .brw-footer__header {
    display: none;
  }
  .brw-footer__accordion.contact .brw-footer__header {
    padding: 0px;
  }
  .brw-footer__accordion.contact .brw-footer__inner-contacts .contact-label {
    padding: 0;
  }
  .brw-footer__accordion.contact .brw-footer__inner-contacts .label-badge {
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 700 !important;
  }
}
@media (width >= 1280px) {
  .brw-footer__accordion.contact {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
.brw-footer__inner-contacts .contact-label {
  padding-bottom: 8px;
  font-size: 14px;
  color: #fff !important;
}
.brw-footer__list-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px !important;
}
.brw-footer__list-contacts .contact-badges {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 4px;
  padding-block: 0px;
  border-radius: 4px;
  background: #fff !important;
  margin: 0;
}
.brw-footer__list-contacts .contact-badges .badges-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brw-footer__list-contacts .contact-badges .badges-wrapper img {
  max-height: 40px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.brw-footer__list-contacts .contact-badges .badges-wrapper a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.brw-footer__list-contacts .email {
  padding: 0;
}
.brw-footer__list-contacts li.phone {
  padding: 0 12px;
}
.brw-footer__list-contacts li.phone:first-child {
  padding-left: 0;
  border-right: 1px solid #fff;
}
.brw-footer__list-contacts li.phone a {
  font-weight: 700;
}
.brw-footer__list-contacts li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.brw-footer__list-contacts li a.email-link {
  text-decoration: underline;
}
.brw-footer__list-contacts li a.email-link:hover {
  opacity: 0.8;
}
.brw-footer__list-contacts li a:hover {
  text-decoration: underline;
}

.brw-footer__freight {
  padding-block: 2rem;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #e5e7e8;
}
.brw-footer__freight p {
  font-size: 14px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 1.25rem;
}
.brw-footer__freight p strong {
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
  color: #000;
}
@media (width >= 768px) {
  .brw-footer__freight div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.alphabet-index {
  background: #fff;
  padding: 16px 0;
  border-top: 1px solid #e5e7e8;
}
.alphabet-index__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.alphabet-index__label {
  font-weight: 700;
  font-size: 14px;
}
.alphabet-index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.alphabet-index__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.alphabet-index__link {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.alphabet-index__link:hover {
  opacity: 0.6;
}

.brw-footer__description {
  padding-block: 2rem;
  background: #e5e7e8;
}
.brw-footer__description p {
  font-size: 14px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 1.25rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.brw-footer__copyright {
  padding: 2rem 0;
  background: #000;
}
.brw-footer__copyright > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.brw-footer__copyright > div img {
  min-width: 88px;
  max-width: 88px;
  height: auto;
}
.brw-footer__copyright > div p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.floating-cta {
  position: fixed;
  right: 20px;
  bottom: 16px;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floating-cta.is-over-copyright {
  bottom: 132px;
}
.floating-cta .back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50px;
  gap: 4px;
  padding-left: 8px;
  -webkit-appearance: none;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.floating-cta .back-to-top .back-title {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
}
.floating-cta .back-to-top .back-to-top-icon {
  width: 24px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.floating-cta .back-to-top .back-to-top-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.floating-cta .back-to-top:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media (width >= 1024px) {
  .floating-cta {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .floating-cta.is-over-copyright {
    bottom: 132px;
  }
  .floating-cta .back-to-top {
    gap: 16px;
    padding-right: 6px;
  }
}

.brw-footer {
  padding: 0;
  margin: 0;
}
.brw-footer__footer-inner {
  max-width: 460.25px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .brw-footer__footer-inner {
    max-width: 910px;
    padding: 0;
    padding-inline: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (width >= 1280px) {
  .brw-footer__footer-inner {
    max-width: 1280px;
  }
}
.brw-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.minicart__items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  max-height: calc(100vh - 220px);
}
@media (width > 768px) {
  .minicart__items {
    max-height: calc(100vh - 256px);
  }
}
.minicart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-block: 16px;
}
.minicart__item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.minicart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.minicart__info > img {
  max-width: 108px;
  height: 108px;
  border-radius: 4px;
}
.minicart__info .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.minicart__info .text h4 {
  font-weight: 400;
  max-width: 200px;
  text-align: left;
}
.minicart__info .text span {
  color: #888888;
}
.minicart__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.minicart__price span {
  font-weight: 700;
}
.minicart__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.minicart__qty button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  padding: 4px;
  background-color: transparent;
  border: none;
}
.minicart__qty button:hover {
  background-color: #eee;
}

.minicart__panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #FFFFFF;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width > 768px) {
  .minicart__panel {
    width: 390px;
  }
}
.minicart__container {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
}
.minicart__overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.minicart__footer {
  padding: 16px;
  border-top: 1px solid #eee;
}
.minicart__coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e7e7e7;
  padding: 8px;
  margin-bottom: 12px;
  border-radius: 4px;
}
.minicart__coupon > p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.minicart__btn {
  width: 100%;
  padding-block: 12px;
  padding-inline: 24px;
  background-color: #0048b2 !important;
  border-color: #0048b2 !important;
  border-radius: 4px;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.minicart__btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFFFFF !important;
  font-weight: 700;
}
.minicart__btn p > span {
  color: #FFFFFF !important;
  font-weight: 400;
}
.minicart__btn p:hover {
  opacity: 0.8;
}
.minicart__btn p:hover > span {
  color: #FFFFFF !important;
}

.minicart__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  text-align: center;
}
.minicart__header {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}
.minicart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.minicart__title img {
  max-width: 16px;
  height: 16px;
}
.minicart__title h4 {
  font-size: 14px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700 !important;
}

.minicart__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.minicart__empty img {
  max-width: 48px;
  height: 48px;
  margin-bottom: 12px;
}
.minicart__empty p {
  font-size: 18px;
  line-height: 24px;
  color: #888888;
  margin-bottom: 4px;
}
.minicart__empty span {
  font-size: 12px;
  line-height: 16px;
  color: #888888;
}

.minicart {
  margin: 0;
  height: 24px;
  max-height: 24px;
  display: inline-block;
  line-height: 2.25em;
  vertical-align: top;
}
.minicart.is-open .minicart__overlay {
  opacity: 1;
  visibility: visible;
}
.minicart.is-open .minicart__container {
  visibility: visible;
}
.minicart.is-open .minicart__panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.minicart-quantity {
  background-color: #003a91;
  border-radius: 50%;
  width: 1.25em; /* 20/16 */
  height: 1.25em; /* 20/16 */
  line-height: normal;
  display: inline-block;
  text-align: center;
  font-size: 0.8125em; /* 13/16 */
  position: relative;
  top: -0.9375em; /* 15/16 */
  left: -0.9375em; /* 15/16 */
  color: #FFFFFF;
}
.minicart-link,
.minicart .minicart__close {
  background: transparent;
  border: none;
}
.minicart-link {
  margin: 0;
  padding: 0;
}

.secure-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.secure-badge-icon {
  width: 24px;
  height: 24px;
}

.secure-badge-icon-bg {
  fill: #3d3d3d;
  opacity: 0.3;
}

.secure-badge-icon-main {
  fill: #0048b2;
}

.secure-badge-icon-main-primary {
  fill: #0048b2 !important;
}

.secure-badge-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.secure-badge-title {
  color: #000000;
  font-size: 14px;
}

.secure-badge-subtitle {
  color: #000000;
  font-weight: 600;
  white-space: nowrap;
}

.secure-badge-icon-bg {
  fill: transparent;
}

.secure-badge-title {
  color: #000000;
}
@media (max-width: 768px) {
  .secure-badge-title {
    color: #FFFFFF;
  }
}

.secure-badge-subtitle {
  color: #000000;
}
@media (max-width: 768px) {
  .secure-badge-subtitle {
    color: #FFFFFF;
  }
}

.secure-badge-icon-main {
  fill: #000000;
}

.secure-badge-icon-main-primary {
  fill: #0048b2 !important;
}
@media (max-width: 768px) {
  .secure-badge-icon-main-primary {
    fill: #FFFFFF !important;
  }
}

.product-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 26px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 12px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  gap: 8px;
  height: 32px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item .tag-text {
  height: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
  white-space: nowrap;
}
.product-tags .tag-launch {
  height: 32px;
  padding: 8px;
  background: #000000;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.product-tags .tag-launch .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #FFFFFF;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}
.product-tags .tag-separator {
  width: 8px;
  height: 0;
  border: 1px solid #d1d1d1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon {
  height: 16px;
  padding: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.product-tags .tag-coupon .coupon-icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #888888;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}

.product-shelf {
  width: 100%;
  position: initial;
  margin-left: 0;
  margin-right: 0;
  background-color: #FFFFFF;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0;
}
.product-shelf__container {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (width >= 992px) and (width < 1200px) {
  .product-shelf__container {
    max-width: 940px;
    padding: 0 40px;
  }
}
@media (width >= 768px1) and (width < 992px) {
  .product-shelf__container {
    max-width: 720px;
    padding: 0 24px;
  }
}
@media (width <= 768px) {
  .product-shelf__container {
    max-width: 100%;
    padding: 0 16px;
  }
}
.product-shelf__title {
  width: 100%;
  margin: 0 0 24px;
}
.product-shelf__title h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2rem;
  color: #000000;
  margin: 0;
}
.product-shelf__grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}
.product-shelf__grid::-webkit-scrollbar {
  display: none;
}
.product-shelf__card {
  width: 308px;
  min-height: 526px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.product-shelf__card:hover {
  background: #FFFFFF;
  border: 1px solid;
}
.product-shelf__card:hover .product-shelf__card-image-wrapper {
  background: #FFFFFF;
}
.product-shelf__card:hover .shelf-detail-toggle,
.product-shelf__card:hover .shelf-detail-content {
  background: #FFFFFF;
}
.product-shelf__card:hover .product-tags .tag-launch {
  background: #000000;
}
.product-shelf__card:hover .product-tags .tag-launch .tag-text {
  color: #FFFFFF;
}
.product-shelf__card:hover .btn-favorite svg path {
  fill: #000000;
}
.product-shelf__card-top {
  width: 284px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-shelf__card-top .card-tag-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.product-shelf__card-top .product-tags {
  margin-top: 8px;
}
.product-shelf__card-top .product-tags .tags-container {
  gap: 8px !important;
  border-radius: 4px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .product-shelf__card-top .product-tags .tags-container {
    background-color: transparent;
  }
}
.product-shelf__card-top .product-tags .tag-launch {
  background: transparent;
}
.product-shelf__card-top .product-tags .tag-launch .tag-text {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .product-shelf__card-top .product-tags .tag-launch .tag-text {
    color: #000000;
  }
}
.product-shelf__card-top .btn-favorite {
  width: 24px;
  height: 24px;
  min-width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-shelf__card-top .btn-favorite.active svg path {
  fill: #000000;
}
.product-shelf__card-image-wrapper {
  width: 284px;
  height: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #FFFFFF;
}
.product-shelf__card-image-wrapper .product-shelf__image {
  width: 264px;
  height: 245px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.product-shelf__card-image-wrapper .product-shelf__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-shelf__card-image-wrapper .product-shelf__image-link {
  position: relative;
  width: 264px;
  height: 245px;
  display: block;
}
.product-shelf__card-image-wrapper .product-shelf__image-link:hover .product-shelf__image--primary {
  opacity: 1;
}
.product-shelf__card-image-wrapper .product-shelf__image-link:hover .product-shelf__image--hover {
  opacity: 1;
}
.product-shelf__card-image-wrapper .product-shelf__image-link:has(.product-shelf__image--hover):hover .product-shelf__image--primary {
  opacity: 0;
}
.product-shelf__card-info {
  width: 284px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-top: 0;
}
.product-shelf__reviews {
  width: 284px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-top: 8px;
}
.product-shelf__product-name {
  width: 284px;
  min-height: 40px;
  height: auto;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: horizontal;
}
.product-shelf__product-name a {
  color: #000000 !important;
  text-decoration: none;
  font-weight: 700 !important;
  font-family: "Inter", sans-serif !important;
}
.product-shelf__product-name a:hover, .product-shelf__product-name a:focus, .product-shelf__product-name a:visited {
  color: #000000 !important;
}
.product-shelf__price-block {
  width: 284px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.product-shelf__price-block .price-row {
  width: 284px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.product-shelf__price-block .price-row .price-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-shelf__price-block .price-row .price-pix {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25rem;
  color: #000000;
  white-space: nowrap;
}
.product-shelf__price-block .price-row .price-original {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #b0b0b0;
  text-decoration: line-through;
  white-space: nowrap;
}
.product-shelf__price-block .price-row .discount-badge {
  width: 44px;
  height: 24px;
  background: #000000;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2px;
  padding: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-shelf__price-block .price-row .discount-badge .discount-percent {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
  color: #FFFFFF;
}
.product-shelf__price-block .price-installments {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #6d6d6d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-shelf__card-buttons {
  width: 284px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.product-shelf__card-buttons .shelf-detail-summary__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6D6D6D;
}
.product-shelf .shelf-detail-section {
  width: 284px;
  border-bottom: none;
}
.product-shelf .shelf-detail-toggle {
  width: 284px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  background: #f6f6f6;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.product-shelf .shelf-detail-toggle:hover {
  background-color: #e7e7e7;
}
.product-shelf .shelf-detail-toggle:focus {
  outline: none;
}
.product-shelf .shelf-detail-toggle .arrow-icon.arrow-right {
  display: block;
}
.product-shelf .shelf-detail-toggle .arrow-icon.arrow-down {
  display: none;
}
.product-shelf .shelf-detail-toggle[aria-expanded=true] {
  border-radius: 4px 4px 0 0;
}
.product-shelf .shelf-detail-toggle[aria-expanded=true] .arrow-icon.arrow-right {
  display: none;
}
.product-shelf .shelf-detail-toggle[aria-expanded=true] .arrow-icon.arrow-down {
  display: block;
}
.product-shelf .shelf-detail-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.product-shelf .shelf-detail-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  background: #f6f6f6;
  border-radius: 0 0 4px 4px;
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-shelf .shelf-detail-content.expanded {
  max-height: 500px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 0 12px 12px;
}
@media (width <= 768px-1) {
  .product-shelf {
    padding: 16px 0;
  }
  .product-shelf__grid {
    gap: 12px;
    padding: 0 16px;
  }
  .product-shelf__card:active .product-tags .tag-launch {
    background: #000000;
  }
  .product-shelf__card:active .product-tags .tag-launch .tag-text {
    color: #FFFFFF;
  }
  .product-shelf__card:active .btn-favorite svg path {
    fill: #000000;
  }
}
@media (max-width: 768px) {
  .product-shelf__card-top, .product-shelf__card-image-wrapper, .product-shelf__card-info, .product-shelf__reviews, .product-shelf__product-name, .product-shelf__price-block, .product-shelf__card-buttons,
  .product-shelf .shelf-detail-section,
  .product-shelf .shelf-detail-toggle {
    width: 259px;
  }
  .product-shelf__price-block .price-row {
    width: 259px;
  }
}

.product-shelf-plp .product-shelf {
  position: initial;
  margin-left: 0;
  margin-right: 0;
}
.product-shelf-plp .product-shelf__container {
  padding: 0;
}
.product-shelf-plp .col-12 {
  padding: 0 !important;
}

.product-shelf__grid {
  width: 100%;
}
.product-shelf__grid--static {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  overflow: visible;
}
.product-shelf__grid--static .product-shelf__card {
  width: 100%;
  min-width: 0;
}
.product-shelf__grid--static {
  /*
   * Os elementos internos atualmente possuem largura fixa de 284px.
   * Aqui eles passam a respeitar a largura da coluna.
   */
}
.product-shelf__grid--static .product-shelf__card-top,
.product-shelf__grid--static .product-shelf__card-image-wrapper,
.product-shelf__grid--static .product-shelf__card-info,
.product-shelf__grid--static .product-shelf__reviews,
.product-shelf__grid--static .product-shelf__product-name,
.product-shelf__grid--static .product-shelf__price-block,
.product-shelf__grid--static .product-shelf__card-buttons,
.product-shelf__grid--static .shelf-detail-section,
.product-shelf__grid--static .shelf-detail-toggle {
  width: 100%;
}
.product-shelf__grid--static .product-shelf__price-block .price-row {
  width: 100%;
}
@media (width < 1024px) and (width >= 768px) {
  .product-shelf__grid--static {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width < 768px) {
  .product-shelf__grid--static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    gap: 12px;
    overflow-x: auto;
    padding: 0 16px;
    scrollbar-width: none;
  }
  .product-shelf__grid--static::-webkit-scrollbar {
    display: none;
  }
  .product-shelf__grid--static .product-shelf__card {
    width: 259px;
    min-width: 259px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.product-shelf__price-block .price-row .discount-badge {
  background: #000000;
}
.product-shelf__card:hover .product-tags .tag-launch {
  background: #0048b2;
}
.product-shelf__card-top .product-tags .tags-container {
  background-color: #0048b2;
}
@media (min-width: 768px) {
  .product-shelf__card-top .product-tags .tags-container {
    background-color: transparent;
  }
}

.login-page {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh;
}

.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
}

.login-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  gap: 24px;
  max-width: 392px;
}

.login-partner-info p {
  white-space: initial;
}

.login-partner-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-partner-info__subtitle {
  text-align: center;
  gap: 0px;
}
@media (min-width: 768px) {
  .login-partner-info__subtitle {
    max-width: 470px;
  }
}

.login-partner-info__subtitle-highlight {
  font-weight: 600 !important;
}

.link-underline {
  text-decoration: underline;
}

.login-register-description {
  font-size: 14px;
  color: #888888;
  text-align: center;
}

.login-register-btn {
  font-size: 14px;
  color: #000000;
  text-align: center;
  font-weight: 500;
}

.login-register-terms {
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.login-forgot-your-password {
  text-align: end;
  margin-bottom: 6px;
  font-size: 12px;
  color: #b42318;
}

.form-container-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
}

.password-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%;
}
.password-form__actions .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 38px;
  min-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}

.password-form__cancel {
  color: #000000 !important;
  border: 1px solid #000000;
  border-color: #000000;
  background-color: transparent;
}
.password-form__cancel:hover, .password-form__cancel:focus {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}

.password-form__submit {
  background-color: #000000;
  border: 1px solid #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.password-form__submit:hover, .password-form__submit:focus {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  color: #FFFFFF;
}

.password-form__title {
  width: 50% !important;
}

.password-page {
  margin: 20px 0 20px 0;
}

@media (width < 1200px) {
  .password-form__title {
    width: 100% !important;
  }
}
.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 24px;
  min-height: 60vh;
  text-align: center;
}
.error-page__code {
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  color: #e7e7e7;
  letter-spacing: -4px;
  margin-bottom: 16px;
  display: block;
}
.error-page__title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px;
}
.error-page__divider {
  width: 48px;
  height: 4px;
  background: #0048b2;
  margin-bottom: 20px;
}
.error-page__message {
  font-size: 14px;
  color: #888888;
  max-width: 400px;
  margin: 0 0 24px;
}
.error-page__btn {
  display: inline-block;
  padding: 10px 32px;
  background: #000000;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.error-page__btn:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.error-page__detail {
  margin-top: 24px;
  font-size: 12px;
  color: #888888;
  text-align: left;
  max-width: 600px;
  background: #f6f6f6;
  padding: 16px;
  border-radius: 4px;
}

.login-partner-info__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}
.login-partner-info__title img {
  width: 183px;
}

.login-forgot-your-password {
  color: #000000;
}

.password-form__submit {
  background-color: #0048b2;
  border: 1px solid #0048b2;
  border-color: #000000;
  color: #FFFFFF;
}
.password-form__submit:hover, .password-form__submit:focus {
  background-color: #FFFFFF;
  border-color: #000000;
  color: #000000;
}

.login-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 24px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .login-header-container {
    padding-inline: 100px;
  }
}

.login-header-col--left {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}

.login-header-col--right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 24px;
}

.login-header-col--left .navbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.login-header-col--left .search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.header-background {
  background-color: #000000;
  padding: 12px;
}

.login-header-container {
  background-color: #FFFFFF;
  min-height: 89px;
}
@media (max-width: 768px) {
  .login-header-container {
    background-color: #0048b2;
  }
}

.divisor-header {
  border-bottom: 2px solid #000000;
}

.header-background {
  background-color: transparent;
  padding: 0px;
}

.addressbook__list {
  padding: 0;
  list-style: none;
}

.addressbook__item {
  padding: 12px;
  width: 100%;
}
.addressbook__item .addressbook__item_header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 2px;
}
.addressbook__item .addressbook__item_header .icon {
  width: 20px;
  height: 20px;
}
.addressbook__item .addressbook__item_header .icon i {
  font-size: 20px;
  color: #0048b2;
}
.addressbook__item .addressbook__item_header .text p {
  color: #000000;
}
.addressbook__item .addressbook__item_header .text p:first-child {
  text-transform: capitalize;
}
.addressbook__item .addressbook__item_header h3, .addressbook__item .addressbook__item_header p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .addressbook__item .addressbook__item_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.addressbook__item .addressbook__item_header a:hover {
  color: #FFFFFF;
}

.address__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  margin-top: 8px;
}
.address__label p {
  font-size: 14px;
}

.addressbook__item .addressbook__item_header .icon-home:before {
  color: #0048b2;
}

body:has(.suggestions-wrapper:not(:empty)) {
  overflow: hidden;
}
@media (max-width: 543.98px) {
  body:has(.suggestions-wrapper:not(:empty)) {
    position: fixed;
    width: 100%;
  }
}

.site-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.site-search {
  position: relative;
  height: 48px;
}
@media (min-width: 544px) {
  .site-search {
    margin-right: 0;
    padding: 0 12px;
  }
}
@media (min-width: 1200px) {
  .site-search {
    width: auto;
    padding: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-search {
    width: auto;
  }
}
@media (min-width: 544px) and (max-width: 767.98px) {
  .site-search {
    width: auto;
  }
}
.site-search .search-button {
  background-color: #129163;
  width: 52px;
  height: 48px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border: 0;
}
.site-search .search-button:hover {
  background-color: #17BA7E;
}
.site-search .reset-button {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #999;
  font-size: 1rem;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.site-search .reset-button:hover {
  color: #333;
}
.site-search .reset-button.d-none {
  display: none;
}
.site-search input {
  padding-right: 3.5rem;
  height: 48px;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .site-search {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-search input,
  .site-search .search-button {
    height: 36px;
  }
}

@media (max-width: 543.98px) {
  .header-search .site-search {
    display: none;
  }
}
.suggestions-wrapper {
  position: fixed;
  top: 107px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  padding: 0;
  pointer-events: none;
}
.suggestions-wrapper:not(:empty) {
  pointer-events: auto;
}
@media (max-width: 543.98px) {
  .suggestions-wrapper {
    top: 124px;
  }
}

.suggestions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  margin: 0;
  z-index: 9;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  max-height: calc(100vh - 80px);
  border: 1px solid #e0e0e0;
}
@media (max-width: 543.98px) {
  .suggestions {
    border-left: none;
    border-right: none;
  }
}
.suggestions .suggestions-wrapper-layout {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-wrapper-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-wrapper-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.suggestions .suggestions-products-column {
  border-right: 1px solid #e0e0e0;
  overflow-y: auto;
  min-height: 0;
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-products-column {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-products-column {
    border-bottom: none;
  }
}
.suggestions .suggestions-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fafafa;
  height: 100%;
  overflow-y: auto;
  min-height: 0;
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-sidebar {
    background-color: #FFFFFF;
    height: auto;
  }
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFFFFF;
    overflow: visible;
  }
}
.suggestions .suggestions-no-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
  min-height: 300px;
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-no-results {
    padding: 2rem 1rem;
    min-height: 200px;
  }
}
.suggestions .suggestions-no-results .no-results-icon {
  font-size: 3rem;
  color: #ccc;
  margin-bottom: 1.5rem;
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-no-results .no-results-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.suggestions .suggestions-no-results .no-results-icon i {
  opacity: 0.5;
}
.suggestions .suggestions-no-results .no-results-text h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-no-results .no-results-text h3 {
    font-size: 1rem;
  }
}
.suggestions .suggestions-no-results .no-results-text p {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-no-results .no-results-text p {
    font-size: 0.8125rem;
  }
}
.suggestions .suggestions-sidebar-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-sidebar-content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-sidebar-content {
    display: none;
  }
}
.suggestions .suggestions-section {
  display: block;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.suggestions .suggestions-section:nth-child(2n) {
  border-right: none;
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-section {
    border-right: none;
  }
}
.suggestions .suggestions-header {
  padding: 0.75rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  background-color: #f5f5f5;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-header {
    padding: 0.625rem 0.75rem;
    font-size: 0.6875rem;
  }
}
.suggestions .suggestions-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.875rem;
  padding: 1rem;
}
@media (max-width: 1199.98px) {
  .suggestions .suggestions-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-products {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    padding: 0.875rem;
  }
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0.75rem;
  }
}
.suggestions .product-suggestion-tile {
  width: 100%;
  min-width: 0;
}
@media (max-width: 543.98px) {
  .suggestions .product-suggestion-tile.hide-mobile {
    display: none;
  }
}
.suggestions .suggestion-product-card {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #e8e8e8;
}
.suggestions .suggestion-product-card:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: #FFA466;
}
.suggestions .suggestion-product-card .suggestion-product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.suggestions .suggestion-product-card .suggestion-product-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background: #f9f9f9;
  overflow: hidden;
}
.suggestions .suggestion-product-card .suggestion-product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.suggestions .suggestion-product-card .suggestion-product-image .suggestion-product-no-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f0f0f0;
  color: #999;
  font-size: 0.75rem;
}
.suggestions .suggestion-product-card .suggestion-product-info {
  padding: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 543.98px) {
  .suggestions .suggestion-product-card .suggestion-product-info {
    padding: 0.75rem 0.625rem;
  }
}
.suggestions .suggestion-product-card .suggestion-product-name {
  font-size: 0.75rem;
  line-height: 1.3;
  color: #333;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 543.98px) {
  .suggestions .suggestion-product-card .suggestion-product-name {
    font-size: 0.8125rem;
  }
}
.suggestions .suggestion-product-card .suggestion-product-price {
  font-size: 0.8125rem;
  color: #FFA466;
  font-weight: 600;
  margin-top: auto;
}
@media (max-width: 543.98px) {
  .suggestions .suggestion-product-card .suggestion-product-price {
    font-size: 0.875rem;
  }
}
.suggestions .suggestions-list {
  padding: 0;
}
.suggestions .suggestion-item {
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-left: 3px solid transparent;
}
@media (max-width: 543.98px) {
  .suggestions .suggestion-item {
    padding: 0.625rem 1rem;
  }
}
.suggestions .suggestion-item:hover {
  background-color: #fff;
  border-left-color: #FFA466;
}
.suggestions .suggestion-item .suggestion-text {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #333;
}
.suggestions .suggestion-item .suggestion-meta {
  font-size: 0.6875rem;
  color: #999;
  margin-left: 0.5rem;
}
.suggestions .suggestions-footer {
  position: sticky;
  bottom: 0;
  padding: 1rem 1.25rem;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  z-index: 10;
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .suggestions .suggestions-footer {
    background-color: #fafafa;
  }
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-footer {
    padding: 0.75rem;
    border-top: 2px solid #e0e0e0;
    background-color: #fff;
  }
}
.suggestions .suggestions-footer .btn {
  display: block;
  width: 100%;
}
@media (max-width: 543.98px) {
  .suggestions .suggestions-footer .btn {
    font-size: 0.875rem;
    padding: 0.75rem;
    height: 44px;
  }
}

.more-below {
  -moz-border-radius: 1.25em;
  /* stylelint-disable-line property-no-vendor-prefix */
  background: #ccc;
  border: 0.063em solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25em;
  bottom: 1.875em;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  display: none;
  height: 2.5em;
  position: fixed;
  right: 1.875em;
  width: 2.5em;
}
.more-below i.fa-long-arrow-down {
  border-radius: 50%;
  color: #FFFFFF;
  display: table-caption;
  height: 0.75em;
  font-size: 1.5rem;
  left: 0.57em;
  line-height: 0.8em;
  position: absolute;
  top: 0.4em;
  width: 0.8em;
}

.form-control:focus {
  border: 1px solid #ced4da !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.suggestions .suggestion-product-card:hover {
  border-color: #0048b2;
}
.suggestions .suggestion-product-card .suggestion-product-price {
  color: #0048b2;
}
.suggestions .suggestion-item:hover {
  border-left-color: #0048b2;
}

.product-grid .product-tile:hover .product-tile-badge {
  background: #0048b2;
  color: #FFFFFF;
}

.carousel .icon-prev,
.carousel .icon-next {
  background-color: #FFFFFF;
  font-size: 16px;
  height: 0;
  padding-top: 0;
  width: 0;
  position: relative;
  top: -8px;
  left: -2px;
}
.carousel .icon-prev::before,
.carousel .icon-next::before {
  color: #000000;
  font-family: FontAwesome, sans-serif;
}
.carousel .icon-prev:hover,
.carousel .icon-next:hover {
  background-color: #0048b2;
}
.carousel .icon-prev::before {
  content: "\f104";
}
.carousel .icon-next::before {
  content: "\f105";
}
.carousel .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 3rem;
}
.carousel .carousel-control-next:focus,
.carousel .carousel-control-prev:focus {
  outline: auto #000000;
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
  color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid var(--skin-primary-color-1);
}

.card {
  margin-bottom: 1em;
}

.card-header h4 {
  margin-bottom: 0;
}

.modal .modal-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

dt {
  color: #4f4f4f;
  font-weight: normal;
}

.custom-control-label::before {
  color: #FFFFFF;
}

.custom-checkbox .custom-control-label::before {
  border: 1px solid #000000;
  background: #FFFFFF;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #000000;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #000000;
  background: #FFFFFF;
}

.custom-control-input:focus {
  background-color: #FFFFFF;
}

.custom-control-input:active {
  background-color: #FFFFFF;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label::before {
  border: 1px solid #000000;
  background: #d1d1d1;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#6d6d6d));
  background: linear-gradient(#d1d1d1, #6d6d6d);
}

.form-control.is-invalid {
  background-image: none;
}

.dropdown-toggle::after {
  display: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.breadcrumb-item a {
  color: #6c7379 !important;
  font-weight: 500;
}

.custom-select {
  height: 40px;
  padding: 0px 12px;
  font-size: 12px;
  color: #242628 !important;
}

.custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-check-input[type=radio],
.payment-check-input[type=radio] {
  width: 20px;
  height: 20px;
  border: 2px solid #0048b2;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-top: 6px;
}

.form-check-input[type=radio]:checked::before,
.payment-check-input[type=radio]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #0048b2;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.nav-tabs .nav-link.active {
  border-bottom: 0;
  background-color: #0048b2;
}

.navbar-toggler {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .navbar-toggler {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
    padding: 0;
  }
}
@media (min-width: 1365px) {
  .container {
    max-width: 1280px;
    padding: 0;
  }
}
.alert-success {
  background: #c9f6dd;
  border-color: #00843B;
  color: #00843B;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
  box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
  -webkit-text-fill-color: #242628 !important;
  caret-color: #242628;
}

.form-group:has(.form-control:focus) .form-control,
.form-group:has(.form-control:focus) .form-control-label {
  border: 0 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=radio] {
  accent-color: #0048b2;
}

.form-check .form-check-input:checked::after {
  top: 3px;
  left: 7px;
}

.alert-success {
  background: #c9f6dd;
  border: 1px solid #00843B;
  color: #00843B;
}

.alert-danger {
  font-size: 14px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
