<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

a {
    text-decoration: none;
}
hr {
    color: #b9b9b9;
}

body {
    font-family: 'Almarai', sans-serif;
    background-color: var(--light-gray-2);
}

.top-banner {
    background-color: var(--primary-color);
    background-image: url('images/banner-bg.png');
    background-size: contain;
}

.main-nav {
    background-color: var(--primary-color);
}

.hide-scrollbar::-webkit-scrollbar {
    height: 4px;
}

.hide-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.product-card {
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.product-card img {
    transition: transform 0.3s;
    height: 180px;
    object-fit: cover;
}

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

.card-title {
    height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.85rem;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--light-gray-3) !important;
}

.bg-light-gray {
    background-color: var(--light-gray);
}

.bg-light-gray-2 {
    background-color: var(--light-gray-2);
}

.bg-gray-4 {
    background-color: var(--light-gray-4);
}

.bg-green-1 {
    background-color: var(--color-green-1) !important;
}

.bg-green-2 {
    background-color: var(--color-green-2) !important;
}

.text-secondary {
    color: var(--light-gray-3) !important;
}

.text-green-1 {
    color: var(--color-green-1);
}

.text-green-2 {
    color: var(--color-green-2);
}

.text-primary {
    color: var(--primary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.fs7 {
    font-size: 0.87rem;
}

.fs8 {
    font-size: 11px;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #638036;
    border-color: #638036;
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.logo img {
    width: 110px;
}

.custom-input {
    font-size: 0.9rem !important;
}

.cusotom-icon {
    color: var(--color-green-1);
}

.cusotom-icon i {
    color: var(--color-green-1);
}

.cusotom-icon a span {
    background-color: var(--color-green-2);
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.list-images {
    width: fit-content;
}

.list-images img {
    width: 32px;
    height: 32px
}

.header {
    border-bottom: 5px solid var(--color-green-1);
}

.custom-mobile-navbar {
    background-color: var(--color-green-1);
}

.custom-mobile-navbar .cusotom-icon i {
    color: white;
}

.custom-mobile-navbar .cusotom-icon span {
    color: white;
}

.category-list-slider li {
    background-color: #7C9F54;
    border-radius: 8px;
    border: 1px solid #d7d7d72d;
    font-size: 0.8rem;
    font-weight: 600;
    flex: 0 0 auto;
    white-space: nowrap;
}

.category-list-slider li a {
    text-decoration: none;
    color: white !important;
    display: flex;
    align-items: center;
    padding: 3px 10px;
}

.category-list-slider::-webkit-scrollbar {
    display: none;
}

.custom-input::placeholder {
    font-weight: bold;
    color: #333333a5 !important;
    font-size: 1rem !important;
}

.custom-list-images img {
    width: 20px;
    height: 20px;
}

.custom-logo-mobile {
    width: 150px !important;
}

.custom-mobile-header {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom: 5px solid var(--color-green-1);
}

.category-list-aside li {
    font-size: 14px;
    font-weight: 600;
    background-color: var(--color-light);
    cursor: pointer;
    min-height: 30px;
    overflow: visible;
    padding: 6px 3px;
    border-radius: 6px;
    color: var(--color-green-1);
    position: relative;
}

.category-list-aside li a {
    color: var(--color-green-1);
}

.category-list-aside li:hover {
    background-color: var(--light-gray);
}

.info-list li {
    min-height: 44px;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 4px;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 0px 2px #8e8e8e;
}

.info-list li:hover {
    background-color: var(--light-gray);
}

.info-list li.alert-info {
    background-color: #C0392B;
    color: var(--color-light);
}

#heroSlider .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #a7b37c;
    opacity: 1;
    border: none;
}

#heroSlider .carousel-indicators .active {
    background-color: #758a5d;
}

#heroSlider .carousel-inner {
    box-shadow: 0px 0px 2px #8e8e8e;
    border-radius: 6px;
    margin-top: 10px;
}

.custom-card .card-header {
    color: var(--light-gray-3);
    background: var(----light-gray);
    border-bottom: solid 3px var(--light-gray-2);
    padding: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-size: 13px;
    font-weight: 600;
}

.have-product-in-cart {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 52px;
    z-index: 100;
    padding: 6px;
}

.have-product-in-cart &gt; div {
    background-color: var(--color-green-3);
    max-width: 1180px;
    margin: auto;
    padding: 4px 6px 4px 6px;
    height: 40px;
    border-radius: 6px;
    font-size: 17px;
}

.have-product-in-cart &gt; div span {
    color: var(--color-green-2);
}

.have-product-in-cart &gt; div .icon {
    color: var(--light-gray-3);
    transform: rotateY(180deg);
}

.rotate-icon-180 {
    transform: rotateY(180deg);
}

.have-product-in-cart button {
    background-color: var(--color-green-2);
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 5px;
    outline: none;
    border: none;
    height: fit-content;
}

.btn-quantity {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

::placeholder {
    font-size: 0.85rem;
}

.object-fit-cover {
    object-fit: cover;
}

.product-image-container {
    max-height: 600px;
    overflow: hidden;
}

.quantity-selector input {
    max-width: 50px;
}

.quantity-selector {
    align-items: center !important;
    justify-content: space-evenly;
    border-color: var(--color-green-2) !important;
}

.quantity-selector .custom-button {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.favorite-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.boredrRight {
    border-right: solid 8px var(--light-gray-3);
}

.boredrRight-2 {
    border-right: solid 5px var(--color-green-1) !important;
}

.custom-rounded-discount {
    border-radius: 0 6px 0 12px;
}

.images-product::-webkit-scrollbar {
    display: none;
}

.custom-footer {
    max-width: 1180px;
    margin: auto;
    padding: 8px;
    font-size: 18px;
    color: var(--color-light);
    font-weight: 600;
}

.category-scroll-container {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 15px 0;
    width: 110px;
    height: 110px;
    background-color: white;
}

.category-icon-container {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.category-icon {
    max-width: 55px;
    max-height: 55px;
    object-fit: contain;
}

.category-title {
    margin: 0;
    color: var(--color-green-1);
    font-weight: bold;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 transparent;
}

.custom-scrollbar::-webkit-scrollbar {
    height: 5px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}

.product-image-slider {
    position: relative;
}

.main-image-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

#mainProductImage {
    transition: opacity 0.3s ease;
}

.slider-nav-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    opacity: 0.85;
    transition: all 0.3s ease;
}

.slider-nav-btn:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.slider-nav-btn i {
    font-size: 18px;
}

.category-list-aside .has-submenu {
    position: relative;
}

.category-list-aside .submenu-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.category-list-aside .has-submenu.active .submenu-icon {
    transform: rotate(-90deg);
}

.category-list-aside .submenu {
    position: absolute;
    right: 100%;
    top: 0;
    width: 200px;
    background-color: var(--color-light);
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 5px;
    margin: 0 1px;
    border: 1px solid var(--color-green-1);
}

.category-list-aside .submenu-item {
    font-size: 13px;
    padding: 5px;
    transition: background-color 0.2s ease;
    border-radius: 4px;
    background-color: var(--color-light);
}

.category-list-aside .submenu-item:hover {
    background-color: var(--light-gray);
}

.category-list-aside .submenu-item a {
    color: var(--color-green-1);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px;
}

.category-list-aside .submenu-item img {
    width: 24px;
    height: 24px;
}



.offcanvas {
    max-width: 85%;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.btn-close {
    filter: brightness(0) invert(1);
}

.mobile-category-list {
    width: 100%;
}

.mobile-category-list .category-item {
    font-size: 14px;
    font-weight: 600;
    background-color: var(--color-light);
    cursor: pointer;
    width: 100%;
    color: var(--color-green-1);
    border-bottom: 1px solid var(--light-gray-2);
}

.mobile-category-list .category-item:last-child {
    border-bottom: none;
}

.mobile-category-list .has-submenu {
    position: relative;
}

.mobile-category-list .submenu-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.mobile-category-list .has-submenu.active .submenu-icon {
    transform: rotate(180deg);
}

.mobile-category-list .submenu {
    background-color: var(--light-gray);
    overflow: hidden;
    transition: all 0.3s ease;
}

.mobile-category-list .submenu-item {
    font-size: 13px;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.mobile-category-list .submenu-item:last-child {
    border-bottom: none;
}

.mobile-category-list .submenu-item:hover {
    background-color: rgba(0,0,0,0.03);
}

.mobile-category-list .submenu-item a {
    color: var(--color-green-1);
    display: flex;
    padding-right: 10px;
}

.mobile-category-list .submenu-item img {
    width: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    .product-card img {
        height: 150px;
    }
    .product-image-container {
        max-height: 400px;
    }
    .product-image-slider {
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .product-card img {
        height: 120px;
    }
}

.active-color {
    border-color: var(--color-green-2) !important;
    box-shadow: 0 0 5px rgba(35, 158, 87, 0.5);
    transition: all 0.3s ease;
}

.active-size {
    background-color: var(--color-green-1);
    color: white;
    border-color: var(--color-green-1) !important;
    transition: all 0.3s ease;
}

.images-product li div {
    transition: all 0.3s ease;
    border: 2px solid #dee2e6;
}

.size-option {
    transition: all 0.3s ease;
    min-width: 40px;
}

.size-option:hover {
    border-color: var(--color-green-1);
}

.images-product li div:hover {
    border-color: var(--color-green-2);
}
.category-list-aside .submenu-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
    transform: rotate(0);
    margin-right: auto;
    margin-left: unset;

}
</pre></body></html>