<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-image: url(/images/products/!bg/REG-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
header {
    background: url(/images/logo/topper-light.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
h2 {
    font-size: 1.25rem;
    font-weight: bolder;
}
#top-navigation,
#nav-div,
#bottom-nav-div,
.hr-bg,
.details,
.product-vanity,
.btn-special {
    background-image: url(/images/products/!texture-bg/REG-texture-bg.jpg);
    background-size: cover;
}
.btn-special,
.details {
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
}
.btn-special:hover {
    background: #000;
    color: #fff
}
.box-no-border {
    background-color: rgb(255, 255, 255, 0.5);
}
.top-banner.box-no-border {
    background-color: transparent;
}
.brochure .btn {
  padding: 0; 
  border-radius: 1.5rem;
}
.title.image {
    padding: 0;
}
.card {
    border-radius: 9px;
    border: 2px solid #003;
    background: rgba(255, 255, 255, 0.6);
    padding: 1rem;
    box-shadow: inset 0 0 4px 4px #666666;
}
.product {
    margin-top: -200px;
}
.product .card {
    background:rgba(255, 255, 255, 0.3); 
    border:none; 
    font-weight: bold;
    max-width: 410px; 
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
    text-transform: capitalize; 
    text-align: justify;
}
@media (max-width: 1107px) {
    h1 {
        text-align: center;
    }
    .product {
        margin-top: 0px !important;
    }
}

@media (max-width: 600px) {
  .product {
    float: none !important;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 75px;
    height: 75px;
  }
  #detailsCarousel .carousel-inner {
    width: 100%;
  }
  .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    height: 40px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    bottom: -42px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .card ul, .card ol {
      padding-left: 25px;
  }
}
@media (max-width: 360px) {
  .card ul, .card ol {
      padding-left: 15px;
  }
}
</pre></body></html>