/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 110:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:ashley-sleep_banner (INDEX:3) */
<style>
.image-info-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.image-column{width:60%;} 
.info-column{width:40%;}


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

.info-column {
  display: flex;
  flex-direction: column;
}

.top-section {
  flex: 1;
  text-align: center;
  padding: 40px 20px;
  color: #fff;
}

.top-section img {
    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.top-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.top-section p {
  font-size: 16px;
  margin-bottom: 20px;
}

.top-section a {
  display: inline-block;
  padding: 12px 24px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid #fff;
}

.bottom-section {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin: 0;
    padding-block: 1rem;
    padding-inline: 5rem;
}

.info-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.info-row:last-child {
  margin-bottom: 0;
}

.info-row img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.info-row span {
    font-weight: 400;
    font-size: 16px;
}
.image-info-container {
    display: flex;
}
.image-info-container{
  margin-bottom: 50px;
}
  
/* Mobile Responsive */
@media (max-width: 768px) {
  .image-info-container {
    flex-direction: column;
  }
}
</style>
/* END_SECTION:ashley-sleep_banner */