.header .header__top {
    background-color: #f1f1f1;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 22px 0;
}

.navigation {
    background-color: #ebebeb;
}

/* Top Callback Bar */
.top-callback-bar {
    background-color: #9b844f;
    width: 100%;
}

.callback-container {
    display: flex;
    justify-content: flex-end;   /* Right align */
    align-items: center;
    gap: 20px;
    padding: 8px 15px;
}

.callback-btn {
    background-color: #ffffff;
    color: #9b844f;
    padding: 6px 18px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.callback-btn:hover {
    background-color: #f5f5f5;
}

.callback-number {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.ps-breadcrumb .breadcrumb a {
    color: #000000;
    line-height: 20px;
}

.ps-block--store-2 .ps-block__author .ps-btn {
    background-color: #000f23;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    left: 30px;  /* Changed from right to left */
    background-color: #000f23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: transform 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.header--mobile {
    background-color: #f1f1f1;
    border-bottom: 0;
    left: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.header--mobile.header--sticky .navigation--mobile {
    background-color: #f1f1f1;
    -ms-box-shadow: 0 0 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.ps-product .ps-product__title {
    --max-lines: 2;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
    max-height: calc(1.2em * var(--max-lines));
    overflow: hidden;
    padding: 0 .625rem 5px 0;
}

/* 4 columns product grid — Martfury / Botble */

/* XL screens (≥1200px): 4 columns */
.ps-layout__right .col-xl-2 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* LG screens (≥992px): 4 columns */
@media (min-width: 992px) {
  .ps-layout__right .col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* MD screens (768px–991px): 3 columns */
@media (min-width: 768px) and (max-width: 991px) {
  .ps-layout__right .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

/* SM screens (576px–767px): 2 columns */
@media (min-width: 576px) and (max-width: 767px) {
  .ps-layout__right .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .ps-layout__right .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Reduce gaps between product cards */

/* Reduce Bootstrap gutter */
.ps-layout__right .row {
  --bs-gutter-x: 0.4rem;
}

/* Reduce card padding */
.ps-layout__right .ps-product {
  padding: 7px;
}

.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 99999; }
.wa-bubble { display: none; position: absolute; bottom: 76px; right: 0; width: 270px; background: #fff; border-radius: 16px 16px 4px 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.18); padding: 16px; box-sizing: border-box; font-family: sans-serif; }
.wa-bubble.wa-show { display: block; animation: waFadeIn 0.35s ease forwards; }
@keyframes waFadeIn { from { opacity:0; transform:scale(0.85) translateY(10px); } to { opacity:1; transform:scale(1) translateY(0); } }
.wa-bubble-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.wa-avatar { width: 40px; height: 40px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wa-avatar svg { width: 22px; height: 22px; fill: white; }
.wa-bname { margin: 0; font-size: 14px; font-weight: 700; color: #111; }
.wa-status { margin: 0; font-size: 12px; color: #25D366; }
.wa-msg { margin: 0 0 14px; font-size: 14px; color: #444; line-height: 1.5; }
.wa-cta { display: inline-flex; align-items: center; gap: 6px; background: #25D366; color: #fff !important; font-size: 13px; font-weight: 600; padding: 9px 18px; border-radius: 20px; text-decoration: none; }
.wa-close { position: absolute; top: 8px; right: 10px; background: none; border: none; font-size: 20px; cursor: pointer; color: #999; line-height: 1; padding: 0 4px; }
.wa-btn { width: 60px; height: 60px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; cursor: pointer; border: none; box-shadow: 0 4px 12px rgba(0,0,0,0.25); transition: transform 0.2s; position: relative; }
.wa-btn:hover { transform: scale(1.08); }
.wa-btn svg { width: 32px; height: 32px; fill: white; }
.wa-ping { position: absolute; top: -2px; right: -2px; width: 14px; height: 14px; background: #ff3b30; border-radius: 50%; border: 2px solid white; animation: waPing 1.5s ease-in-out infinite; }
@keyframes waPing { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.4);opacity:0.6} }

@media (max-width: 768px) {
  .wa-float {
    bottom: 80px;
  }
}


[data-shortcode-name="featured-products"] .owl-stage {
    transform: none !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

[data-shortcode-name="featured-products"] .owl-item {
    width: auto !important;
    margin: 0 !important;
}

[data-shortcode-name="featured-products"] .owl-item:nth-child(n+5) {
    display: none !important;
}

[data-shortcode-name="featured-products"] .owl-dots,
[data-shortcode-name="featured-products"] .owl-nav {
    display: none !important;
}

@media (max-width: 767px) {
    [data-shortcode-name="featured-products"] .owl-stage {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

[data-shortcode-name="featured-products"] .owl-stage {
    transform: none !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

[data-shortcode-name="featured-products"] .owl-item {
    width: auto !important;
    margin: 0 !important;
}

[data-shortcode-name="featured-products"] .owl-item:nth-child(n+5) {
    display: none !important;
}

[data-shortcode-name="featured-products"] .owl-dots,
[data-shortcode-name="featured-products"] .owl-nav {
    display: none !important;
}

@media (max-width: 767px) {
    [data-shortcode-name="featured-products"] .owl-stage {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}