*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

button {
  outline: none;
  border-style: none;
  text-align: center;
  cursor: pointer;
  padding: 0;
  background: transparent;
}

.container {
  max-width: 1240px;
  padding: 0 10px;
  margin: 0 auto;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  background-color: #433434;
}

/* start header */
.header {
  background-color: #443434;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo img {
  width: 200px;
}

.header__menu ul {
  display: flex;
  justify-content: center;
}

.header__menu a {
  font-size: 20px;
  padding: 30px;
  box-shadow: inset 0px 0px 8px 0px #aeaeae3d, inset 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #00000091;
  border-right: 1px solid #00000087;
  color: #fff;
}
/* end header */

/* === Слайдер === */
.banner {
  padding: 20px 0;
  background-color: #9f9b9c;
}

.slider-frame {
  width: 85%;
  /* max-width: 1200px; */
  margin: 0px auto;
  overflow: hidden; /* обрезаем лишнее */
  border-radius: 10px;
  position: relative;
  height: 400px;
  padding: 20px 0px 40px 0px; /* фон вокруг */
  background-color: #443434; /* фон */
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-box {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.slide {
  flex: 0 0 100%; /* каждый слайд на всю ширину */
  height: 100%;
  padding: 0 20px; /* 🔥 зазор внутри */
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Dots */
.dots {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #ffffff;
}

.tab-item {
  display: none;
}

.tab-item.active-tab {
  display: block;
}

/* end tab__box-top */
.tabs {
  display: flex;
  border-bottom: 5px solid #fe6603;
}

.tabs .tab {
  font-size: 20px;
  padding: 30px;
  box-shadow: inset 0px 0px 8px 0px #aeaeae3d, inset 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #00000091;
  border-right: 1px solid #00000087;
}

/* .tab__content {
  
} */

.tab__box-top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  background-color: #ece9e2;
  padding: 10px;
}

h2 {
  color: #fe6603;
  margin-bottom: 20px;
  font-size: 20px;
}

.destacados__box img,
.marcas__box img {
  max-width: 170px;
  width: 100%;
  border: 1px solid #000;
}

.marcas__box img {
  max-width: 100%;
}

.destacados__box,
.marcas__box {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 20px 0;
}

.destacados__box a,
.marcas__box a {
  color: #000;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 700;
}

/* tab__products */
.tab__box-product {
  background: rgb(248, 247, 242);
  padding: 10px;
}

.tab__products {
  display: flex;
  gap: 30px;
  color: #000;
  padding: 10px;
}

/* tab__products-categorias */
.tab__products-categorias-box {
  display: flex;
  gap: 10px;
  width: 250px;
  flex-direction: column;
}

.tab__product {
  padding: 10px;
  background: #eee;
  cursor: pointer;
  text-align: left;
  transition: 0.3s;
  border: 1px solid #000;
}

/* tab__products-content */
.tab__products-content-box {
  display: flex;
}

.product-content__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.product-content__item {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  max-width: 280px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(68, 52, 52);
  border-image: initial;
  /* gap: 10px; */
  padding: 15px;
}

.product-content__item-title {
  font-size: 16px;
  font-weight: 700;
}

.product-content__item img {
  width: 100%;
}

.product-content__item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-content__item-btn {
  font-size: 18px;
  background-color: rgb(254, 102, 1);
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(51, 51, 51);
  border-image: initial;
  border-radius: 5px;
}

.product-content__item-price {
  font-size: 18px;
  font-weight: 700;
}

/* start --Select Ordenar por */
.sort-select {
  appearance: none;
  background-color: #f0f0f0;
  /* border: 2px solid #333; */
  padding: 13px 16px;
  font-size: 1rem;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
  font-size: 18px;
}

.sort-select:hover,
.sort-select:focus {
  background-color: #ddd;
  color: #333;
  outline: none;
}

.sort-select option[disabled] {
  color: #333;
  font-weight: normal;
}

/* end --Select Ordenar por */

.tabs span.active {
  font-weight: bold;
  background-color: rgb(254 102 1);
  box-shadow: inset 0px 0px 8px 0px #aeaeae3d, inset 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #00000091;
  border-right: 1px solid #00000087;
}

.tab__products-categorias-box span.tab__product.active {
  font-weight: bold;
  background-color: rgb(254 102 1);
  color: #fff;
}

/* footer */
.footer {
  background-color: #443434;
  padding: 40px 0;
  color: #fff;
}

.footer__inner,
.footer__box,
.footer__social {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer__box a {
  font-size: 16px;
}

.bi-twitter,
.bi-facebook,
.bi-instagram {
  color: #8e918a;
  font-size: 26px;
}
