/* ===================================
   Global Styles
   =================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: goldenrod;
    --gold-color: goldenrod;
    --dark-bg: #1D1D1D;
    --darker-bg: #000000;
    --text-white: #FFFFFF;
    --text-gray: #CCCCCC;
    --border-radius: 10px;
    --transition: all 0.3s ease;
    --gray-color: #525252;
}

* {
    font-family: 'Tajawal', 'Cairo', sans-serif !important;
}

body {
    font-family: 'Tajawal', 'Cairo', sans-serif !important;
    background-color: var(--darker-bg);
    color: var(--text-white);
    line-height: 1.6;
    overflow-x: hidden;
    font-size: 16px;
    position: relative;
}

.text-primary {
    color: var(--gold-color) !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.img-fluid {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.img-hero-right {
    height: auto;
    width: 100%;
}

.more-product {
    font-size: 16px !important;
    box-shadow: none !important;
    background: unset !important;
    border: 1px solid !important;
    font-weight: 300 !important;
}

/* ===================================
   Header / Navigation
   =================================== */
.main-header {
    background-color: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: var(--transition);
    box-shadow: none;
}

.main-header.scrolled {
    backdrop-filter: blur(10px);
    background-color: #090909cf !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
}

.navbar-brand .logo-img {
    height: 55px;
    width: auto;
}

.navbar-nav {
    width: 100%;
    justify-content: center;
}

.navbar-nav .nav-link {
    color: var(--text-white) !important;
    font-weight: 500;
    margin: 0 10px;
    transition: var(--transition);
    font-size: 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--gold-color) !important;
}

.header-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.icon-link {
    border-radius: 50%;
    display: flex;
    width: 30px;
    background: var(--primary-color);
    color: var(--text-white);
    font-size: 20px;
    transition: var(--transition);
    text-decoration: none;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-weight: 100 !important;
}

.icon-link:hover {
    transform: scale(1.1);
}

.navbar-toggler {
    border-color: var(--gold-color);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(212, 175, 55, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===================================
   Hero Section
   =================================== */

.hero-section {
    background: #000;
    padding: 0;
    /* Remove padding as swiper handles it */
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.image-hero {
    display: flex;
    position: absolute;
    width: 420.29px;
    height: 474.98px;
    right: 0;
    bottom: 0;
    mix-blend-mode: color-dodge;
    z-index: 1;
    align-content: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}

.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}

.swiper-pagination-bullet {
    background: var(--text-white);
    opacity: 0.5;
    width: 12px;
    height: 12px;
    transition: var(--transition);
}

.swiper-pagination-bullet-active {
    background: var(--gold-color);
    opacity: 1;
    width: 30px;
    border-radius: var(--border-radius);
}

.hero-image {
    display: flex;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    justify-content: flex-end;
    padding: 0;
    z-index: 2;
}

.hero-image img {
    max-height: 80vh;
    width: auto;
    filter: drop-shadow(0 0 30px rgba(212, 175, 55, 0.3));
}

html[lang="en"] .hero-silides {
    transform: scaleX(-1);
}

/* Force RTL layout for carousels in LTR (English) to match Arabic design */
html[lang="en"] .products-carousel-wrapper,
html[lang="en"] .articles-carousel-wrapper,
html[lang="en"] .reviews-carousel-wrapper {
    flex-direction: row-reverse;
}

html[lang="en"] .newsletter-form .form-control {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
}

html[lang="en"] .newsletter-form .btn {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.alert-success {
    color: white;
    background: unset;
    border: 1px solid #fff;
    border-radius: var(--border-radius);
}

.hero-content {
    padding: 2rem;
    position: relative;
    z-index: 3;
}

/* Hero Background Vectors */
.hero-bg-group {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.hero-vector {
    position: absolute;
    border-radius: 50%;
    /* Assuming blur usually implies rounded/soft shapes */
}

/* Vector 1 */
.vector-1 {
    width: 766px;
    height: 720px;
    left: 292px;
    top: 11px;
    background: #1C1C1C;
    filter: blur(226px);
}

/* Vector 2 */
.vector-2 {
    width: 890px;
    height: 694px;
    left: 678px;
    top: 366px;
    background: #000000;
    filter: blur(226px);
}

/* Vector 3 */
.vector-3 {
    width: 855px;
    height: 767px;
    left: -129px;
    top: 231px;
    background: #090909;
    filter: blur(226px);
}

/* Vector 4 */
.vector-4 {
    width: 710px;
    height: 634px;
    left: 848px;
    top: -196px;
    background: #262523;
    filter: blur(226px);
    transform: rotate(-89.15deg);
}

/* Vector 5 */
.vector-5 {
    width: 773px;
    height: 694px;
    left: 28px;
    top: 100px;
    background: #21201F;
    filter: blur(226px);
}

.hero-title {
    font-size: 50px;
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 1rem;
    line-height: 1.12;
}

.hero-subtitle {
    max-width: 65%;
    font-weight: 300;
    font-size: 24px;
    color: var(--text-white);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.btn-shop {
    background-color: var(--primary-color);
    color: var(--text-white);
    border: none;
    padding: 0.5rem 1.5rem;
    font-size: 1.1rem;
    border-radius: var(--border-radius);
    transition: var(--transition);
    text-decoration: none;
    display: inline-block;
}

.btn-shop:hover {
    background-color: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 107, 53, 0.4);
}

/* ===================================
   Brand Showcase Section
   =================================== */
/* ===================================
   Brand Showcase Section
   =================================== */
.brand-showcase {
    background-color: transparent !important;
    /* Managed by wrapper */
    /* padding: 2rem 0; */
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/* ===================================
   About Index Wrapper (Merged Section)
   =================================== */
.about-index-wrapper {
    background-image: url('../imgWeb/about-index.webp');
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

.about-index-wrapper::before {
    backdrop-filter: blur(3px);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(20 20 19 / 85%);
    z-index: 1;
}

.about-index-wrapper>* {
    position: relative;
    z-index: 2;
}

.brands-wrapper {
    display: flex;
    width: fit-content;
    gap: 0;
    /* Remove gap here to prevent offset mismatch */
    animation: scroll 40s linear infinite;
    /* Slower for smoother continuous flow */
}

/* Pause animation on hover */
.brands-wrapper:hover {
    animation-play-state: paused;
}

.brands-carousel-track {
    padding: 5px 0;
    display: flex;
    gap: 1rem;
    padding-right: 1rem;
    /* Add padding to end of track to match the gap between items */
}

.brand-card {
    position: relative;
    width: 200px;
    height: 120px;
    background-size: 100% 100%;
    background-position: center;
    border-radius: var(--border-radius);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    transition: var(--transition);
}

.brand-card:hover {
    transform: scale(1.05);
}

.brand-card:hover .brand-name {
    opacity: 0;
}

.brand-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Dark overlay */
    transition: var(--transition);
}

.brand-card:hover .brand-overlay {
    background: rgba(0, 0, 0, 0.0);
}

.brand-name {
    position: relative;
    z-index: 2;
    color: var(--text-white);
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: var(--transition);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* Move by exactly half the total width (one track length) */
    }
}

/* ===================================
   Heritage Section
   =================================== */
.heritage-section {
    background-color: transparent !important;
    /* Managed by wrapper */
    /* padding: 3rem 0; */
    position: relative;
    /* remove BG image from here */
    background-image: none !important;
}

.heritage-section::before {
    display: none !important;
    /* Remove individual overlay */
}

.section-title {
    font-size: 40px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}


.heritage-image img {
    max-width: 100%;
    height: auto;
    opacity: 0.9;
    filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.2));
}

.heritage-content {
    padding: 2rem;
    text-align: center;
}


.section-text {
    font-size: 1.25rem;
    color: var(--text-white);
    line-height: 30px;
    text-align: center;
}

/* ===================================
   Why Section
   =================================== */
.why-section {
    padding: 6rem 0;
    /* ensure z-index context */
    position: relative;
    z-index: 1;
}

.why-section .container {
    position: relative;
    z-index: 2;
}

/* Why Section Vectors - Reset for Wrapper */
/* .why-bg-group styles moved to wrapper section */

.why-vector {
    position: absolute;
    border-radius: 50%;
}

/* Vector 1 (Right) */
.why-vector-1 {
    width: 766px;
    height: 720px;
    top: 0;
    background: #1C1C1C;
    filter: blur(226px);
    right: -4%;
}

/* Vector 2 (Left/Bottom) */
.why-vector-2 {
    width: 556px;
    height: 448px;
    background: #2F2E2C;
    filter: blur(226px);
}

.why-image {
    text-align: center;
}

.why-image img {
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius);
}

.why-content {
    padding: 2rem;
}

.why-list {
    list-style: none;
    padding: 0;
}

.why-list li {
    font-size: 1.1rem;
    color: var(--text-gray);
    margin-bottom: 0.5rem;
    padding-right: 2rem;
    position: relative;
    line-height: 1.8;
    display: flex;
    align-items: center;
    gap: 10px;
}

.why-list .number {
    background-color: var(--primary-color);
    color: var(--text-white);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}

/* ===================================
   Products Section
   =================================== */
/* ===================================
   Why & Products Wrapper
   =================================== */
.why-products-wrapper {
    position: relative;
    background-color: var(--darker-bg);
    /* Use main bg here */
}

/* Update Why Section */
.why-section {
    padding: 6rem 0;
    position: relative;
    z-index: 3;
    background-color: transparent !important;
}

/* Update Products Section */
.products-section {
    padding: 4rem 0;
    position: relative;
    z-index: 2;
    background-color: transparent !important;
}

/* Extend Background Vectors */
.why-bg-group {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

/* Adjust vectors if needed for larger container */
.why-vector-1 {
    top: -28%;
}

.why-vector-2 {
    top: 0%;
}

/* Products Carousel Wrapper */
.products-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow: hidden;
    padding: 0 1rem;
}

/* Products Carousel Track */
.products-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    padding: 1rem 0 2rem 0;
}

.products-carousel::-webkit-scrollbar {
    display: none;
}

/* Product Card - Figma Specs */
.product-card {
    position: relative;
    width: 236px;
    height: 442px;
    background: #000000;
    border-radius: var(--border-radius);
    padding: 0;
    flex-shrink: 0;
    overflow: hidden;
    transition: var(--transition);
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 2rem;
    gap: 8px;
}

/* Internal Vectors using Pseudo-elements */
.product-card::before {
    content: '';
    position: absolute;
    width: 277px;
    height: 226px;
    left: -8px;
    top: 9px;
    background: #3D3D3D;
    filter: blur(80px);
    z-index: 1;
    border-radius: 50%;
}

.product-card::after {
    content: '';
    position: absolute;
    width: 273px;
    height: 281px;
    left: 0px;
    top: 164px;
    background: #3D3D3D;
    filter: blur(80px);
    z-index: 1;
    border-radius: 50%;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.product-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 300px;
    z-index: 2;
    object-fit: cover;
    margin: 0;
    filter: none;
}

.product-name {
    text-align: center;
    margin: 0 5px;
    font-size: 20px;
    font-weight: 500;
    color: var(--text-white);
    z-index: 2;
    line-height: 24px;
}

.pagination-btn {
    text-decoration: none;
}

.product-price {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    margin: 0;
    z-index: 2;
    line-height: 19px;
}

.product-favorite {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
    z-index: 10;
    color: var(--text-white);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    font-size: 1.2rem;
}

.product-favorite:hover {
    background: var(--primary-color);
    color: var(--text-white);
}

.product-cart {
    background: var(--primary-color);
    color: var(--text-white);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    font-size: 18px;
}

.product-cart:hover {
    transform: scale(1.1);
}

.why-vector-3 {
    right: 50% !important;
    top: 30% !important;
    left: auto !important;
}

.carousel-btn {
    background: none;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-color);
    font-size: 2.5rem;
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
}

.carousel-btn:hover {
    transform: scale(1.1);
}

/* ===================================
   Articles Section
   =================================== */
.articles-section {
    padding: 4rem 0;
}

.articles-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.articles-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
}

.articles-carousel::-webkit-scrollbar {
    display: none;
}

.article-card {
    display: flex;
    height: auto;
    border-radius: var(--border-radius);
    overflow: hidden;
    min-width: 255px;
    transition: var(--transition);
    flex-wrap: wrap;
    align-content: space-between;
}

.article-card:hover {
    transform: translateY(-5px);
}

.article-image {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.article-content {
    padding: 1rem 0;
}

.article-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 1rem;
    line-height: 1.5;
}

.article-text {
    font-size: 16px;
    color: var(--text-gray);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.btn-read-more {
    border: 1px solid var(--text-white);
    padding: 0.5rem 1.5rem;
    font-size: 16px;
    border-radius: var(--border-radius);
    transition: var(--transition);
    text-decoration: none;
    color: var(--text-white);
}

.btn-read-more:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);
}

.why-vector-4 {
    top: 65%;
    right: -30%;
}

/* ===================================
   Reviews Section
   =================================== */
.reviews-section {
    background-color: var(--darker-bg);
    padding: 4rem 0;
}

.reviews-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.reviews-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
}

.reviews-carousel::-webkit-scrollbar {
    display: none;
}

/* Review Card - Figma Specs */
.review-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    background: linear-gradient(180deg, #eee573 0%, var(--primary-color) 100%);
    border-radius: var(--border-radius);
    flex-shrink: 0;
    transition: var(--transition);
    flex: 0 0 100%;
    width: 100%;
}

.review-card:hover {
    transform: translateY(-5px);
}

/* Review Text (Quote) */
.review-text {
    color: black;
    font-size: 16px;
    text-align: right;
    margin-bottom: auto;
    direction: rtl;
}

p.review-title {
    font-size: 20px;
    font-weight: 800;
}

p.review-text {
    font-size: 16px;
}

/* Stars Container */
.review-stars {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

/* Custom Star Style */
.review-stars i {
    font-size: 15px;
    color: #FFF26C;
}

/* Footer Section (User Info) */
.review-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.review-info {
    display: flex;
    flex-direction: column;
}

.review-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    text-align: right;
    color: var(--text-white);
    margin: 0;
}

.review-date {
    font-size: 12px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: none;
}


/* ===================================
   Footer
   =================================== */
/* ===================================
   Footer
   =================================== */
.main-footer {
    background-color: #000000;
    padding: 72px 0 20px;
    position: relative;
    overflow: hidden;
}

/* Footer Vectors */
.footer-vectors {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.footer-vector {
    position: absolute;
    filter: blur(226px);
    border-radius: 50%;
}

.footer-vector.vector-1 {
    width: 678px;
    height: 499px;
    left: 20%;
    top: 0;
    background: #1C1C1C;
}

.footer-vector.vector-2 {
    width: 546px;
    height: 660px;
    left: 45%;
    top: 0;
    background: #242322;
    transform: matrix(0.02, -1, 1, 0.01, 0, 0);
}

.footer-vector.vector-3 {
    width: 615px;
    height: 500px;
    left: -5%;
    top: 50px;
    background: #21201F;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--text-white);
    margin-bottom: 24px;
}

.footer-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: var(--text-white);
}

/* Newsletter */
.newsletter-wrapper {
    position: relative;
}

.newsletter-form .form-control {
    background: #1D1D1D;
    border: 1px solid #1D1D1D;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    color: var(--text-white);
    font-size: 16px;
}

.newsletter-form .form-control::placeholder {
    color: #403F3F;
}

.newsletter-form .btn {
    background: var(--primary-color);
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    color: var(--text-white);
    font-weight: 400;
    border: none;
    font-size: 16px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--text-white);
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--primary-color);
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
}

.social-icons a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--text-white);
    background: rgba(255, 255, 255, 0.1);
    transition: var(--transition);
    text-decoration: none;
}

.social-icons a:hover {
    transform: translateY(-3px);
    background: var(--primary-color);
}

/* Branches */
.branch-item {
    display: flex;
    align-items: center;
    gap: 4px;
    /* Figma: 4px gap */
    margin-bottom: 15px;
    color: var(--text-white);
    font-size: 14px;
}

.branch-item i {
    font-size: 24px;
    color: var(--text-white);
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #333333 !important;
}

.copyright {
    font-weight: 400;
    font-size: 14px;
    color: var(--text-white);
}

/* ===================================
   Shop Page Styles
   =================================== */
.shop-header-section {
    padding: 2rem 0;
    position: relative;
    z-index: 2;
}

.shop-header-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 49px;
}

.shop-header-section .page-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: var(--primary-color);
    margin: 0;
}

.shop-header-section .page-subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: var(--text-white);
    margin: 0;
}

.header-divider {
    width: 100%;
    max-width: 1233px;
    height: 0px;
    border: 1px solid rgba(171, 87, 45, 0.33);
}

.shop-controls-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 49px;
    width: 100%;
    max-width: 1234px;
    margin: 0 auto;
}

/* Filters Row (Dark Box) */
.filters-row {
    display: flex;
    padding: 20px;
    gap: 10px;
    width: 100%;
    background: #2C2C2C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: var(--border-radius);
    justify-content: center;
}

.filter-actions {
    height: 100%;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.btn-filter-toggle,
.btn-sort-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: var(--border-radius);
    border: none;
    color: var(--text-white);
    font-size: 20px;
    cursor: pointer;
    transition: var(--transition);
}

.btn-filter-toggle:active,
.btn-sort-toggle:active {
    transform: scale(0.95);
}

.btn-filter-toggle:hover,
.btn-sort-toggle:hover {
    transform: scale(1.05);
    background-color: var(--gold-color);
}

.btn-filter-toggle {
    background: var(--primary-color);
}

.btn-sort-toggle {
    background: var(--gold-color);
}

.filter-dropdowns-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-select-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.select-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--text-white);
    order: -1;
}

.custom-select {
    font-weight: 300;
    font-size: 16px;
    padding: 8px 20px;
    width: 230px;
    background: #181817;
    border: 1px solid #403E3E;
    border-radius: var(--border-radius);
    color: var(--text-white);
    text-align: right;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3e%3cpath d='M12 16L6 10H18L12 16Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    background-size: 16px;
    cursor: pointer;
}

.custom-select:focus {
    outline: none;
    border-color: var(--gold-color);
    box-shadow: none;
}

/* Categories Scroll */
.categories-scroll-wrapper {
    display: flex;
    gap: 10px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0px;
    /* Reset padding as scrollbar is hidden */
    cursor: grab;
    scrollbar-width: none;
    /* Firefox */
}

.categories-scroll-wrapper:active {
    cursor: grabbing;
}

/* Hide Scrollbar for Categories */
.categories-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

/* Global Custom Scrollbar */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #111;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: var(--border-radius);
    border: 3px solid #111;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

.category-card {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    height: 42px;
    background: #2C2C2C;
    border: 1px solid #403E3E;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition);
    padding: 0;
}

.category-name {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-white);
}

.category-card.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.category-card.active .category-name {
    font-weight: 700;
}

.category-card:hover:not(.active) {
    border-color: var(--primary-color);
}

.btn-category:hover,
.btn-category.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-white);
}

.products-grid-section {
    padding: 4rem 0;
}

.product-grid-card {
    border-radius: var(--border-radius);
    padding: 1.5rem;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-grid-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
    border-color: var(--gold-color);
}

.product-grid-card .product-favorite {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: var(--gold-color);
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
}

.product-grid-card .product-image {
    width: 100%;
    height: 250px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.product-grid-card .product-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 0.5rem;
    flex: 1;
}

.product-grid-card .product-rating {
    color: var(--gold-color);
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.product-grid-card .product-price {
    font-size: 1.1rem;
    color: var(--gold-color);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.product-grid-card .product-volume {
    font-size: 0.9rem;
    color: var(--text-gray);
}

.pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}

.pagination-btn {
    background-color: var(--primary-color);
    border: none;
    color: var(--text-white);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: var(--transition);
}

.pagination-btn:hover {
    background-color: var(--primary-color);
    transform: scale(1.1);
}

.pagination-info {
    color: var(--text-white);
    font-size: 1.1rem;
}

.special-offers-section {
    padding: 6rem 0;
}

.offer-banner {
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--darker-bg) 100%);
    border-radius: var(--border-radius);
    padding: 3rem;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.offer-content {
    padding: 2rem;
}

.offer-badge {
    color: var(--text-white);
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 107, 53, 0.2);
    border-radius: var(--border-radius);
    display: inline-block;
}

.offer-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 1rem;
}

.offer-tagline {
    font-size: 1.3rem;
    color: var(--gold-color);
    margin-bottom: 1.5rem;
}

.offer-description {
    font-size: 1.1rem;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.offer-image {
    text-align: center;
}

.offer-image img {
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius);
}

.btn-outline-light {
    border: 2px solid var(--text-white);
    color: var(--text-white);
    padding: 0.75rem 2rem;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.btn-outline-light:hover {
    background-color: var(--text-white);
    color: var(--darker-bg);
}



/* ===================================
   Blog Page Styles
   =================================== */

/* Blog Hero Section */
.blog-hero-section {
    padding: 8rem 0;
    overflow: hidden;
}

.blog-vectors-wrapper {
    z-index: -1 !important;
}

.page-title {
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: var(--text-white);
    margin-bottom: 53px;
}

/* Text Column */
.blog-intro-text-col {
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 43px;
}

.blog-hero-subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    text-align: right;
    margin: 0;
}

.blog-hero-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    margin-bottom: 24px;
    letter-spacing: 0.04em;
}

/* Collage */
.blog-collage-wrapper {
    overflow: hidden;
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    gap: 0;
}

.collage-row {
    display: flex;
    width: 100%;
}

.collage-img-wrapper {
    position: relative;
    overflow: hidden;
    width: 50%;
}

.collage-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Bottom Row items */
.bottom-row {
    height: 212px;
}

/* Blog Filter Section */
.blog-filter-section {
    padding: 0 0 50px 0;
}

.blog-filter-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 1243px;
    margin: 0 auto;
    flex-wrap: wrap;
}

/* Filter Actions (Sort & Category) */
.filter-action {
    display: flex;
    flex-direction: row;
    gap: 13px;
    align-items: center;
}

.filter-action select {
    background: transparent;
    border: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: var(--text-white);
    text-align: right;
    cursor: pointer;
    appearance: none;
    outline: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23525252'%3e%3cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 16L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    padding-left: 30px;
}

.filter-action select option {
    background: #181817;
    padding: 10px;
    font-size: 18px;
    border: none !important;
}

/* Search Bar */
.blog-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    color: var(--gray-color);
    font-size: 20px;
    position: absolute;
    left: 20px;
}

.blog-search-input {
    background: transparent;
    color: var(--text-white);
    width: 100%;
    height: 100%;
    font-weight: 300;
    font-size: 18px;
    outline: none;
    text-align: right;
    border: 2px solid #1D1D1D;
    padding: 6px 20px 6px 40px;
    border-radius: var(--border-radius);
}

.blog-search-input::placeholder {
    color: var(--text-white);
}

.blog-posts-section {
    padding: 4rem 0;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: var(--text-gray);
}

.article-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.article-category {
    background-color: var(--primary-color);
    color: var(--text-white);
    padding: 0.25rem 0.75rem;
    border-radius: var(--border-radius);
    font-size: 0.85rem;
}

/* ===================================
   About Page Styles
   =================================== */
.about-hero-section {
    padding: 10rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-hero-image,
.about-hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.about-hero-overlay {
    background: #0e0e0ee3;
    z-index: 1;
}

.about-hero-content {
    position: relative;
    z-index: 2;
}

/* Our Story Section */
.about-story-section {
    position: relative;
    background-color: #000000;
    padding: 121px 0;
    min-height: 467px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Story Vectors */
.story-vectors-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.story-vector {
    position: absolute;
    background: #20201F;
    filter: blur(226px);
    border-radius: 50%;
}

.story-vector.vector-1 {
    width: 688px;
    height: 528px;
    left: 577.5px;
    top: 0px;
}

.story-vector.vector-2 {
    width: 579px;
    height: 517px;
    left: 174.5px;
    top: 8px;
}

/* Story Content */
.story-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.story-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: var(--primary-color);
    margin-bottom: 0;
}

.story-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: var(--text-white);
    max-width: 700px;
    margin: 0 auto;
}

/* Responsive */



.about-feature-card {
    background-color: var(--darker-bg);
    border-radius: var(--border-radius);
    padding: 2rem;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: var(--transition);
}

.about-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
    border-color: var(--gold-color);
}

.about-feature-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.about-feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.about-feature-text {
    color: var(--text-gray);
    line-height: 1.8;
}

/* About Features Section */
.about-features-section {
    padding: 100px 0;
    /* Adjusted relative spacing */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    background-color: transparent;
    /* Assuming overlay on dark body or specified */
}

/* Title: ما الذي يميزنا */
.features-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: var(--primary-color);
    margin-bottom: 28px;
}

/* Row Container */
.features-row {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    flex-wrap: wrap;
    /* Safety for smaller screens */
}

/* Feature Item */
.feature-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* Space between title and text if split */
}

.feature-head {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    /* text-align: right; */
    margin-bottom: 20px;
    display: inline;

}

.feature-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    /* text-align: right; */
    display: inline;
}

/* ===================================
   Blog Details Page Styles
   =================================== */
.blog-details-section {
    background-color: var(--darker-bg);
    padding: 4rem 0;
}

.blog-details-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.blog-details-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.blog-details-date {
    color: var(--text-gray);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-details-category {
    background-color: var(--primary-color);
    color: var(--text-white);
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
}

.blog-details-hero-image {
    width: 100%;
    border-radius: var(--border-radius);
    margin-bottom: 3rem;
}

.blog-details-content {
    color: var(--text-gray);
    line-height: 2;
    font-size: 1.1rem;
}

.blog-details-content h2 {
    color: var(--text-white);
    font-size: 2rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
}

.blog-details-content h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1.5rem 0 1rem;
}

.blog-details-content img {
    width: 100%;
    border-radius: var(--border-radius);
    margin: 2rem 0;
}

.blog-details-author {
    background-color: var(--dark-bg);
    padding: 2rem;
    border-radius: var(--border-radius);
    margin-top: 3rem;
    text-align: center;
}

.blog-details-author p {
    color: var(--text-gray);
    margin: 0.5rem 0;
}


/* ===================================
   Shop Page Background Vectors
   =================================== */
.shop-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
}

.shop-vectors-group {
    position: absolute;
    width: 1697px;
    height: 1256px;
    left: -213px;
    top: -61px;
}

.shop-vector {
    position: absolute;
    border-radius: 50%;
}

.shop-vector-1 {
    width: 766px;
    height: 720px;
    left: 208px;
    top: 146px;
    background: #1C1C1C;
    filter: blur(226px);
}

.shop-vector-2 {
    width: 890px;
    height: 694px;
    left: 594px;
    top: 501px;
    background: #000000;
    filter: blur(226px);
}

.shop-vector-3 {
    width: 855px;
    height: 767px;
    left: -213px;
    top: 366px;
    background: #090909;
    filter: blur(226px);
}

.shop-vector-4 {
    width: 710px;
    height: 634px;
    left: 764px;
    top: -61px;
    background: #262523;
    filter: blur(226px);
    transform: rotate(-89.15deg);
}

.shop-vector-5 {
    width: 773px;
    height: 694px;
    left: -56px;
    top: 235px;
    background: #21201F;
    filter: blur(226px);
}

/* ===================================
   Special Offers Section
   =================================== */
.special-offers-section {
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
}

.offer-block {
    position: relative;
    padding: 3rem 0;
    margin-bottom: 3rem;
}

.offer-block:last-child {
    margin-bottom: 0;
}

/* Offer Text Styles */
.offer-discount {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: var(--text-white);
}

.offer-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: var(--text-white);
}

.offer-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--text-white);
    max-width: 600px;
    margin-left: auto;
}

/* Offer Button */
.btn-offer {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid var(--text-white);
    border-radius: var(--border-radius);
    background: transparent;
    color: var(--text-white);
    font-weight: 700;
    font-size: 14px;
    transition: var(--transition);
    text-decoration: none;
    margin-top: 1rem;
}

.btn-offer:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);
}

/* Offer Vectors */
.offer-vectors {
    border-radius: var(--border-radius);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.offer-vector {
    position: absolute;
    border-radius: 50%;
    filter: blur(226px);
}

/* Aqua Vectors (Group 4) */
.aqua-vectors {
    z-index: -1;
    pointer-events: none;
}

.aqua-vectors .vector-1 {
    position: absolute;
    width: 495px;
    height: 517px;
    left: -112px;
    top: 100px;
    background: #012A3D;
    filter: blur(226px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.aqua-vectors .vector-2 {
    position: absolute;
    width: 365px;
    height: 388px;
    left: 277px;
    top: 460px;
    background: #074054;
    filter: blur(226px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* Gold Vectors */
.gold-vectors .vector-3 {
    width: 495px;
    height: 517px;
    right: 0;
    top: 0;
    background: #562E1A;
}

.gold-vectors .vector-4 {
    width: 365px;
    height: 388px;
    left: 0;
    bottom: -100px;
    background: #5B260F;
}

/* Image Wrapper */
.offer-image-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.offer-img {
    max-width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
}

/* ===================================
   Contact Section Styles
   =================================== */
.contact-section {
    background-color: transparent;
    padding: 6rem 0;
    min-height: 800px;
}

/* Vectors Wrapper */
.contact-vectors-wrapper {
    position: absolute;
    width: 1697px;
    height: 1256px;
    left: 50%;
    /* Center horizontally */
    transform: translateX(-50%);
    top: -154px;
    z-index: -1;
    pointer-events: none;
}

/* Individual Vectors */
.contact-vector {
    position: absolute;
    border-radius: 50%;
}

.contact-vector.vector-1 {
    width: 766px;
    height: 720px;
    left: 240px;
    top: 53px;
    background: #1C1C1C;
    filter: blur(226px);
}

.contact-vector.vector-2 {
    width: 890px;
    height: 694px;
    left: 626px;
    top: 408px;
    background: #000000;
    filter: blur(226px);
}

.contact-vector.vector-3 {
    width: 855px;
    height: 767px;
    left: -181px;
    top: 273px;
    background: #090909;
    filter: blur(226px);
}

.contact-vector.vector-4 {
    width: 710px;
    height: 634px;
    left: 796px;
    top: -154px;
    background: #262523;
    filter: blur(226px);
    transform: rotate(-89.15deg);
}

.contact-vector.vector-5 {
    width: 773px;
    height: 694px;
    left: -24px;
    top: 142px;
    background: #21201F;
    filter: blur(226px);
}

/* Contact Content */
.contact-content-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 100px;
}

/* Typography */
.contact-title {
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    margin-bottom: 16px;
}

.contact-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
}

/* Form Styles */
.contact-form {
    max-width: 768px;
    margin: 0 auto;
}

.contact-form .form-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    white-space: nowrap;
    min-width: 150px;
}

.contact-form .form-control {
    background: transparent;
    border: 1px solid var(--text-white);
    border-radius: var(--border-radius);
    color: var(--text-white);
    padding: 12px 24px;
    height: 46px;
}

.contact-form textarea.form-control {
    height: 179px;
    /* Specific height from Figma */
    resize: none;
}

.contact-form .form-control:focus,
.form-control:focus,
.blog-search-input:focus {
    background: transparent;
    border-color: var(--primary-color) !important;
    box-shadow: none;
    color: var(--text-white);
}

/* Button */
.btn-contact-submit,
.checkout-btn {
    width: 148px;
    height: 47px;
    background: var(--primary-color);
    border-radius: var(--border-radius);
    border: none;

    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--text-white);

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
}

.btn-contact-submit:hover,
.checkout-btn:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}

.contact-input::placeholder {
    color: var(--text-white) !important;
    font-weight: 300 !important;
    font-size: 16px !important;
}

/* ===================================
   About Section Vectors
   =================================== */

.about-vector {
    position: absolute;
    border-radius: 50%;
}

.about-vector.vector-1 {
    width: 766px;
    height: 720px;
    left: 284px;
    top: 21px;
    background: #1C1C1C;
    filter: blur(226px);
}

.about-vector.vector-2 {
    width: 890px;
    height: 694px;
    left: 670px;
    top: 376.01px;
    background: #000000;
    filter: blur(226px);
}

.about-vector.vector-3 {
    width: 855px;
    height: 767px;
    left: -137px;
    top: 241px;
    background: #090909;
    filter: blur(226px);
}

.about-vector.vector-4 {
    width: 710px;
    height: 634px;
    left: 840px;
    top: -186px;
    background: #262523;
    filter: blur(226px);
    transform: rotate(-89.15deg);
}

.page-subtitle {
    line-height: 1.5rem;
}

/* Features Section Vectors */
.features-vectors-wrapper {
    position: absolute;
    width: 1440px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
}

.features-vector {
    position: absolute;
    border-radius: 50%;
    background: #20201F;
    filter: blur(226px);
}

.features-vector.vector-1 {
    width: 688px;
    height: 528px;
    left: 573px;
    top: 0;
}

.features-vector.vector-2 {
    width: 579px;
    height: 517px;
    left: 170px;
    top: 8px;
}

.about-vector.vector-5 {
    width: 773px;
    height: 694px;
    left: 20px;
    top: 110px;
    background: #21201F;
    filter: blur(226px);
}

.title-What-botton {
    font-size: 20px;
}

.title-What-botton-2 {
    font-size: 18px;
}

.title-What-botton-3 {
    font-size: 16px;
}

.title-What-botton,
.title-What-botton-2,
.title-What-botton-3 {
    font-weight: 500;
}

/* ===================================
   Blog Details Page Styles (New)
   =================================== */
.blog-details-section-new {
    padding: 120px 0 100px;
}

/* Background Vectors */
.blog-details-vectors {
    position: absolute;
    width: 1697px;
    height: 1256px;
    left: -216px;
    top: -43px;
    z-index: 0;
    pointer-events: none;
}

.bd-vector {
    position: absolute;
    border-radius: 50%;
    filter: blur(226px);
}

.bd-vector.vector-1 {
    width: 766px;
    height: 720px;
    left: 205px;
    top: 164px;
    background: #1C1C1C;
}

.bd-vector.vector-2 {
    width: 890px;
    height: 694px;
    left: 591px;
    top: 519px;
    background: #000000;
}

.bd-vector.vector-3 {
    width: 855px;
    height: 767px;
    left: -216px;
    top: 384px;
    background: #090909;
}

.bd-vector.vector-4 {
    width: 710px;
    height: 634px;
    left: 761px;
    top: -43px;
    background: #262523;
    transform: rotate(-89.15deg);
}

.bd-vector.vector-5 {
    width: 773px;
    height: 694px;
    left: -59px;
    top: 253px;
    background: #21201F;
}

/* Header Content (Frame 489) */
.blog-details-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    margin-bottom: 56px;
    text-align: center;
}

.blog-meta-frame {
    gap: 10px;
}

.blog-date {
    font-size: 16px;
    line-height: 24px;
}

.blog-cat {
    font-size: 18px;
    line-height: 24px;
}

.blog-main-title {
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    max-width: 1180px;
}

.blog-main-image-wrapper {
    width: 100%;
    max-width: 1236px;
    height: auto;
    height: 500px;
}

.blog-main-image-wrapper img {
    width: 100%;
    max-height: 100%;
    border-radius: var(--border-radius);
    object-fit: cover;
}

/* Content Body (Frame 493) */
.blog-details-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    max-width: 1241px;
    margin: 0 auto;
}

.blog-text-intro {
    font-size: 16px;
    line-height: 1.6;
    text-align: right;
    width: 100%;
    max-width: 1236px;
}

.blog-content-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 83px;
    width: 100%;
}

.blog-row-image {
    flex: 0 0 auto;
    width: 500px;
}

.blog-row-image img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    object-fit: cover;
}

.blog-row-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-sub-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: var(--text-white);
    margin: 0;
}

.blog-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    text-align: right;
    color: var(--text-white);
}

/* Middle Text Block */
.blog-middle-text {
    width: 100%;
    max-width: 1236px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Conclusion */
.blog-conclusion {
    width: 100%;
    max-width: 1224px;
    text-align: right;
}

.blog-author {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: var(--text-white);
}

/* ===================================
   Product Details Page Styles (New)
   =================================== */
.product-details-page-body {
    background-color: #000000;
}

.product-details-section-new {
    background-color: #000000;
    padding: 150px 0 100px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* Background Vectors (Reusing/Adjusting names) */
.product-details-vectors {
    position: absolute;
    width: 1697px;
    height: 1256px;
    left: -97px;
    top: -70px;
    z-index: 0;
    pointer-events: none;
}

.pd-vector {
    position: absolute;
    border-radius: 50%;
    filter: blur(226px);
}

.pd-vector.vector-1 {
    width: 766px;
    height: 720px;
    left: 324px;
    top: 137px;
    background: #1C1C1C;
}

.pd-vector.vector-2 {
    width: 890px;
    height: 694px;
    left: 710px;
    top: 492px;
    background: #000000;
}

.pd-vector.vector-3 {
    width: 855px;
    height: 767px;
    left: -97px;
    top: 357px;
    background: #090909;
}

.pd-vector.vector-4 {
    width: 710px;
    height: 634px;
    left: 880px;
    top: -70px;
    background: #262523;
    transform: rotate(-89.15deg);
}

.pd-vector.vector-5 {
    width: 773px;
    height: 694px;
    left: 60px;
    top: 226px;
    background: #21201F;
}

/* Product Info */
.product-title-main {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: var(--text-white);
    margin-bottom: 32px;
}

.product-desc-main {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    max-width: 608px;
    margin-bottom: 32px;
}

.rating-count {
    font-size: 10px;
    line-height: 12px;
}

/* Volume Options */
.volume-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    opacity: 0.6;
    transition: var(--transition);
}

.volume-option.active,
.volume-option:hover {
    opacity: 1;
}

.vol-img-wrapper {
    overflow: hidden;
    width: 88px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vol-img-wrapper img {
    max-height: 100%;
}

.vol-text {
    font-weight: 700;
    font-size: 14px;
}

.vol-indicator {
    width: 44px;
    height: 3px;
    background-color: var(--text-white);
    margin-top: 5px;
}

/* Price */
.product-price-main {
    font-weight: 700;
    font-size: 24px;
    color: var(--primary-color);
}

/* Actions */
.qty-control-box {
    width: 125px;
    height: 40px;
    border: 1px solid var(--text-white);
    border-radius: var(--border-radius);
}

.qty-label {
    font-weight: 300;
    font-size: 20px;
}

.qty-btn {
    font-weight: 700;
    font-size: 21px;
    color: var(--primary-color);
    background: none;
    border: none;
}

.qty-val {
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-color);
}

.btn-add-cart-custom {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: var(--border-radius);
    color: var(--text-white);
    height: 48px;
    font-weight: 500;
    font-size: 20px;
    transition: var(--transition);
}

.btn-add-cart-custom:hover {
    transform: scale(1.02);
}

.btn-wishlist-custom {
    background: transparent;
    border: none;
    color: var(--text-white);
    font-weight: 500;
    font-size: 24px;
}

.btn-wishlist-custom i {
    font-size: 24px;
}

/* Product Image */
/* Product Gallery */
.productSwiper {
    width: 100%;
}

.zoom-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: zoom-in;
    position: relative;
    border-radius: var(--border-radius);
    /* Optional rounded corners */
}

.zoom-img {
    max-height: 700px;
    /* Constrain max height */
    width: auto;
    object-fit: contain;
    transition: var(--transition);
}

/* Custom Pagination */
.custom-swiper-pagination {
    position: static !important;
    margin-top: 20px;
}

.custom-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #555;
    opacity: 0.5;
    margin: 0 5px;
}

.custom-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color);
    /* Primary Color */
    opacity: 1;
    width: 12px;
    height: 12px;
}



.dot.active {
    width: 5px;
    height: 5px;
    margin-top: 2px;
}

/* Details Sections */
.details-title-custom {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.details-text-custom {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    margin: 0 auto;
}

.details-block {
    margin: 0 auto;
    text-align: right;
}

/* Note Cards */
.note-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.note-icon-box {
    width: 75px;
    height: 75px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: var(--transition);
    background: linear-gradient(145deg, #272727, #aa572d)
}

.note-desc {
    font-weight: 300;
    font-size: 18px;
    color: #CCCCCC;
    text-align: center;
    max-width: 250px;
    margin-top: 5px;
}

.note-icon-box::after {
    content: '';
    position: absolute;
    width: 95px;
    height: 95px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    pointer-events: none;
}

.note-icon-box i {
    font-size: 25px;
    color: var(--text-white);
    transition: var(--transition);
}

.note-item:hover .note-icon-box {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(171, 87, 45, 0.4);
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.note-item:hover .note-icon-box::after {
    border-color: var(--primary-color);
}

.note-item:hover .note-icon-box i {
    color: var(--text-white);
    transform: scale(1.1);
}

/* Accord Progressive Bars */
.accords-bars-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.accord-bar-container {
    width: 100%;
}

.accord-name {
    font-size: 1.1rem;
    font-weight: 600;
}

.accord-progress-bg {
    height: 14px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.accord-progress-fill {
    height: 100%;
    border-radius: 10px;
    transition: width 1.5s cubic-bezier(0.1, 0, 0.1, 1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


/* Related Products */
.related-card {
    border-radius: var(--border-radius);
    overflow: hidden;
    width: 260px;
    margin: 0 auto;
    text-align: center;
}

.rc-image-box {
    position: relative;
    background: radial-gradient(circle, #3D3D3D 0%, #000000 70%);
    border-radius: var(--border-radius);
    padding: 20px;
}

.rc-image-box img {
    max-width: 100%;
    height: auto;
}

#variantSelectorSidebar .sidebar-content {
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8);
}

.variant-btn {
    transition: all 0.3s ease;
}

.variant-btn:hover {
    background: var(--primary-color) !important;
    color: white !important;
    transform: translateY(-2px);
}


.rc-title {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-white);
    margin-top: 10px;
}

.rc-price {
    font-weight: 400;
    font-size: 16px;
    color: var(--primary-color);
}

/* Checkout Page Styles */
.checkout-subtitle {
    font-weight: 700;
    font-size: 24px;
    color: var(--primary-color);
    border-right: 4px solid var(--primary-color);
    padding-right: 15px;
}

.checkout-input,
.checkout-select {
    background: transparent;
    border: 1px solid #5e5e5e;
    border-radius: var(--border-radius);
    color: var(--text-white);
    padding: 12px 20px;
    text-align: right;
    width: 100%;
}

.checkout-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.checkout-select {
    background-color: #000;
}

.checkout-input:focus,
.checkout-select:focus {
    background: transparent;
    border-color: var(--primary-color);
    box-shadow: none;
    color: var(--text-white);
}

/* Delivery Options */
.delivery-option-card {
    position: relative;
    cursor: pointer;
}

.delivery-option-card input[type="radio"] {
    display: none;
}

.delivery-option-card .option-content {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #333;
    border-radius: var(--border-radius);
    padding: 20px;
    transition: var(--transition);
    height: 100%;
}

.delivery-option-card input[type="radio"]:checked+.option-content {
    background: rgba(171, 87, 45, 0.1);
    border-color: var(--primary-color);
}

.opt-title {
    font-weight: 700;
    font-size: 18px;
    color: var(--text-white);
}

.opt-price {
    color: var(--primary-color);
    font-weight: 700;
}

.opt-desc {
    color: #AAA;
    font-size: 14px;
    margin: 0;
}

/* Payment Options */
.payment-option-card {
    cursor: pointer;
}

.payment-option-card input[type="radio"] {
    display: none;
}

.payment-option-card .option-content {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #333;
    border-radius: var(--border-radius);
    padding: 15px 20px;
    color: var(--text-white);
    font-size: 18px;
    transition: var(--transition);
}

.payment-option-card input[type="radio"]:checked+.option-content {
    background: rgba(171, 87, 45, 0.1);
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.payment-option-card i {
    font-size: 24px;
}

/* Order Summary */
.order-summary-card {
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid #333;
    border-radius: var(--border-radius);
    padding: 30px;
    position: sticky;
    top: 100px;
}

.summary-product .sp-img {
    position: relative;
    width: 60px;
    height: auto;
    border-radius: var(--border-radius);
    border: 1px solid #333;
}

.summary-product .sp-img img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-qty {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--primary-color);
    color: var(--text-white);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-title {
    font-size: 14px;
    margin: 0;
}

.sp-price {
    font-weight: 700;
}

.total-row {
    font-size: 20px;
    font-weight: 500;
}

.sp-variant {
    color: var(--primary-color);
}

/* Invoices Page Styles */
.invoice-accordion-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #333;
    border-radius: var(--border-radius) !important;
    margin-bottom: 20px;
    overflow: hidden;
}

.invoice-accordion-item .accordion-button {
    background: transparent;
    color: var(--text-white);
    box-shadow: none;
    padding: 20px;
}

.invoice-accordion-item .accordion-button:not(.collapsed) {
    background: rgb(0 0 0 / 54%);
    box-shadow: none;
}

.invoice-accordion-item .accordion-button::after {
    filter: invert(1);
}

.invoice-accordion-item .accordion-button:not(.collapsed)::after {
    filter: invert(1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ab572d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.inv-id {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.inv-total {
    font-weight: 700;
    color: var(--text-white);
}

.invoice-body {
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #333;
}

.inv-prod-info h6 {
    font-size: 16px;
    color: var(--text-white);
}

/* Responsive Accordion Header */

/* ===================================
   Global Sidebar Styles (Refactored to Centered Modals)
   =================================== */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 85%) !important;
    backdrop-filter: blur(10px);
}

.login-sidebar {
    padding: 20px !important;
    border: 1px solid white !important;
    background: #000000f0 !important;
    border-radius: 10px !important;
}

.sidebar.active {
    visibility: visible !important;
    opacity: 1 !important;
}

.sidebar-overlay {
    display: none;
    /* No longer needed as separate element, container background handles it */
}

.sidebar-content {
    position: relative;
    right: auto;
    /* Reset right positioning */
    width: 90%;
    /* Responsive width */
    max-width: 500px;
    height: auto;
    max-height: 90vh;
    /* Allow scrolling within modal if content is long */
    background: transparent;
    box-shadow: none;
    border: none;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transform: scale(0.9);
    opacity: 0;
    font-family: 'Tajawal', sans-serif;
}

.sidebar.active .sidebar-content {
    right: auto;
    transform: scale(1);
    opacity: 1;
}

/* Header */
.sidebar-header {
    padding: 15px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    margin-bottom: 20px;
}

.sidebar-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--gold-color);
    /* Premium gold */
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-close {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

.sidebar-close:hover {
    background: var(--primary-color);
    transform: rotate(90deg);
}

/* Body */
.sidebar-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    /* Remove padding as container is transparent */
    padding-right: 5px;
    /* Space for scrollbar */
    /* Custom Scrollbar */
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) rgba(255, 255, 255, 0.05);
}

.sidebar-body::-webkit-scrollbar {
    width: 6px;
}

.sidebar-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.sidebar-body::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: var(--border-radius);
}

/* Empty State */
.cart-empty,
.favorite-empty {
    text-align: center;
    margin-top: 50px;
    color: #555;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.cart-empty i,
.favorite-empty i {
    font-size: 60px;
    opacity: 0.3;
}

.cart-empty p,
.favorite-empty p {
    font-size: 18px;
}

/* Footer */
.sidebar-footer {
    padding: 20px 0 0 0;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: var(--text-white);
}

.total-price {
    font-weight: 700;
    color: var(--gold-color);
    font-size: 24px;
}

.btn-checkout {
    background: var(--primary-color);
    color: var(--text-white);
    border: none;
    border-radius: 50px;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    transition: var(--transition);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-checkout:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}

.login-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-content {
    text-align: center;
}

.login-icon {
    font-size: 60px;
    color: var(--gold-color);
    margin-bottom: 20px;
}

.login-text {
    font-size: 18px;
    color: var(--text-white);
    margin-bottom: 30px;
}

.btn-login {
    font-weight: 700 !important;
    transition: var(--transition);
}

.btn-login:hover {
    transform: translateY(-2px);
}

/* Account Sidebar styles */
.account-info-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #222;
    border-radius: var(--border-radius);
    padding: 20px;
    margin-bottom: 20px;
}

.inpur-login {
    background-color: unset;
    border: 1px solid #5e5e5e;
}

.card-title {
    font-size: 16px;
    color: var(--gold-color);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: #ccc;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 8px;
}

.info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.btn-logout {
    margin-top: 10px;
}

/* Cart Items */
.cart-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #222;
    border-radius: var(--border-radius);
    padding: 10px;
    position: relative;
    transition: var(--transition);
}

.cart-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #333;
}

.cart-item-image {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: var(--border-radius);
    border: 1px solid #222;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cart-item-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-white);
    margin-right: 25px;
    /* Space for delete button */
}

.cart-item-price {
    font-size: 14px;
    color: var(--gold-color);
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.quantity-btn {
    width: 24px;
    height: 24px;
    background: #222;
    border: none;
    color: var(--text-white);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: var(--transition);
}

.quantity-btn:hover {
    background: var(--primary-color);
}

.quantity-value {
    color: var(--text-white);
    font-size: 14px;
    width: 20px;
    text-align: center;
}

.cart-item-delete {
    position: absolute;
    top: 10px;
    left: 10px;
    /* RTL, delete on left */
    background: transparent;
    border: none;
    color: #666;
    cursor: pointer;
    transition: var(--transition);
    font-size: 18px;
}

.cart-item-delete:hover {
    color: var(--primary-color);
    transform: scale(1.1);
}

/* Favorite Items */
.favorite-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.favorite-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #222;
    border-radius: var(--border-radius);
    padding: 10px;
    transition: var(--transition);
}

.favorite-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #333;
}

.favorite-item-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: var(--border-radius);
    border: 1px solid #222;
}

.favorite-item-details {
    flex: 1;
}

.favorite-item-name {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-white);
    margin-bottom: 5px;
}

.favorite-item-price {
    font-size: 14px;
    color: var(--gold-color);
}

.favorite-item-price-old {
    text-decoration: line-through;
    color: #666;
    margin-left: 5px;
    font-size: 12px;
}

.favorite-item-actions {
    display: flex;
    gap: 8px;
}

.favorite-item-cart,
.favorite-item-delete {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

.favorite-item-cart {
    background: rgba(171, 87, 45, 0.1);
    color: var(--primary-color);
}

.favorite-item-cart:hover {
    background: var(--primary-color);
    color: var(--text-white);
}

.favorite-item-delete {
    background: rgba(255, 255, 255, 0.05);
    color: #666;
}

.favorite-item-delete:hover {
    background: rgba(255, 77, 77, 0.1);
    color: var(--primary-color);
}

/* ===================================
   Search Overlay Styles
   =================================== */
.search-overlay.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999 !important;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 85%) !important;
    backdrop-filter: blur(10px);
}

.sidebar.active {
    visibility: visible !important;
    opacity: 1 !important;
}

.search-close {
    z-index: 999999999;
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent;
    border: none;
    color: var(--text-white);
    font-size: 40px;
    cursor: pointer;
    transition: var(--transition);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.search-close:hover {
    color: var(--primary-color);
    transform: rotate(90deg);
    background: rgba(255, 255, 255, 0.05);
}

.search-container {
    width: 100%;
    max-width: 800px;
    padding: 20px;
    transform: translateY(30px);
    transition: var(--transition);
    opacity: 0;
}

.search-overlay.active .search-container {
    transform: translateY(0);
    opacity: 1;
}

.search-form-wrapper {
    position: relative;
    border-bottom: 2px solid #333;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    transition: var(--transition);
}

.search-form-wrapper:focus-within {
    border-color: var(--primary-color);
}

.search-icon-large {
    font-size: 30px;
    color: #555;
    margin-left: 15px;
}

.search-input {
    width: 100%;
    background: transparent;
    border: none;
    font-family: 'Tajawal';
    font-size: 32px;
    font-weight: 300;
    color: var(--text-white);
    outline: none;
}

.search-input::placeholder {
    color: #555;
}

.popular-searches {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.popular-searches span {
    color: #777;
    font-size: 14px;
}

.popular-searches a {
    color: #aaa;
    text-decoration: none;
    padding: 8px 20px;
    border: 1px solid #333;
    border-radius: var(--border-radius);
    transition: 0.3s;
    font-size: 14px;
}

.popular-searches a:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: rgba(171, 87, 45, 0.1);
}

/* ===================================
   Premium Toast Notifications
   =================================== */
#toast-container {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 15px;
    pointer-events: none;
}

.toast-message {
    pointer-events: auto;
    background: rgba(28, 28, 28, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 4px solid var(--primary-color);
    padding: 16px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 300px;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    direction: rtl;
}

.toast-message.show {
    transform: translateX(0);
    opacity: 1;
}

.toast-message.hide {
    transform: translateX(-100%);
    opacity: 0;
}

.toast-icon {
    font-size: 24px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-content {
    flex: 1;
}

.toast-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 4px;
}

.toast-desc {
    font-size: 14px;
    color: #f0f0f0;
    margin: 0;
    font-weight: 300;
}

.toast-close {
    background: transparent;
    border: none;
    color: #666;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.toast-close:hover {
    color: var(--text-white);
}

/* ************************* */
/* media  */
/* ************************* */

@media (min-width: 768px) {
    .review-card {
        flex: 0 0 calc((100% - 1rem) / 2);
    }
}

@media (min-width: 1200px) {
    .review-card {
        flex: 0 0 calc((100% - 2rem) / 3);
    }
}

/* ********** max ************* */

@media (max-width: 1200px) {

    .blog-collage-wrapper {
        width: 100%;
        height: auto;
    }

    .collage-row {
        height: auto;
        flex-wrap: wrap;
    }

    .collage-img-wrapper {
        height: 200px;
    }

    .img-1,
    .img-2,
    .img-3,
    .img-4 {
        width: 50%;
    }

    .blog-filter-row {
        gap: 50px;
    }
}

@media (max-width: 991px) {
    .navbar-toggler-icon {

        width: 20px;
        height: 25px;
    }

    .navbar-toggler {
        display: flex;
    }

    .navbar-brand {
        padding: 0;
        margin: 0;
    }

    .navbar-brand .logo-img {
        height: 45px;
    }

    .header-icons {
        margin-bottom: 1rem;
    }

    .hero-content {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-hero {
        padding-bottom: 100px;
    }

    .image-hero {
        display: flex;
        position: absolute;
        width: 350px;
        height: 300px;
    }

    .section-text {
        font-size: 16px;
    }

    .why-section,
    .products-section,
    .articles-section,
    .reviews-section,
    .products-grid-section {
        padding: 3rem 0;
    }

    .brand-showcase {
        padding-bottom: 3rem;
    }

    .why-content {
        padding: 1rem;
    }

    .why-list li {
        font-size: 16px;
        padding-right: 1rem;
    }

    .newsletter-wrapper {
        text-align: center;
    }

    .footer-col {
        margin-bottom: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .custom-select {
        width: 175px;
    }

    .category-card {
        min-width: 175px;
    }

    .offer-content {
        padding: 0.5rem;
    }

    /* ********** max ************* */
    .blog-details-section-new {
        padding-top: 140px;
    }

    .blog-content-row {
        flex-direction: column !important;
        align-items: center !important;
        gap: 40px;
        text-align: center;
    }

    .blog-row-text,
    .blog-text-intro,
    .blog-middle-text,
    .blog-conclusion,
    .blog-sub-title,
    .blog-text,
    .blog-author {
        text-align: center !important;
    }

    .blog-row-image {
        width: 100%;
        max-width: 500px;
    }

    .blog-main-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .contact-title {
        font-size: 40px;
    }

    .contact-vectors-wrapper,
    .blog-details-vectors {
        width: 100%;
        left: 0;
        transform: none;
        overflow: hidden;
    }

    .offer-discount {
        font-weight: 300;
        font-size: 18px;
        line-height: 1.3;
        text-align: center;
    }

    .offer-title {
        font-size: 22px;
        line-height: 1.3;
        text-align: center;
    }

    .offer-desc {
        font-size: 16px;
        text-align: center;
        font-weight: 300;
    }

    .offer-content {
        text-align: center !important;
        margin-top: 1rem;
    }

    .btn-offer {
        width: 100%;
        max-width: 200px;
    }

    .features-row {
        gap: 0;
    }

    .feature-item {
        padding: 0 5px;
        max-width: 500px;
        text-align: center;
    }

    .feature-desc {
        font-size: 14px;
    }

    .feature-head,
    .feature-desc {
        text-align: center;
    }

    .blog-filter-row {
        gap: 20px;
    }

    .blog-search-wrapper {
        width: 100%;
        max-width: 250px;
    }

    .row-details-product {
        flex-direction: column-reverse;
    }

    .hero-title {
        text-align: center;
        font-size: 2.5rem;
    }

    .hero-subtitle {
        text-align: center;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .hero-image img {
        max-height: 400px;
    }

    .brand-name {
        font-size: 18px;
    }

    .article-card {
        min-width: 270px;
    }

    .blog-intro-text-col {
        text-align: center;
        align-items: center;
    }

    .blog-hero-subtitle,
    .blog-hero-desc {
        text-align: center;
    }

    .swiper-slide {
        min-height: 40vh;
    }

    .zoom-container {
        max-height: 40vh;
    }

    img.img-fluid.main-prod-img.zoom-img {
        max-height: 40vh;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 95%;
    }

    .about-story-section {
        padding: 60px 20px;
        height: auto;
    }

    .story-title {
        font-size: 28px;
    }

    .story-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .header-icons {
        gap: 1rem;
    }

    .icon-link {
        font-size: 1.2rem;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .product-card,
    .article-card,
    .review-card {
        min-width: 210px;
    }

    .image-hero {
        width: 155px;
    }

    .hero-image img {
        max-height: 350px;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .btn-shop {
        padding: 0.25rem 0.5rem;
        font-size: 18px;
    }

    .section-title {
        text-align: center;
        font-size: 22px;
    }

    .section-text {
        font-size: 16px;
        font-weight: 300;
    }

    .brand-card {
        width: 150px;
        height: 95px;
    }

    .products-carousel,
    .articles-carousel {
        gap: 10px;
    }

    .products-carousel-wrapper,
    .articles-carousel-wrapper {
        padding: 0;
        gap: 0;
    }

    .product-card {
        height: 375px;
        width: 210px;
    }

    .product-image {
        height: 250px;
    }

    .product-name {
        font-size: 18px;
    }

    .article-title {
        font-size: 16px;
        font-weight: 400;
    }

    .article-text {
        font-size: 14px;
    }

    .btn-read-more {
        padding: 0.25rem 0.5rem;
        font-size: 14px;
    }

    .custom-select {
        font-size: 14px;
        padding: 5px;
        width: 115px;
    }

    .select-label {
        font-size: 14px;
        font-weight: 300;
    }

    .custom-select-wrapper {
        gap: 5px;
    }

    .btn-filter-toggle,
    .btn-sort-toggle {
        width: 33px;
        height: 33px;
        font-size: 16px;
    }

    .category-name {
        font-size: 14px;
    }

    .category-card {
        min-width: 160px;
    }

    .sidebar-title {
        font-size: 18px;
    }

    .sidebar-header {
        width: 70%;
    }

    .sidebar-content {
        align-items: center;

    }

    .login-icon {
        font-size: 40px;
    }

    .search-input {
        font-size: 24px;
    }

    .sidebar-body {
        width: 75%;
    }

    .blog-filter-row {
        justify-content: center;
    }

    .blog-search-wrapper {
        max-width: 80%;
    }

    .features-row {
        justify-content: center;
    }

    .inv-id,
    .inv-total,
    .inv-date,
    .rounded-pill {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    #toast-container {
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        top: 20px;
        align-items: center;
    }

    .toast-message {
        width: 100%;
        min-width: auto;
        transform: translateY(-20px);
        opacity: 0;
    }

    .toast-message.show {
        transform: translateY(0);
        opacity: 1;
    }

    .toast-message.hide {
        transform: translateY(-20px);
        opacity: 0;
    }

    .container {
        max-width: 98%;
    }

    .inv-summary-group,
    .inv-status-group {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .inv-date {
        margin-left: 0 !important;
    }

    .invoice-button .d-flex {
        gap: 10px;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .btn-shop {
        padding: 0.75rem 2rem;
        font-size: 1rem;
    }

    .products-section,
    .articles-section,
    .reviews-section,
    .why-section {
        padding: 4rem 0;
    }

    .page-title {
        font-size: 2rem;
    }

    .offer-title {
        font-size: 1.75rem;
    }

    .offer-banner {
        padding: 2rem 1rem;
    }

    .image-hero {
        display: none;
    }

    /* .hero-title {
        font-size: 1.5rem;
    } */

    .hero-content {
        padding: 1rem;

    }

    .hero-subtitle {
        max-width: 70%;
    }

    .btn-shop {
        padding: 0.5rem 1rem;
        font-size: 16px;
    }

    .about-index-wrapper::before {
        top: -3px;
        height: 104%;
    }

    .heritage-content {
        padding: 1rem;
    }

    .brand-card {
        width: 130px;
        height: 90px;
    }

    .product-card,
    .article-card,
    .review-card {
        min-width: 225px;
    }

    .reviews-carousel-wrapper {
        gap: 0px;
    }

    .sidebar-body {
        width: 95%;
    }

    .qty-control-box {
        width: 60px;
    }

    .btn-wishlist-custom {
        font-size: 18px;
    }

    .filter-actions {
        height: auto !important;
    }

    .category-card {
        min-width: 120px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 30px;
    }

    .filter-dropdowns-group {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .custom-select-wrapper {
        width: 47%;
    }

    .custom-select {
        width: 100%;
    }

    .container-products-store {
        gap: 10px !important;
    }

    .product-card-store {
        margin-bottom: 15px !important;
        width: 48%;
        min-width: 170px;
        height: 330px;
    }

    .product-card-store .product-image {
        height: 200px;
    }

    .product-name {
        font-size: 16px;
    }

    .text-white.mx-1 {
        font-size: 14px;
    }

    .delivery-options {
        flex-direction: column;
    }

    .order-summary-card {
        padding: 20px 10px;
    }

    .inv-product-item {
        flex-direction: column !important;
    }

    .inv-prod-qty {
        margin: 0 !important;
        display: flex;
    }

    .cont-qqq,
    .cont-img {
        width: 100%;
        justify-content: space-between;
    }

    .qqq {
        display: flex;
        padding: 0 10px;
    }
}

@media (max-width: 360px) {
    .product-card-store {
        min-width: 225px;
    }
}