.p-grid { display: grid; gap: 30px; width: 100%; margin-top: 20px; margin-bottom: 20px;}.p-grid.is-columns {  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));}.p-grid.is-list { grid-template-columns: 1fr;}.p-card-wrapper { container-type: inline-size; width: 100%;}.p-card { display: grid; grid-template-columns: 1fr; gap: 1.5rem; padding: 20px; background-color: #ffffff; border-radius: 15px; align-items: center; text-align: center; box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%;}.p-card:hover { transform: translateY(-5px); box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.4);}@container (min-width: 580px) { .p-card { grid-template-columns: 200px 1fr auto; padding: 20px 30px; text-align: left; gap: 2.5rem; } .p-card-img { height: 150px !important; margin-bottom: 0 !important; } .p-btn-amazon { justify-self: end !important;  width: auto !important; padding: 12px 35px !important; }}.p-card-img { background-color: #ffffff; border-radius: 12px; display: flex; justify-content: center; align-items: center; height: auto; aspect-ratio: 4 / 3; width: 100%; margin-bottom: 0.5rem;}.p-card-img img { max-width: 95%; max-height: 95%; object-fit: contain; transition: transform 0.3s ease;}.p-card-title { font-size: 1.2rem; font-weight: 700; line-height: 1.3; color: #222; margin: 0;}.p-btn-amazon { background-color: #d8571b; color: #ffffff !important; padding: 14px 22px;  border-radius: 8px; text-decoration: none; font-weight: 700;  font-size: 1.15rem;  text-transform: none;  white-space: nowrap; transition: all 0.3s ease;  justify-self: stretch; text-align: center; display: block;}.p-btn-amazon:hover { background-color: #bf4a16; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(216, 87, 27, 0.3);}.producto-container-grid-1c3f { display: grid; grid-template-columns: 1fr; gap: 25px; width: 100%; margin: 2rem 0;}.producto-loop-grid-1c3f { display: contents;}.producto-card-1c3f { display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); align-items: center; gap: 2rem; background-color: #fff; border-radius: 15px; padding: 25px;  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05); height: auto; overflow: hidden;}.producto-image-box-1c3f { background-color: #ffffff; border-radius: 12px; padding: 10px; border: 1px solid #f2f2f2; display: grid; place-items: center; height: 220px; width: 100%; max-width: 300px; margin: 0 auto; box-sizing: border-box; overflow: hidden;}.producto-image-box-1c3f img { display: block; object-fit: contain; max-width: 70%; max-height: 70%;}.producto-content-1c3f { display: grid;  grid-template-columns: 1fr auto; align-items: center; gap: 1.5rem;  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));}.producto-title-1c3f { font-size: 1.25rem; font-weight: 700; line-height: 1.3; color: #222; margin: 0; }.btn-amazon-1c3f { justify-self: center;  background-color: #d8571b; color: #fff; padding: 12px 30px; border-radius: 6px; text-decoration: none; font-weight: bold; white-space: nowrap; transition: background-color 0.3s ease; width: fit-content;}.btn-amazon-1c3f:hover { background-color: #bf4a16;}.producto-container-grid-3c1f { display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; width: 100%; margin: 2rem 0;}.producto-loop-grid-3c1f { display: contents;}.producto-card-3c1f { display: grid; grid-template-rows: auto auto 1fr; gap: 1.5rem; height: 100%; }.producto-image-box-3c1f { background-color: #ffffff; border-radius: 12px; padding: 10px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); display: flex; justify-content: center; align-items: center;  height: 220px; width: 100%; box-sizing: border-box;  outline: 1px solid transparent;}.producto-image-box-3c1f img { display: block; object-fit: contain; max-width: 68%;  max-height: 68%;  width: auto; height: auto; margin: auto;  }.producto-content-3c1f { display: flex; flex-direction: column; gap: 0.5rem;}.producto-title-3c1f { font-size: 1.15rem; font-weight: 700; line-height: 1.3; margin: 0; color: #222;  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em;}.btn-amazon-3c1f { align-self: end; justify-self: center; background-color: #d8571b; color: #fff; padding: 10px 25px; border-radius: 6px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease;}.btn-amazon-3c1f:hover { background-color: #bf4a16;}