:root {
    --primary-color: #f15c24;
    --text-color: #ffffff;
    --success-color: #f15c24;
}

body {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    color: #2a293e !important;
    background-color: #fff !important;
	letter-spacing: 0.2px;
}

h1, h2, h3, h4, h5, h6, .product-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #2a293e !important;
}

.site-nav > li > a {
    font-family: 'Inter', sans-serif !important;
}

.site-nav > li.site-nav--active a {
    color: #ed6a35 !important;
}

.site-nav > li > a:hover {
  color: #ed6a35 !important;
}

.nav-title span {
    font-weight: 600;
    color: #2a293e !important;
}

.img-fluid-logo {
    max-width: 55% !important;
    height: auto;
    padding: 10px;
    padding-left: 35px;
}

.sticky-menu-active .img-fluid-logo {
    max-width: 50% !important;
}

/* ===== Buttons ===== */
.products-grid .btn,
.products-grid button {
    width: 100% !important;
    margin-top: 5px !important;
    background: linear-gradient(135deg, #2a293e, #1f1e35) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    transition: all 0.3s ease !important;
}

.products-grid .btn:hover,
.products-grid button:hover {
    background: linear-gradient(135deg, #1f1e35, #2a293e) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2) !important;
}

.products-grid .btn:active,
.products-grid button:active {
    transform: scale(0.98) !important;
}

/* ===== Badges ===== */
.badge_sale .badge--sale-rt {
    background: #A69880 !important;
    color: #2a293e !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15) !important;
}

.badge_sale .badge {
    background: #2a293e !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15) !important;
}

.badge_sale .badge--sale-pt {
    background: #ee2f1d !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15) !important;
}

/* ===== Product Card ===== */
.products-grid .row2 > div > div {
    background: #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    border: 1px solid #eee !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
    position: relative !important;
}

.products-grid .row2 > div > div:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

/* ===== Rating Stars ===== */
.products-grid .rating i {
    color: #A69880 !important;
    font-size: 13px !important;
}

.products-grid .rating span {
    color: #2a293e !important;
    font-size: 12px !important;
    margin-left: 4px !important;
}

/* ===== Wishlist Heart ===== */
.products-grid .wishlist i {
    color: #A69880 !important;
}

/* ===== Price ===== */
.products-grid .price {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #2a293e !important;
}

.products-grid .old-price {
    font-size: 13px !important;
    color: #aaa !important;
    text-decoration: line-through !important;
    margin-left: 6px !important;
}

/* ===== Hover Effects ===== */
/* Base image */
.products-grid img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 10px 10px 0 0 !important;
    transition: transform 0.3s ease, border-radius 0.3s ease !important;
}

/* Hover effect */
.products-grid img:hover {
    transform: scale(1.05) !important;
    border-radius: 20px 20px 0 0 !important; /* noticeable curve */
}

.item-product:hover::before {
    border-radius: 15px;
    height: calc(100% + 35px) !important;
}

.section-slideshow .slick-arrow {
    background: #00000012 !important;
}

.section-slideshow .slick-arrow:hover {
    background: #8080806e !important;
}

.item-product .product__info {
    padding-left: 2px !important;
}

@media (min-width: 1200px) {
    .item-product .formAddToCart .btnAddToCart {
        min-width: 165px !important;
    }
}

#_desktop_back_top span {
    color: #f15c24 !important;
    border: 1px solid #f15c24 !important;
}

.site-header__search .site_header__search .search-header__submit:hover {
    background: #f15c24 !important;
}

.header-top {
  background: #0c0b18 !important;
}

/* .site-header .icon-account { */
    /* display: block; */
    /* width: 16px; */
    /* height: 14px; */
    /* background: url(icon-fashionfc8a_xoro.png?v=1150233…) no-repeat !important; */
    /* background-position: 0 -54px; */
/* } */

/* .site-header .icon-account:hover { */
    /* background-position: -19px -54px; */
/* } */

/* ===== Section Background ===== */
.section-policy {
    background: #f9f7f3;
    padding: 40px 0;
}

/* ===== Policy Card ===== */
.nov-policy-item {
    padding: 12px;
}

.nov-policy-item .block_content {
    /* background: #ffffff; */
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    /* border: 1px solid rgba(166, 152, 128, 0.15); */
}

/* Hover Effect */
.nov-policy-item .block_content:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(42, 41, 62, 0.08);
    border-color: #A69880;
}

/* ===== Content Layout ===== */
.content-policy {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

/* ===== Icon ===== */
.policy-icon img {
    width: 50px !important;
    height: auto;
    transition: transform 0.3s ease;
}

.nov-policy-item .block_content:hover .policy-icon img {
    transform: scale(1.1);
}

/* ===== Title ===== */
.title-policy {
    font-size: 16px;
    font-weight: 600;
    color: #2a293e;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

/* ===== Description ===== */
.desc-policy {
    font-size: 13px;
    color: #6f6d7a;
    line-height: 1.6;
}

/* ===== Responsive Fix ===== */
@media (max-width: 768px) {
    .content-policy {
        flex-direction: row;
    }

    .title-policy {
        font-size: 15px;
    }

    .desc-policy {
        font-size: 12px;
    }
}

.nov-policy-item .block_content::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, #A69880, #2a293e);
    transition: width 0.3s ease;
    margin-top: 12px;
}

.nov-policy-item .block_content:hover::after {
    width: 100%;
}

/* ===== Section ===== */
.section-policy {
    padding: 20px 0; /* reduced */
}

/* ===== Grid spacing ===== */
.nov-policy-item {
    padding: 6px; /* reduced from 12px */
}

/* ===== Card ===== */
.nov-policy-item .block_content {
    padding: 14px; /* reduced */
    border-radius: 10px;
}

/* ===== Content layout ===== */
.content-policy {
    gap: 10px !important; /* reduced */
}

/* ===== Title ===== */
.title-policy {
    font-size: 14px;
    margin-bottom: 4px; /* reduced */
}

/* ===== Description ===== */
.desc-policy {
    font-size: 12px;
    line-height: 1.4; /* tighter text */
}

/* ===== Remove extra internal spacing ===== */
.policy-info {
    margin: 0;
    padding: 0;
}

/* ===== Optional: tighter row ===== */
.row.no-gutters {
    margin-right: -5px;
    margin-left: -5px;
}

.section-policy {
    padding: 0px 0 !important;
}