<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
}

p {
  font-size: 16px;
  line-height: 1.5;

}

a {
  text-decoration: none;

}

h1 {
  font-size: 35px;

}

.knm7y-wrp {
  max-width: 90%;
  margin: auto;
}

.txt-cntr {
  text-align: center;
}


/* navbar */
.header {
  background-color: #ffffff;
  padding: 20px 20px;

}

.navbar-links a {
  color: #000000;
  text-decoration: none;
  padding: 10px;
  margin-right: 10px;
  border-radius: 10px;
  transition: 0.3s;
  font-size: 16px;


}

.navbar-links {
  display: flex;

}

.navbar-links a:hover {

  color: #b1c50c;


}

.cf6ue25 ul {
  list-style: none;
  padding: 0;
}

.cf6ue25 li {
  margin-bottom: 10px;
}

.cf6ue22 a {
  text-decoration: none;
  color: #fff;
}

.abt-bg{
  background-image: url(../images/kn-off.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 20px;
}

/* banner */

.knm7y-ban {
  background-image: url(../images/kn-banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 20px;
}

.text-bg {
  margin-top: 30px;
}

.text-bg h1 {
  color: #2f2f2f;
  margin-top: 10px;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 5px;
}


/* button */
.btn-cont {
  align-items: center;
  appearance: none;
  background-color: #b1c50c;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #000 0 -3px 0 inset;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 14px;
}

.btn-cont:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #000 0 -3px 0 inset;
}

.btn-cont:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #000 0 -3px 0 inset;
  transform: translateY(-3px);
}

.btn-cont:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

.clr {
  color: #b1c50c;
  text-transform: initial;
}
/* flex */
.knm7y-flx {
  display: flex;
}

.knm7y-flx-jus {
  justify-content: space-between;
}

.knm7y-wrp1 {
  width: 100%;
  margin: auto;
}

.knm7y-flx-aln {
  align-items: center;
}

.knm7y-flx-gp {
  gap: 20px;
}

.knm7y-flx-50 {
  flex: 50%
}

.knm7y-flx-33 {
  flex: 33.3%
}

.knm7y-flx-30 {
  flex: 30%
}

.knm7y-flx-70 {
  flex: 70%
}

.knm7y-flx-25 {
  flex: 25%
}

.knm7y-flx-20 {
  flex: 20%
}

.knm7y-flx-80 {
  flex: 80%
}

.knm7y-flx-60 {
  flex: 60%
}

.knm7y-flx-40 {
  flex: 40%
}

.knm7y-flx-22 {
  width: 25%;

}

.knm7y-gap {
  padding: 50px 20px;
}


/* items */

.item-img {
  max-width: 450px;
  margin-bottom: 10px;
  border-radius: 0px 100px 100px 100px;
  border: 4px solid #b1c50c;
}
.items-cont {
  margin-top: 30px;
  margin-bottom: 30px;
}

.titlepage h2 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 65px;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}

.titlepage p {
  letter-spacing: 1px;
  font-size: 16px;
  color: #747476;
  padding-top: 5px;
  line-height: 30px;
}

.item-name {
  font-weight: 400;
  letter-spacing: 1px;
}

.details .details_box {
  text-align: center;
  border: #555556 solid 1px;
  border-radius: 2px;
  padding: 120px 0px 30px 0px;
  margin-bottom: 30px;
}

.details .details_box figure {
  margin: 0;
}

.details .details_box h3 {
  color: #100d0d;
  font-size: 22px;
  line-height: 20px;
  padding: 70px 0px 9px 0px;
}

.details .details_box p {
  color: #2a2a2c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.details_box p {
  font-size: 16px;
  color: #555556;

}
.knm7y-abt{
  padding: 0px 0px 120px 20px;
}

.details_box {
  border-radius: 10px;
  padding: 20px;
  transition: 0.3s ease;
 
}

.details_box:hover {
  background-color: #efefef;
 
}

.item-price {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

/* grtng */
.grting{
  padding: 100px 20px;
}
.grtng-cont{
  width: 60%;
  margin: auto;
  background-color: #efefef;
  padding:100px 20px;
}
.logo-head{
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
 }
 .footer-head{
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
 }

 .ft-abt{
  width: 50%;
  margin: auto;
  margin-top: 20px;
 }
/* abt */


.about_img {
  max-width: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
}

.knm7y-info p {
  font-size: 16px;
  line-height: 30px;
}

.knm7y-info h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* single-prod */
.prod-img {
  max-width: 350px;
  border-radius: 0px 100px 100px 100px;
  border: 4px solid #b1c50c;
}

.thumbnails {
  margin-bottom: 40px;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnails img {
  width: 250px;
  display: inline-flex
;
  border-radius: 0px 100px 100px 100px;
  border: 4px solid #b1c50c;
}
.thumbnail:hover {
  border-color: #333;
}

.prod-desc {
  padding: 0px 20px 50px 20px;
}

.prod-desc p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

/* bottom */
.mr-bg1 {
  transition: opacity 0.3s ease;
}

.mr-bg1:hover {
  opacity: 0.8;
}

.mr-bg2 {
  transition: opacity 0.3s ease;
}

.mr-bg2:hover {
  opacity: 0.5;
}

.mr-bg3 {
  transition: opacity 0.3s ease;
}

.mr-bg3:hover {
  opacity: 0.5;
}

/* footer */
.footer {
  background-color: #ffffff;
  padding: 80px 20px 20px 20px;

}

.img-ft {
  max-width: 300px;
  margin-bottom: 30px;
}

.footer a {
  text-decoration: none;
  color: #000;

}

.ft-top {
 background-color: #f9ffc1;
  padding: 80px 20px 80px 20px;
  
}

.ft-top-btn {
  padding: 20px 200px;
  border: 1px solid #fff;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 600;
}

.ft-hr {
  color: #fff;

  width: 90%;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 80px;
}

.ft-para {
  color: #fff;
  font-size: 16px;
}

.ft-head {
  margin-bottom: 20px;
  color: #000;
  letter-spacing: 2px;
}

.ft-head1 {
  margin-bottom: 20px;
  color: #000;
}

.footer p {
  color: #000;
  line-height: 30px;
  font-size: 16px;
}

.footer a :hover {
  color: #b1c50c;
  transition: 0.3s ease;

}

/* contact */
input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #d05932;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #e69479;
}

/* responsive */

@media only screen and (max-width:768px) {
  .knm7y-flx-dir {
    flex-direction: column;
  }

  .navbar-links {
    display: flex;
    display: none;
  }

  .knm7y-flx-rev {
    flex-direction: column-reverse;
  }

  .knm7y-mb {
    text-align: center;
  }

  .footer {
    padding: 60px 20px;
  }

  .text-bg h1 {

    font-size: 30px;


  }

  .ft-head {

    margin-bottom: 30px;
  }

  .footer .shop_more {

    padding: 10px 20px;
  }

  .knm7y-wrp {
    max-width: 100%;
    margin: auto;
  }

  .img-bottom {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 350px;
    transition: opacity 0.3s ease;
  }

  .text-bg .shop_more {

    margin: 0 auto;

  }

  .knm7y-abt .shop_more {
    margin: 0 auto;

  }

  .knm7y-prod .shop_more {
    margin: 0 auto;
    margin-top: 30px;

  }

  .item-desc {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .knm7y-abt {
    padding: 0px 20px 30px 20px;
    margin-top: -50px;
    
  }

  .knm7y-abt .shop_more {
    margin-top: 20px;
  }

  .titlepage h2 {
    font-size: 20px;


  }

  

  .ft-top-btn {

    padding: 15px 20px;
    margin-bottom: 10px;
  }
  /* grtng */
.grting{
  padding: 100px 20px;
}
.grtng-cont{
  width: 100%;
  margin: auto;

}
.abt-desc{
  margin-top: 10px;
  margin-bottom: 10px;
}
.ft-abt{
  width: 50%;
  margin: auto;
 
 }
 .knm7y-ban {
  
  padding: 100px 20px;
}
}</pre></body></html>