.hero {
 text-align: center;
 margin-bottom: 2rem;
 margin-top: 4rem;
}

.hero img {
 width: 100%;
 max-width: 800px;
 height: auto;
 margin: 0 auto;
}

.image-row {
 display: flex;
 gap: 1rem;
 flex-wrap: wrap;
 justify-content: center;
 margin: 2rem 0;
}

.image-row img {
 width: 100%;
 min-width: 100%;
}

/* .section {
margin-bottom: 3rem;
} */

.text-image {
 display: flex;
 flex-wrap: wrap;
 gap: 2rem;
 align-items: center;
}

.text-image img {
 width: 50%;
 max-width: 100%;
}

.text-image .text {
 flex: 1;
 padding: 0 5vw 0 5vw;
}

.text h2 {
 font-size: 31px;
 font-weight: bold;
 margin-bottom: 1rem;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

.text p {
 font-size: 16px;
}

.comparison {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 gap: 2rem;
 margin-top: 2rem;
}

.card {
 border: 1px solid #eee;
 padding: 1rem;
}

.card img {
 width: 100%;
 height: auto;
 margin-bottom: 1rem;
}

.denim-care {
 background: #f9f9f9;
 padding: 2rem;
 margin-top: 2rem;
}

.denim-care ul {
 padding-left: 1.2rem;
}

.denim-care li {
 margin-bottom: 0.5rem;
}

.styling-section {
 max-width: 800px;
 margin: 3rem auto;
 padding: 1rem;
}

.styling-section h2 {
 font-size: 31px;
 text-align: center;
 font-weight: bold;
 margin-bottom: 1rem;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

.styling-section p {
 font-size: 16px;
 line-height: 1.8;
 text-align: center;
 margin-bottom: 2rem;
}

.styling-section strong {
 font-weight: bold;
}

.styling-section u {
 text-decoration: underline;
}

.styling-section ol li {
 font-size: 16px;
 margin-bottom: 10px;
}

.shop-now {
 display: inline-block;
 font-weight: bold;
 text-decoration: none;
 border-bottom: 2px solid red;
 color: #000;
 padding-bottom: 2px;
 transition: color 0.3s;
 font-size: 16px;
}

.shop-now:hover {
 color: #000000;
 text-decoration: none;
}

.denim-care-section {
 display: flex;
 flex-wrap: wrap;
 max-width: 1200px;
 margin: auto auto;
 align-items: center;
 gap: 2rem;
}

.denim-text {
 flex: 1;
 padding: 0 5vw 0 5vw;
}

.denim-text h2 {
 font-size: 31px;
 font-weight: bold;
 margin-bottom: 1rem;
}

.denim-text p {
 font-size: 16px;
 line-height: 1.6;
 margin-bottom: 1rem;
}

.denim-text ul {
 list-style: disc;
 padding-left: 1.5rem;
}

.denim-text li {
 margin-bottom: 1rem;
 font-size: 16px;
 line-height: 1.6;
}

.denim-image {
 flex: 1;
 min-width: 50%;
}

.denim-image img {
 width: 100%;
 height: auto;
 display: block;
}

.fit-section {
 font-family: sans-serif;
 max-width: 800px;
 /* Adjust as needed */
 margin: 0 auto;
 padding: 20px;
}

.fit-heading {
 font-size: 31px;
 font-weight: bold;
 margin-bottom: 10px;
 text-align: center;
}

.fit-intro {
 margin-bottom: 15px;
 line-height: 1.6;
 font-size: 16px;
}

.fit-list {
 list-style-type: disc;
 padding-left: 20px;
 margin-bottom: 15px;
 font-size: 16px;
}

.fit-list-item {
 margin-bottom: 8px;
 line-height: 1.4;
}

.fit-list-item strong {
 font-weight: bold;
}

.fit-conclusion {
 line-height: 1.6;
 margin-bottom: 20px;
}

.shop-link {
 display: inline-block;
 color: #000;
 /* Adjust color as needed */
 text-decoration: none;
 border-bottom: 1px solid red;
 /* Red underline */
 padding-bottom: 2px;
}

.shop-link:hover {
 opacity: 0.8;
}

@media (max-width: 768px) {
 .image-row img {
  width: 100%;
 }

 .text-image {
  flex-direction: column;
 }
 
 .denim-care-section {
  flex-direction: column;
 }
 
 .text-image img {
  width: 100%;
 }
}
