.subscribe__controls {
  width: 100%;
}

@media (min-width: 1025px) {
  .subscribe__controls {
    width: auto;
  }
}
.subscribe__error {
  display: block;
  margin-top: 4px;
  color: #c1121f;
  font-size: 10px;
  text-align: left;
}

.support-form__field--error,
.support-form__area--error {
  border-color: #c1121f;
}

.support-form__error {
  display: block;
  margin-top: 4px;
  color: #c1121f;
  font-size: 10px;
  text-align: left;
}

.basket__coupon-error {
  width: 100%;
  margin-top: 8px;
  color: #c1121f;
  font-size: 12px;
}

@media (min-width: 1025px) {
  .support-form--ask .support-form__control--area {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: 362px;
  }
  .support-form--ask .support-form__control--area .support-form__area {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .support-form__grid .support-form__control {
    width: calc(50% - 10px);
  }
  .support-form__grid .support-form__field {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .subscribe__error {
    text-align: center;
  }
}
:root {
  --toast-magic-success: #219a9e;
  --toast-magic-success-rgb: 33, 154, 158;
  --toast-magic-danger: #c1121f;
  --toast-magic-danger-rgb: 193, 18, 31;
  --toast-magic-info: #4a87a1;
  --toast-magic-info-rgb: 74, 135, 161;
  --toast-magic-warning: #c9a227;
  --toast-magic-warning-rgb: 201, 162, 39;
  --toast-magic-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.toast-container {
  font-family: Bahnschrift, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 350;
}

.toast-container.theme-minimal .toast-item {
  border-radius: 30px;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  box-shadow: var(--toast-magic-box-shadow);
}

.toast-container.theme-minimal .toast-item.toast-success {
  border-left: 4px solid var(--toast-magic-success);
}

.toast-container.theme-minimal .toast-item.toast-danger {
  border-left: 4px solid var(--toast-magic-danger);
}

.toast-container.theme-minimal .toast-item.toast-info {
  border-left: 4px solid var(--toast-magic-info);
}

.toast-container.theme-minimal .toast-item.toast-warning {
  border-left: 4px solid var(--toast-magic-warning);
}

.toast-container .toast-body-title {
  color: #000000;
  letter-spacing: 0;
}

.toast-container .toast-body-msg {
  color: #8c8c8c;
  letter-spacing: 0;
}

.toast-container .toast-close-btn {
  color: #000000;
  opacity: 0.55;
}

.toast-container .toast-close-btn:hover,
.toast-container .toast-close-btn:focus-visible {
  opacity: 1;
  color: #219a9e;
}

.toast-container.theme-minimal .toast-custom-btn {
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
  border: none;
  font-family: inherit;
  font-weight: 350;
  padding: 6px 14px;
}

.toast-container.theme-minimal .toast-custom-btn:hover,
.toast-container.theme-minimal .toast-custom-btn:focus-visible {
  background: #219a9e;
}

.auth__error {
  display: block;
  margin-top: 4px;
  color: #c1121f;
  font-size: 10px;
  text-align: left;
}

.search-page__head,
.search-page__empty {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  box-sizing: border-box;
}

.search-page__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 36px 15px 0;
}

.search-page__head h1 {
  margin: 0;
  color: #219a9e;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.search-page__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.search-page__input {
  width: 100%;
  max-width: 469px;
  height: 44px;
  box-sizing: border-box;
  padding: 0 16px;
  border: 1px solid #8c8c8c;
  border-radius: 30px;
  background: #ffffff;
  color: #000000;
  font: inherit;
  outline: none;
}

.search-page__input:focus {
  border-color: #219a9e;
}

.search-page__loading {
  margin: 0;
  color: #8c8c8c;
  font-size: 12px;
}

.search-page__empty,
.catalog__empty {
  padding: 40px 15px 70px;
  color: #8c8c8c;
  text-align: center;
}

.catalog__empty {
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 1025px) {
  .search-page__head,
  .search-page__empty {
    max-width: 950px;
  }
  .search-page__head {
    padding: 52px 0 0;
  }
  .search-page__head h1 {
    font-size: 40px;
  }
  .search-page__input {
    height: 40px;
  }
  .search-page__empty {
    padding: 60px 0 90px;
  }
}
.auth__field--error {
  border-color: #c1121f;
}

.auth__status {
  display: block;
  margin-bottom: 20px;
  color: #219a9e;
  font-size: 12px;
  text-align: left;
}

.auth__lost,
.auth__back {
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.auth__back {
  display: inline-block;
  margin-top: 20px;
  color: #8c8c8c;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth__footer--register {
  align-items: flex-end;
  margin-top: 20px;
}

.auth[data-auth-view=forgot] .auth__dialog {
  min-height: 0;
  padding: 40px 28px 36px;
}

.auth__form--forgot,
.auth__form--reset {
  gap: 0;
}

.auth__intro {
  margin-bottom: 28px;
}

.auth__heading {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  color: #000000;
}

.auth__lead {
  margin: 0;
  max-width: 32ch;
  color: #8c8c8c;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.45;
}

.auth__form--forgot .auth__status {
  margin-bottom: 16px;
}

.auth__control {
  width: 100%;
}

.auth__form--reset .auth__control + .auth__control {
  margin-top: 12px;
}

.auth__form--forgot .auth__field,
.auth__form--reset .auth__field {
  height: 40px;
  padding: 0 14px;
  border-color: #8c8c8c;
  font-size: 14px;
}

.auth__form--forgot .auth__field:focus,
.auth__form--reset .auth__field:focus {
  border-color: #219a9e;
}

.auth__submit--wide {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  font-size: 16px;
}

.auth__form--forgot .auth__back,
.auth__form--reset .auth__back {
  align-self: center;
  margin-top: 28px;
  transition: color 0.2s ease;
}

.auth__form--forgot .auth__back:hover,
.auth__form--forgot .auth__back:focus-visible,
.auth__form--reset .auth__back:hover,
.auth__form--reset .auth__back:focus-visible {
  color: #219a9e;
}

.auth-page {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  background: #ffffff;
}

.auth-page__main {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 15px;
}

.auth-page__card {
  box-sizing: border-box;
  width: 100%;
  max-width: 380px;
  padding: 34px 27px 54px;
  border: 1px solid #8c8c8c;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.auth-page__card:has(.auth__form--forgot),
.auth-page__card:has(.auth__form--reset) {
  padding: 40px 28px 36px;
}

.auth-page__title {
  margin: 0 0 28px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.auth__intro .auth-page__title {
  margin-bottom: 10px;
}

.header__user--authenticated {
  text-decoration: none;
}

.header__user--authenticated .header__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #4a87a1;
  background: #4a87a1;
  color: #ffffff;
  text-decoration: none;
}

.account__logout {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

.account__password {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.password-modal__dialog {
  min-height: 0;
}

.password-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 24px;
  line-height: 1;
  color: #8c8c8c;
  cursor: pointer;
}

.password-modal__form h2 {
  margin: 0 0 28px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.password-modal__form .auth__field {
  margin-top: 12px;
}

.password-modal__form h2 + .auth__field {
  margin-top: 0;
}

.password-modal__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 29px;
}

.password-modal__submit {
  min-width: 150px;
  height: 40px;
  font-size: 14px;
}

.password-modal__cancel {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 12px;
  color: #8c8c8c;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .auth-page__main {
    padding: 56px 15px;
  }
}
.cart-add--button {
  display: contents;
}

.cart-add--quantity {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-add__quantity-input {
  appearance: textfield;
  -moz-appearance: textfield;
}

.cart-add__quantity-input::-webkit-inner-spin-button,
.cart-add__quantity-input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.cart-add__error {
  display: block;
  margin-top: 4px;
  color: #c1121f;
  font-size: 10px;
}

.basket__item {
  position: relative;
}

.basket__remove {
  position: absolute;
  top: 16px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #c1121f;
  font-family: Bahnschrift, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 350;
  line-height: 1;
  cursor: pointer;
}

.basket__remove span {
  display: block;
  transform: translateY(-1px);
}

@media (min-width: 1025px) {
  .basket__remove {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
}
.basket__summary-grid {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.basket__checkout-shell {
  position: relative;
}

.basket__checkout-shell--loading .basket__summary-grid {
  filter: blur(3px);
  opacity: 0.45;
  pointer-events: none;
  user-select: none;
}

.basket__checkout-loader {
  position: absolute;
  z-index: 10;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.28);
  pointer-events: auto;
}

.basket__checkout-loader-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.basket__checkout-spinner {
  display: block;
  width: 24px;
  height: 24px;
  border: 3px solid #e1e1e1;
  border-top-color: #ff6666;
  border-radius: 50%;
  animation: basket-checkout-spin 0.8s linear infinite;
}

@keyframes basket-checkout-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .basket__checkout-spinner {
    animation-duration: 1.6s;
  }
}
.basket__checkout {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.basket__checkout h2 {
  margin: 0 0 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #000;
  color: #ff6666;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.basket__aside {
  display: flex;
  flex-direction: column;
}

.basket__aside .btn--checkout {
  margin-top: 28px;
  align-self: flex-start;
}

.basket__checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 1024px) {
  .basket__aside {
    order: -1;
  }
}
@media (min-width: 1025px) {
  .basket__summary-grid {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
  .basket__checkout {
    flex: 1 1 auto;
    min-width: 0;
  }
  .basket__checkout h2 {
    margin-bottom: 32px;
    padding-bottom: 30px;
    font-size: 32px;
  }
  .basket__aside {
    flex: 0 0 465px;
    width: 465px;
  }
  .basket__aside .basket__totals {
    width: 100%;
    margin-left: 0;
  }
  .basket__aside .btn--checkout {
    margin-top: 36px;
    align-self: flex-end;
  }
}
.basket__field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 13px;
}

.basket__field--full {
  grid-column: 1/-1;
}

.basket__field input,
.basket__field textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background: #fff;
  font: inherit;
}

.basket__field textarea {
  resize: vertical;
}

.basket__address,
.account__address {
  grid-column: 1/-1;
}

.basket__address-header,
.account__address-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.basket__address-header small {
  color: #777;
  font-size: 11px;
  font-weight: 400;
}

.basket__manual-address {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.basket__manual-address .basket__field--full {
  grid-column: 1/-1;
}

.country-picker {
  position: relative;
}

.country-picker__label {
  display: block;
  margin-bottom: 7px;
}

.country-picker__input {
  position: relative;
  z-index: 1;
}

.country-picker__code {
  margin-top: 7px;
}

.country-picker__menu {
  position: absolute;
  z-index: 5;
  top: calc(100% - 1px);
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 240px;
  overflow-y: auto;
  padding: 5px 0;
  border: 1px solid #c8c8c8;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.country-picker__menu[hidden],
.country-picker__code[hidden] {
  display: none;
}

.country-picker__option,
.country-picker__manual-toggle,
.country-picker__search-toggle {
  width: 100%;
  padding: 9px 12px;
  border: 0;
  background: #fff;
  color: #000;
  font: inherit;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}

.country-picker__option:hover,
.country-picker__option:focus-visible,
.country-picker__manual-toggle:hover,
.country-picker__manual-toggle:focus-visible,
.country-picker__search-toggle:hover,
.country-picker__search-toggle:focus-visible {
  background: #e1ebf8;
  outline: none;
}

.country-picker__option mark {
  background: #ffec5c;
  color: inherit;
}

.country-picker__manual-toggle,
.country-picker__search-toggle {
  color: #c1121f;
  text-decoration: underline;
}

.country-picker__search-toggle {
  margin-top: 7px;
  padding: 0;
}

.basket__totals-row--tax {
  align-items: flex-start;
}

.account__address {
  margin-top: 8px;
  margin-bottom: 8px;
}

.account__address .account__field {
  margin-top: 10px;
}

.basket__field input.auth__field--error,
.basket__field textarea.auth__field--error {
  border-color: #c1121f;
}

.basket__field small,
.basket__payment-methods small,
.basket__consent + small,
.basket__checkout-error {
  color: #c1121f;
  font-size: 11px;
}

.basket__payment-methods {
  margin: 32px 0 16px;
  padding: 0;
  border: 0;
}

.basket__payment-methods h2 {
  margin: 0 0 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #000;
  color: #ff6666;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 1025px) {
  .basket__payment-methods h2 {
    margin-bottom: 24px;
    padding-bottom: 30px;
    font-size: 32px;
  }
}
.basket__payment-option,
.basket__consent {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  cursor: pointer;
}

.basket__consent {
  margin-bottom: 5px;
}

.basket__consent input,
.basket__payment-option input {
  accent-color: #111;
}

.basket__checkout-error {
  margin: 12px 0;
}

@media (max-width: 640px) {
  .basket__checkout-grid {
    grid-template-columns: 1fr;
  }
  .basket__field--full {
    grid-column: auto;
  }
}

/*# sourceMappingURL=sfDevelop.css.map */
