.catalog__item-color span {
  border: 2px solid white;
  border-radius: 30px;
}

.catalog__item-color.disabled span {
  opacity: 0.4;
}

.catalog__item-color.disabled span::before,
.catalog__item-color.disabled span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d6d6d6;
  top: 50%;
  left: 0;
  transform-origin: center;
}

.catalog__item-color.disabled span::before {
  transform: translateY(-50%) rotate(45deg);
}

.catalog__item-color.disabled span::after {
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 480px) {
  .catalog__item {
    padding: 0 7.5px 15px 7.5px;
  }
}

.single__add-btn {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 4%;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #DADADA;
}

.single__add-el-text {
  text-transform: uppercase;
}

.single__btn {
  text-align: center;
  display: block;
  color: white;
  background: var(--color-body);
  border-radius: 30px;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: 4%;
  padding: 16px;
  text-transform: uppercase;
  margin-bottom: 33px;
  border-radius: 30px;
}

@media (max-width: 600px) {
  .single__btn {
    display: none;
  }
}

.single__btns .single__btn {
  text-align: center;
  display: block;
  color: white;
  background: var(--color-body);
  border-radius: 30px;
  font-size: 18px;
  line-height: 15px;
  padding: 16px;
  text-transform: uppercase;
  margin-bottom: 33px;
  border-radius: 30px;
}

.single__btns .btn--outline {
  background: transparent;
  color: var(--color-body);
  border: 1px solid var(--air-grey);
}

.btn--outline:hover {
  opacity: 0.6;
  background: var(--color-body);
  color: white;
}

.single__add-btns{
  width: 100%;
}

.single__add-btns .single__btn {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: var(--bg-body);
  color: var(--color-text);
  font-size: 14px;
  line-height: 15px;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #DADADA;
}

.cart__radios label span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  border: 3px solid white;
  box-sizing: content-box;
}

.single__el-items .filter__item span {
  font-size: 18px;
  line-height: 15px;
  letter-spacing: -0.5px;
}

.catalog__items {
  background: inherit;
}

input {
  --tw-ring-shadow: 0 0 #000 !important;
  --tw-ring-color: transparent;
}

.header__right {
  column-gap: 18px;
}

.header__search-btn {
  margin-right: 0;
}

.cart__wrapper .single__add-img {
  height: 112px;
}

.single__add-img img {
  object-fit: contain;
}

.cart__radio-wrap.mt-1 {
  margin-top: 1.5rem;
  margin-bottom: 30px;
}

.autocomplete-results {
  max-height: 200px;
  overflow-y: scroll;
  padding: 0 15px;
}

.autocomplete-results div {
  padding: 10px 0;
}

.orders__el-img {
  height: 74px;
}

.orders__el-img img {
  object-fit: contain;
}

.single__thumbs {
  height: auto;
  max-height: auto;
  overflow: hidden;
  min-width: 118px;
}

@media screen and (max-width: 768px) {
  .burger-btn {
    padding: 25px 35px 25px 20px;
  }

  .single__sliders {
    margin: 0;
  }
}

.burger-btn i::after, .burger-btn i::before {
  height: 1.5px;
}

.footer__subscribe {
  flex-direction: column;
  width: 600px;
  margin: 0 auto;
  padding: 32px 36px 46px;
}

@media screen and (max-width: 768px) {
  .footer__subscribe {
    width: 100%;
  }
}

.profile__params-items {
  margin-bottom: 20px;
}

.profile__params-item {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.profile__params-item label {
  font-size: 18px;
  line-height: 116%;
  color: var(--light-grey);
}

@media (max-width: 600px) {
  .profile__params-item label {
    font-size: 13px;
  }
}

.profile__params-item input {
  text-align: center;
  font-size: 18px;
  line-height: 116%;
  border: none;
  outline: none;
  border-bottom: 1px solid transparent;
  transition: 0.1s ease;
  width: 70px;
}

@media (max-width: 600px) {
  .profile__params-item input {
    font-size: 15px;
  }
}

.profile__params-item input:focus {
  border-bottom: none;
}

.single__slide, .single__thumb {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-size: contain;
  background-position: center;
}

.single__sliders {
  height: fit-content;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  column-gap: 0px;
  width: 100%;
}

.single__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.catalog__empty {
  display: flex;
  grid-column: span 12;
  justify-content: center;
  align-items: center;
  height: 30vh;
  width: 100%;
}

.more__items {
  overflow-x: hidden;
}

.more__items::-webkit-scrollbar {
  display: none;
}

.more__items-wrapper {
  min-height: 0 !important;
  display: flex;
  padding: 0;
}

.more__items-wrapper .catalog__item {
  min-width: 487px;
  padding: 0 62px 24px 24px;
  border-right: 1px solid var(--air-grey);
}

.more__items-wrapper .catalog__item:last-child {
  border: none;
}

@media screen and (max-width: 992px) {
  .more__items-wrapper {
    overflow-x: scroll;
  }
  
  .more__items-wrapper .catalog__item {
    min-width: 240px;
    padding: 0 3px 24px 24px;
    border: none;
  }
}

@media screen and (max-width: 480px) {
  .more__items-wrapper {
    padding: 0 12px;
  }
  
  .more__items-wrapper .catalog__item {
    min-width: 190px;
    border: none;
    padding: 0;
    padding-bottom: 21px;
  }
}

section.search .catalog__contents {
  position: absolute;
  z-index: 999;
  background-color: white;
  inset: 0;
  top: 102px;
}

@media (max-width: 768px) {
  section.search .catalog__contents {
    overflow-y: scroll;
    position: fixed;
    top: 94px;
  }
}

/* Убираем стрелки для всех браузеров */
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Убираем стрелки в Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Убираем стрелки в Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.header__search input::placeholder {
  text-transform: uppercase;
}

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

/* Полноэкранный флекс-макет для страницы логина */
body._login {
  min-height: 100svh;
  min-height: 100vh; /* Fallback для старых браузеров */
  display: flex;
  flex-direction: column;
}

body._login main {
  flex-grow: 1;
  display: flex;
}

body._login .registration {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-top: 0 !important; /* Убираем стандартный margin-top */
}

body._login .footer {
  margin-top: 0 !important; /* Убираем стандартный margin-top у футера */
}

.single__acc-item {
  border-bottom: 1px solid var(--air-grey);
  padding-bottom: 16px;
  margin-bottom: 33px;
}

.single__acc-item:last-child {
  margin-bottom: 0;
}

.single__acc-item:last-child .single__acc-desc.active {
  border-bottom: none;
}

.single__acc-item:last-child:has(.single__acc-desc.active) {
  border-bottom: none;
}

.single__acc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 116%;
  cursor: pointer;
}

.single__acc-top img {
  transition: 0.3s ease;
}

.single__acc-top img.active {
  transform: rotate(180deg);
}

.single__acc-desc.active {
  max-height: 100%;
  padding-top: 16px;
  opacity: 1;
}

.single__acc-desc {
  font-size: 18px;
  line-height: 116%;
  padding-top: 16px;
  color: var(--color-text);
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding-top: 0;
  opacity: 0;
}

.single__acc-desc ul {
  list-style: disc;
  padding-left: 25px;
  text-transform: uppercase;
}

.single__acc-desc ul li {
  color: var(--dark-grey);
}

@media (max-width: 600px) {
  .single__acc-top {
    font-size: 18px;
  }
  
  .single__acc-desc {
    font-size: 16px;
  }
}

/* Стили для input элементов на странице checkout */
.cart__wrapper .input {
  border-bottom: 1px solid var(--outline-grey);
}

/* Убираем border-bottom для input с кастомным селектом (в стиле FAQ) */
.input--select {
  border-bottom: none !important;
}

.cart__wrapper .input--select {
  border-bottom: none !important;
}

/* Uppercase для select и их option */
select.uppercase,
select.uppercase option {
  text-transform: uppercase;
}