@font-face {
  font-family: Bender;
  font-display: swap;
  src: url(/wa-apps/shop/themes/gbc/dist/fonts/Bender.otf);
  font-weight: 400; }

@font-face {
  font-family: Bender;
  font-display: swap;
  font-style: italic;
  src: url(/wa-apps/shop/themes/gbc/dist/fonts/Bender-Italic.otf);
  font-weight: 400; }

@font-face {
  font-family: Bender;
  font-display: swap;
  src: url(/wa-apps/shop/themes/gbc/dist/fonts/Bender-Bold.otf);
  font-weight: 600; }

@font-face {
  font-family: Bender;
  font-display: swap;
  src: url(/wa-apps/shop/themes/gbc/dist/fonts/Bender-Black.otf);
  font-weight: 900; }

* {
  outline: none;
  box-sizing: border-box; }

html {
  font-family: Bender;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  height: 100%; }

body {
  margin: 0;
  height: 100%; }

img {
  display: block;
  opacity: 0; }

img:not(.initial) {
  transition: opacity 1s; }

img.initial,
img.loaded,
img.error {
  opacity: 1; }

img:not([src]):not([srcset]) {
  visibility: hidden; }

button {
  background-color: unset;
  padding: unset;
  border: none;
  outline: none;
  font-family: Bender;
  color: #404040; }

input {
  border: none;
  padding: unset;
  outline: none;
  font-family: Bender;
  color: #404040;
  font-size: 16px;
  line-height: 24px; }

a {
  display: block;
  text-decoration: none;
  color: #404040; }

[v-cloak] {
  display: none; }

.container {
  background: #D5D5E1;
  min-width: 1024px !important;
  width: unset !important;
  padding: 0 !important; }

.container__flex {
  max-width: 1440px;
  display: flex;
  align-items: flex-start;
  padding: 40px 40px 90px 40px;
  margin: auto; }

.cursor {
  top: -17px;
  left: -17px;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  background: transparent;
  position: absolute;
  z-index: 150;
  pointer-events: none; }

.counter {
  width: 18px;
  height: 18px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FE3B30;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 25px;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.counter--active {
  visibility: visible;
  opacity: 1;
  transition: .3s; }

#search {
  position: relative;
  margin-right: 24px;
  flex: 1;
  height: 40px; }

.status {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(83, 85, 116, 0.25);
  padding: 32px;
  width: 240px;
  position: absolute;
  top: calc(100% + 16px);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.status--opposite {
  right: 0; }

.status::before {
  content: '';
  height: 16px;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 100%;
  left: 0; }

.status__header {
  border-bottom: 1px solid #D5D5E1;
  padding-bottom: 24px;
  margin-bottom: 24px; }

.status__header span {
  font-weight: 600; }

.status__item {
  margin-bottom: 16px;
  transition: .3s; }

.status__item:hover {
  color: #535574;
  transition: .3s; }

.status__stress {
  color: #FE3B30; }

.manager {
  position: absolute;
  top: calc(100% + 16px);
  z-index: 2;
  padding: 32px;
  box-shadow: 0px 4px 24px rgba(83, 85, 116, 0.25);
  background: white;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.manager::before {
  content: '';
  height: 16px;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 100%;
  left: 0; }

.manager__header {
  display: flex;
  align-items: center;
  margin-bottom: 26px; }

.manager__imgbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 16px; }

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

.manager__available {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid white;
  background: #80C300;
  position: absolute;
  bottom: 0;
  right: 0; }

.manager__available--not {
  background: #FE3B30; }

.manager__icon {
  position: absolute;
  left: 0;
  top: 0; }

.manager__content {
  flex: 1; }

.manager__name {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600; }

.manager__hours {
  font-size: 12px;
  line-height: 18px; }

.manager__item {
  display: flex;
  align-items: center;
  margin-bottom: 8px; }

.manager__item:last-of-type {
  margin-bottom: 32px; }

.manager__key {
  width: 52px;
  font-size: 12px;
  line-height: 18px;
  margin-right: 14px; }

.manager__value {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600; }

.manager__logo {
  position: absolute;
  right: 0;
  bottom: -14px;
  z-index: -1; }

.quantity {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.quantity__button {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #E8E8EF;
  transition: .3s; }

.quantity__button:hover {
  background: rgba(232, 232, 239, 0.5);
  transition: .3s; }

.quantity__button > * {
  pointer-events: none; }

.quantity__button--minus {
  border-right: 1px solid #B0B2C6; }

.quantity__button--plus {
  border-left: 1px solid #B0B2C6; }

.quantity__count {
  width: 46px;
  height: 24px;
  font-size: 12px;
  line-height: 18px;
  background: #E8E8EF;
  color: #535574;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; }

.stock {
  font-size: 12px;
  line-height: 18px; }

.stock--panel {
  margin-bottom: 16px; }

.stock--none {
  color: #FE3B30; }

.stock--available {
  color: #006E31; }

.stock--low {
  color: #FF9900; }

.button {
  width: 208px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, transparent 10px, white 10px, white 167px, transparent 0px);
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  padding: 0 16px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: .3s; }

.button > * {
  pointer-events: none; }

.button--green {
  background: linear-gradient(135deg, transparent 10px, #006E31 10px, #006E31 167px, transparent 0px);
  color: white; }

.button--green:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: auto; }

.button--blue {
  background: linear-gradient(135deg, transparent 10px, #535574 10px, #535574 167px, transparent 0px);
  color: white; }

.button--active {
  background: linear-gradient(135deg, transparent 10px, #404040 10px, #404040 167px, transparent 0px);
  transition: .3s; }

.button--active .button__content {
  visibility: hidden;
  opacity: 0; }

.button--active .button__content--hidden {
  visibility: visible;
  opacity: 1; }

.button--active > * {
  pointer-events: initial; }

.button--disabled {
  background: linear-gradient(135deg, transparent 10px, #F2F2F2 10px, #F2F2F2 167px, transparent 0px);
  pointer-events: none;
  color: #CCCCCC; }

.button--disabled path {
  fill: #CCCCCC; }

.button__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: .3s; }

.button__content--hidden {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 16px;
  height: 100%;
  color: white;
  visibility: hidden;
  opacity: 0; }

.button-action {
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer; }

.button-action > * {
  pointer-events: none; }

.button-action__text1 {
  position: relative;
  margin-right: 12px;
  border-bottom: 1px solid rgba(83, 85, 116, 0.5);
  transition: .3s; }

.button-action__text2 {
  position: absolute;
  left: 0;
  margin-right: 12px;
  border-bottom: 1px solid rgba(83, 85, 116, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.button-action__text1::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  background: #006E31;
  transition: .3s; }

.button-action:hover .button-action__text1:before {
  width: 100%;
  left: 0;
  background: #006E31; }

.button-action:hover .button-action__text1 {
  transition: .3s; }

.button-action__icon1 {
  transition: .3s; }

.button-action__icon2 {
  position: absolute;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.button-action--cross {
  pointer-events: none; }

.button-action--cross .button-action__text1 {
  position: absolute;
  left: 0;
  margin-right: 12px;
  border-bottom: 1px solid rgba(83, 85, 116, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.button-action--cross .button-action__text2 {
  position: relative;
  visibility: visible;
  opacity: 1;
  margin-right: 12px;
  border-bottom: 1px solid rgba(83, 85, 116, 0.5);
  transition: .3s; }

.button-action--cross .button-action__icon1 {
  position: absolute;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.button-action--cross .button-action__icon2 {
  position: initial;
  visibility: visible;
  opacity: 1;
  transition: .3s; }

.button-action--active > * {
  pointer-events: initial; }

.button-action--active .button-action__content {
  visibility: hidden;
  opacity: 0; }

.button-action--active .button-action__content--hidden {
  visibility: visible;
  opacity: 1; }

.button-action__content {
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: .3s; }

.button-action__content > * {
  pointer-events: none; }

.button-action__content--hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .3s; }

.button-action__text {
  position: relative;
  margin-right: 12px;
  border-bottom: 1px solid rgba(83, 85, 116, 0.5);
  white-space: nowrap; }

.button-action__text::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  background: #006E31;
  transition: .3s; }

.button-action:hover .button-action__text:before {
  width: 100%;
  left: 0;
  background: #006E31;
  transition: .3s; }

.button-text {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid rgba(83, 85, 116, 0.5);
  cursor: pointer;
  transition: .3s; }

.button-text--blue {
  color: #535574; }

.button-text::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  background: #006E31;
  transition: .3s; }

.button-text:hover:before {
  width: 100%;
  left: 0;
  background: #006E31; }

.button-text:hover {
  transition: .3s; }

.btn-quad {
  position: relative;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, transparent 10px, #535574 10px, #535574 78px, transparent 0px);
  cursor: pointer; }

.btn-quad--green {
  width: 184px;
  height: 184px;
  background: linear-gradient(135deg, transparent 30px, #006E31 30px, #006E31 230px, transparent 0px);
  cursor: default; }

.checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 18px;
  color: #535574;
  text-transform: uppercase;
  cursor: pointer; }

.checkbox:hover .checkbox__checkbox {
  background: rgba(232, 232, 239, 0.5);
  transition: .3s; }

.checkbox:last-of-type {
  margin-bottom: 0; }

.checkbox input {
  display: none; }

.checkbox input:checked ~ .checkbox__checkbox::after {
  visibility: visible;
  opacity: 1;
  transition: .3s; }

.checkbox__checkbox {
  width: 24px;
  height: 24px;
  background: #E8E8EF;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s; }

.checkbox__checkbox::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #535574;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.button-border {
  width: 208px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  padding: 0 16px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: 1px solid #D5D5E1;
  background: white; }

.button-border--long {
  width: 252px; }

.button-border > * {
  pointer-events: none; }

.button-border__angle {
  height: 18px;
  width: 1px;
  background: #D5D5E1;
  position: absolute;
  transform: rotate(45deg); }

.button-border__angle--left {
  left: -1px;
  top: -6px;
  transform-origin: bottom; }

.button-border__angle--right {
  right: -1px;
  bottom: -6px;
  transform-origin: top; }

.button-border__box {
  width: 13px;
  height: 13px;
  border-style: solid;
  border-width: 13px 13px 0px 0px;
  position: absolute; }

.button-border__box--left {
  border-color: white transparent transparent transparent;
  left: -1px;
  top: -1px; }

.button-border__box--right {
  border-color: transparent white transparent transparent;
  right: -1px;
  bottom: -1px; }

/*------------------------------------*\
  COVER
\*------------------------------------*/

.cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.cover--active {
  visibility: visible;
  z-index: 100;
  opacity: 1;
  transition: .3s; }

/*------------------------------------*\
  HEADER
\*------------------------------------*/

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  margin: auto; }

.header__box {
  position: relative; }

.header__box .manager {
  right: 32px; }

.header__box:hover .status {
  visibility: visible;
  opacity: 1;
  transition: .3s; }

.header__box:hover .manager {
  visibility: visible;
  opacity: 1;
  transition: .3s; }

.header__box:hover .header__arrow {
  transform: rotate(180deg);
  transition: .3s; }

.header__item {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #535574;
  margin-right: 32px;
  cursor: pointer; }

.header__item--opposite {
  margin-right: 0; }

.header__item > * {
  pointer-events: none; }

.header__item:last-of-type {
  margin-right: 0; }

.header__item svg {
  margin-left: 8px; }

.header__flex {
  display: flex;
  align-items: center; }

.header__flex--back {
  display: flex;
  align-items: center; }

.header__flex--back > * {
  pointer-events: none; }

.header__logo {
  margin-right: 16px; }

.header__text {
  font-weight: 600;
  color: #535574; }

.header__text--opposite {
  margin: 0 0 0 16px; }

/*------------------------------------*\
  CART
\*------------------------------------*/

.cart {
  width: 100%;
  padding: 0 40px 40px 40px; }

.cart--claim {
  height: calc(100vh - 200px);
  min-height: 600px; }

.cart__content {
  display: flex;
  max-width: 1440px;
  margin: auto; }

.cart__content--blue {
  padding: 20px;
  background: rgba(254, 59, 48, 0.15);
  margin-bottom: 24px; }

.content__link {
  margin: 0 6px;
  border-bottom: 1px solid; }

.cart__column {
  width: calc(50% - 20px); }

.cart__column:first-of-type {
  margin-right: 40px; }

/*------------------------------------*\
  CARD
\*------------------------------------*/

.card {
  background: white;
  box-shadow: 0px 4px 24px rgba(83, 85, 116, 0.2);
  padding: 32px;
  margin-bottom: 40px; }

.card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid #D5D5E1; }

.card__header--margin32 {
  margin-bottom: 32px; }

.card__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  text-transform: uppercase; }

.card__title--stress {
  color: #006E31; }

.card__block {
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px; }

.card__label {
  width: 100%;
  margin-bottom: 16px; }

.card__input {
  width: calc(50% - 32px);
  margin-right: 32px;
  height: 40px;
  background: #E8E8EF;
  margin-bottom: 32px;
  padding: 8px 16px;
  transition: .3s; }

.card__input:hover {
  background: rgba(232, 232, 239, 0.5);
  transition: .3s; }

.card__input:focus {
  background: rgba(232, 232, 239, 0.5);
  transition: .3s; }

.card__input--full {
  width: 100%; }

.card__input--error {
  background: rgba(254, 59, 48, 0.15);
  transition: .3s; }

.card__input::-moz-placeholder {
  color: #535574; }

.card__input:-ms-input-placeholder {
  color: #535574; }

.card__input::-ms-input-placeholder {
  color: #535574; }

.card__input::placeholder {
  color: #535574; }

.card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px; }

.card__footer--margin {
  margin-top: 16px; }

.card__summ {
  display: flex;
  align-items: center; }

.card__text {
  margin-right: 8px;
  padding-top: 5px; }

.card__total {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600; }

.card__policy {
  margin-top: 24px;
  display: flex; }

.card__accept {
  font-size: 12px;
  line-height: 18px;
  color: #535574;
  margin-top: 2px; }

.card__link {
  display: inline;
  color: #535574;
  border-bottom: 1px solid rgba(88, 88, 88, 0.5); }

.card__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px; }

/*------------------------------------*\
  PRODUCT
\*------------------------------------*/

.product {
  position: relative;
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #D5D5E1; }

.product__imgbox {
  width: 64px;
  height: 64px;
  margin-right: 24px;
  position: relative;
  background: #E8E8EF;
  display: flex;
  align-items: center;
  justify-content: center; }

.product__imgbox > * {
  pointer-events: none; }

.product__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
  opacity: 1 !important; }

.product__content {
  flex: 1;
  padding-right: 32px; }

.product__title {
  font-weight: 600;
  margin-bottom: 16px;
  overflow: hidden;
  color: #535574; }

.product__prices {
  display: flex;
  align-items: center;
  margin-bottom: 16px; }

.product__count {
  font-size: 12px;
  line-height: 18px;
  color: #B7B8CB; }

.product__count--cross {
  text-decoration: line-through; }

.product__total {
  font-weight: 600;
  margin-left: 8px; }

.product__total--cross {
  font-weight: 600;
  margin-left: 0;
  margin-right: 8px; }

.product__pricebox {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

/*------------------------------------*\
  NOTICE
\*------------------------------------*/

.notice {
  position: relative;
  background: white;
  box-shadow: 0px 4px 24px rgba(83, 85, 116, 0.2);
  padding: 30px 24px;
  height: 100%;
  max-width: 1440px;
  margin: auto; }

.notice__header {
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  padding-bottom: 22px;
  border-bottom: 1px solid #D5D5E1; }

.notice__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 20px);
  z-index: 1; }

.notice__claim {
  position: absolute;
  top: -110px;
  bottom: 0;
  height: 163px;
  width: 100%;
  text-align: center;
  margin: auto;
  font-size: 144px;
  line-height: 163px;
  font-weight: 600;
  text-transform: uppercase;
  color: #F2F2F2;
  z-index: -1; }

.notice__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 32px 0 16px 0; }

.notice__subtitle {
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center; }

.notice__button {
  width: 270px;
  margin-top: 32px; }

.notice__order {
  font-weight: 600;
  color: #535574;
  margin-left: 8px; }