:root {
  --ink: #0f1419;
  --muted: #7a8088;
  --line: #eceff2;
  --panel: #ffffff;
  --page: #f6f6f6;
  --brand: #128b3c;
  --brand-soft: #e6f8e4;
  --action: #ffc400;
  --action-dark: #d79a00;
  --danger: #ff2c2c;
  --radius: 8px;
  --shadow: 0 1px 2px rgba(15, 20, 25, .06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);
  background: var(--page);
  letter-spacing: 0;
}
a { color: #000000; text-decoration: none; transition: color 0.3s ease; }
a:hover { color: #FF9421; }
img { max-width: 100%; display: block; }
button, input, select, textarea {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  accent-color: #FF9421;
  letter-spacing: 0;
}
.store-wrap { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.button {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #F4F3F3;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.0196078431), inset 0 -2px 0px rgba(0, 0, 0, 0.0196078431);
  padding: 5px;
  position: relative;
  outline: 3px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  color: var(--ink);
  min-height: 46px;
}
.button--login { padding: 5px 8px 5px 5px; }
.button--all-categories { padding: 5px 8px 5px 5px; }
.button--main {
  padding: 9px 16px;
  background: #FFC700;
  color: #362B02 !important;
  border: 1px solid #FFD647;
  font-weight: 400;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.0196078431), inset 0 -2px 0px rgba(0, 0, 0, 0.05);
}
.button--main i {
  width: auto;
  height: auto;
  background: transparent;
  font-size: 20px;
}
.button.block { width: 100%; justify-content: center; }
.button i {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 7px;
  background: #f8f8f8;
  color: var(--ink);
  font-size: 23px;
  line-height: 1;
}
.button.button--main i {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  color: #362B02;
  font-size: 18px;
}
.button:hover,
.button:focus-visible {
  border-color: #e6e4e4;
  outline-color: rgba(255, 196, 0, .16);
}

.promo-bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px 48px;
  background: var(--action);
  color: #191919;
  font-size: 14px;
}
.promo-close { position: absolute; right: 8px; top: 7px; background: #5b5b5b; color: #fff; min-height: 34px; }
.promo-close i { width: 24px; height: 24px; background: transparent; color: #fff; font-size: 20px; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.header__middle-container {
  width: min(1200px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main { min-height: 136px; gap: 28px; }
.logo-link { justify-self: start; display: block; }
.logo-link img { width: 142px; max-height: 98px; object-fit: contain; }
.header__search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 1 620px;
  justify-content: center;
}
.category-button { justify-content: flex-start; }
.icon-button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8f8f8;
  color: var(--ink);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}
.button.icon-button { justify-content: center; min-height: 38px; }
.search-form {
  width: min(450px, 45vw);
  min-width: 280px;
  position: relative;
  display: block;
  border: 1px solid #e2e5e8;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.search-form input {
  width: 100%;
  height: 45px;
  border: 0;
  padding: 0 48px 0 14px;
  outline: 0;
}
.search-form button {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  background: #F4F3F3;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--ink);
}
.search-form button i { line-height: 1; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-pill { white-space: nowrap; }
.cart-pill { background: #666; color: #fff; border-color: #666; position: relative; }
.cart-pill i { background: rgba(0,0,0,.16); color: #fff; }
.button--basket.active sub {
  transform: scale(1);
  opacity: 1;
  color: white;
}
.button--basket sub {
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--danger);
  position: absolute;
  top: 5px;
  left: 25px;
  transform: scale(0);
  transition: all 0.3s ease;
  opacity: 0;
  color: #fff;
}
.account-menu { position: relative; }
.account-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 220px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(15, 20, 25, .12);
  padding: 8px;
  z-index: 30;
}
.account-menu:hover .account-dropdown, .account-menu:focus-within .account-dropdown { display: grid; }
.account-dropdown a { padding: 10px 12px; border-radius: 6px; }
.account-dropdown a:hover { background: #f5f5f5; }
.category-strip { border-top: 1px solid var(--line); }
.header__bottom-container {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.header__bottom-container > ul {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
}
.header__bottom-container > ul > li { display: flex; min-width: max-content; }
.header__bottom-container > ul > li > a {
  height: 45px;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
}
.header__menu-discounts {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.button--menu-orange,
.button--menu-green {
  min-height: 36px;
  font-weight: 500;
  gap: 5px;
  padding: 5px 8px;
  box-shadow: none;
  border: 1px solid transparent;
}
.button--menu-orange { background: #FFF5EA; }
.button--menu-green { background: #E4FFDE; }
.button--menu-orange i,
.button--menu-green i {
  width: auto;
  height: auto;
  background: transparent;
  transition: all 0.3s ease;
}
.button--menu-orange i { color: #EB8A18; }
.button--menu-green i { color: #319717; }

.drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(0, 0, 0, .72);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.drawer.is-open { opacity: 1; pointer-events: auto; }
.drawer-panel {
  width: min(320px, 86vw);
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .2s ease;
}
.drawer.is-open .drawer-panel { transform: translateX(0); }
.drawer-head { height: 76px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-size: 22px; font-weight: 500; margin: 0; }
.drawer-list { display: grid; gap: 14px; padding: 16px; }
.drawer-list a { display: flex; gap: 12px; align-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.drawer-list i { font-size: 18px; }

.message-stack { position: fixed; right: 16px; top: 156px; z-index: 60; display: grid; gap: 8px; }
.message { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: 6px; padding: 12px 14px; box-shadow: var(--shadow); }
.message.error { border-left-color: var(--danger); }

/* Whatsapp */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.mypage-whatsapp-phone {
  position: fixed;
  bottom: 0;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 9999;
}

.mypage-whatsapp-phone.bottom_left {
  left: 0;
}

.mypage-whatsapp-phone.bottom_right {
  right: 0;
}

.mypage-whatsapp-ph-img-circle {
  width: 30px;
  height: 30px;
  top: 43px;
  left: 43px;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #0d9f16;
  background-size: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mypage-whatsapp-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: rgba(13, 159, 22, 0.5);
  opacity: .75 !important;
}

.mypage-whatsapp-ph-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-color: #0d9f16;
  opacity: .5;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}

@media screen and (max-device-width: 600px) {
  .mypage-whatsapp-phone {
    transform: scale(0.8);
  }
}

.hero-old {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  background: #EEEEEE;
}
.hero-old__container {
  width: min(1200px, calc(100% - 32px));
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-old__slider {
  width: 100%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7529411765);
  border: 1px solid #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.0196078431), inset 0 -2px 0px rgba(0, 0, 0, 0.0196078431);
  overflow: hidden;
}
.hero-old__slider-wrapper { width: 100%; }
.hero-old__slide {
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 20px;
}
.hero-old__slide.is-active { display: flex; }
.hero-old__slide-text {
  display: flex;
  flex-direction: column;
  flex: 0 1 420px;
  max-width: 450px;
  gap: 10px;
}
.hero-old__slide-text .button--main {
  width: fit-content;
}
.hero-old__slide-text h4,
.hero-old__slide-text h3 {
  margin: 0;
}
.hero-old__slide-text h4 {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
}
.hero-old__slide-text h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.hero-old__slide-img {
  flex: 1 1 58%;
  min-width: 0;
  display: flex;
}
.hero-old__slide-img img,
.hero-old__thumb-slide img {
  width: 100%;
  aspect-ratio: 13 / 7 !important;
  object-fit: cover;
}
.hero-old__slide-img img {
  border-radius: 8px;
  background: #f1f1f1;
}
.hero-old__thumb { width: 100%; }
.hero-old__thumb-container { overflow-x: auto; padding: 0 2px; }
.hero-old__thumb-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.hero-old__thumb-slide {
  width: 101px;
  flex: 0 0 101px;
  display: flex;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 7px;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
}
.hero-old__thumb-slide.is-active {
  border-color: #FF9421;
}
.hero-old__thumb-slide img {
  border-radius: 5px;
}

.store-section { padding: 36px 0; }
.section-head, .page-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.section-head h2, .page-head h1 { margin: 0; font-size: 22px; font-weight: 500; }
.page-head p { color: var(--muted); max-width: 680px; }
.tabs,
.tabs__menu {
  display: flex;
  padding: 5px;
  background: #EEEEEE;
  width: max-content;
  margin: 0 auto 18px;
  border-radius: 8px;
  list-style: none;
}
.tabs__menu li { display: flex; }
.tabs a,
.tabs button,
.tabs__menu a,
.tabs__menu button {
  display: flex;
  border-radius: 5px;
  padding: 8px 13px;
  opacity: 0.68;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 400;
  background: transparent;
  color: #000;
  cursor: pointer;
}
.tabs a.active,
.tabs button.active,
.tabs__menu a.active,
.tabs__menu button.active {
  background: rgba(255, 255, 255, 0.7529411765);
  border: 1px solid white;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.0196078431), inset 0 -2px 0px rgba(0, 0, 0, 0.0196078431);
  opacity: 1;
}
.product-tab-panel,
.product-tab-panel[hidden] { display: none; }
.product-tab-panel.is-active { display: grid; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: start; }
.product,
.product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #F4F3F3;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(15, 20, 25, .04);
  position: relative;
}
.product__img,
.product-media { display: block; position: relative; background: #fff; overflow: hidden; }
.product__img-item { display: block; }
.product__img img,
.product-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .3s ease; }
.product:hover .product__img img { transform: scale(1.015); }
.product__fav-form {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  margin: 0;
  line-height: 0;
}
.product__fav,
.product__fav-remove {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  color: #111;
  border: 0;
  padding: 0;
  position: relative;
  opacity: 1;
  transform: none;
  transition: all .3s ease;
  cursor: pointer;
  box-shadow: 0 1px 8px rgba(15, 20, 25, .12);
}
.product:hover .product__fav,
.product:focus-within .product__fav { opacity: 1; transform: translateY(0); }
.product__fav.is-active {
  color: #c81e3a;
  background: #fff0f3;
}
.product__fav:focus-visible {
  outline: 3px solid rgba(255, 196, 0, .28);
  outline-offset: 2px;
}
.product__fav.is-loading {
  position: relative;
  cursor: wait;
}
.product__fav.is-loading i { opacity: 0; }
.product__fav.is-loading::before {
  left: 50%;
  margin-left: -7px;
}
.card-badge {
  max-width: calc(100% - 62px);
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  background: var(--brand-soft);
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product__info,
.product-body {
  min-height: 124px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 10px 10px 58px;
  position: relative;
}
.product__header { display: flex; flex-direction: column; }
.product__header-category,
.product-category {
  height: 18px;
  overflow: hidden;
  font-size: 11px;
  opacity: 0.5;
}
.product__header-title,
.product-name {
  font-size: 14px;
  font-weight: 400;
  min-height: 38px;
  max-height: 38px;
  overflow: hidden;
  line-height: 1.35;
}
.product__prices { margin-top: auto; }
.product__prices-wrapper ins,
.product-price {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.product__cart-form,
.card-cart-form {
  width: 100%;
}
.product__button {
  width: calc(100% - 20px);
  height: 38px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #362B02 !important;
  background: #FFC700;
  font-size: 13px;
  font-weight: 400;
  border-radius: 8px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  opacity: 0;
  transform: translateY(8px);
  outline: 3px solid transparent;
  border: 1px solid #FFD647;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
.product:hover .product__button,
.product:focus-within .product__button,
.product__cart-form.is-submitting .product__button {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.add-button, .primary-button, .ghost-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 500;
}
.add-button, .primary-button { background: var(--action); color: #1b1b1b; }
.add-button { width: 100%; }
.add-button.button--main { justify-content: center; }
.add-button[disabled],
.primary-button[disabled],
.ghost-button[disabled],
.coupon-form button[disabled] {
  opacity: .78;
  cursor: wait;
}
.is-loading:not(.product__button) {
  position: relative;
}
.product__button.is-loading { position: absolute; }
.is-loading::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: storefront-spin .7s linear infinite;
}
@keyframes storefront-spin {
  to { transform: translateY(-50%) rotate(360deg); }
}
.primary-button.compact, .ghost-button.compact { min-height: 40px; padding: 0 13px; }
.primary-button.block { width: 100%; }
.ghost-button { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 10px; }
.promo-tile { position: relative; overflow: hidden; border-radius: 8px; background: #fff; }
.promo-tile img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.promo-tile span { position: absolute; left: 14px; bottom: 14px; padding: 8px 10px; background: rgba(255,255,255,.92); border-radius: 6px; font-weight: 500; }
.search-page { padding: 34px 0 56px; }
.search-page__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.search-page__head h1 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 500;
}
.search-page__head a { font-size: 13px; }
.search-page__head p {
  margin: 10px 0 0;
  max-width: 680px;
  color: var(--muted);
}
.search-page__sort {
  display: flex;
  align-items: center;
  gap: 18px;
}
.search-page__sort span { font-size: 12px; color: #222; white-space: nowrap; }
.search-page__sort form { margin: 0; }
.search-page__sort select {
  min-width: 142px;
  height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
  box-shadow: var(--shadow);
}
.search-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.search-sidebar {
  background: #fff;
  border: 1px solid #F4F3F3;
  border-radius: 8px;
  overflow: hidden;
}
.search-sidebar__section {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 18px 16px;
  border-bottom: 1px solid #F4F3F3;
}
.search-sidebar__section:last-child { border-bottom: 0; }
.search-sidebar__section h2 {
  margin: 0 0 7px;
  font-size: 14px;
  font-weight: 500;
}
.search-sidebar__section a,
.search-sidebar__section label {
  font-size: 15px;
  line-height: 1.35;
}
.search-sidebar__section a.is-active {
  font-weight: 600;
  color: #0f1419;
}
.search-sidebar__section label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.search-sidebar__section input[type="checkbox"] {
  width: 15px;
  min-height: 15px;
  height: 15px;
  margin: 0;
  border-radius: 3px;
}
.search-sidebar__section .button--main {
  margin-top: 4px;
  min-height: 38px;
  font-size: 14px;
  justify-content: center;
}
.search-results { min-width: 0; }
.active-filters {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #F4F3F3;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.active-filter-list {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.active-filters span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #FF9421;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 13px;
}
.active-filters span a {
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  color: #FF9421;
}
.filter-clear {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #F8F8F8;
  padding: 9px 12px;
  font-size: 13px;
  color: #111;
  white-space: nowrap;
}
.catalog-toolbar { margin-bottom: 22px; display: grid; grid-template-columns: minmax(200px, 1fr) 210px auto; gap: 10px; }
.catalog-toolbar input, .catalog-toolbar select, label input, label select, label textarea, .coupon-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #dde0e3;
  border-radius: 7px;
  background: #fff;
  padding: 0 12px;
  outline: 0;
}
.phone-field {
  display: grid;
  grid-template-columns: minmax(128px, .36fr) minmax(0, 1fr);
  gap: 10px;
}
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
label textarea { padding: 12px; resize: vertical; }
.empty-state { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); color: var(--muted); }

.product-page { padding: 24px 0 56px; }
.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 20px;
  align-items: start;
}
.product-breadcrumb {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #111;
}
.product-breadcrumb i { color: #b8b8b8; font-size: 20px; }
.product-gallery, .checkout-panel, .summary-card, .auth-card, .account-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.product-gallery {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.gallery-main { padding: 0; }
.gallery-main img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--line);
}
.gallery-thumbs-wrap {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}
.gallery-thumbs {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0;
  overflow-x: auto;
}
.gallery-thumbs button {
  width: 86px;
  height: 76px;
  flex: 0 0 86px;
  border: 2px solid transparent;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
.gallery-thumbs button.is-active { border-color: #FF9421; }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.gallery-nav {
  width: 32px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  box-shadow: var(--shadow);
  cursor: pointer;
  font-size: 22px;
}
.product-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: grid;
  align-content: start;
}
.product-panel__block {
  padding: 28px 32px;
  border-bottom: 1px solid var(--line);
}
.product-panel__block:last-child { border-bottom: 0; }
.product-panel h1 { margin: 0; font-size: 28px; font-weight: 600; line-height: 1.2; }
.product-meta { display: flex; flex-wrap: wrap; gap: 8px 12px; margin-top: 14px; color: #1f1f1f; font-size: 14px; }
.product-meta span, .tag { padding: 7px 10px; background: #f6f6f6; border: 1px solid #dedede; border-radius: 7px; font-size: 13px; }
.product-meta span:last-child { color: #48a63f; background: transparent; border-color: transparent; padding-left: 0; font-weight: 500; }
.lead, .muted { color: #242424; line-height: 1.55; }
.product-panel .lead { margin: 18px 0 0; font-size: 15px; }
.detail-price { display: block; margin-bottom: 16px; font-size: 30px; line-height: 1.1; color: #000; }
.delivery-note {
  margin: 0;
  color: #3f7f35;
  font-size: 15px;
  line-height: 1.5;
}
.delivery-note::first-line { color: #f12e29; }
.rich-text { line-height: 1.65; color: #242424; }
.page__container {
  width: min(1200px, calc(100% - 32px));
  display: flex;
  flex-direction: column;
}
.page__container .breadcrumb {
  margin: 10px 0;
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb a,
.breadcrumb span {
  color: #111;
}
.page__wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.page__sidebar {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-shrink: 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #F4F3F3;
  border-radius: 16px;
}
.page__sidebar h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.page__sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page__sidebar ul li {
  display: flex;
}
.page__sidebar ul a {
  display: flex;
}
.page__sidebar ul a.active {
  color: #FF9421;
}
.page__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  background: #fff;
  border: 1px solid #F4F3F3;
  border-radius: 16px;
}
.page__content h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.page__content-description h2,
.page__content-description h3 {
  margin: 20px 0 8px;
}
.page__content-description h2:first-child,
.page__content-description h3:first-child {
  margin-top: 0;
}
.page__content-description p {
  margin: 0 0 12px;
}
.page__content-description ul {
  margin: 0 0 16px 18px;
  padding: 0;
}
.page__content-description li {
  margin-bottom: 6px;
}
.buy-box { display: grid; grid-template-columns: 92px minmax(220px, 1fr); gap: 18px; align-items: end; max-width: 520px; }
.buy-box label span, .checkout-panel label span, .address-form label span { display: block; margin-bottom: 6px; color: #555; font-size: 13px; }
.quantity-control {
  min-height: 52px;
  display: grid;
  justify-items: center;
  align-content: center;
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.quantity-control input {
  width: 100%;
  min-height: 26px;
  border: 0;
  padding: 0 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.quantity-control span { margin: 0; font-size: 12px; color: #222; }
.product-buy-button {
  width: 100%;
  min-height: 52px;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
}
.detail-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #111;
  font-weight: 500;
}
.tag i { font-size: 16px; }
.tag-new { background: #fff0ed; border-color: transparent; }
.tag-new i { color: #f12e29; }
.tag.soft { background: #fff5ea; border-color: transparent; }
.tag.soft i { color: #eb8a18; }
.tag.green { background: #e4ffde; border-color: transparent; }
.tag.green i { color: #319717; }
.favorite-detail-button { min-height: 42px; gap: 8px; font-size: 15px; font-weight: 400; }
.product-carousel-section { padding: 54px 0 10px; }
.product-detail .section-head { margin-bottom: 24px; }
.product-detail .section-head h2,
.product-info-section h2 { font-size: 26px; font-weight: 600; }
.button--light {
  min-height: 44px;
  padding: 8px 16px;
  background: #fff;
  border-color: var(--line);
  box-shadow: var(--shadow);
  font-weight: 500;
}
.button--light i,
.favorite-detail-button i {
  width: auto;
  height: auto;
  background: transparent;
  font-size: 18px;
}
.product-detail .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.product-detail .product__button,
.product-detail .product__fav-form { display: none; }
.product-detail .product__info { min-height: 166px; padding-bottom: 22px; }
.product-info-section { padding: 42px 0 8px; }
.product-info-section h2 { margin: 0 0 24px; }
.product-info-card {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px;
}
.product-info-card__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}
.product-info-card__body h3 { margin: 0 0 18px; font-size: 26px; font-weight: 600; }

.cart-page, .checkout-page { padding: 28px 0 48px; }
.cart-page h1 span { font-size: 16px; font-weight: 400; color: var(--muted); }
.cart-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: start; }
.cart-items { display: grid; gap: 14px; }
.cart-item { min-height: 92px; display: grid; grid-template-columns: 78px 1fr auto 44px; gap: 16px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px; }
.cart-item img { width: 78px; height: 58px; object-fit: cover; border-radius: 6px; }
.cart-item-main { display: grid; gap: 10px; }
.cart-item-main a { font-weight: 500; }
.cart-item-main form { display: flex; gap: 8px; align-items: end; }
.cart-item-main input { width: 72px; }
.cart-item-main form.is-submitting input { opacity: .65; }
.summary-card { padding: 22px 20px; display: grid; gap: 16px; }
.summary-card h2 { margin: 0 0 4px; font-size: 18px; font-weight: 500; }
.summary-card > div { display: flex; justify-content: space-between; gap: 12px; }
.summary-total { border-top: 1px solid var(--line); padding-top: 14px; font-size: 18px; }
.coupon-form { display: grid; grid-template-columns: 1fr auto; gap: 6px; }
.coupon-form button { border: 0; border-radius: 7px; padding: 0 12px; }

.checkout-panel { padding: 28px; display: grid; gap: 16px; }
.checkout-panel.narrow { max-width: 620px; margin: 0 auto; }
.checkout-complete-layout.scs__container {
  width: min(1000px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(280px, 320px);
  align-items: flex-start;
  gap: 20px;
}
.checkout-main-panel label span {
  display: block;
  margin-bottom: 6px;
  color: #555;
  font-size: 13px;
}
.checkout-main-panel input,
.checkout-main-panel select,
.checkout-main-panel textarea {
  width: 100%;
}
.checkout-contact-fields {
  display: grid;
  gap: 16px;
}
.checkout-address-select { display: grid; gap: 10px; margin-top: -4px; }
.checkout-address-select__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}
.checkout-address-select__head strong { font-size: 15px; font-weight: 500; }
.checkout-address-select__head span { color: var(--muted); font-size: 13px; }
.checkout-address-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.checkout-address-option {
  min-height: 112px;
  display: grid;
  align-content: start;
  gap: 6px;
  position: relative;
  padding: 14px 14px 14px 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fafafa;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.checkout-address-option input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  position: absolute;
  left: 14px;
  top: 17px;
}
.checkout-address-option strong {
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.checkout-address-option span,
.checkout-address-option small {
  min-width: 0;
  color: #555;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.checkout-address-option small { color: var(--muted); font-size: 12px; }
.checkout-address-option.is-active,
.checkout-address-option:focus-within {
  border-color: #FF9421;
  background: #fffaf4;
  box-shadow: 0 0 0 3px rgba(255, 148, 33, .12);
}
.checkout-address-toggle { justify-self: start; min-height: 38px; padding: 8px 12px; }
.checkout-address-fields {
  display: grid;
  gap: 16px;
  padding-top: 2px;
}
.checkout-address-fields[hidden] { display: none; }
.checkout-payment-method {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.checkout-payment-method.is-disabled {
  background: #fff7f7;
  border-color: rgba(198, 40, 40, .22);
}
.checkout-payment-method__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f1f1f1;
  font-size: 20px;
}
.checkout-payment-method strong { display: block; font-weight: 600; }
.checkout-payment-method p { margin: 3px 0 0; color: var(--muted); line-height: 1.4; }
.checkout-payment-method.is-disabled p { color: var(--danger); }
.checkout-order-panel { gap: 22px; }
.checkout-order-panel .eyebrow { color: var(--muted); font-size: 13px; font-weight: 500; }
.checkout-order-panel h1,
.checkout-pay-panel h2 { margin: 0; font-size: 24px; line-height: 1.22; font-weight: 600; }
.checkout-items { display: grid; gap: 12px; }
.checkout-order-panel .checkout-line {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fafafa;
}
.checkout-line__image {
  width: 72px;
  height: 58px;
  object-fit: cover;
  border-radius: 7px;
  background: #fff;
  border: 1px solid var(--line);
}
.checkout-line__main { min-width: 0; display: grid; gap: 6px; }
.checkout-line__main strong { overflow-wrap: anywhere; }
.checkout-line__main span { color: var(--muted); font-size: 14px; }
.checkout-line__price { white-space: nowrap; font-size: 15px; }
.checkout-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4px;
  padding: 18px 0 0;
  font-size: 18px;
}
.checkout-total span { color: #222; }
.checkout-total strong { white-space: nowrap; }
.checkout-pay-panel { align-content: start; min-height: 220px; }
.payment-page { padding-top: 30px; padding-bottom: 56px; }
.payment-layout {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 380px);
  gap: 26px;
  align-items: start;
}
.payment-summary-panel,
.payment-card-panel {
  border-radius: 10px;
  box-shadow: 0 8px 26px rgba(22, 26, 32, .04);
}
.payment-summary-panel {
  padding: 28px;
  position: sticky;
  top: 126px;
}
.payment-summary-panel h2 {
  margin: 0 0 22px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
}
.payment-card-panel {
  padding: 36px 28px 28px;
}
.payment-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.payment-card-head .eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
.payment-card-head h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 600;
}
.payment-card-head strong {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  background: #f8f8f8;
  white-space: nowrap;
  font-size: 16px;
}
.card-form,
#payment-form {
  display: grid;
  gap: 18px;
}
.card-network-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 6px;
}
.card-brand-badge {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  color: #4b5563;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .03);
  transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.card-brand-badge--visa { color: #1434cb; }
.card-brand-badge--mastercard { color: #eb001b; }
.card-brand-badge--amex { color: #006fcf; }
.card-brand-badge--maestro { color: #0064a8; }
.card-brand-badge--discover { color: #f58220; }
.card-brand-badge.is-active {
  border-color: #FF9421;
  background: #fff8ed;
  color: #171717;
  box-shadow: 0 0 0 3px rgba(255, 148, 33, .12);
}
.payment-card-panel label {
  display: grid;
  gap: 7px;
}
.payment-card-panel label span {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  font-weight: 500;
}
.payment-card-panel label input {
  min-height: 52px;
  border-radius: 8px;
  font-size: 15px;
}
.payment-card-panel input[name="card_number"] {
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}
.payment-card-panel label input[aria-invalid="true"] {
  border-color: rgba(198, 40, 40, .7);
  box-shadow: 0 0 0 3px rgba(198, 40, 40, .09);
}
.payment-card-panel .form-grid {
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 12px;
}
.payment-card-panel .button--main {
  min-height: 50px;
  margin-top: 0;
}
.field-error {
  min-height: 16px;
  color: var(--danger);
  font-size: 12px;
  line-height: 1.25;
}
.payment-price-list {
  display: grid;
  gap: 14px;
}
.payment-price-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #303030;
  font-size: 15px;
}
.payment-price-list strong { white-space: nowrap; }
.payment-summary-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 18px;
}
.payment-summary-total strong { white-space: nowrap; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check-row { display: flex; align-items: center; gap: 8px; }
.check-row input { width: auto; min-height: auto; }
.payment-message { min-height: 20px; color: var(--danger); }
#payment-element { margin: 10px 0; }
.stripe-card-shell {
  display: grid;
  gap: 8px;
}
.stripe-card-label {
  color: #4b5563;
  font-size: 13px;
  font-weight: 500;
}
.stripe-card-element {
  width: 100%;
  min-height: 52px;
  padding: 16px 15px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.0196078431), inset 0 -2px 0 rgba(0, 0, 0, 0.0196078431);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.stripe-card-element.StripeElement--focus {
  border-color: #FF9421;
  box-shadow: 0 0 0 3px rgba(255, 148, 33, .14);
}
.stripe-card-element.StripeElement--invalid {
  border-color: rgba(198, 40, 40, .7);
  box-shadow: 0 0 0 3px rgba(198, 40, 40, .09);
}

.payment-layout.scs__container {
  width: min(1000px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(280px, 320px);
  align-items: flex-start;
  gap: 20px;
}
.scs__forms {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #F4F3F3;
  overflow: hidden;
}
.scs__forms.payment-card-panel,
.summary.payment-summary-panel {
  padding: 0;
}
.scs__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  border-bottom: 1px solid #F4F3F3;
}
.scs__form:last-child { border-bottom: 0; }
.scs__form-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.scs__form-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.scs__payment {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid transparent;
  outline: 3px solid transparent;
  transition: all 0.5s ease;
}
.scs__payment.active {
  border: 1px solid #FF9421;
  outline: 3px solid rgba(255, 148, 33, 0.1450980392);
}
.scs__payment.is-disabled {
  opacity: .78;
}
.scs__payment.active .scs__payment-title { border-radius: 8px 8px 0 0; }
.scs__payment-title {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 15px;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #F4F3F3;
  border-radius: 8px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.scs__payment-title-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
}
.scs__payment-state {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}
.scs__payment-title-wrapper input {
  width: auto;
  min-height: auto;
  accent-color: #FF9421;
}
.scs__payment-card-image {
  width: 124px;
  height: 24px;
  object-fit: contain;
}
.scs__payment-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 15px;
  border: 1px solid #F4F3F3;
  border-radius: 0 0 8px 8px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.5s ease;
}
.scs__payment.active .scs__payment-wrapper {
  display: flex;
  max-height: 1200px;
  padding: 15px;
  visibility: visible;
  opacity: 1;
}
.scs__form-row {
  display: flex;
  gap: 15px;
}
.form-item {
  width: 100%;
  position: relative;
}
.form-item input,
.form-item select,
.form-item textarea {
  width: 100%;
  min-height: 52px;
  padding: 23px 15px 8px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.0196078431), inset 0 -2px 0 rgba(0, 0, 0, 0.0196078431);
  transition: all 0.3s ease;
  outline: 3px solid transparent;
}
.form-item input.phone_number,
.form-item input.credit_card,
.form-item input.expiration_date,
.form-item input.security_code,
.form-item select.phone_number,
.form-item select.credit_card,
.form-item select.expiration_date,
.form-item select.security_code,
.form-item textarea.phone_number,
.form-item textarea.credit_card,
.form-item textarea.expiration_date,
.form-item textarea.security_code {
  font-family: "Courier New", Courier, monospace;
  font-weight: 600;
}
.form-item input:focus,
.form-item select:focus,
.form-item textarea:focus {
  border-color: #FF9421;
  outline-color: rgba(255, 148, 33, .14);
}
.form-item label {
  font-size: 11px;
  position: absolute;
  left: 15px;
  top: 7px;
  font-weight: 400;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0.5;
}
.form-item input:focus + label,
.form-item input:not(:placeholder-shown) + label,
.form-item input:valid + label {
  top: 7px;
  font-size: 11px;
}
.form-item .field-error {
  display: block;
  margin-top: 5px;
}
.alert {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 15px;
  border: 1px solid #F4F3F3;
  background: #F8F8F8;
  border-radius: 8px;
}
.alert--yellow {
  background: rgba(255, 199, 0, 0.1019607843);
  border-color: rgba(255, 199, 0, 0.062745098);
}
.alert--success {
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #065f46;
}
.alert span {
  display: grid;
  gap: 2px;
}
.alert small {
  color: inherit;
  opacity: .72;
}
.bank-transfer-notify {
  display: grid;
  gap: 14px;
  width: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.checkout-return-panel .bank-transfer-notify {
  margin-top: 10px;
}
.account-order-grid > .bank-transfer-notify {
  grid-column: 1 / -1;
}
.bank-transfer-notify__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.bank-transfer-notify__head h2 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
}
.bank-transfer-notify__head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.bank-transfer-notify__head > i {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 8px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 20px;
}
.bank-transfer-notify__form {
  display: grid;
  gap: 12px;
}
.bank-transfer-notify__form label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
}
.bank-transfer-notify__form input,
.bank-transfer-notify__form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font: inherit;
  resize: vertical;
}
.bank-transfer-notify__form input:focus,
.bank-transfer-notify__form textarea:focus {
  border-color: #FF9421;
  outline: 3px solid rgba(255, 148, 33, .14);
}
.scs__bank {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  border: 1px solid #F4F3F3;
  border-radius: 8px;
}
.scs__bank-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scs__bank-title span { font-weight: 600; }
.scs__bank-wrapper {
  display: grid;
  gap: 8px;
}
.scs__bank-info {
  min-width: 0;
  padding: 5px 5px 5px 10px;
  border-radius: 8px;
  background: #FCFCFC;
  border: 1px solid #F4F3F3;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  width: 100%;
  align-items: center;
}
.scs__bank-info small {
  color: var(--muted);
  font-size: 12px;
  max-width: 150px;
  line-height: 1.25;
}
.scs__bank-info span {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 500;
}
.button--copy {
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  justify-content: center;
  box-shadow: none;
}
.button--copy i {
  width: auto;
  height: auto;
  background: transparent;
  font-size: 16px;
}
.summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: sticky;
  top: 10px;
  background: #fff;
  border: 1px solid #F4F3F3;
  border-radius: 16px;
  box-shadow: 0 8px 26px rgba(22, 26, 32, .04);
}
.summary__texts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 20px;
  border: 1px solid #F4F3F3;
}
.summary__texts h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.summary__texts ul {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.summary__texts li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.summary__texts strong { white-space: nowrap; }
.summary__texts .total {
  font-size: 18px;
  font-weight: 700;
}
.summary__button {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 20px 20px;
  background: #FCFCFC;
  border-top: 1px solid #F4F3F3;
}
.summary__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.summary__checkbox input[type="checkbox"] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0;
  border: 1px solid #E0E0E0;
  accent-color: #FF9421;
}
.summary__checkbox span {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.35;
}
.summary__checkbox a {
  text-decoration: underline;
  font-weight: 500;
}
.button--complate {
  width: 100%;
  min-height: 50px;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid #FFD647;
  background: #FFC700;
  color: #362B02;
  font-weight: 500;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.0196078431), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
.button--complate:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.auth-page { min-height: 620px; padding: 70px 16px; display: grid; justify-items: center; align-content: start; }
.auth-logo { width: 150px; margin-bottom: 14px; }
.auth-intro { max-width: 460px; text-align: center; color: #555; line-height: 1.5; }
.auth-card { width: min(460px, 100%); padding: 30px; }
.auth-card form, .address-form { display: grid; gap: 14px; }
.inline-link { justify-self: end; text-decoration: underline; color: #303030; }

.account-page { padding: 28px 0 48px; display: grid; grid-template-columns: 236px minmax(0, 1fr); gap: 22px; }
.account-sidebar { display: grid; gap: 8px; align-content: start; }
.account-sidebar a { padding: 14px 12px; border-radius: 8px; display: inline-flex; align-items: center; gap: 10px; }
.account-sidebar a i { font-size: 18px; line-height: 1; }
.account-sidebar a.active, .account-sidebar a:hover { background: #fff; box-shadow: var(--shadow); }
.account-content { padding: 30px; min-height: 420px; }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 18px 0; }
.mini-grid a, .address-card, .order-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px; }
.account-order-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 18px; }
.account-order-head h1 { margin: 4px 0 0; font-size: clamp(24px, 4vw, 34px); letter-spacing: 0; overflow-wrap: anywhere; }
.account-order-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .9fr); gap: 16px; }
.order-detail-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px; display: grid; gap: 14px; align-content: start; }
.order-detail-card--wide { grid-column: 1 / -1; }
.order-detail-card h2 { margin: 0; font-size: 18px; font-weight: 600; }
.account-order-table { display: grid; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.account-order-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(120px, auto) minmax(120px, auto); gap: 14px; align-items: center; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.account-order-row:last-child { border-bottom: 0; }
.account-order-row span { color: var(--muted); }
.account-order-row strong { overflow-wrap: anywhere; }
.account-order-product { display: flex; align-items: center; gap: 12px; min-width: 0; }
.account-order-product img { width: 58px; height: 58px; flex: 0 0 58px; object-fit: cover; border: 1px solid var(--line); border-radius: 8px; background: #fafafa; }
.account-order-product div { display: grid; gap: 4px; min-width: 0; }
.account-order-totals { display: grid; gap: 8px; justify-self: end; min-width: min(100%, 320px); }
.account-order-totals > div { display: flex; justify-content: space-between; gap: 20px; }
.order-meta-list { display: grid; gap: 10px; margin: 0; }
.order-meta-list div { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 10px; }
.order-meta-list dt { color: var(--muted); }
.order-meta-list dd { margin: 0; font-weight: 600; overflow-wrap: anywhere; }
.order-status-badge { display: inline-flex; align-items: center; width: fit-content; min-height: 32px; padding: 5px 10px; border-radius: 999px; background: #f3f4f6; color: #374151; font-weight: 700; font-size: 13px; white-space: nowrap; }
.order-status-badge--pending { background: #fff7ed; color: #9a3412; }
.order-status-badge--payment_pending { background: #fff7ed; color: #9a3412; }
.order-status-badge--paid { background: #e8f5ff; color: #075985; }
.order-status-badge--preparing { background: #fef9c3; color: #854d0e; }
.order-status-badge--shipped { background: #eef2ff; color: #3730a3; }
.order-status-badge--delivered { background: #ecfdf5; color: #047857; }
.order-status-badge--cancelled, .order-status-badge--returned { background: #fef2f2; color: #991b1b; }
.order-request-form { display: grid; gap: 12px; }
.order-request-list { display: grid; gap: 10px; }
.order-request-list article { display: grid; gap: 8px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #fbfaf6; }
.order-request-list article > div { display: flex; justify-content: space-between; gap: 12px; }
.order-request-list p { margin: 0; }
.address-card { position: relative; padding-right: 92px; }
.address-card__actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
}
.address-card__actions form { display: contents; }
.address-card__icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: #111;
  cursor: pointer;
  box-shadow: var(--shadow);
}
.address-card__icon i { font-size: 17px; line-height: 1; }
.order-list, .address-list { display: grid; gap: 14px; }
.order-card { display: grid; gap: 14px; padding: 16px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.order-card:hover { border-color: rgba(255, 148, 33, .45); box-shadow: 0 12px 34px rgba(17, 24, 39, .08); transform: translateY(-1px); }
.order-card__head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; padding-bottom: 12px; border-bottom: 1px solid #f0eeee; }
.order-card__identity { display: grid; gap: 4px; min-width: 0; }
.order-card__identity > span,
.order-card__summary > span { color: var(--muted); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.order-card__identity strong { font-size: 15px; overflow-wrap: anywhere; }
.order-card__identity time { display: inline-flex; align-items: center; gap: 6px; color: #6b7280; font-size: 13px; }
.order-card__identity time i { font-size: 16px; color: #FF9421; }
.order-card__body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(150px, auto); gap: 18px; align-items: center; }
.order-card__items { display: grid; gap: 10px; min-width: 0; }
.order-card__item { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 12px; align-items: center; min-width: 0; }
.order-card__item img { width: 54px; height: 54px; object-fit: cover; border: 1px solid var(--line); border-radius: 8px; background: #fafafa; }
.order-card__item div { display: grid; gap: 3px; min-width: 0; }
.order-card__item strong { font-size: 14px; overflow-wrap: anywhere; }
.order-card__item span { color: var(--muted); font-size: 13px; }
.order-card__summary { display: grid; gap: 8px; justify-items: end; text-align: right; }
.order-card__summary strong { font-size: 17px; }
.address-list { margin-top: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.address-modal[hidden] { display: none; }
.address-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 18px;
}
.address-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.address-modal__panel {
  width: min(680px, 100%);
  max-height: min(780px, calc(100vh - 36px));
  overflow: auto;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(15, 20, 25, .24);
  padding: 22px;
}
.address-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}
.address-modal__head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.site-footer { background: #fff; border-top: 1px solid var(--line); }
.feature-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 38px 0; }
.feature-band div { min-height: 128px; border: 1px solid var(--line); border-radius: 8px; padding: 20px; display: grid; align-content: center; gap: 14px; box-shadow: var(--shadow); }
.feature-band span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 8px; background: #fff3e4; color: var(--action-dark); }
.feature-band span i { font-size: 30px; }
.footer__menus {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  border-bottom: 1px solid #f4f4f4;
}
.footer__menus-container {
  width: min(1200px, calc(100% - 32px));
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr)) minmax(260px, 1.25fr);
  gap: 42px;
  align-items: start;
}
.footer__menu,
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__menu h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menu a,
.footer__contact a {
  color: #000;
  transition: color .3s ease;
}
.footer__menu a:hover,
.footer__contact a:hover { color: var(--brand); }
.footer__contact-item {
  display: grid;
  gap: 5px;
}
.footer__contact-item p {
  margin: 0;
  line-height: 1.45;
}
.footer__contact-item span {
  color: var(--muted);
  font-size: 13px;
}
.footer__contact-item a {
  width: fit-content;
  font-weight: 600;
}
.footer__contact-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.footer__brand {
  border-bottom: 1px solid #f4f4f4;
}
.footer__brand-container {
  width: min(1200px, calc(100% - 32px));
  min-height: 112px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-main { padding: 44px 0; display: grid; grid-template-columns: 1fr 1fr 1fr 1.3fr; gap: 40px; }
.footer-main h3 { margin: 0 0 16px; }
.footer-main a { display: block; margin: 12px 0; color: #303030; }
.footer-logo { width: 84px; margin-bottom: 18px; }
.footer__brand .footer-logo { margin-bottom: 0; }
.language-switcher { display: flex; flex-wrap: wrap; gap: 8px; }
.language-switcher a { margin: 0; padding: 8px 10px; border: 1px solid var(--line); border-radius: 6px; }
.language-switcher a.is-active { border-color: var(--green); color: var(--green); font-weight: 600; }
.footer-bottom {
  padding: 34px 0;
  text-align: center;
  color: #555;
  font-size: 13px;
}
.footer-bottom p {
  margin: 0 0 14px;
}
.footer-bottom p:last-child { margin-bottom: 0; }

@media (max-width: 860px) {
  .store-wrap { width: min(100% - 20px, 760px); }
  .promo-bar { min-height: 38px; font-size: 13px; padding-right: 42px; }
  .header-main { min-height: 72px; gap: 8px; }
  .header__middle-container { width: min(100% - 20px, 760px); }
  .logo-link img { width: 74px; max-height: 52px; }
  .header__search { flex: 0 0 auto; width: auto; justify-content: flex-end; order: 2; }
  .category-button { width: 38px; min-height: 38px; padding: 2px; justify-content: center; }
  .button i { width: 32px; height: 32px; font-size: 22px; }
  .button.button--main i {
    width: auto;
    height: auto;
    display: inline-flex;
    background: transparent;
    color: #362B02;
    font-size: 18px;
  }
  .category-button span { display: none; }
  .search-form { display: contents; min-width: 0; width: auto; border: 0; box-shadow: none; overflow: visible; }
  .search-form input { display: none; }
  .search-form button { position: static; border: 1px solid var(--line); border-radius: var(--radius); width: 38px; height: 38px; }
  .header-actions { gap: 6px; }
  .button--login { min-height: 38px; padding: 2px; }
  .button--login span,
  .cart-pill span { display: none; }
  .header__bottom-container {
    min-height: auto;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header__bottom-container > ul { gap: 24px; }
  .header__bottom-container > ul > li > a { height: 38px; font-size: 13px; }
  .header__menu-discounts { overflow-x: auto; }
  .button--menu-orange,
  .button--menu-green { min-height: 34px; font-size: 13px; }
  .message-stack { left: 10px; right: 10px; top: 98px; }
  .hero-old { padding: 14px 0 18px; }
  .hero-old__container { width: min(100% - 14px, 760px); }
  .hero-old__slider { border-radius: 6px; }
  .hero-old__slide,
  .hero-old__slide.is-active {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 0;
    padding: 0;
  }
  .hero-old__slide:not(.is-active) { display: none; }
  .hero-old__slide-img {
    width: 100%;
    flex: none;
  }
  .hero-old__slide-img img {
    border-radius: 0;
    aspect-ratio: 13 / 7 !important;
  }
  .hero-old__slide-text {
    max-width: none;
    padding: 22px 21px 27px;
    gap: 9px;
    background: rgba(255, 255, 255, 0.7529411765);
  }
  .hero-old__slide-text h4 { font-size: 13px; }
  .hero-old__slide-text h3 {
    font-size: 16px;
    font-weight: 500;
  }
  .hero-old__slide-text .button--main {
    min-height: 42px;
    padding: 10px 18px;
  }
  .hero-old__thumb-container { padding: 0; }
  .hero-old__thumb-wrapper {
    justify-content: flex-start;
    gap: 8px;
    padding: 0 4px;
  }
  .hero-old__thumb-slide {
    width: 78px;
    flex-basis: 78px;
  }
  .product-grid, .promo-grid, .feature-band, .footer-main, .cart-layout, .checkout-layout, .account-page, .address-list, .search-layout { grid-template-columns: 1fr; }
  .footer__menus { padding: 32px 0; }
  .footer__menus-container { grid-template-columns: 1fr; gap: 26px; }
  .footer__contact-row { grid-template-columns: 1fr; gap: 14px; }
  .footer__brand-container {
    min-height: 96px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .account-order-grid { grid-template-columns: 1fr; }
  .account-order-row { grid-template-columns: 1fr; }
  .account-order-head { display: grid; }
  .order-card__head,
  .order-card__body { grid-template-columns: 1fr; }
  .order-card__head { display: grid; gap: 10px; }
  .order-card__summary { justify-items: start; text-align: left; }
  .order-meta-list div { grid-template-columns: 1fr; gap: 2px; }
  .product-page { padding: 16px 0 38px; }
  .product-hero { grid-template-columns: 1fr; }
  .product-breadcrumb { overflow-x: auto; white-space: nowrap; }
  .gallery-main { padding: 0; }
  .gallery-main img { border-radius: 10px; }
  .gallery-thumbs-wrap { grid-template-columns: 32px minmax(0, 1fr) 32px; gap: 8px; }
  .gallery-thumbs { justify-content: flex-start; }
  .gallery-thumbs button { width: 72px; height: 62px; flex-basis: 72px; }
  .gallery-nav { width: 30px; height: 38px; }
  .product-panel { border-radius: 10px; }
  .product-panel__block { padding: 20px 14px; }
  .product-panel h1 { font-size: 24px; }
  .buy-box { grid-template-columns: 76px minmax(0, 1fr); }
  .product-info-card,
  .product-detail .product-grid { grid-template-columns: 1fr; }
  .product-info-card { gap: 18px; padding: 16px; border-radius: 10px; }
  .product-info-card__body h3,
  .product-detail .section-head h2,
  .product-info-section h2 { font-size: 22px; }
  .store-section { padding: 28px 0; }
  .page__container { width: min(100% - 20px, 760px); }
  .page__wrapper { flex-direction: column; }
  .page__sidebar { width: 100%; padding: 20px 16px; }
  .page__content { padding: 20px 16px; }
  .search-page { padding: 22px 0 36px; }
  .search-page__head { display: block; margin-bottom: 18px; }
  .search-page__head h1 { font-size: 26px; }
  .search-page__sort { justify-content: space-between; margin-top: 16px; }
  .search-page__sort select { min-width: 128px; }
  .search-sidebar { order: 2; }
  .search-results { order: 1; }
  .active-filters { align-items: flex-start; flex-direction: column; }
  .filter-clear { width: 100%; justify-content: center; }
  .tabs, .tabs__menu { max-width: 100%; overflow-x: auto; }
  .product, .product-card { border-radius: 7px; }
  .product__button { opacity: 1; transform: none; pointer-events: auto; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .checkout-panel, .account-content { padding: 20px 12px; }
  .payment-page { padding-top: 18px; padding-bottom: 36px; }
  .payment-layout { grid-template-columns: 1fr; gap: 14px; }
  .payment-layout.scs__container,
  .checkout-complete-layout.scs__container { width: min(100% - 20px, 760px); grid-template-columns: 1fr; }
  .scs__form { padding: 20px 14px; }
  .scs__form-title { align-items: flex-start; flex-direction: column; }
  .scs__form-row { flex-direction: column; }
  .scs__payment-title { align-items: flex-start; flex-direction: column; }
  .scs__bank-info { grid-template-columns: 1fr auto; }
  .scs__bank-info small { grid-column: 1 / -1; }
  .payment-summary-panel,
  .payment-card-panel {
    padding: 18px 14px;
    border-radius: 8px;
  }
  .summary.payment-summary-panel { padding: 0; }
  .payment-card-panel,
  .payment-summary-panel { position: static; }
  .payment-card-head { align-items: flex-start; flex-direction: column; gap: 6px; margin-bottom: 16px; }
  .payment-card-head h1 { font-size: 24px; }
  .payment-card-panel .form-grid { grid-template-columns: minmax(0, 1fr) 112px; }
  .card-network-row {
    grid-template-columns: repeat(5, minmax(92px, 1fr));
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .checkout-address-select__head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .checkout-address-list { grid-template-columns: 1fr; }
  .checkout-order-panel .checkout-line { grid-template-columns: 58px minmax(0, 1fr); gap: 10px 12px; padding: 14px; }
  .checkout-line__image { width: 58px; height: 48px; }
  .checkout-line__price { grid-column: 2; justify-self: start; }
  .checkout-total { align-items: flex-start; flex-direction: column; gap: 6px; }
  .cart-item { grid-template-columns: 58px 1fr auto; gap: 8px; padding: 10px; border-radius: 0; }
  .cart-item img { width: 58px; height: 46px; }
  .cart-item > form { grid-column: 1; grid-row: 2; }
  .cart-item-main form { gap: 6px; }
  .summary-card { border-radius: 7px; }
  .form-grid, .mini-grid, .phone-field { grid-template-columns: 1fr; }
  .address-modal { padding: 10px; align-items: end; }
  .address-modal__panel {
    width: 100%;
    max-height: calc(100vh - 20px);
    border-radius: 10px;
    padding: 16px;
  }
  .account-sidebar { display: flex; overflow-x: auto; padding-bottom: 6px; }
  .account-sidebar a { white-space: nowrap; background: #fff; }
}
