<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/P48Shed-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
}
header {
    background: url(/images/logo/topper-light.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#nav-div {
    background: #000;
}
.btn-special {
    background: #2e33d5;
    color: #fff;
    text-transform: uppercase;
}
h1 {
  font-family: "Stardos Stencil", cursive;
  filter: drop-shadow(10px 8px 5px rgba(255 255 255 / 10%));
  font-size: 5.8rem;
  font-weight: bolder;
  background: -webkit-linear-gradient(#2e33d5, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* padding: 0.5rem; */
  text-align: left;
  margin-bottom: 0;
}
h2 {
    font-size: 1.25rem;
    font-weight: bolder;
}
.h1-wrapper {
  background: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.8), #ccc);
  border: 5px solid #2e33d5;
  padding: 1rem;
}
.card {
    border: 2px solid #2e33d5;
    margin: 1.5rem 0;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.7);
}
#top-navigation {
    background-color: rgb(0, 0, 0, 0.8);
}
.box-no-border {
    background-color: rgb(0, 0, 0, 0.3);
}
.product {
    margin-top: -120px;
    text-align: center;
}
.brochure .btn {
  padding: 0; 
  border-radius: 1.5rem;
}
figcaption {
    font-family: 'Stardos Stencil', cursive;
    font-size: 2rem; 
    color: #2e33d5;
}

@media (max-width: 1107px) {
    h1 {
        text-align: center;
    }
    .product {
        margin-top: 0px !important;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 3rem;
    }
  .product {
    float: none !important;
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  #detailsCarousel .carousel-inner {
    width: 100%;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 75px;
    height: 75px;
  }
  .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) {
    h1 {
        font-size: 2rem;
    }
    .card ul, .card ol {
        padding-left: 25px;
    }
}
@media (max-width: 360px) {
    .card ul, .card ol {
        padding-left: 15px;
    }
}
</pre></body></html>