@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  background-color: #f8f9fa;
  color: #333;
  font-family: "Campton-Light";
  width: 100%;
  max-width: 1440px;
  margin: 0 auto !important;
}

.logo img {
  height: 100px;
  border-radius: 50%;
  border-right: 2px dotted #ffe16f;
}

.border-b {
  border-bottom: solid 1px #E2E2E2;
  width: 100%;
}

.button {
  background-color: #db4445;
  color: white;
  padding: 10px 20px;
  border: none !important;
  border-radius: 5px;
}
.button:hover {
  background-color: #0a1726 !important;
}

.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-item i.fa-regular.fa-circle-xmark {
  color: black;
  cursor: pointer;
}

.container-p {
  width: 300px;
  margin: auto;
  padding: 20px;
}

input, button {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
}

/* Barra superior (franja) */
.top-banner {
  background-color: #db4445;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  z-index: 10;
  position: relative;
  font-family: "Campton-Book";
}

.social-icons {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.social-icon {
  margin-left: 15px;
  color: white;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #ddd;
}

/* End -> Barra superior (franja) */
/* Estilos generales para la barra de navegación */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 10px 0px !important;
  top: 0px !important;
  width: 100%;
  max-width: 1440px !important;
  background: #db4445;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  z-index: 9999;
}
.navbar.fixed {
  position: fixed !important;
}
.navbar.fixed + .container {
  padding-top: 90px;
}
.navbar i.fa-solid.fa-cart-shopping {
  color: #fff !important;
}
.navbar .hamburger {
  display: none; /* Oculto por defecto */
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 21px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.navbar .hamburger span {
  width: 100%;
  height: 3px;
  background-color: white;
}
.navbar ul {
  background: #db4445;
}
.navbar .logo p {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  font-family: "Campton-Semibold";
}
.navbar .nav-links {
  display: flex;
  list-style-type: none;
  margin: 0;
}
.navbar .nav-links li {
  margin: 0 15px;
}
.navbar .nav-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  font-family: "Campton-Book";
  transition: transform 0.3s ease, color 0.3s ease;
}
.navbar .nav-links li a:hover {
  transform: translateY(-5px) scale(1.2); /* Agrega zoom con scale() y movimiento hacia arriba */
  color: #fff; /* Cambia el color del texto */
}
.navbar .search-cart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.navbar .search-cart input {
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.navbar .search-cart input:placeholder {
  color: #999;
}
.navbar .search-cart input::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.navbar .cart a {
  font-size: 20px;
  text-decoration: none;
  color: #000000;
}
.navbar .cart a:hover {
  color: #db4445;
}

/* End --> Estilos generales para nav */
/*  Estilos generales para Auth */
.footer {
  background-color: #db4445;
  color: white;
}

/* End --> Estilos generales para Auth */
/*  Estilos generales para Auth */
.auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.container-p {
  width: 300px;
  padding: 10px 20px !important;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}

input, button {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
}

.btn-primary {
  background-color: #db4445 !important;
  border: 1px solid #db4445 !important;
}
.btn-primary.btn-pagar {
  position: absolute;
  bottom: 10px;
  width: 88%;
}

button {
  background-color: #db4445;
  color: white;
  border: none;
  border-radius: 5px;
}

button.remove-from-cart {
  width: auto;
  background: none;
  position: absolute;
  right: 0px;
}
button.remove-from-cart:hover {
  background-color: transparent;
}

/*  End --> Estilos generales para Auth */
.banner-home {
  padding: 10px;
}
.banner-home .d-flex-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-home .custom-category-menu {
  width: 20%;
  background-color: #fff;
  padding: 1rem;
  height: 300px;
  position: relative;
}
.banner-home .custom-category-menu:before {
  border-right: solid 2px #c6c6c6 !important;
  content: "";
  height: 98%;
  right: 10%;
  top: 0px;
  position: absolute;
}
.banner-home .custom-category-menu h3 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 1rem;
}
.banner-home .custom-category-menu ul {
  list-style: none;
  padding: 0;
}
.banner-home .custom-category-menu ul li {
  margin-bottom: 0.5rem;
}
.banner-home .custom-category-menu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
}
.banner-home .custom-category-menu ul li a:hover {
  color: #000;
}
.banner-home .custom-featured-image {
  width: 80%;
  position: relative;
  height: 300px;
}
.banner-home .custom-featured-image img {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner-home .custom-featured-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  z-index: 1;
}

.container-p {
  width: 100%;
  max-width: 1440px;
}

#product-list {
  padding-bottom: 20px;
}

.add-class {
  margin: 10px 0px 10px 0px;
  float: right;
  width: 100%;
  text-align: right;
}
.add-class button {
  width: 41%;
  border-radius: 5px !important;
}

.card {
  border: none !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 0px !important;
}
.card .card-text {
  text-align: left;
  font-family: "Campton-Book", sans-serif;
  font-size: 18px;
  color: #db4445;
  margin-bottom: 0px;
}
.card .card-title {
  margin-bottom: 0px;
}
.card .comprar-btn {
  margin-top: 0px !important;
}

.card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.5s ease;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.card-img-top {
  width: 100%;
  height: 100%;
  min-height: 368px;
  max-height: 368px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  display: block;
  transition: transform 0.3s ease;
}

.card:hover .card-img-top {
  transform: scale(1.05);
}

.auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
}

.auth-box {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1200px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
}

.image-container {
  flex: 1;
  background-image: url("path-to-your-image.jpg"); /* Cambia esto por la ruta de tu imagen */
  background-size: cover;
  background-position: center;
  border-radius: 10px 0 0 10px;
}

.form-container {
  flex: 1;
  padding: 30px;
}

.register-section,
.login-section {
  margin-bottom: 20px;
}

h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
}

input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

button {
  width: 100%;
  padding: 12px;
  background-color: #db4445; /* Rojo */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
button .btn.btn-primary {
  border: none !important;
}

button:hover {
  background-color: #b93a3d; /* Rojo oscuro */
}

p {
  text-align: center;
  font-size: 14px;
}

a {
  color: #db4445;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Diseño  Sesion Estilo*/
.auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.auth-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.auth-box .image-container {
  flex: 1;
  background: url("../../resources/img/banner-granada.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 10px 0 0 10px;
}

.auth-box .form-container {
  flex: 1;
  padding: 40px;
}

.auth-box h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.auth-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.auth-box button {
  width: 100%;
  padding: 12px;
  background-color: #0067c7;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}

.auth-box button:hover {
  background-color: #0067c7;
}

.auth-box .form-container p {
  text-align: center;
  font-size: 0.9rem;
  color: #888;
}

.auth-box .form-container a {
  color: #0067c7;
  text-decoration: none;
}

.auth-box .form-container a:hover {
  text-decoration: underline;
}

/* End --> Diseño  Sesion Estilo*/
/* Estilo para el sider -  carrito */
#sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  background-color: #111;
  color: white;
  overflow-x: hidden;
  transition: width 0.5s, opacity 0.5s;
  padding: 20px;
  background: white;
  color: #000;
  border-left: solid 2px #db4445;
  z-index: 99999999;
}

.close-btn {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
}

.search-cart {
  display: flex;
  align-items: center;
  margin: 20px;
}

.cart {
  cursor: pointer;
  margin-left: 10px;
}

#cart-items {
  margin-top: 100px;
}

.cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.cart-item img {
  width: 50px;
  height: auto;
  margin-right: 10px;
  border-radius: 5px;
}

.search-cart {
  display: flex;
  align-items: center;
  margin: 20px;
}

.search-cart input {
  padding: 5px;
  font-size: 16px;
}

.cart {
  cursor: pointer;
  margin-left: 10px;
}

.card {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.card .product-link {
  color: white !important;
  text-decoration: none !important;
}

.card-img-top {
  width: 100%;
  height: auto;
}

.cart-item {
  display: flex;
  color: #db4445;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #444;
}

.border-b {
  border-bottom: solid 1px #E2E2E2;
  width: 100%;
}

/* End Estilo para el sider -  carrito */
a.product-link {
  font-size: 12px;
  text-decoration: none;
  color: #000;
}

form#checkoutForm {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 15px;
}

.text-name {
  font-size: 39px;
  color: #db4445;
  font-family: "Campton-Book", sans-serif;
}

.navbar.bg-success {
  background-color: #db4445 !important;
}

a.nav-link {
  color: white !important;
}

button.btn.btn-primary.me-2 {
  height: auto !important;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #25D366;
  padding: 15px;
  height: 61px;
  width: 61px;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  animation: pulse 2s infinite;
  color: white;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.whatsapp-button:hover {
  transform: scale(1.2);
  animation: none;
  background-color: #1ebe5d;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.icon-search {
  cursor: pointer;
}

nav.navbar.for-profile {
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
  height: 260px;
}
nav.navbar.for-profile .profile-picture {
  border-radius: 50%;
  height: 77px;
  position: absolute;
  left: 59px;
  bottom: 14px;
  z-index: 9999;
}

/* === Custom Product Card Overwrite === */
.product-card {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.product-card .product-image-wrapper {
  position: relative;
  width: 100%;
  height: 192px;
}

.product-card .product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card .mask-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
}

.product-card .cart-icon {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background-color: white;
  border-radius: 50%;
  padding: 6px;
  font-size: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.product-card .product-info {
  padding: 8px;
}

.product-card .badges {
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}

.product-card .badge {
  font-size: 10px;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 3px;
  color: white;
}

.product-card .badge.yellow {
  background-color: #f9ca24;
  color: black;
  padding: 9px;
  text-decoration: none;
}

.product-card .badge.yellow:hover {
  text-decoration: none;
}

.product-card .badge.red {
  background-color: #eb4d4b;
}

.product-card .product-title {
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #d73721;
}

.product-card .product-meta {
  font-size: 11px;
  color: #777;
  margin: 4px 0;
}

.product-card .product-price {
  font-weight: bold;
}

.product-card .price {
  font-size: 14px;
}

.icon-search {
  cursor: pointer;
}

.container.pt-o {
  padding-top: 0px !important;
}

h1.text-start {
  text-align: left !important;
  color: #d73721;
}

.img-detalle {
  border-radius: 12px;
}



.workflow-container .step-number {
    width: 47px !important;
    height: 50px !important;
}

@media (max-width: 1200px) {
  .navbar .search-cart input {
    padding: 10px 40px 10px 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 266px;
  }
}
@media screen and (max-width: 768px) {
  .logo img {
    height: 48px !important;
    border-radius: 50%;
    border-right: 2px dotted #ffe16f;
  }
  #sidebar {
    left: 0px !important;
  }
  .search-cart {
    display: flex;
    align-items: center;
    margin: 2px !important;
  }
  .product-link {
    font-size: 14px !important;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    left: 0;
    background-color: #333;
  }
  .add-class button {
    width: 100%;
    justify-content: center;
    gap: 5px;
    align-items: center;
    display: flex;
    border-radius: 5px !important;
  }
  .add-class {
    margin: 4px 0px 3px 0px;
    float: right;
    width: 100%;
    font-size: 12px !important;
    text-align: right;
  }
  .nav-links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
    flex-direction: column;
    gap: 21px;
  }
  .nav-links.open {
    max-height: 300px;
  }
  .nav-links li {
    text-align: center;
    margin: 1rem 0;
    max-height: 0;
  }
  .hamburger {
    display: flex !important;
    position: absolute !important;
    left: 90%;
    top: 14%;
  }
  .nav-active {
    display: flex;
  }
  .navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
  }
  .navbar + .container {
    padding-top: 70px !important;
  }
  .navbar .container.pt-0 {
    padding-top: 0px !important;
  }
  .navbar ul {
    padding-left: 0px !important;
    position: relative !important;
  }
  .navbar .search-cart input {
    width: auto !important;
  }
  .nav-links.active {
    display: flex;
  }
  .d-flex-banner {
    flex-wrap: wrap;
  }
  .d-flex-banner .custom-featured-image {
    width: 100%;
  }
  .d-flex-banner .custom-category-menu {
    height: auto !important;
    position: absolute;
  }
  .d-flex-banner .custom-category-menu:before {
    border: none !important;
  }
  .d-flex-banner .custom-category-menu .banner-home .custom-category-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
  }
  .menu-toggle {
    display: block;
    font-size: 30px;
    cursor: pointer;
  }
  .search-cart {
    display: none;
  }
  .navbar .logo p {
    font-size: 20px;
  }
  .nav-links ul {
    flex-direction: column;
    padding: 20px 0;
  }
  .nav-links li {
    margin: 10px 0;
  }
  .auth-box {
    flex-direction: column;
    padding: 10px;
  }
  .auth-box .image-container {
    display: none;
  }
  .auth-box .form-container {
    padding: 20px;
  }
  .auth-box h2 {
    font-size: 1.5rem;
  }
  .auth-box input {
    font-size: 1rem;
  }
  .auth-box button {
    font-size: 1.2rem;
    padding: 14px;
  }
  /* Barra superior (franja) */
  .custom-category-menu {
    width: 100% !important;
  }
  .custom-featured-image {
    width: 100% !important;
  }
  .product-list {
    width: 100% !important;
    height: 100vh !important;
    overflow-y: auto !important;
    padding: 20px !important;
  }
  .sales-list {
    width: 100% !important;
    height: 100vh !important;
    overflow-y: auto !important;
    padding: 20px !important;
  }
  button.btn.btn-primary.me-2 {
    font-size: 12px !important;
  }
  div#product-list .col-6 {
    padding: 4px;
  }
  .card-img-top {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 480px) {
  .auth-box h2 {
    font-size: 1.2rem;
  }
  .auth-box input {
    font-size: 0.9rem;
  }
  .auth-box button {
    font-size: 1rem;
    padding: 10px;
  }
  .auth-box .form-container p {
    font-size: 0.8rem;
  }
  button.btn.btn-danger.me-2 {
    height: auto !important;
    font-size: 12px;
  }
}
@font-face {
  font-family: "Campton-Semibold";
  src: url("/fonts/Campton-SemiBold.woff2") format("woff2"), url("/fonts/Campton-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton-Book";
  src: url("/fonts/Campton-Book.woff2") format("woff2"), url("/fonts/Campton-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton-Light";
  src: url("/fonts/Campton-Light.woff2") format("woff2"), url("/fonts/Campton-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.font-semibold {
  font-family: "Campton-Semibold", sans-serif;
  font-weight: 600;
}

.font-book {
  font-family: "Campton-Book", sans-serif;
  font-weight: normal;
}

.font-light {
  font-family: "Campton-Light", sans-serif;
  font-weight: 300;
}

.size-xs {
  font-size: 12px;
}

.size-sm {
  font-size: 15px;
  line-height: 16px;
}

.size-md {
  font-size: 20px !important;
  line-height: 32px;
}

.size-lg {
  font-size: 60px;
}

.size-xl {
  font-size: 80px;
  line-height: 90px;
}

.size-xxl {
  font-size: 90px;
  line-height: 85px;
}/*# sourceMappingURL=style.css.map */

.navbar .nav-links { 
  margin-top: 5px;
}
.logo
{
   position: absolute;
   top: 4px;
   left: 30px;
   background: #db4445;
   border-radius: 50%;
} 

.location{
  font-size: 15px;
  color: black;
  text-decoration: none;
}


.buscar-texbox{ 
   line-height: normal !important;
   font-size: small !important;
   width: 200px;
}
hbox.example {
  opacity: 0.5; /* see the background through the hbox */
} 
.sidebar-title{
      text-align: left !important;
}
.search-content {
    text-align: right;
}
@media (max-width: 1200px) {
  .logo {
        position: absolute; 
        left: 5px;
        top: 5px; 
  }
  .search-content {
    text-align: center !important;
    margin-top: -40px !important;
    margin-left: 10px !important;
}
.hamburger {
        margin-top: 15px !important;
    } 
  .nav-links.open {
        background: transparent;
        margin-bottom: 30px;
        margin-top: -30px;
  } 
}
/*Opacidad del menu script aplica para pantallas mayores a 600px*/
@media only screen and (min-width: 600px) {
 .scroll-menu {
    opacity:0.9 !important;
 }
}
.menu-focus { 
  transition: transform .5s; /* Animation */  
} 
.menu-focus:hover {
   background-color: rgba(250, 179, 179, 0.4);
   transform: scale(1.15); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}  

.ae-banner {
  background: #e11a2b;
  padding: 40px 20px;
  color: white;
  font-family: 'Arial', sans-serif;
  overflow-x: hidden;
}

.ae-banner-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.ae-left, .ae-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.ae-center {
  text-align: center;
}

.ae-center h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.ae-center p {
  font-size: 16px;
  margin-bottom: 20px;
}

.ae-button {
  background: black;
  color: white;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.ae-img-wrapper {
  position: relative;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 12px;
}

.ae-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.rotate-left {
  transform: rotate(-8deg);
}

.rotate-right {
  transform: rotate(8deg);
}

.ae-price {
  position: absolute;
  top: 8px;
  left: 8px;
  background: white;
  color: #000;
  font-size: 14px;
  padding: 3px 7px;
  border-radius: 5px;
  font-weight: bold;
}

.ae-discount-circle {
  position: absolute;
  top: 10px;
  right: -30px;
  background: white;
  color: #e11a2b;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}

.big-title {
  font-size: 3rem; /* o lo que quieras */
  font-weight: bold;
  color: white; /* si tu fondo es rojo como en la imagen */
}