.wtps-product {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  color: var(--producttextcolor);
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: normal;
  gap: 20px;
}

.wtps-product .wtps-product-image {
  width: 100%;
  min-height: 50px;
  overflow: hidden;
  pointer-events: none;
}

.wtps-product .wtps-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wtps-product .wtps-product-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wtps-product .wtps-product-resume {
  width: 100%;
  max-width: 900px;
}

.wtps-product .wtps-product-title {
  max-width: 100%;
  font-weight: 600;
}

.wtps-product .wtps-product-price {
  width: 100%;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.wtps-product .wtps-product-price-before {
  display: block;
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 4px;
}

.wtps-product .wtps-product-offert {
  font-weight: 600;
}

.wtps-product .wtps-product-row {
  width: 100%;
  display: flex;
  gap: 8px;
}

.wtps-product .wtps-product-price-before {
  margin-right: 8px;
  text-decoration: line-through;
}

.wtps-product .wtps-product-price-month {
  margin-left: 4px;
}

/* Product 1 */
.wtps-product.wtps-product-1 {
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.wtps-product.wtps-product-1 .wtps-product-data {
  max-width: 600px;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.wtps-product.wtps-product-1 .wtps-product-price,
.wtps-product.wtps-product-1 .wtps-product-resume {
  justify-content: center;
}

.wtps-product.wtps-product-1 .wtps-product-image {
  max-width: 600px;
  max-height: 600px;
}

.wtps-product.wtps-product-1 .wtps-product-image img {
  object-fit: contain;
}

/* Product 2 */
.wtps-product.wtps-product-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  font-size: 16px;
  padding: 8px;
}

.wtps-product.wtps-product-2 .wtps-product-image {
  border-radius: 8px;
}

.wtps-product.wtps-product-2 .wtps-product-image img {
  object-fit: contain;
  object-position: center center;
}

.wtps-product.wtps-product-2 .wtps-product-data {
  align-items: start;
  text-align: start;
  gap: 16px;
}

.wtps-product.wtps-product-2 [sub-element-editor="buy-button"] {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 200ms ease;
  text-decoration: none;
  color: var(--producttextcolor);
  fill: var(--producttextcolor);
}

.wtps-product.wtps-product-2 [sub-element-editor="buy-button"]:hover {
  cursor: pointer;
  opacity: 0.8;
}

.wtps-product.wtps-product-2 .wtps-product-row {
  flex-direction: column;
  gap: 8px;
}

.wtps-product.wtps-product-2 .wtps-product-offert {
  font-size: 14px;
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .wtps-product.wtps-product-2 {
    grid-template-columns: 1fr;
  }
}

/* Producto 3 */

.wtps-product.wtps-product-3 .wtps-product-container:has(.wtps-product-image) {
  height: 400px;
  display: flex;
  align-items: end;
  position: relative;
}

.wtps-product.wtps-product-3 .wtps-product-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wtps-product.wtps-product-3 .wtps-product-title {
  font-size: 16px;
}

.wtps-product.wtps-product-3 .wtps-product-resume {
  font-size: 14px;
}

.wtps-product.wtps-product-3 .wtps-product-row {
  padding: 0px;
  width: 100%;
  gap: 8px;
  z-index: 1;
  flex-wrap: wrap-reverse;
}

.wtps-product.wtps-product-3 .wtps-product-container:has(.wtps-product-image) .wtps-product-row {
  padding: 8px;
}

.wtps-product.wtps-product-3 [sub-element-editor="buy-button"],
.wtps-product.wtps-product-3 .wtps-product-offert,
.wtps-product.wtps-product-3 .wtps-product-price {
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  fill: #fff;
  background-color: #191919;
  border: 1px solid #fff;
  padding: 12px 16px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
}

.wtps-product.wtps-product-3 .wtps-product-offert {
  margin-right: auto;
}

.wtps-product.wtps-product-3 [sub-element-editor="buy-button"] {
  background-color: #000;
  transition: all 200ms ease;
}

.wtps-product.wtps-product-3 [sub-element-editor="buy-button"]:hover {
  cursor: pointer;
  background-color: #191919;
}

/* Producto 4 */
.wtps-product.wtps-product-4 {
  position: relative;
  padding: 8px;
  gap: 0;
}

.wtps-product.wtps-product-4 .wtps-product-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.wtps-product.wtps-product-4 .wtps-info-button {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  fill: var(--bodycolorbackground);
  background-color: var(--producttextcolor);
  transition: all 200ms ease;
}

.wtps-product.wtps-product-4 .wtps-info-button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.wtps-product.wtps-product-4 .wtps-product-image {
  height: 400px;
  border-radius: 32px 32px 0 0;
}

.wtps-product.wtps-product-4 .wtps-product-container {
  padding: 24px;
  background: linear-gradient(0deg,
      rgba(170, 170, 170, 0.2) 0%,
      rgba(170, 170, 170, 0.2) 100%),
    var(--bodycolorbackground);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wtps-product.wtps-product-4:has(.wtps-product-image) .wtps-product-container {
  transform: translateY(-32px);
}

.wtps-product.wtps-product-4 .wtps-product-data {
  gap: 16px;
}

.wtps-product.wtps-product-4 .wtps-product-pricing {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
}

.wtps-product.wtps-product-4 .wtps-product-title {
  font-size: 24px;
}

.wtps-product.wtps-product-4 .wtps-product-row {
  align-items: center;
  flex-wrap: wrap;
}

.wtps-product.wtps-product-4 .wtps-product-offert {
  font-size: 14px;
  font-weight: 300;
}