/*
Theme Name: rahim store
Theme URI: https://nayab.com
Author: Nayab Team
Author URI: https://nayab.com
Description: قالب تجارة إلكترونية عربي أنيق مع دعم WooCommerce
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nayab
Domain Path: /languages
*/

:root {
    --primary-color: #1a1a1a;
    --secondary-color: #c9a86c;
    --accent-color: #d4af37;
    --text-color: #333;
    --light-bg: #f5f5f5;
    --white: #fff;
    --border-color: #e0e0e0;
    --success-color: #4caf50;
    --danger-color: #e53935;
}

/* Homepage screenshot layout */
.nayab-home-page {
    background: #fff;
    direction: rtl;
}

.nayab-home-page .container {
    max-width: 1080px;
}

.nayab-home-page .home-categories-section {
    padding: 72px 0 62px;
}

.nayab-home-page .categories-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
    align-items: start;
    justify-items: center;
}

.nayab-home-page .category-item {
    width: 176px;
    color: #222;
    text-align: center;
    text-decoration: none;
}

.nayab-home-page .category-item img {
    width: 170px;
    height: 170px;
    margin: 0 auto 15px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: none;
}

.nayab-home-page .category-item h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.nayab-home-page .home-products-section {
    padding: 0 0 46px;
}

.nayab-home-page .section-title {
    margin-bottom: 44px;
}

.nayab-home-page .section-title h2 {
    font-size: 27px;
    font-weight: 900;
    color: #222;
    line-height: 1.2;
}

.nayab-home-page .section-title h2::after {
    right: 50%;
    left: auto;
    width: 86px;
    height: 4px;
    transform: translateX(50%);
    background: #efc682;
}

.nayab-home-page .products-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 21px;
}

.nayab-home-page .product-card {
    min-width: 0;
    border: 1px solid #ececec;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, .035);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.nayab-home-page .product-card:hover,
.nayab-home-page .product-card:focus-within {
    transform: none;
    border-color: #e9a22f;
    box-shadow: 0 6px 18px rgba(233, 162, 47, .12);
}

.nayab-home-page .product-image {
    aspect-ratio: 1 / .96;
    background: #f6f5f7;
}

.nayab-home-page .product-image img,
.nayab-home-page .product-image .product-thumbnail {
    width: 100%;
    height: 100%;
    padding: 14px;
    object-fit: contain;
}

.nayab-home-page .product-card:hover .product-image img,
.nayab-home-page .product-card:hover .product-image .product-thumbnail {
    transform: none;
}

.nayab-home-page .sale-badge {
    top: 13px;
    right: 0;
    min-width: 64px;
    padding: 6px 10px;
    border-radius: 0;
    background: #e9a22f;
    font-size: 12px;
    font-weight: 800;
}

.nayab-home-page .sale-badge::after {
    content: "!";
}

.nayab-home-page .product-info {
    min-height: 164px;
    padding: 14px 13px 18px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}

.nayab-home-page .product-title {
    min-height: 44px;
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
}

.nayab-home-page .product-title a {
    color: #111;
}

.nayab-home-page .product-rating {
    display: block;
    min-height: 18px;
    margin-bottom: 5px;
    color: #ffc400;
    font-size: 13px;
}

.nayab-home-page .product-price {
    min-height: 30px;
    margin: 0 0 14px;
    color: #40a661;
    font-size: 14px;
    font-weight: 900;
}

.nayab-home-page .product-price del {
    color: #bdbdbd;
    font-weight: 700;
    margin-left: 6px;
}

.nayab-home-page .product-price ins {
    color: #40a661;
    text-decoration: none;
}

.nayab-home-page .product-action {
    margin-top: auto;
}

.nayab-home-page .btn-add-cart,
.nayab-home-page .ajax_add_to_cart {
    width: 100%;
    min-height: 43px;
    border: 0;
    border-radius: 3px;
    background: #030303;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    transition: background 0.2s ease, color 0.2s ease;
}

.nayab-home-page .product-card:hover .btn-add-cart,
.nayab-home-page .product-card:hover .ajax_add_to_cart,
.nayab-home-page .product-card:focus-within .btn-add-cart,
.nayab-home-page .product-card:focus-within .ajax_add_to_cart {
    background: #e9a22f;
    color: #fff;
}

.nayab-home-page .home-promo-section {
    padding: 0 0 88px;
}

.nayab-home-page .promo-banner {
    min-height: 365px;
    display: grid;
    grid-template-columns: .95fr 1fr;
    gap: 24px;
    align-items: center;
    padding: 18px;
    border-radius: 10px;
    background: #f1f0f4;
    overflow: hidden;
}

.nayab-home-page .promo-content {
    padding: 34px 34px 34px 10px;
    text-align: center;
}

.nayab-home-page .promo-label {
    margin: 0 0 28px;
    color: #2c2d30;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.1;
}

.nayab-home-page .promo-title {
    margin: 0 0 34px;
    color: #24262a;
    font-size: 54px;
    font-weight: 900;
    line-height: 1.15;
}

.nayab-home-page .btn-promo {
    min-width: 164px;
    padding: 12px 24px;
    border-radius: 3px;
    background: #030303;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.nayab-home-page .promo-image {
    min-height: 330px;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .24);
}

.nayab-home-page .promo-image:empty {
    display: none;
}

.nayab-home-page .promo-image img,
.nayab-home-page .hero-side-image {
    width: 100%;
    height: 330px;
    max-height: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    object-fit: contain;
    background: #fff;
}

.nayab-home-page .promo-image:hover .hero-side-image {
    transform: none;
    box-shadow: none;
}

.nayab-home-page + .features-section,
.nayab-home-page ~ .features-section {
    padding-top: 20px;
}

@media (max-width: 992px) {
    .nayab-home-page .categories-grid,
    .nayab-home-page .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nayab-home-page .promo-banner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .nayab-home-page .home-categories-section {
        padding: 38px 0 42px;
    }

    .nayab-home-page .categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 14px;
    }

    .nayab-home-page .category-item,
    .nayab-home-page .category-item img {
        width: 142px;
    }

    .nayab-home-page .category-item img {
        height: 142px;
    }

    .nayab-home-page .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .nayab-home-page .promo-label {
        font-size: 27px;
    }

    .nayab-home-page .promo-title {
        font-size: 36px;
    }

    .nayab-home-page .promo-banner {
        min-height: 0;
        padding: 14px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Cairo', 'Tahoma', sans-serif;
    direction: rtl;
    color: var(--text-color);
    background: var(--white);
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top Bar */
.top-bar {
    background: var(--primary-color);
    color: var(--white);
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.top-bar a {
    color: var(--accent-color);
}

/* Header */
.site-header {
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.site-header.is-sticky {
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    background: var(--white);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

/* Site Logo */
.site-logo {
    display: flex;
    align-items: center;
}

.site-logo .logo-link {
    display: flex;
    align-items: center;
}

.site-logo .custom-logo {
    max-height: 50px;
    width: auto;
    max-width: 200px;
}

.site-logo .site-title-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 1px;
}

.site-logo .logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
    color: var(--white);
    font-weight: 700;
    font-size: 18px;
    border-radius: 8px;
}

/* Mobile logo hidden by default */
.site-logo .mobile-logo {
    display: none;
}

@media (max-width: 768px) {
    .site-logo .desktop-logo {
        display: none;
    }
    
    .site-logo .mobile-logo {
        display: flex;
    }
    
    .site-logo .custom-logo {
        max-height: 40px;
        max-width: 150px;
    }
    
    .site-logo .site-title-text {
        font-size: 18px;
    }
}

/* Order tracking page */
.order-tracking-page {
    padding: 56px 0 80px;
    background: #fff;
    direction: rtl;
}

.tracking-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 34px;
    align-items: center;
    padding: 34px;
    border: 1px solid #eee8df;
    border-radius: 10px;
    background: linear-gradient(135deg, #f8f4ed, #fff 54%);
}

.tracking-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: #c18d37;
    font-size: 13px;
    font-weight: 900;
}

.tracking-hero h1 {
    margin: 0 0 12px;
    color: #161616;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.25;
}

.tracking-hero p {
    max-width: 560px;
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.9;
}

.tracking-form {
    display: grid;
    gap: 14px;
    padding: 22px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.tracking-field {
    display: grid;
    gap: 7px;
}

.tracking-field label {
    color: #222;
    font-size: 13px;
    font-weight: 900;
}

.tracking-field input {
    width: 100%;
    height: 46px;
    padding: 10px 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #222;
    font-family: inherit;
    font-size: 14px;
}

.tracking-field input:focus {
    border-color: #c9a86c;
    outline: none;
    box-shadow: 0 0 0 3px rgba(201, 168, 108, 0.16);
}

.tracking-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    border: 0;
    border-radius: 4px;
    background: #050505;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.tracking-submit:disabled {
    opacity: 0.72;
    cursor: wait;
}

.tracking-form-message {
    min-height: 20px;
    color: #666;
    font-size: 13px;
    font-weight: 800;
}

.tracking-form-message.is-error {
    color: #d93434;
}

.tracking-form-message.is-success {
    color: #188a3b;
}

.tracking-result {
    margin-top: 28px;
}

.tracking-result-grid {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 18px;
}

.tracking-summary-card,
.tracking-timeline-card,
.tracking-panel {
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.tracking-summary-card {
    padding: 24px;
    background: #111;
    color: #fff;
}

.tracking-summary-card span,
.tracking-summary-card small {
    color: rgba(255, 255, 255, 0.68);
    font-weight: 800;
}

.tracking-summary-card h2 {
    margin: 8px 0;
    font-size: 34px;
    direction: ltr;
    text-align: right;
}

.tracking-summary-card p {
    margin: 0 0 18px;
    color: #f0c36c;
    font-weight: 900;
}

.tracking-summary-meta {
    display: grid;
    gap: 10px;
}

.tracking-summary-meta div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tracking-summary-meta strong {
    color: #fff;
    text-align: left;
}

.tracking-timeline-card,
.tracking-panel {
    padding: 22px;
}

.tracking-timeline-card h3,
.tracking-panel h3 {
    margin: 0 0 16px;
    color: #222;
    font-size: 18px;
    font-weight: 900;
}

.tracking-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.tracking-step {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 14px 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    color: #777;
    text-align: center;
}

.tracking-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5f5f5;
}

.tracking-step strong {
    font-size: 12px;
    line-height: 1.5;
}

.tracking-step.is-done,
.tracking-step.is-current {
    border-color: rgba(201, 168, 108, 0.45);
    color: #111;
}

.tracking-step.is-done span,
.tracking-step.is-current span {
    background: #c9a86c;
    color: #fff;
}

.tracking-step.is-current {
    box-shadow: 0 0 0 3px rgba(201, 168, 108, 0.13);
}

.tracking-products {
    display: grid;
    gap: 12px;
}

.tracking-product {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 7px;
}

.tracking-product img,
.tracking-product-empty {
    width: 58px;
    height: 58px;
    border-radius: 6px;
    object-fit: cover;
    background: #f5f5f5;
}

.tracking-product-empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
}

.tracking-product strong {
    display: block;
    color: #222;
    font-size: 14px;
    line-height: 1.5;
}

.tracking-product small {
    color: #777;
}

.tracking-product b {
    color: #188a3b;
    font-size: 13px;
}

.tracking-details {
    display: grid;
    gap: 10px;
    margin: 0;
}

.tracking-details div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.tracking-details dt,
.tracking-details dd {
    margin: 0;
    font-size: 13px;
}

.tracking-details dt {
    color: #777;
    font-weight: 800;
}

.tracking-details dd {
    color: #222;
    font-weight: 900;
    text-align: left;
}

.tracking-panel a {
    display: inline-flex;
    margin-top: 16px;
    color: #c18d37;
    font-weight: 900;
}

.tracking-notes {
    grid-column: 1 / -1;
}

.tracking-notes ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tracking-notes li {
    padding: 12px;
    border-right: 3px solid #c9a86c;
    background: #faf8f3;
}

.tracking-notes span {
    color: #777;
    font-size: 12px;
    font-weight: 800;
}

.tracking-notes p {
    margin: 4px 0 0;
    color: #333;
}

.tracking-help {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.tracking-help div {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
}

.tracking-help i {
    color: #c18d37;
    font-size: 20px;
}

.tracking-help strong {
    color: #222;
    font-size: 14px;
}

.tracking-help span {
    color: #666;
    font-size: 13px;
    line-height: 1.7;
}

.nayab-policy-page {
    padding: 56px 0 80px;
    background: #fff;
    direction: rtl;
}

.policy-hero {
    padding: 34px;
    border: 1px solid #eee8df;
    border-radius: 10px;
    background: linear-gradient(135deg, #f8f4ed, #fff 58%);
    text-align: center;
}

.policy-hero span {
    display: inline-flex;
    margin-bottom: 10px;
    color: #c18d37;
    font-size: 13px;
    font-weight: 900;
}

.policy-hero h1 {
    margin: 0 0 12px;
    color: #161616;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.25;
}

.policy-hero p {
    max-width: 640px;
    margin: 0 auto;
    color: #666;
    font-size: 15px;
    line-height: 1.9;
}

.policy-content {
    max-width: 860px;
    margin: 28px auto 0;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.policy-content h2,
.policy-content h3 {
    color: #222;
    font-weight: 900;
    line-height: 1.4;
}

.policy-content h2 {
    margin: 0 0 18px;
    font-size: 26px;
}

.policy-content h3 {
    margin: 24px 0 8px;
    font-size: 18px;
}

.policy-content p,
.policy-content li {
    color: #555;
    font-size: 15px;
    line-height: 1.9;
}

.policy-content ul,
.policy-content ol {
    padding-right: 22px;
}

@media (max-width: 900px) {
    .tracking-hero,
    .tracking-result-grid,
    .tracking-help {
        grid-template-columns: 1fr;
    }

    .tracking-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .order-tracking-page {
        padding: 28px 0 48px;
    }

    .tracking-hero {
        padding: 18px;
    }

    .tracking-hero h1 {
        font-size: 28px;
    }

    .tracking-steps {
        grid-template-columns: 1fr;
    }

    .tracking-product {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .tracking-product b {
        grid-column: 2;
    }

    .tracking-details div,
    .tracking-summary-meta div {
        display: grid;
    }

    .tracking-details dd,
    .tracking-summary-meta strong {
        text-align: right;
    }

    .nayab-policy-page {
        padding: 28px 0 48px;
    }

    .policy-hero,
    .policy-content {
        padding: 20px;
    }

    .policy-hero h1 {
        font-size: 28px;
    }
}

.single-product .related-products-section {
    margin-top: 54px;
    padding-top: 28px;
}

.single-product .related-products-section .section-title {
    margin-bottom: 28px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-btn, .cart-btn, .admin-link {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: var(--primary-color);
    position: relative;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

/* Mega Menu Styles */
.main-nav .menu-item {
    position: relative;
}

.main-nav .menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-nav .menu-item-has-children > a i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.main-nav .menu-item:hover > a i {
    transform: rotate(180deg);
}

.main-nav .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    border-radius: 8px;
    min-width: 220px;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
}

.main-nav .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-nav .sub-menu .menu-item {
    position: relative;
}

.main-nav .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: var(--text-color);
    font-size: 14px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.main-nav .sub-menu a:hover {
    background: #f8f6f3;
    color: var(--secondary-color);
}

/* Sub-sub-menu */
.main-nav .sub-menu .sub-menu {
    top: 0;
    right: 100%;
    margin-right: 5px;
}

.main-nav .sub-menu .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.main-nav .menu-item-has-children .sub-menu .menu-item-has-children > a::after {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: auto;
    margin-left: 10px;
    font-size: 10px;
}

.admin-link {
    font-size: 16px;
    color: var(--secondary-color);
    transition: all 0.3s ease;
}

.admin-link:hover {
    background: rgba(201, 168, 108, 0.1);
    transform: scale(1.1);
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--danger-color);
    color: var(--white);
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nayab-mini-cart-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nayab-mini-cart-panel {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    z-index: 1200;
    width: 300px;
    max-width: calc(100vw - 24px);
    padding: 18px;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.13);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    direction: rtl;
    text-align: right;
}

.nayab-mini-cart-panel[hidden] {
    display: none;
}

.nayab-mini-cart-panel::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    width: 18px;
    height: 18px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    transform: translateX(-50%) rotate(45deg);
}

.nayab-mini-cart-wrapper.is-open .nayab-mini-cart-panel {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.nayab-mini-cart-close {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0 0 8px;
    border: 0;
    border-radius: 3px;
    background: #ff746d;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    cursor: pointer;
}

.nayab-mini-cart-items {
    max-height: 260px;
    overflow-y: auto;
    padding-left: 4px;
}

.nayab-mini-cart-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    align-items: start;
    padding: 0 0 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #f3f3f3;
}

.nayab-mini-cart-item:last-child {
    margin-bottom: 0;
}

.nayab-mini-cart-thumb img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    display: block;
}

.nayab-mini-cart-title,
.nayab-mini-cart-title a {
    color: #111;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
    text-decoration: none;
}

.nayab-mini-cart-meta {
    margin-top: 4px;
    color: #555;
    font-size: 11px;
    line-height: 1.5;
}

.nayab-mini-cart-meta dl,
.nayab-mini-cart-meta dd,
.nayab-mini-cart-meta p {
    margin: 0;
}

.nayab-mini-cart-line {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 7px;
    color: #4caf50;
    font-size: 13px;
    font-weight: 800;
}

.nayab-mini-cart-total {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    color: #777;
    font-size: 13px;
    font-weight: 700;
}

.nayab-mini-cart-total strong {
    color: #4caf50;
}

.nayab-mini-cart-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 16px;
}

.nayab-mini-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.nayab-mini-cart-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

.nayab-mini-cart-empty {
    color: #555;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.main-nav a {
    font-weight: 600;
    font-size: 15px;
}

.main-nav a:hover {
    color: var(--secondary-color);
}

.logo img {
    max-height: 60px;
}

/* Categories Section */
.categories-section {
    padding: 40px 0;
}

.categories-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.category-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.category-item:hover {
    transform: translateY(-5px);
}

.category-item img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.category-item h3 {
    font-size: 14px;
    font-weight: 600;
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background: #25d366;
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--secondary-color);
}

/* Products Grid */
.products-section {
    padding: 40px 0;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
}

.product-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.product-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.product-image > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.product-image img,
.product-image .product-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3 ease;
    display: block;
}

.product-card:hover .product-image img,
.product-card:hover .product-image .product-thumbnail {
    transform: scale(1.05);
}

.sale-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--secondary-color);
    color: var(--white);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    z-index: 2;
    pointer-events: none;
}

.product-info {
    padding: 15px;
    text-align: center;
}

.product-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.product-rating {
    color: #ffc107;
    font-size: 14px;
    margin-bottom: 8px;
}

.product-price {
    margin-bottom: 12px;
}

.woocommerce-Price-amount,
.nayab-price-amount,
.woocommerce-Price-amount bdi,
.nayab-price-amount bdi {
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0.25em;
    direction: ltr;
    unicode-bidi: isolate;
}

.woocommerce-Price-currencySymbol {
    direction: rtl;
    unicode-bidi: isolate;
}

.amount,
.method-price {
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
}

.product-card-attributes {
    display: grid;
    gap: 6px;
    margin: 0 0 14px;
    text-align: right;
}

.product-card-attribute {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 8px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    background: #fafafa;
    font-size: 11px;
    line-height: 1.4;
}

.product-card-attribute-label {
    color: #777;
    font-weight: 700;
}

.product-card-attribute-values {
    color: #222;
    font-weight: 800;
    text-align: left;
}

.price-regular {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
    margin-left: 8px;
}

.price-sale {
    color: var(--success-color);
    font-weight: 700;
    font-size: 16px;
}

.btn-add-cart {
    background: var(--primary-color);
    color: var(--white);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s ease;
    width: 100%;
}

.btn-add-cart:hover {
    background: var(--secondary-color);
}

/* Promo Banner */
.promo-section {
    padding: 40px 0;
}

.promo-banner {
    background: var(--light-bg);
    border-radius: 15px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.promo-content {
    flex: 1;
    padding: 40px;
    text-align: center;
}

.promo-label {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.promo-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.btn-promo {
    background: var(--primary-color);
    color: var(--white);
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
}

.btn-promo:hover {
    background: var(--secondary-color);
}

.promo-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 300px;
}

.promo-image img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.hero-side-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-image:hover .hero-side-image {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.25);
}

/* Remove float animation - replace with subtle hover effect */

/* Features Section */
.features-section {
    padding: 60px 0;
    background: var(--white);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.feature-item {
    text-align: center;
}

.feature-icon {
    margin-bottom: 15px;
}

.feature-icon img {
    height: 120px;
}

.feature-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-desc {
    font-size: 14px;
    color: #666;
}

/* Footer */
.site-footer {
    background: var(--primary-color);
    color: var(--white);
    padding: 60px 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-widget h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.footer-widget ul {
    list-style: none;
}

.footer-widget li {
    margin-bottom: 10px;
}

.footer-widget a {
    color: #ccc;
    font-size: 14px;
}

.footer-widget a:hover {
    color: var(--secondary-color);
}

.contact-info p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #ccc;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.newsletter-form input {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-family: inherit;
}

.newsletter-form button {
    background: var(--secondary-color);
    color: var(--white);
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #999;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 35px;
    height: 35px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.social-links a:hover {
    background: var(--secondary-color);
}

/* Product Page */
.product-single {
    padding: 60px 0;
    background: var(--white);
}

.product-single-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.product-gallery {
    position: relative;
}

.product-gallery .main-image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    background: var(--light-bg);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-gallery .main-image:hover img {
    transform: scale(1.02);
}

.thumbnail-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.thumbnail-list img {
    width: 85px;
    height: 85px;
    border-radius: 8px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbnail-list img:hover {
    border-color: var(--border-color);
}

.thumbnail-list img.active {
    border-color: var(--secondary-color);
}

.product-summary h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.product-summary .price {
    font-size: 28px;
    color: var(--success-color);
    font-weight: 700;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-summary .price del {
    color: #999;
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through;
}

.product-summary .price ins {
    text-decoration: none;
    color: var(--success-color);
}

.product-short-desc {
    margin-bottom: 30px;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

/* Product Variations */
.variations_form {
    margin-bottom: 25px;
}

.variations_form table {
    width: 100%;
    border: none;
}

.variations_form tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.variations_form th,
.variations_form td {
    border: none;
    padding: 0;
}

.variations_form label {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

.variations_form select {
    padding: 12px 15px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-family: inherit;
    font-size: 15px;
    width: 100%;
    background: var(--white);
    cursor: pointer;
}

.variations_form select:focus {
    border-color: var(--secondary-color);
    outline: none;
}

/* Color Swatches */
.color-swatches {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.color-swatch {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.color-swatch:hover,
.color-swatch.active {
    border-color: var(--secondary-color);
    transform: scale(1.1);
}

/* Size Options */
.size-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.size-option {
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 0 15px;
}

.size-option:hover,
.size-option.active {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
    color: var(--white);
}

.size-option.out-of-stock {
    opacity: 0.5;
    cursor: not-allowed;
    text-decoration: line-through;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.quantity-selector label {
    font-weight: 700;
    font-size: 15px;
}

.quantity-input {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    background: var(--white);
}

.quantity-input button {
    background: var(--light-bg);
    border: none;
    padding: 12px 18px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.quantity-input button:hover {
    background: var(--border-color);
}

.quantity-input input {
    border: none;
    width: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

.quantity-input input::-webkit-outer-spin-button,
.quantity-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.btn-buy {
    background: var(--primary-color);
    color: var(--white);
    border: none;
    padding: 18px 50px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-buy:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(201, 168, 108, 0.4);
}

.btn-buy i {
    font-size: 20px;
}

.product-actions {
    display: flex;
    gap: 15px;
}

.wishlist-btn,
.share-btn {
    width: 50px;
    height: 50px;
    border: 2px solid var(--border-color);
    background: var(--white);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-btn:hover,
.share-btn:hover {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
}

.wishlist-btn:hover i,
.share-btn:hover i {
    color: var(--white) !important;
}

.wishlist-btn.active {
    background: #e53935;
    border-color: #e53935;
}

.wishlist-btn.active i {
    color: var(--white) !important;
}

.product-meta {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid var(--border-color);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.product-meta p {
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
}

.product-meta strong {
    color: var(--primary-color);
}

/* Product Tabs */
.product-tabs {
    margin-top: 70px;
}

.tabs-header {
    display: flex;
    gap: 0;
    border-bottom: 2px solid var(--border-color);
    margin-bottom: 30px;
}

.tab-btn {
    background: none;
    border: none;
    padding: 18px 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    color: #666;
    position: relative;
    transition: color 0.3s ease;
    font-family: inherit;
}

.tab-btn.active {
    color: var(--primary-color);
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--secondary-color);
}

.tab-panel {
    display: none;
    padding: 20px 0;
    animation: fadeIn 0.3s ease;
}

.tab-panel.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Reviews */
.reviews-list {
    margin-top: 30px;
}

/* Notification Popup */
.nayab-notification {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(17, 17, 17, 0.34);
    backdrop-filter: blur(3px);
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.22s ease;
    pointer-events: none;
}

.nayab-notification.show {
    opacity: 1;
}

.nayab-notification-card {
    width: min(380px, 100%);
    display: grid;
    justify-items: center;
    gap: 13px;
    padding: 28px 24px;
    border-radius: 14px;
    background: #fff;
    color: #1f2933;
    text-align: center;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    transform: translateY(16px) scale(0.96);
    transition: transform 0.22s ease;
}

.nayab-notification.show .nayab-notification-card {
    transform: translateY(0) scale(1);
}

.nayab-notification-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(34, 164, 71, 0.12);
    color: #22a447;
    font-size: 22px;
}

.nayab-notification.is-error .nayab-notification-icon {
    background: rgba(220, 53, 69, 0.12);
    color: #dc3545;
}

.nayab-notification-card p {
    margin: 0;
    color: #1f2933;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.8;
}

.nayab-confirm-modal {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
}

.nayab-confirm-modal.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.nayab-confirm-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.5);
    backdrop-filter: blur(4px);
}

.nayab-confirm-card {
    position: relative;
    width: min(390px, 100%);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.18);
    padding: 26px;
    text-align: center;
    transform: translateY(12px) scale(0.98);
    transition: transform 0.18s ease;
}

.nayab-confirm-modal.is-visible .nayab-confirm-card {
    transform: translateY(0) scale(1);
}

.nayab-confirm-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
    font-size: 20px;
}

.nayab-confirm-card h3 {
    margin: 0 0 8px;
    color: #1f2933;
    font-size: 20px;
    line-height: 1.4;
}

.nayab-confirm-card p {
    margin: 0;
    color: #5f6b7a;
    font-size: 14px;
    line-height: 1.8;
}

.nayab-confirm-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

.nayab-confirm-actions button {
    min-width: 108px;
    border: 0;
    border-radius: 10px;
    padding: 11px 18px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nayab-confirm-actions button:hover {
    transform: translateY(-1px);
}

.nayab-confirm-cancel {
    background: #f1f3f5;
    color: #343a40;
}

.nayab-confirm-submit {
    background: #dc3545;
    color: #fff;
    box-shadow: 0 10px 20px rgba(220, 53, 69, 0.22);
}

@media (max-width: 480px) {
    .nayab-confirm-actions {
        flex-direction: column-reverse;
    }

    .nayab-confirm-actions button {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .single-product .screenshot-product-page .product-variation-choices {
        grid-template-columns: 1fr;
    }
}

.review-item {
    border-bottom: 1px solid var(--border-color);
    padding: 25px 0;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--light-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--secondary-color);
}

.review-meta h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.review-meta .date {
    font-size: 13px;
    color: #999;
}

.review-rating {
    color: #ffc107;
    margin-bottom: 10px;
}

.review-content {
    color: #555;
    line-height: 1.7;
}

/* Category Page */
.category-header {
    background: var(--light-bg);
    padding: 40px 0;
    text-align: center;
    margin-bottom: 40px;
}

.category-header h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.category-header p {
    color: #666;
}

.category-layout {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 30px;
    padding-bottom: 60px;
}

.sidebar-filter {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    height: fit-content;
}

.filter-widget {
    margin-bottom: 30px;
}

.filter-widget h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--border-color);
}

.filter-options {
    list-style: none;
}

.filter-options li {
    margin-bottom: 10px;
}

.filter-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
}

.filter-options input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.price-range {
    display: flex;
    gap: 10px;
    align-items: center;
}

.price-range input {
    width: 100%;
    padding: 8px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.category-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: var(--white);
    border-radius: 10px;
}

.results-count {
    font-size: 14px;
    color: #666;
}

.sort-select {
    padding: 8px 15px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-family: inherit;
}

/* Cart Page - New Design */
.page-header-dark {
    background: #2d3142;
    padding: 50px 0;
    text-align: center;
}

.page-header-dark h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.breadcrumb-bar {
    background: #f8f9fa;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.breadcrumb-nav a {
    color: #6c757d;
}

.breadcrumb-nav a:hover {
    color: #2d3142;
}

.breadcrumb-nav .sep {
    color: #adb5bd;
}

.breadcrumb-nav span:last-child {
    color: #2d3142;
    font-weight: 600;
}

.cart-page-wrapper {
    padding: 40px 0 60px;
    background: #f8f9fa;
}

.cart-layout {
    display: grid;
    grid-template-columns: 220px 1fr 320px;
    gap: 30px;
    align-items: start;
}

/* Left Sidebar */
.cart-sidebar-left {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.sidebar-widget {
    margin-bottom: 25px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2d3142;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.sidebar-list {
    list-style: none;
}

.sidebar-list li {
    margin-bottom: 8px;
}

.sidebar-list a {
    color: #6c757d;
    font-size: 13px;
}

.sidebar-list a:hover {
    color: #c9a86c;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag-cloud .tag {
    display: inline-block;
    padding: 5px 12px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    font-size: 11px;
    color: #495057;
    transition: all 0.3s;
}

.tag-cloud .tag:hover {
    background: #2d3142;
    color: #fff;
    border-color: #2d3142;
}

/* Cart Main Content */
.cart-main {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.cart-table-wrapper {
    overflow-x: auto;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
}

.cart-table th {
    text-align: center;
    padding: 15px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
    border-bottom: 2px solid #e9ecef;
}

.cart-table th.col-product {
    text-align: right;
    width: 45%;
}

.cart-table th.col-qty,
.cart-table th.col-price,
.cart-table th.col-total {
    width: 18%;
}

.cart-table th.col-remove {
    width: 5%;
}

.cart-table td {
    padding: 20px 10px;
    border-bottom: 1px solid #e9ecef;
    vertical-align: middle;
    text-align: center;
}

.cart-table td.col-product {
    text-align: right;
}

.cart-product-cell {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-product-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.cart-product-info .product-name {
    font-weight: 600;
    font-size: 14px;
    color: #2d3142;
    display: block;
    margin-bottom: 5px;
}

.cart-product-info .product-name:hover {
    color: #c9a86c;
}

.cart-product-info .variation {
    font-size: 12px;
    color: #6c757d;
}

/* Quantity Control */
.qty-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
}

.qty-btn {
    width: 32px;
    height: 36px;
    border: none;
    background: #f8f9fa;
    color: #495057;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.qty-btn:hover {
    background: #e9ecef;
}

.qty-control input.qty {
    width: 45px;
    height: 36px;
    border: none;
    border-right: 1px solid #e9ecef;
    border-left: 1px solid #e9ecef;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

.qty-control input.qty::-webkit-outer-spin-button,
.qty-control input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* Price & Total */
.cart-table .price,
.cart-table .total-price {
    font-weight: 600;
    color: #2d3142;
    font-size: 14px;
}

.cart-table .price del {
    color: #adb5bd;
    font-size: 12px;
    display: block;
}

.cart-table .price ins {
    text-decoration: none;
    color: #28a745;
}

/* Remove Button */
.remove-product {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    color: #dc3545;
    font-size: 12px;
    transition: all 0.3s;
}

.remove-product:hover {
    background: #dc3545;
    color: #fff;
}

/* Cart Actions */
.cart-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid #e9ecef;
}

.btn-update-cart {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    background: #2d3142;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-update-cart:hover {
    background: #c9a86c;
}

.btn-continue-shop {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    background: #e9ecef;
    color: #495057;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-continue-shop:hover {
    background: #dee2e6;
    color: #2d3142;
}

/* Right Sidebar - Cart Totals */
.cart-sidebar-right {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.cart-totals-box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #2d3142;
    margin-bottom: 20px;
    text-align: center;
}

.totals-list {
    margin-bottom: 20px;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
}

.total-row .label {
    color: #6c757d;
}

.total-row .value {
    font-weight: 600;
    color: #2d3142;
}

.total-row.grand-total {
    border-bottom: none;
    border-top: 2px solid #2d3142;
    margin-top: 10px;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 700;
}

.total-row.grand-total .label,
.total-row.grand-total .value {
    color: #2d3142;
}

/* Shipping Options */
.shipping-options {
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.shipping-option {
    margin-bottom: 12px;
}

.shipping-option:last-child {
    margin-bottom: 0;
}

.shipping-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.shipping-label input[type="radio"] {
    margin-top: 3px;
    accent-color: #2d3142;
}

.radio-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 3px;
}

.method-name {
    font-size: 13px;
    color: #495057;
}

.method-price {
    font-size: 12px;
    font-weight: 600;
    color: #2d3142;
}

.method-price.free {
    color: #6c757d;
}

/* Checkout Button */
.btn-checkout-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px;
    background: #2d3142;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s;
}

.btn-checkout-main:hover {
    background: #c9a86c;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(201, 168, 108, 0.3);
}

.cart-item-price {
    font-weight: 600;
}

.cart-item-total {
    font-weight: 700;
    color: var(--success-color);
}

/* Responsive Cart */
@media (max-width: 1200px) {
    .cart-layout {
        grid-template-columns: 1fr 320px;
    }
    
    .cart-sidebar-left {
        display: none;
    }
}

@media (max-width: 992px) {
    .cart-layout {
        grid-template-columns: 1fr;
    }
    
    .cart-sidebar-right {
        order: -1;
        margin-bottom: 20px;
    }
    
    .cart-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-update-cart,
    .btn-continue-shop {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .cart-table th,
    .cart-table td {
        padding: 12px 8px;
        font-size: 12px;
    }
    
    .cart-product-img img {
        width: 50px;
        height: 50px;
    }
    
    .cart-product-info .product-name {
        font-size: 12px;
    }
    
    .qty-btn {
        width: 28px;
        height: 32px;
    }
    
    .qty-control input.qty {
        width: 35px;
        height: 32px;
    }
    
    .page-header-dark {
        padding: 35px 0;
    }
    
    .page-header-dark h1 {
        font-size: 24px;
    }
    
    .cart-main {
        padding: 15px;
    }
    
    .cart-sidebar-right {
        padding: 20px;
    }
}

.remove-item {
    background: none;
    border: none;
    color: var(--danger-color);
    cursor: pointer;
    font-size: 18px;
}

.cart-summary {
    background: var(--white);
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    height: fit-content;
}

.cart-summary h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--border-color);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 15px;
}

.summary-row.total {
    font-size: 20px;
    font-weight: 700;
    padding-top: 15px;
    border-top: 2px solid var(--border-color);
    margin-top: 15px;
}

.btn-checkout {
    background: var(--primary-color);
    color: var(--white);
    border: none;
    padding: 15px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.3s ease;
}

.btn-checkout:hover {
    background: var(--secondary-color);
}

.coupon-form {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.coupon-form input {
    flex: 1;
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-family: inherit;
}

.coupon-form button {
    background: var(--light-bg);
    border: 1px solid var(--border-color);
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .category-layout {
        grid-template-columns: 1fr;
    }
    
    .sidebar-filter {
        display: none;
    }
    
    .cart-grid {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .product-single-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .product-gallery .main-image {
        aspect-ratio: 4/3;
    }
    
    .promo-banner {
        flex-direction: column;
    }
    
    .product-tabs {
        margin-top: 50px;
    }
    
    .tabs-header {
        flex-wrap: wrap;
    }
    
    .tab-btn {
        padding: 15px 25px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .header-inner {
        flex-wrap: wrap;
    }
    
    .mobile-menu-toggle {
        display: block !important;
    }
    
    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: var(--white);
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    
    .main-nav.active {
        display: block;
    }
    
    .main-nav ul {
        flex-direction: column;
        gap: 15px;
    }
    
    .main-nav .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: #f8f8f8;
        margin: 10px 0;
        padding: 10px 15px;
        min-width: auto;
        display: none;
    }
    
    .main-nav .menu-item-has-children.active > .sub-menu {
        display: block;
    }
    
    .main-nav .sub-menu .sub-menu {
        right: auto;
        margin-right: 0;
        margin-top: 5px;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
    }
    
    .cart-header {
        display: none;
    }
    
    .cart-item {
        grid-template-columns: 80px 1fr;
        gap: 10px;
    }
    
    .cart-item > *:not(:first-child):not(:nth-child(2)) {
        grid-column: 2;
    }
    
    .product-summary h1 {
        font-size: 24px;
    }
    
    .product-summary .price {
        font-size: 22px;
    }
    
    .thumbnail-list img {
        width: 65px;
        height: 65px;
    }
    
    .product-meta {
        grid-template-columns: 1fr;
    }
    
    .tab-btn {
        padding: 12px 18px;
        font-size: 14px;
        flex: 1;
        text-align: center;
    }
    
    .btn-buy {
        max-width: 100%;
    }
}

/* Homepage Redesign */
:root {
    --nayab-black: #111111;
    --nayab-gold: #c9a86c;
    --nayab-soft: #f5f2ec;
    --nayab-muted: #8b8b8b;
    --nayab-border: #ece7df;
}

body {
    background: #ffffff;
}

.top-bar {
    background: var(--nayab-black);
    color: #f2d16f;
    font-size: 11px;
    padding: 7px 0 6px;
    letter-spacing: 0;
}

.container {
    max-width: 1080px;
}

.site-header {
    position: sticky;
    top: 0;
    border-bottom: 1px solid #f1ece6;
    box-shadow: 0 2px 8px rgba(17, 17, 17, 0.04);
}

.header-inner {
    min-height: 82px;
    gap: 18px;
    padding: 0;
}

.header-left {
    gap: 14px;
    min-width: 88px;
}

.header-right {
    gap: 14px;
    min-width: 88px;
    justify-content: flex-end;
}

.search-btn,
.cart-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #6c6c6c;
}

.search-btn:hover,
.cart-btn:hover {
    background: #f6f3ef;
    color: var(--nayab-black);
}

.cart-count {
    width: 14px;
    height: 14px;
    top: 0;
    right: -1px;
    font-size: 9px;
    background: #ef6a62;
}

.main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-nav ul {
    gap: 28px;
}

.main-nav a {
    font-size: 13px;
    font-weight: 700;
    color: #303030;
}

/* Refined header dropdown menu */
.site-header .main-nav {
    overflow: visible;
}

.site-header .main-nav > ul > .menu-item-has-children > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 2px;
}

.site-header .main-nav > ul > .menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #8b7a62;
    opacity: 0;
    transform: translateY(-1px);
    transition: opacity .2s ease, transform .2s ease, color .2s ease;
}

.site-header .main-nav > ul > .menu-item-has-children:hover > a,
.site-header .main-nav > ul > .menu-item-has-children:focus-within > a {
    color: var(--nayab-gold);
}

.site-header .main-nav > ul > .menu-item-has-children:hover > a::after,
.site-header .main-nav > ul > .menu-item-has-children:focus-within > a::after {
    color: var(--nayab-gold);
    opacity: 1;
    transform: translateY(-1px) rotate(180deg);
}

.site-header .main-nav .sub-menu {
    top: calc(100% + 2px);
    right: 0;
    left: auto;
    min-width: 220px;
    padding: 13px 0;
    border: 0;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
    transform: translateY(10px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.site-header .main-nav .sub-menu::before {
    display: none;
}

.site-header .main-nav .menu-item:hover > .sub-menu,
.site-header .main-nav .menu-item:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-header .main-nav .sub-menu .menu-item {
    border: 0;
}

.site-header .main-nav .sub-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 39px;
    padding: 9px 22px;
    border-radius: 0;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
    text-align: right;
}

.site-header .main-nav .sub-menu a:hover,
.site-header .main-nav .sub-menu a:focus {
    background: #fbfbfb;
    color: #111;
}

.site-header .main-nav .sub-menu .menu-item-has-children > a::after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: auto;
    margin-left: 0;
    color: #222;
    font-size: 10px;
}

.site-header .main-nav .sub-menu .sub-menu {
    top: 0;
    right: calc(100% + 2px);
    min-width: 220px;
    padding: 13px 0;
    transform: translateX(10px);
}

.site-header .main-nav .sub-menu .sub-menu::after {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    width: 8px;
    height: 100%;
}

.site-header .main-nav .sub-menu .menu-item:hover > .sub-menu,
.site-header .main-nav .sub-menu .menu-item:focus-within > .sub-menu {
    transform: translateX(0);
}

.logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
}

.logo-mark {
    width: 54px;
    height: 54px;
    border: 1px solid #e6d4b9;
    border-radius: 50%;
    color: #b99656;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    background: radial-gradient(circle at 30% 30%, #fff9ed, #f6efe4);
}

.categories-section {
    padding: 26px 0 18px;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.category-item img {
    width: 138px;
    height: 138px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: none;
}

.category-item h3 {
    font-size: 14px;
    font-weight: 700;
    color: #262626;
}

.products-section {
    padding: 18px 0 22px;
}

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

.section-title h2 {
    font-size: 29px;
    padding-bottom: 0;
}

.section-title h2::after {
    bottom: -6px;
    width: 86px;
    height: 2px;
    background: #d8be8d;
}

.products-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.product-card {
    border: 1px solid var(--nayab-border);
    border-radius: 0;
    box-shadow: none;
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(17, 17, 17, 0.06);
}

.product-image {
    position: relative;
    aspect-ratio: 1 / 0.94;
    background: linear-gradient(180deg, #f7f4ef, #ffffff);
}

.product-image > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.product-image img,
.product-image .product-thumbnail {
    object-fit: contain;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: block;
}

.sale-badge {
    position: absolute;
    top: 9px;
    right: 9px;
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 11px;
    background: #e6b352;
    z-index: 2;
    pointer-events: none;
}

.product-info {
    padding: 10px 10px 12px;
    text-align: right;
}

.product-title {
    min-height: 40px;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.product-rating {
    display: none;
}

.product-price {
    min-height: 36px;
    margin-bottom: 10px;
    font-size: 13px;
}

.product-price .amount,
.product-price bdi {
    color: #2a7d2e;
    font-size: 13px;
    font-weight: 700;
}

.product-price del,
.product-price .price-regular {
    display: inline-block;
    margin-left: 6px;
    color: #989898;
    font-size: 11px;
    text-decoration: line-through;
}

.product-price del .amount,
.product-price del bdi {
    color: #989898;
    font-size: 11px;
    font-weight: 400;
}

.product-price ins,
.product-price .price-sale {
    text-decoration: none;
}

.product-action {
    display: flex;
    justify-content: center;
}

.btn-add-cart {
    width: auto;
    min-width: 88px;
    padding: 8px 16px;
    border-radius: 0;
    background: #0d0d0d;
    font-size: 12px;
    font-weight: 700;
}

.btn-add-cart:hover {
    background: #202020;
}

.promo-section {
    padding: 12px 0 48px;
}

.promo-banner {
    min-height: 256px;
    background: linear-gradient(90deg, #f3efea 0 47%, #ffffff 47% 100%);
    border-radius: 8px;
    border: 1px solid #efebe5;
    box-shadow: 0 10px 25px rgba(17, 17, 17, 0.05);
}

.promo-content {
    flex: 0 0 47%;
    padding: 42px 34px;
    text-align: center;
}

.promo-label {
    color: #d6ad55;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.promo-title {
    font-size: 58px;
    line-height: 1.04;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.btn-promo {
    padding: 10px 24px;
    border-radius: 0;
    font-size: 12px;
}

.promo-image {
    position: relative;
    flex: 1;
    min-height: 256px;
    padding: 22px;
}

.promo-watch-scene {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background:
        radial-gradient(circle at 56% 50%, #f4f4f4 0 22%, transparent 22%),
        radial-gradient(circle at 38% 47%, #f4f4f4 0 23%, transparent 23%),
        linear-gradient(90deg, #ffffff 0 58%, #090909 58% 100%);
    overflow: hidden;
}

.watch {
    position: absolute;
    top: 50%;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #f9f9f9 0 42%, #d0d0d0 43% 50%, transparent 51%),
        linear-gradient(135deg, #d8d8d8, #8d8d8d);
    transform: translateY(-50%);
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.12);
}

.watch::before,
.watch::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 28px;
    transform: translateX(-50%);
    border-radius: 18px;
}

.watch::before {
    top: -88px;
    height: 95px;
}

.watch::after {
    bottom: -88px;
    height: 95px;
}

.watch-silver {
    left: 28%;
}

.watch-silver::before,
.watch-silver::after {
    background: linear-gradient(180deg, #dddddd, #9f9f9f);
}

.watch-gold {
    left: 51%;
}

.watch-gold::before,
.watch-gold::after {
    background: linear-gradient(180deg, #d2a746, #f1db7c);
}

.features-section {
    padding: 10px 0 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: end;
}

.feature-item {
    text-align: center;
}

.feature-illustration {
    position: relative;
    height: 145px;
    margin-bottom: 16px;
}

.feature-bubble {
    position: absolute;
    border-radius: 50%;
    opacity: 0.9;
}

.bubble-green {
    width: 32px;
    height: 32px;
    background: #2cca6f;
}

.bubble-orange {
    width: 18px;
    height: 18px;
    background: #ef996f;
}

.bubble-red {
    width: 20px;
    height: 20px;
    background: #ef6767;
}

.illustration-cod .bubble-green {
    top: 38px;
    right: 62px;
}

.illustration-cod .bubble-orange {
    top: 12px;
    left: 90px;
}

.feature-phone {
    position: absolute;
    left: 76px;
    bottom: 18px;
    width: 48px;
    height: 86px;
    border-radius: 14px;
    background: #ffffff;
    border: 4px solid #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #24cb63;
    font-size: 22px;
}

.feature-character,
.desk-agent,
.delivery-person {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.feature-character {
    width: 100px;
    height: 112px;
    background:
        radial-gradient(circle at 50% 18%, #f6cfaa 0 16px, transparent 17px),
        linear-gradient(180deg, #f0c05b 0 54%, #7f8ea5 54% 100%);
    border-radius: 28px 28px 12px 12px;
    clip-path: polygon(22% 0, 78% 0, 100% 26%, 89% 100%, 11% 100%, 0 26%);
}

.illustration-confirm .bubble-red {
    top: 18px;
    right: 78px;
}

.desk-monitor {
    position: absolute;
    right: 86px;
    bottom: 34px;
    width: 78px;
    height: 56px;
    border-radius: 10px;
    background: #d9edf8;
    border: 4px solid #243647;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e76f51;
    font-size: 20px;
}

.desk-monitor::after {
    content: "";
    position: absolute;
    bottom: -16px;
    width: 26px;
    height: 16px;
    background: #243647;
    clip-path: polygon(38% 0, 62% 0, 100% 100%, 0 100%);
}

.desk-agent {
    width: 98px;
    height: 106px;
    background:
        radial-gradient(circle at 50% 18%, #f6cfaa 0 16px, transparent 17px),
        linear-gradient(180deg, #ea6f61 0 48%, #d7a45a 48% 100%);
    border-radius: 30px 30px 16px 16px;
    clip-path: polygon(18% 0, 82% 0, 100% 22%, 85% 100%, 15% 100%, 0 22%);
}

.illustration-order .bubble-orange {
    top: 16px;
    right: 82px;
}

.shopping-phone {
    position: absolute;
    right: 58px;
    bottom: 6px;
    width: 82px;
    height: 122px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #ececec);
    border: 4px solid #212121;
}

.shopping-phone::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 12px;
    background:
        linear-gradient(180deg, #f4f0eb 0 26%, transparent 26%),
        linear-gradient(180deg, transparent 0 55%, #f1a54c 55% 73%, transparent 73%);
}

.delivery-person {
    left: 104px;
    transform: none;
    width: 62px;
    height: 104px;
    background:
        radial-gradient(circle at 50% 16%, #f6cfaa 0 14px, transparent 15px),
        linear-gradient(180deg, #df8a5d 0 55%, #4d7f9c 55% 100%);
    border-radius: 22px 22px 12px 12px;
}

.feature-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #242424;
}

.feature-desc {
    display: none;
}

/* Custom Feature Icons (uploaded images) */
.feature-custom-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.feature-illustration.has-custom-icon .feature-phone,
.feature-illustration.has-custom-icon .desk-monitor,
.feature-illustration.has-custom-icon .shopping-phone {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: auto;
    height: auto;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.feature-illustration.has-custom-icon .feature-phone::before,
.feature-illustration.has-custom-icon .desk-monitor::before,
.feature-illustration.has-custom-icon .shopping-phone::before {
    display: none !important;
}

.site-footer {
    background: #ffffff;
    color: #232323;
    padding: 18px 0 12px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
    gap: 26px;
    margin-bottom: 12px;
}

.footer-widget h3 {
    color: #2b2b2b;
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-links ul,
.contact-info {
    display: grid;
    gap: 8px;
}

.footer-widget a,
.contact-info p,
.brand-copy {
    color: #7d7d7d;
    font-size: 12px;
}

.footer-brand {
    text-align: center;
}

.footer-brand h3 {
    font-size: 30px;
    margin-bottom: 4px;
}

.social-links {
    justify-content: center;
    margin-top: 12px;
}

.social-links a {
    display: none;
}

.footer-social-ring {
    margin: 10px auto 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9f9f9f;
    font-size: 12px;
}

.footer-bottom {
    border-top: 1px solid #f0ece6;
    padding-top: 10px;
    flex-direction: row-reverse;
}

.footer-bottom p {
    font-size: 10px;
    color: #b38c44;
}

.whatsapp-float {
    width: 58px;
    height: 58px;
    right: 18px;
    left: auto;
    bottom: 22px;
    font-size: 29px;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.34);
    animation: nayab-whatsapp-nudge 5s ease-in-out infinite;
}

@keyframes nayab-whatsapp-nudge {
    0%, 72%, 100% {
        transform: translateY(0) scale(1);
    }
    76% {
        transform: translateY(-5px) scale(1.05);
    }
    80% {
        transform: translateY(0) scale(1);
    }
    84% {
        transform: translateY(-3px) scale(1.03);
    }
    88% {
        transform: translateY(0) scale(1);
    }
}

.demo-product-art {
    width: 100%;
    height: 100%;
    position: relative;
}

.demo-watch-art {
    background:
        radial-gradient(circle at 50% 50%, #313131 0 18%, #6c6c6c 19% 27%, transparent 28%),
        linear-gradient(180deg, #474747 0 20%, transparent 20% 80%, #474747 80% 100%),
        linear-gradient(135deg, #ececec, #c6c6c6);
    background-size: 56% 56%, 22% 100%, 100% 100%;
    background-repeat: no-repeat;
    background-position: center, center, center;
}

.demo-shoe-art {
    background:
        radial-gradient(circle at 60% 48%, #e19b46 0 8%, transparent 9%),
        linear-gradient(160deg, transparent 0 30%, #efc57e 30% 56%, transparent 56% 100%),
        linear-gradient(145deg, #c7c7c7 0 28%, #f1a545 28% 54%, #f7f1e7 54% 100%);
}

.demo-accessory-art {
    background:
        radial-gradient(circle at 32% 65%, #abd8e8 0 10%, transparent 11%),
        radial-gradient(circle at 67% 65%, #abd8e8 0 10%, transparent 11%),
        linear-gradient(180deg, #d7eef8, #b8d9ea);
}

.demo-bag-art {
    background:
        radial-gradient(circle at 50% 30%, transparent 0 15%, #c9985d 16% 18%, transparent 19%),
        linear-gradient(180deg, #4a617d 0 16%, transparent 16%),
        linear-gradient(180deg, #6c83a0, #4c6685);
}

.demo-slipper-art {
    background:
        radial-gradient(circle at 40% 58%, #1f2e60 0 14%, transparent 15%),
        radial-gradient(circle at 62% 56%, #1f2e60 0 14%, transparent 15%),
        linear-gradient(145deg, #4f5d8b, #21356b);
}

.empty-state {
    text-align: center;
    color: var(--nayab-muted);
    padding: 24px 0;
}

@media (max-width: 992px) {
    .categories-grid,
    .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .promo-title {
        font-size: 44px;
    }

    .feature-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .header-inner {
        min-height: 72px;
        padding: 10px 0;
    }

    .main-nav {
        justify-content: flex-start;
    }

    .categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 12px;
    }

    .category-item img {
        width: 112px;
        height: 112px;
    }

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-title {
        min-height: 36px;
    }

    .promo-banner {
        flex-direction: column;
        background: linear-gradient(180deg, #f3efea 0 46%, #ffffff 46% 100%);
    }

    .promo-content,
    .promo-image {
        flex: none;
        width: 100%;
    }

    .promo-content {
        padding: 32px 20px 18px;
    }

    .promo-title {
        font-size: 40px;
    }

    .promo-label {
        font-size: 20px;
    }

    .promo-image {
        min-height: 220px;
    }

    .hero-side-image {
        max-height: 280px;
        border-radius: 12px;
    }

    .features-grid,
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .feature-illustration {
        height: 132px;
    }

    .feature-custom-icon {
        width: 56px;
        height: 56px;
    }

    .feature-title {
        font-size: 28px;
    }

    .footer-brand,
    .footer-widget {
        text-align: center;
    }

    .footer-links ul,
    .contact-info {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 4px;
    }
}

/* Single Product Redesign */
.single-product .product-single {
    padding: 22px 0 48px;
    background: #fff;
}

.single-product .product-single-grid {
    display: grid;
    grid-template-columns: minmax(320px, 392px) minmax(280px, 360px);
    gap: 34px;
    align-items: start;
    justify-content: center;
}

.single-product .product-summary {
    padding-top: 8px;
}

.product-summary-breadcrumb {
    margin-bottom: 12px;
}

.product-summary-breadcrumb .woocommerce-breadcrumb,
.product-summary-breadcrumb .woocommerce-breadcrumb a {
    color: #d19b2c;
    font-size: 12px;
    font-weight: 600;
}

.product-summary-breadcrumb .breadcrumb-separator {
    margin: 0 6px;
    color: #d9c08d;
}

.product-summary-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 6px;
}

.product-summary-headline {
    display: grid;
    gap: 3px;
}

.product-summary-top h1 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 31px;
    line-height: 1.35;
    margin: 0;
    color: #2f2f2f;
}

.product-emoji {
    font-size: 18px;
}

.product-summary-rating {
    color: #f1b11a;
    font-size: 13px;
    margin: 0;
}

.product-summary-rating .star-rating {
    float: none;
    display: inline-block;
    margin: 0;
}

.product-summary-status {
    white-space: nowrap;
    padding-top: 9px;
    font-size: 13px;
    font-weight: 700;
}

.product-summary-status.in-stock {
    color: #4aa94c;
}

.product-summary-status.out-of-stock {
    color: #d64a4a;
}

.rating-placeholder {
    letter-spacing: 1px;
}

.product-main-price {
    font-size: 38px;
    margin-bottom: 10px;
    color: #4ca745;
}

.product-main-price .amount,
.product-main-price bdi,
.product-main-price ins .amount,
.product-main-price ins bdi {
    color: #4ca745;
    font-size: 38px;
    font-weight: 700;
}

.single-product .product-short-desc {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.9;
    color: #6f6f6f;
}

.purchase-card {
    border: 2px solid #70829d;
    background: #fff;
    padding: 10px 10px 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.purchase-card-title {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3f3f3f;
}

.purchase-form-shell {
    margin: 0;
}

.purchase-form-shell .variations {
    width: 100%;
    margin-bottom: 8px;
    border-spacing: 0;
}

.purchase-form-shell .variations tbody {
    display: grid;
    gap: 8px;
}

.purchase-form-shell .variations tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
}

.purchase-form-shell .variations td,
.purchase-form-shell .variations th {
    display: block;
    padding: 0;
    text-align: right;
}

.purchase-form-shell .variations label,
.purchase-field label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #4b4b4b;
}

.purchase-form-shell .variations select,
.purchase-field select,
.purchase-field input:not(.qty) {
    width: 100%;
    min-height: 33px;
    border: 1px solid #b8b8b8;
    background: #fff;
    padding: 7px 10px;
    font-size: 12px;
    color: #4a4a4a;
    border-radius: 0;
}

.purchase-form-shell .reset_variations {
    display: inline-block;
    margin-top: 4px;
    font-size: 11px;
    color: #4e87c2;
}

.purchase-form-shell .single_variation_wrap {
    display: grid;
    gap: 8px;
}

.purchase-form-shell .woocommerce-variation-price {
    padding: 2px 0 0;
}

.purchase-form-shell .woocommerce-variation-price .price,
.purchase-form-shell .woocommerce-variation-price .amount,
.purchase-form-shell .woocommerce-variation-price bdi {
    color: #4ca745;
    font-size: 14px;
    font-weight: 700;
}

.purchase-controls {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 8px;
}

.purchase-field {
    display: grid;
    gap: 4px;
}

.quantity-input {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid #b8b8b8;
    border-radius: 0;
    background: #fff;
}

.quantity-input button,
.purchase-form-shell .quantity button {
    border: 0;
    background: #f6f6f6;
    padding: 8px 12px;
    font-size: 16px;
    color: #555;
    cursor: pointer;
}

.quantity-input .quantity,
.purchase-form-shell .quantity {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.quantity-input input,
.purchase-form-shell .quantity input {
    width: 54px;
    min-width: 54px;
    padding: 8px 0;
    font-size: 14px;
    border: 0;
    text-align: center;
    background: #fff;
}

.purchase-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 8px;
}

.btn-buy {
    max-width: none;
    width: 100%;
    min-height: 34px;
    padding: 10px 14px;
    border-radius: 0;
    font-size: 12px;
    box-shadow: none;
    border: 0;
    background: #d8a24e;
    color: #fff;
    cursor: pointer;
}

.btn-buy:hover {
    transform: none;
    box-shadow: none;
}

.btn-buy-secondary {
    background: #cf943a;
}

.purchase-form-shell .single_add_to_cart_button,
.purchase-form-shell .ajax_add_to_cart {
    width: 100%;
}

.purchase-form-shell .woocommerce-variation-add-to-cart {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: stretch;
}

.purchase-form-shell .woocommerce-variation-add-to-cart .purchase-field-wide {
    grid-column: 1 / -1;
}

.purchase-form-shell .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.purchase-form-shell .woocommerce-variation-add-to-cart .ajax_add_to_cart_variable {
    min-height: 34px;
    margin: 0;
}

.purchase-form-shell .ajax_add_to_cart_variable[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
}

.purchase-form-shell .woocommerce-variation-add-to-cart-disabled {
    opacity: 1;
}

.stock-out {
    color: #d74444;
    font-weight: 700;
    padding: 10px 0;
}

.purchase-meta {
    border-top: 1px solid #c8d5e4;
    margin-top: 8px;
}

.purchase-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 6px;
    border-bottom: 1px solid #c8d5e4;
    font-size: 11px;
}

.purchase-meta-row span {
    color: #444;
}

.purchase-meta-row strong,
.purchase-meta-row strong .amount,
.purchase-meta-row strong bdi {
    color: #3f7b1a;
    font-weight: 700;
    font-size: 11px;
}

.product-meta-inline {
    margin-top: 10px;
    padding-top: 0;
    border-top: 0;
    grid-template-columns: 1fr;
    gap: 4px;
}

.product-meta-inline p {
    font-size: 11px;
    color: #808080;
}

.product-gallery {
    position: relative;
}

.product-gallery-frame {
    position: relative;
    background: #fafafa;
    border: 1px solid #efefef;
    min-height: 420px;
}

.gallery-zoom-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border: 0;
    background: #ffffff;
    color: #8c8c8c;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    z-index: 2;
    cursor: pointer;
}

.single-product .main-image {
    min-height: 420px;
    margin-bottom: 0;
    border-radius: 0;
    background: transparent;
}

.single-product .main-image img {
    width: 100%;
    height: 420px;
    object-fit: contain;
}

.single-product .thumbnail-list {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.single-product .thumbnail-list img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border: 1px solid #ebebeb;
    cursor: pointer;
    background: #fff;
}

.product-tabs {
    margin-top: 38px;
}

.tabs-header {
    border-bottom: 1px solid #efefef;
    margin-bottom: 16px;
}

.tab-btn {
    padding: 10px 18px;
    font-size: 12px;
    color: #7a7a7a;
}

.tab-btn.active {
    color: #404040;
}

.tab-btn.active::after {
    height: 2px;
    background: #9fdfc6;
}

.product-panel-box {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 18px;
}

.product-description {
    min-height: 86px;
    color: #555;
    font-size: 13px;
    line-height: 1.9;
}

.product-reviews-box {
    padding: 0;
    border: 0;
}

.product-reviews-box #reviews {
    margin: 0;
}

.product-reviews-box #comments {
    background: #fff;
    border: 1px solid #efefef;
    padding: 18px;
    margin-bottom: 12px;
}

.product-reviews-box .woocommerce-Reviews-title,
.product-reviews-box .comment-reply-title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #404040;
}

.product-reviews-box .commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-reviews-box .commentlist li {
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 16px;
    margin-bottom: 16px;
}

.product-reviews-box .comment_container {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
}

.product-reviews-box .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.product-reviews-box .meta {
    margin-bottom: 6px;
    color: #777;
    font-size: 12px;
}

.product-reviews-box .star-rating {
    float: none;
    margin-bottom: 8px;
}

.product-reviews-box .description {
    color: #606060;
    font-size: 13px;
    line-height: 1.8;
}

.product-reviews-box #review_form_wrapper {
    background: #fff;
    border: 1px solid #efefef;
    padding: 18px;
}

.product-reviews-box form.comment-form {
    display: grid;
    gap: 10px;
}

.product-reviews-box .comment-form-rating,
.product-reviews-box .comment-notes,
.product-reviews-box .comment-form-comment,
.product-reviews-box .comment-form-author,
.product-reviews-box .comment-form-email {
    margin: 0;
}

.product-reviews-box textarea,
.product-reviews-box input[type="text"],
.product-reviews-box input[type="email"] {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 10px 12px;
    border-radius: 0;
    font-family: inherit;
    font-size: 13px;
    background: #fff;
}

.product-reviews-box textarea {
    min-height: 150px;
    resize: vertical;
}

.product-reviews-box label {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
    color: #555;
}

.product-reviews-box .comment-form-cookies-consent {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 11px;
    color: #666;
}

.product-reviews-box .form-submit {
    margin-top: 6px;
}

.product-reviews-box .submit {
    min-width: 90px;
    padding: 10px 18px;
    border: 0;
    background: #0f0f0f;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    cursor: pointer;
}

.product-reviews-box .must-log-in,
.product-reviews-box .woocommerce-noreviews {
    color: #7b7b7b;
    font-size: 13px;
}

@media (max-width: 992px) {
    .single-product .product-single-grid {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }

    .product-gallery-frame,
    .single-product .main-image,
    .single-product .main-image img {
        min-height: 320px;
        height: 320px;
    }
}

@media (max-width: 768px) {
    .single-product .product-single {
        padding-top: 18px;
    }

    .product-summary-top {
        flex-direction: column;
        gap: 6px;
    }

    .product-summary-top h1 {
        font-size: 23px;
    }

    .product-main-price,
    .product-main-price .amount,
    .product-main-price bdi,
    .product-main-price ins .amount,
    .product-main-price ins bdi {
        font-size: 25px;
    }

    .purchase-actions {
        grid-template-columns: 1fr;
    }

    .purchase-form-shell .woocommerce-variation-add-to-cart {
        grid-template-columns: 1fr;
    }

    .purchase-form-shell .woocommerce-variation-add-to-cart .single_add_to_cart_button,
    .purchase-form-shell .woocommerce-variation-add-to-cart .purchase-field-wide,
    .purchase-form-shell .woocommerce-variation-add-to-cart .ajax_add_to_cart_variable {
        grid-column: auto;
    }

    .product-panel-box,
    .product-reviews-box #comments,
    .product-reviews-box #review_form_wrapper {
        padding: 14px;
    }

    .product-reviews-box .comment_container {
        grid-template-columns: 1fr;
    }
}

/* My Account Styles */
.myaccount-dashboard {
    padding: 30px 0;
}

.welcome-box {
    background: linear-gradient(135deg, #2d3142 0%, #4a4f63 100%);
    color: #fff;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 40px;
}

.welcome-box h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.welcome-box p {
    font-size: 15px;
    opacity: 0.9;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.dashboard-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.card-icon {
    width: 70px;
    height: 70px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: #2d3142;
}

.dashboard-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.dashboard-card p {
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 20px;
}

.card-link {
    display: inline-block;
    padding: 10px 25px;
    background: #2d3142;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

.card-link:hover {
    background: #c9a86c;
}

/* My Orders */
.myaccount-orders h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.orders-table-wrapper {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.orders-table {
    width: 100%;
    border-collapse: collapse;
}

.orders-table th {
    background: #f8f9fa;
    padding: 18px 20px;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
}

.orders-table td {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
}

.order-number {
    font-weight: 700;
    color: #2d3142;
}

.order-status {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-processing { background: #fff3cd; color: #856404; }
.status-completed { background: #d4edda; color: #155724; }
.status-pending { background: #fff3cd; color: #856404; }
.status-cancelled { background: #f8d7da; color: #721c24; }

.btn-view {
    padding: 8px 18px;
    background: #2d3142;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

.no-orders {
    text-align: center;
    padding: 60px 20px;
}

.no-orders i {
    font-size: 60px;
    color: #dee2e6;
    margin-bottom: 20px;
}

.no-orders p {
    color: #6c757d;
    margin-bottom: 20px;
}

.btn-start-shopping {
    display: inline-block;
    padding: 14px 35px;
    background: #2d3142;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}

/* Thank You Page */
/* ======================
   THANK YOU PAGE - PREMIUM
   ====================== */

.thankyou-page {
    padding: 60px 0 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #f0ebe3 50%, #f8f9fa 100%);
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}

.confetti-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
}

.thankyou-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

/* Success Animation */
.success-animation {
    margin-bottom: 30px;
}

.success-circle {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.success-circle-inner {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    animation: successPop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    box-shadow: 0 10px 40px rgba(34, 197, 94, 0.3);
}

.success-checkmark {
    width: 56px;
    height: 56px;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke: rgba(255, 255, 255, 0.3);
    animation: strokeCircle 0.6s cubic-bezier(0.65, 0, 0.45, 1) 0.3s forwards;
}

.checkmark-check {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke-width: 3;
    stroke: #fff;
    stroke-linecap: round;
    animation: strokeCheck 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.7s forwards;
}

.success-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid rgba(34, 197, 94, 0.4);
    transform: translate(-50%, -50%);
    animation: rippleOut 1.5s ease-out infinite;
}

.success-ripple.delay-1 {
    animation-delay: 0.3s;
}

.success-ripple.delay-2 {
    animation-delay: 0.6s;
}

@keyframes successPop {
    0% { transform: scale(0); opacity: 0; }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes strokeCircle {
    100% { stroke-dashoffset: 0; }
}

@keyframes strokeCheck {
    100% { stroke-dashoffset: 0; }
}

@keyframes rippleOut {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
    100% { transform: translate(-50%, -50%) scale(2.5); opacity: 0; }
}

.thankyou-heading {
    font-size: 32px;
    color: #2d3142;
    margin-bottom: 12px;
    font-weight: 800;
    animation: fadeUpIn 0.6s ease 0.4s both;
}

.thankyou-subtext {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.8;
    animation: fadeUpIn 0.6s ease 0.5s both;
}

.thankyou-subtext strong {
    color: #2d3142;
}

.thankyou-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: #c9a86c;
    font-size: 13px;
    font-weight: 900;
}

.thankyou-tracking-code {
    display: inline-grid;
    gap: 7px;
    min-width: min(100%, 360px);
    padding: 18px 24px;
    margin: 0 auto 34px;
    border: 1px dashed #c9a86c;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(201, 168, 108, 0.16);
}

.thankyou-tracking-code span {
    color: #777;
    font-size: 12px;
    font-weight: 800;
}

.thankyou-tracking-code strong {
    color: #111;
    font-size: 32px;
    line-height: 1;
    direction: ltr;
}

.thankyou-tracking-code a {
    color: #c18d37;
    font-size: 13px;
    font-weight: 900;
}

@keyframes fadeUpIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Order Info Cards */
.order-info-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 40px;
    animation: fadeUpIn 0.6s ease 0.6s both;
}

.order-info-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.order-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.info-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f0ebe3 0%, #e8dccf 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 20px;
    color: var(--secondary-color, #c9a86c);
}

.info-card-label {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-card-value {
    font-size: 15px;
    font-weight: 700;
    color: #2d3142;
}

.info-card-value.highlight {
    color: var(--secondary-color, #c9a86c);
    font-size: 18px;
}

.info-card-value.total {
    color: #22c55e;
    font-size: 18px;
}

/* Order Timeline */
.order-timeline {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-align: right;
    animation: fadeUpIn 0.6s ease 0.7s both;
}

.timeline-title {
    font-size: 18px;
    font-weight: 700;
    color: #2d3142;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.timeline-title i {
    color: var(--secondary-color, #c9a86c);
}

.timeline-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    z-index: 2;
}

.timeline-dot {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #adb5bd;
    transition: all 0.4s ease;
    border: 3px solid #e9ecef;
}

.timeline-step.completed .timeline-dot {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    border-color: #22c55e;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.timeline-step.active .timeline-dot {
    background: linear-gradient(135deg, #c9a86c 0%, #d4af37 100%);
    color: #fff;
    border-color: #c9a86c;
    box-shadow: 0 4px 15px rgba(201, 168, 108, 0.3);
    animation: pulse 2s infinite;
}

.timeline-info {
    text-align: center;
}

.timeline-info strong {
    display: block;
    font-size: 13px;
    color: #2d3142;
    margin-bottom: 2px;
}

.timeline-info span {
    font-size: 11px;
    color: #adb5bd;
}

.timeline-step.completed .timeline-info strong,
.timeline-step.active .timeline-info strong {
    color: #2d3142;
}

.timeline-step.completed .timeline-info span {
    color: #22c55e;
}

.timeline-step.active .timeline-info span {
    color: var(--secondary-color, #c9a86c);
}

.timeline-connector {
    flex: 1;
    height: 3px;
    background: #e9ecef;
    margin: 0 8px;
    margin-bottom: 50px;
    border-radius: 2px;
    transition: background 0.4s ease;
}

.timeline-connector.active {
    background: linear-gradient(90deg, #22c55e, #c9a86c);
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 4px 15px rgba(201, 168, 108, 0.3); }
    50% { box-shadow: 0 4px 25px rgba(201, 168, 108, 0.5); }
}

/* Thank You Buttons */
.thankyou-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 30px;
    animation: fadeUpIn 0.6s ease 0.8s both;
}

.btn-thankyou {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-thankyou.primary {
    background: linear-gradient(135deg, #2d3142 0%, #3d4156 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(45, 49, 66, 0.3);
}

.btn-thankyou.primary:hover {
    background: linear-gradient(135deg, #c9a86c 0%, #d4af37 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(201, 168, 108, 0.4);
    color: #fff;
}

.btn-thankyou.secondary {
    background: #fff;
    color: #2d3142;
    border: 2px solid #e9ecef;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.btn-thankyou.secondary:hover {
    border-color: #2d3142;
    background: #2d3142;
    color: #fff;
    transform: translateY(-2px);
}

/* WhatsApp Support Link */
.thankyou-support {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 24px;
    background: rgba(37, 211, 102, 0.08);
    border-radius: 12px;
    font-size: 14px;
    color: #495057;
    animation: fadeUpIn 0.6s ease 0.9s both;
}

.thankyou-support i {
    color: #25d366;
    font-size: 20px;
}

.thankyou-support a {
    color: #25d366;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.thankyou-support a:hover {
    color: #128c7e;
}

.thankyou-suggestions {
    max-width: 1080px;
    margin: 46px auto 0;
    padding: 34px 0 0;
    border-top: 1px solid rgba(45, 49, 66, 0.1);
    animation: fadeUpIn 0.6s ease 1s both;
}

.thankyou-suggestions-head {
    margin-bottom: 22px;
    text-align: center;
}

.thankyou-suggestions-head h2 {
    margin: 0 0 8px;
    color: #2d3142;
    font-size: 24px;
    font-weight: 800;
}

.thankyou-suggestions-head p {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
    font-weight: 700;
}

.thankyou-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.thankyou-products-grid .product-card {
    margin: 0;
    background: #fff;
}

.thankyou-invoice-shell {
    max-width: 980px;
    margin: 0 auto 40px;
}

.invoice-actions {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 16px;
}

.invoice-actions span {
    color: #c18d37;
    font-size: 13px;
    font-weight: 900;
}

.invoice-actions h2 {
    margin: 4px 0 0;
    color: #2d3142;
    font-size: 24px;
    font-weight: 900;
}

.thankyou-invoice {
    padding: 26px;
    border: 1px solid rgba(45, 49, 66, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.06);
}

.invoice-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #eeeeee;
}

.invoice-head div {
    display: grid;
    gap: 5px;
}

.invoice-head strong,
.invoice-head b {
    color: #111;
    font-size: 20px;
}

.invoice-head span,
.invoice-head small {
    color: #777;
    font-size: 13px;
    font-weight: 700;
}

.invoice-customer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.invoice-customer-grid div {
    display: grid;
    gap: 5px;
    padding: 14px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    background: #fafafa;
}

.invoice-customer-grid span,
.invoice-customer-grid small {
    color: #777;
    font-size: 12px;
    font-weight: 800;
}

.invoice-customer-grid strong {
    color: #222;
    font-size: 14px;
    line-height: 1.6;
}

.invoice-table {
    width: 100%;
    border-collapse: collapse;
}

.invoice-table th,
.invoice-table td {
    padding: 13px 10px;
    border-bottom: 1px solid #f0f0f0;
    color: #222;
    font-size: 13px;
    text-align: right;
    vertical-align: middle;
}

.invoice-table th {
    color: #666;
    font-weight: 900;
}

.invoice-table tfoot th,
.invoice-table tfoot td {
    font-weight: 900;
}

.invoice-total-row th,
.invoice-total-row td {
    color: #111;
    font-size: 16px;
}

.invoice-product {
    display: flex;
    align-items: center;
    gap: 10px;
}

.invoice-product img {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    object-fit: cover;
    background: #f6f6f6;
}

.thankyou-social-card {
    max-width: 980px;
    margin: 0 auto 42px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 24px;
    border-radius: 18px;
    background: #111;
    color: #fff;
}

.thankyou-social-card span {
    color: #c9a86c;
    font-size: 13px;
    font-weight: 900;
}

.thankyou-social-card h2 {
    margin: 6px 0 0;
    color: #fff;
    font-size: 24px;
}

.thankyou-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.thankyou-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 18px;
}

.thankyou-social-links a:hover {
    background: #c9a86c;
    color: #111;
}

/* Thank You Responsive */
@media (max-width: 768px) {
    .order-info-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .timeline-steps {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .timeline-connector {
        display: none;
    }
    
    .timeline-steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .thankyou-buttons {
        flex-direction: column;
    }

    .invoice-actions,
    .thankyou-social-card {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .invoice-customer-grid {
        grid-template-columns: 1fr;
    }

    .invoice-table {
        min-width: 620px;
    }

    .thankyou-invoice {
        overflow-x: auto;
    }
    
    .thankyou-heading {
        font-size: 24px;
    }

    .thankyou-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
    
    .order-timeline {
        padding: 24px 20px;
    }
    
    .success-circle,
    .success-circle-inner {
        width: 100px;
        height: 100px;
    }
    
    .success-checkmark {
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 480px) {
    .order-info-cards {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    .order-info-card {
        padding: 18px 12px;
    }
    
    .info-card-value {
        font-size: 13px;
    }
    
    .info-card-value.highlight,
    .info-card-value.total {
        font-size: 16px;
    }
    
    .thankyou-support {
        flex-direction: column;
        text-align: center;
    }

    .thankyou-tracking-code strong {
        font-size: 25px;
    }

    .thankyou-suggestions-head h2 {
        font-size: 20px;
    }
}

@media print {
    body.printing-invoice * {
        visibility: hidden !important;
    }

    body.printing-invoice #nayab-invoice,
    body.printing-invoice #nayab-invoice * {
        visibility: visible !important;
    }

    body.printing-invoice #nayab-invoice {
        position: absolute;
        inset: 0 auto auto 0;
        width: 100%;
        padding: 20px;
        border: 0;
        box-shadow: none;
        direction: rtl;
    }

    body.printing-invoice .invoice-table {
        min-width: 0;
    }
}

/* Simple modern thank you page */
.thankyou-modern-page {
    padding: 56px 0 72px;
    background: #f7f7f7;
    direction: rtl;
}

.thankyou-modern-card,
.thankyou-modern-invoice,
.thankyou-modern-social {
    max-width: 920px;
    margin: 0 auto;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.05);
}

.thankyou-modern-card {
    padding: 30px;
}

.thankyou-modern-head {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.thankyou-modern-check {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #19a64a;
    color: #fff;
    font-size: 22px;
}

.thankyou-modern-kicker {
    color: #c18d37;
    font-size: 13px;
    font-weight: 900;
}

.thankyou-modern-head h1 {
    margin: 6px 0 8px;
    color: #111;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.25;
}

.thankyou-modern-head p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.thankyou-modern-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.thankyou-modern-meta div {
    padding: 15px;
    border: 1px solid #efefef;
    border-radius: 10px;
    background: #fafafa;
}

.thankyou-modern-meta span {
    display: block;
    margin-bottom: 6px;
    color: #777;
    font-size: 12px;
    font-weight: 800;
}

.thankyou-modern-meta strong {
    color: #111;
    font-size: 17px;
    font-weight: 900;
}

.thankyou-modern-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.thankyou-modern-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    color: #111;
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.thankyou-modern-btn.is-primary {
    border-color: #111;
    background: #111;
    color: #fff;
}

.thankyou-modern-invoice,
.thankyou-modern-social {
    margin-top: 16px;
    padding: 22px;
}

.modern-invoice-title {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}

.modern-invoice-title span,
.thankyou-modern-social span {
    color: #c18d37;
    font-size: 12px;
    font-weight: 900;
}

.modern-invoice-title h2 {
    margin: 4px 0 0;
    color: #111;
    font-size: 22px;
}

.modern-invoice-title small {
    color: #777;
    font-weight: 800;
}

.modern-invoice-items {
    display: grid;
    gap: 10px;
}

.modern-invoice-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.modern-invoice-item img,
.modern-invoice-empty {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    object-fit: cover;
    background: #f3f3f3;
}

.modern-invoice-empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.modern-invoice-item strong {
    display: block;
    color: #111;
    font-size: 14px;
    line-height: 1.45;
}

.modern-invoice-item small {
    color: #777;
    font-size: 12px;
}

.modern-invoice-item b {
    color: #188a3b;
    font-size: 13px;
}

.modern-invoice-total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eee;
}

.modern-invoice-total span {
    color: #777;
    font-weight: 900;
}

.modern-invoice-total strong {
    color: #111;
    font-size: 18px;
    font-weight: 900;
}

.thankyou-modern-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.thankyou-modern-social strong {
    display: block;
    margin-top: 4px;
    color: #111;
    font-size: 19px;
}

.thankyou-modern-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.thankyou-modern-social-links a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111;
    color: #fff;
}

.thankyou-modern-suggestions {
    max-width: 920px;
}

@media (max-width: 680px) {
    .thankyou-modern-page {
        padding: 28px 0 44px;
    }

    .thankyou-modern-card,
    .thankyou-modern-invoice,
    .thankyou-modern-social {
        border-radius: 12px;
    }

    .thankyou-modern-card {
        padding: 20px;
    }

    .thankyou-modern-head {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .thankyou-modern-head h1 {
        font-size: 25px;
    }

    .thankyou-modern-meta {
        grid-template-columns: 1fr;
    }

    .thankyou-modern-actions,
    .thankyou-modern-btn {
        width: 100%;
    }

    .modern-invoice-title,
    .thankyou-modern-social {
        display: grid;
        text-align: center;
        justify-items: center;
    }

    .modern-invoice-item {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .modern-invoice-item b {
        grid-column: 2;
    }
}

@media print {
    body.printing-invoice * {
        visibility: hidden !important;
    }

    body.printing-invoice #nayab-invoice,
    body.printing-invoice #nayab-invoice * {
        visibility: visible !important;
    }

    body.printing-invoice #nayab-invoice {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        max-width: none;
        margin: 0;
        border: 0;
        box-shadow: none;
        direction: rtl;
    }
}

/* Responsive My Account */
@media (max-width: 1200px) {
    .dashboard-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .dashboard-grid {
        grid-template-columns: 1fr;
    }
    
    .orders-table th,
    .orders-table td {
        padding: 12px 15px;
    }
    
    .thankyou-actions {
        flex-direction: column;
    }
    
    .thankyou-title {
        font-size: 24px;
    }
}

/* ======================
   MOBILE RESPONSIVE STYLES
   ====================== */

/* Large tablets and small desktops */
@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }
    
    .categories-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    
    .products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .promo-banner {
        flex-direction: column;
        background: linear-gradient(180deg, #f3efea 0 50%, #ffffff 50% 100%);
    }
    
    .promo-content {
        flex: none;
        width: 100%;
        padding: 30px 20px;
    }
    
    .promo-image {
        min-height: 200px;
        width: 100%;
    }
    
    .promo-title {
        font-size: 42px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .container {
        padding: 0 12px;
    }
    
    /* Header Mobile */
    .header-inner {
        min-height: 60px;
        padding: 8px 0;
        position: relative;
    }
    
    .search-btn, .cart-btn, .admin-link {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
    
    .admin-link {
        font-size: 14px;
    }
    
    .mobile-menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 18px;
        color: #303030;
        order: -1;
        transition: all 0.3s ease;
    }
    
    .mobile-menu-toggle.active {
        color: var(--secondary-color);
    }
    
    .mobile-menu-toggle.active i::before {
        content: "\f00d";
    }
    
    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: #fff;
        padding: 15px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        z-index: 1000;
    }
    
    .main-nav.active {
        display: block;
    }
    
    .main-nav ul {
        flex-direction: column;
        gap: 0;
    }
    
    .main-nav li {
        border-bottom: 1px solid #f0ece6;
    }
    
    .main-nav a {
        display: block;
        padding: 12px 0;
        font-size: 14px;
    }
    
    .header-left {
        gap: 10px;
    }
    
    .header-right {
        gap: 10px;
    }
    
    .search-btn, .cart-btn {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .nayab-mini-cart-panel {
        position: fixed;
        top: 72px;
        right: 12px;
        left: 12px;
        width: auto;
        max-width: none;
        transform: translateY(8px);
    }

    .nayab-mini-cart-panel::before {
        display: none;
    }

    .nayab-mini-cart-wrapper.is-open .nayab-mini-cart-panel {
        transform: translateY(0);
    }
    
    .logo-mark {
        width: 44px;
        height: 44px;
        font-size: 14px;
    }
    
    /* Categories Mobile */
    .categories-section {
        padding: 20px 0 15px;
    }
    
    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    
    .category-item img {
        width: 94px;
        height: 94px;
    }
    
    .category-item h3 {
        font-size: 12px;
    }
    
    /* Products Mobile */
    .products-section {
        padding: 15px 0 20px;
    }
    
    .section-title h2 {
        font-size: 22px;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .product-card {
        border-radius: 4px;
    }
    
    .product-info {
        padding: 8px;
    }
    
    .product-title {
        font-size: 12px;
        min-height: 36px;
        margin-bottom: 4px;
    }
    
    .product-price {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .btn-add-cart {
        padding: 6px 12px;
        font-size: 11px;
        min-width: auto;
    }
    
    /* Promo Banner Mobile */
    .promo-section {
        padding: 10px 0 30px;
    }
    
    .promo-banner {
        min-height: auto;
        background: linear-gradient(180deg, #f3efea 0 45%, #ffffff 45% 100%);
    }
    
    .promo-content {
        padding: 25px 15px;
    }
    
    .promo-label {
        font-size: 18px;
    }
    
    .promo-title {
        font-size: 32px;
    }
    
    .btn-promo {
        padding: 8px 18px;
        font-size: 11px;
    }
    
    .promo-image {
        min-height: 160px;
        padding: 15px;
    }
    
    .watch {
        width: 70px;
        height: 70px;
    }
    
    .watch::before, .watch::after {
        width: 20px;
    }
    
    .watch::before {
        top: -60px;
        height: 65px;
    }
    
    .watch::after {
        bottom: -60px;
        height: 65px;
    }
    
    /* Features Mobile */
    .features-section {
        padding: 8px 0 25px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-illustration {
        height: 120px;
    }
    
    .feature-title {
        font-size: 24px;
    }
    
    /* Footer Mobile */
    .site-footer {
        padding: 15px 0 10px;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 10px;
    }
    
    .footer-widget h3 {
        font-size: 14px;
    }
    
    .footer-widget a, .contact-info p {
        font-size: 11px;
    }
    
    .footer-brand h3 {
        font-size: 24px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .footer-bottom p {
        font-size: 10px;
    }
    
    /* WhatsApp Float Mobile */
    .whatsapp-float {
        width: 44px;
        height: 44px;
        left: 12px;
        bottom: 20px;
        font-size: 20px;
    }
    
    /* Product Page Mobile */
    .product-single {
        padding: 20px 0;
    }
    
    .product-single-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .product-gallery .main-image {
        aspect-ratio: 1;
    }
    
    .thumbnail-list img {
        width: 60px;
        height: 60px;
    }
    
    .product-summary h1 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .product-summary .price {
        font-size: 20px;
    }
    
    .product-short-desc {
        font-size: 14px;
    }
    
    .quantity-selector {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 15px 0;
    }
    
    .btn-buy {
        padding: 14px 30px;
        font-size: 16px;
    }
    
    .product-actions {
        flex-wrap: wrap;
    }
    
    .product-meta {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .product-tabs {
        margin-top: 30px;
    }
    
    .tabs-header {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .tab-btn {
        padding: 12px 15px;
        font-size: 13px;
        white-space: nowrap;
        flex: 1;
    }
    
    /* Category Page Mobile */
    .category-header {
        padding: 25px 0;
    }
    
    .category-header h1 {
        font-size: 24px;
    }
    
    .category-layout {
        grid-template-columns: 1fr;
    }
    
    .sidebar-filter {
        display: none;
    }
    
    .category-toolbar {
        flex-direction: column;
        gap: 10px;
        padding: 12px 15px;
    }
    
    /* Cart Mobile */
    .cart-table-wrapper {
        overflow-x: auto;
    }
    
    .cart-table {
        min-width: 500px;
    }
    
    /* Search Modal Mobile */
    #search-modal > div {
        width: 95%;
        padding: 20px;
    }
    
    /* Sale Badge Mobile */
    .sale-badge {
        padding: 3px 8px;
        font-size: 10px;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    
    /* Header Small */
    .header-inner {
        min-height: 55px;
    }
    
    .logo-mark {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    
    .search-btn, .cart-btn {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    
    /* Categories Small */
    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .category-item img {
        width: 82px;
        height: 82px;
    }
    
    .category-item h3 {
        font-size: 11px;
    }
    
    /* Products Small */
    .products-grid {
        gap: 8px;
    }
    
    .product-image {
        aspect-ratio: 1 / 0.9;
    }
    
    .product-info {
        padding: 6px;
    }
    
    .product-title {
        font-size: 11px;
        min-height: 32px;
    }
    
    .product-price {
        font-size: 11px;
        margin-bottom: 6px;
    }
    
    .product-price .amount,
    .product-price bdi {
        font-size: 11px;
    }
    
    .btn-add-cart {
        padding: 5px 10px;
        font-size: 10px;
    }
    
    /* Promo Small */
    .promo-content {
        padding: 20px 12px;
    }
    
    .promo-label {
        font-size: 16px;
    }
    
    .promo-title {
        font-size: 26px;
    }
    
    .promo-image {
        min-height: 130px;
    }
    
    .watch {
        width: 55px;
        height: 55px;
    }
    
    /* Features Small */
    .feature-title {
        font-size: 20px;
    }
    
    /* Footer Small */
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-links ul,
    .contact-info {
        align-items: center;
    }
    
    .footer-widget h3 {
        margin-bottom: 8px;
    }
    
    /* Cart Small */
    .cart-main {
        padding: 12px;
    }
    
    .cart-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn-update-cart,
    .btn-continue-shop {
        width: 100%;
        justify-content: center;
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .cart-sidebar-right {
        padding: 15px;
    }
    
    .btn-checkout-main {
        padding: 14px;
        font-size: 14px;
    }
    
    /* Product Page Small */
    .thumbnail-list img {
        width: 50px;
        height: 50px;
    }
    
    .product-summary h1 {
        font-size: 18px;
    }
    
    .product-summary .price {
        font-size: 18px;
    }
    
    .btn-buy {
        padding: 12px 25px;
        font-size: 15px;
    }
    
    .wishlist-btn,
    .share-btn {
        width: 42px;
        height: 42px;
    }
    
    /* Tabs Small */
    .tab-btn {
        padding: 10px 12px;
        font-size: 12px;
    }
    
    /* Color/Size Options Small */
    .color-swatch {
        width: 30px;
        height: 30px;
    }
    
    .size-option {
        min-width: 38px;
        height: 38px;
        font-size: 12px;
        padding: 0 10px;
    }
}

/* Extra small phones */
@media (max-width: 360px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    
    .category-item img {
        width: 70px;
        height: 70px;
    }
    
    .promo-title {
        font-size: 22px;
    }
    
    .section-title h2 {
        font-size: 18px;
    }
    
    .feature-title {
        font-size: 18px;
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .product-card:hover {
        transform: none;
    }
    
    .product-card:hover .product-image img {
        transform: none;
    }
    
    .category-item:hover {
        transform: none;
    }
    
    .whatsapp-float:hover {
        transform: none;
    }
    
    .btn-add-cart:hover,
    .btn-buy:hover,
    .btn-promo:hover,
    .btn-checkout-main:hover,
    #place_order:hover,
    .btn-update-cart:hover,
    .btn-continue-shop:hover {
        transform: none;
    }
}

/* Safe area for notched phones */
@supports (padding: max(0px)) {
    .container {
        padding-left: max(12px, env(safe-area-inset-left));
        padding-right: max(12px, env(safe-area-inset-right));
    }
    
    .whatsapp-float {
        bottom: max(20px, env(safe-area-inset-bottom));
        right: max(16px, env(safe-area-inset-right));
        left: auto;
    }
    
    .site-footer {
        padding-bottom: max(12px, env(safe-area-inset-bottom));
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 54px;
        height: 54px;
        right: 16px;
        left: auto;
        bottom: 18px;
        font-size: 27px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .whatsapp-float {
        animation: none;
    }
}

/* ================== NEW PRODUCT PAGE DESIGN ================== */

.product-new-layout {
    padding: 40px 0;
    background: #f8f8f8;
}

/* Product Header Section */
.product-header-section {
    text-align: center;
    margin-bottom: 30px;
}

.product-title-wrap {
    display: inline-block;
}

.product-badge-hot {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #ff6b35;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.product-main-title .emoji {
    font-size: 28px;
}

.product-main-price-new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.product-main-price-new .old-price {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
}

.product-main-price-new .current-price {
    font-size: 36px;
    font-weight: 700;
    color: #4CAF50;
}

/* Product Content Grid */
.product-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

/* Order Form Card */
.order-form-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

.form-card-header {
    background: #fff8e1;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
}

.form-card-header .form-icon {
    font-size: 18px;
}

.order-form {
    padding: 25px;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.form-field {
    flex: 1;
}

.form-field.half {
    flex: 0 0 calc(50% - 7.5px);
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    transition: all 0.3s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: #FFC107;
    outline: none;
}

.single-product .screenshot-product-page .delivery-method-field {
    margin: -2px 0 15px;
    padding: 12px;
    border: 2px solid #e8e8e8;
    background: #fff;
}

.single-product .screenshot-product-page .delivery-method-title {
    margin-bottom: 9px;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 800;
}

.single-product .screenshot-product-page .delivery-method-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.single-product .screenshot-product-page .delivery-method-option {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 10px;
    border: 2px solid #e8e8e8;
    background: #fafafa;
    color: #1a1a1a;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.single-product .screenshot-product-page .delivery-method-option:has(input:checked) {
    border-color: #e49b28;
    background: #fff7e9;
}

.single-product .screenshot-product-page .delivery-method-option strong {
    color: #e49b28;
    white-space: nowrap;
}

.single-product .screenshot-product-page .delivery-method-message {
    color: #b42318;
    font-size: 12px;
    font-weight: 800;
}

.quantity-row {
    justify-content: center;
    margin: 20px 0;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
}

.qty-btn {
    width: 45px;
    height: 45px;
    background: #f5f5f5;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s;
}

.qty-btn:hover {
    background: #FFC107;
}

.qty-input {
    width: 60px;
    height: 45px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

/* Order Summary */
.order-summary {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

.summary-row:last-child {
    margin-bottom: 0;
}

.summary-row.total {
    border-top: 2px dashed #ddd;
    padding-top: 12px;
    margin-top: 12px;
    font-weight: 700;
    font-size: 16px;
}

.summary-label {
    color: #666;
}

.summary-value {
    color: #1a1a1a;
    font-weight: 600;
}

.summary-value.total-price {
    color: #4CAF50;
    font-size: 20px;
}

/* Form Actions */
.form-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-order-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #FFC107, #FFB300);
    color: #1a1a1a;
    border: none;
    padding: 16px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.btn-order-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.5);
}

.btn-order-secondary {
    background: transparent;
    color: #666;
    border: 2px solid #ddd;
    padding: 14px 30px;
    border-radius: 12px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-order-secondary:hover {
    border-color: #FFC107;
    color: #FFC107;
}

/* Product Image Section */
.product-image-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-wrap {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.main-product-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.zoom-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.zoom-btn:hover {
    background: #FFC107;
}

/* Reviews Section */
.reviews-section {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.reviews-header h3 {
    font-size: 20px;
    font-weight: 600;
}

.reviews-header .count {
    color: #999;
}

.write-review-link {
    color: #666;
    text-decoration: none;
}

.write-review-link span {
    color: #FFC107;
    text-decoration: underline;
}

.be-first-review {
    text-align: center;
    padding: 30px;
}

.review-star-icon {
    font-size: 50px;
    margin-bottom: 15px;
}

.be-first-review h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.be-first-review p {
    color: #999;
    font-size: 13px;
    margin-bottom: 30px;
}

/* Review Form */
.review-form {
    max-width: 600px;
    margin: 0 auto;
    text-align: right;
}

.rating-input {
    margin-bottom: 20px;
}

.rating-input label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.required {
    color: #ff4444;
}

.star-rating {
    display: flex;
    gap: 5px;
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
    justify-content: flex-end;
}

.star-rating .star {
    transition: color 0.2s;
}

.star-rating .star:hover,
.star-rating .star.active {
    color: #FFC107;
}

.form-check {
    margin: 20px 0;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
}

.checkbox-label input {
    display: none;
}

.checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 3px;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-label input:checked + .checkmark {
    background: #FFC107;
    border-color: #FFC107;
}

.submit-row {
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.no-file {
    font-size: 12px;
    color: #999;
}

.file-input {
    display: none;
}

.file-label {
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}

.file-label:hover {
    background: #e8e8e8;
}

.btn-submit-review {
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit-review:hover {
    background: #FFC107;
    color: #1a1a1a;
}

/* Product Details Section */
.product-details-section {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.product-details-section .section-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #FFC107;
}

.product-description-content {
    line-height: 1.8;
    color: #444;
}

/* Responsive */
@media (max-width: 768px) {
    .product-content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .product-main-title {
        font-size: 24px;
    }
    
    .product-main-price-new .current-price {
        font-size: 28px;
    }
    
    .form-row {
        flex-direction: column;
    }
    
    .form-field.half {
        flex: 1;
    }
    
    .reviews-section,
    .product-details-section {
        padding: 25px;
    }
    
    .reviews-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

/* ================== END NEW PRODUCT PAGE ================== */

/* Screenshot-matched single product page */
body.single-product {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: #fff !important;
    overflow-x: hidden;
}

body.single-product .top-bar,
body.single-product .site-header,
body.single-product .site-main,
body.single-product .site-footer,
body.single-product .screenshot-product-page {
    width: 100vw !important;
    max-width: none !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
}

body.single-product .top-bar,
body.single-product .site-header,
body.single-product .site-main {
    border-right: 0 !important;
    border-left: 0 !important;
}

body.single-product .top-bar .container,
body.single-product .site-header .container,
body.single-product .site-footer .container {
    width: 100%;
    max-width: 1200px;
}

.single-product .screenshot-product-page {
    background: #fff;
    width: 100%;
    padding: 70px 0 420px;
}

.single-product .screenshot-product-page .container {
    width: 100%;
    max-width: 1240px;
    padding-right: 32px;
    padding-left: 32px;
}

.single-product .screenshot-product-page .product-content-grid {
    display: grid;
    grid-template-columns: minmax(520px, 620px) minmax(430px, 500px);
    grid-template-areas:
        "summary media"
        "form media";
    column-gap: 42px;
    row-gap: 58px;
    align-items: start;
    justify-content: center;
    direction: ltr;
    margin: 0 0 92px;
}

.single-product .screenshot-product-page .product-header-section,
.single-product .screenshot-product-page .order-form-card,
.single-product .screenshot-product-page .product-image-section,
.single-product .screenshot-product-page .reviews-section {
    direction: rtl;
}

.single-product .screenshot-product-page .product-header-section {
    grid-area: summary;
    text-align: center;
    margin: 0;
    padding-top: 0;
}

.single-product .screenshot-product-page .product-title-wrap {
    display: inline-grid;
    justify-items: center;
    gap: 13px;
}

.single-product .screenshot-product-page .product-badge-hot {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 10px;
    margin: 0;
    border-radius: 3px;
    background: #f6c454;
    color: #9b6b04;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.single-product .screenshot-product-page .product-main-title {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #101010;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

.single-product .screenshot-product-page .product-main-title .emoji {
    font-size: 23px;
}

.single-product .screenshot-product-page .product-main-price-new {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
    margin-top: 2px;
}

.single-product .screenshot-product-page .product-main-price-new .old-price {
    color: #969696;
    font-size: 15px;
    text-decoration: line-through;
}

.single-product .screenshot-product-page .product-main-price-new .current-price {
    color: #4ca95d;
    font-size: 31px;
    font-weight: 800;
    line-height: 1;
}

.single-product .screenshot-product-page .order-form-card {
    grid-area: form;
    width: 100%;
    max-width: 620px;
    margin: 0;
    background: #fff;
    border: 2px solid #24446c;
    border-radius: 4px;
    box-shadow: none;
    overflow: visible;
}

.single-product .screenshot-product-page .form-card-header {
    justify-content: center;
    gap: 4px;
    padding: 28px 20px 17px;
    background: #fff;
    color: #222;
    font-size: 13px;
    font-weight: 800;
}

.single-product .screenshot-product-page .form-card-header .form-icon {
    font-size: 14px;
}

.single-product .screenshot-product-page .order-form {
    padding: 0 26px 24px;
}

.single-product .screenshot-product-page .form-row {
    display: flex;
    flex-direction: row-reverse;
    gap: 14px;
    margin-bottom: 12px;
}

.single-product .screenshot-product-page .form-field.half {
    flex: 1 1 0;
}

.single-product .screenshot-product-page .form-field input,
.single-product .screenshot-product-page .form-field select {
    width: 100%;
    height: 41px;
    min-height: 41px;
    padding: 8px 12px;
    border: 2px solid #1c1c1c;
    border-radius: 0;
    background: #fff;
    color: #555;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    box-shadow: none;
}

.single-product .screenshot-product-page .form-field input:focus,
.single-product .screenshot-product-page .form-field select:focus {
    border-color: #24446c;
    outline: none;
}

.single-product .screenshot-product-page .product-variation-choices {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 2px 0 10px;
    direction: rtl;
}

.single-product .screenshot-product-page .variation-choice-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 34px;
    direction: rtl;
}

.single-product .screenshot-product-page .variation-choice-field label {
    min-width: 58px;
    color: #222;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
}

.single-product .screenshot-product-page .variation-choice-field select {
    width: 100%;
    min-height: 43px;
    padding: 10px 12px;
    border: 1px solid #dbe4ef;
    border-radius: 2px;
    background: #fff;
    color: #233955;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
}

.single-product .screenshot-product-page .variation-choice-field select {
    display: none;
}

.single-product .screenshot-product-page .variation-choice-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    flex: 1;
    direction: rtl;
}

.single-product .screenshot-product-page .variation-choice-option {
    min-width: 48px;
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #fff;
    color: #222;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.single-product .screenshot-product-page .variation-choice-option:hover,
.single-product .screenshot-product-page .variation-choice-option.is-selected {
    background: #fff;
    border-color: #111;
    color: #111;
}

.single-product .screenshot-product-page .variation-choice-option.is-disabled,
.single-product .screenshot-product-page .variation-choice-option:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.single-product .screenshot-product-page .product-variation-choices .single_variation,
.single-product .screenshot-product-page .product-variation-choices .reset_variations {
    grid-column: 1 / -1;
}

.single-product .screenshot-product-page .ajax_add_to_cart_variable[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
}

.single-product .screenshot-product-page .order-form-stock-line {
    margin: 8px 0 16px;
    padding: 0;
    background: #fff;
    color: #078a16;
    font-size: 15px;
    font-weight: 900;
    direction: rtl;
    text-align: right;
}

.single-product .screenshot-product-page .order-form-stock-line .is-out {
    color: #d33434;
}

.single-product .screenshot-product-page .product-detail-attributes {
    padding: 0 25px 25px;
}

.single-product .screenshot-product-page .product-detail-attributes h2 {
    margin: 0 0 12px;
    color: #233955;
    font-size: 15px;
    font-weight: 800;
}

.single-product .screenshot-product-page .product-detail-attributes-list {
    display: grid;
    gap: 8px;
}

.single-product .screenshot-product-page .product-detail-attribute {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #dbe4ef;
    background: #f8fafc;
    color: #233955;
    font-size: 12px;
    line-height: 1.5;
}

.single-product .screenshot-product-page .product-detail-attribute span {
    color: #64748b;
    font-weight: 700;
}

.single-product .screenshot-product-page .product-detail-attribute strong {
    color: #233955;
    font-weight: 800;
    text-align: left;
}

.single-product .screenshot-product-page .order-action-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 108px;
    direction: rtl;
    gap: 14px;
    align-items: stretch;
    margin-bottom: 12px;
}

.single-product .screenshot-product-page .btn-order-primary,
.single-product .screenshot-product-page .btn-order-secondary {
    width: 100%;
    min-height: 43px;
    padding: 10px 12px;
    border: 0;
    border-radius: 2px;
    background: #e49b28;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: none;
    cursor: pointer;
    transition: background .2s ease;
}

.single-product .screenshot-product-page .btn-order-primary:hover,
.single-product .screenshot-product-page .btn-order-secondary:hover {
    background: #d48d1f;
    color: #fff;
    transform: none;
    box-shadow: none;
}

.single-product .screenshot-product-page .btn-order-secondary {
    background: #e0a039;
}

.single-product .screenshot-product-page .btn-order-primary.is-loading,
.single-product .screenshot-product-page .btn-order-primary:disabled {
    opacity: 0.78;
    cursor: wait;
}

.single-product .screenshot-product-page .btn-order-primary.is-confirmed {
    background: #22a447;
    opacity: 1;
    cursor: default;
}

.single-product .screenshot-product-page .quick-order-success {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin: 14px 0 0;
    padding: 14px 15px;
    border: 1px solid #b8e4c1;
    border-right: 5px solid #22a447;
    background: #f0fff4;
    color: #14532d;
    direction: rtl;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
}

.single-product .screenshot-product-page .quick-order-success[hidden] {
    display: none;
}

.single-product .screenshot-product-page .quick-order-success.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.single-product .screenshot-product-page .quick-order-success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #22a447;
    color: #fff;
    font-size: 15px;
}

.single-product .screenshot-product-page .quick-order-success-content {
    display: grid;
    gap: 4px;
    min-width: 0;
    text-align: right;
}

.single-product .screenshot-product-page .quick-order-success-content strong {
    color: #124427;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.single-product .screenshot-product-page .quick-order-success-content span,
.single-product .screenshot-product-page .quick-order-success-content small {
    color: #276749;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.single-product .screenshot-product-page .quantity-control {
    display: grid;
    grid-template-columns: 36px 36px 36px;
    width: 108px;
    height: 43px;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.single-product .screenshot-product-page .qty-btn,
.single-product .screenshot-product-page .qty-input {
    width: 36px;
    height: 43px;
    min-height: 43px;
    border: 2px solid #1c1c1c;
    border-left-width: 0;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.single-product .screenshot-product-page .qty-btn:last-child {
    border-left-width: 2px;
}

.single-product .screenshot-product-page .qty-btn:hover {
    background: #f4f4f4;
}

.single-product .screenshot-product-page .order-summary {
    margin: 15px 0 0;
    padding: 0 10px 13px;
    border-radius: 0;
    background: #eef8ff;
}

.single-product .screenshot-product-page .summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px 9px;
    padding: 8px 13px;
    border-bottom: 2px solid #1c1c1c;
    color: #171717;
    font-size: 14px;
    font-weight: 800;
}

.single-product .screenshot-product-page .summary-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 5px 0;
    border-bottom: 2px dotted #222;
    color: #151515;
    font-size: 12px;
    line-height: 1.25;
}

.single-product .screenshot-product-page .summary-row.total {
    border-top: 0;
    border-bottom: 0;
    padding-top: 7px;
    margin-top: 0;
    font-size: 12px;
    font-weight: 800;
}

.single-product .screenshot-product-page .summary-label,
.single-product .screenshot-product-page .summary-value {
    color: #151515;
    font-weight: 800;
}

.single-product .screenshot-product-page .summary-value.total-price {
    color: #e49b28;
    font-size: 12px;
}

.single-product .screenshot-product-page .summary-qty-badge {
    display: inline-block;
    margin-inline-start: 5px;
    padding: 1px 4px;
    background: #e0a039;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
}

.single-product .screenshot-product-page .product-image-section {
    grid-area: media;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 12px;
}

.single-product .screenshot-product-page .product-image-wrap {
    position: relative;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    padding: 0;
    border-radius: 0;
    background: #f2f2f7;
    box-shadow: none;
    overflow: hidden;
}

.single-product .screenshot-product-page .main-product-img,
.single-product .screenshot-product-page .product-image-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    display: block;
    transition: transform .22s ease;
    will-change: transform;
}

.single-product .screenshot-product-page .product-image-wrap {
    cursor: zoom-in;
}

.single-product .screenshot-product-page .product-image-wrap.is-zooming .product-zoom-img {
    transform: scale(2.15);
}

.single-product .screenshot-product-page .product-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(68px, 78px));
    gap: 10px;
    width: 100%;
    max-width: 500px;
    margin-top: 0;
}

.single-product .screenshot-product-page .product-gallery-thumb {
    aspect-ratio: 1;
    padding: 0;
    border: 1px solid #dbe4ef;
    background: #f8fafc;
    cursor: pointer;
    overflow: hidden;
}

.single-product .screenshot-product-page .product-gallery-thumb.is-active {
    border-color: #24446c;
    box-shadow: 0 0 0 2px rgba(36, 68, 108, 0.12);
}

.single-product .screenshot-product-page .product-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (hover: none), (pointer: coarse) {
    .single-product .screenshot-product-page .product-image-wrap {
        cursor: default;
    }

    .single-product .screenshot-product-page .product-image-wrap.is-zooming .product-zoom-img {
        transform: none;
    }
}

.single-product .screenshot-product-page .zoom-btn {
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    box-shadow: none;
}

.single-product .screenshot-product-page .reviews-section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.single-product .screenshot-product-page .reviews-header {
    display: block;
    margin: 0 0 18px;
    padding: 0 0 17px;
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
}

.single-product .screenshot-product-page .reviews-header h3 {
    margin: 0;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 700;
}

.single-product .screenshot-product-page .woocommerce-Reviews,
.single-product .screenshot-product-page #reviews {
    margin: 0;
}

.single-product .screenshot-product-page #comments {
    margin-bottom: 25px;
}

.single-product .screenshot-product-page .woocommerce-Reviews-title {
    display: none;
}

.single-product .screenshot-product-page .woocommerce-noreviews {
    margin: 0;
    padding: 17px 24px;
    border-right: 7px solid #9de8d3;
    background: #f4fbff;
    color: #6d6d6d;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
}

.single-product .screenshot-product-page #review_form_wrapper {
    margin-top: 28px;
    padding: 35px 20px 27px;
    background: #f7f7f7;
}

.single-product .screenshot-product-page #review_form {
    max-width: none;
    text-align: right;
}

.single-product .screenshot-product-page #reply-title {
    display: block;
    margin: 0 0 22px;
    color: #404040;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
}

.single-product .screenshot-product-page .comment-notes {
    margin: 0 0 18px;
    color: #737373;
    font-size: 13px;
    text-align: right;
}

.single-product .screenshot-product-page .comment-form-rating,
.single-product .screenshot-product-page .comment-form-comment,
.single-product .screenshot-product-page .comment-form-author,
.single-product .screenshot-product-page .comment-form-email,
.single-product .screenshot-product-page .comment-form-phone,
.single-product .screenshot-product-page .comment-form-cookies-consent {
    margin: 0 0 16px;
}

.single-product .screenshot-product-page .comment-form-rating label,
.single-product .screenshot-product-page .comment-form-comment label,
.single-product .screenshot-product-page .comment-form-author label,
.single-product .screenshot-product-page .comment-form-email label,
.single-product .screenshot-product-page .comment-form-phone label {
    display: block;
    margin-bottom: 8px;
    color: #5b5b5b;
    font-size: 13px;
    font-weight: 800;
}

.single-product .screenshot-product-page .comment-form-rating .stars {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    margin: 0;
}

.single-product .screenshot-product-page .comment-form-rating .stars a {
    color: #f0b500;
    font-size: 0;
    text-decoration: none;
}

.single-product .screenshot-product-page .comment-form-rating .stars a::before {
    content: "☆";
    font-size: 18px;
}

.single-product .screenshot-product-page .safe-review-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.single-product .screenshot-product-page .safe-review-item {
    padding: 16px 0;
    border-bottom: 1px solid #eeeeee;
}

.single-product .screenshot-product-page .safe-review-meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.single-product .screenshot-product-page .safe-review-meta span {
    color: #999;
    font-weight: 400;
}

.single-product .screenshot-product-page .safe-review-stars {
    margin-top: 6px;
    color: #f0b500;
    font-size: 16px;
}

.single-product .screenshot-product-page .safe-review-content {
    margin-top: 8px;
    color: #555;
    font-size: 13px;
    line-height: 1.8;
}

.single-product .screenshot-product-page .comment-form-rating select {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    color: #555;
    font-family: inherit;
    font-size: 13px;
    padding: 6px 10px;
}

.single-product .screenshot-product-page textarea,
.single-product .screenshot-product-page input[type="text"],
.single-product .screenshot-product-page input[type="email"],
.single-product .screenshot-product-page input[type="tel"] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    color: #333;
    font-family: inherit;
    font-size: 13px;
    box-shadow: none;
}

.single-product .screenshot-product-page textarea {
    min-height: 205px;
    padding: 12px;
    resize: vertical;
}

.single-product .screenshot-product-page input[type="text"],
.single-product .screenshot-product-page input[type="email"],
.single-product .screenshot-product-page input[type="tel"] {
    height: 31px;
    padding: 6px 10px;
}

.single-product .screenshot-product-page .comment-form-cookies-consent {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 7px;
    color: #555;
    font-size: 13px;
    line-height: 1.8;
}

.single-product .screenshot-product-page .comment-form-cookies-consent input {
    margin-top: 8px;
}

.single-product .screenshot-product-page .form-submit {
    margin: 22px 0 0;
    text-align: left;
}

.single-product .screenshot-product-page .submit {
    min-width: 180px;
    height: 51px;
    border: 0;
    border-radius: 2px;
    background: #050505;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.single-product .screenshot-product-page .submit:hover {
    background: #222;
}

@media (max-width: 1080px) {
    .single-product .screenshot-product-page .container {
        max-width: 980px;
    }

    .single-product .screenshot-product-page .product-content-grid {
        grid-template-columns: minmax(430px, 520px) minmax(360px, 430px);
        column-gap: 28px;
    }

    .single-product .screenshot-product-page .product-image-wrap {
        max-width: 430px;
    }
}

@media (max-width: 860px) {
    .single-product .screenshot-product-page {
        padding: 36px 0 140px;
    }

    .single-product .screenshot-product-page .container {
        max-width: 620px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .single-product .screenshot-product-page .product-content-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "summary"
            "form";
        gap: 22px;
        margin-bottom: 50px;
    }

    .single-product .screenshot-product-page .product-image-section,
    .single-product .screenshot-product-page .product-header-section {
        align-items: center;
        justify-content: center;
    }

    .single-product .screenshot-product-page .product-image-wrap {
        max-width: 420px;
        margin: 0 auto;
    }

    .single-product .screenshot-product-page .product-gallery-thumbs {
        max-width: 420px;
        justify-content: center;
        grid-template-columns: repeat(auto-fit, minmax(64px, 72px));
    }

    .single-product .screenshot-product-page .order-form-card {
        max-width: 560px;
        margin: 0 auto;
    }
}

@media (max-width: 560px) {
    .single-product .screenshot-product-page .product-main-title {
        font-size: 23px;
    }

    .single-product .screenshot-product-page .product-main-price-new .current-price {
        font-size: 26px;
    }

    .single-product .screenshot-product-page .form-row {
        flex-direction: column;
        gap: 10px;
    }

    .single-product .screenshot-product-page .order-action-row {
        grid-template-columns: 1fr;
    }

    .single-product .screenshot-product-page .quantity-control {
        justify-self: center;
    }

    .single-product .screenshot-product-page #reply-title {
        font-size: 21px;
        line-height: 1.5;
    }

    .single-product .screenshot-product-page #review_form_wrapper {
        padding: 26px 14px 22px;
    }
}

@media (max-width: 768px) {
    .site-header .main-nav > ul > .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 13px 0;
    }

    .site-header .main-nav .sub-menu,
    .site-header .main-nav .sub-menu .sub-menu {
        position: static;
        min-width: 0;
        width: 100%;
        margin: 0;
        padding: 0 12px 8px 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
    }

    .site-header .main-nav .sub-menu::before {
        display: none;
    }

    .site-header .main-nav .menu-item-has-children.active > .sub-menu,
    .site-header .main-nav .menu-item-has-children:hover > .sub-menu,
    .site-header .main-nav .menu-item-has-children:focus-within > .sub-menu {
        display: block;
        transform: none;
    }

    .site-header .main-nav .sub-menu a {
        min-height: 36px;
        padding: 9px 12px;
        border-radius: 6px;
        background: #faf7f1;
        color: #4a4034;
        font-size: 13px;
    }

    .site-header .main-nav .sub-menu .menu-item + .menu-item {
        margin-top: 5px;
    }
}

/* Smooth number inputs */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Feature section: use uploaded images only, no generated illustrations */
.features-section .feature-illustration {
    height: auto;
    min-height: 0;
    margin-bottom: 18px;
}

.features-section .feature-illustration::before,
.features-section .feature-illustration::after,
.features-section .feature-bubble,
.features-section .feature-phone,
.features-section .feature-character,
.features-section .desk-monitor,
.features-section .desk-agent,
.features-section .shopping-phone,
.features-section .delivery-person {
    display: none !important;
}

.features-section .feature-custom-icon {
    display: block;
    width: auto;
    max-width: 220px;
    height: auto;
    max-height: 190px;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
}

/* Final desktop dropdown correction */
@media (min-width: 769px) {
    .site-header .main-nav,
    .site-header .main-nav ul {
        overflow: visible !important;
    }

    .site-header .main-nav li {
        position: relative !important;
    }

    .site-header .main-nav > ul > li.menu-item-has-children > a i,
    .site-header .main-nav > ul > li.menu-item-has-children > a svg,
    .site-header .main-nav > ul > li.menu-item-has-children > a .fa,
    .site-header .main-nav > ul > li.menu-item-has-children > a .fas,
    .site-header .main-nav > ul > li.menu-item-has-children > a .caret,
    .site-header .main-nav > ul > li.menu-item-has-children > a .dropdown-toggle {
        display: none !important;
    }

    .site-header .main-nav > ul > li.menu-item-has-children > a::before {
        content: none !important;
        display: none !important;
    }

    .site-header .main-nav > ul > li.menu-item-has-children > a::after {
        content: "\f107" !important;
        display: none !important;
        margin-right: 7px !important;
        margin-left: 0 !important;
        opacity: 0 !important;
        color: #c7943d !important;
        font-family: "Font Awesome 5 Free" !important;
        font-size: 10px !important;
        font-weight: 900 !important;
        transform: translateY(-1px) !important;
    }

    .site-header .main-nav > ul > li.menu-item-has-children:hover > a::after,
    .site-header .main-nav > ul > li.menu-item-has-children:focus-within > a::after {
        display: inline-block !important;
        opacity: 1 !important;
        transform: translateY(-1px) rotate(180deg) !important;
    }

    .site-header .main-nav > ul > li > .sub-menu {
        top: calc(100% + 0px) !important;
        right: 0 !important;
        left: auto !important;
        min-width: 220px !important;
        padding: 13px 0 !important;
        border: 0 !important;
        border-radius: 2px !important;
        background: #fff !important;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .12) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(10px) !important;
        z-index: 2000 !important;
    }

    .site-header .main-nav > ul > li:hover > .sub-menu,
    .site-header .main-nav > ul > li:focus-within > .sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }

    .site-header .main-nav .sub-menu .sub-menu {
        top: 0 !important;
        right: calc(100% + 2px) !important;
        left: auto !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateX(10px) !important;
    }

    .site-header .main-nav .sub-menu li:hover > .sub-menu,
    .site-header .main-nav .sub-menu li:focus-within > .sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(0) !important;
    }

    .site-header .main-nav .sub-menu a {
        justify-content: space-between !important;
        padding: 9px 22px !important;
        color: #333 !important;
        background: transparent !important;
        text-align: right !important;
    }

    .site-header .main-nav .sub-menu a:hover {
        background: #fbfbfb !important;
        color: #111 !important;
    }
}

/* Homepage footer feature spacing */
body.home .features-section,
body.front-page .features-section {
    padding: 36px 0 28px !important;
    background: #fff !important;
}

body.home .features-grid,
body.front-page .features-grid {
    max-width: 1080px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 42px !important;
    align-items: end !important;
    direction: ltr !important;
}

body.home .feature-item,
body.front-page .feature-item {
    direction: rtl !important;
}

body.home .feature-custom-icon,
body.front-page .feature-custom-icon {
    max-width: 260px !important;
    max-height: 220px !important;
}

body.home .feature-title,
body.front-page .feature-title {
    margin: 10px 0 0 !important;
    color: #242424 !important;
    font-size: 33px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
}

@media (max-width: 768px) {
    body.home .features-grid,
    body.front-page .features-grid {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    body.home .feature-title,
    body.front-page .feature-title {
        font-size: 28px !important;
    }
}

/* Header exact layout */
.top-bar {
    display: block !important;
    width: 100% !important;
    min-height: 38px !important;
    padding: 8px 0 !important;
    background: #000 !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    position: relative !important;
    z-index: 1001 !important;
}

.top-bar-message {
    display: inline-block;
    min-height: 20px;
}

.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: #fff !important;
    border-bottom: 1px solid #eee !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
}

.site-header .container {
    max-width: 1100px !important;
}

.site-header .header-inner {
    min-height: 110px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
}

.site-header .header-left {
    order: 3 !important;
    min-width: 86px !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.site-header .main-nav {
    order: 2 !important;
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
}

.site-header .header-right {
    order: 1 !important;
    min-width: 116px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
}

.site-header .main-nav ul {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 34px !important;
}

.site-header .main-nav a {
    color: #242424 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    padding: 12px 0 !important;
}

.site-header .main-nav a:hover,
.site-header .main-nav .current-menu-item > a,
.site-header .main-nav .current_page_item > a,
.site-header .main-nav .current-menu-ancestor > a {
    color: #dc9631 !important;
}

.site-header .main-nav > ul > .menu-item-has-children > a {
    gap: 8px !important;
}

.site-header .main-nav > ul > .menu-item-has-children > a::after {
    color: #dc9631 !important;
    opacity: 1 !important;
}

.site-header .main-nav .sub-menu {
    display: block !important;
}

.site-header .main-nav .sub-menu li {
    display: block !important;
    width: 100% !important;
}

.site-header .main-nav .sub-menu a {
    display: flex !important;
    width: 100% !important;
}

.site-header .search-btn,
.site-header .cart-btn,
.site-header .admin-link {
    width: 48px !important;
    height: 48px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #f7f7f7 !important;
    color: #111 !important;
    font-size: 20px !important;
}

.site-header .search-btn:hover,
.site-header .cart-btn:hover,
.site-header .admin-link:hover {
    background: #f0f0f0 !important;
    color: #111 !important;
    transform: none !important;
}

.site-header .cart-count {
    top: 0 !important;
    right: -2px !important;
    width: 16px !important;
    height: 16px !important;
    background: #ff1717 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
}

.site-header .custom-logo {
    max-height: 76px !important;
    max-width: 92px !important;
}

.site-header .logo-mark {
    width: 76px !important;
    height: 76px !important;
}

@media (max-width: 768px) {
    .site-header .header-inner {
        min-height: 78px !important;
        gap: 12px !important;
    }

    .site-header .search-btn,
    .site-header .cart-btn,
    .site-header .admin-link {
        width: 42px !important;
        height: 42px !important;
        font-size: 18px !important;
    }

    .site-header .custom-logo,
    .site-header .logo-mark {
        max-height: 58px !important;
        width: 58px !important;
        height: 58px !important;
    }
}

/* Shop/category archive category navigation */
.archive-categories-section {
    padding: 18px 0 54px !important;
    background: #fff !important;
}

.archive-categories-section .categories-grid {
    max-width: 860px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 26px !important;
    align-items: start !important;
}

.archive-categories-section .category-item {
    width: auto !important;
    text-align: center !important;
}

.archive-categories-section .category-item img {
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto 12px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    box-shadow: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.archive-categories-section .category-item h3 {
    color: #111 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
}

.archive-categories-section .category-item:hover img,
.archive-categories-section .category-item.is-active img {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 8px 20px rgba(220, 150, 49, 0.18) !important;
}

.archive-categories-section .category-item:hover h3,
.archive-categories-section .category-item.is-active h3 {
    color: #dc9631 !important;
}

.post-type-archive-product .category-layout,
.tax-product_cat .category-layout {
    display: block !important;
    padding-bottom: 54px !important;
}

.post-type-archive-product .sidebar-filter,
.tax-product_cat .sidebar-filter {
    display: block !important;
    position: fixed !important;
    top: 88px !important;
    left: auto !important;
    right: 14px !important;
    width: min(340px, calc(100vw - 32px)) !important;
    height: calc(100vh - 118px) !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: -18px 0 50px rgba(0, 0, 0, 0.16) !important;
    overflow-y: auto !important;
    z-index: 5000 !important;
    transform: translateX(calc(100% + 24px)) !important;
    transition: transform 0.25s ease !important;
}

body.shop-filters-open.post-type-archive-product .sidebar-filter,
body.shop-filters-open.tax-product_cat .sidebar-filter {
    transform: translateX(0) !important;
}

.shop-filter-overlay {
    position: fixed;
    inset: 88px 0 0 0;
    background: rgba(15, 23, 42, 0.42);
    z-index: 4999;
}

.shop-filter-overlay[hidden] {
    display: none !important;
}

.shop-filter-panel-header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    border-bottom: 1px solid #edf0f2;
    background: #fff;
}

.shop-filter-panel-header span {
    display: block;
    margin-bottom: 3px;
    color: #dc9631;
    font-size: 12px;
    font-weight: 800;
}

.shop-filter-panel-header strong {
    color: #111;
    font-size: 18px;
    font-weight: 900;
}

.shop-filter-close {
    width: 36px;
    height: 36px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #111;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.post-type-archive-product .sidebar-filter .filter-widget,
.tax-product_cat .sidebar-filter .filter-widget {
    margin: 0 !important;
    padding: 20px 22px !important;
    border-bottom: 1px solid #edf0f2 !important;
}

.post-type-archive-product .sidebar-filter .filter-widget h3,
.tax-product_cat .sidebar-filter .filter-widget h3 {
    margin-bottom: 14px !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

.post-type-archive-product .sidebar-filter .filter-options,
.tax-product_cat .sidebar-filter .filter-options {
    display: grid !important;
    gap: 10px !important;
}

.post-type-archive-product .sidebar-filter .filter-options li,
.tax-product_cat .sidebar-filter .filter-options li {
    margin: 0 !important;
}

.post-type-archive-product .sidebar-filter .filter-options label,
.tax-product_cat .sidebar-filter .filter-options label {
    justify-content: flex-start !important;
    color: #334155 !important;
    font-weight: 700 !important;
}

.shop-filter-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 18px 22px 24px;
}

.shop-filter-actions button {
    min-height: 42px;
    border: 0;
    font-family: inherit;
    font-weight: 900;
    cursor: pointer;
}

.shop-filter-apply {
    background: #dc9631;
    color: #fff;
}

.shop-filter-reset {
    background: #f1f5f9;
    color: #111;
}

.post-type-archive-product .category-toolbar,
.tax-product_cat .category-toolbar {
    min-height: 62px !important;
    margin-bottom: 42px !important;
    padding: 0 14px !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    gap: 18px !important;
    background: #f7fafc !important;
    border-radius: 0 !important;
}

.post-type-archive-product .category-toolbar:has(> :only-child),
.tax-product_cat .category-toolbar:has(> :only-child) {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
}

.archive-filter-button {
    justify-self: start !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    height: 42px !important;
    padding: 0 14px !important;
    border: 0 !important;
    background: #fff !important;
    color: #333 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
}

.archive-filter-button i {
    color: #dc9631 !important;
}

.post-type-archive-product .results-count,
.tax-product_cat .results-count {
    justify-self: center !important;
    color: #555 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering {
    justify-self: end !important;
}

.post-type-archive-product .sort-select,
.tax-product_cat .sort-select {
    min-width: 170px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #333 !important;
    font-family: inherit !important;
    font-weight: 700 !important;
}

@media (max-width: 768px) {
    .archive-categories-section {
        padding: 20px 0 34px !important;
    }

    .archive-categories-section .categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 20px 14px !important;
    }

    .archive-categories-section .category-item img {
        width: 132px !important;
        height: 132px !important;
    }

    .post-type-archive-product .category-toolbar,
    .tax-product_cat .category-toolbar {
        grid-template-columns: 1fr !important;
        justify-items: stretch !important;
        padding: 12px !important;
    }

    .archive-filter-button,
    .post-type-archive-product .woocommerce-ordering,
    .tax-product_cat .woocommerce-ordering,
    .post-type-archive-product .sort-select,
    .tax-product_cat .sort-select {
        width: 100% !important;
    }
}

/* Mobile store hardening */
.mobile-menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
}

.mobile-nav-actions {
    display: none;
}

@media (max-width: 768px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .container,
    .nayab-home-page .container,
    .single-product .screenshot-product-page .container {
        width: 100%;
        max-width: 100%;
        padding-right: 14px;
        padding-left: 14px;
    }

    .top-bar {
        font-size: 10px;
        line-height: 1.6;
    }

    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 60px;
        gap: 10px;
    }

    .header-left {
        width: 100%;
        min-width: 0;
        justify-content: space-between;
        gap: 12px;
    }

    .header-right {
        display: none;
    }

    .mobile-menu-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        color: #222;
        font-size: 18px;
        order: 0;
    }

    .site-logo,
    .site-logo .logo-link {
        min-width: 0;
        justify-content: flex-end;
    }

    .site-logo {
        order: 1;
        margin-inline-start: auto;
    }

    .site-logo .custom-logo {
        max-width: 130px;
        max-height: 38px;
    }

    .site-logo .site-title-text {
        max-width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-header .main-nav,
    .main-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        width: 100%;
        max-height: calc(100vh - 72px);
        overflow-y: auto;
        padding: 10px 16px 16px;
        background: #fff;
        border-top: 1px solid #f0ece6;
        box-shadow: 0 14px 28px rgba(17, 17, 17, 0.1);
        z-index: 1500;
    }

    .site-header .main-nav.active,
    .main-nav.active {
        display: block;
    }

    .site-header .main-nav ul,
    .main-nav ul {
        display: grid;
        gap: 0;
        width: 100%;
    }

    .site-header .main-nav a,
    .main-nav a {
        display: flex;
        width: 100%;
        min-height: 44px;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #f4f1ed;
        font-size: 14px;
    }

    .mobile-nav-actions {
        display: grid;
        gap: 10px;
        padding-top: 14px;
        margin-top: 12px;
        border-top: 1px solid #f0ece6;
    }

    .mobile-nav-action {
        position: relative;
        display: flex !important;
        width: 100%;
        min-height: 46px;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding: 0 12px;
        border: 1px solid #eee7de;
        border-radius: 4px;
        background: #faf9f7;
        color: #222;
        font-family: inherit;
        font-size: 14px;
        font-weight: 800;
        text-align: right;
        cursor: pointer;
    }

    .mobile-nav-action i {
        width: 20px;
        color: #dc9631;
        text-align: center;
    }

    .mobile-nav-cart .cart-count {
        position: static;
        width: 20px;
        height: 20px;
        margin-inline-start: auto;
        background: #ef6a62;
        color: #fff;
        font-size: 11px;
    }

    .nayab-mini-cart-panel {
        position: fixed;
        top: 72px;
        right: 12px;
        left: 12px;
        width: auto;
        max-width: none;
        transform: translateY(8px);
    }

    .nayab-mini-cart-wrapper.is-open .nayab-mini-cart-panel {
        transform: translateY(0);
    }

    .nayab-mini-cart-panel::before {
        display: none;
    }

    .categories-grid,
    .nayab-home-page .categories-grid,
    .archive-categories-section .categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 12px !important;
    }

    .category-item,
    .nayab-home-page .category-item {
        width: 100%;
        min-width: 0;
    }

    .category-item img,
    .nayab-home-page .category-item img,
    .archive-categories-section .category-item img {
        width: min(34vw, 132px) !important;
        height: min(34vw, 132px) !important;
    }

    .products-grid,
    .nayab-home-page .products-grid,
    .post-type-archive-product .products-grid,
    .tax-product_cat .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .product-card {
        min-width: 0;
    }

    .product-info,
    .nayab-home-page .product-info {
        min-height: 0;
        padding: 10px 8px 12px;
        text-align: center;
    }

    .product-title,
    .nayab-home-page .product-title {
        min-height: 38px;
        font-size: 12px;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    .product-card-attributes {
        display: none;
    }

    .btn-add-cart,
    .nayab-home-page .btn-add-cart,
    .nayab-home-page .ajax_add_to_cart {
        width: 100%;
        min-width: 0;
        min-height: 38px;
        padding: 8px 10px;
        font-size: 12px;
    }

    .promo-banner,
    .nayab-home-page .promo-banner {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .promo-content,
    .nayab-home-page .promo-content {
        width: 100%;
        padding: 28px 16px 18px;
    }

    .promo-title,
    .nayab-home-page .promo-title {
        font-size: 34px;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    .promo-label,
    .nayab-home-page .promo-label {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .promo-image,
    .nayab-home-page .promo-image {
        width: 100%;
        min-height: 190px;
    }

    .promo-image img,
    .nayab-home-page .promo-image img,
    .nayab-home-page .hero-side-image {
        height: auto;
        max-height: 240px;
    }

    .post-type-archive-product .category-toolbar,
    .tax-product_cat .category-toolbar {
        gap: 10px !important;
        margin-bottom: 24px !important;
    }

    .post-type-archive-product .sidebar-filter,
    .tax-product_cat .sidebar-filter {
        top: 70px !important;
        right: 10px !important;
        width: calc(100vw - 20px) !important;
        height: calc(100vh - 88px) !important;
    }

    .shop-filter-overlay {
        inset: 70px 0 0 0;
    }

    .single-product .screenshot-product-page {
        padding: 24px 0 70px;
    }

    .single-product .screenshot-product-page .product-content-grid {
        width: 100%;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "media"
            "summary"
            "form";
        gap: 18px;
        margin-bottom: 36px;
    }

    .single-product .screenshot-product-page .product-image-section {
        align-items: center;
    }

    .single-product .screenshot-product-page .product-image-wrap,
    .single-product .screenshot-product-page .product-gallery-thumbs,
    .single-product .screenshot-product-page .order-form-card {
        width: 100%;
        max-width: 100%;
    }

    .single-product .screenshot-product-page .product-main-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 22px;
        overflow-wrap: anywhere;
    }

    .single-product .screenshot-product-page .order-form {
        padding: 0 14px 18px;
    }

    .single-product .screenshot-product-page .form-row,
    .single-product .screenshot-product-page .order-action-row {
        grid-template-columns: 1fr;
        flex-direction: column;
        gap: 10px;
    }

    .single-product .screenshot-product-page .quantity-control {
        justify-self: stretch;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        width: 100%;
    }

    .single-product .screenshot-product-page .qty-btn,
    .single-product .screenshot-product-page .qty-input {
        width: 100%;
    }

    .single-product .screenshot-product-page .variation-choice-field {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .single-product .screenshot-product-page .summary-row,
    .total-row {
        gap: 10px;
        overflow-wrap: anywhere;
    }

    .cart-page-wrapper {
        padding: 24px 0 40px;
    }

    .cart-main,
    .cart-sidebar-right {
        padding: 14px;
    }

    .cart-table,
    .cart-table thead,
    .cart-table tbody,
    .cart-table tr,
    .cart-table th,
    .cart-table td {
        display: block;
        width: 100%;
    }

    .cart-table thead {
        display: none;
    }

    .cart-table-row {
        position: relative;
        padding: 14px 0;
        border-bottom: 1px solid #e9ecef;
    }

    .cart-table td {
        padding: 8px 0;
        border-bottom: 0;
        text-align: right;
    }

    .cart-product-cell {
        align-items: flex-start;
    }

    .cart-product-img img {
        width: 64px;
        height: 64px;
    }

    .cart-table .col-qty,
    .cart-table .col-price,
    .cart-table .col-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .cart-table .col-qty::before {
        content: "الكمية";
        color: #6c757d;
        font-weight: 700;
    }

    .cart-table .col-price::before {
        content: "السعر";
        color: #6c757d;
        font-weight: 700;
    }

    .cart-table .col-total::before {
        content: "المجموع";
        color: #6c757d;
        font-weight: 700;
    }

    .cart-table .col-remove {
        position: absolute;
        top: 10px;
        left: 0;
        width: auto;
    }

    .qty-control {
        margin: 0;
    }

    .cart-actions,
    .footer-bottom,
    .newsletter-form {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-bottom {
        gap: 14px;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .container,
    .nayab-home-page .container,
    .single-product .screenshot-product-page .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .products-grid,
    .nayab-home-page .products-grid,
    .post-type-archive-product .products-grid,
    .tax-product_cat .products-grid {
        gap: 9px !important;
    }

    .product-image img,
    .product-image .product-thumbnail {
        padding: 8px;
    }

    .product-info,
    .nayab-home-page .product-info {
        padding-right: 6px;
        padding-left: 6px;
    }

    .product-title,
    .nayab-home-page .product-title,
    .product-price,
    .product-price .amount,
    .product-price bdi {
        font-size: 11px;
    }

    .btn-add-cart,
    .nayab-home-page .btn-add-cart,
    .nayab-home-page .ajax_add_to_cart {
        font-size: 11px;
        padding-right: 6px;
        padding-left: 6px;
    }

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

    .promo-title,
    .nayab-home-page .promo-title {
        font-size: 29px;
    }

    .single-product .screenshot-product-page .form-card-header {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
    }
}

/* Screenshot-style mobile header and homepage */
@media (max-width: 768px) {
    .top-bar {
        min-height: 30px !important;
        padding: 6px 0 !important;
        background: #000 !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 800 !important;
    }

    .site-header {
        position: sticky !important;
        top: 0 !important;
        background: #fff !important;
        border-bottom: 1px solid #eeeeee !important;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08) !important;
    }

    .site-header .container {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    .site-header .header-inner {
        position: relative !important;
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) 48px !important;
        align-items: center !important;
        min-height: 70px !important;
        padding: 0 !important;
        gap: 0 !important;
        direction: ltr !important;
    }

    .site-header .header-left {
        display: contents !important;
        min-width: 0 !important;
        width: auto !important;
    }

    .site-header .mobile-menu-toggle {
        grid-column: 3 !important;
        justify-self: end !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        color: #111 !important;
        font-size: 20px !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        order: initial !important;
    }

    .site-header .site-logo {
        grid-column: 2 !important;
        justify-self: center !important;
        display: flex !important;
        justify-content: center !important;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        order: initial !important;
    }

    .site-header .site-logo .logo-link {
        justify-content: center !important;
    }

    .site-header .custom-logo,
    .site-header .logo-mark,
    .site-logo .custom-logo {
        width: 54px !important;
        height: 54px !important;
        max-width: 54px !important;
        max-height: 54px !important;
        object-fit: contain !important;
    }

    .site-header .site-title-text {
        max-width: 120px !important;
        color: #222 !important;
        font-size: 18px !important;
        text-align: center !important;
    }

    .site-header .header-right {
        grid-column: 1 !important;
        justify-self: start !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        min-width: 0 !important;
        width: 48px !important;
        gap: 0 !important;
        order: initial !important;
    }

    .site-header .header-right .search-btn {
        display: none !important;
    }

    .site-header .header-right .nayab-mini-cart-wrapper {
        display: inline-flex !important;
    }

    .site-header .header-right .cart-btn {
        display: inline-flex !important;
        width: 42px !important;
        height: 42px !important;
        background: transparent !important;
        color: #111 !important;
        border: 0 !important;
        border-radius: 0 !important;
        font-size: 20px !important;
    }

    .site-header .header-right .cart-count {
        top: 2px !important;
        right: auto !important;
        left: 1px !important;
        width: 16px !important;
        height: 16px !important;
        background: #ff1717 !important;
        color: #fff !important;
        font-size: 9px !important;
        line-height: 16px !important;
    }

    .site-header .main-nav,
    .main-nav {
        position: absolute !important;
        top: 100% !important;
        right: 0 !important;
        left: 0 !important;
        display: none !important;
        width: 100% !important;
        max-height: calc(100vh - 100px) !important;
        padding: 10px 16px 16px !important;
        overflow-y: auto !important;
        background: #fff !important;
        border-top: 1px solid #efefef !important;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12) !important;
        z-index: 1500 !important;
        direction: rtl !important;
    }

    .site-header .main-nav.active,
    .main-nav.active {
        display: block !important;
    }

    .site-header .main-nav ul,
    .main-nav ul {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .site-header .main-nav li,
    .main-nav li {
        width: 100% !important;
    }

    .site-header .main-nav a,
    .main-nav a {
        display: flex !important;
        width: 100% !important;
        min-height: 44px !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid #f4f1ed !important;
        color: #242424 !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        text-align: right !important;
    }

    .site-header .main-nav .sub-menu,
    .site-header .main-nav .sub-menu .sub-menu {
        position: static !important;
        display: none !important;
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 12px 8px 0 !important;
        margin: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .site-header .main-nav .menu-item-has-children.active > .sub-menu {
        display: grid !important;
    }

    .nayab-home-page .home-categories-section,
    .categories-section {
        padding: 32px 0 44px !important;
    }

    .nayab-home-page .categories-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 10px !important;
        align-items: start !important;
    }

    .nayab-home-page .category-item img {
        width: min(18vw, 66px) !important;
        height: min(18vw, 66px) !important;
        margin-bottom: 8px !important;
    }

    .nayab-home-page .category-item h3 {
        font-size: 11px !important;
        line-height: 1.45 !important;
        font-weight: 800 !important;
    }

    .nayab-home-page .home-products-section {
        padding-bottom: 36px !important;
    }

    .nayab-home-page .section-title {
        margin-bottom: 38px !important;
    }

    .nayab-home-page .section-title h2 {
        font-size: 24px !important;
        font-weight: 900 !important;
    }

    .nayab-home-page .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px 12px !important;
        direction: rtl !important;
    }

    .nayab-home-page .product-card {
        border-radius: 2px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    }

    .nayab-home-page .product-image {
        aspect-ratio: 1 / 0.96 !important;
    }

    .nayab-home-page .product-title {
        min-height: 40px !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    .nayab-home-page .product-price {
        min-height: 34px !important;
        margin-bottom: 12px !important;
    }

    .nayab-home-page .btn-add-cart,
    .nayab-home-page .ajax_add_to_cart {
        min-height: 42px !important;
        background: #050505 !important;
        font-size: 12px !important;
    }

    .whatsapp-float {
        right: 16px !important;
        left: auto !important;
        bottom: 210px !important;
        width: 52px !important;
        height: 52px !important;
        z-index: 999 !important;
    }

    .nayab-home-page .home-promo-section {
        padding: 10px 0 82px !important;
    }

    .nayab-home-page .promo-banner {
        border-radius: 12px !important;
        padding: 18px !important;
        background: #f0eff4 !important;
    }

    .nayab-home-page .promo-image {
        min-height: 112px !important;
        order: -1 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .nayab-home-page .promo-image img,
    .nayab-home-page .hero-side-image {
        height: 112px !important;
        max-height: 112px !important;
        object-fit: contain !important;
    }

    .nayab-home-page .promo-content {
        padding: 4px 4px 0 !important;
    }

    .nayab-home-page .promo-label {
        margin-bottom: 14px !important;
        font-size: 14px !important;
    }

    .nayab-home-page .promo-title {
        margin-bottom: 18px !important;
        font-size: 37px !important;
        line-height: 1.05 !important;
    }

    .nayab-home-page .btn-promo {
        width: 100% !important;
        min-height: 44px !important;
        padding: 12px 16px !important;
        border-radius: 2px !important;
        text-align: center !important;
    }

    .site-footer {
        padding-top: 58px !important;
        text-align: center !important;
    }

    .footer-grid {
        gap: 38px !important;
    }

    .footer-widget h3::after {
        right: 50% !important;
        transform: translateX(50%) !important;
    }
}

/* Final mobile fixes for header alignment and oversized feature spacing */
@media (max-width: 768px) {
    .site-header .mobile-menu-toggle,
    .site-header .site-logo,
    .site-header .header-right {
        grid-row: 1 !important;
    }

    .site-header .main-nav {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
    }

    .site-header .nayab-mini-cart-panel {
        top: 100px !important;
        right: 12px !important;
        left: 12px !important;
    }

    .nayab-home-page .products-grid:has(.product-card:only-child),
    .products-grid:has(.product-card:only-child) {
        grid-template-columns: minmax(0, 1fr) !important;
        justify-items: center !important;
    }

    .nayab-home-page .products-grid > .product-card:only-child,
    .products-grid > .product-card:only-child {
        width: min(100%, 172px) !important;
    }

    body.home .features-section,
    body.front-page .features-section,
    .features-section {
        padding: 42px 0 36px !important;
        margin: 0 !important;
        min-height: 0 !important;
        background: #fff !important;
    }

    body.home .features-grid,
    body.front-page .features-grid,
    .features-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 34px !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.home .feature-item,
    body.front-page .feature-item,
    .feature-item {
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        display: grid !important;
        place-items: center !important;
        text-align: center !important;
    }

    body.home .feature-title,
    body.front-page .feature-title,
    .feature-title {
        margin: 0 !important;
        color: #2b2d31 !important;
        font-size: 28px !important;
        font-weight: 900 !important;
        line-height: 1.35 !important;
    }

    .features-section .feature-illustration {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
    }

    .site-footer {
        margin-top: 0 !important;
        padding: 34px 0 0 !important;
    }

    body.home .features-section,
    body.front-page .features-section,
    .features-section {
        display: none !important;
    }
}
