* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wow {
  visibility: hidden;
}

body {
  line-height: 1.1;
  overflow-x: hidden;
}

html {
  font-size: 10px;
}

:root {
  /*movile*/
  --font-Lato: "Lato", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;

  --font-Poppins: "Poppins", sans-serif;
  --font-Inter: "Inter", sans-serif;

  /*
--font-Baloo2: "Baloo 2", sans-serif;
--font-opensans: "Open Sans", sans-serif;
--font-Montserrat: "Montserrat", sans-serif;
--font-Roboto: "Roboto", sans-serif;
--font-Myriad: "Myriad Pro", sans-serif;
--font-Oswald: "Oswald", sans-serif;
--font-Verdana: Verdana, sans-serif;
--font-Ubuntu: "Ubuntu", sans-serif;
--font-RobotoCondensed: "Roboto Condensed", sans-serif;
--font-BebasNeue: "Bebas Neue", sans-serif;
--font-AbrilFatface: "Abril Fatface", serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-Nunito: "Nunito", sans-serif;
--font-LenguajeSpartan: "League Spartan", sans-serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-JosefinSans: "Josefin Sans", sans-serif;
*/
}

.container {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 20px;
}

/*header*/

.main-header {
  width: 100%;
}

.top-bar {
  background: #ffffff;
  padding: 15px 0;
}

.top-bar .container {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-icon {
  width: 35px;
  height: auto;
}

.top-bar-left span {
  font-family: var(--font-Poppins);
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}

.top-bar-right {
  display: flex;
  gap: 0;
  align-items: center;
}

.top-bar-right span {
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.top-bar-right span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 26px;
  background: #b3b3b3;
  margin: 0 15px;
}

.top-bar-right span a {
  font-weight: 400;
}

.top-bar-right a {
  color: #333333;
  text-decoration: none;
}

.nav {
  background: #000000;
  padding: 32px 0;
}

.nav .container {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo img {
  height: 48px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 40px;
}

.nav-menu li {
  display: flex;
  align-items: center;
}

.nav-menu li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 33px;
  background: #262626;
  margin: 0 20px;
}

.nav-menu li a {
  font-family: var(--font-Poppins);
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-menu li a.active {
  border-bottom: 3px solid #ffffff;
  padding-bottom: 2px;
  margin-top: 4px;
}

.cart-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #e0e0e0;
  padding: 12px 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cart-icon {
  width: 16px;
  height: auto;
}

.cart-count {
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.cart-text {
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #000000;
}

.cart-button:hover {
  opacity: 0.9;
}

/*top footer*/

.top-footer {
  background: #3b3b3b;
  padding: 100px 0 40px 0;
}

.top-footer .container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr 0.8fr 0.75fr 1fr 0.5fr 0.5fr;
  gap: 40px;
  align-items: start;
}

.footer-products {
  padding-right: 0px;
}

.footer-products-extra {
  padding-top: 48px;
  padding-left: 0px;
  margin-right: 20px;
}

.footer-contact {
  padding-left: 40px;
}

.footer-column {
  color: #ffffff;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 120px;
}

.footer-logo img {
  width: 279px;
  height: auto;
}

.footer-cards img {
  width: 100%;
  max-width: 279px;
  height: auto;
}

.footer-title {
  color: #ffffff;
  font-family: var(--font-Inter);
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-menu li a {
  color: #a7a7a7;
  text-decoration: none;
  font-family: var(--font-Inter);
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-menu li a:hover {
  color: #cccccc;
}

.footer-products-extra {
  padding-top: 48px;
}

.footer-contact-item {
  margin-bottom: 20px;
}

.contact-label {
  color: #ffffff;
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.contact-value {
  color: #ffffff;
  font-family: var(--font-Poppins);
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.contact-value a {
  color: #a7a7a7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-value a:hover {
  color: #cccccc;
}

.footer-social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  transition: opacity 0.3s ease;
}

.social-icon.instagram i {
  font-size: 25px;
}

.social-icon.facebook {
  background: #4c6ba2;
}

.social-icon.instagram {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.social-icon:hover {
  opacity: 0.8;
}

/*footer*/
.main-footer {
  background-color: #313131;
  padding: 20px 0;
}

.main-footer .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px;
}

.footer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.main-footer .footer-separator {
  background: transparent;
}

.footer-privacy {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-privacy:hover {
  opacity: 0.8;
}

.footer-left {
  order: 0;
}

.footer-left p {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Inter);
  margin: 0;
  text-align: left;
}

.footer-right {
  order: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-right span {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Inter);
}

.tecweb-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.tecweb-logo img {
  height: 20px;
  width: auto;
}

.tecweb-logo span {
  color: #ffffff;
  font-size: 11px;
  font-family: Arial, sans-serif;
}

a#toTop {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #000;
  box-shadow: 0 0 3px 2px #fff;
  left: 40px;
  bottom: 65px;
  display: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
}

a#toTop::before {
  content: "\f077";
  font-family: FontAwesome;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}

/*inicio*/

#intro-1 {
  background: #ffffff;
  padding: 100px 0 60px 0;
}

#intro-1 .container {
  max-width: 1840px;
  margin: 0 auto;
  padding: 0 20px;
}

#intro-1 .grid {
  display: grid;
  grid-template-columns: 1.28fr 0.65fr;
  min-height: 594px;
  gap: 40px;
}

#intro-1 .img {
  background: #ffffff;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}

#intro-1 .img img {
  max-width: 100%;
  max-height: 450px;
  width: 450px;
  height: auto;
  object-fit: contain;
}

#intro-1 .cta {
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#intro-1 .cta h1 {
  font-family: var(--font-Poppins);
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  text-align: center;
  padding: 0 20px;
}

#intro-1 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}


#intro-1 .swiperInicio {
  max-width: 100%;
}

#intro-1 .swiperInicio .swiper-wrapper {
  align-items: center;
}

#intro-1 .swiperInicio .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

#intro-1 .swiperInicio .swiper-slide img {
  max-width: 100%;
  width: 450px;
  height: auto;
  object-fit: contain;
}

#intro-2 {
  background: #ffffff;
  padding: 40px 0;
}

#intro-2 .container {
  max-width: 1840px;
  margin: 0 auto;
  padding: 0 20px;
  background: #b4c7e7;
  border: 2px solid #1f4e79;
}

#intro-2 .img {
  width: 100%;
  margin-bottom: 0;
}

#intro-2 .img img {
  width: 100%;
  height: auto;
  display: block;
  padding: 100px;
  max-height: 1200px
}

#intro-2 .features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 -20px;
}

#intro-2 .feature-item {
  background: #005580;
  padding: 115px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #a8c5dd;
}

#intro-2 .feature-item:first-child {
  background: #1f4e79;
}

#intro-2 .feature-item:nth-child(2),
#intro-2 .feature-item:last-child {
  background: #203864;
}

#intro-2 .feature-item:last-child {
  border-right: none;
}

#intro-2 .feature-item h3 {
  font-family: var(--font-Poppins);
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

#intro-3 {
  background: #ffffff;
  padding: 60px 0;
}

#intro-3 .container {
  max-width: 1840px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 75px;
}

#intro-3 .top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

#intro-3 .bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

#intro-3 .item {
  border: 1px solid #000000;
  display: flex;
  flex-direction: column;
}

#intro-3 .item .img {
  width: 100%;
  height: 750px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

#intro-3 .item .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

#intro-3 .bottom-grid .item .img {
  height: 750px;
  padding: 50px 20px;
}

#intro-3 .item .desc {
  padding: 25px;
  background: #000;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#intro-3 .item .desc p {
  font-family: var(--font-Poppins);
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}

/*contanto*/

#contact {
  background: #ffffff;
  padding: 60px 0;
}

#contact .container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

#contact .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
  min-height: 700px;
}

#contact .form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}

#contact .form h1 {
  font-family: var(--font-Poppins);
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

#contact .form p {
  font-family: var(--font-Poppins);
  font-size: 17px;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0 0 10px 0;
}

#contact form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 675px;
}

#contact .input {
  width: 100%;
  padding: 18px 15px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #333333;
  outline: none;
  border-radius: 0;
  appearance: none;
}

#contact .input::placeholder {
  color: #999999;
}

#contact .textarea {
  height: 61px;
  resize: none;
}

#contact .recaptcha {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}

#contact .btns {
  display: flex;
  gap: 5px;
  justify-content: center;
}

#contact .btn {
  padding: 15px 40px;
  background: #000000;
  color: #ffffff;
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;

  transition: opacity 0.3s ease;
}

#contact .btn:hover {
  opacity: 0.8;
}

#contact .imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 15px 0;
  height: 100%;
}

#contact .imgs img {
  width: 380px;
  height: 596px;
  object-fit: cover;
  display: block;
}

/*carrusel*/

#categorias .container {
  max-width: 1730px;
  margin: 0 auto;
  padding: 25px 20px;
}

#categorias .cat-carousel {
  margin-bottom: 20px;
  position: relative;
  padding: 0 40px;
}

#categorias .cat-carousel .swiper {
  overflow: visible;
  clip-path: inset(-20px -12px -50px -12px);
}

#categorias .cat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-radius: 4px;
  height: 100%;
  box-sizing: border-box;
}

#categorias .cat-item:hover,
#categorias .cat-item.active {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#categorias .cat-item.active .cat-name {
  color: #000;
  font-weight: 600;
}

#categorias .cat-img {
  width: 110px;
  height: 110px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

#categorias .cat-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#categorias .cat-name {
  font-family: var(--font-Poppins);
  font-size: 12px;
  color: #3b3b3b;
  text-align: center;
  font-weight: 400;
  min-height: 2em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#categorias .swiper-scrollbar {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 8px;
  background: transparent;
  margin: 20px auto 0;
  border-radius: 0;
}

#categorias .swiper-scrollbar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #ccc;
  transform: translateY(-50%);
}

#categorias .swiper-scrollbar-drag {
  height: 8px;
  top: 0;
  background: #c1c3c4;
  border-radius: 0;
  cursor: grab;
}

#categorias .swiper-scrollbar-drag:active {
  cursor: grabbing;
}

/*productos*/

#productos {
  background: #ffffff;
  padding: 30px 0 60px 0;
}

#productos .container {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 20px;
}

#productos .prod-cat-title {
  font-family: var(--font-Poppins);
  font-size: 42px;
  font-weight: 700;
  color: #000;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -13px;
  margin: 0;
}

#productos .prod-layout {
  display: grid;
  grid-template-columns: 335px 1fr;
  gap: 80px;
  align-items: start;
}

#productos .prod-sidebar {
  border-radius: 0;
}

#productos .prod-sidebar-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  font-family: var(--font-Poppins);
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background: #000;
  border-bottom: 1px solid #eee;
  height: 88px;
}

#productos .prod-sidebar-icon {
  font-size: 22px;
  flex-shrink: 0;
}

#productos .prod-sidebar-header span {
  flex: 1;
  text-align: center;
}

#productos .prod-sidebar-chevron {
  font-size: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  display: none;
}

#productos .prod-sidebar.open .prod-sidebar-chevron {
  transform: rotate(180deg);
}

#productos .prod-subcats-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: none;
  overflow: visible;
}

#productos .prod-subcats-list li {
  border-bottom: 1px solid #d0d0d0;
}

#productos .prod-subcats-list li:last-child {
  border-bottom: none;
}

#productos .prod-subcats-list li a {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  font-family: var(--font-Poppins);
  font-size: 18px;
  color: #555;
  text-decoration: none;
}

#productos .prod-subcats-list li a:hover {
  background: #f9f9f9;
}
#productos .prod-subcats-list li.active a {
  color: #000;
  font-weight: 600;
  background: #f9f9f9;
}

#productos .prod-scat-icon {
  font-size: 30px;
  font-weight: 600;
  margin-right: 5px;
}

#productos .prod-content {
  display: flex;
  flex-direction: column;
}

#productos .prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#productos .prod-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

#productos .prod-card-inner {
  border: 1px solid #c7c7c7;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}

#productos .prod-card:hover .prod-card-inner {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

#productos .prod-card-img {
  width: 100%;
  height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

#productos .prod-card-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

#productos .prod-card-info {
  padding: 15px 10px 45px 10px;
  text-align: center;
}

#productos .prod-card-desc {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0;
  line-height: 1.4;
  min-height: calc(1.4em * 3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#productos .prod-card-price {
  position: relative;
  align-self: center;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: 800;
  padding: 14px 35px;
  white-space: nowrap;
  z-index: 1;
}

#productos .prod-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  font-family: var(--font-Poppins);
  font-size: 16px;
  color: #999;
}

/*detalle producto*/

#detalle-producto {
  background: #ffffff;
  padding: 10px 0 60px 0;
}

#detalle-producto .container {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 20px;
}

#detalle-producto .dp-back {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}

#detalle-producto .dp-back a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #c0c0c0;
  padding: 10px;
  font-size: 18px;
  font-family: var(--font-Poppins);
  font-weight: 600;
  color: #949494;
  transition: opacity 0.3s ease;
}

#detalle-producto .dp-back a img {
  display: block;
  height: 20px;
  width: auto;
}

#detalle-producto .dp-back a:hover {
  opacity: 0.6;
}

#detalle-producto .dp-banner {
  margin-bottom: 40px;
}

#detalle-producto .dp-banner img {
  width: 100%;
  height: 98px;
  object-fit: fill;
  display: block;
}

#detalle-producto .dp-title-mobile {
  display: none;
}

#detalle-producto .dp-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
  row-gap: 30px;
  margin-bottom: 40px;
}

#detalle-producto .dp-gallery {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  gap: 15px;
  margin-left: 85px;
  padding-right: 50px;
}

#detalle-producto .dp-info {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: stretch;
  border-left: 1px solid #e0e0e0;
  padding-left: 50px;
}

#detalle-producto .dp-nota {
  grid-column: 1;
  grid-row: 2;
  margin-left: 20px;
  padding-right: 50px;
}

#detalle-producto .dp-accordion {
  grid-column: 1;
  grid-row: 3;
  margin-left: 85px;
  padding-right: 0;
}

#detalle-producto .dp-thumbs-wrap {
  position: relative;
  flex-shrink: 0;
}

#detalle-producto .dp-thumbs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 532px;
  overflow-y: auto;
  scrollbar-width: none;
}

#detalle-producto .dp-thumbs::-webkit-scrollbar {
  display: none;
}

#detalle-producto .dp-thumb {
  width: 83px;
  height: 63px;
  flex-shrink: 0;
  border: 1px solid #c7c7c7;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: border-color 0.3s ease;
}

#detalle-producto .dp-thumb:hover,
#detalle-producto .dp-thumb.active {
  border-color: #000;
}

#detalle-producto .dp-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#detalle-producto .dp-main-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #cacaca;
  padding: 20px;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

#detalle-producto .dp-main-img img {
  max-width: 100%;
  height: 500px;
  object-fit: contain;
  transition: opacity 0.3s ease, transform 0.15s ease;
}

#detalle-producto .dp-main-img.dp-zoomed {
  cursor: zoom-out;
}

#detalle-producto .dp-main-img.dp-zoomed img {
  transform: scale(2);
  transition: transform 0.05s ease-out;
}

#detalle-producto .dp-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#detalle-producto .dp-title {
  font-family: var(--font-Poppins);
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

#detalle-producto .dp-subtitle {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 20px;
}

#detalle-producto .dp-nota {
  font-family: var(--font-Poppins);
  font-size: 18px;
  color: #616161;
  margin: 0;
  margin-left: 85px;
  margin-top: 20px;
  line-height: 1.6;
}

#detalle-producto .dp-price-wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}

#detalle-producto .dp-price-box {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #000;
  padding: 23px 34px;
  border: none;
}

#detalle-producto .dp-price-label {
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
}

#detalle-producto .dp-price-value {
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

#detalle-producto .dp-iva {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  font-style: italic;
}

#detalle-producto .dp-colors-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 32px 0;
}

#detalle-producto .dp-colors-label,
#detalle-producto .dp-medidas-label {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 800;
  color: #2a2a2a;
  margin: 0;
  white-space: nowrap;
}

#detalle-producto .dp-medidas-label {
  margin-bottom: 20px;
}

#detalle-producto .dp-color-imgs {
  display: grid;
  grid-template-columns: repeat(4, 155px);
  gap: 20px;
}

#detalle-producto .dp-color-img-item {
  width: 155px;
  height: 155px;
  border: 1px solid #c0c0c0;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

#detalle-producto .dp-color-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#detalle-producto .dp-color-img-item.is-active {
  border: 2px solid #2a2a2a;
}

#detalle-producto .dp-medidas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#detalle-producto .dp-medida-tag {
  padding: 15px 40px;
  border: 1px solid transparent;
  font-family: var(--font-Poppins);
  font-size: 18px;
  color: #616161;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f6f6f6;
}

#detalle-producto .dp-medida-tag.selected {
  border-color: #000;
  background: #f5f5f5;
}

/* Panel medidas */
#detalle-producto .dp-medidas-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
}

#detalle-producto .dp-medidas-overlay.open {
  display: block;
  background: rgba(255, 255, 255, 0.6);
}

#detalle-producto .dp-medidas-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 50px;
  width: 482px;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.35s ease;
}

#detalle-producto .dp-medidas-panel.open {
  transform: translateX(0);
}

#detalle-producto .dp-medidas-panel-inner {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0 25px;
}

#detalle-producto .dp-medidas-panel-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 25px;
}

#detalle-producto .dp-medidas-panel-title {
  font-family: var(--font-Poppins);
  font-size: 30px;
  font-weight: 700;
  color: #3e3e3e;
}

#detalle-producto .dp-medidas-panel-close {
  align-self: flex-end;
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 8px;
  padding: 0;
  line-height: 0;
}

#detalle-producto .dp-medidas-panel-close img {
  width: 15px;
  height: 17px;
  display: block;
}

#detalle-producto .dp-medidas-panel-list {
  padding: 16px 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
}

#detalle-producto .dp-medidas-panel-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 18px;
  background: #f6f6f6;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

#detalle-producto .dp-medidas-panel-item.is-selected {
  border-color: #000;
}

#detalle-producto .dp-medidas-panel-name {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 600;
  color: #3e3e3e;
}

#detalle-producto .dp-medidas-panel-diff {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 500;
  color: #444;
}

#detalle-producto .dp-diff-sign {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

#detalle-producto .dp-qty-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

#detalle-producto .dp-qty {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
}

#detalle-producto .dp-qty button {
  width: 42px;
  height: 50px;
  border: none;
  background: #6d6d6d;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

/* #detalle-producto .dp-qty button:hover {
  background: #;
} */

#detalle-producto .dp-qty-value {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 600;
  border: none;
  color: #fff;
  background: #6d6d6d;
  height: 50px;
  line-height: 1;
}
#detalle-producto #dpQtyPlus,
#detalle-producto #dpQtyMinus {
  color: #fff;
}

#detalle-producto .dp-add-cart {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14.5px 15px;
  background: #000;
  color: #fff;
  border: none;
  font-family: var(--font-Poppins);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#detalle-producto .dp-add-cart:hover {
  opacity: 0.85;
}

#detalle-producto .dp-add-cart i {
  font-size: 16px;
}

#overlay-loading {
  cursor: wait;
  background: #fff;
  opacity: 0.85;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
#overlay-loading .basic-spinner {
  width: 100px;
  height: 100px;
  border: 8px solid #e0e0e0;
  border-top: 8px solid #4a89dc;
  border-radius: 50%;
  animation: basicSpin 0.8s linear infinite;
}
@keyframes basicSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#overlay-product {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.77);
  z-index: 9999;
}

#alertProd {
  display: block;
  position: fixed;
  z-index: 99999;
  padding: 13px 20px;
  width: 220px;
  color: #2c7635;
  background-color: #dff0d4;
  border: 1px solid #d6e9c4;
  font-size: 15px;
  text-align: center;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}

#detalle-producto .dp-description {
  margin-bottom: 10px;
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #2a2a2a;
  line-height: 1.2;
}

#detalle-producto .dp-description p {
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

#detalle-producto .dp-accordion {
  border-top: 1px solid #e0e0e0;
  margin-right: 50px;
}

#detalle-producto .dp-accordion-item {
  border-bottom: 1px solid #e0e0e0;
}

#detalle-producto .dp-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

#detalle-producto .dp-accordion-header:hover {
  color: #000;
}

#detalle-producto .dp-accordion-header h3 {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 800;
  color: #2a2a2a;
  margin: 0;
}

#detalle-producto .dp-accordion-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

#detalle-producto .dp-accordion-arrow img {
  width: 55px;
  height: auto;
  display: block;
}

#detalle-producto .dp-accordion-body {
  display: none;
  padding: 0 0 18px 0;
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

#detalle-producto .dp-accordion-item.open .dp-accordion-body {
  display: block;
}

#detalle-producto .dp-info-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 482px;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.35s ease;
}

#detalle-producto .dp-info-panel.open {
  transform: translateX(0);
}

#detalle-producto .dp-info-panel-body {
  padding: 20px 60px;
  overflow-y: auto;
  flex: 1;
  font-family: var(--font-Poppins);
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}

#detalle-producto .dp-info-panel-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 15px auto;
}

/*carrito*/

#cart .cart-steps-wrap,
#formulario .cart-steps-wrap,
#confirmacion .cart-steps-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

#cart .cart-steps,
#formulario .cart-steps,
#confirmacion .cart-steps {
  display: flex;
  align-items: flex-start;
}

#cart .cart-step,
#formulario .cart-step,
#confirmacion .cart-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 66px;
}

#cart .cart-step-circle,
#formulario .cart-step-circle,
#confirmacion .cart-step-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #aaa;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

#cart .cart-step.active .cart-step-circle,
#formulario .cart-step.active .cart-step-circle,
#confirmacion .cart-step.active .cart-step-circle {
  background: #000;
  color: #fff;
}

#cart .cart-step.active .cart-step-circle img,
#formulario .cart-step.active .cart-step-circle img,
#confirmacion .cart-step.active .cart-step-circle img {
  filter: brightness(0) invert(1);
}

#cart .cart-step.done .cart-step-circle,
#formulario .cart-step.done .cart-step-circle,
#confirmacion .cart-step.done .cart-step-circle {
  background: #28a745;
  color: #fff;
}

#cart .cart-step-label,
#formulario .cart-step-label,
#confirmacion .cart-step-label {
  font-family: var(--font-Poppins);
  font-size: 13px;
  color: #aaa;
  text-align: center;
  line-height: 1.4;
  width: max-content;
}

#cart .cart-step.active .cart-step-label,
#formulario .cart-step.active .cart-step-label,
#confirmacion .cart-step.active .cart-step-label {
  color: #000;
  font-weight: 600;
}

#cart .cart-step-line,
#formulario .cart-step-line,
#confirmacion .cart-step-line {
  width: 85px;
  height: 1px;
  background: #d0d0d0;
  margin-top: 35px;
  flex-shrink: 0;
}

/* ---- #cart ---- */
#cart {
  background: #fff;
  padding: 60px 0 80px;
  min-height: 60vh;
}

#cart .container {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}

#cart .cart-title {
  font-family: var(--font-Poppins);
  font-size: 36px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}

#cart .cart-wrap {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}

#cart .cart-left {
  flex: 1;
}

#cart .cart-header {
  display: grid;
  grid-template-columns: 1fr 200px 200px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 5px;
}

#cart .cart-th {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-align: center;
}

#cart .cart-th:first-child {
  text-align: left;
  margin-left: 70px;
}

#cart .cart-item {
  display: grid;
  grid-template-columns: 1fr 200px 200px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #f0f0f0;
}

#cart .cart-item-art {
  display: flex;
  align-items: center;
  gap: 32px;
  min-width: 0;
}

#cart .cart-item-del {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #bbb;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  color: #555;
  flex-shrink: 0;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}

#cart .cart-item-del:hover {
  border-color: #000;
  color: #000;
}

#cart .cart-item-img {
  width: 80px;
  height: 111px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 5px;
}

#cart .cart-item-img img {
  width: auto;
  max-height: 100%;
  object-fit: contain;
}

#cart .cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

#cart .cart-item-title {
  font-family: var(--font-Poppins);
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#cart .cart-item-desc {
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #2a2a2a;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#cart .cart-item-meta {
  font-family: var(--font-Poppins);
  font-size: 12px;
  color: #999;
  margin: 0;
}

#cart .cart-item-qty {
  display: flex;
  justify-content: center;
}

#cart .cart-qty {
  display: flex;
  align-items: center;
  border: 1px solid #616161;
}

#cart .cart-qty-btn {
  width: 34px;
  height: 40px;
  border: none;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5b5b5b;
  transition: background 0.2s ease;
}

#cart .cart-qty-btn:hover {
  background: #f5f5f5;
}

#cart .cart-qty-val {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Poppins);
  font-size: 15px;
  font-weight: 600;
  color: #5b5b5b;
  user-select: none;
}

#cart .cart-item-sub {
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: 600;
  color: #787878;
  text-align: center;
}

#cart .cart-right {
  width: 430px;
  flex-shrink: 0;
}

#cart .cart-right-head {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #d0d0d0;
}

#cart .cart-right-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 60px 0 0 0;
}

#cart .cart-total-value {
  font-family: var(--font-Poppins);
  font-size: 30px;
  font-weight: 800;
  color: #000;
}

#cart .cart-continue-btn {
  display: block;
  width: 100%;
  padding: 20px 15px;
  background: #2a2a2a;
  color: #fff;
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#cart .cart-continue-btn:hover {
  opacity: 0.85;
}

#cart .cart-empty {
  text-align: center;
  padding: 80px 20px;
  font-family: var(--font-Poppins);
  font-size: 16px;
  color: #999;
}

#cart .cart-empty a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

/* #formulario  */
#formulario {
  background: #fff;
  padding: 60px 0 80px;
  min-height: 60vh;
}

#formulario .container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}

#formulario .fp-title {
  font-family: var(--font-Poppins);
  font-size: 36px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: -1px;
}

#formulario .fp-msg {
  padding: 12px 20px;
  font-family: var(--font-Poppins);
  font-size: 14px;
  margin-bottom: 15px;
}

#formulario .fp-msg.error-box {
  background: #fdecea;
  color: #c62828;
}

#formulario .fp-msg.success-box {
  background: #e8f5e9;
  color: #2e7d32;
}

#formulario .fp-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

#formulario .fp-input {
  width: 100%;
  padding: 22px 27px;
  border: 1px solid #c8c8c8;
  background: #fff;
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #333;
  outline: none;
  border-radius: 0;
  appearance: none;
}

#formulario .fp-input::placeholder {
  color: #999;
}

#formulario .fp-input:focus {
  border-color: #aaa;
}

#formulario .fp-textarea {
  height: 68px;
  resize: none;
  display: block;
  margin-bottom: 12px;
}

#formulario .fp-notice {
  background: #f5f5f5;
  padding: 43px 20px;
  text-align: center;
  font-family: var(--font-Poppins);
  font-size: 18px;
  color: #616161;
  margin-bottom: 30px;
  margin-top: 8px;
}

#formulario .fp-summary {
  display: flex;
  align-items: flex-start;
  gap: 120px;
  border: 1px solid #e0e0e0;
  padding: 0 20px;
  margin-bottom: 30px;
}

#formulario .fp-summary-left {
  flex: 1;
}

#formulario .fp-summary-header {
  display: grid;
  grid-template-columns: 1fr 200px 200px;
  padding-bottom: 12px;
  padding-top: 50px;
  border-bottom: 1px solid #d0d0d0;
}

#formulario .fp-sh {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-align: center;
}

#formulario .fp-sh:first-child {
  text-align: left;
  margin-left: 70px;
}

#formulario .fp-summary-item {
  display: grid;
  grid-template-columns: 1fr 200px 200px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #f0f0f0;
}

#formulario .fp-si-art {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: 70px;
}

#formulario .fp-si-img {
  width: 80px;
  height: 111px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

#formulario .fp-si-img img {
  width: auto;
  max-height: 100%;
  object-fit: contain;
}

#formulario .fp-si-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

#formulario .fp-si-title {
  font-family: var(--font-Poppins);
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#formulario .fp-si-desc {
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #2a2a2a;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#formulario .fp-si-qty {
  display: flex;
  align-items: center;
  justify-content: center;
}
#formulario .fp-si-qty .cart-qty {
  display: flex;
  align-items: center;
  border: 1px solid #616161;
}
#formulario .fp-si-qty .cart-qty-btn {
  width: 34px;
  height: 40px;
  border: none;
  background: #fff;
  cursor: default;
}
#formulario .fp-si-qty .cart-qty-val {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 500;
  color: #5b5b5b;
  width: 40px;
  text-align: center;
  line-height: 40px;
}

#formulario .fp-si-sub {
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: 800;
  color: #7c7c7c;
  text-align: center;
}

#formulario .fp-summary-right {
  width: 200px;
  flex-shrink: 0;
  padding: 0;
}

#formulario .fp-summary-right-head {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 50px;
  border-bottom: 1px solid #d0d0d0;
}

#formulario .fp-summary-right-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 0 0;
}

#formulario .fp-total-value {
  font-family: var(--font-Poppins);
  font-size: 30px;
  font-weight: 800;
  color: #000;
}

#formulario .fp-submit-wrap {
  display: flex;
  justify-content: center;
}

#formulario .fp-submit-btn {
  padding: 20px 140px;
  background: #363636;
  color: #fff;
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: 300;
  border: none;
  cursor: pointer;
  margin-top: 25px;
  transition: opacity 0.3s ease;
}

#formulario .fp-submit-btn:hover {
  opacity: 0.85;
}

#formulario .fp-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ---- #confirmacion ---- */
#confirmacion {
  background: #fff;
  padding: 60px 0 80px;
  min-height: 60vh;
}

#confirmacion .container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

#confirmacion .conf-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#confirmacion .conf-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #28a745;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

#confirmacion .conf-icon i {
  font-size: 42px;
  color: #fff;
}

#confirmacion .conf-title {
  font-family: var(--font-Poppins);
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 14px;
}

#confirmacion .conf-msg {
  font-family: var(--font-Poppins);
  font-size: 16px;
  color: #555;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 8px;
}

#confirmacion .conf-folio {
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 25px;
}

#confirmacion .conf-redirect {
  font-family: var(--font-Poppins);
  font-size: 13px;
  color: #bbb;
  text-align: center;
}

/* productos relacionados */

#productos-relacionados {
  background: #ffffff;
  padding: 20px 0 80px 0;
}

#productos-relacionados .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#productos-relacionados .pr-title-wrap {
  max-width: 1593px;
  width: calc(100% - 40px);
  margin: 0 auto 60px auto;
  padding: 0 20px;
  background: #6d6d6d;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 131px;
}

#productos-relacionados .pr-title {
  font-family: var(--font-Poppins);
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

#productos-relacionados .splide {
  overflow: visible;
  clip-path: inset(0 0 -50px 0);
}

#productos-relacionados .splide__track {
  overflow: visible;
  max-width: 1650px;
  margin: 0 auto;
  padding: 5px 20px 40px 20px;
  overflow: visible;
  padding-bottom: 40px;
}

#productos-relacionados .splide__slide {
  padding: 0 10px;
}

#productos-relacionados .prod-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

#productos-relacionados .prod-card-inner {
  border: 1px solid #c7c7c7;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}

#productos-relacionados .prod-card:hover .prod-card-inner {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

#productos-relacionados .prod-card-img {
  width: 100%;
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

#productos-relacionados .prod-card-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

#productos-relacionados .prod-card-info {
  padding: 15px 10px 45px 10px;
  text-align: center;
}

#productos-relacionados .prod-card-desc {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0;
  line-height: 1.4;
  min-height: calc(1.4em * 3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#productos-relacionados .prod-card-price {
  position: relative;
  align-self: center;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: 800;
  padding: 14px 35px;
  white-space: nowrap;
  z-index: 1;
}
