/* Monsilu — style.css (cleaned: only rules used by index.php) */

/* ── Fonts ── */
@import url(https://fonts.googleapis.com/css?family=Sanchez:400italic,400|Open+Sans:400italic,600italic,700italic,400,600);
/* Roboto Slab removed — not used anywhere in this page */

/* ── Base reset ── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #333333;
  font-size: 13.5px;
  line-height: 1.6;
  font-family: "Open Sans", Tahoma, Arial, sans-serif;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #404040;
  font-family: "Open Sans", Tahoma, Arial, sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 18px;
  line-height: 26px;
}
h2 {
  font-size: 16px;
  line-height: 22px;
}
h3 {
  font-size: 15px;
  line-height: 22px;
}
h4 {
  font-size: 14px;
  line-height: 20px;
}
h5 {
  font-size: 13px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
}

/* ── Clearfix ── */
.clearfix::before,
.clearfix::after {
  display: table;
  content: "";
  height: 0;
}
.clearfix::after {
  clear: both;
}

/* ── Links ── */
a {
  color: #f16325;
}
a:hover,
a:active {
  color: #f16325;
  text-decoration: underline;
}

a.invarseColor:link,
a.invarseColor:visited {
  color: #666;
}
a.invarseColor:hover,
a.invarseColor:active {
  color: #f16325;
  text-decoration: none;
}

a.active:link,
a.active:visited {
  color: #f16325;
  cursor: default;
}

/* ── Main container ── */
#mainContainer {
  width: 100%;
  display: block;
  margin: 0 auto;
  background: #fff;
}

/* ── Header ── */
header {
  margin-bottom: 10px;
  padding: 5px 0 0;
  width: 100%;
}
header p {
  line-height: 14px;
}

/* ── Nav bar ── */
.mainNav {
  background: #f5f1eb;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  
}

.navbar ul.mobi{
    display:none;
}
/* ── Middle header / logo ── */
.middleHeader .middleContainer {
  padding: 15px 0;
  background: url("../img/top.png") no-repeat 5% 5%;
}
.middleHeader .siteLogo {
  float: left;
  margin-top: -10px;
}
.middleHeader .siteLogo a {
  width: 161px;
  height: 71px;
  margin-top: 10px;
  margin-bottom: -10px;
  display: block;
  font: 0/0 a;
  background: url("../img/logo3.png") no-repeat left top;
}

/* ── Title header (footer) ── */
.titleHeader {
  background: url("../img/dottedBorder.png") repeat-x 50% 70%;
}
.titleHeader h1,
.titleHeader h3 {
  float: left;
  background: #fff;
  padding-right: 8px;
}
.titleHeader .pagers {
  float: right;
  background: #fff;
  padding-left: 8px;
}

/* ── Footer ── */
footer {
  margin: 82px 0 0 0;
  width: 100% !important;
}
.footerOuter {
  padding: 18px 0;
  background: #f5f1eb;
  border-top: 1px dotted #b4b4b4;
  border-bottom: 1px dotted #b4b4b4;
}
footer .titleHeader {
  background: url("../img/dottedBorder.png") repeat-x 50% 70%;
  margin: 0;
}
footer .titleHeader h3 {
  float: left;
  background: #f5f1eb;
  padding-right: 8px;
}

/* ── About us ── */
#aboutUs p {
  margin: 24px 0 0 0;
  padding: 0 10px 0 0;
  line-height: 24px;
}

/* ── Product grid thumbnails ── */
.hProductItems {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hProductItems li {
  margin-top: 36px;
}

.hProductItems .thumbnail {
  display: table-cell;
  padding: 8px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  height: 293px;
  width: 209px;
  vertical-align: middle;
  text-align: center;
}
.hProductItems .thumbnail:hover {
  border-color: #aaa;
}
.hProductItems .thumbnail img {
  min-width: 100%;
}


@media screen and (max-width:920px) {
        .hProductItems .thumbnail img {
             min-width: 60vw;
            }
    }

/* ── Category tabs ── */
.category-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 10px 35px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  cursor: pointer;
  font-weight: bold;
  border-radius: 6px;
  transition: background 0.2s;
  width: 170px;
}
.tab-btn:hover {
  background: #e9e9e9;
}
.tab-btn.active {
  background: #d4ab6a;
  color: #fff;
  border-color: #d4ab6a;
  width: 200px;
}

.tab-content {
  display: none;
}
.tab-content.show {
  display: block;
}

/* ── Blog article ── */
.blog-article {
  padding-bottom: 36px;
  margin-bottom: 36px;
  background: url("../img/dottedBorder.png") repeat-x left bottom;
}
.blog-article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}
.blog-article .blog-content div {
  padding: 8px 0;
  background: url("../img/dottedBorder.png") repeat-x left bottom;
}
.blog-article .blog-content .blog-content-entry {
  background: none;
}
.blog-article .blog-content .blog-content-entry p {
  margin: 0 0 12px;
  padding: 0;
  line-height: 24px;
}
.blog-article .blog-content .blog-content-date li {
  margin-right: 10px;
}

/* ── Slider ── */
.slider {
  width: 290px;
  height: 290px;
  overflow: hidden;
  position: relative;
  margin-bottom: 290px;
}
.slidesIMG {
  display: flex;
  width: calc(290px * 3);
  height: 100%;
  transition: transform 0.5s ease-in-out;
}
.slide img {
  width: 290px;
  height: 290px;
  object-fit: cover;
}

/* ── Button base ── */
.btn {
  border-radius: 7px;
  background: linear-gradient(to bottom, #ffffff, #f5f1eb);
}

/* ── WhatsApp fixed button ── */
.whatsapp {
  width: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  z-index: 9;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  body {
    padding: 0 20px;
    background: #fff !important;
  }
  #mainContainer {
    box-shadow: none !important;
  }

  .middleHeader .middleContainer {
    padding: 0;
    background-position: 50% 50%;
  }
  .middleHeader .siteLogo {
    float: none;
    margin: 10px 0;
  }
  .middleHeader .siteLogo a {
    margin: 0 auto;
  }

  .category-tabs {
    gap: 8px;
  }
  .tab-btn {
    padding: 8px 16px;
    font-size: 13px;
    width: auto;
  }
}

@media (max-width: 600px) {
  .slider {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .slidesIMG {
    width: 300%;
  }
  .slide img {
    width: 100vw;
    height: auto;
  }
  .whatsapp {
    width: 50px;
  }

  .hProductItems .thumbnail {
    width: 100vw;
  }
}
