 .containerC {
  width: 280px;
  height: 500px;
  margin: 80px auto;
  border-radius: 20px;
  box-shadow: -15px 19px 0px rgba(0, 0, 0, 0.2);
}

.containerC .headerC {
  position: relative;
  z-index: 1;
  height: 245px;
  border-radius: 20px 20px 0px 0px;
  background-color: #fa792e;
  background: linear-gradient(26deg, rgba(248,72,94,0.5) 0%, rgba(218,41,28,1) 100%);
}

.containerC .headerC .logo {
  width: 55px;
  margin-left: 25px;
  margin-top: 25px;
}

.containerC .headerC .title {
  padding: 5px 25px;
  padding-right: 80px;
  font-size: 10px;
  color: #fff;
}

.containerC .headerC .title h2 {
  font-weight: 500;
  font-size: 19px;
}

.containerC .headerC span.back-text {
  top: 25%;
  position: absolute;
  display: inline-block;
  font-weight: 900;
  font-size: 42px;
  letter-spacing: 15px;
  margin-top: -15px;
  left: 3px;
  color: rgba(0, 0, 0, 0.12);
}

.containerC .headerC img.shoe {
  position: absolute;
  top: -65px;
  right: -26px;
  width: 315px;
}

.containerC .body {
  position: relative;
  z-index: 0;
  background: #fff;
  height: 240px;
  border-radius: 0px 0px 25px 25px;
  padding-top: 20px;
  padding-left: 20px;
}

.containerC .body span.title {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.containerC .body span.title b {
  font-weight: 900;
}

.containerC .body span.title span.badge {
  position: relative;
  background: #FF8F1C;
  color: #fff;
  font-size: 8px;
  padding: 3px 10px;
  top: -3px;
  border-radius: 3px;
  margin-left: 7px;
}

.containerC .body span.caption {
  font-size: 9px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}

.containerC .body div.rating {
  padding-top: 7px;
  font-size: 12px;
}

.containerC .body div.rating i {
  margin-right: 1px;
}

.containerC .body div.rating i.gray {
  color: #acacab;
}

.containerC .body div.sizes {
  padding-top: 20px;
}

.containerC .body div.sizes span.title {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 2px;
}

.containerC .body div.sizes ul {
  padding: 0;
  margin-left: -5px;
  margin-top: 9px;
}

.containerC .body div.sizes ul li {
  left: 0;
  border-radius: 100%;
  list-style: none;
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 10.5px;
  line-height: 21px;
  margin-right: 15px;
  color: #000;
}

.containerC .body div.sizes ul li.active {
  background: #f35e3d;
  color: #fff;
}

.containerC .body div.sizes:before,
.containerC .body div.sizes:after {
  content: '';
  display: block;
  clear: both;
}

.containerC .body div.colors {
  padding-top: 15px;
}

.containerC .body div.colors span.title {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 2px;
}

.containerC .body div.colors ul {
  padding: 0;
}

.containerC .body div.colors ul li {
  list-style: none;
  float: left;
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  border-radius: 100%;
  margin-right: 10px;
}

.containerC .body div.colors ul li:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  margin-top: 4px;
  margin-left: 4px;
}

.containerC .body div.colors ul li.orange {
  border-color: rgba(243, 94, 61, 0.7);
}

.containerC .body div.colors ul li.orange:before {
  background: #f35e3d;
}

.containerC .body div.colors ul li.green:before {
  background: #11e95b;
}

.containerC .body div.colors ul li.yellow:before {
  background: #ffd414;
}

.containerC .body div.price {
  position: absolute;
  width: 160px;
  height: 45px;
  right: -12px;
  line-height: 45px;
  font-size: 22px;
  background: #012169;
  text-align: center;
  font-weight: 300;
  color: #fff;
  border-radius: 7px;
  margin-top: -10px;
  box-shadow: -7px 15px 15px -10px rgba(17, 233, 91, 0.5);
}

/* Start Credit Style */

div.credit {
  position: absolute;
  padding: 0px 10px;
  padding-bottom: 8px;
  height: 15px;
  right: 10px;
  top: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  font-size: 7px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px -15px rgba(0, 0, 0, 0.3);
  cursor: default;
}

div.credit:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

div.credit img {
  position: relative;
  width: 14px;
  margin-left: 3px;
  top: 4px;
}

/* End Credit Style */

#btnDownload {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}

#btnDownload img {
  width: 135px;
}

/* MODAL PROMO */

.card-wrapper {
  width: 1005px;
  display: flex;
  padding-top: 8%;
  margin: 0 auto 30px auto;
}

.product-wrapper {
  background-color: #012169;
  width: 465px;
  height: 360px; 
  position: relative;
  margin: auto 0;
}


.product-image {
  position: absolute;
  left: -8%;
  top: 3px;
}

.rating .fa-star {
  color: #FFD700; /* Color amarillo dorado */
}


.product-info {
  width: 540px;
  height: 360px;
  background-color: #fff;
  padding: 34px 34px;
  box-shadow: -31px 3px 67px -35px rgba(0, 0, 0, .8);
  z-index: 1;
  position: relative;
}

.title-first {
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}


.title-second {
  color: #3a4d5c;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.features-title {
  color: #7c8d9c;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.33px;
  margin-bottom: 20px;

}
.features-list {
  color: #7c8d9c;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 45px;
  list-style-type: none;

}
.features-list li {position: relative;}

.features-list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #00c217;
  position: absolute;
  top: 12px;
  left: -15px;
} 

.product-links {
  margin-bottom: 20px;
}
.link-item {
  color: #7c8d9c;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 20px;

}

.quantity {
  color: #7c8d9c;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.quntity-buttons {
  display: flex;
  margin-left: 1px;
  color: #7c8d9c;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 30px;
}
.quantity-item {
  width: 40px;
  height: 35px;
  border: 1px solid #7c8d9c;
  background-color: #fff;
  margin-left:  -1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#minus,
#plus {
  background-color: #efefef;
  transition: 0.2s ease-in;
}

#minus:hover, #plus:hover {
  background-color: #e6e6e6;
}

.price-wrapper {

  display: flex;
  align-items: baseline;
  margin-bottom: 30px;

}
.actual-price {
  color: #3a4d5c;
  font-size: 37px;
  font-weight: 400;
  margin-right: 10px;
}
.old-price {
  color: #7c8d9c;
  font-size: 13px;
  font-weight: 400;
}

.button-item {
  width: 200px;
  height: 45px;
  border: 1px solid #7c8d9c;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-right: 15px;
  transition: 0.3s ease-in;
}

.button-item:hover {
  background-color: #1251d1;
  color: #fff;

}



.cart-wrapper {
  background-color: #fff;
  padding: 30px 20px;
  width: 1005px;
  margin: 0 auto 30px auto;
  display: flex;
  align-items: center;
}

.cart-icon {
  width: 48px;
  height: auto;
  margin-right: 35px;
}

.cart-remove {

  margin-left: auto;
  color: #ecb9b9;
  border-bottom: 1px dotted  #ecb9b9;
  cursor: pointer;
}

#cart-remove {
  display: none;
}

#cartFull {
  display: none;
}

.cart-description {
  font-style: 20px;
  font-weight: 600;
}

.cart-items {
  color: #1683d3;
}

/*FORM MODAL */

.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
  background-color: #fff;
  padding: 5px;
  border-radius: 20px;
  position: relative;
  margin-top: -8.5%
}

.titleform {
  font-size: 28px;
  color: royalblue;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 26px;
}

.titleform::before,.titleform::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color: royalblue;
}

.titleform::before {
  width: 18px;
  height: 18px;
  background-color: royalblue;
}

.titleform::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

.message, .signin {
  color: rgba(88, 87, 87, 0.822);
  font-size: 14px;
}

.signin {
  text-align: center;
}

.signin a {
  color: royalblue;
}

.signin a:hover {
  text-decoration: underline royalblue;
}

.flex {
  display: flex;
  width: 100%;
  gap: 6px;
}

.form label {
  position: relative;
}

.form label .input {
  width: 100%;
  padding: 10px 10px 20px 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
}

.form label .input + span {
  position: absolute;
  left: 10px;
  top: 15px;
  color: grey;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown + span {
  top: 15px;
  font-size: 0.9em;
}

.form label .input:focus + span,.form label .input:valid + span {
  top: 30px;
  font-size: 0.7em;
  font-weight: 600;
}

.form label .input:valid + span {
  color: green;
}

.submit {
  border: none;
  outline: none;
  background-color: #F93822;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: .3s ease;
}

.submit:hover {
  background-color: #F93822;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}

.video-box {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.video-box iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}

.video-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.25); /* overlay oscuro suave */
}

.video-text {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #fff;
  font-weight: bold;
  background: rgba(0,0,0,0.5);
  padding: 8px 12px;
  border-radius: 5px;
}

.carousel-title h3 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .video-box {
    margin-bottom: 20px;
  }
}
