/** Shopify CDN: Minification failed

Line 700:12 Expected identifier but found whitespace
Line 700:14 Unexpected "{"
Line 700:23 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:aboutus (INDEX:2) */
.hero-product {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-wrap {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.hero-image {
  width: 45%;
}

.hero-image img {
  width: 100%;
  height: auto;
}

.hero-content {
  width: 55%;
}

.hero-subtitle {
  letter-spacing: 3px;
  font-size: 13px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #000;
}

.hero-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.hero-desc {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 520px;
  color: #000;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 30px;
  margin-bottom: 35px;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}

.hero-feature img {
  width: 34px;
  height: auto;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hero-btn {
  padding: 14px 30px;
  background: #e6d2b3;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}

.hero-chat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.hero-chat img {
  width: 26px;
  height: auto;
}
.hero-feature span {
    color: #000;
    font-size: 18px;
}
.hero-chat span{
    color: #000;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-wrap {
    flex-direction: column;
    text-align: center;
  }

  .hero-image,
  .hero-content {
    width: 100%;
  }

     .hero-features {
        grid-template-columns: repeat(2, 1fr);
        padding: 10px !important;
    }

  .hero-actions {
    justify-content: center;
    flex-direction: column;
  }
  .hero-feature span {
    color: #000;
    font-size: 15px;
}
}
/* END_SECTION:aboutus */

/* START_SECTION:banner-slider (INDEX:6) */
.banner-slider {
  position: relative;
  overflow: hidden;
}

.banner-slide {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 520px;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
}

.banner-inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
}

.banner-content {
  width: 45%;
  padding-left: 8%;
  color: #000;
}

.banner-label {
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.banner-title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 15px;
}

.banner-desc {
  font-size: 15px;
  line-height: 1.6;
  max-width: 420px;
  margin-bottom: 25px;
}

.banner-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #e8d9bf;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}

.banner-image {
  width: 55%;
  text-align: right;
  padding-right: 6%;
}

.banner-image img {
  max-width: 100%;
  height: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .banner-inner {
    flex-direction: column;
    text-align: center;
  }

  .banner-content,
  .banner-image {
    width: 100%;
    padding: 0 20px;
  }

  .banner-title {
    font-size: 32px;
  }
}
/* END_SECTION:banner-slider */

/* START_SECTION:blog-featured (INDEX:8) */
.blog-featured {
  padding: 90px 0;
}

.blog-header {
  text-align: center;
  margin-bottom: 60px;
}

.blog-header span {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
}

.blog-header h2 {
  font-size: 42px;
  margin-top: 10px;
  color: #000;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.blog-card {
  background: transparent;
}

.blog-image {
  position: relative;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  display: block;
  height: auto;
}

/* Vertical date */
.blog-date {
  position: absolute;
  left: 0;
  top: 20px;
  background: #efe1c5;
  padding: 12px 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 12px;
  letter-spacing: 2px;
}

.blog-meta {
  display: flex;
  gap: 15px;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 18px 0 10px;
  text-transform: uppercase;
}

.blog-meta span::before {
  content: "■";
  margin-right: 6px;
}

.blog-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.blog-title a {
  text-decoration: none;
  color: #000;
}

.blog-excerpt {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.blog-readmore a {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  text-decoration: none;
  color: #000;
}

/* Mobile */
@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-header h2 {
    font-size: 32px;
  }
  .blog-date {
    position: relative !important;
    left: 0;
    top: 20px !important;
    background: #efe1c5;
    padding: 12px 10px;
    writing-mode: unset !important;
    text-orientation: mixed;
    font-size: 12px;
    letter-spacing: 2px;
    width: 30%;
    margin-bottom: 20px;
}
}
/* END_SECTION:blog-featured */

/* START_SECTION:custom-header (INDEX:19) */
/* ================= STATIC CSS ONLY ================= */

.announcement-bar {
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 0;
}

.announcement-marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee linear infinite;
}

.announcement-marquee span {
  padding-right: 60px;
}

.announcement-marquee:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

/* ================= HEADER ================= */

.site-header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  background: #fcf7eef2 !important;
  clear: both;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
}

.announcement-bar {
  height: 31px !important;
}

.header-logo img {
  max-height: 40px;
}

.header-nav {
  display: flex;
  gap: 28px;
}

.header-nav a {
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  
}

.header-icons {
  display: flex;
  gap: 18px;
  align-items: center;
}

.header-icons a {
  text-decoration: none;
}

/* ===== TOGGLE BUTTON ===== */
.menu-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
}

/* ===== MOBILE MENU ===== */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  padding: 25px;
  transition: left 0.35s ease;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mobile-close {
  font-size: 22px;
  cursor: pointer;
  text-align: right;
  margin-bottom: 20px;
}
header.site-header {
    display: flex;
    align-items: anchor-center;
    justify-content: space-around;
    padding: 10px;
    margin-bottom: 50px;
}
/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .header-logo {
    width: 33% !important;
}
.header-logo img {
    max-height: fit-content;
    width: 100%;
}
}
/* END_SECTION:custom-header */

/* START_SECTION:imported-products (INDEX:37) */
.imported-products {
  padding: 80px 0;
  background: #faf6ee;
}

.imported-header {
  text-align: center;
  margin-bottom: 50px;
}

.imported-header span {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
}

.imported-header h2 {
  font-size: 42px;
  margin-top: 10px;
  color: #000;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.product-card {
  
  position: relative;
  overflow: hidden;
}

/* IMAGE */
.product-image {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.4s ease;
}

.product-image img.secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.product-card:hover img.primary {
  opacity: 0;
}

.product-card:hover img.secondary {
  opacity: 1;
}

/* ICONS */
.product-icons {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: 0.3s ease;
}

.product-card:hover .product-icons {
  opacity: 1;
}

.product-icons button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #efe1c5;
  font-size: 16px;
  cursor: pointer;
}

/* ADD TO CART */
.add-to-cart {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  background: #e8d7b9;
  text-align: center;
  padding: 14px 0;
  transition: 0.3s ease;
}

.product-card:hover .add-to-cart {
  bottom: 0;
}

.add-to-cart button {
  background: none;
  border: none;
  font-size: 13px;
  letter-spacing: 2px;
  cursor: pointer;
}

/* INFO */
.product-info {
  text-align: center;
  padding: 18px 10px 22px;
}

.product-info h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #000;
}

.product-info .price {
  font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* END_SECTION:imported-products */

/* START_SECTION:logo-carousel (INDEX:39) */
.logo-carousel {
  background: #fff;
  padding: 60px 0;
  overflow: hidden;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 80px;
  animation: scroll 25s linear infinite;
}

.logo-item img {
  max-height: 60px;
  width: auto;
  opacity: 0.9;
}

.logo-wrapper {
  display: flex;
  width: max-content;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .logo-track {
    gap: 40px;
  }

  .logo-item img {
    max-height: 45px;
  }
}
/* END_SECTION:logo-carousel */

/* START_SECTION:main-blog-post (INDEX:45) */
.blog-wrapper {
  background: #fbf4e9;
  padding: 80px 20px;
}

.blog-container {
  max-width: {{ section.settings.content_width }};
  margin: 0 auto;
  background: #fbf4e9;
}

.blog-featured-image {
  margin-bottom: 40px;
}

.blog-featured-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
}

.blog-title {
  font-family: serif;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 25px;
}

.blog-content {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

.blog-content p {
  margin-bottom: 20px;
}

.blog-divider {
  border-top: 1px solid #ddd;
  margin: 60px 0;
}

.blog-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.blog-nav a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  max-width: 45%;
}

.blog-nav img {
  width: 80px;
  height: auto;
  margin-bottom: 8px;
}

/* MOBILE */
@media (max-width: 768px) {
  .blog-title {
    font-size: 30px;
  }
  .blog-nav {
    flex-direction: column;
  }
}
/* END_SECTION:main-blog-post */

/* START_SECTION:main-collection-custom (INDEX:50) */
/* ================= COLLECTION LAYOUT ================= */

.collection-wrapper {
  background: #fff;
  padding: 60px 30px;
}

.collection-container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  max-width: 1400px;
  margin: auto;
}

/* ================= SIDEBAR ================= */

.collection-sidebar {
 
  
  font-size: 14px;
  
}

.filter-box {
  border: 1px solid #e4dcc8;
  padding: 15px;
  margin-bottom: 25px;
  background: #f1c7b9;
}

.filter-box h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  background: #de856b;
  padding: 10px;
  color: #fff;
}

/* SEARCH */

.search-box {
  position: relative;
}

.search-box input {
  width: 100%;
  padding: 10px 35px 10px 10px;
  border: 1px solid #d5ccb7;
}

.search-box svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  opacity: 0.6;
}

/* FILTER LIST */

.filter-box label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  cursor: pointer;
}

/* PRICE SLIDER */

.price-amount {
  font-size: 13px;
  margin-bottom: 10px;
}

.price-filter input[type="range"] {
  width: 100%;
  margin: 8px 0;
}

.price-filter button {
  margin-top: 12px;
  width: 100%;
  padding: 10px;
  background: #de856b;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

/* ================= PRODUCTS ================= */

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* ================= PRODUCT CARD ================= */

.product-card {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.product-image {
  position: relative;
}

.product-image img.second {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: .4s;
}

.product-card:hover img.second {
  opacity: 1;
}

/* ACTION ICONS */

.product-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transition: .3s;
}

.product-card:hover .product-icons {
  opacity: 1;
}

.icon-btn {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ADD TO CART */

.cart-hover {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 10px;
  transition: .3s;
}

.product-card:hover .cart-hover {
  bottom: 0;
}

/* ================= QUICK VIEW ================= */

.quick-view {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.quick-view.active {
  display: flex;
}

.quick-box {
  background: #fff;
  max-width: 900px;
  width: 100%;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  position: relative;
}

.quick-close {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  font-size: 18px;
}

.product-card button {
  background: #de856b;
  border: 0;
  padding: 10px;
  width: 100%;
}

/* ================= MOBILE FILTER ================= */

.mobile-filter-toggle {
  display: none;
  margin-bottom: 20px;
}

.mobile-filter-toggle button {
  width: 100%;
  padding: 12px;
  background: #de856b;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.filter-close {
  display: none;
  font-size: 18px;
  text-align: right;
  margin-bottom: 15px;
  cursor: pointer;
}

/* MOBILE */

@media (max-width: 900px) {
  .collection-container {
    grid-template-columns: 1fr;
  }

  .collection-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .collection-sidebar {
    display: none;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
  }

  .collection-sidebar.active {
    display: block;
  }

  .mobile-filter-toggle {
    display: block;
  }

  .filter-close {
    display: block;
  }
}

@media (max-width: 600px) {
  .collection-grid {
    grid-template-columns: 1fr;
  }
}
/* END_SECTION:main-collection-custom */

/* START_SECTION:testimonial-elegant (INDEX:78) */
.testimonial-section {
  position: relative;
  padding: 100px 20px;
  overflow: hidden;
  background-color: #f1c7b9;
}

.testimonial-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
 
}

.testimonial-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.testimonial-content {
  position: relative;
    z-index: 2;
  max-width: 900px;
  margin: auto;
  text-align: center;
  color: #000;
}

.testimonial-subtitle {
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  color: #000;
}

.testimonial-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
}

.testimonial-stars {
  margin-bottom: 25px;
  color: #c57c45;
  letter-spacing: 4px;
}

.testimonial-item {
  display: none;
}

.testimonial-item.active {
  display: block;
}

.testimonial-text {
  font-size: 20px;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 30px;
  color: #000;
  font-weight: 700;
}

.testimonial-author {
  font-size: 13px;
  letter-spacing: 2px;
  color: #000;
}

.testimonial-author span {
  color: #c57c45;
}

.testimonial-avatar img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-top: 20px;
}

/* Arrows */
.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  z-index: 5;
}

.testimonial-arrow.left { left: 30px; }
.testimonial-arrow.right { right: 30px; }

@media (max-width: 768px) {
  .testimonial-title { font-size: 30px; }
  .testimonial-text { font-size: 16px; }
  .testimonial-arrow { display: none; }
}
/* END_SECTION:testimonial-elegant */

/* START_SECTION:usp-bar (INDEX:80) */
.usp-bar {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

.usp-bar::before,
.usp-bar::after {
  content: "";
  position: absolute;
  inset: 0;
}

.usp-wrap {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;
  gap: 40px;
}

.usp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.usp-icon img {
  width: 44px;
  height: auto;
}

.usp-label {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color:#000;

}

.usp-title {
  font-size: 20px;
  font-weight: 700;
  color:#000;
}

/* Mobile */
@media (max-width: 768px) {
  .usp-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
/* END_SECTION:usp-bar */