:root {
    --primary-green: #01b4c0;
    --accent-yellow: #180958;
    --white: #ffffff;
}

/* --- MN HEADER STYLES --- */
.mn-header {
    background-color: #ffffff;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #eee;
}

/* LOGO */
.mn-logo-icon {
    background-color: var(--accent-yellow);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #000;
    font-size: 1.2rem;
}

.mn-logo-name {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
}

/* MENU BUTTON */
.mn-menu-btn {
    border: 1px solid #ddd;
    padding: 8px 18px;
    border-radius: 4px;
    color: #1a1a1a;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.mn-menu-btn:hover {
    border-color: var(--accent-yellow);
    color: var(--accent-yellow);
}

/* SEARCH BOX */
.mn-header-search {
    background-color: #f8f9fa;
    border-radius: 4px;
    padding: 2px;
    display: flex;
    border: 1px solid #eee;
}

.mn-search-input-wrap {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

.mn-header-search-input {
    border: none;
    font-size: 0.85rem;
    padding-left: 15px;
    background: transparent;
}

.mn-header-search-btn {
    background-color: var(--accent-yellow);
    color: var(--white);
    font-weight: 700;
    font-size: 0.75rem;
    padding: 10px 25px;
    border-radius: 4px !important;
    border: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ACTION ITEMS */
.mn-action-item {
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
}

.mn-action-item i {
    color: var(--primary-green);
}

/* BADGE */
.mn-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--primary-green);
    color: #fff;
    font-size: 0.6rem;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* CART TAG */
.mn-cart-tag {
    background-color: var(--accent-yellow);
    color: var(--white);
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 700;
}

/* SUB NAVBAR */
.mn-sub-navbar {
    background-color: #0c251f;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mn-nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    transition: 0.3s;
}

.mn-nav-link:hover {
    color: var(--accent-yellow);
}

/* --- ACCOUNT SIDEBAR --- */
.mn-account-sidebar {
    width: 350px !important;
}

.mn-section-label {
    font-size: 0.75rem;
    font-weight: 800;
    color: #888;
    letter-spacing: 1.2px;
    padding: 25px 25px 10px;
}

.mn-sidebar-menu li a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 25px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: 0.2s;
}

.mn-sidebar-menu li a:hover {
    background: #f8f9fa;
    color: var(--accent-yellow);
}

.mn-sidebar-menu i {
    width: 20px;
    font-size: 1.1rem;
    color: #555;
}

/* --- MOBILE BOTTOM NAV --- */
.mn-mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    border-top: 1px solid #eee;
    z-index: 2000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.mn-bottom-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 600;
}

.mn-bottom-item i {
    font-size: 1.3rem;
    margin-bottom: 4px;
    color: #1a1a1a;
}

.mn-bottom-item.active i,
.mn-bottom-item.active span {
    color: var(--accent-yellow);
}

/* --- MOBILE HEADER --- */
@media (max-width: 768px) {

    .mn-header {
        background-color: #ffffff;
    }

    .mn-logo-group span {
        color: #1a1a1a !important;
    }

    .mn-logo-icon-sm {
        background: var(--accent-yellow);
        color: #000;
        padding: 2px 8px;
        border-radius: 4px;
        font-weight: bold;
    }

    .mn-mobile-bottom-nav {
        background: #ffffff;
    }

    .mn-bottom-item i {
        color: #1a1a1a;
    }
}

/* --- MOBILE OFFCANVAS MENU --- */
.mn-mobile-menu {
    background-color: #ffffff; /* background white */
    color: #1a1a1a;           /* text black */
}

.mn-mobile-menu .offcanvas-title {
    color: #1a1a1a;           /* title black */
}

.mn-mobile-menu .mn-nav-link {
    color: #1a1a1a;           /* menu links black */
}

.mn-mobile-menu .mn-nav-link:hover {
    color: var(--accent-yellow); /* hover yellow */
}

/* close button */

/* Section Background */
.mn-breadcrumb-sec {
    background: url('../all-images/bg-images/3.png') no-repeat center/cover;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

/* Strong Dark Overlay */
.mn-breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); /* darker overlay */
    z-index: 1;
}

/* Content above overlay */
.mn-breadcrumb-sec .container {
    position: relative;
    z-index: 2;
}

/* Title */
.mn-breadcrumb-title {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0 3px 10px rgba(0,0,0,0.8); /* glow */
}

/* Breadcrumb box (more visible) */
.mn-breadcrumb {
    list-style: none;
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.6); /* darker glass */
    backdrop-filter: blur(12px);
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.2);
}

/* Items */
.mn-breadcrumb li {
    color: #fff;
    font-weight: 500;
    position: relative;
    text-shadow: 0 2px 5px rgba(0,0,0,0.7);
}

/* Links */
.mn-breadcrumb li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.mn-breadcrumb li a:hover {
    color: #00ffcc; /* neon hover 🔥 */
}

/* Arrow separator */
.mn-breadcrumb li + li::before {
    content: "➤";
    margin: 0 12px;
    color: #00ffcc;
}

/* Active */
.mn-breadcrumb .active {
    color: #00ffcc;
    font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
    .mn-breadcrumb-title {
        font-size: 2rem;
    }

    .mn-breadcrumb {
        padding: 8px 15px;
    }
}

.text-section {
    margin-top: 40px;
    line-height: 1.8;
    color: #1a1a1a;
    font-size: 1rem;
}

.text-section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-green); /* theme color */
}

.text-section p {
    margin-bottom: 15px;
}

/* --- MN CONTACT SECTION --- */
.mn-contact-section {
    background-color: #ffffff;
}

.mn-contact-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #000;
    letter-spacing: 0.5px;
}

.mn-contact-desc {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

/* Form Inputs */
.mn-input,
.mn-textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #000;
    box-shadow: none !important;
}

.mn-input::placeholder,
.mn-textarea::placeholder {
    color: #999;
    text-transform: uppercase;
}

.mn-input:focus,
.mn-textarea:focus {
    border-color: #000;
}

.mn-textarea {
    resize: none;
}

/* Submit Button */
.mn-btn-submit {
    background-color: var(--accent-yellow);
    color: var(--white);
    border: none;
    padding: 15px 45px;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.3s ease;
}

.mn-btn-submit:hover {
    background-color: #000;
    color: #fff;
    transform: translateY(-3px);
}

/* Contact Info Details */
.mn-contact-info-wrap p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

.mn-contact-info-wrap strong {
    font-weight: 800;
    color: #000;
}

/* Yellow Square Social Icons */
.mn-social-box {
    width: 35px;
    height: 35px;
    background-color: var(--accent-yellow);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s;
}

.mn-social-box:hover {
    background-color: #000;
    color: #fff;
    transform: rotate(360deg);
}

/* Responsive Tweaks */
@media (max-width: 991px) {
    .mn-contact-title {
        font-size: 1.5rem;
    }

    .mn-contact-info-wrap {
        margin-top: 20px;
    }
}

/* ================== MN ABOUT SECTION START ================== */

/* Image box */
.img-box {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

/* Big image */
.big-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Small image */
.small-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Text styling */
.text-section {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {

    .big-img img,
    .small-img img {
        height: 250px;
    }
}



/* ================== HOW WE WORK SECTION START ================== */

.work-section.horizontal-work {
    padding: 80px 0;
    background: #f9f9f9;
}

.sub-title {
    font-size: 14px;
    letter-spacing: 2px;
    color: #888;
    text-transform: uppercase;
}

.main-title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 15px;
    color: #111;
    line-height: 1.4;
}

/* Horizontal scroll row */
.work-cards-row {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-behavior: smooth;
}

.work-cards-row::-webkit-scrollbar {
    height: 6px;
}

.work-cards-row::-webkit-scrollbar-thumb {
    background: var(--accent-yellow);
    border-radius: 3px;
}

/* Card */
.work-card.horizontal-card {
    flex: 0 0 300px;
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    text-align: center;
}

.work-card.horizontal-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* Icon */
.work-card.horizontal-card .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    background: linear-gradient(135deg, var(--accent-yellow), var(--primary-green));
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.work-card.horizontal-card:hover .icon {
    transform: rotate(15deg) scale(1.1);
}

.work-card.horizontal-card h5 {
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.work-card.horizontal-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Additional content */
.text-content p {
    color: #333;
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 992px) {
    .main-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .work-cards-row {
        gap: 15px;
        padding-bottom: 15px;
    }
    .work-card.horizontal-card {
        flex: 0 0 250px;
        padding: 25px 15px;
    }
    .main-title {
        font-size: 24px;
    }
}

/* <!-- ================= WHY CHOOSE US SECTION START ================= --> */


/* ================= SECTION ================= */
.why-section {
    padding: 80px 0;
}

/* ================= TITLE ================= */
.title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
}

/* ================= TEXT ================= */
.why-section p {
    color: #777;
    line-height: 1.8;
    font-size: 14px;
    max-width: 500px;
}

/* ================= IMAGE BOX ================= */
.img-box {
    overflow: hidden;
    border-radius: 12px;
}

/* ================= IMAGE ================= */
.img-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 0.5s ease;
}

/* ================= HOVER EFFECT ================= */
.img-box:hover img {
    transform: scale(1.05);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {

    .why-section {
        padding: 50px 15px;
    }

    .img-box img {
        height: 250px;
    }

    .title {
        font-size: 18px;
    }

    .why-section p {
        font-size: 13px;
    }
}




/* Sidebar General Styling */
.tracking-wider {
    letter-spacing: 1px;
}

.cat-item {
    display: block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background: #f8f9fa;
    color: #444;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: 0.3s;
}

.cat-item:hover,
.cat-item.active {
    background: #eeeeee;
    font-weight: 600;
}

.clear-btn {
    background-color: var(--accent-yellow);
    border: none;
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: var(--white);
}

.clear-btn:hover {
    background-color: var(--primary-green);
    transform: translateY(-2px);
    color: var(--white);
}

/* Custom Price Slider Design */
.yellow-range {
    accent-color: var(--accent-yellow);
}

.yellow-range::-webkit-slider-runnable-track {
    background: var(--accent-yellow);
    height: 6px;
    border-radius: 3px;
}

.yellow-range::-webkit-slider-thumb {
    margin-top: -6px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid var(--accent-yellow);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.price-box {
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 0.9rem;
    padding: 8px;
}

/* Color Dots */
.color-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
}

.color-dot:hover {
    transform: scale(1.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

/* Custom Scrollable Box for Filters */
.scroll-filter-box {
    max-height: 180px;
    overflow-y: auto;
    padding-right: 10px;
}

/* Sleek Scrollbar Styling */
.scroll-filter-box::-webkit-scrollbar {
    width: 4px;
}

.scroll-filter-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scroll-filter-box::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.form-check-label {
    font-size: 0.95rem;
    color: #555;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #FFC107;
    border-color: #FFC107;
}


.fw-600 {
    font-weight: 500;
}

.text-dark {
    color: #212529;
}

.tiny {
    font-size: 0.8rem;
}

.tracking-wider {
    letter-spacing: 1px;
}

/* Image Area styling */
.main-image-wrapper {
    background-color: #f7f7f7;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.main-image-wrapper img {
    transition: 0.3s;
}

.thumbnail-row {
    margin-right: -10px;
    /* Counter-act gap on last item scroll */
}

.thumb-wrapper {
    border: 2px solid transparent;
    padding: 10px;
    background: #f7f7f7;
    border-radius: 4px;
    cursor: pointer;
    min-width: 80px;
    /* For mobile scroll robustness */
    transition: 0.3s;
}

.thumb-wrapper:hover,
.thumb-wrapper.active {
    border-color: #f8e187;
    /* Slight gold/yellow active border from screenshot */
}

/* Quantity Input styling */
.quantity-input-group {
    max-width: 140px;
}

.btn-qty {
    border: none;
    color: #444;
    font-size: 1.2rem;
    padding: 8px 12px;
}

.qty-number {
    font-size: 1.1rem;
    color: #000;
}

.qty-number::-webkit-outer-spin-button,
.qty-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Action Button custom styling */
.btn-dark {
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.btn-outline-dark {
    font-size: 0.95rem;
}

.btn-outline-secondary {
    color: #555;
    border-color: #ddd;
}

.btn-outline-secondary:hover {
    background-color: #f8f8f8;
    color: #000;
    border-color: #ccc;
}

/* Sharing links */
.cursor-pointer {
    cursor: pointer;
}

.share-item {
    transition: 0.2s;
}

.share-item:hover {
    color: #000;
}

/* Benefits Panel */
.benefits-panel {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.benefits-panel i {
    color: #6c757d;
}

/* Shipping Promises custom colors */
.shipping-promises .text-success {
    color: #198754 !important;
}

/* Mobile Responsive Tweak for Benefits on very small screens */
@media (max-width: 480px) {
    .benefits-row [class^='col-'] {
        width: 100%;
        margin-bottom: 20px;
    }
}




/* Premium Layout Tweaks */
.benefits-outer-panel {
    border-color: #eeeeee !important;
}

/* Typography Enhancements */
.fw-600 {
    font-weight: 500;
}

.tracking-wider {
    letter-spacing: 1.5px;
}

.tiny {
    font-size: 0.75rem;
}

/* Section Title Label styling */
.section-title-label {
    margin-bottom: 5px;
}

/* Classic subtle divider line */
.classic-divider {
    height: 1px;
    width: 60px;
    background-color: #ddd;
}

/* Icon custom styling - Classic grey */
.benefit-icon {
    font-size: 2.5rem;
    /* Large classic size */
    color: #6c757d;
    /* Classic muted grey icon color */
    opacity: 0.9;
}

/* Benefit Text styling */
.benefit-title {
    font-size: 1.05rem;
    letter-spacing: 0.2px;
}

/* Slight hover effect for premium feel */
.benefit-item {
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.benefit-item:hover {
    background-color: #fcfcfc;
    transform: translateY(-3px);
}

/* Responsive Customization */
@media (max-width: 991px) {
    .benefit-icon {
        font-size: 2rem;
        margin-bottom: 1.5rem !important;
    }
}

/* Extreme responsiveness tweak for super tiny mobile screens */
@media (max-width: 375px) {
    .benefits-grid .col-6 {
        width: 100% !important;
        margin-bottom: 25px !important;
    }
}


/* ============================ CART SECTION START ================================= */


.fw-600 {
    font-weight: 500;
}

.tracking-wide {
    letter-spacing: 1px;
}

/* Table Styling */
.cart-table-container {
    border-color: #eee !important;
}

.cart-row td {
    border-bottom: 1px solid #f8f8f8;
}

.cart-img-box {
    border: 1px solid #f0f0f0;
}

/* Quantity Control */
.qty-control .btn-qty-cart {
    padding: 2px 10px;
    background: #fff;
    border-radius: 0;
    font-weight: bold;
}

.qty-control input {
    background: transparent !important;
    font-weight: 600;
}

.remove-btn:hover {
    color: #ff0000 !important;
}

/* Sidebar Summary */
.summary-card {
    border-color: #eee !important;
    position: sticky;
    top: 20px;
}

/* Free Shipping Progress */
.progress-bar {
    border-radius: 10px;
    background-color: var(--accent-yellow);
}

.truck-icon-overlay {
    position: absolute;
    right: 0;
    top: -12px;
    background: #fff;
    border: 2px solid var(--accent-yellow);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-yellow);
}

/* Responsive Table */
@media (max-width: 767px) {
    thead {
        display: none;
    }

    .cart-row {
        display: block;
        border-bottom: 1px solid #eee;
        padding: 20px 0;
    }

    .cart-row td {
        display: block;
        width: 100%;
        text-align: left !important;
        border: none;
        padding: 5px 20px !important;
    }
}



/* ============================ CHECKOUT SECTION START ================================= */

/* RIGHT SIDE SUMMARY BG */
.bg-summary {
    background-color: #f0fbfc; /* light tint of primary */
}

/* INPUT FOCUS */
.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 2px var(--primary-green);
    border-color: var(--primary-green);
}

/* LABEL COLOR */
.form-floating > label {
    color: #555;
}

/* BUTTON PRIMARY */
.btn-dark {
    background-color: var(--accent-yellow);
    border-color: var(--accent-yellow);
}

.btn-dark:hover {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
}

/* DISABLED BUTTON */
.pay-now-btn {
    background-color: var(--accent-yellow) !important;
    color: var(--white);
}

/* LINKS */
a {
    color: var(--accent-yellow);
}

a:hover {
    color: var(--primary-green);
}

/* BADGE COUNT */
.badge.bg-dark {
    background-color: var(--accent-yellow) !important;
}

/* TOTAL PRICE */
.h4,
.h5 {
    color: var(--accent-yellow);
}

/* SMALL TEXT ACCENT */
.text-muted {
    color: #6c757d !important;
}

/* SHIPPING TEXT GREEN */
.text-success {
    color: var(--primary-green) !important;
}

/* BORDER COLORS LIGHT THEME */
.border {
    border-color: #e5e5e5 !important;
}




/* ================== LOGIN SECTION START ================================= */


/* INPUT FOCUS */
.custom-input:focus {
    border-color: var(--accent-yellow);
}

/* LOGIN BUTTON */
.btn-login {
    background-color: var(--accent-yellow);
    color: var(--white);
}

.btn-login:hover {
    background-color: var(--primary-green);
    color: var(--white);
    transform: translateY(-2px);
}

/* ICON COLOR */
.text-warning {
    color: var(--primary-green) !important;
}

/* REGISTER LINK */
.text-primary {
    color: var(--accent-yellow) !important;
}

.text-primary:hover {
    color: var(--primary-green) !important;
}

/* FORGOT PASSWORD LINK HOVER */
a.text-dark:hover {
    color: var(--primary-green) !important;
}


/* =================== WISHLIST SECTION START ================================= */


.fw-600 {
    font-weight: 600;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* Custom Badge color from screenshot */
.btn-warning {
    background-color: #ffcc00 !important;
    border-color: #ffcc00 !important;
    color: #000000 !important;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.btn-warning:hover {
    background-color: #e6b800 !important;
    border-color: #e6b800 !important;
}

/* Clear Wishlist Button style */
.btn-outline-secondary {
    font-size: 0.8rem;
    padding: 8px 15px;
}

/* --- WISHLIST CONTAINER --- */
.wishlist-container {
    border-color: #eeeeee !important;
    position: relative;
    overflow: hidden;
}

/* Clear standard table shadows and borders for cleaner look */
.table-responsive {
    overflow-x: auto;
}

.table {
    border-collapse: collapse;
}

/* Product Info (Screenshot inspired) */
.product-name {
    font-size: 0.95rem;
    line-height: 1.4;
    max-width: 300px;
    /* Restrict width in large screens */
    color: #000;
}

.product-price {
    font-size: 1.1rem;
    color: #000;
}

.added-date {
    font-size: 0.85rem;
}

.added-date i {
    color: #888;
}

/* --- Product Image & Action box (Screenshot Inspired) --- */
.img-action-box {
    border: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.img-action-box:hover {
    border-color: #e0e0e0;
    background-color: #f9f9f9;
}

.remove-item {
    font-size: 1.1rem;
    transition: 0.2s;
}

.remove-item:hover {
    color: #dc3545 !important;
    /* Standard red for remove */
}

.quick-view-btn{
    background-color: var(--accent-yellow) !important;
    color: var(--white) !important;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
/* For medium/large screens: Adjust price slider location */
@media (min-width: 768px) {
    .quick-view-btn {
        margin-right: -10px;
        /* Subtle negative margin to align right edges */
    }
}

/* For mobile: Table stacking and alignment */
@media (max-width: 767px) {
    .wishlist-container {
        padding: 1.5rem !important;
    }

    thead {
        display: none;
        /* Hide standard headers in mobile */
    }

    .wishlist-row {
        display: block;
        border-bottom: 1px solid #f0f0f0;
        padding: 20px 0;
    }

    .wishlist-row:last-child {
        border-bottom: none;
    }

    .wishlist-row td {
        display: block;
        width: 100%;
        text-align: left !important;
        /* Re-align mobile content */
        border: none;
        padding: 8px 0 !important;
    }

    /* Column titles for mobile identification */
    .wishlist-row td:before {
        content: attr(data-label);
        font-size: 0.8rem;
        font-weight: 700;
        text-uppercase: true;
        color: #999;
        display: block;
        margin-bottom: 5px;
    }

    .wishlist-row td[data-label="Product"] {
        padding-top: 0 !important;
    }

    .wishlist-row td[data-label="Product"]:before {
        display: none;
        /* Product name itself is label enough */
    }

    .product-info-box {
        max-width: 100%;
        margin-top: 10px;
    }

    .product-name {
        font-size: 1.1rem;
    }

    /* Trash + Image container alignment on mobile */
    .img-action-box {
        width: 100%;
        justify-content: flex-start;
        padding: 15px !important;
    }

    /* Move quick view full width on mobile */
    .wishlist-row td[data-label="Action"] {
        padding-top: 20px !important;
    }

    .quick-view-btn {
        width: 100%;
    }
}



/* =========================== REGISTER SECTION START =========================== */


/* LINK COLOR */
.text-primary {
    color: var(--accent-yellow) !important;
}

.text-primary:hover {
    color: var(--primary-green) !important;
}

/* INPUT FOCUS */
.form-control:focus {
    border-color: var(--accent-yellow);
    box-shadow: 0 0 0 1px var(--accent-yellow);
}

/* INPUT HOVER */
.form-control:hover {
    border-color: var(--primary-green);
}

/* CHECKBOX */
.form-check-input:checked {
    background-color: var(--accent-yellow);
    border-color: var(--accent-yellow);
}

/* REGISTER BUTTON */
.register-btn {
    background-color: var(--accent-yellow) !important;
    color: var(--white) !important;
    border: none !important;
}

.register-btn:hover {
    background-color: var(--primary-green) !important;
    color: var(--white) !important;
    transform: translateY(-2px);
}

/* CARD SHADOW SLIGHT PREMIUM TOUCH */
.shadow-lg {
    box-shadow: 0 10px 40px rgba(1, 180, 192, 0.08) !important;
}