<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-size: 18px;
}

.price-strike {
  color: #666;
  margin-bottom: 0px;
}
.price-full {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 0px;
}
.price-stock span {
  color: white;
  background-color: #62BB11;
  padding: 2px 25px;
  text-transform: uppercase;
}

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
}

.site-header img {
    max-width: 80px;
}

.bg-light {
  background: url(img/kurkuma.jpg) 100% 0 no-repeat;
  background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
  margin: 0 !important;
}
.bg-light h1 {
  background: rgba(0,0,0,0.44);
  color: #fff;
  padding: 20px;
}
.bg-light .lead {
  background: rgba(0,0,0,0.44);
  color: #fff;
  padding: 20px;
  font-size: 30px;
}

.ac {
  text-align: center;
}
#main {
  padding-top: 40px;
  padding-bottom: 40px;
}
#offer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f5ea74;
}
#offer a.modal-btn {
  color: #000;
  text-decoration: underline;
}
#offer a.modal-btn:hover {
  font-weight: bold;
}
#foot {
    background-color: #333;
    color: white;
    font-size: 15px;
    padding: 60px 0;
}
#foot ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#foot ul li {
    margin-bottom: 0.5em
}
#foot a {
    color: #eee;
}
#foot h3 {
    padding-bottom: 1em;
}
#foot hr {
    border-color: rgba(255,255,255,.1);
}

.sales-text-1 {
    font-size: 15px;
    display: block;
    margin-top: 15px;
}
.sales-text-2 {
    font-size: 30px;
    display: block;
}
.sales {
    position: absolute;
    top: 40px;
    left: 170px;
    color: #fff;
    background-color: #dc3545;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
}
.mockup {
    position: relative;
}
.mockup img {
  max-width: 200px;
}
img.float-right {
  max-width: 40% !important;
  margin-left: 30px;
}
h2 {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .display-4 {font-size: 2.5em}
  .price-stock {padding-top: 1em;}
  img.float-right {
    max-width: 100% !important;
    margin-left: 0px;
    float: none;
    margin-bottom: 1rem;
  }
  .cart {text-align: center;}
  #foot h3 {
      padding-top: 1em;
      padding-bottom: 0em;
  }
  .site-header {display: none}
  .mt-5, .my-5 {margin-top: 1rem!important;}
  .bg-light .lead {font-size: 26px;}
  .sm-center {text-align: center}
}

.clpsn-form-part h3 {background: #b94a0b !important;}
.clpsn-form input[type="submit"], .clpsn-form button {color: #fff; background-color: #dc3545 !important; border-color: #dc3545 !important;
  background-image: -moz-linear-gradient(top, #dc3545, #dc3545) !important;
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc3545), to(#dc3545)) !important;
      background-image: -webkit-linear-gradient(top, #dc3545, #dc3545) !important;
      background-image: -o-linear-gradient(top, #dc3545, #dc3545) !important;
      background-image: linear-gradient(to bottom, #dc3545, #dc3545) !important;
      background-repeat: repeat-x;
      border-color: #dc3545 #dc3545 #dc354 !important;}
.clpsn-form-part {background: #fff9f2 !important}

.table .thead-dark th {
    background: #b94a0b;
    border: none;
    color: #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
    background: #fff9f2 !important
}
.table td, .table th {
    border-color: #b94a0b;
}

img.reference {
  border: 2px solid #f5ea74; border-radius: 5px; margin-bottom: 1em; max-width: 100%;
}
a.phone {
  text-decoration: none;
  color: inherit;
}</pre></body></html>