/* Monthly Best Sell slider */
.best-sell-slider-wrap {
    padding: 0 10px;
}

.best-sell-slider-wrap .best-sell-slide {
    padding: 0 10px;
}

.best-sell-slider-wrap .best-sell-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.best-sell-slider-wrap .best-sell-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.best-sell-slider-wrap .best-sell-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 991px) {
    .best-sell-slider-wrap .best-sell-card img {
        height: 280px;
    }
}

@media (max-width: 575px) {
    .best-sell-slider-wrap .best-sell-card img {
        height: 240px;
    }
}

/* Home header banner from tbl_banners */
.home-banner-slider {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.home-banner-slider .home-banner-slick,
.home-banner-slider .home-banner-slick .slick-list,
.home-banner-slider .home-banner-slick .slick-track,
.home-banner-slider .single-hero-slider {
    height: auto !important;
}

.home-banner-slider .hero-slider-1 {
    height: auto !important;
}

.home-banner-slider .hero-slider-1 img {
    max-height: none !important;
}

.home-banner-slide {
    width: 100%;
    line-height: 0;
    background: #f5f5f5;
}

.home-banner-slide img {
    width: 100%;
    height: auto;
    max-height: none;
    display: block;
    object-fit: contain;
    object-position: center center;
}

.home-banner-slider .slider-arrow {
    opacity: 1;
}

.home-banner-slider .slider-btn {
    background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
    .home-banner-slide img {
        width: 100%;
        height: auto;
    }
}

/* Popular Categories image fit */
.popular-categories .card-1 {
    overflow: hidden;
}

.popular-categories .card-1 figure {
    position: relative;
    width: calc(100% - 20px);
    height: 0;
    padding-bottom: 100%;
    margin: 10px;
    border-radius: 12px;
    overflow: hidden;
    display: block;
    background: #f7f7f7;
}

.popular-categories .card-1 figure a {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-categories .card-1 figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

/* Product name - max 2 lines with ellipsis */
.product-cart-wrap .product-content-wrap h2 {
    margin: 6px 0 10px;
    min-height: 2.6em;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: #253d4e;
}

.product-cart-wrap .product-content-wrap h2 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    color: #253d4e;
    font-family: "Spartan", "Lato", "Segoe UI", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

.product-cart-wrap .product-content-wrap h2 a:hover {
    color: #3bb77e;
}

@media (max-width: 575px) {
    .popular-categories .card-1 figure {
        width: calc(100% - 16px);
        margin: 8px;
        padding-bottom: 100%;
    }

    .product-cart-wrap .product-content-wrap h2,
    .product-cart-wrap .product-content-wrap h2 a {
        font-size: 13px;
        min-height: 2.5em;
    }
}

/* Single-line site header */
.site-header-simple {
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 8px 0;
    z-index: 100;
}

.site-header-simple .header-wrap {
    min-height: 100px;
    gap: 20px;
}

.site-header-simple .logo.logo-width-1 {
    margin-right: 0;
    flex-shrink: 0;
}

.site-header-simple .logo.logo-width-1 a {
    display: inline-block;
    line-height: 0;
}

.site-header-simple .logo.logo-width-1 a img {
    width: auto !important;
    min-width: 0 !important;
    height: 90px;
    max-height: 90px;
    object-fit: contain;
    display: block;
}

.site-header-simple .header-nav {
    flex: 1;
    justify-content: center;
}

.site-header-simple .main-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header-simple .main-menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 600;
    color: #253d4e;
    white-space: nowrap;
}

.site-header-simple .main-menu > li.active > a,
.site-header-simple .main-menu > li:hover > a {
    color: #3bb77e;
}

.site-header-simple .main-menu .sub-menu {
    min-width: 200px;
}

.site-header-simple .hotline {
    margin-left: 10px;
}

.site-header-simple .header-whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #253d4e;
}

.site-header-simple .header-whatsapp-icon {
    width: 28px;
    height: 28px;
    color: #25d366;
    flex-shrink: 0;
}

.site-header-simple .header-whatsapp-number {
    font-size: 15px;
    font-weight: 700;
    color: #253d4e;
    line-height: 1.2;
}

.site-header-simple .header-whatsapp-link:hover .header-whatsapp-number {
    color: #25d366;
}

.site-header-simple .burger-icon {
    margin-left: 8px;
}

.mobile-header-logo a img {
    width: auto !important;
    max-width: 160px;
    height: 80px;
    object-fit: contain;
}

/* Centered contact footer */
.site-footer-simple {
    margin-top: 40px;
    background:
        radial-gradient(ellipse at top, rgba(201, 162, 84, 0.12), transparent 55%),
        linear-gradient(180deg, #141414 0%, #0b0b0b 100%);
    color: #f3e9d7;
}

.site-footer-simple .footer-contact-section {
    padding: 56px 0 40px;
}

.site-footer-simple .footer-contact-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.site-footer-simple .footer-brand {
    margin-bottom: 28px;
}

.site-footer-simple .footer-brand img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    display: block;
    margin: 0 auto 14px;
    border-radius: 50%;
}

.site-footer-simple .footer-brand h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #f6e7c8;
}

.site-footer-simple .footer-contact-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.site-footer-simple .footer-contact-list li {
    margin: 0 0 18px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(201, 162, 84, 0.18);
}

.site-footer-simple .footer-contact-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.site-footer-simple .footer-label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c9a254;
}

.site-footer-simple .footer-contact-list p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #f3e9d7;
}

.site-footer-simple .footer-contact-list a {
    color: #f3e9d7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-simple .footer-contact-list a:hover {
    color: #c9a254;
}

.site-footer-simple .footer-social {
    margin-top: 8px;
}

.site-footer-simple .footer-social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.site-footer-simple .footer-social-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 130px;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid rgba(201, 162, 84, 0.35);
    border-radius: 999px;
    color: #f6e7c8;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.site-footer-simple .footer-social-links a:hover {
    background: rgba(201, 162, 84, 0.12);
    border-color: #c9a254;
    transform: translateY(-2px);
}

.site-footer-simple .footer-social-links img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.site-footer-simple .footer-social-links span {
    font-size: 14px;
    font-weight: 600;
}

.site-footer-simple .footer-copy {
    border-top: 1px solid rgba(201, 162, 84, 0.18);
    padding: 16px 0;
    text-align: center;
}

.site-footer-simple .footer-copy p {
    margin: 0;
    font-size: 13px;
    color: rgba(243, 233, 215, 0.65);
}

/* Our Products section header */
.product-tabs .tab-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    border-bottom: 0;
}

.product-tabs .tab-header .section-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #253d4e;
}

/* Remove template decorative gray panel behind products */
.bg-square {
    display: none !important;
}

/* Product details gallery */
.product-detail .detail-gallery .product-image-slider figure {
    background: #f7f7f7;
    text-align: center;
}

.product-detail .detail-gallery .product-image-slider img {
    max-height: 520px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.product-detail .detail-gallery .slider-nav-thumbnails img {
    height: 80px;
    width: 100%;
    object-fit: contain;
    background: #f7f7f7;
}

.product-detail .product-long-description img {
    max-width: 100%;
    height: auto;
}

.product-detail .attr-detail .size-filter li a {
    min-width: 40px;
    text-align: center;
}

.product-detail .attr-color .color-filter {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-detail .attr-color .color-filter li {
    margin: 0;
}

.product-detail .attr-color .color-filter a {
    display: inline-flex;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.product-detail .attr-color .color-filter li.active a,
.product-detail .attr-color .color-filter a:hover {
    border-color: #3bb77e;
}

.product-detail .attr-color .product-color-swatch {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.product-detail .attr-color .product-color-swatch.is-light {
    border-color: #d0d0d0;
}

.product-whatsapp-action {
    margin-top: 6px;
}

.product-whatsapp-action .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 220px;
    background: #25d366;
    border: 1px solid #25d366;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none !important;
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.28);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.product-whatsapp-action .btn-whatsapp:hover {
    background: #1ebe57;
    border-color: #1ebe57;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(37, 211, 102, 0.35);
}

.product-whatsapp-action .whatsapp-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

@media (max-width: 575px) {
    .product-whatsapp-action .btn-whatsapp {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 575px) {
    .site-footer-simple .footer-contact-section {
        padding: 40px 0 28px;
    }

    .site-footer-simple .footer-brand img {
        width: 90px;
        height: 90px;
    }

    .site-footer-simple .footer-brand h4 {
        font-size: 18px;
    }

    .site-footer-simple .footer-social-links a {
        min-width: 120px;
    }
}

@media (max-width: 991px) {
    .site-header-simple {
        padding: 8px 0;
    }

    .site-header-simple .header-wrap {
        min-height: 78px;
    }

    .site-header-simple .logo.logo-width-1 a img {
        height: 68px;
        max-height: 68px;
    }
}
