
/* =========================================================
   SHOPMAVELLE — MODERN VIOLET / CORAL REDESIGN OVERRIDES
   Add this file AFTER the existing style.css
   ========================================================= */

:root {
    --mv-primary: #6B4EFF;
    --mv-primary-dark: #5738E6;
    --mv-accent: #FF7A59;
    --mv-dark: #1F2330;
    --mv-text: #3F4655;
    --mv-muted: #7B8190;
    --mv-bg: #F7F7FB;
    --mv-soft: #F0EEFF;
    --mv-white: #FFFFFF;
    --mv-border: #E8E8F0;
    --mv-shadow: 0 18px 50px rgba(42, 35, 90, 0.10);
    --mv-shadow-hover: 0 24px 65px rgba(42, 35, 90, 0.16);
    --mv-radius-sm: 10px;
    --mv-radius: 18px;
    --mv-radius-lg: 28px;
}

/* ---------- GLOBAL ---------- */

html {
    scroll-behavior: smooth;
}

body {
    background: var(--mv-bg);
    color: var(--mv-text);
    font-family: "Muli", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--mv-dark);
    font-weight: 700;
}

p {
    color: var(--mv-text);
}

a {
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: var(--mv-primary);
}

img {
    border-radius: inherit;
}

.spad {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section-title {
    margin-bottom: 52px;
}

.section-title h2 {
    color: var(--mv-dark);
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 22px;
}

.section-title h2:before {
    width: 54px;
    height: 4px;
    bottom: -12px;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--mv-primary), var(--mv-accent));
}

.section-title p {
    color: var(--mv-muted);
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* ---------- BUTTONS ---------- */

.primary-btn,
.site-btn,
.filter-widget .filter-btn,
.checkout-form .place-order .order-total .order-btn .place-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 30px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--mv-primary), var(--mv-primary-dark));
    color: var(--mv-white);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(107, 78, 255, 0.25);
    transition: all 0.3s ease;
}

.primary-btn:hover,
.site-btn:hover,
.filter-widget .filter-btn:hover,
.checkout-form .place-order .order-total .order-btn .place-btn:hover {
    color: var(--mv-white);
    background: linear-gradient(135deg, var(--mv-primary-dark), var(--mv-primary));
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(107, 78, 255, 0.34);
}

/* ---------- PRELOADER ---------- */

#preloder {
    background: var(--mv-white);
}

.loader {
    border: 4px solid rgba(107, 78, 255, 0.2);
    border-top-color: var(--mv-primary);
}

/* ---------- TOP HEADER ---------- */

.header-top {
    min-height: 44px;
    align-items: center;
    border-bottom: 1px solid var(--mv-border);
    background: var(--mv-dark);
}

.header-top .ht-left .mail-service,
.header-top .ht-left .phone-service,
.header-top .ht-right .login-panel,
.header-top .ht-right .top-social a,
.header-top .ht-right .lan-selector .ddcommon .ddTitle .ddTitleText span {
    color: rgba(255, 255, 255, 0.88);
}

.header-top .ht-left .mail-service,
.header-top .ht-right .login-panel,
.header-top .ht-right .top-social {
    border-color: rgba(255, 255, 255, 0.12);
}

.header-top a:hover {
    color: var(--mv-accent) !important;
}

/* ---------- MAIN HEADER ---------- */

.inner-header {
    padding: 22px 0;
    background: var(--mv-white);
    border-bottom: 1px solid var(--mv-border);
}

.inner-header .logo {
    padding: 4px 0;
}

.inner-header .logo img {
    max-height: 58px;
    width: auto;
}

.inner-header .advanced-search {
    height: 52px;
    overflow: hidden;
    border: 1px solid var(--mv-border);
    border-radius: 16px;
    background: var(--mv-bg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.inner-header .advanced-search .category-btn {
    color: var(--mv-dark);
    font-weight: 700;
}

.inner-header .advanced-search .input-group input {
    background: transparent;
    color: var(--mv-dark);
}

.inner-header .advanced-search .input-group input::placeholder {
    color: #A4A9B5;
}

.inner-header .advanced-search .input-group button {
    right: 0 !important;
    top: 0;
    height: 100%;
    border: 0;
    border-radius: 0 15px 15px 0;
    background: var(--mv-primary);
    color: var(--mv-white);
    padding: 0 20px;
}

.inner-header .nav-right li {
    margin-left: 18px;
}

.inner-header .nav-right li a,
.inner-header .nav-right li.heart-icon a,
.inner-header .nav-right li.cart-icon a,
.inner-header .nav-right li.cart-price {
    color: var(--mv-dark);
}

.inner-header .nav-right li.heart-icon a span,
.inner-header .nav-right li.cart-icon a span {
    background: var(--mv-accent);
    box-shadow: 0 4px 12px rgba(255, 122, 89, 0.35);
}

/* ---------- NAVIGATION ---------- */

.nav-item {
    background: var(--mv-white);
    border-bottom: 1px solid var(--mv-border);
    box-shadow: 0 8px 22px rgba(31, 35, 48, 0.04);
}

.nav-item .nav-depart .depart-btn {
    background: var(--mv-primary);
    color: var(--mv-white);
    border-radius: 12px 12px 0 0;
    padding: 16px 78px 16px 20px;
}

.nav-item .nav-menu li {
    margin-left: 0;
}

.nav-item .nav-menu li a {
    color: var(--mv-dark);
    border-right: 0;
    padding: 18px 28px 17px;
    font-size: 13px;
    letter-spacing: 0.4px;
    position: relative;
    background: transparent;
}

.nav-item .nav-menu li a:after {
    position: absolute;
    content: "";
    left: 28px;
    right: 28px;
    bottom: 10px;
    height: 3px;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--mv-primary), var(--mv-accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.nav-item .nav-menu li.active a,
.nav-item .nav-menu li:hover > a {
    color: var(--mv-primary);
    background: transparent;
}

.nav-item .nav-menu li.active a:after,
.nav-item .nav-menu li:hover > a:after {
    transform: scaleX(1);
}

.nav-item .nav-menu li .dropdown {
    top: 70px;
    border-radius: 14px;
    overflow: hidden;
    background: var(--mv-white);
    box-shadow: var(--mv-shadow);
    border: 1px solid var(--mv-border);
}

.nav-item .nav-menu li:hover .dropdown {
    top: 56px;
}

.nav-item .nav-menu li .dropdown li a {
    color: var(--mv-dark);
    padding: 13px 20px;
}

.nav-item .nav-menu li .dropdown li:hover > a {
    color: var(--mv-primary);
    background: var(--mv-soft);
}

.nav-item .nav-depart .depart-btn .depart-hover {
    border-radius: 0 0 16px 16px;
    box-shadow: var(--mv-shadow);
    border: 1px solid var(--mv-border);
}

.nav-item .nav-depart .depart-btn .depart-hover li.active a,
.nav-item .nav-depart .depart-btn .depart-hover li a:hover {
    color: var(--mv-primary);
    background: var(--mv-soft);
}

/* ---------- HERO ---------- */

.hero-items {
    background: var(--mv-bg);
}

.hero-items .single-hero-items {
    height: 680px;
    padding-top: 175px;
    background-position: center center;
    position: relative;
}

.hero-items .single-hero-items:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(247, 247, 251, 0.98) 0%,
        rgba(247, 247, 251, 0.88) 31%,
        rgba(247, 247, 251, 0.25) 57%,
        rgba(247, 247, 251, 0) 76%
    );
    pointer-events: none;
}

.hero-items .single-hero-items .container {
    position: relative;
    z-index: 2;
}

.hero-items .single-hero-items span {
    color: var(--mv-primary);
    font-size: 13px;
    letter-spacing: 3px;
}

.hero-items .single-hero-items h1 {
    max-width: 610px;
    color: var(--mv-dark);
    font-size: 68px;
    line-height: 1.05;
    letter-spacing: -2px;
}

.hero-items .single-hero-items p {
    max-width: 520px;
    color: var(--mv-text);
    font-size: 18px;
    line-height: 1.75;
}

.hero-items .off-card {
    left: 53%;
    top: 125px;
    width: 150px;
    height: 150px;
    padding-top: 38px;
    background: linear-gradient(135deg, var(--mv-accent), #FF9B7F);
    box-shadow: 0 18px 45px rgba(255, 122, 89, 0.30);
}

.hero-items .off-card:after {
    border-color: rgba(255, 255, 255, 0.9);
}

.hero-items .owl-nav button[type=button] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 10px 28px rgba(31, 35, 48, 0.14);
    color: var(--mv-dark);
}

.hero-items .owl-nav button[type=button]:hover {
    background: var(--mv-primary) !important;
    color: var(--mv-white);
}

/* ---------- CATEGORY BANNERS ---------- */

.banner-section {
    padding: 80px 40px;
    background: var(--mv-white);
}

.single-banner {
    overflow: hidden;
    border-radius: var(--mv-radius-lg);
    box-shadow: var(--mv-shadow);
    transition: all 0.35s ease;
}

.single-banner:hover {
    transform: translateY(-8px);
    box-shadow: var(--mv-shadow-hover);
}

.single-banner::before {
    display: none;
}

.single-banner img {
    width: 100%;
    transition: transform 0.55s ease;
}

.single-banner:hover img {
    transform: scale(1.06);
}

.single-banner .inner-text h4 {
    color: var(--mv-dark);
    font-weight: 800;
    border-radius: 14px;
    padding: 14px 30px;
    box-shadow: 0 10px 30px rgba(31, 35, 48, 0.12);
}

/* ---------- WOMEN / MEN COLLECTIONS ---------- */

.women-banner,
.man-banner {
    padding-left: 45px;
    padding-right: 45px;
    background: var(--mv-bg);
}

.product-large {
    height: 600px;
    overflow: hidden;
    border-radius: var(--mv-radius-lg);
    box-shadow: var(--mv-shadow);
    position: relative;
}

.product-large:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(31, 35, 48, 0.62) 100%);
}

.product-large h2,
.product-large a {
    position: relative;
    z-index: 2;
}

.product-large h2 {
    font-size: 52px;
    letter-spacing: -1px;
}

.product-large a:before {
    background: var(--mv-accent);
}

.filter-control ul li {
    color: var(--mv-muted);
    font-size: 17px;
    font-weight: 700;
}

.filter-control ul li.active {
    color: var(--mv-primary);
}

.filter-control ul li:before {
    height: 3px;
    border-radius: 20px;
    background: var(--mv-primary);
}

/* ---------- PRODUCT CARDS ---------- */

.product-item {
    margin-bottom: 34px;
    padding: 12px;
    border-radius: 20px;
    background: var(--mv-white);
    box-shadow: 0 10px 30px rgba(31, 35, 48, 0.06);
    transition: all 0.35s ease;
}

.product-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--mv-shadow-hover);
}

.product-item .pi-pic {
    border-radius: 16px;
    background: #F2F2F7;
}

.product-item .pi-pic img {
    width: 100%;
    transition: transform 0.45s ease;
}

.product-item:hover .pi-pic img {
    transform: scale(1.04);
}

.product-item .pi-pic .sale {
    left: 14px;
    top: 14px;
    padding: 7px 12px;
    border-radius: 30px;
    background: var(--mv-accent);
    font-weight: 800;
    letter-spacing: 0.5px;
}

.product-item .pi-pic .sale.pp-sale {
    background: var(--mv-primary);
}

.product-item .pi-pic ul {
    bottom: -64px;
    padding: 0 12px 12px;
}

.product-item:hover .pi-pic ul {
    bottom: 0;
}

.product-item .pi-pic ul li {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(31, 35, 48, 0.12);
}

.product-item .pi-pic ul li.w-icon.active a,
.product-item .pi-pic ul li a:hover {
    background: var(--mv-primary);
    color: var(--mv-white);
}

.product-item .pi-text {
    padding: 20px 8px 12px;
}

.product-item .pi-text .catagory-name {
    color: var(--mv-primary);
}

.product-item .pi-text a h5 {
    color: var(--mv-dark);
    font-weight: 700;
}

.product-item .pi-text .product-price {
    color: var(--mv-primary);
}

.product-slider .owl-dots button.active {
    background: var(--mv-primary);
}

/* ---------- BENEFITS ---------- */

.benefit-items {
    overflow: hidden;
    border: 0;
    border-radius: var(--mv-radius);
    background: var(--mv-white);
    box-shadow: var(--mv-shadow);
}

.benefit-items .single-benefit {
    border-color: var(--mv-border);
}

.benefit-items .single-benefit .sb-text h6 {
    color: var(--mv-dark);
}

.benefit-items .single-benefit .sb-text p {
    color: var(--mv-muted);
}

/* ---------- BLOG ---------- */

.latest-blog {
    background: var(--mv-white);
}

.single-latest-blog {
    overflow: hidden;
    border-radius: var(--mv-radius);
    background: var(--mv-white);
    box-shadow: 0 10px 34px rgba(31, 35, 48, 0.07);
}

.single-latest-blog img {
    width: 100%;
    transition: transform 0.45s ease;
}

.single-latest-blog:hover img {
    transform: scale(1.04);
}

.single-latest-blog .latest-text {
    padding: 24px;
}

.single-latest-blog .latest-text .tag-list .tag-item i {
    color: var(--mv-primary);
}

.single-latest-blog .latest-text a h4 {
    color: var(--mv-dark);
}

/* ---------- INSTAGRAM ---------- */

.instagram-photo {
    background: var(--mv-dark);
}

.instagram-photo .insta-item:before {
    background: linear-gradient(
        135deg,
        rgba(107, 78, 255, 0.78),
        rgba(255, 122, 89, 0.64)
    );
}

/* ---------- PARTNER STRIP ---------- */

.partner-logo {
    background: var(--mv-primary);
    padding: 34px 0;
}

/* ---------- FOOTER ---------- */

.footer-section {
    background:
        radial-gradient(circle at top right, rgba(107, 78, 255, 0.22), transparent 34%),
        var(--mv-dark);
    padding-top: 78px;
}

.footer-left ul li,
.footer-left ul li a,
.footer-widget ul li a,
.newslatter-item p,
.copyright-reserved .copyright-text,
.copyright-reserved .copyright-text a {
    color: rgba(255, 255, 255, 0.68);
}

.footer-widget h5,
.newslatter-item h5 {
    color: var(--mv-white);
    font-size: 18px;
    position: relative;
    padding-bottom: 14px;
}

.footer-widget h5:after,
.newslatter-item h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 3px;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--mv-primary), var(--mv-accent));
}

.footer-widget ul li a:hover,
.copyright-reserved .copyright-text a:hover {
    color: var(--mv-accent);
    padding-left: 4px;
}

.footer-left .footer-social a {
    background: rgba(255, 255, 255, 0.10);
}

.footer-left .footer-social a:before {
    background: var(--mv-primary);
}

.newslatter-item .subscribe-form input {
    height: 52px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.09);
    color: var(--mv-white);
    padding-right: 130px;
}

.newslatter-item .subscribe-form button {
    height: 52px;
    border: 0;
    border-radius: 0 14px 14px 0;
    background: var(--mv-primary);
}

.copyright-reserved {
    border-color: rgba(255, 255, 255, 0.10);
}

/* ---------- CART DROPDOWN ---------- */

.inner-header .nav-right li.cart-icon .cart-hover {
    border-radius: 18px;
    border: 1px solid var(--mv-border);
    box-shadow: var(--mv-shadow-hover);
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total span,
.inner-header .nav-right li.cart-icon .cart-hover .select-total h5,
.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected p {
    color: var(--mv-primary);
}

.inner-header .nav-right li.cart-icon .cart-hover .select-button .view-card {
    border-radius: 12px;
    background: var(--mv-dark);
}

.inner-header .nav-right li.cart-icon .cart-hover .select-button .checkout-btn {
    border-radius: 12px;
    background: var(--mv-primary);
}

/* ---------- FORMS ---------- */

input,
select,
textarea,
.nice-select {
    border-radius: 12px !important;
}

.checkout-form input,
.contact-form .leave-comment .comment-form input,
.contact-form .leave-comment .comment-form textarea,
.register-form form .group-input input,
.login-form form .group-input input {
    border: 1px solid var(--mv-border);
    background: var(--mv-white);
    transition: all 0.25s ease;
}

.checkout-form input:focus,
.contact-form .leave-comment .comment-form input:focus,
.contact-form .leave-comment .comment-form textarea:focus,
.register-form form .group-input input:focus,
.login-form form .group-input input:focus {
    border-color: var(--mv-primary);
    box-shadow: 0 0 0 4px rgba(107, 78, 255, 0.10);
}

/* ---------- SMALL GLOBAL REPLACEMENTS ---------- */

.section-title .product-price,
.product-details .pd-desc h4,
.specification-table table tr td .p-price,
.cart-table table tr td.p-price,
.cart-table table tr td.total-price,
.proceed-checkout ul li.cart-total span,
.checkout-form .place-order .order-total .order-table li.total-price span {
    color: var(--mv-primary);
}

.product-thumbs .pt.active:after,
.tab-item ul li a::before {
    border-color: var(--mv-primary);
    background: var(--mv-primary);
}

.loading-more a:before,
.blog-details-inner .blog-quote p:before {
    background: var(--mv-primary);
}

/* ---------- RESPONSIVE ---------- */

@media only screen and (max-width: 1199px) {
    .nav-item .nav-menu li a {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero-items .single-hero-items h1 {
        font-size: 58px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-items .single-hero-items {
        height: 600px;
        padding-top: 135px;
    }

    .hero-items .single-hero-items h1 {
        font-size: 52px;
    }

    .hero-items .off-card {
        left: 67%;
    }

    .banner-section,
    .women-banner,
    .man-banner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .header-top {
        min-height: 38px;
    }

    .inner-header {
        padding: 12px 0;
    }

    .inner-header .logo img {
        max-height: 48px;
    }

    .nav-item {
        background: var(--mv-white);
    }

    .hero-items .single-hero-items {
        min-height: 540px;
        padding: 90px 22px 70px;
        background-position: 65% center;
    }

    .hero-items .single-hero-items:before {
        background: rgba(247, 247, 251, 0.82);
    }

    .hero-items .single-hero-items h1 {
        font-size: 44px;
        line-height: 1.08;
    }

    .hero-items .single-hero-items p {
        font-size: 16px;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .banner-section {
        padding-top: 45px;
        padding-bottom: 20px;
    }

    .women-banner,
    .man-banner {
        padding-left: 0;
        padding-right: 0;
    }

    .product-large {
        border-radius: 20px;
    }

    .product-item {
        padding: 10px;
    }

    .footer-section {
        padding-top: 55px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-items .single-hero-items h1 {
        font-size: 38px;
    }

    .hero-items .single-hero-items .primary-btn {
        width: 100%;
        max-width: 220px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .single-banner {
        border-radius: 20px;
    }

    .newslatter-item .subscribe-form input {
        padding-right: 20px;
        margin-bottom: 12px;
    }

    .newslatter-item .subscribe-form button {
        position: static;
        width: 100%;
        border-radius: 14px;
    }
}
