:root {
    --sf-orange: #ff6d02;
    --sf-orange-dark: #e25f00;
    --sf-orange-soft: #fff3e8;
    --sf-ink: #1c1917;
    --sf-muted: #6b6560;
    --sf-line: #ece7e1;
    --sf-bg: #f7f4f0;
    --sf-card: #ffffff;
    --sf-nav: #1f140d;
    --sf-radius: 16px;
    --sf-shadow: 0 10px 30px rgba(28, 25, 23, 0.08);
    --sf-shadow-lg: 0 18px 50px rgba(28, 25, 23, 0.12);
}

body {
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    background: var(--sf-bg);
    color: var(--sf-ink);
}

.wrapper {
    background: var(--sf-bg);
}

img {
    max-width: 100%;
}

/* Header */
.header-top.header-top-two {
    background: var(--sf-nav);
    color: #f5efe8;
    border-bottom: 0;
    padding: 8px 0;
}

.header-top-left ul span,
.header-top-left ul > li > a,
.header-top-right ul > li > a {
    color: #f5efe8 !important;
    font-size: 13px;
}

.header-top-right ul > li > a {
    border-right: 0 !important;
}

.header-middle.white-bg {
    background: #fff;
    padding: 14px 0 8px;
    box-shadow: 0 1px 0 var(--sf-line);
}

.company-logo img {
    max-height: 58px;
    width: auto;
}

.categorie-search-box form {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--sf-line);
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(28, 25, 23, 0.04);
}

.categorie-search-box .form-group {
    margin: 0 !important;
    min-width: 150px;
}

.categorie-search-box .bootstrap-select,
.categorie-search-box select {
    border: 0;
    height: 46px;
    padding: 0 12px;
    background: var(--sf-orange-soft);
    color: var(--sf-ink);
    font-weight: 600;
}

.categorie-search-box input {
    height: 46px !important;
    border: 0 !important;
    padding: 0 48px 0 16px !important;
    background: transparent;
}

.categorie-search-box input::placeholder {
    color: #a8a29c !important;
}

.categorie-search-box button {
    background: var(--sf-orange) !important;
    border-radius: 50%;
    height: 36px !important;
    width: 36px !important;
    line-height: 36px !important;
    top: 5px !important;
    right: 6px !important;
}

.cart-box > ul > li > span {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--sf-orange-soft);
}

.cart-box .ion-bag {
    color: var(--sf-orange);
}

.header-bottom.orang-bg,
.header-bottom.header-bottom-two {
    background: var(--sf-nav) !important;
    border-radius: 0;
}

.header-bottom-list > li > a {
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    padding: 16px 14px;
}

.cart-box-width {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--sf-shadow-lg);
}

.header-bottom-list > li > a:hover {
    color: var(--sf-orange) !important;
}

.vertical-menu > span,
.vertical-menu-two > span.categorie-title {
    background: var(--sf-orange) !important;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
    text-transform: none;
}

.vertical-menu-list {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    box-shadow: var(--sf-shadow);
}

.mean-container .mean-bar {
    background: var(--sf-nav) !important;
    border-radius: 10px;
}

/* Hero / slider */
.main-page-banner {
    padding: 28px 0 10px;
}

.slider-wrapper,
.nivoSlider,
.nivoSlider img {
    border-radius: 20px;
    overflow: hidden;
}

.slider-wrapper.theme-default {
    box-shadow: var(--sf-shadow);
}

.right-sider-banner {
    background: var(--sf-card);
    border-radius: var(--sf-radius);
    padding: 16px;
    height: 100%;
    box-shadow: var(--sf-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-sider-banner .single-product {
    border: 0;
    box-shadow: none;
}

.right-sider-banner .pro-img img {
    border-radius: 12px;
}

.right-sider-banner .btn {
    border-radius: 999px;
    padding: 8px 18px;
}

/* Product rows */
.out-products {
    margin-bottom: 28px;
}

.sf-search-banner {
    background: #fff;
    border-radius: var(--sf-radius);
    padding: 16px 20px;
    box-shadow: var(--sf-shadow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.main-pro-area .post-title,
.more-featured-pro .post-title,
.latest-blog .post-title {
    background: transparent !important;
    min-height: auto;
    padding: 0 !important;
}

.main-pro-area .post-title h2,
.more-featured-pro .post-title h2,
.latest-blog .post-title h2 {
    height: auto;
}

.post-title a {
    color: var(--sf-ink) !important;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
}

.post-title:hover {
    background: transparent !important;
}

.post-title img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 10px;
}

.featured-pro-active .single-product,
.shop-product-grid .product-card {
    background: var(--sf-card);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--sf-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.featured-pro-active .single-product:hover,
.shop-product-grid .product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sf-shadow-lg);
}

.pro-img {
    background: #faf8f5;
    overflow: hidden;
}

.pro-img img,
.shop-product-grid .product-card img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    padding: 12px;
}

.pro-img img {
    box-shadow: none !important;
}

.pro-content {
    padding: 14px 14px 16px;
}

.pro-info h4 a {
    color: var(--sf-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.pro-info p {
    margin: 8px 0 0;
}

.pro-info .price {
    color: var(--sf-orange);
    font-size: 18px;
    font-weight: 800;
}

.pro-info .prev-price {
    color: #a8a29c;
    margin-left: 6px;
}

.actions-primary {
    display: flex;
    align-items: center;
    gap: 8px;
}

.actions-primary a:not(.btn-whatsapp),
.add-cart:before,
.actions-primary a:not(.btn-whatsapp)::before {
    border-radius: 999px;
}

.btn-add-to-cart {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    float: none;
}

.btn-wa {
    margin: 0;
    font-size: 1.6rem;
}

.owl-nav div {
    background: #fff !important;
    color: var(--sf-ink);
    border-radius: 50%;
    box-shadow: var(--sf-shadow);
    top: -42px;
}

.owl-nav div:hover {
    background: var(--sf-orange) !important;
    color: #fff;
}

/* Product details */
.main-product-thumbnail {
    padding-top: 28px;
}

.thumb-bg {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: var(--sf-shadow);
}

.product-header {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
}

.pro-price .price {
    font-size: 28px;
    font-weight: 800;
    color: var(--sf-orange);
}

.pro-price .prev-price {
    color: #a8a29c;
    margin-right: 10px;
}

.saving-price {
    background: var(--sf-orange-soft);
    color: var(--sf-orange-dark);
    border-radius: 999px;
    padding: 4px 10px;
    font-weight: 700;
    margin-left: 10px;
}

.pro-desc-details {
    color: var(--sf-muted);
    line-height: 1.7;
}

.sf-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.quantity,
.input-add-to-cart-qty {
    height: 44px;
    border-radius: 12px;
    border: 1px solid var(--sf-line);
    padding: 0 12px;
    width: 88px;
}

.btn-add-to-cart.add-cart {
    width: auto !important;
    height: 44px !important;
    border-radius: 12px !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.btn-add-to-cart.add-cart span {
    position: static !important;
    top: auto !important;
    left: auto !important;
}

.sf-goto-cart {
    height: 44px;
    border-radius: 12px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
}

.in-stock {
    background: #ecfdf3;
    color: #067647;
    padding: 6px 10px;
    border-radius: 10px;
    font-weight: 600;
}

.main-thumb-desc.tabs-area {
    border: 0;
    gap: 8px;
}

.main-thumb-desc.tabs-area a {
    background: #fff;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
}

.main-thumb-desc.tabs-area a.active {
    background: var(--sf-orange);
    color: #fff;
}

.thumb-content.border-default {
    background: #fff;
    border: 0;
    border-radius: 20px;
    padding: 24px;
    box-shadow: var(--sf-shadow);
}

#product-carousel img {
    border-radius: 16px;
    background: #faf8f5;
}

/* Shop */
.sf-page {
    padding: 28px 0 40px;
}

.sf-breadcrumb {
    background: transparent;
    padding: 0 0 18px;
}

.sf-breadcrumb .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.sf-sidebar,
.inner-left-menu {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: var(--sf-shadow);
}

.inner-left-menu h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
}

.list-css ul li a {
    display: block;
    padding: 8px 0;
    color: var(--sf-ink);
}

.list-css ul li a:hover,
.list-css ul li a.is-active {
    color: var(--sf-orange);
    font-weight: 700;
}

.shop-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 18px;
}

.shop-product-grid .product-card .caption {
    padding: 14px;
}

.shop-product-grid .product-name {
    font-size: 15px;
    font-weight: 700;
    min-height: 42px;
}

.shop-product-grid .product-price {
    color: var(--sf-orange);
    font-size: 18px;
    font-weight: 800;
}

.shop-product-grid .product-price del {
    color: #a8a29c;
    font-size: 14px;
    font-weight: 500;
    margin-left: 6px;
}

.products-section {
    margin-bottom: 28px;
}

.products-section h2 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 16px;
}

/* CMS pages */
.sf-hero {
    background: linear-gradient(135deg, #1f140d 0%, #4a2a12 55%, #ff6d02 140%);
    color: #fff;
    border-radius: 24px;
    padding: 48px 32px;
    margin-bottom: 24px;
    box-shadow: var(--sf-shadow-lg);
}

.sf-hero h1,
.sf-hero h2 {
    font-weight: 800;
    margin-bottom: 10px;
}

.sf-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: var(--sf-shadow);
    height: 100%;
}

.sf-card h3 {
    font-weight: 800;
    margin-bottom: 10px;
}

.sf-empty,
.sf-404 {
    text-align: center;
    padding: 70px 20px;
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--sf-shadow);
}

.sf-404 .code {
    font-size: 72px;
    font-weight: 800;
    color: var(--sf-orange);
    line-height: 1;
}

/* Support + footer */
.support-area {
    padding: 10px 0 40px;
}

.single-support {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: var(--sf-shadow);
    height: 100%;
}

.support-icon {
    color: var(--sf-orange);
    margin-right: 12px;
    font-size: 28px;
}

.store-footer {
    background: var(--sf-nav);
    color: #f5efe8;
    padding-top: 48px;
}

.store-footer a {
    color: #f5efe8;
}

.store-footer .footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 16px;
}

.store-footer .footer-list li {
    margin-bottom: 8px;
}

.logo-footer img {
    max-height: 48px;
    width: auto;
}

.store-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
    margin-top: 24px;
}

.contact-wa-icon img {
    width: 56px;
    filter: drop-shadow(0 8px 16px rgba(37, 211, 102, 0.4));
}

#wa-popup .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

#wa-popup .modal-header {
    border: 0;
}

#scrollUp {
    background: var(--sf-orange) !important;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .categorie-search-box form {
        border-radius: 14px;
    }

    .product-header {
        font-size: 22px;
    }

    .sf-hero {
        padding: 32px 20px;
    }
}
