<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .look_desc {
     margin: 2rem 1rem 3rem;
     color: inherit;
     font-size: 1.25rem;
     line-height: 19px;
     font-family: 'CPN';
     font-weight: 400;
     text-align: left;
     color:#212529;
 }

 .look .card-outer {
     display: flex;
     gap: 0;
     background: #FC855A;
 }

 .look .cards {
     width: 100%;
     background: #FC855A;
     position: relative;
     margin: 2.5rem;
 }

 .look .cards .card-text {
     color: white;
     font-size: 1.75rem;
     line-height: 2rem;
     font-family: 'CPN';
     text-align: left;
     margin-bottom: 2rem;
     font-weight: 700;
     letter-spacing: -0.24px;
 }

 .look .cards .card-desc {
     color: white;
     font-size: 1.25rem;
     line-height: 1.75rem;
     font-family: 'CPN';
     font-weight: 400;
     text-align: left;
     margin-top: 1rem;
 }

 .look .cards .card-image {
     width: 100%;
 }

 .look .cards .card-image img {
     width: 100%;
 }

 .look .chev {
     width: 19px;
     position: relative;
     top: 0px;
     left: 0px;
 }

 @media only screen and (max-width: 768px) {
     .look .card-outer {
         column-gap: 15px;
     }
     .look .card-outer {
         flex-direction: column;
         row-gap: 15px;
     }
     .look.container {
         padding: 0 !important;
     }
     .look_desc {
         font-size: 1rem;
         line-height: 1.25rem;
         text-align: center;
     }
     .look .cards {
         width: auto;
        margin: 1.75rem;
     }
     .look .cards .card-text {
         color: white;
         font-size: 1.5rem;
         line-height: 1.75rem;
         font-family: 'CPN';
         text-align: center;
         margin: 1rem 0 1.5rem;
     }
     .look .cards .card-desc {
         color: white;
         font-size: 1rem;
         line-height: 1.5rem;
         text-align: center;
         margin: 1.5rem 0 1rem;
     }
 }</pre></body></html>