.header-logo,
.header-cart {
    width: 20%;
}

.header-cart {
    flex-grow: unset;
}

/* =========================================
   UNIFIED SECTION DIVIDER COMPONENT
   ========================================= */
.section-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}

.section-divider::before,
.section-divider::after {
    content: '';
    flex: 1;
    height: 1.12px;
    margin: -15px;
    background-color: #817b7b;
}

.section-divider-icon {
    width: 50px;
    height: auto;
    margin: 0 20px;
}

/* Full width variant - extends to viewport edges */
.section-divider--full-width {
    width: calc(100vw - 40px);
    margin-left: calc(-50vw + 50% + 20px);
    margin-right: calc(-50vw + 50% + 20px);
}

/* Dark background variant - white lines for dark sections */
.section-divider--dark-bg::before,
.section-divider--dark-bg::after {
    background-color: #817b7b;
}

.section-divider--dark-bg .section-divider-icon {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

/* Light background variant (for light sections) */
.section-divider--light::before,
.section-divider--light::after {
    background-color: #666666;
}

.search-header-bar {
    height: 100px;
}

.search-header-bar>* {
    height: 100%;
}

.search-input>div {
    width: 100%;
}

.search-input-icon {
    position: absolute;
    font-size: 22px;
    top: 8px;
    left: 4px;
}


.rtl .search-input-icon {
    left: unset;
    right: 4px;
    top: 9px;
}

.search-input-input {
    padding-left: 30px;
    min-height: 40px;
    max-height: 40px;
}

.rtl .search-input-input {
    padding-left: inherit;
    padding-right: 30px;
}


.icon-shopping_cart_black_36dp-1-1,
.sm-search-icon>span {
    font-size: 32px;
}

.icon-shopping_cart_black_36dp-1-1 .path1:before {
    color: unset;
}

.icon-shopping_cart_black_36dp-1-1 .path2:before {
    color: unset;
}

.icon-language_black_24dp .path1:before {
    color: unset;
}

.cart-badge {
    display: none !important;
}

.rtl .cart-badge {
    right: unset;
    left: 20px;
}

.top-main-menu-wrapper {
    margin-right: -22px;
    margin-left: -22px;
}

.ic.menu {
    text-align: left;
    position: relative;
    right: 4px;
}

.rtl .ic.menu {
    text-align: right;
    right: unset;
    left: 4px;
}

.ic.menu,
.sm-search-icon {
    margin-right: 20px;
}

.icon-menu-top {
    margin-right: 10px !important;
}

.rtl .ic.menu,
.sm-search-icon {
    margin-right: unset;
    margin-left: 20px;
}

.rtl .icon-menu-top {
    margin-right: unset !important;
    margin-left: 10px !important;
}

.icon-menu-top>span {
    font-size: 32px;
}

.icon-menu_open_black_24dp-1:before {
    color: unset;
}


.sm-search-div {
    display: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    padding: 0px 15px 20px 15px;
    width: 100%;
    background-color: var(--header-primary-color, var(--primary-color));
    transform: translateY(-100%);
    transition: all .3s ease;
    z-index: 1;
}

.sm-search-div.show {
    visibility: visible;
    transform: translateY(0%);
    -webkit-transform: translate3d(0, 0, 0);
}

.footer .apps-social-icons:nth-child(2) {
    padding-left: 0px;
}

.rtl .footer .apps-social-icons:nth-child(2) {
    padding-right: 0px;
    padding-left: 15px;
}

.footer .google-app-stores {
    margin-left: -4px;
    margin-right: -4px;
}

.footer .icons-wrapper {
    padding: 0px;
}

.footer-about-us-links-div {}


.footer-about-us-div {
    padding-right: 20%;
}

.rtl .footer-about-us-div {
    padding-right: unset;
    padding-left: 20%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.main-slider .slick-dots {
    bottom: 12px;
}

.main-slider .slick-dots li button:before {
    font-size: 14px;
}

.features-section-img {
    max-height: 90px;
    max-width: 90px;
}

.slick-next.slick-arrow>span,
.slick-prev.slick-arrow>span {
    color: var(--primary-color);
    font-size: 3.3rem;
}

.category-item a,
.category-item img,
.card-item a,
.card-item img {
    display: block;
    text-align: center;
    width: 100%;
}

.category-item img,
.card-item img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.category-item h3,
.card-item h3 {
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    color: var(--primary-color);
    white-space: break-spaces;
}

.category-page-slider .category-item h3 {
    font-size: 1.2rem;
}

.categories-slider .category-item,
.cards-slider .card-item {
    width: 100%;
    max-width: 200px;
}

.slider-container {
    padding-left: 15px;
    padding-right: 15px;
}

.main-slider .slider-item {}

.section-title {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

/* Center all section headings for both languages */
.section-title h2,
.section-title h3,
.section-title h4,
.service-block-title,
.core-value-item h3,
.faq-section-title {
    text-align: center;
}

/* Center "What We Do" section headings only */
.what-we-do-section .section-header,
.what-we-do-section .section-title,
.what-we-do-section h2,
.what-we-do-section h3,
.what-we-do-section h4 {
    text-align: center;
}

/* Service/Feature blocks text centering */
.what-we-do-item,
.service-block,
.core-value-item {
    text-align: center;
}

.products-slider .prod-col,
.categories-slider .cat-col,
.cards-slider .card-col {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    width: auto;
}

.category-page-slider .categories-slider.s-slider {
    margin-right: -15px;
    margin-left: -15px;
}

.category-page-slider .home-categories-section .section-title {
    margin-right: -15px;
    margin-left: -15px;
}

.category-page-slider .products-slider .prod-col,
.categories-slider .cat-col,
.cards-slider .card-col {
    padding-left: 15px;
    padding-right: 15px;
}

.categories-slider-wrapper,
.products-slider-wrapper,
.cards-slider-wrapper,
.testimonials-slider-wrapper,
.partners-slider-wrapper {
    margin-right: -15px;
    margin-left: -15px;
}

.products-list .prod-col,
.bundle-offer-products .prod-col {
    width: 25%;
    padding: 15px;
}

.products-list .prod-col-attr {
    width: 33.33%;
}

.sort-block-width {
    margin-left: 30px;
}

.rtl .sort-block-width {
    margin-left: 0px;
    margin-right: 30px;
}

.select-dropdown .dropdown-item {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
}

#products-list-filter-form-close {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
}

.rtl #products-list-filter-form-close {
    right: unset;
    left: 0;
}

.products-pagination {
    margin-bottom: 24px;
    padding: 0 15px;
}

.products-pagination ul {
    padding: 0px;
}

.products-pagination .page-link {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.products-pagination .page-link.active {
    color: #ffffff;
    background-color: var(--primary-color);
}

.rtl .products-pagination .page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.rtl .products-pagination .page-item:last-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.products-container .products-list {
    margin-bottom: 24px;
}

.cart-header-total {
    margin-right: 10px;
    font-size: 1.6rem;
    color: var(--header-text-color-primary-bg, var(--text-color-primary-bg));
}

.rtl .cart-header-total {
    margin-right: unset;
    margin-left: 10px;
}

.form-control {
    border-radius: 3px;
}


.box-1-1 {
    position: relative;
    width: 100%;
}

.box-1-1:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}

.box-1-1 .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Other ratios - just apply the desired class to the "box" element */
.box-1-1.ratio2_1:before {
    padding-top: 50%;
}

.box-1-1.ratio1_2:before {
    padding-top: 200%;
}

.box-1-1.ratio4_3:before {
    padding-top: 75%;
}

.box-1-1.ratio16_9:before {
    padding-top: 56.25%;
}

.box-1-1.ratio21_9:before {
    padding-top: 42.85%;
}

.product-item-out-of-stock {
    filter: grayscale(1);
}


.sm-search-div .autocomplete-items,
.lg-search-div .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.sm-search-div .autocomplete-items div,
.lg-search-div .autocomplete-items div {
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.sm-search-div .autocomplete-items div:hover,
.lg-search-div .autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.sm-search-div .autocomplete-items div a,
.lg-search-div .autocomplete-items div a {
    padding: 10px;
    cursor: pointer;
    color: inherit;
    display: block;
}

.product-crd-spec {
    min-height: 81px;
}

.gallery-section+.gallery-section {
    padding-top: 0px;
}

.ic-menu-back {
    font-size: 22px;
    margin-right: 16px;
    font-weight: bold;
}

.rtl .ic-menu-back {
    margin-right: unset;
    margin-left: 16px;
}

@media (max-width: 768px) {
    .header-cart {
        flex-grow: 1;
        width: 30%;
    }

    .header-logo {
        width: 70%;
    }

    .search-header-bar {
        height: 64px;
    }


    .footer .apps-social-icons:nth-child(2) {
        padding-left: 15px;
    }

    .rtl .footer .apps-social-icons:nth-child(2) {
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer .icons-wrapper {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .footer-about-us-div {
        padding-right: 0;
    }

    .rtl .footer-about-us-div {
        padding-right: unset;
        padding-left: 0;
    }

    .category-page-slider .categories-slider {
        height: 225px;
    }

    .categories-slider .category-item,
    .cards-slider .card-item {
        width: 190px;
    }

    .category-page-slider .categories-slider .category-item {
        width: 165px;
    }

    .category-page-slider .categories-slider.s-slider {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .category-page-slider .products-slider .prod-col,
    .categories-slider .cat-col,
    .cards-slider .card-col {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .products-slider .prod-col,
    .categories-slider .cat-col,
    .cards-slider .card-col,
    .testimonials-slider .testimonials-customer-card,
    .partners-slider .partners-item {
        display: inline-block;
        vertical-align: top;
    }

    .partners-slider .partners-item {
        vertical-align: middle;
    }

    .categories-slider,
    .products-slider,
    .cards-slider,
    .testimonials-slider,
    .partners-slider {
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .product-crd-spec small {
        white-space: break-spaces;
    }

    .testimonials-slider::-webkit-scrollbar {
        width: 0 !important
    }


    .categories-slider-wrapper,
    .products-slider-wrapper,
    .cards-slider-wrapper,
    .testimonials-slider-wrapper,
    .partners-slider-wrapper {
        overflow-x: hidden;
        margin-right: 0px;
        margin-left: 0px;
    }

    .slider-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-slider,
    .main-slider .slider-item {}

    .main-slider .slick-dots li button:before {
        font-size: 10px;
    }


    .main-slider .slick-dots {
        bottom: 4px;
    }

    .section-title {
        padding-right: 15px;
        padding-left: 15px;
    }

    .products-list .prod-col,
    .bundle-offer-products .prod-col {
        margin: 0 auto;
        width: auto;
    }

    .products-list .prod-col {
        width: 50%;
    }

    .products-list .prod-col-attr {
        width: 50%;
    }

    .product-item {
        width: 135px;
    }

    .products-list .prod-col .product-item {
        width: 100%;
    }

    .sm-search-div {
        display: block;
    }

    .icon-shopping_cart_black_36dp-1-1,
    .sm-search-icon>span {
        font-size: 28px;
    }

    .icon-menu-top {
        width: 32px;
    }

}


.btn:focus,
.btn:active,
.page-link:focus,
.page-link:active {
    outline: none !important;
    box-shadow: none;
}

.gift-popover-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 115px;
    height: 140px;
    max-width: 100%;
}

.popover {
    top: 40px;
}

.popover .arrow {
    top: -0.5rem;
    left: 5px;
}

.popover .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.popover .arrow ::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.btn-product-card-out-of-stock {
    width: max-content;
}

.add-to-wishlist {
    position: absolute;
    right: 0;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 40px;
    height: 35px;
    cursor: pointer;
    border-radius: 5px;
    background-color: white;
}

.rtl .add-to-wishlist {
    right: unset;
    left: 0;
}

.icon-heart-mask {
    display: inline-block;
    width: 25px;
    height: 20px;
    mask-size: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: var(--heart-outlined-icon);
    background-color: var(--secondary, #A1A0A9);
}

.icon-heart-mask.filled {
    mask-image: var(--heart-filled-icon);
    background-color: var(--primary_color, #D86F6F);
}

/* =========================================
   LUXURY HEADER STYLES
   ========================================= */

/* Main Header Container */
.luxury-header-wrapper {
    /* Uses theme colors from schema */
    position: relative;
    z-index: 100;
}

.luxury-header {
    padding: 25px 0;
}

.luxury-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
}

/* Left Section - Hamburger Menu */
.luxury-header-left {
    flex: 1;
    display: flex;
    align-items: center;
}

.luxury-menu-btn {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.luxury-hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 28px;
}

.luxury-hamburger span {
    display: block;
    height: 1px;
    background-color: var(--header-text-color-primary-bg, var(--text-color-primary-bg));
    transition: all 0.3s ease;
}

.luxury-back-btn {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-left: 10px;
}

.rtl .luxury-back-btn {
    margin-left: 0;
    margin-right: 10px;
}

/* Center Section - Logo + Tagline */
.luxury-header-center {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.luxury-logo-wrapper {
    display: block;
}

.luxury-logo {
    max-height: 80px;
    width: auto;
}

.luxury-tagline {
    margin: 8px 0 0 0;
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.85;
}

/* Store Name */
.luxury-store-name {
    margin: 5px 0 0 0;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/* Bell Icon */
.luxury-bell-icon {
    color: var(--header-text-color-primary-bg, var(--text-color-primary-bg));
}

/* Custom Icon */
.luxury-custom-icon {
    max-height: 32px;
    width: auto;
}

/* Header Icon (from assets) */
.luxury-header-icon {
    max-height: 28px;
    width: auto;
}

/* Right Section - Icons */
.luxury-header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.luxury-icon-btn {
    cursor: pointer;
    padding: 5px;
}

.luxury-icon-btn span {
    font-size: 24px;
}

/* =========================================
   LUXURY NAVIGATION BAR
   ========================================= */

.luxury-navbar {
    position: relative;
    padding: 15px 0;
}

/* 80% width line centered */
.luxury-navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-color: var(--menu-header-text-color-primary-bg, rgba(255, 255, 255, 0.2));
}

.luxury-nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.luxury-nav-item {
    position: relative;
}

.luxury-nav-link {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
    padding: 10px 0;
    display: block;
}

.luxury-nav-link:hover {
    opacity: 0.7;
    text-decoration: none;
    color: inherit;
}

/* Dropdown Menu */
.luxury-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 600px;
    background: var(--menu-header-primary-color, var(--header-primary-color, var(--primary-color)));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
}

.luxury-nav-item:hover .luxury-dropdown {
    opacity: 1;
    visibility: visible;
}

.luxury-dropdown-head {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.luxury-dropdown-head a {
    color: inherit;
    text-decoration: none;
}

.luxury-dropdown-head a:hover {
    opacity: 0.8;
}

.luxury-dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.luxury-dropdown-list li {
    margin-bottom: 8px;
}

.luxury-dropdown-list a {
    font-size: 0.75rem;
    color: inherit;
    opacity: 0.8;
    text-decoration: none;
    transition: opacity 0.3s;
}

.luxury-dropdown-list a:hover {
    opacity: 1;
}

/* =========================================
   RESPONSIVE - MOBILE
   ========================================= */

@media (max-width: 991px) {
    .luxury-header-content {
        min-height: 60px;
    }

    .luxury-logo {
        max-height: 50px;
    }

    .luxury-tagline {
        font-size: 0.6rem;
        letter-spacing: 2px;
    }

    .luxury-header-left,
    .luxury-header-right {
        flex: 0;
    }

    .luxury-header-center {
        flex: 1;
    }

    .luxury-icon-btn span {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .luxury-header {
        padding: 15px 0;
    }

    .luxury-logo {
        max-height: 40px;
    }

    .luxury-tagline {
        display: none;
    }

    .luxury-hamburger {
        width: 22px;
        gap: 4px;
    }
}

/* =========================================
   HERO BANNER STYLES
   ========================================= */

.hero-banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-banner-slider {
    width: 100%;
}

.hero-banner-slide {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 500px;
    max-height: 800px;
}

.hero-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
}

.hero-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}

.hero-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.hero-banner-logo {
    max-width: 150px;
    max-height: 150px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.hero-banner-brand {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

/* Slider Dots */
.hero-banner-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.hero-banner-dots .slick-dots {
    position: static;
    display: flex !important;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hero-banner-dots .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-banner-dots .slick-dots li.slick-active button {
    background: #fff;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 992px) {
    .hero-banner-slide {
        height: 60vh;
        min-height: 400px;
    }

    .hero-banner-logo {
        max-width: 120px;
        max-height: 120px;
    }

    .hero-banner-brand {
        font-size: 1.6rem;
        letter-spacing: 6px;
    }
}

@media (max-width: 768px) {
    .hero-banner-slide {
        height: 50vh;
        min-height: 350px;
    }

    .hero-banner-logo {
        max-width: 100px;
        max-height: 100px;
    }

    .hero-banner-brand {
        font-size: 1.3rem;
        letter-spacing: 4px;
    }

    .hero-banner-dots {
        bottom: 15px;
    }
}

/* =========================================
   HERO PRODUCTS SLIDER STYLES
   ========================================= */

.hero-products-section {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hero-products-title-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.hero-products-title {
    font-size: 3rem;
    font-weight: 200;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0F0F0F;
    margin-bottom: 15px;
}

/* Grid Layout for 3 items */
.hero-products-grid-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}

.hero-products-grid {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
    max-width: 1000px;
    padding: 40px 0;
}

.hero-product-col {
    flex: 0 0 280px;
    max-width: 280px;
    transition:
        transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.8s ease,
        order 0s;
    /* Order changes instantly, items animate via transform */
    transform-origin: bottom center;
    opacity: 0.6;
    transform: scale(0.95);
}

/* Hidden items (when more than 3 items) */
.hero-product-col.hero-product-hidden {
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
    position: absolute;
    visibility: hidden;
}

/* Left position item */
.hero-product-col.hero-product-left {
    opacity: 0.6;
    transform: scale(0.95);
}

/* Right position item */
.hero-product-col.hero-product-right {
    opacity: 0.6;
    transform: scale(0.95);
}

/* Center/Active item - larger and prominent */
.hero-product-col.hero-product-center {
    flex: 0 0 320px;
    max-width: 320px;
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}

.hero-product-col.hero-product-center .hero-product-card {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid #d0d0d0;
}

.hero-product-col.hero-product-center .hero-product-image-wrapper {
    min-height: 320px;
}

.hero-product-col.hero-product-center .hero-product-image {
    max-height: 260px;
}

.hero-products-section .hero-product-card {
    border: 1px solid #514f4f;
    background-color: #fff;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-products-section .hero-product-card:hover {
    border-color: #333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.hero-product-image-wrapper {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 240px;
}

.hero-product-image {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
}

.hero-product-btn-wrapper {
    padding: 20px 30px 30px;
}

.hero-product-btn {
    display: inline-block;
    padding: 12px 40px;
    border: 1px solid #333;
    background-color: transparent;
    color: #333;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hero-product-btn:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

/* Navigation Arrows */
.hero-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.hero-slider-arrow:hover {
    opacity: 0.7;
}

.hero-slider-arrow span {
    font-size: 2.5rem;
    color: #999;
}

.hero-slider-prev {
    left: 0;
}

.hero-slider-next {
    right: 0;
}

.rtl .hero-slider-prev {
    left: auto;
    right: 0;
}

.rtl .hero-slider-next {
    right: auto;
    left: 0;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .hero-products-grid-wrapper {
        padding: 0 50px;
    }

    .hero-products-title {
        font-size: 2.5rem;
        letter-spacing: 3px;
    }

    .hero-products-grid {
        gap: 20px;
    }

    .hero-product-col {
        flex: 0 0 220px;
        max-width: 220px;
    }

    .hero-product-col.hero-product-center {
        flex: 0 0 260px;
        max-width: 260px;
    }

    .hero-product-image-wrapper {
        min-height: 200px;
        padding: 20px;
    }

    .hero-product-col.hero-product-center .hero-product-image-wrapper {
        min-height: 260px;
    }

    .hero-product-image {
        max-height: 150px;
    }

    .hero-product-col.hero-product-center .hero-product-image {
        max-height: 200px;
    }
}

@media (max-width: 768px) {
    .hero-products-grid-wrapper {
        padding: 0 40px;
    }

    .hero-products-title {
        font-size: 2rem;
        font-weight: 200;
        letter-spacing: 2px;
        color: #0F0F0F;
    }

    .hero-products-grid {
        gap: 15px;
    }

    .hero-product-col {
        flex: 0 0 180px;
        max-width: 180px;
        transform: scale(0.9);
    }

    .hero-product-col.hero-product-left,
    .hero-product-col.hero-product-right {
        transform: scale(0.85);
    }

    .hero-product-col.hero-product-center {
        flex: 0 0 220px;
        max-width: 220px;
        transform: scale(1);
    }

    .hero-product-image-wrapper {
        min-height: 160px;
        padding: 15px;
    }

    .hero-product-col.hero-product-center .hero-product-image-wrapper {
        min-height: 200px;
    }

    .hero-product-image {
        max-height: 120px;
    }

    .hero-product-col.hero-product-center .hero-product-image {
        max-height: 160px;
    }

    .hero-product-btn {
        padding: 8px 25px;
        font-size: 0.75rem;
    }

    .hero-slider-arrow {
        width: 36px;
        height: 36px;
    }

    .hero-slider-arrow span {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .hero-products-grid-wrapper {
        padding: 0 50px;
        position: relative;
    }

    .hero-products-grid {
        gap: 0;
        justify-content: center;
        overflow: hidden;
    }

    /* Hide left and right items on mobile - show only center */
    .hero-product-col.hero-product-left,
    .hero-product-col.hero-product-right {
        display: none;
    }

    /* Center item takes full available width */
    .hero-product-col {
        flex: 0 0 100%;
        max-width: 280px;
    }

    .hero-product-col.hero-product-center {
        flex: 0 0 100%;
        max-width: 280px;
        transform: scale(1);
    }

    .hero-product-image-wrapper {
        min-height: 200px;
        padding: 20px;
    }

    .hero-product-col.hero-product-center .hero-product-image-wrapper {
        min-height: 200px;
    }

    .hero-product-image {
        max-height: 160px;
    }

    .hero-product-col.hero-product-center .hero-product-image {
        max-height: 160px;
    }

    .hero-product-btn-wrapper {
        padding: 15px 15px 20px;
    }

    .hero-product-btn {
        padding: 8px 24px;
        font-size: 0.7rem;
        letter-spacing: 1.5px;
    }

    .hero-slider-arrow {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }

    .hero-slider-prev {
        left: 5px;
    }

    .hero-slider-next {
        right: 5px;
    }

    .hero-slider-arrow span {
        font-size: 1.5rem;
    }
}

/* =========================================
   WHAT WE DO SECTION STYLES
   ========================================= */

.what-we-do-section {
    background-color: #1a1a1a;
    padding: 80px 0;
}

.what-we-do-header {
    text-align: center;
    margin-bottom: 60px;
}

.what-we-do-title {
    font-size: 3rem;
    font-weight: 200;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #D4B5B7;
    margin: 0 0 25px 0;
}

.what-we-do-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.what-we-do-divider .divider-line {
    flex: 1;
    max-width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.what-we-do-divider .divider-icon {
    width: 30px;
    height: auto;
    opacity: 0.8;
}

.what-we-do-grid {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.what-we-do-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.what-we-do-column-left {
    text-align: left;
}

.what-we-do-column-right {
    text-align: right;
}

.rtl .what-we-do-column-left {
    text-align: right;
}

.rtl .what-we-do-column-right {
    text-align: left;
}

.what-we-do-item {
    padding: 20px 0;
}

.what-we-do-item-title {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4B5B7;
    margin: 0 0 15px 0;
}

.what-we-do-item-description {
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.8;
    color: #D4B5B7;
    margin: 0;
}

/* What We Do - New Flexible Grid (supports any number of items) */
.what-we-do-grid-new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 80px;
}

.what-we-do-item-new {
    padding: 20px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* Odd items align left, even items align right (LTR) */
.what-we-do-item-new:nth-child(odd) {
    text-align: center;
}

.what-we-do-item-new:nth-child(even) {
    text-align: center;
}

/* RTL support */
.rtl .what-we-do-item-new:nth-child(odd) {
    text-align: center;
}

.rtl .what-we-do-item-new:nth-child(even) {
    text-align: center;
}

/* If only 1 item, center it and span full width */
.what-we-do-grid-new .what-we-do-item-new:only-child {
    grid-column: 1 / -1;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

/* If the last item is alone on its row (odd total), center it */
.what-we-do-grid-new .what-we-do-item-new:last-child:nth-child(odd):not(:only-child) {
    grid-column: 1 / -1;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

/* Tablet */
@media (max-width: 992px) {
    .what-we-do-grid-new {
        gap: 30px 40px;
    }
}

/* Mobile - single column */
@media (max-width: 768px) {
    .what-we-do-grid-new {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .what-we-do-item-new,
    .what-we-do-item-new:nth-child(odd),
    .what-we-do-item-new:nth-child(even),
    .rtl .what-we-do-item-new:nth-child(odd),
    .rtl .what-we-do-item-new:nth-child(even) {
        text-align: center;
    }

    .what-we-do-grid-new .what-we-do-item-new:last-child:nth-child(odd):not(:only-child) {
        max-width: 100%;
    }
}

/* CUSTOM ORDERS SECTION (Two Column Layout) */
/* ========================================= */
.custom-orders-section {
    width: 100%;
}

.custom-orders-wrapper {
    display: flex;
    min-height: 550px;
}

/* Left Side - Large Image */
.custom-orders-image {
    flex: 1;
    min-width: 50%;
}

.custom-orders-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right Side - Content */
.custom-orders-content {
    flex: 1;
    min-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 50px;
}

.custom-orders-content-inner {
    /* max-width: 550px; */
    text-align: center;
}

/* Title */
.custom-orders-title {
    font-size: 2.5rem;
    font-weight: 200;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* Divider Icon (with lines - full width) */
.custom-orders-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
}

/* خطوط ديكور قبل وبعد الصورة */
.custom-orders-divider::before,
.custom-orders-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #c0c0c0;
}

.custom-orders-divider-icon {
    width: 30px;
    height: auto;
    margin: 0 20px;
}

/* Product Image */
.custom-orders-product {
    margin-bottom: 30px;
}

.custom-orders-product-img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
}

/* Description */
.custom-orders-description {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 35px;
    font-style: italic;
}

/* CTA Button */
.custom-orders-btn {
    display: inline-block;
    padding: 20px 40px;
    border: 1px solid;
    background-color: transparent;
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-orders-btn:hover {
    background-color: #333;
    color: #fff !important;
    border-color: #333 !important;
    text-decoration: none;
}

/* RTL Support */
.rtl .custom-orders-wrapper {
    flex-direction: row-reverse;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .what-we-do-section {
        padding: 60px 0;
    }

    .what-we-do-title {
        font-size: 2.5rem;
        font-weight: 200;
        letter-spacing: 3px;
    }

    .what-we-do-grid {
        gap: 40px;
    }

    .section-divider::before,
    .section-divider::after {
        content: '';
        flex: 1;
        height: 1.12px;
        background-color: #817b7b;
    }
}

@media (max-width: 768px) {
    .what-we-do-section {
        padding: 50px 0;
    }

    .what-we-do-header {
        margin-bottom: 40px;
    }

    .what-we-do-title {
        font-size: 2rem;
        font-weight: 200;
        letter-spacing: 2px;
    }

    .what-we-do-grid {
        flex-direction: column;
        gap: 20px;
    }

    .what-we-do-column-left,
    .what-we-do-column-right,
    .rtl .what-we-do-column-left,
    .rtl .what-we-do-column-right {
        text-align: center;
    }

    .what-we-do-column {
        gap: 25px;
    }

    .what-we-do-item-title {
        font-size: 1rem;
    }

    .what-we-do-item-description {
        font-size: 0.9rem;
    }

    .what-we-do-divider .divider-line {
        max-width: 100px;
    }
}

/* Custom Orders Responsive - Tablet */
@media (max-width: 991px) {
    .custom-orders-title {
        font-size: 2.2rem;
        font-weight: 200;
        letter-spacing: 3px;
    }

    .custom-orders-description {
        font-size: 1.1rem;
    }

    .custom-orders-btn {
        padding: 16px 35px;
        font-size: 1.2rem;
    }
}

/* Custom Orders Responsive - Mobile */
@media (max-width: 768px) {
    .custom-orders-wrapper {
        flex-direction: column;
    }

    .rtl .custom-orders-wrapper {
        flex-direction: column;
    }

    .custom-orders-image {
        min-height: 400px;
        min-width: 100%;
    }

    .custom-orders-content {
        min-width: 100%;
        padding: 50px 30px;
    }

    .custom-orders-title {
        font-size: 2rem;
        font-weight: 200;
        letter-spacing: 3px;
    }

    .custom-orders-btn {
        padding: 18px 35px;
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .custom-orders-image {
        min-height: 300px;
    }

    .custom-orders-content {
        padding: 40px 20px;
    }

    .custom-orders-title {
        font-size: 1.8rem;
        font-weight: 200;
        letter-spacing: 2px;
    }

    .custom-orders-description {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .custom-orders-btn {
        padding: 18px 30px;
        font-size: 1rem;
    }
}

/* =========================================
   CORE VALUES SECTION STYLES
   ========================================= */

.core-values-section {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.core-values-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Decorative Images - Positioned at edges */
.core-values-image {
    position: absolute;
    max-width: 280px;
    z-index: 1;
}

.core-values-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Left Image - Top Left with angle */
.core-values-image-left {
    right: 80%;
    bottom: 0;
}

.core-values-image-left img {
    transform: rotate(32deg);
    transform-origin: center center;
}

/* Right Image - Bottom Right with angle */
.core-values-image-right {
    left: 80%;
    top: 0;
}

.core-values-image-right img {
    transform: rotate(32deg);
    transform-origin: center center;
}

/* Center Content */
.core-values-content {
    flex: 1;
    text-align: center;
    padding: 40px 60px;
    max-width: 500px;
}

.core-values-title {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 15px 0;
}

/* Values List */
.core-values-list {
    margin-bottom: 0;
}

.core-value-item {
    font-size: 2.5rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 2px;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.8;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .core-values-section {
        padding: 60px 0;
    }

    .core-values-wrapper {
        padding: 0 15px;
    }

    .core-values-image {
        max-width: 250px;
    }

    .core-values-image-left {
        right: 75%;
    }

    .core-values-image-right {
        left: 75%;
    }

    .core-values-content {
        padding: 30px 40px;
    }

    .core-values-title {
        font-size: 2.2rem;
        font-weight: 300;
        letter-spacing: 3px;
        color: #333;
    }

    .core-value-item {
        font-size: 2rem;
        font-weight: 300;
        color: #333;
        margin: 0 0 18px 0;
    }
}

@media (max-width: 769px) {
    .core-values-section {
        padding: 50px 0;
    }

    .core-values-wrapper {
        padding: 0;
    }

    /* Edge-to-edge images on tablet */
    .core-values-image {
        max-width: none;
        width: 35%;
        position: absolute;
    }

    .core-values-image-left {
        left: 0;
        right: auto;
        bottom: 0;
    }

    .core-values-image-right {
        right: 0;
        left: auto;
        top: 0;
    }

    .core-values-image-left img,
    .core-values-image-right img {
        transform: rotate(32deg);
        transform-origin: center center;
    }

    .core-values-content {
        padding: 40px 25px;
        z-index: 2;
    }

    .core-values-title {
        font-size: 1.8rem;
        font-weight: 300;
        letter-spacing: 2px;
        color: #333;
        margin-bottom: 20px;
    }

    .core-value-item {
        font-size: 1.6rem;
        font-weight: 300;
        color: #333;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 576px) {
    .core-values-section {
        padding: 40px 0;
    }

    .core-values-wrapper {
        padding: 0;
    }

    /* Full edge-to-edge images on mobile */
    .core-values-image {
        max-width: none;
        width: 40%;
        position: absolute;
    }

    .core-values-image-left {
        left: 0;
        right: auto;
        bottom: 0;
    }

    .core-values-image-right {
        right: 0;
        left: auto;
        top: 0;
    }

    .core-values-image-left img,
    .core-values-image-right img {
        transform: rotate(32deg);
        transform-origin: center center;
    }

    .core-values-content {
        padding: 30px 20px;
        z-index: 2;
    }

    .core-values-title {
        font-size: 1.5rem;
        font-weight: 300;
        letter-spacing: 1px;
        color: #333;
        margin-bottom: 25px;
    }

    .core-value-item {
        font-size: 1.3rem;
        font-weight: 300;
        color: #333;
        margin: 0 0 22px 0;
    }

    .core-values-image-left img {
        transform: rotate(32deg);
        transform-origin: center center;
        margin-bottom: 170px;
    }

    .core-values-image-right img {
        transform: rotate(32deg);
        transform-origin: center center;
        margin-top: 165px;
    }
}

/* =========================================
   WHO WE ARE SECTION STYLES
   ========================================= */

.who-we-are-section {
    padding: 80px 0;
}

/* Header with Icon + Title + Line */
.who-we-are-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.who-we-are-header-left {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.who-we-are-header-icon {
    width: 50px;
    height: auto;
}

.who-we-are-title {
    font-size: 3rem;
    font-weight: 200;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
}

/* Divider Line extending to the right */
.who-we-are-header-line {
    flex: 1;
    height: 1px;
    background-color: #c0c0c0;
}

/* Two Column Layout */
.who-we-are-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.who-we-are-text {
    flex: 1;
    max-width: 50%;
}

.who-we-are-description {
    font-size: 0.95rem;
    line-height: 1.9;
    margin-bottom: 40px;
}

.who-we-are-btn {
    display: inline-block;
    padding: 16px 40px;
    border: 1px solid;
    background-color: transparent;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.who-we-are-btn:hover {
    background-color: #333;
    color: #fff !important;
    border-color: #333 !important;
    text-decoration: none;
}

.who-we-are-image {
    flex: 1;
    max-width: 50%;
}

.who-we-are-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* RTL Support */
.rtl .who-we-are-content {
    flex-direction: row-reverse;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .who-we-are-section {
        padding: 60px 0;
    }

    .who-we-are-content {
        flex-direction: column;
        gap: 40px;
    }

    .rtl .who-we-are-content {
        flex-direction: column;
    }

    .who-we-are-text,
    .who-we-are-image {
        max-width: 100%;
    }

    .who-we-are-title {
        font-size: 2.2rem;
        font-weight: 200;
        letter-spacing: 2px;
    }

    .who-we-are-description {
        font-size: 0.9rem;
    }

    .who-we-are-btn {
        padding: 16px 38px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .who-we-are-section {
        padding: 50px 0;
    }

    .who-we-are-header {
        margin-bottom: 30px;
    }

    .who-we-are-header-icon {
        width: 25px;
    }

    .who-we-are-title {
        font-size: 1.8rem;
        font-weight: 200;
        letter-spacing: 1px;
    }

    .who-we-are-description {
        font-size: 0.85rem;
        line-height: 1.8;
    }

    .who-we-are-btn {
        padding: 16px 35px;
        font-size: 1rem;
        letter-spacing: 1.5px;
    }
}

/* =========================================
   COLLECTION SLIDER SECTION STYLES
   ========================================= */

.collection-slider-section {
    padding: 80px 0;
    background-color: #f5e6e8;
    position: relative;
}

.collection-slider-title {
    font-size: 2.5rem;
    font-weight: 200;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 20px 0;
    text-align: center;
}

/* Divider with icon */
.collection-slider-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.collection-divider-icon {
    width: 30px;
    height: auto;
    opacity: 0.7;
}

/* Slider Wrapper */
.collection-slider-wrapper {
    position: relative;
    margin-bottom: 50px;
}

/* Slider Container */
.collection-slider {
    margin: 0;
}

/* Slide Column */
.collection-slide-col {
    padding: 0 15px;
}

/* Slide Item - No frame, just image with white background */
.collection-slide-item {
    background-color: #ffffff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.collection-slide-item img {
    max-width: 100%;
    max-height: 380px;
    height: auto;
    object-fit: contain;
}

/* Slick Arrows for Collection Slider */
.collection-slider-section .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.collection-slider-section .slick-arrow:hover {
    opacity: 0.7;
}

.collection-slider-section .slick-arrow span {
    font-size: 2.5rem;
    color: #a67c7c;
}

.collection-slider-section .slick-prev {
    left: -40px;
}

.collection-slider-section .slick-next {
    right: -40px;
}

/* RTL Support */
.rtl .collection-slider-section .slick-prev {
    left: auto;
    right: -40px;
}

.rtl .collection-slider-section .slick-next {
    right: auto;
    left: -40px;
}

/* CTA Button Container */
.collection-slider-cta {
    text-align: center;
    margin-top: 30px;
}

/* CTA Button */
.collection-slider-btn {
    display: inline-block;
    padding: 16px 50px;
    border: 1px solid #0f0f0f;
    background-color: transparent;
    font-size: 1.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    color: #0f0f0f;
    transition: all 0.3s ease;
}

.collection-slider-btn:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .collection-slider-section {
        padding: 60px 0;
    }

    .collection-slider-title {
        font-size: 2.2rem;
        font-weight: 200;
        letter-spacing: 3px;
        color: #a67c7c;
    }

    .collection-slide-item {
        min-height: 350px;
    }

    .collection-slider-section .slick-prev {
        left: -30px;
    }

    .collection-slider-section .slick-next {
        right: -30px;
    }
}

@media (max-width: 768px) {
    .collection-slider-section {
        padding: 50px 0;
    }

    .collection-slider-title {
        font-size: 1.8rem;
        font-weight: 200;
        letter-spacing: 2px;
        color: #a67c7c;
    }

    .collection-slider-wrapper {
        margin-bottom: 40px;
    }

    .collection-slide-item {
        min-height: 300px;
        padding: 15px;
    }

    .collection-slider-section .slick-arrow span {
        font-size: 2rem;
    }

    .collection-slider-btn {
        padding: 14px 35px;
        font-size: 1rem;
        letter-spacing: 2px;
    }
}

@media (max-width: 576px) {
    .collection-slider-section {
        padding: 40px 0;
    }

    .collection-slider-title {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .collection-slide-item {
        min-height: 250px;
    }

    .collection-slider-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

/* =========================================
   MODERN FOOTER STYLES
   ========================================= */

.footer-modern {
    background-color: #000000;
    padding: 40px 0 25px;
}

.footer-main-content {
    padding-bottom: 20px;
}

/* Column Titles */
.footer-column-title {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

/* Links Column */
.footer-links-column {
    margin-bottom: 20px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 10px;
}

.footer-links-list li a {
    font-size: 0.95rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links-list li a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Social Column */
.footer-social-column {
    margin-bottom: 20px;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon-link span {
    font-size: 1rem;
    color: #ffffff;
    transition: color 0.3s ease;
}

.social-icon-link:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
    text-decoration: none;
}

.social-icon-link:hover span {
    color: #000000;
}

/* Footer Bottom Section */
.footer-bottom {
    background-color: #000000;
    padding: 25px 0 20px;
}

/* Footer Payments Section */
/* =========================================
   FOOTER PAYMENTS SECTION - SADAF STYLE
   ========================================= */

.footer-payments-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-payments-label {
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.footer-payments-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.payment-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    height: 28px;
    min-width: 45px;
}

.payment-icon-box img {
    max-height: 18px;
    width: auto;
    object-fit: contain;
}

/* Responsive Payment Section */
@media (max-width: 768px) {
    .footer-payments-section {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
    }

    .footer-payments-label {
        width: auto;
        font-size: 0.7rem;
    }

    .footer-payments-icons {
        gap: 6px;
    }

    .payment-icon-box {
        height: 24px;
        min-width: 40px;
        padding: 3px 6px;
    }

    .payment-icon-box img {
        max-height: 15px;
    }
}

@media (max-width: 480px) {
    .footer-payments-section {
        gap: 10px;
    }

    .payment-icon-box {
        height: 22px;
        min-width: 35px;
        padding: 2px 5px;
    }

    .payment-icon-box img {
        max-height: 14px;
    }
}

/* Logo with Dividers */
.footer-logo-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 15px;
}

.footer-divider-line {
    flex: 1;
    max-width: 250px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.footer-logo {
    flex-shrink: 0;
}

.footer-logo-img {
    max-height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
}

/* Copyright Section */
.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* RTL Support */
.rtl .footer-links-column {
    text-align: right;
}

.rtl .footer-social-icons {
    justify-content: flex-start;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-modern {
        padding: 35px 0 20px;
    }

    .footer-links-column,
    .footer-social-column {
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-social-icons {
        justify-content: center;
    }

    .footer-column-title {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }

    .footer-links-list li a {
        font-size: 0.9rem;
    }

    .footer-logo-divider {
        gap: 15px;
    }

    .footer-divider-line {
        max-width: 80px;
    }

    .footer-logo-img {
        max-height: 35px;
    }

    .rtl .footer-links-column,
    .rtl .footer-social-column {
        text-align: center;
    }

    .rtl .footer-social-icons {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer-modern {
        padding: 30px 0 15px;
    }

    .footer-column-title {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    .footer-links-list li a {
        font-size: 0.85rem;
    }

    .social-icon-link {
        width: 35px;
        height: 35px;
    }

    .social-icon-link i {
        font-size: 0.9rem;
    }

    .footer-copyright p {
        font-size: 0.8rem;
    }
}



/* =========================================
   PRODUCTS BANNER SECTION STYLES
   Stacked Layout: Image on top, Content below
   NO z-index for content - pure flex column
   ========================================= */

/* Main Banner Wrapper - Stacked Layout */
.products-banner-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Image/Video Container - Dynamic height based on content */
.products-banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* Remove fixed height - let content determine height */
}

/* Background containers - now relative for dynamic height */
.products-banner-bg {
    position: relative;
    width: 100%;
}

.products-banner-video {
    position: relative;
    width: 100%;
    /* Aspect ratio for video (16:9) */
    aspect-ratio: 16 / 9;
}

.products-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

.products-banner-iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.products-banner-slider {
    position: relative;
    width: 100%;
}

.products-slider-slide {
    width: 100%;
}

.products-slider-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

/* Overlay - hidden since content is now below image, not on top */
.products-banner-overlay {
    display: none;
}

/* ===========================================
   Content Section - BELOW Image (not on top)
   Elegant styling like Harry Winston reference
   =========================================== */
.products-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px 50px;
    width: 100%;
    background-color: #ffffff;
}

.products-banner-logo {
    margin-bottom: 25px;
}

.products-banner-logo .banner-logo-img {
    width: 50px;
    height: auto;
    filter: none;
}

.products-banner-title {
    font-family: var(--heading-font, 'Avenir Arabic', 'Avenir Next', sans-serif);
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #1a1a1a !important;
    line-height: 1.3;
}

.products-banner-divider {
    display: none;
}

.products-banner-divider .divider-icon {
    width: 30px;
    height: auto;
    filter: none;
}

.products-banner-description {
    font-family: var(--body-font, 'Avenir Arabic', 'Avenir Next', sans-serif);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.7;
    max-width: 400px;
    margin: 0 auto;
    color: #888888 !important;
}

/* Products Banner Slider Arrows */
.products-banner-section .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    padding: 15px;
    z-index: 10;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.products-banner-section .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.4);
}

.products-banner-section .slick-arrow span {
    font-size: 1.5rem;
    color: #fff;
}

.products-banner-section .slick-prev {
    left: 20px;
}

.products-banner-section .slick-next {
    right: 20px;
}

.products-banner-section .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.products-banner-section .slick-dots li button:before {
    color: #fff;
}

/* Products Banner Responsive */
@media (max-width: 992px) {
    .products-banner-title {
        font-size: 2rem;
    }

    .products-banner-content {
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .products-banner-title {
        font-size: 1.8rem;
        letter-spacing: 0.15em;
    }

    .products-banner-description {
        font-size: 1rem;
    }

    .products-banner-content {
        padding: 30px 15px;
    }
}

@media (max-width: 576px) {
    .products-banner-title {
        font-size: 1.5rem;
    }

    .products-banner-description {
        font-size: 0.9rem;
    }

    .products-banner-logo .banner-logo-img {
        width: 45px;
    }

    .products-banner-content {
        padding: 25px 15px;
    }
}



/* =========================================
   PRODUCT CUSTOM BADGE STYLES
   ========================================= */

.product-custom-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #D4AF37;
    color: #ffffff;
    padding: 4px 14px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    z-index: 10;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.rtl .product-custom-badge {
    left: auto;
    right: 10px;
}

/* =========================================
   PRODUCT CARD IMPROVEMENTS
   ========================================= */

.product-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    border-radius: 8px;
    padding: 15px;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.product-item .product-title {
    font-weight: 500;
    color: #333333;
}

.product-item .product-price {
    color: var(--primary-color, #D4AF37);
}

/* Products List Spacing */
.products-list .prod-col {
    margin-bottom: 20px;
}

/* Add to Cart Button Enhancement */
.product-item .btn-primary {
    background-color: var(--primary-color, #D4AF37);
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.product-item .btn-primary:hover {
    background-color: var(--primary-color-dark, #0d0d0d);
    transform: scale(1.02);
    color: #fff;
}

/* Fix Notify Me Button - Keep inside card */
.btn-product-card-out-of-stock {
    width: 100% !important;
    max-width: 100%;
    font-size: 0.75rem;
    padding: 8px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.btn-product-card-out-of-stock img {
    flex-shrink: 0;
}

.btn-product-card-out-of-stock span {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =========================================
   RESPONSIVE - PRODUCTS GRID
   ========================================= */

/* Tablet landscape - 3 per row */
@media (max-width: 1200px) {

    .products-list .prod-col,
    .bundle-offer-products .prod-col {
        width: 33.33%;
    }

    .products-list .prod-col-attr {
        width: 33.33%;
    }
}

/* Tablet - 2 per row */
@media (max-width: 991px) {

    .products-list .prod-col,
    .bundle-offer-products .prod-col {
        width: 50%;
    }

    .products-list .prod-col-attr {
        width: 50%;
    }

    .product-item {
        max-width: 100%;
    }
}

/* Mobile - 2 per row */
@media (max-width: 576px) {

    .products-list .prod-col,
    .bundle-offer-products .prod-col {
        width: 50%;
        padding: 8px;
    }

    .products-list .prod-col-attr {
        width: 50%;
        padding: 8px;
    }

    .product-item {
        padding: 8px;
    }

    .product-custom-badge {
        font-size: 9px;
        padding: 3px 8px;
        top: 5px;
        left: 5px;
    }

    .rtl .product-custom-badge {
        left: auto;
        right: 5px;
    }

    .btn-product-card-out-of-stock {
        font-size: 0.65rem;
        padding: 6px 8px;
    }

    .btn-product-card-out-of-stock span {
        font-size: 0.65rem;
    }
}

/* =========================================
   MODAL BACKDROP Z-INDEX FIX
   ========================================= */
.modal-backdrop {
    z-index: 10 !important;
}

/* =========================================
   COLLECTION SLIDER IMAGE BORDER
   ========================================= */
.collection-slide-item {
    border: 1px solid #bdbdbd;
}

/* =========================================
   RTL / ARABIC LANGUAGE STYLES
   Reduced letter-spacing for Arabic text
   Consistent sizing and weights across all sections
   ========================================= */

/* ---- Hero Products Section RTL ---- */
.rtl .hero-products-title {
    letter-spacing: 1px;
    font-weight: 200;
}

/* ---- What We Do Section RTL ---- */
.rtl .what-we-do-title {
    letter-spacing: 1px;
    font-weight: 200;
}

.rtl .what-we-do-item-title {
    letter-spacing: 1px;
    font-weight: 500;
}

.rtl .what-we-do-item-description {
    font-weight: 300;
}

/* ---- Custom Orders Section RTL ---- */
.rtl .custom-orders-title {
    letter-spacing: 1px;
    font-weight: 200;
}

.rtl .custom-orders-description {
    font-weight: 300;
    font-style: italic;
}

.rtl .custom-orders-btn {
    letter-spacing: 1px;
    font-weight: 400;
}

/* ---- Core Values Section RTL ---- */
.rtl .core-values-title {
    letter-spacing: 1px;
    font-weight: 200;
}

.rtl .core-value-item {
    letter-spacing: 0;
    font-weight: 200;
    font-style: italic;
}

.rtl .core-values-btn {
    letter-spacing: 1px;
    font-weight: 400;
}

/* ---- Who We Are Section RTL ---- */
.rtl .who-we-are-title {
    letter-spacing: 1px;
    font-weight: 200;
}

.rtl .who-we-are-description {
    font-weight: 300;
}

.rtl .who-we-are-btn {
    letter-spacing: 1px;
    font-weight: 400;
}

/* ---- Collection Slider Section RTL ---- */
.rtl .collection-slider-title {
    letter-spacing: 1px;
    font-weight: 200;
}

.rtl .collection-slider-btn {
    letter-spacing: 1px;
    font-weight: 400;
}

/* ---- Products Banner Section RTL ---- */
.rtl .products-banner-title {
    letter-spacing: 0.1em;
    font-weight: 300;
}

.rtl .products-banner-description {
    letter-spacing: 0;
    font-weight: 300;
}

/* ---- Footer RTL ---- */
.rtl .footer-column-title {
    letter-spacing: 1px;
    font-weight: 500;
}

.rtl .footer-links-list li a {
    letter-spacing: 0;
    font-weight: 300;
}

/* =========================================
   RTL RESPONSIVE STYLES
   ========================================= */

/* Tablet - 992px */
@media (max-width: 992px) {
    .rtl .hero-products-title {
        letter-spacing: 1px;
    }

    .rtl .what-we-do-title {
        letter-spacing: 1px;
    }

    .rtl .core-values-title {
        letter-spacing: 1px;
    }

    .rtl .collection-slider-title {
        letter-spacing: 1px;
    }

    .rtl .who-we-are-title {
        letter-spacing: 1px;
    }
}

/* Mobile - 768px */
@media (max-width: 768px) {
    .rtl .hero-products-title {
        letter-spacing: 0;
    }

    .rtl .what-we-do-title {
        letter-spacing: 0;
    }

    .rtl .custom-orders-title {
        letter-spacing: 0;
    }

    .rtl .core-values-title {
        letter-spacing: 0;
    }

    .rtl .who-we-are-title {
        letter-spacing: 0;
    }

    .rtl .collection-slider-title {
        letter-spacing: 0;
    }

    /* RTL Buttons - Same sizing as LTR */
    .rtl .custom-orders-btn,
    .rtl .core-values-btn,
    .rtl .who-we-are-btn,
    .rtl .collection-slider-btn {
        letter-spacing: 0;
    }
}

/* Small Mobile - 576px */
@media (max-width: 576px) {

    .rtl .hero-products-title,
    .rtl .what-we-do-title,
    .rtl .custom-orders-title,
    .rtl .core-values-title,
    .rtl .who-we-are-title,
    .rtl .collection-slider-title,
    .rtl .products-banner-title {
        letter-spacing: 0;
    }

    .rtl .custom-orders-btn,
    .rtl .core-values-btn,
    .rtl .who-we-are-btn,
    .rtl .collection-slider-btn {
        letter-spacing: 0;
    }
}

/* =========================================
   LUXURY PRODUCT CARD HOVER EFFECT
   ========================================= */

/* 3 Cards Per Row Layout - Wider Cards, Minimal Gap */
.products-list .prod-col,
.bundle-offer-products .prod-col {
    width: 33.33%;
    padding: 5px;
}

.products-list .prod-col-attr {
    width: 33.33%;
    padding: 5px;
}

/* Product Item Base Styles */
.product-item {
    position: relative;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: visible;
}

/* Image Container */
.product-item .box-1-1 {
    background-color: transparent;
    border-radius: 8px;
    overflow: hidden;
}

.product-item .box-1-1 img {
    transition: transform 0.4s ease;
}

/* ===== PRODUCT TITLE - HIDDEN BY DEFAULT, VISIBLE ON HOVER ===== */

/* Title - Hidden by default on Desktop/Tablet */
.product-item .product-title {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    font-family: var(--body-font, 'Avenir Arabic', 'Avenir Next', sans-serif);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    transition: opacity 0.3s ease, max-height 0.3s ease, margin-top 0.3s ease;
}

/* Hide Rating, Price, and Add to Cart Button */
.product-item .product-card-rating-wrapper,
.product-item .product-crd-spec,
.product-item>a>div:last-child {
    display: none !important;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

/* Hide Wishlist Icon */
.product-item .add-to-wishlist {
    display: none !important;
}

/* Hide Add to Cart & Notify Me Buttons Completely */
.product-item .btn-primary,
.product-item .btn-product-card-out-of-stock,
.product-item .btn-product-card-select-variant,
.product-item .product-card-add-to-cart,
.product-item>a>div[style*="text-align: center"] {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/* ===== HOVER STATE - Show Title ===== */

/* No Scale - Same Size on Hover */
.product-item:hover {
    z-index: 10;
}

/* Slight Zoom on Image Only */
.product-item:hover .box-1-1 img {
    transform: scale(1.02);
}

/* Show Title on Hover */
.product-item:hover .product-title {
    opacity: 1;
    max-height: 100px;
    margin-top: 15px;
}

/* Keep everything else hidden on hover */
.product-item:hover .product-card-rating-wrapper,
.product-item:hover .product-crd-spec,
.product-item:hover>a>div:last-child,
.product-item:hover .add-to-wishlist {
    display: none !important;
    opacity: 0;
    max-height: 0;
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */

/* Tablet Landscape - 2 per row */
@media (max-width: 1200px) {

    .products-list .prod-col,
    .bundle-offer-products .prod-col {
        width: 50%;
        padding: 10px;
    }
}

/* Tablet Portrait and Mobile - 2 per row */
@media (max-width: 768px) {

    .products-list .prod-col,
    .bundle-offer-products .prod-col {
        width: 50%;
        padding: 8px;
    }

    /* Mobile: Title Always Visible */
    .product-item .product-title {
        opacity: 1 !important;
        max-height: none !important;
        overflow: visible !important;
        margin-top: 12px !important;
        font-size: 0.85rem;
    }
}

/* Small Mobile - Still 2 per row */
@media (max-width: 576px) {

    .products-list .prod-col,
    .bundle-offer-products .prod-col {
        width: 50%;
        padding: 5px;
    }

    .product-item .product-title {
        font-size: 0.8rem;
        margin-top: 10px;
        line-height: 1.4;
    }
}

/* =========================================
   HEADER REDESIGN - SEARCH & TOP BAR
   ========================================= */

/* Top Utility Bar Wrapper - Desktop Only */
/* Uses d-none d-md-block classes in HTML for visibility */

.top-utility-bar-wrapper .account-lang-currency {
    padding: 8px 0;
    font-size: 12px;
}

/* Mobile Sidebar Search */
.sidebar-search-item {
    padding: 12px 15px !important;
    border-bottom: none;
}

.sidebar-search-wrapper {
    width: 100%;
}

.sidebar-search-wrapper .autocomplete {
    position: relative;
}

.sidebar-search-input {
    width: 100%;
    padding: 10px 40px 10px 15px;
    font-size: 14px;
    border: 1px solid rgba(212, 181, 183, 0.3);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.rtl .sidebar-search-input {
    padding: 10px 15px 10px 40px;
}

.sidebar-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-search-input:focus {
    outline: none;
    border-color: rgba(212, 181, 183, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

/* Search Icon */
.sidebar-search-wrapper .autocomplete::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D4B5B7' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.7;
}

.rtl .sidebar-search-wrapper .autocomplete::after {
    right: auto;
    left: 15px;
}

/* Sidebar is now visible on all screen sizes */
/* The hamburger menu button controls visibility via JavaScript */

/* Search Popup autocomplete items styling */
.search-popup-overlay .autocomplete-items {
    position: absolute;
    border: 1px solid #D4B5B7;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
}

.search-popup-overlay .autocomplete-items div {
    background-color: rgba(26, 26, 26, 0.95);
    border-bottom: 1px solid rgba(212, 181, 183, 0.3);
}

.search-popup-overlay .autocomplete-items div:hover {
    background-color: rgba(212, 181, 183, 0.2);
}

.search-popup-overlay .autocomplete-items div a {
    padding: 12px 15px;
    cursor: pointer;
    color: #fff;
    display: block;
    text-decoration: none;
}

/* Mobile sidebar autocomplete */
.sidebar-search-wrapper .autocomplete-items {
    position: absolute;
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
}

.sidebar-search-wrapper .autocomplete-items div {
    background-color: rgba(26, 26, 26, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-search-wrapper .autocomplete-items div a {
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
    display: block;
    text-decoration: none;
}

/* =========================================
   SEARCH RESULTS ENHANCED STYLING
   ========================================= */

/* Search Result Item */
.search-result-item {
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(212, 181, 183, 0.2);
}

.search-result-item a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease;
}

.search-result-item a:hover {
    background-color: rgba(212, 181, 183, 0.1);
}

.search-result-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
    flex-shrink: 0;
}

.rtl .search-result-image,
[dir="rtl"] .search-result-image {
    margin-right: 0;
    margin-left: 15px;
}

.search-result-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.search-result-name {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-price {
    font-size: 13px;
    color: #D4B5B7;
    font-weight: 400;
}

/* Standard autocomplete styling update */
.autocomplete-items .search-result-item {
    background-color: rgba(26, 26, 26, 0.98);
}

.autocomplete-items .search-result-item:hover {
    background-color: rgba(40, 40, 40, 0.98);
}

/* Mobile sidebar search results */
.sidebar-search-wrapper .search-result-image {
    width: 40px;
    height: 40px;
}

.sidebar-search-wrapper .search-result-name {
    font-size: 13px;
}

.sidebar-search-wrapper .search-result-price {
    font-size: 12px;
}

/* =========================================
   FILTER SECTION - MINIMAL STYLE
   Like Harry Winston reference
   ========================================= */

/* Hide the labels above buttons */
.products-filter .filter-result,
.products-filter .filter-order {
    display: none !important;
}

/* Main filter container */
.products-filter {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

/* Filter button - text only style */
.products-filter .btn-filter {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 5px 0 !important;
    font-family: var(--body-font, 'Avenir Arabic', 'Avenir Next', sans-serif);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4a4a6a !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.products-filter .btn-filter:hover {
    color: #1a1a1a !important;
}

/* Hide existing icons */
.products-filter .btn-filter i,
.products-filter .btn-filter .icon-add,
.products-filter .btn-filter .icon-remove,
.products-filter .btn-filter .icon-filter-secondary,
.products-filter .btn-filter .icon-swap_vert {
    display: none !important;
}

/* Add gold arrow after button text - using CSS triangle for cross-platform consistency */
.products-filter .btn-filter::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #C4A052;
    margin-left: 8px;
    vertical-align: middle;
}

/* RTL support */
.rtl .products-filter .btn-filter::after {
    border-width: 5px 7px 5px 0;
    border-color: transparent #C4A052 transparent transparent;
    margin-left: 0;
    margin-right: 8px;
}

/* Hide the product count on mobile */
@media (max-width: 768px) {
    .products-filter {
        padding: 15px 10px;
    }
}

/* =========================================
   CATEGORIES PAGE - MODERN LUXURY DESIGN
   Clean, elegant, matching site theme
   ========================================= */

/* Container - Full width */
.categories-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding: 0 20px;
}

.categories-row>div {
    padding: 0 !important;
}

/* Grid Layout - 4 per row on desktop */
.all-cat-col {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
}

/* Card Wrapper - Clean with subtle shadow */
.card-categories-wrapper {
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 0.4s ease;
}

.card-categories-wrapper:hover {
    transform: translateY(-5px);
}

/* Image Container */
.card-categories {
    border-radius: 0 !important;
    overflow: hidden;
    position: relative;
}

.card-categories .box-1-1 {
    padding-bottom: 100% !important;
    /* Square ratio */
}

.card-categories .box-1-1.ratio21_9 {
    padding-bottom: 100% !important;
    /* Override to square */
}

/* Category Image */
.categories-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.card-categories-wrapper:hover .categories-image {
    transform: scale(1.05);
}

/* Content Section Below Image */
.category-second-card {
    padding: 20px 15px;
    text-align: center;
    background-color: #ffffff;
}

/* Category Name */
.btn-link-categories {
    font-family: var(--body-font, 'Avenir Arabic', 'Avenir Next', sans-serif);
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a1a1a !important;
    text-decoration: none !important;
    padding: 0 !important;
    display: block !important;
    justify-content: center !important;
    transition: color 0.3s ease;
}

.btn-link-categories:hover {
    color: #C4A052 !important;
    background-color: transparent !important;
}

.btn-link-categories span {
    display: block;
    text-align: center;
}

/* Hide Card Header padding */
.card-header-category {
    padding: 0;
    background: transparent;
    border: none;
}

/* Subcategories */
.card-content .card-body {
    padding: 15px 10px !important;
    text-align: center;
}

.categories-title {
    font-size: 0.85rem !important;
    font-weight: 400;
    color: #666666 !important;
    margin: 8px 0 !important;
    text-transform: none;
}

.categories-title a {
    color: #666666 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.categories-title a:hover {
    color: #C4A052 !important;
}

/* Hide sub-subcategories for cleaner look */
.categories-subTitle {
    display: none;
}

/* Placeholder for empty image */
.card-categories .content>div[style*="background-color"] {
    background-color: #f5f5f5 !important;
}

/* ===== CATEGORIES RESPONSIVE ===== */

/* Tablet - 2 per row */
@media (max-width: 992px) {
    .all-cat-col {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .categories-row {
        gap: 20px;
    }
}

/* Mobile - 2 per row */
@media (max-width: 768px) {
    .all-cat-col {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .categories-row {
        gap: 15px;
        padding: 0 10px;
    }

    .category-second-card {
        padding: 15px 10px;
    }

    .btn-link-categories {
        font-size: 0.85rem !important;
    }

    .categories-title {
        font-size: 0.75rem !important;
    }
}

/* Small Mobile - Still 2 per row */
@media (max-width: 480px) {
    .all-cat-col {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }

    .categories-row {
        gap: 12px;
        padding: 0 8px;
    }

    .category-second-card {
        padding: 12px 8px;
    }

    .btn-link-categories {
        font-size: 0.75rem !important;
        letter-spacing: 0.05em;
    }
}

/* =========================================
   SLIDE MENU X CLOSE BUTTON
   Animation: lines rotate from outside to inside
   ========================================= */

/* Container - same position as hamburger */
.slide-menu-x-container {
    padding: 20px 15px;
    display: flex;
    justify-content: flex-start;
}

.rtl .slide-menu-x-container {
    justify-content: flex-end;
}

/* X Button */
.slide-menu-x-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* X Lines */
.x-line {
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #D4B5B7;
    border-radius: 2px;
}

/* Line 1 - rotates from -90deg to 45deg */
.x-line-1 {
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    animation: rotateLine1 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s forwards;
}

/* Line 2 - rotates from 90deg to -45deg */
.x-line-2 {
    transform: rotate(90deg) scale(0);
    opacity: 0;
    animation: rotateLine2 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s forwards;
}

/* Animation Keyframes */
@keyframes rotateLine1 {
    0% {
        transform: rotate(-90deg) scale(0.5);
        opacity: 0;
    }

    50% {
        transform: rotate(0deg) scale(1.2);
        opacity: 1;
    }

    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}

@keyframes rotateLine2 {
    0% {
        transform: rotate(90deg) scale(0.5);
        opacity: 0;
    }

    50% {
        transform: rotate(0deg) scale(1.2);
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) scale(1);
        opacity: 1;
    }
}

/* Hover effect */
.slide-menu-x-btn:hover .x-line {
    background-color: #ffffff;
}

/* =========================================
   DROPDOWN SUBMENU STYLES
   ========================================= */

/* Menu item row - flex container for link and arrow */
.menu-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.menu-item-row .menu-link {
    flex: 1;
}

/* Dropdown toggle button */
.dropdown-toggle-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dropdown arrow - CSS triangle for cross-platform consistency */
.dropdown-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #D4B5B7;
    transition: transform 0.3s ease;
    font-size: 0;
    /* Hide the Unicode character fallback */
}

/* RTL: Arrow points left when closed */
.rtl .dropdown-arrow {
    border-width: 5px 7px 5px 0;
    border-color: transparent #D4B5B7 transparent transparent;
    transform: none;
}

/* Dropdown trigger - styled like regular menu links */
.dropdown-trigger {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px !important;
    font-size: 1.2rem !important;
    color: #ffffff !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

.dropdown-trigger:hover {
    color: #D4B5B7 !important;
}

.dropdown-trigger .dropdown-arrow {
    margin-left: auto;
    padding-left: 10px;
}

.rtl .dropdown-trigger .dropdown-arrow {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 10px;
}

/* Dropdown submenu - hidden by default */
/* Override slide-menu library styles */
.dropdown-submenu {
    position: static !important;
    display: block !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-left: 0 !important;
    background-color: rgba(255, 255, 255, 0.03);
    left: auto !important;
    top: auto !important;
}

.rtl .dropdown-submenu {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Submenu items - inherit main link styling exactly */
.submenu-item {
    border-top: none !important;
}

/* Remove any extra padding - let menu-link handle everything */
.submenu-item .menu-link {
    padding-left: 20px !important;
}

.rtl .submenu-item .menu-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* When dropdown is open - Arrow points down */
.dropdown-open .dropdown-arrow {
    transform: rotate(90deg);
}

.rtl .dropdown-open .dropdown-arrow {
    transform: rotate(90deg);
}

/* =========================================
   SLIDE MENU FULL HEIGHT LAYOUT
   ========================================= */

/* Main sidebar - full height, flex container */
nav#sliding-menu {
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
}

/* Main UL - flex container with space-between */
nav#sliding-menu>ul,
.slide-menu ul {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    flex: 1 !important;
    min-height: 0;
    overflow-y: auto;
}

/* Slider wrapper - full height */
.slide-menu .slide-menu__slider {
    height: 100% !important;
}

/* Top section wrapper - contains all menu items except bottom section */
.slide-menu-top-section {
    display: flex;
    flex-direction: column;
    flex: 1;
    /* Grow to fill available space */
    flex-shrink: 0;
}

/* Menu items - don't shrink */
nav#sliding-menu>ul>.slide-menu-ul-li {
    flex-shrink: 0;
    /* Don't shrink menu items */
}

/* Dropdown submenus should NOT inherit flex properties */
nav#sliding-menu ul ul,
nav#sliding-menu .dropdown-submenu {
    display: block !important;
    height: auto;
    min-height: auto;
}

/* =========================================
   SLIDE MENU BOTTOM SECTION
   ========================================= */

.slide-menu-bottom-section {
    flex-shrink: 0;
    /* Never shrink - always stays at bottom */
    padding-top: 30px;
    /* Clear visual separation from menu links above */
}

/* Bottom Item Row (Login, Language) */
.slide-menu-bottom-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
}

.bottom-item-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bottom-item-icon {
    font-size: 1.3rem;
    color: #D4B5B7;
}

.bottom-item-text {
    color: #ffffff;
    font-size: 1rem;
}

.bottom-item-arrow {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

.lang-dropdown-arrow {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.65rem;
    transition: transform 0.3s ease;
}

/* RTL: Arrow points left when closed */
.rtl .lang-dropdown-arrow {
    transform: rotate(180deg);
}

/* Rotate arrow from right (▶) to down when open */
.lang-open .lang-dropdown-arrow {
    transform: rotate(90deg);
}

.rtl .lang-open .lang-dropdown-arrow {
    transform: rotate(90deg);
}

/* Language Dropdown Menu */
.lang-dropdown-menu {
    display: block !important;
    position: static !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: rgba(255, 255, 255, 0.02);
    list-style: none;
    padding: 0 !important;
    margin: 0;
}

.lang-dropdown-menu li a {
    display: block;
    padding: 12px 45px;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.95rem;
    text-decoration: none;
}

.lang-dropdown-menu li a:hover {
    color: #D4B5B7 !important;
    background-color: rgba(255, 255, 255, 0.03);
}

/* =========================================
   SADAF-STYLE SIDEBAR SECTIONS
   ========================================= */

/* Sidebar Section Base */
.sidebar-section {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Account Section */
.sidebar-account-section {
    display: flex;
    flex-direction: column;
}

.sidebar-account-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 20px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.sidebar-account-item:hover {
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
}

.sidebar-item-icon {
    font-size: 1.3rem;
    color: #D4B5B7;
    width: 24px;
    text-align: center;
}

.sidebar-item-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 400;
}

/* Language Section */
.sidebar-language-section {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.sidebar-language-section:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.sidebar-arrow-icon {
    margin-inline-start: auto;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

/* Social Section */
.sidebar-social-section {
    padding: 25px 20px;
    display: flex;
    justify-content: center;
}

.sidebar-social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.sidebar-social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4B5B7 !important;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.sidebar-social-icon:hover {
    background-color: #D4B5B7;
    color: #1a1a1a !important;
    border-color: #D4B5B7;
    text-decoration: none;
}

/* =========================================
   SIDEBAR BOTTOM SECTION STYLES
   ========================================= */

/* Language Row */
.sidebar-bottom-language-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-bottom-lang-icon {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
}

.sidebar-bottom-lang-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.sidebar-bottom-lang-arrow {
    margin-inline-start: auto;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7rem;
}

/* Social Icons Row */
.sidebar-bottom-social-row {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    padding: 15px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Sidebar-specific social icon styling */
.sidebar-bottom-social-row .social-icon-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
}

.sidebar-bottom-social-row .social-icon-link span {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-bottom-social-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.15rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.sidebar-bottom-social-icon:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

/* Quick Links Row (Horizontal) */
.sidebar-bottom-quick-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-bottom-quick-links a,
.sidebar-bottom-login-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.85rem;
    text-decoration: none;
    cursor: pointer;
}

.sidebar-bottom-quick-links a:hover,
.sidebar-bottom-login-link:hover {
    color: #fff !important;
}

.sidebar-bottom-separator {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
}

/* =========================================
   FOOTER STORE INFO SECTION (VAT + CR)
   ========================================= */

.footer-store-info-section {
    text-align: start;
    padding: 20px 0 25px;
}



.footer-store-info-items {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.store-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.rtl .store-info-item {
    text-align: right;
}

.store-info-icon {
    height: 55px;
    /* Increased size significantly */
    width: auto;
    object-fit: contain;
    max-width: 120px;
}

.store-info-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.rtl .store-info-content {
    align-items: flex-start;
}

.store-info-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    /* Brighter label */
    margin-bottom: 3px;
    font-weight: 500;
}

.store-info-number {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7) !important;
    letter-spacing: 0.5px;
    font-family: inherit;
    /* Keep theme font */
    /* Prevent iOS from auto-linking numbers */
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    pointer-events: none;
}

/* Override iOS Safari auto-linking styles */
.store-info-number a,
.store-info-number a:link,
.store-info-number a:visited,
.store-info-number a:hover,
.store-info-number a:active {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-store-info-items {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .store-info-item {
        width: 100%;
        /* Ensure full width for centering/alignment if needed */
        justify-content: center;
    }

    /* On mobile, maybe keep them aligned to start (left/right) or center? 
       Usually centering looks good for footer items but user wants "label and number under each other next to image".
       So the item itself should probably be centered in the screen, but the internal layout (icon + text) should remain side-by-side.
    */

    .store-info-icon {
        height: 45px;
    }

    .store-info-label {
        font-size: 0.85rem;
    }

    .store-info-number {
        font-size: 0.95rem;
    }
}

/* =========================================
   COLLECTION SLIDER DOTS & ARROWS STYLING
   ========================================= */

/* Hide dots on desktop */
.collection-slider-section .slick-dots {
    display: none !important;
}

/* Force hide dots when disabled in Zid dashboard - high specificity */
.collection-slider-section.hide-slider-dots .slick-dots,
.collection-slider-section.hide-slider-dots .slick-dots li,
.collection-slider-section.hide-slider-dots .slick-dots li button {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Hide arrows when disabled in Zid dashboard */
.collection-slider-section.hide-slider-arrows .slick-arrow {
    display: none !important;
}

/* Arrows styling - simple chevrons like the live site */
.collection-slider-section .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 30px;
    height: 50px;
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    cursor: pointer;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    padding: 0;
}

.collection-slider-section .slick-arrow:hover {
    opacity: 0.7;
    background: transparent !important;
    box-shadow: none;
}

.collection-slider-section .slick-arrow span {
    font-size: 2rem;
    color: #999;
    font-weight: 300;
}

.collection-slider-section .slick-prev {
    left: -35px;
}

.collection-slider-section .slick-next {
    right: -35px;
}

.rtl .collection-slider-section .slick-prev {
    left: auto;
    right: -35px;
}

.rtl .collection-slider-section .slick-next {
    right: auto;
    left: -35px;
}

/* Mobile styles */
@media (max-width: 767px) {

    /* Show dots on mobile (unless hidden via Zid dashboard) */
    .collection-slider-section:not(.hide-slider-dots) .slick-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 20px 0 10px;
        margin: 0;
        list-style: none;
    }

    .collection-slider-section .slick-dots li {
        margin: 0;
        padding: 0;
    }

    .collection-slider-section .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: rgba(180, 140, 145, 0.35);
        font-size: 0;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .collection-slider-section .slick-dots li button:before {
        display: none;
    }

    .collection-slider-section .slick-dots li.slick-active button {
        background-color: #9a7074;
        transform: scale(1.15);
    }

    .collection-slider-section .slick-dots li button:hover {
        background-color: rgba(180, 140, 145, 0.6);
    }

    /* Arrows on mobile - simple style */
    .collection-slider-section:not(.hide-slider-arrows) .slick-arrow {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 25px;
        height: 40px;
        top: 45%;
        /* Slightly higher */
    }

    .collection-slider-section .slick-arrow span {
        font-size: 1.5rem;
    }

    .collection-slider-section .slick-prev {
        left: -10px;
        /* Outside the image */
    }

    .collection-slider-section .slick-next {
        right: -10px;
        /* Outside the image */
    }

    .rtl .collection-slider-section .slick-prev {
        left: auto;
        right: -10px;
    }

    .rtl .collection-slider-section .slick-next {
        right: auto;
        left: -10px;
    }
}

/* =========================================
   SIDEBAR COPYRIGHT SECTION
   ========================================= */

/* Copyright Section */
.slide-menu-copyright {
    padding: 15px 20px 20px;
    text-align: center;
}

.slide-menu-copyright p {
    margin: 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}