:root {
  color-scheme: light;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #ffffff;
  color: #111111;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background: #ffffff;
  color: #111111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.cookie-notice {
  position: fixed;
  z-index: 120;
  right: 0;
  bottom: max(16px, env(safe-area-inset-bottom));
  left: 0;
  width: min(calc(100% - 32px), 1200px);
  margin: 0 auto;
  background: #252422;
  color: #ebecec;
  box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cookie-notice--closing {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

.cookie-notice__content {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 8px 18px 8px 22px;
}

.cookie-notice__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
}

.cookie-notice__text a {
  color: inherit;
  text-underline-offset: 3px;
  transition: color 160ms ease;
}

.cookie-notice__text a:hover,
.cookie-notice__text a:focus-visible,
.cookie-notice__button:hover,
.cookie-notice__button:focus-visible {
  color: #eb5e28;
}

.cookie-notice__button {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: color 160ms ease;
}

.cookie-notice__text--mobile,
.cookie-notice__button-mobile {
  display: none;
}

.site-shell {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  padding-bottom: 15px;
  background: #ffffff;
}

.utility-bar {
  display: flex;
  height: 50px;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  background: transparent;
  color: #403d38;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}

.utility-bar a {
  color: inherit;
  text-decoration: none;
}

.utility-bar button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.utility-bar > a:first-of-type {
  margin-left: auto;
}

.utility-bar a:hover,
.utility-bar a:focus-visible,
.utility-bar button:hover,
.utility-bar button:focus-visible {
  color: #eb5e28;
  text-decoration: none;
}

.utility-bar strong {
  font-weight: 700;
}

.catalog-bar {
  display: flex;
  height: 40px;
  align-items: center;
}

.catalog-bar__logo {
  display: block;
  width: 175px;
  height: 40px;
  flex: 0 0 175px;
  object-fit: contain;
}

.catalog-bar__button {
  display: inline-flex;
  width: 100px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #eb5e28;
  color: #ffffff;
  font: 700 16px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  text-decoration: none;
}

.catalog-bar__button:hover,
.catalog-bar__button:focus-visible,
.search-box__button:hover,
.search-box__button:focus-visible {
  background: #252422;
  color: #ffffff;
}

.search-box:has(.search-box__button:hover) .search-box__input,
.search-box:has(.search-box__button:focus-visible) .search-box__input {
  border-color: #252422;
}

.search-box {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  height: 40px;
  flex: 1 1 auto;
  margin-left: 30px;
}

.search-box__input {
  width: auto;
  min-width: 0;
  height: 40px;
  flex: 1 1 auto;
  margin: 0;
  padding: 0 12px;
  border: 2px solid #eb5e28;
  border-radius: 0;
  outline: 0;
  background: #ffffff;
  color: #111111;
  font: 400 16px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.search-box__button {
  width: 100px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #eb5e28;
  color: #ffffff;
  font: 700 16px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}

.preview-search__suggestions {
  position: absolute;
  z-index: 300;
  top: 40px;
  left: -266px;
  width: 1000px;
  max-height: min(700px, calc(100vh - 120px));
  overflow: auto;
  border: 1px solid #ebecec;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(37, 36, 34, 0.18);
  text-align: left;
}

.preview-search__suggestions[hidden],
.preview-search__all[hidden],
.preview-search-helper[hidden],
.preview-search-helper__reset[hidden] {
  display: none;
}

.preview-search__content.has-helper {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
}

.preview-search-helper {
  padding: 14px 12px;
  border-right: 1px solid #ebecec;
  background: #f7f7f7;
}

.preview-search-helper__title {
  margin: 0 0 10px;
  color: #252422;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.preview-search-helper__list {
  display: grid;
  gap: 6px;
}

.preview-search-helper__item {
  display: flex;
  width: 100%;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 8px;
  border: 1px solid #ebecec;
  border-radius: 0;
  background: #ffffff;
  color: #403d38;
  cursor: pointer;
  font: 400 13px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  text-align: left;
}

.preview-search-helper__item span {
  min-width: 0;
}

.preview-search-helper__item small {
  color: inherit;
  font-size: 12px;
}

.preview-search-helper__item:hover,
.preview-search-helper__item:focus-visible,
.preview-search-helper__item.is-active {
  border-color: #eb5e28;
  outline: none;
  background: rgba(235, 94, 40, 0.08);
  color: #eb5e28;
}

.preview-search-helper__reset {
  margin: 10px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #eb5e28;
  cursor: pointer;
  font: 600 13px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.preview-search__list {
  display: grid;
}

.preview-search-suggestion {
  display: grid;
  min-width: 0;
  min-height: 64px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  border-bottom: 1px solid #ebecec;
  background: #ffffff;
  color: #252422;
  text-decoration: none;
}

.preview-search-suggestion:hover,
.preview-search-suggestion:focus-visible,
.preview-search-suggestion.is-active {
  outline: none;
  background: rgba(235, 94, 40, 0.08);
}

.preview-search-suggestion img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.preview-search-suggestion__name {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.preview-search-suggestion__price {
  color: #252422;
  font-size: 13px;
  white-space: nowrap;
}

.preview-search__all {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: #eb5e28;
  color: #ffffff;
  cursor: pointer;
  font: 700 14px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.preview-search__empty,
.preview-search__loading {
  margin: 0;
  padding: 24px;
  color: #403d38;
  font-size: 14px;
  text-align: center;
}

.preview-search__status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.customer-actions {
  display: flex;
  height: 40px;
  align-items: stretch;
  flex: 0 0 auto;
  gap: 30px;
  margin-left: 30px;
}

.customer-action {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #403d38;
  font: 400 14px/16px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  cursor: default;
  white-space: nowrap;
}

.customer-action[data-modal-open] {
  cursor: pointer;
}

.customer-action[data-modal-open]:hover,
.customer-action[data-modal-open]:focus-visible,
.customer-action[data-favorites-link].has-items,
.customer-action[data-cart-link].has-items {
  color: #eb5e28;
}

.customer-action img {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.customer-action[data-modal-open]:hover img,
.customer-action[data-modal-open]:focus-visible img,
.customer-action[data-favorites-link].has-items img,
.customer-action[data-cart-link].has-items img {
  filter: invert(42%) sepia(94%) saturate(1909%) hue-rotate(344deg) brightness(97%) contrast(90%);
}

.category-bar {
  display: flex;
  height: 44px;
  margin-top: 15px;
  flex-direction: column;
  overflow-x: auto;
  white-space: nowrap;
}

.category-bar__row {
  display: flex;
  width: 100%;
  min-width: 1200px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.category-bar__row:first-child {
  justify-content: space-between;
}

.category-bar__row + .category-bar__row {
  gap: 24px;
}

.category-bar a,
.category-bar button {
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #403d38;
  font: 400 16px/22px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  text-decoration: none;
}

.category-bar button {
  cursor: default;
}

.category-bar a:hover,
.category-bar a:focus-visible,
.category-bar button:hover,
.category-bar button:focus-visible {
  color: #eb5e28;
}

.banner-carousel {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #333333;
}

.banner-carousel--upper {
  margin: 5px 0 40px;
}

.banner-carousel--lower {
  margin: 40px 0;
}

.banner-carousel__slide,
.banner-carousel__slide a,
.banner-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-carousel__slide img {
  object-fit: cover;
}

.banner-carousel__arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.48);
  color: #ffffff;
  font: 400 38px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}

.banner-carousel__arrow:hover,
.banner-carousel__arrow:focus-visible {
  background: rgba(0, 0, 0, 0.68);
}

.banner-carousel__arrow--previous {
  left: 0;
}

.banner-carousel__arrow--next {
  right: 0;
}

.services-grid {
  display: grid;
  width: 1200px;
  height: 400px;
  grid-template-columns: 300px 880px;
  grid-template-rows: 400px;
  gap: 20px;
  margin-top: 0;
}

.services-grid__small {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  grid-template-rows: repeat(2, 190px);
  gap: 20px;
}

.service-placeholder {
  min-width: 0;
  height: 190px;
  background: #ebecec;
}

.service-placeholder--small {
  display: grid;
  grid-template-rows: 96px 94px;
}

.service-placeholder__icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 0 0 20px;
}

.service-placeholder__icon img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.service-placeholder__content {
  min-height: 0;
  padding: 0 10px 4px 20px;
}

.service-placeholder__content h3 {
  margin: 0;
  color: #252422;
  font: 700 17px/21px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  white-space: nowrap;
}

.service-placeholder__content p {
  margin: 8px 0 0;
  color: #403d38;
  font: 400 15px/19px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.service-placeholder--large {
  display: flex;
  width: 300px;
  height: 400px;
  align-items: center;
  flex-direction: column;
  padding: 35px 20px;
  text-align: center;
}

.service-placeholder__copy {
  width: 230px;
  max-width: 100%;
}

.service-placeholder--large h2 {
  margin: 0;
  color: #252422;
  font: 700 24px/29px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  text-align: left;
  white-space: nowrap;
}

.service-placeholder--large p {
  margin: 8px 0 0;
  color: #403d38;
  font: 400 15px/19px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  text-align: left;
  white-space: nowrap;
}

.service-placeholder--large button {
  width: 230px;
  height: 40px;
  margin-top: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #eb5e28;
  color: #ffffff;
  font: 700 16px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}

.service-placeholder--large button:hover,
.service-placeholder--large button:focus-visible {
  background: #252422;
  color: #ffffff;
}

.modal-layer[data-modal-type="service-request"] {
  align-items: safe center;
}

.modal-layer[data-modal-type="service-request"] .site-modal {
  width: min(calc(100% - 32px), 760px);
  min-height: 0;
  border-radius: 0;
}

.modal-layer[data-modal-type="service-request"] .site-modal__header {
  align-items: center;
  padding: 20px 28px;
}

.modal-layer[data-modal-type="service-request"] .site-modal__header h2 {
  color: #252422;
  font: 700 17px/21px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

.modal-layer[data-modal-type="service-request"] .site-modal__close {
  width: 32px;
  min-height: 32px;
  flex: 0 0 32px;
  place-items: center end;
}

.modal-layer[data-modal-type="service-request"] .site-modal__content {
  min-height: 0;
  padding: 0 28px 28px;
}

.service-request-form {
  width: 100%;
}

.service-request-form__message {
  display: block;
  width: 100%;
  min-height: 220px;
  resize: vertical;
  padding: 14px 16px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #ebecec;
  color: #403d38;
  font: 400 16px/22px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.service-request-form__message:focus {
  border: 0;
  outline: 0;
}

.service-request-form__message:disabled {
  color: #77736d;
  cursor: not-allowed;
  opacity: 1;
}

.service-request-form__status {
  min-height: 20px;
  margin: 8px 0 -4px;
  color: #403d38;
  font: 400 14px/20px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.service-request-form__status--error {
  color: #a52a2a;
}

.service-request-form__status--success {
  color: #1f6b3b;
}

.service-request-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
}

.service-request-form__primary-actions {
  display: flex;
  width: 230px;
  flex: 0 0 230px;
  gap: 10px;
}

.service-request-form__submit,
.service-request-form__call {
  display: inline-flex;
  width: 230px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex: 0 0 230px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #eb5e28;
  color: #ffffff;
  cursor: pointer;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.service-request-form__submit {
  appearance: none;
  font-weight: 700 !important;
}

.service-request-form__submit--compact {
  width: 110px;
  flex: 0 0 110px;
}

.service-request-form__submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.service-request-form__submit:hover,
.service-request-form__submit:focus-visible,
.service-request-form__call:hover,
.service-request-form__call:focus-visible {
  background: #252422;
  color: #ffffff;
}

@media (max-width: 560px) {
  .modal-layer[data-modal-type="service-request"] .site-modal__header {
    padding: 16px 20px;
  }

  .modal-layer[data-modal-type="service-request"] .site-modal__header h2 {
    font-size: 17px;
    line-height: 21px;
  }

  .modal-layer[data-modal-type="service-request"] .site-modal__content {
    padding: 0 20px 20px;
  }

  .service-request-form__message {
    min-height: 180px;
  }

  .service-request-form__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .service-request-form__submit,
  .service-request-form__call {
    width: 100%;
    flex-basis: 40px;
  }

  .service-request-form__primary-actions {
    width: 100%;
    flex-basis: auto;
  }

  .service-request-form__submit--compact {
    width: auto;
    flex: 1 1 0;
  }
}

.service-extras {
  display: grid;
  grid-template-columns: repeat(2, 400px);
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.service-extra {
  display: grid;
  min-width: 0;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}

.service-extra > img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.service-extra__copy {
  min-width: 0;
}

.service-extra__copy h3 {
  margin: 0;
  color: #252422;
  font: 700 17px/21px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.service-extra__copy p {
  margin: 8px 0 0;
  color: #403d38;
  font: 400 15px/19px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.assortment {
  margin-top: 20px;
}

.assortment__heading {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.assortment__heading h2 {
  margin: 0;
  color: #403d38;
  font: 700 24px/29px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.assortment__products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.assortment__status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 20px 0;
  color: #403d38;
  font-size: 14px;
}

.assortment-card {
  position: relative;
  min-width: 0;
  border: 0;
  background: #ffffff;
  cursor: pointer;
}

.assortment-card:focus-visible {
  outline: 2px solid #eb5e28;
  outline-offset: 4px;
}

.assortment-card__media {
  display: block;
  color: inherit;
  text-decoration: none;
}

.assortment-card__image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.assortment-card__name {
  display: -webkit-box;
  height: 57px;
  min-height: 57px;
  overflow: hidden;
  margin: 10px 0 0;
  color: #403d38;
  font: 400 15px/19px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.assortment-card__name a {
  color: inherit;
  text-decoration: none;
}

.assortment-card__media:focus-visible,
.assortment-card__name a:focus-visible {
  outline: 2px solid #eb5e28;
  outline-offset: 2px;
}

.assortment-card__price {
  margin: 8px 0 0;
  color: #252422;
  font: 700 16px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  text-align: right;
}

.assortment-card__actions {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: center;
  margin-top: 12px;
}

.assortment-card__cart {
  width: 100px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #eb5e28;
  color: #ffffff;
  font: 700 14px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  cursor: pointer;
  justify-self: start;
}

.assortment-card__cart:hover:not(:disabled),
.assortment-card__cart:focus-visible:not(:disabled) {
  background: #252422;
  color: #ffffff;
}

.assortment-card__cart.is-in-cart,
.assortment-card__cart:disabled {
  background: #403d38;
  cursor: default;
  opacity: 1;
}

.assortment-card__quantity {
  display: flex;
  width: 120px;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  color: #403d38;
  font: 400 16px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  justify-self: end;
}

.assortment-card__quantity button {
  width: 30px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #403d38;
  font: 400 20px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  cursor: default;
}

.assortment-card__quantity button:first-child {
  text-align: center;
}

.assortment-card__quantity button:last-child {
  text-align: right;
}

.assortment-card__quantity-input {
  width: 48px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #403d38;
  font: inherit;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

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

.assortment-card__quantity button:disabled,
.assortment-card__quantity-input:disabled {
  color: #403d38;
  cursor: default;
  opacity: 1;
}

.assortment-card__favorite {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.assortment-card:hover .assortment-card__favorite,
.assortment-card:focus-within .assortment-card__favorite,
.assortment-card__favorite.is-favorite {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.assortment-card__favorite img {
  display: block;
  width: 24px;
  height: 24px;
}

.assortment-card__favorite.is-favorite img {
  filter: invert(42%) sepia(94%) saturate(1909%) hue-rotate(344deg) brightness(97%) contrast(90%);
}

.modal-layer[data-modal-type="account"] {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.modal-layer[data-modal-type="account"] .site-modal,
.modal-layer[data-modal-type="account"] .account-field input,
.modal-layer[data-modal-type="account"] .account-primary,
.modal-layer[data-modal-type="account"] .account-phone-form input,
.modal-layer[data-modal-type="cart"] .site-modal,
.modal-layer[data-modal-type="cart"] .cart-product__image,
.modal-layer[data-modal-type="cart"] .cart-quantity__input,
.modal-layer[data-modal-type="order"] .site-modal {
  border-radius: 0;
}

@media (max-width: 1232px) {
  .site-shell {
    width: auto;
    margin-inline: 16px;
  }

}

@media (max-width: 640px) {
  .cookie-notice {
    bottom: max(12px, env(safe-area-inset-bottom));
    width: calc(100% - 24px);
  }

  .cookie-notice__content {
    min-height: 46px;
    gap: 16px;
    padding: 8px 14px;
  }

  .cookie-notice__text {
    font-size: 14px;
    white-space: normal;
  }

  .cookie-notice__text--desktop,
  .cookie-notice__button-desktop {
    display: none;
  }

  .cookie-notice__text--mobile,
  .cookie-notice__button-mobile {
    display: inline;
  }

}
