@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;600;700;800;900&display=swap');

:root {
    --primary: #202241;
    --primary-dark: #13152b;
    --accent: #c03f61;
    --accent-dark: #9f2848;
    --green: #1db75a;
    --green-dark: #119345;
    --bg: #fbf8f8;
    --soft-bg: #f8eeee;
    --text: #252238;
    --muted: #857e88;
    --border: #eee4e4;
    --white: #ffffff;
    --shadow: 0 18px 45px rgba(38, 26, 40, 0.09);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    direction: rtl;
    font-family: "Tajawal", sans-serif !important;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
}

button,
input,
textarea,
select,
.btn,
.form-control,
.form-select {
    font-family: "Tajawal", sans-serif !important;
}

a {
    text-decoration: none;
}

.py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.pb-lg-6 {
    padding-bottom: 6rem !important;
}

/* Header */
.hero-product-image img {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: auto;
}

.site-header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(235, 222, 224, 0.8);
    z-index: 1030;
}

.navbar-brand {
    color: var(--primary) !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    letter-spacing: -0.8px;
}

.navbar-brand span {
    color: var(--accent);
}

.nav-link {
    color: var(--primary) !important;
    font-weight: 700;
    padding: 10px 13px !important;
    transition: 0.2s ease;
}

.nav-link:hover {
    color: var(--accent) !important;
}

.cart-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    border: 0;
    border-radius: 50px;
    color: var(--primary);
    padding: 10px 18px;
    font-weight: 800;
    transition: 0.2s ease;
}

.cart-trigger:hover {
    color: #fff;
    background: var(--accent);
    transform: translateY(-2px);
}

.cart-count {
    position: absolute;
    top: -8px;
    left: -7px;
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    border-radius: 50px;
    color: #fff;
    background: var(--accent);
    border: 2px solid #fff;
    font-size: 11px;
}

/* Hero */

.hero-section {
    position: relative;
    background:
        radial-gradient(circle at 15% 30%, rgba(192, 63, 97, 0.16), transparent 30%),
        radial-gradient(circle at 85% 25%, rgba(32, 34, 65, 0.14), transparent 34%),
        linear-gradient(135deg, #fffdfd 0%, #f9eeee 100%);
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.orb-one {
    width: 350px;
    height: 350px;
    top: -150px;
    right: -100px;
    border: 45px solid rgba(192, 63, 97, 0.06);
}

.orb-two {
    width: 260px;
    height: 260px;
    bottom: -120px;
    left: -90px;
    border: 35px solid rgba(32, 34, 65, 0.06);
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 15px;
    border-radius: 50px;
    background: rgba(192, 63, 97, 0.1);
    color: var(--accent);
    font-size: 14px;
    font-weight: 800;
}

.hero-section h1 {
    margin: 18px 0;
    color: var(--primary);
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.2;
    font-weight: 900;
}

.hero-section h1 em {
    color: var(--accent);
    font-style: normal;
}

.hero-copy {
    max-width: 580px;
    color: var(--muted);
    font-size: 18px;
    line-height: 2;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
}

.hero-points i {
    color: var(--green);
    margin-left: 4px;
}

.hero-visual {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-visual::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    opacity: 0.1;
}

.hero-product-image {
    position: relative;
    z-index: 2;
    width: min(100%, 440px);
    height: 390px;
    padding: 25px;
}

.hero-product-image img {
    width: auto;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 25px 30px rgba(32, 34, 65, 0.2));
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.hero-card {
    position: absolute;
    z-index: 3;
    padding: 12px 15px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    color: var(--primary);
    box-shadow: var(--shadow);
    font-size: 13px;
    font-weight: 800;
}

.hero-card i {
    color: var(--accent);
    margin-left: 4px;
}

.card-a {
    top: 38px;
    left: 0;
}

.card-b {
    bottom: 45px;
    right: 0;
}

/* Headings */

.section-heading h2 {
    margin: 5px 0 8px;
    color: var(--primary);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 900;
}

.section-heading p {
    margin: 0;
    color: var(--muted);
}

.eyebrow {
    color: var(--white);
    font-size: 14px;
    font-weight: 800;
}

/* Categories */

.categories-section {
    background: #fff;
}

.category-scroller {
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 5px 20px;
    scrollbar-width: thin;
}

.category-circle {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
    color: var(--primary);
    transition: 0.25s ease;
}

.category-circle:hover {
    color: var(--accent);
    transform: translateY(-7px);
}

.category-image {
    display: block;
    width: 110px;
    height: 110px;
    padding: 6px;
    margin: 0 auto 11px;
    overflow: hidden;
    border: 2px solid var(--border);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 25px rgba(32, 34, 65, 0.08);
    transition: 0.25s ease;
}

.category-circle:hover .category-image {
    border-color: var(--accent);
    box-shadow: 0 14px 32px rgba(192, 63, 97, 0.16);
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.category-circle strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
}

/* Products */

.products-section {
    background: var(--bg);
}

.product-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(35, 26, 38, 0.05);
    transition: 0.25s ease;
}

.product-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow);
}

.product-image-wrap {
    height: 230px;
    overflow: hidden;
    background: linear-gradient(145deg, #fffafa, #f5eeee);
}

.product-image-wrap img {
    width: 100%;
    height: 100%;
    /*     padding: 17px; */
    object-fit: cover;
    transition: 0.35s ease;

}

.product-card:hover .product-image-wrap img {
    transform: scale(1.06);
}

.product-name {
    display: -webkit-box;
    /*     min-height: 52px; */
    overflow: hidden;
    color: var(--primary);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 900;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-name:hover {
    color: var(--accent);
}

.product-price {
    color: var(--primary);
    font-size: 22px;
    font-weight: 900;
}

.currency {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.variant-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    min-height: 42px;
}

.variant-thumb {
    position: relative;
    width: 41px;
    height: 41px;
    padding: 2px;
    overflow: visible;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.2s ease;
}

.variant-thumb:hover,
.variant-thumb.active {
    border-color: var(--accent);
    transform: translateY(-2px);
}

.variant-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.variant-thumb i {
    position: absolute;
    left: -4px;
    bottom: -4px;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d7d0d0;
}

.add-to-cart {
    border: 0 !important;
    background: var(--primary) !important;
    font-weight: 800;
    transition: 0.2s ease;
}

.add-to-cart:hover {
    background: var(--accent) !important;
    transform: translateY(-2px);
}

/* Order section */

.order-section {
    background: #fffafa;
}

.order-step {
    position: relative;
    height: 100%;
    padding: 34px 24px 28px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 24px;
    text-align: center;
    background: #fff;
    box-shadow: 0 12px 30px rgba(35, 26, 38, 0.04);
    transition: 0.25s ease;
}

.order-step:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.order-number {
    position: absolute;
    top: 10px;
    left: 20px;
    color: rgba(29, 183, 90, 0.16);
    font-size: 36px;
    font-weight: 900;
}

.order-icon {
    width: 65px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 17px;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), #d45d7c);
    box-shadow: 0 12px 24px rgba(192, 63, 97, 0.22);
    font-size: 26px;
}

.order-step h4 {
    color: var(--primary);
    font-size: 21px;
    font-weight: 900;
}

.order-step p {
    margin: 0;
    color: var(--muted);
    line-height: 1.9;
}

/* Contact */

.contact-box {
    background: var(--accent-dark);
    color: var(--white);
}

.contact-box h2 {
    margin: 7px 0 10px;
    color: var(--white);
    font-size: clamp(30px, 4vw, 45px);
    font-weight: 900;
    color: white;
}

.contact-box p {
    color: var(--white);
    font-size: 16px;
}

.contact-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 22px 0;
    color: var(--white);
    font-weight: 700;
}

.contact-meta a {
    color: var(--white);
}

.contact-meta i {
    color: var(--white);
    margin-left: 5px;
}

.btn-whatsapp {
    color: #fff !important;
    background: var(--green) !important;
    border: 0 !important;
    font-weight: 800;
    transition: 0.2s ease;
}

.btn-whatsapp:hover {
    color: #fff !important;
    background: var(--green-dark) !important;
    transform: translateY(-2px);
}

/* Offcanvas */

.offcanvas {
    width: min(450px, 100%) !important;
    font-family: "Tajawal", sans-serif !important;
    z-index: 1056;
}

.offcanvas-header {
    border-bottom: 1px solid var(--border);
}

.offcanvas-title {
    color: var(--primary);
    font-weight: 900;
}

/* Floating whatsapp */

.floating-whatsapp {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1055;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    box-shadow: 0 12px 28px rgba(29, 183, 90, 0.35);
    font-size: 30px;
    transition: 0.2s ease;
}

.floating-whatsapp:hover {
    color: #fff;
    background: var(--green-dark);
    transform: scale(1.08);
}

.floating-whatsapp::after {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(29, 183, 90, 0.45);
    border-radius: 50%;
    animation: whatsappPulse 1.7s infinite;
}

@keyframes whatsappPulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        text-align: center;
    }

    .hero-copy {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-points {
        justify-content: center;
    }

    .hero-visual {
        min-height: 320px;
    }

    .hero-product-image {
        height: 320px;
        width: auto;
    }

    .hero-product-image img {
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .card-a {
        left: 5px;
        top: 10px;
    }

    .card-b {
        right: 5px;
        bottom: 10px;
    }

    .navbar-collapse {
        padding-top: 15px;
    }

    .cart-trigger {
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .py-lg-6 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 3.5rem !important;
    }

    .hero-section h1 {
        font-size: 38px;
    }

    .hero-copy {
        font-size: 16px;
    }

    .hero-visual::before {
        width: 250px;
        height: 250px;
    }

    .hero-product-image {
        height: 275px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .hero-card {
        font-size: 11px;
        padding: 9px 11px;
    }

    .product-image-wrap {
        height: 215px;
    }

    .product-card .p-3 {
        padding: 13px !important;
    }

    .product-name {
        font-size: 14px;
        /*    min-height: 47px; */
    }

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

    .variant-thumb {
        width: 35px;
        height: 35px;
    }

    .category-circle {
        width: 96px;
    }

    .category-image {
        width: 86px;
        height: 86px;
    }

    .floating-whatsapp {
        left: 15px;
        bottom: 15px;
        width: 54px;
        height: 54px;
    }
}

.cart-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #eee4e4;
}

.cart-item-image {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    overflow: hidden;
    border-radius: 14px;
    background: #f8eeee;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: contain;
}

.cart-item-content {
    flex: 1;
    min-width: 0;
}

.cart-item-content h6 {
    margin: 0 0 4px;
    color: #202241;
    font-size: 15px;
    font-weight: 800;
}

.cart-item-content small {
    display: block;
    margin-bottom: 5px;
    color: #857e88;
}

.cart-item-content strong {
    display: block;
    color: #c03f61;
    font-size: 14px;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.cart-quantity {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 3px;
    border-radius: 30px;
    background: #f8eeee;
}

.cart-qty-btn {
    width: 27px;
    height: 27px;
    border: 0;
    border-radius: 50%;
    color: #202241;
    background: #fff;
    font-size: 17px;
    font-weight: 900;
}

.cart-remove {
    border: 0;
    color: #d64242;
    background: transparent;
    font-size: 17px;
}

.checkout-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.checkout-stepper span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    color: #887d85;
    background: #eee4e4;
    font-size: 13px;
    font-weight: 800;
}

.checkout-stepper span.active {
    color: #fff;
    background: #c03f61;
}

.checkout-stepper i {
    width: 55px;
    height: 3px;
    border-radius: 30px;
    background: #eee4e4;
}

.checkout-total {
    color: #202241;
    background: #f8eeee;
}

.cart-offcanvas .offcanvas-body {
    background: #fffdfd;
}

.cart-items {
    min-height: 150px;
}

.cart-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
}

.cart-item-image {
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 15px;
    background: #f8eeee;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    padding: 6px;
    object-fit: contain;
}

.cart-item-content {
    flex: 1;
    min-width: 0;
}

.cart-item-content h6 {
    margin: 0 0 5px;
    overflow: hidden;
    color: var(--primary);
    font-size: 15px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-item-content small {
    display: block;
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 12px;
}

.cart-item-content strong {
    display: block;
    color: var(--accent);
    font-size: 14px;
    font-weight: 900;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.cart-quantity {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 3px;
    border-radius: 30px;
    background: #f8eeee;
}

.cart-qty-btn {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    color: var(--primary);
    background: #fff;
    font-size: 17px;
    font-weight: 900;
}

.cart-remove {
    border: 0;
    color: #d64242;
    background: transparent;
    font-size: 17px;
}

.checkout-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.checkout-stepper span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    color: #887d85;
    background: #eee4e4;
    font-size: 13px;
    font-weight: 800;
}

.checkout-stepper span.active {
    color: #fff;
    background: var(--accent);
}

.checkout-stepper i {
    width: 55px;
    height: 3px;
    border-radius: 30px;
    background: #eee4e4;
}

.checkout-total {
    color: var(--primary);
    background: #f8eeee;
    font-weight: 800;
}

.empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    color: var(--accent);
    background: #fff1f3;
    font-size: 26px;
}

.cart-empty h6 {
    color: var(--primary);
    font-weight: 900;
}

.product-image-wrap img,
.hero-product-image img,
.category-image img,
.variant-thumb img {
    display: block;
}

/* Force product image dimensions */

.product-card .product-image-wrap {
    height: 230px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.product-card .product-image-wrap img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    /*    padding: 18px !important; */
    object-fit: cover !important;
}

/* Variation thumbnails */

.product-card .variant-thumbnails {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    min-height: 46px !important;
}

.product-card .variant-thumb {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
    padding: 2px !important;
    border: 2px solid transparent !important;
    border-radius: 10px !important;
    overflow: visible !important;
    background: #fff !important;
    cursor: pointer !important;
}

.product-card .variant-thumb.active {
    border-color: var(--accent) !important;
}

.product-card .variant-thumb img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

/* Cart layout */

.cart-offcanvas {
    width: min(440px, 100vw) !important;
}

.cart-offcanvas .offcanvas-body {
    overflow-x: hidden !important;
}

.cart-items {
    width: 100% !important;
}

.cart-item {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 12px !important;
    padding: 14px 0 !important;
    overflow: hidden !important;
    border-bottom: 1px solid var(--border) !important;
}

.cart-item-image {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    background: #f8eeee !important;
}

.cart-item-image img {
    display: block !important;
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    padding: 5px !important;
    object-fit: contain !important;
}

.cart-item-content {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

.cart-item-content h6 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.cart-item-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
}

.cart-quantity {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.cart-quantity button {
    width: 28px !important;
    height: 28px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: var(--primary) !important;
    font-weight: 900 !important;
}


/* Product details page */

.product-page {
    background:
        radial-gradient(circle at top right, rgba(192, 63, 97, 0.06), transparent 30%),
        var(--bg);
}

.product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.product-breadcrumb a {
    color: var(--primary);
}

.product-breadcrumb a:hover {
    color: var(--accent);
}

.product-gallery-card {
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(32, 34, 65, 0.06);
}

.product-gallery-main {
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 21px;
    background: linear-gradient(145deg, #fffafa, #f6eeee);
}

.product-gallery-main img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 32px;
    object-fit: contain;
}

.product-gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 3px 2px;
}

.product-gallery-thumb {
    position: relative;
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    overflow: visible;
    padding: 3px;
    border: 2px solid transparent;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    transition: 0.2s ease;
}

.product-gallery-thumb:hover,
.product-gallery-thumb.active {
    border-color: var(--accent);
    transform: translateY(-2px);
}

.product-gallery-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

.variation-dot {
    position: absolute;
    left: -4px;
    bottom: -4px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d7d0d0;
}

.product-buy-card {
    position: sticky;
    top: 105px;
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 27px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(32, 34, 65, 0.07);
}

.product-category-badge {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 50px;
    color: var(--accent);
    background: rgba(192, 63, 97, 0.1);
    font-size: 13px;
    font-weight: 800;
}

.product-title {
    margin: 16px 0 10px;
    color: var(--primary);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.35;
    font-weight: 900;
}

.product-detail-price {
    color: var(--accent);
    font-size: 31px;
    font-weight: 900;
}

.product-detail-price small {
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.product-divider {
    height: 1px;
    margin: 24px 0;
    background: var(--border);
}

.product-option-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 13px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 900;
}

.product-option-label strong {
    color: var(--accent);
    font-size: 13px;
}

.detail-variants {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.detail-variant {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 8px 11px;
    border: 1px solid var(--border);
    border-radius: 12px;
    color: var(--primary);
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
}

.detail-variant:hover,
.detail-variant.active {
    border-color: var(--accent);
    color: var(--accent);
    background: rgba(192, 63, 97, 0.05);
}

.detail-variant-color {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d7d0d0;
}

.detail-variant small {
    color: var(--muted);
    font-size: 11px;
}

.product-purchase-row {
    display: flex;
    align-items: end;
    gap: 12px;
}

.qty-wrapper {
    flex: 0 0 125px;
}

.qty-label {
    display: block;
    margin-bottom: 8px;
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
}

.qty-control {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 13px;
}

.qty-control button {
    width: 37px;
    height: 43px;
    border: 0;
    color: var(--primary);
    background: #fff;
    font-size: 17px;
    font-weight: 900;
}

.qty-control input {
    width: 44px;
    height: 43px;
    border: 0;
    outline: 0;
    text-align: center;
    color: var(--primary);
    background: #fff;
    font-weight: 900;
}

.product-add-main {
    min-height: 43px;
    flex: 1;
    border-radius: 13px !important;
    font-weight: 900;
}

.product-trust-list {
    display: grid;
    gap: 11px;
    margin-top: 25px;
    padding-top: 21px;
    border-top: 1px solid var(--border);
}

.product-trust-list div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.product-trust-list i {
    color: var(--green);
    font-size: 17px;
}

@media (max-width: 991.98px) {
    .product-buy-card {
        position: static;
    }

    .product-gallery-main {
        height: 450px;
    }
}

@media (max-width: 575.98px) {
    .product-gallery-card {
        padding: 10px;
        border-radius: 20px;
    }

    .product-gallery-main {
        height: 330px;
        border-radius: 15px;
    }

    .product-gallery-main img {
        padding: 18px;
    }

    .product-gallery-thumb {
        width: 55px;
        height: 55px;
        flex-basis: 55px;
    }

    .product-buy-card {
        padding: 20px;
        border-radius: 20px;
    }

    .product-title {
        font-size: 27px;
    }

    .product-purchase-row {
        align-items: stretch;
        flex-direction: column;
    }

    .qty-wrapper {
        flex: auto;
    }

    .qty-control {
        width: 100%;
        justify-content: space-between;
    }

    .qty-control input {
        flex: 1;
    }

    .product-add-main {
        width: 100%;
    }
}

/* Mobile navbar */

.mobile-cart-trigger {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    color: var(--primary);
    /*  background: var(--primary); */
    font-size: 30px;
}

.mobile-cart-trigger .cart-count {
    position: absolute;
    top: -7px;
    left: -7px;
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    background: var(--accent);
    font-size: 10px;
    font-weight: 900;
}

/* Mobile Bottom Navigation */

.mobile-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1045;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 68px;
    padding: 7px 10px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(238, 228, 228, 0.9);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    box-shadow: 0 -8px 30px rgba(32, 34, 65, 0.08);
}

.bottom-nav-item {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    min-width: 70px;
    border: 0;
    color: var(--muted);
    background: transparent;
    font-family: "Tajawal", sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.bottom-nav-item i {
    font-size: 21px;
    line-height: 1;
}

.bottom-nav-item.active,
.bottom-nav-item:hover {
    color: var(--accent);
}

.bottom-cart-item {
    position: relative;
    top: -18px;
}

.bottom-cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 1px;
    border: 4px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    box-shadow: 0 10px 22px rgba(192, 63, 97, 0.26);
}

.bottom-cart-icon i {
    font-size: 23px;
}

.bottom-cart-count {
    position: absolute;
    top: -6px;
    left: -8px;
    min-width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    background: var(--green);
    font-size: 10px;
    font-weight: 900;
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: 85px;
        overflow-x: hidden !important;
    }

    .site-header .navbar {
        min-height: 66px;
    }

    .site-header .navbar-brand img {
        width: 46px !important;
    }

    .floating-whatsapp {
        bottom: 91px !important;
    }
}

/* Categories swiper */


.category-circle {
    width: 100%;
    /*   min-height: 170px; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 16px 10px;
    border: 1px solid transparent;
    border-radius: 22px;
    text-align: center;
    background: #fff;
    box-shadow: 0 10px 28px rgba(32, 34, 65, 0.05);
    transition: 0.25s ease;
}

.category-circle:hover {
    border-color: rgba(192, 63, 97, 0.28);
    color: var(--accent);
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(32, 34, 65, 0.1);
}

.category-image {
    width: 92px;
    height: 92px;
    padding: 5px;
    margin: 0 auto 12px;
    overflow: hidden;
    border: 2px solid var(--border);
    border-radius: 50%;
    background: #fff;
}

.category-circle:hover .category-image {
    border-color: var(--accent);
}

.category-image img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.category-circle strong {
    color: var(--primary);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
}

.category-circle small {
    display: block;
    max-width: 100%;
    margin-top: 4px;
    overflow: hidden;
    color: var(--muted);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-swiper-actions {
    gap: 8px;
}

.category-swiper-actions button {
    width: 40px;
    height: 40px;
    border: 1px solid var(--border);
    border-radius: 12px;
    color: var(--primary);
    background: #fff;
    transition: 0.2s ease;
}

.category-swiper-actions button:hover {
    color: #fff;
    border-color: var(--accent);
    background: var(--accent);
}

.category-swiper-pagination {
    bottom: 0 !important;
}

.category-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #ded4d6;
}

.category-swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 20px;
    background: var(--accent);
}

@media (max-width: 575.98px) {
    .category-circle {
        /*   min-height: 145px; */
        padding: 12px 8px;
        border-radius: 18px;
    }

    .category-image {
        width: 74px;
        height: 74px;
    }
}

.product-colors,
.product-sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-color-btn {
    min-width: 62px;
    padding: 8px 10px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #fff;
    color: var(--primary);
    font-family: "Tajawal", sans-serif;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}

.product-color-btn span {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d8d8d8;
}

.product-color-btn.active,
.product-color-btn:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: rgba(192, 63, 97, .05);
}

.product-size-btn {
    min-width: 48px;
    min-height: 42px;
    padding: 7px 13px;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: #fff;
    color: var(--primary);
    font-family: "Tajawal", sans-serif;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}

.product-size-btn.active,
.product-size-btn:hover {
    border-color: var(--accent);
    color: #fff;
    background: var(--accent);
}

.product-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.product-card-body {
    flex: 1;
}

.product-category {
    min-height: 20px;
    margin-bottom: 4px;
    overflow: hidden;
    color: var(--muted);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-name {
    /*  min-height: 48px; */
    display: -webkit-box;
    overflow: hidden;
    color: var(--primary);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.6;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.card-variants-space {
    min-height: 78px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid var(--border);
}

.card-option-row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
}

.card-size-row {
    margin-top: 8px;
}

.card-option-label {
    width: 32px;
    flex: 0 0 32px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
}

.card-color-options,
.card-size-options {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.card-color-options::-webkit-scrollbar,
.card-size-options::-webkit-scrollbar {
    display: none;
}

.card-color-option {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: 0.2s ease;
}

.card-color-option span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.card-color-option.active {
    border-color: var(--accent);
    transform: scale(1.08);
}

.card-size-option {
    min-width: 29px;
    height: 27px;
    flex: 0 0 auto;
    padding: 2px 8px;
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--primary);
    background: #fff;
    font-family: "Tajawal", sans-serif;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
}

.card-size-option.active {
    color: #fff;
    border-color: var(--accent);
    background: var(--accent);
}

.card-size-option.disabled,
.card-color-option.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.product-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 30px;
}

.old-price {
    color: #d54949;
    font-size: 11px;
    font-weight: 600;
    text-decoration: line-through;
}

.old-price small {
    font-size: 10px;
}

.current-price {
    display: flex;
    align-items: center;
    gap: 3px;
    color: var(--accent);
}

.current-price strong {
    font-size: 18px;
    font-weight: 900;
}

.current-price span {
    font-size: 11px;
    font-weight: 800;
}

.category-page {
    min-height: 70vh;
    background: #f8fafc;
}

.category-page-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.category-page-head h1 {
    margin: 6px 0;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
}

.category-page-head p {
    margin: 0;
    color: #64748b;
}

.back-store-link {
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.back-store-link:hover {
    color: #111827;
}

.desktop-filters-card {
    position: sticky;
    top: 90px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e8edf3;
    overflow: hidden;
}

.store-filters-form {
    padding: 22px;
}

.filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf1f5;
}

.filter-head h5 {
    margin: 3px 0 0;
    font-weight: 800;
}

.filter-label {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 700;
}

.filter-section {
    padding: 18px 0;
    border-bottom: 1px solid #edf1f5;
}

.filter-section-title {
    display: block;
    margin-bottom: 12px;
    color: #1e293b;
    font-size: 14px;
    font-weight: 800;
}

.storefront-select,
.storefront-input {
    min-height: 44px;
    border-radius: 12px;
    border-color: #dce3eb;
    box-shadow: none !important;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.filter-options-scroll {
    max-height: 210px;
    overflow-y: auto;
    padding-inline-end: 4px;
}

.filter-check {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
}

.filter-check input {
    width: 17px;
    height: 17px;
    accent-color: #111827;
}

.color-filter-check {
    align-items: center;
}

.color-dot {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
}

.filter-actions {
    padding-top: 20px;
}

.category-filters-canvas {
    width: min(90vw, 390px) !important;
    border: 0;
}

.empty-category-products {
    text-align: center;
    padding: 80px 20px;
    border-radius: 24px;
    background: #fff;
    border: 1px dashed #cbd5e1;
}

.empty-category-products i {
    display: block;
    margin-bottom: 14px;
    color: #94a3b8;
    font-size: 42px;
}

.empty-category-products h4 {
    font-weight: 800;
}

.empty-category-products p {
    color: #64748b;
}

@media (max-width: 991.98px) {
    .category-page-head {
        align-items: center;
        margin-bottom: 22px;
    }

    .category-page-head h1 {
        font-size: 1.7rem;
    }

    .category-page-head p {
        font-size: 13px;
    }

    .store-filters-form {
        min-height: 100%;
        padding: 20px;
    }
}

/* Products swiper */
.products-section {
    overflow: hidden;
}

.products-swiper {
    width: 100%;
    overflow: visible;
    padding: 4px 0 44px;
}

.products-swiper .swiper-wrapper {
    align-items: stretch;
}

.products-swiper .swiper-slide {
    height: auto;
    display: flex;
}

/*
 * مهم:
 * لا نضع width يدوي للـ swiper-slide.
 * Swiper يحسب العرض تلقائياً حسب breakpoints في JavaScript.
 */
.products-swiper .product-card,
.products-swiper .store-product-card {
    width: 100%;
    height: 100%;
}

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

.product-swiper-actions button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 12px;
    color: var(--primary);
    background: #fff;
    transition: all .2s ease;
}

.product-swiper-actions button:hover:not(.swiper-button-disabled) {
    color: #fff;
    border-color: var(--accent);
    background: var(--accent);
}

.product-swiper-actions .swiper-button-disabled {
    opacity: .35;
    cursor: not-allowed;
}

.product-swiper-pagination {
    bottom: 0 !important;
}

.product-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #ded4d6;
    transition: all .2s ease;
}

.product-swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 10px;
    background: var(--accent);
}

@media (max-width: 575.98px) {
    .products-section .container {
        padding-inline: 15px;
    }

    .products-swiper {
        margin-inline: -15px;
        padding-inline: 15px;
        padding-bottom: 38px;
    }

    .products-swiper .product-card {
        border-radius: 18px;
    }

    .products-swiper .product-image-wrap {
        height: 205px !important;
    }

    .products-swiper .product-card .p-3 {
        padding: 12px !important;
    }

    .products-swiper .card-variants-space {
        min-height: 72px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .products-swiper {
        padding-bottom: 40px;
    }
}

.products-swiper .product-card {
    width: 100%;
    min-width: 0;
}

.products-swiper .product-image-wrap {
    position: relative;
    height: 230px !important;
}

.product-unavailable-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 10px;
    border-radius: 50px;
    color: #fff;
    background: rgba(31, 41, 55, .82);
    font-size: 11px;
    font-weight: 800;
}

.card-no-variants {
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
}

.add-to-cart:disabled {
    cursor: not-allowed;
    opacity: .55;
    transform: none !important;
}

@media (max-width: 575.98px) {
    .products-swiper .product-image-wrap {
        height: 205px !important;
    }

    .products-swiper .product-category {
        font-size: 11px;
    }

    .products-swiper .product-name {
        font-size: 14px;
    }

    .products-swiper .current-price strong {
        font-size: 17px;
    }
}


/* Compact product cards inside swiper */
.products-swiper {
    padding-top: 0 !important;
}

.products-swiper .swiper-wrapper {
    padding-top: 0 !important;
}

.products-swiper .product-card {
    height: auto !important;
}

.products-swiper .product-card-body {
    padding: 12px !important;
}

.products-swiper .product-category {
    min-height: 0 !important;
    margin-bottom: 2px !important;
}

.products-swiper .card-variants-space {
    min-height: 0 !important;
    margin-top: 8px !important;
    padding-top: 7px !important;
}

.products-swiper .card-option-row {
    min-height: 25px !important;
}

.products-swiper .card-size-row {
    margin-top: 5px !important;
}

.products-swiper .product-price-row {
    min-height: 0 !important;
    margin-top: 10px !important;
}

.products-swiper .add-to-cart {
    margin-top: 10px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.products-swiper .product-image-wrap {
    height: 205px !important;
}

@media (max-width: 575.98px) {
    .products-swiper .product-image-wrap {
        height: 175px !important;
    }

    .products-swiper .product-card-body {
        padding: 10px !important;
    }

    .products-swiper .card-variants-space {
        margin-top: 6px !important;
        padding-top: 5px !important;
    }

    .products-swiper .add-to-cart {
        margin-top: 8px !important;
        font-size: 13px;
    }
}

/* =========================================
   Products Swiper - clean compact version
========================================= */

.products-section {
    overflow: hidden;
}

.products-swiper {
    width: 100%;
    height: auto !important;
    margin: 0 !important;
    padding: 0 0 28px !important;
    overflow: visible;
}

.products-swiper .swiper-wrapper {
    height: auto !important;
    align-items: stretch;
}

.products-swiper .swiper-slide {
    height: auto !important;
    display: block !important;
}

.products-swiper .product-card {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
}

/* لا تجعل الكرت يأخذ ارتفاع السلايد كاملاً */
.products-swiper .product-card.h-100 {
    height: auto !important;
}

/* تقليل ارتفاع الكرت */
.products-swiper .product-image-wrap {
    height: 190px !important;
}

.products-swiper .product-card-body {
    padding: 11px !important;
}

.products-swiper .product-category {
    min-height: 0 !important;
    margin-bottom: 2px !important;
}

.products-swiper .card-variants-space {
    min-height: 0 !important;
    margin-top: 7px !important;
    padding-top: 6px !important;
}

.products-swiper .card-option-row {
    min-height: 24px !important;
}

.products-swiper .card-size-row {
    margin-top: 5px !important;
}

.products-swiper .product-price-row {
    min-height: 0 !important;
    margin-top: 9px !important;
}

.products-swiper .add-to-cart {
    margin-top: 9px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* أزرار التنقل */
.product-swiper-actions {
    display: flex;
    gap: 8px;
}

.product-swiper-actions button {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 11px;
    color: var(--primary);
    background: #fff;
    transition: .2s ease;
}

.product-swiper-actions button:hover:not(.swiper-button-disabled) {
    color: #fff;
    border-color: var(--accent);
    background: var(--accent);
}

.product-swiper-actions .swiper-button-disabled {
    opacity: .35;
    cursor: not-allowed;
}

/* Pagination */
.product-swiper-pagination {
    bottom: 0 !important;
}

.product-swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    opacity: 1;
    background: #ded4d6;
}

.product-swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 20px;
    background: var(--accent);
}

/* Mobile */
@media (max-width: 575.98px) {
    .products-swiper {
        margin-inline: -15px !important;
        padding-inline: 15px !important;
        padding-bottom: 26px !important;
    }

    .products-swiper .product-image-wrap {
        height: 165px !important;
    }

    .products-swiper .product-card-body {
        padding: 10px !important;
    }

    .products-swiper .product-name {
        font-size: 14px;
    }

    .products-swiper .current-price strong {
        font-size: 17px;
    }

    .products-swiper .card-variants-space {
        margin-top: 5px !important;
        padding-top: 5px !important;
    }

    .products-swiper .add-to-cart {
        margin-top: 7px !important;
        font-size: 13px;
    }
}


/* Categories swiper - compact */
.categories-swiper {
    width: 100%;
    height: auto !important;
    margin: 0 !important;
    padding: 0 0 26px !important;
    overflow: visible;
}

.categories-swiper .swiper-wrapper {
    height: auto !important;
    align-items: stretch;
}

.categories-swiper .swiper-slide {
    height: auto !important;
    display: block !important;
}

.categories-swiper .category-circle {
    min-height: 0 !important;
    height: auto !important;
    padding: 12px 8px !important;
    margin: 0 !important;
}

.categories-swiper .category-image {
    width: 78px !important;
    height: 78px !important;
    margin-bottom: 8px !important;
}

.categories-swiper .category-circle strong {
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.categories-swiper .category-circle small {
    margin-top: 2px !important;
}

.category-swiper-pagination {
    bottom: 0 !important;
}

@media (min-width: 576px) {
    .categories-swiper .category-circle {
        padding: 14px 10px !important;
    }

    .categories-swiper .category-image {
        width: 86px !important;
        height: 86px !important;
    }
}

@media (min-width: 992px) {
    .categories-swiper .category-circle {
        padding: 16px 10px !important;
    }

    .categories-swiper .category-image {
        width: 92px !important;
        height: 92px !important;
    }
}