div#home-slider {
  height: 700px;
}
figcaption.carousel-caption.caption {
  background-color: #0000005c;
  padding: 10px;
  color: #fff;
}
.carousel .carousel-content p {
  color: #ffffff;
}
.carousel .carousel-caption .caption-description {
  max-width: 700px;
}
.badge {
  background-color: #735433;
}
a {
  color: #6f4f2c;
}
button.btn.btn-primary.flex-grow-1.flex-md-grow-0 {
  background-color: #735433;
}
button.product-miniature__quickview_button.btn.btn-link.js-quickview.btn-with-icon {
  color: #735433;
}
button.btn.btn-primary.btn-with-icon.add-to-cart {
  background-color: #735433;
}
input.btn.btn-primary {
  background-color: #735433;
}
.categoria-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.categoria-title {
  margin-top: 10px;
  font-size: 1.1rem;
  color: #333;
  font-weight: 600;
}
.categoria-item {
  text-align: center;
  transition: transform 0.3s;
}

.categoria-item:hover {
  transform: scale(1.03);
}

.categoria-item img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 10px;
}

.categoria-item h3 {
  margin-top: 10px;
  font-size: 1.1rem;
  color: #333;
}

@media (max-width: 768px) {
  .categoria-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6f4f2c;
  --bs-btn-border-color: #6f4f2c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d06d02;
  margin-bottom: 15px;
}
.carousel .carousel-caption .h2,
.carousel .carousel-caption h2 {
  font-size: 30px;
}
input#conditions_to_approve\[terms-and-conditions\] {
  border: solid 2px #616161;
}
label.js-terms.form-check-label {
  font-weight: 600;
}
input#payment-option-1 {
  border: solid 2px #616161;
  float: left;
  position: relative;
  top: 12px;
}
input#payment-option-2 {
  border: solid 2px #616161;
  float: left;
  position: relative;
  top: 12px;
}
input#payment-option-3 {
  border: solid 2px #616161;
  float: left;
  position: relative;
  top: 12px;
}
input#payment-option-10 {
  border: solid 2px #616161;
}
input#payment-option-11 {
  border: solid 2px #616161;
}
input#payment-option-12 {
  border: solid 2px #616161;
}
.paypal-marks {
  margin-bottom: 25px;
}
.footer {
  --footer-background-color: #f7f7f7;
}
.footer .footer__block__content-list a {
  color: #000000;
}
.footer .footer__block__title {
  color: #000;
}
.footer .footer__block__title,
.footer .footer__block__title a {
  color: #000000;
}
.footer .footer__block__content-contact a {
  color: #000000;
}
.footer .footer__block__content-contact .contact__email i,
.footer .footer__block__content-contact .contact__fax i,
.footer .footer__block__content-contact .contact__infos i,
.footer .footer__block__content-contact .contact__phone i {
  color: #000;
}
.footer__block__content-contact .contact__fax,
.footer .footer__block__content-contact .contact__infos,
.footer .footer__block__content-contact .contact__phone {
  color: #000;
}
