/* Salla custom CSS — cleaned and organized.
   Edit the shared colors and radii here to update all matching elements. */
:root {
    --custom-secondary-bg: #ebf0f7;
    --custom-brand-blue: #3569b4;
    --custom-navy: #212b5c;
    --custom-dark-surface: #1b2131;
    --custom-radius-sm: 10px;
    --custom-radius-card: 16px;
    --footer-bg: #0000;
}


.dark .bg-gray-100 {
    background-color: #040330 !important;
}

.dark .nav-header .nav-title {
    background: #090e53;
}

custom-salla-product-card.rounded-lg {
    border-radius: var(--custom-radius-card) !important;
}

p.da-tm.hidden.text-xl.md\:block.ms-1 {
    height: 30px;
    line-height: 39px;
}

#\"offers\" > a > div,
#\"blog\" > a > div {
    background-image: url("https://cdn.salla.sa/form-builder/FIGVnbInq5ZGsxzeDY6tbB9pA0jZtCul7enL1f67.png") !important;
    height: 2.5rem !important;
    width: 2.5rem !important;
}

.mobile-menu .links-menu .footer-list a:hover {
    color: var(--custom-brand-blue) !important;
}

.menu-list .footer-list {
    columns: 1;
    margin-inline: 0;
    color: var(--custom-navy);
}

.lazy__bg.lazy_menu {
    height: 2.5rem;
    width: 2.5rem;
}

.main-menu .contact-links a {
    background: var(--custom-secondary-bg) !important;
    flex-direction: row;
    padding: 5px 10px !important;
    align-items: stretch;
    color: var(--custom-navy);
}

.dark .main-menu .contact-links a {
    background: var(--dark-grey) !important;
    color: #fff;
}

.main-menu .contact-links a:hover {
    background: var(--custom-navy) !important;
    color: #fff;
}

.dark .main-menu .contact-links a:hover {
    background: #fff !important;
    color: var(--custom-navy);
}

.main-menu .contact-links span {
    font-size: 14px;
}

.mobile-menu .offers-link {
    align-items: center;
}

i.sicon-link.me-2,
i.sicon-headphones.me-2 {
    font-size: 24px;
    padding: 6px 8px;
    color: var(--custom-brand-blue);
}

#mobile-menu > ul > li.links.text-sm.font-bold.md\:text-lg > span,
#mobile-menu > ul > li.social.text-sm.md\:text-lg.font-bold > span {
    display: flex;
    align-items: center;
}

.store-header .da-bgm {
    border-radius: 0px 0px 20px 20px;
    position: relative;
    background-image: url(https://cdn.salla.sa/form-builder/CDictBBTQcOiqaI9e00YoEMd7aGWpVjsZ05ZwHlq.png), radial-gradient(circle at 50% -87%, #005cda -79px, #0b0548 75%);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 14px;
}

.navbar-brand {
    align-items: center;
    display: flex;
    margin-bottom: .5rem;
    margin-top: .5rem;
    padding: 0;
}

.navbar-brand img {
    max-width: 100%;
    width: auto;
}

.text-2xl {
    font-size: 1.23rem;
    line-height: 2rem;
}

.sicon-menu {
    color: #231f1e;
}

.dark .sicon-menu {
    color: #fff;
}

.mm-spn.mm-spn--light {
    border-radius: 25px 0 0 25px;
}

.mm-spn li:after {
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    width: 90px;
    height: 30px;
    background: linear-gradient(90deg, #01e6c2 -50%, #ffd55800 100%);
    transition: all .2s linear;
    left: 0;
    border: 0;
    opacity: 1;
    z-index: -1;
}

.mm-spn li:hover:after {
    width: 150px !important;
}

#mobile-menu > ul>li {
    background: #0000;
    border-bottom: #ffffff2b solid 1px;
}

#mobile-menu > ul > li > ul {
    background: #fff;
}

#mobile-menu > ul > li > ul > li {
    background: #fff;
    border-bottom: #0000002b solid 1px;
}

.dark #mobile-menu > ul > li > ul {
    background: var(--dark-bg-main);
}

.dark #mobile-menu > ul > li > ul > li {
    background: var(--dark-bg-main);
    border-bottom: #ffffff2b solid 1px;
}

.s-cart-summary-wrapper .s-cart-summary-content {
    display: none;
}

/* ===== BANNERS ===== */

.s-block--hero-slider .round .swiper,
.s-product-card-content-footer.s-block--hero-slider .round .swiper button {
    border-radius: var(--custom-radius-sm);
}

.banner--fixed img {
    border-radius: var(--custom-radius-sm);
}

.s-block--full-bg:first-of-type {
    margin-top: 14px;
}

.object-contain {
    border-radius: var(--custom-radius-card);
}

/* ===== SECTIONS ===== */

.title {
    margin-top: 10px !important;
}

.rounded-md {
    border-radius: var(--custom-radius-sm);
}

.gap-2 {
    gap: 15px;
}

/* ===== PRODUCT GRIDS ===== */

.s-products-list-wrapper {
    grid-gap: .25rem;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2,minmax(0,1fr));
}

@media (min-width: 768px) {
    .s-products-list-wrapper {
        gap: .5rem;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}

.s-product-card-content-title.font-primary a {
    font-family: "GESSTextMedium" !important;
}

.large-cards .s-products-slider-card.swiper-slide {
    display: flex;
    width: 50%;
}

[dir=rtl] .carousel-slider .swiper,
[dir=rtl] salla-slider[type]:not(.hydrated) .swiper>div>div,
[dir=rtl] salla-slider[type]:not(.hydrated)>div {
    padding-left: 0;
}

/* ===== PRODUCT DETAILS AND CARDS ===== */

.s-product-card-image-contain {
    object-fit: contain;
    aspect-ratio: 0 !important;
    border-radius: 15px;
}

.s-product-card-content salla-add-product-button .s-button-text {
    display: flex;
    gap: .25rem;
    justify-content: center;
    font-size: 14px;
    line-height: 8px;
}

.s-quantity-input-button,
.s-quantity-input-input {
    width: 30px;
}

.tabs-wrapper,
.tabs .tab-trigger.is-active,
.p--features__item,
.details {
    background-color: var(--custom-secondary-bg);
}

.s-add-product-button-main {
    display: flex;
    gap: 10px;
    width: 100%;
}

div.main-content.mob\:container.w-full.md\:w-1\/2.md\:pb-16 > form > section > div > salla-add-product-button > div > salla-mini-checkout-widget > div > span {
    display: none;
}

salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout.hide-scroll.hydrated {
    width: 100%;
}

.s-add-product-button-mini-checkout-content {
    display: flex;
    gap: 10px;
}

.sub-cat-icon {
    background: var(--custom-secondary-bg);
    margin-inline: 10px;
    padding: 3px 10px 6px 10px;
    border-radius: var(--custom-radius-sm);
}

.dark .sub-cat-icon {
    background: #090e53;
}

.filters-trigger,
.prod-filter {
    flex: 0 0 100%;
}

.form-input,
.s-comment-form-input,
.s-login-modal-input,
.s-product-availability-input,
.s-verify-input,
.tel-input,
input,
select,
textarea {
    margin-bottom: 0 !important;
    border: 0;
    border-radius: var(--custom-radius-sm);
    background: var(--custom-secondary-bg);
    padding-bottom: 0;
}

.s-product-card-content {
    gap: 5px;
    padding-top: 10px;
}

.s-product-card-content-footer {
    gap: 8px;
}

.s-product-card-content-title {
    font-size: 16px;
    font-weight: 700 !important;
}

.s-product-card-entry {
    border-radius: var(--custom-radius-sm);
    background-color: var(--custom-secondary-bg);
}

.s-product-card-wishlist-btn {
    background: var(--custom-dark-surface);
    height: 30px;
    width: 30px;
    color: #ffffff;
    position: relative;
    left: 0 !important;
    bottom: 0;
    border-radius: var(--custom-radius-sm) !important;
    opacity: 1;
    font-size: 16px;
}

.dark .s-product-card-wishlist-btn {
    background: var(--custom-brand-blue);
}

.s-product-card-content-sub {
    margin-bottom: 0;
    color: var(--custom-brand-blue);
}

.s-product-card-content-main {
    margin-bottom: 0;
}

.s-product-card-rating {
    align-items: center;
    display: none;
    gap: .25rem;
    justify-content: center;
}

img[src="https://cdn.assets.salla.network/themes/1034648396/1.60.0/images/appstore.png"],
img[src="https://cdn.assets.salla.network/themes/1034648396/1.60.0/images/googleplay.png"] {
    opacity: 0;
}

.s-product-card-content-footer .s-button-outline,
.s-product-card-content-footer .s-button-primary {
    height: 30px;
    border-radius: 30px !important;
    position: relative;
    z-index: 0;
    color: #fff !important;
    border: 0;
}

.dark.s-product-card-content-footer .s-button-outline,
.dark .s-product-card-content-footer .s-button-primary {
    color: #04032b !important;
}

.s-product-card-promotion-title {
    color: #04032b;
    opacity: 1;
}

.dark .s-product-card-content-footer .s-button-primary:before,
.dark .s-product-card-content-footer .s-button-primary:after {
    border: 1px solid #01ddc3;
}

.s-product-card-content .sicon-shopping-bag2 {
    display: none;
}

.product-entry {
    background-color: var(--custom-secondary-bg);
}

.product-entry__title a {
    color: #1d3156;
    font-size: 17px;
    font-weight: 700 !important;
}

.s-button-btn {
    font-size: 17px;
}

/* ===== PAGE TITLES ===== */

.px-4 {
    padding: 14px 14px 0px 14px;
}

.nav-header .nav-title {
    background: var(--custom-secondary-bg);
    padding: 10px 10px 10px 10px;
    border-radius: var(--custom-radius-sm);
}

.bg-gray-100 {
    background-color: #fff !important;
}

/* ===== PRODUCT IMAGES ===== */

.s-product-card-image {
    height: 100%;
    position: relative;
    width: 100%;
    margin: 0;
    border-radius: 8px;
    padding: 6px;
    background: #fff;
}

.dark .s-product-card-image {
    background: #0b1623;
}

.lazy__bg.lazy_img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    aspect-ratio: auto !important;
}

/* ===== ADD TO CART ===== */

.s-product-card-content-footer salla-add-product-button .s-button-outline {
    padding: 0;
    height: 30px;
    line-height: 37px;
    display: flex;
    align-items: center;
    background: var(--custom-brand-blue);
    border-color: var(--custom-brand-blue);
    color: #fff;
}

.dark .s-product-card-content-footer salla-add-product-button .s-button-outline {
    background: #fff;
    border-color: #fff;
    color: #121928 !important;
}

.dark .s-product-card-content-footer salla-add-product-button .s-button-outline:hover {
    background: var(--custom-brand-blue);
    border-color: var(--custom-brand-blue);
    color: #fff !important;
}

.s-product-card-content-footer salla-add-product-button .s-button-outline:hover {
    background: var(--custom-dark-surface);
    border-color: var(--custom-dark-surface);
    opacity: 1;
    color: #fff;
}

.gap-1\.5 {
    gap: 8px;
}

/* ===== WISHLIST ===== */

.product-entry--vertical salla-button.btn--wishlist button {
    background-color: var(--custom-brand-blue) !important;
    border-radius: 8px !important;
    border: initial !important;
    height: 30px !important;
    width: 30px !important;
    color: #1d3156;
}

[dir=rtl] .s-product-card-wishlist-btn {
    padding-left: 0;
    padding-right: 0;
}

.btn--wishlist .text-xl {
    font-size: 15px;
}

.product-entry--vertical salla-button.btn--wishlist button:hover {
    background-color: #1d3156 !important;
    color: #fff;
}

.s-button-text {
    overflow: visible;
}

/* ===== FEATURES ===== */

.feature .flex-center,
.pr-important .flex-center,
.new-pr .flex-center,
.choose-pr .flex-center,
.visitors .flex-center {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.angel-feature .flex-center.h-14.w-14.md\:h-20.md\:w-20 {
    background: #fff;
    margin: 10px;
    border-radius: 12px;
    width: 70px;
}

.dark .angel-feature .flex-center.h-14.w-14.md\:h-20.md\:w-20 {
    background: #050d24;
}

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

.feature,
.qustion {
    padding-inline: 5px;
}

.feature,
.qustion,
.visitors {
    margin-top: 40px;
}

.angel-feature .mt-2 {
    padding-block: 10px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0;
    gap: 2px;
    padding-inline: 10px;
}

.text-center {
    text-align: right;
}

.angel-feature {
    background: var(--custom-secondary-bg);
    border-radius: var(--custom-radius-card);
    overflow: visible;
    display: flex;
    flex-direction: row;
    position: relative;
}

.dark .angel-feature {
    background-color: var(--dark-grey);
}

@media (min-width:1024px) {
    .angel-features .gap-2 {
        gap: 16px !important;
        grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    }
}

.angel-features {
    padding-top: 40px !important;
}

.angel-features .text-4xl {
    font-size: 40px;
    line-height: 2.5rem;
    color: #231f1e;
}

.dark .angel-features .text-4xl {
    font-size: 40px;
    line-height: 2.5rem;
    color: #fff;
}

.dark .angel-features .h-14 {
    background: #0000;
}

.mb-6,
.mb-2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ===== FAQ ===== */

.border-transparent {
    border-color: transparent;
    border-radius: var(--custom-radius-card);
    background: var(--custom-secondary-bg) !important;
    border: 0;
}
label.block.cursor-pointer.p-6.ltr\:mr-16.rtl\:ml-16.text-sm.font-primary.leading-6.transition {
    padding: 10px 16px 10px 10px;
}
.faq-item {
    left: 9px;
    height: 28px;
    width: 28px;
    top: 9px;
}
.s-block--faqs .faqs-list input:checked+div .open-badge {
    background-color: #ffffff73 !important;
}
.dark .faqs-list__item.bg-gray-100.da-bgg.relative.overflow-hidden.rounded-md.border-2.border-transparent {
    background: var(--dark-grey) !important;
}
.rtl\:ml-16:where([dir=rtl],[dir=rtl] *) {
    margin-left: 0rem;
}
.s-block--faqs .faqs-list input:checked+div label {
    color: #ffffff;
    background: linear-gradient(186deg, #005cda -59%, #0b0548 75%) !important;
}
/*
.s-product-card-fixed-btn button {
    margin: 10px;
}

.dark .faqs-list__item {
    background-color: var(--dark-grey) !important;
}

[dir=rtl] .pe-16 {
    font-size: 15px;
    font-weight: 400 !important;
    padding: 5px 18px 5px 5px;
    display: flex;
    justify-content: space-between;
    height: auto;
    font-family: gesstextmedium !important;
    width: auto;
}

.angel_anime .pe-16:before {
    font-size: 18px;
    content: "";
    font-weight: 700 !important;
    height: 20px;
    background: #ffa90d;
    width: 5px;
    border-radius: 6px;
    position: absolute;
    top: 9px;
    right: 6px;
}

.faq-item {
    background-color: #1d3156 !important;
    color: var(--custom-secondary-bg);
    font-size: 14px;
}

.h-8 {
    height: 26px;
}

.w-8 {
    width: 26px;
}



.rounded-full {
    border-radius: var(--custom-radius-sm);
}

/* ===== SECTION HEADINGS ===== */

.divider-container .s-block__title .px-4,
.py-6 {
    padding: 0px 14px 0px 14px;
}

.whitespace-nowrap {
    white-space: normal;
}

.s-block__title p {
    display: block;
}

.divider-container .s-block__title {
    background: linear-gradient(45deg, black, transparent);
    background-image: /*url(https://cdn.salla.sa/form-builder/CDictBBTQcOiqaI9e00YoEMd7aGWpVjsZ05ZwHlq.png), */linear-gradient(186deg, #005cda -59%, #0b0548 75%);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 30px;
    width: calc(50% + 40px);
    position: relative;
    left: -50%;
    transform: translateX(50%);
    color: #fff;
    height: 32px;
    overflow: hidden;
    line-height: 9px;
    padding-bottom: 4px;
}

.s-block__title h2 {
    font-weight: 700 !important;
}

.divider-wrapper .da-cp,
.dark .divider-wrapper .da-cp {
    color: #fff !important;
    line-height: 33px;
    height: 32px;
    font-weight: 700 !important;
    font-size: 16px;
}

.dark .da-cp {
    color: #fff !important;
}

.s-block--faqs .faqs-list input:checked+div label {
    color: #ffffff;
    background: var(--custom-brand-blue);
}

/* ===== HORIZONTAL LAYOUTS ===== */

.fffff .flex-center,
.seid .flex-center,
.link .flex-center {
    align-items: center;
    display: flex;
    flex-direction: row;
}

/* ===== SECTION SPACING ===== */

.s-block--faqs,
.s-angel--divider,
.link {
    margin-top: 40px;
}

/* ===== TESTIMONIALS ===== */

.s-block--testimonials .container {
    padding-left: 18px;
    padding-right: 18px;
}

[dir=rtl] .end-4 {
    left: 1rem;
}

.rounded-lg {
    border-radius: var(--custom-radius-card);
}

.s-block--testimonials .da-bgg {
    background-color: var(--custom-secondary-bg) !important;
}

.dark .s-block--testimonials .da-bgg {
    background-color: var(--dark-grey) !important;
}

.s-block--testimonials .swiper-wrapper {
    padding-bottom: 30px;
}

.testimonial__avatar.overflow-hidden.h-24.w-24.flex.z-1.rounded-full.transition-shadow.duration-500.hover\:shadow-default {
    width: 6rem;
    margin-bottom: 3px;
    top: -12px;
    position: relative;
}

/* ===== FOOTER ===== */

.store-footer .footer-container .logo-footer .foo {
    margin-bottom: .5rem;
    max-height: 100px;
    max-width: 100%;
    width: auto;
    display: none;
}

.store-footer .footer-container {
    padding-top: 10px;
    gap: 32px;
}

.store-footer__inner .container:before {
    background-position: bottom;
    display: flex;
    content: "";
    height: 50px;
    margin-block: 28px 20px;
    width: 100%;
    background-image: url(https://cdn.salla.sa/form-builder/zgSKmFzdG5REK1a19UgtFjGoCkKoR0xK8eSw8XJJ.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.store-footer .footer-container .logo-footer {
    justify-content: center;
    display: none;
}

@media (min-width: 768px) {
    .da-brdr {
        border-color: var(--dark-grey) !important;
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .store-footer__inner .container:before {
        height: 60px;
    }

    .footer-middle {
        padding-inline: inherit;
        max-width: 1280px;
        margin-inline: auto;
    }

    [dir=rtl] .md\:text-start {
        text-align: right;
        display: none;
    }

    .social-links .social-links {
        width: 61%;
        display: flex;
        flex-direction: row;
    }

    .footer-top {
        border-color: var(--dark-grey) !important;
        display: grid;
        grid-template-columns: repeat(1,minmax(0,1fr));
    }

    .footer-middle .contact-links {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 33rem;
    }

    [dir=rtl] .footer-middle h3 {
        text-align: center;
    }

    .store-footer__inner .container {
        max-width: none;
    }

    .md\:max-w-xs {
        max-width: none;
        display: grid;
        grid-column: span 1/span 3;
        order: 2;
    }

    #app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div.footer-middle.footer-container.flex.align-center.flex-col.md\:flex-row.da-brdr.md\:gap-4 > div:nth-child(2) {
        order: 2;
    }

    #app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div.footer-middle.footer-container.flex.align-center.flex-col.md\:flex-row.da-brdr.md\:gap-4 > div.flex.flex-col.gap-4.shrink-0 {
        display: none;
    }

    .social-links {
        width: calc(33.33333% - 86px) !important;
        display: flex;
        flex-direction: column;
    }

    .footer-bottom {
        padding-inline: 130px;
    }
}

.store-footer__inner.da-bgm {
    background-color: #0000 !important;
}

.bubble-show {
    cursor: pointer;
    position: relative;
    background: #212b5c52;
    width: 40px;
    color: #fff;
    height: 40px;
    border-radius: var(--custom-radius-sm);
    display: flex;
}

.dark .bubble-show {
    background: #ffffff38;
}

.contact-links a {
    font-size: 20px;
    background-color: #212b5c52;
    border-radius: var(--custom-radius-sm);
    min-width: 0.5rem;
    padding: 8px;
    color: #fff;
}

.dark .footer-middle .contact-links a {
    background-color: #ffffff33 !important;
}

.footer-middle .contact-links a:hover,
.dark .footer-middle .contact-links a:hover {
    transform: scale(1.08);
    box-shadow: inset #02cdb4 0px 0px 0px 1px;
}

.social-links .icon {
    margin: auto !important;
    width: 36px !important;
    font-size: 20px;
}

.max-w-sm {
    max-width: 38rem;
    color: #fff;
    font-size: 18px;
    font-weight: 700 !important;
    padding-top: 12px;
}

.store-footer .store-links-items {
    column-count: 2;
    margin-inline: 30px;
    color: #fff;
}

.social-links {
    width: 100%;
}

.store-footer h3,
.footer-title {
    background: #ffffff3d;
    border: #ffffff24 solid 1px;
    color: #ffffff !important;
    border-radius: var(--custom-radius-card);
    height: 32px;
    line-height: 29px !important;
    font-weight: 700 !important;
    width: calc(100% - 50px);
    transform: translateX(50%);
    right: 50%;
    position: relative;
}

.unicode {
    unicode-bidi: plaintext;
    display: none;
}

.s-social-link a,
.s-contacts-item {
    border-radius: 14px;
    background: #ffffff17 !important;
    height: 40px;
    width: 40px;
}

.store-footer__inner .container {
    padding-left: 0;
    padding-right: 0;
}

.footer-social {
    align-items: center;
    margin-bottom: 0;
}

.s-contacts-item {
    padding: 4px;
}

.store-footer {
    margin-top: 60px;
    position: relative;
    background: var(--custom-dark-surface);
    background-image: url(https://cdn.salla.sa/form-builder/CDictBBTQcOiqaI9e00YoEMd7aGWpVjsZ05ZwHlq.png), radial-gradient(circle at 50% -87%, #005cda 0px, #0b0548 74%);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 40px 40px 0px 0px;
}

@media (min-width: 768px) {
    .store-footer {
        background-image: url(https://cdn.salla.sa/form-builder/CDictBBTQcOiqaI9e00YoEMd7aGWpVjsZ05ZwHlq.png), radial-gradient(circle at 50% -104%, #005cda 0px, #0b0548 62%);
        background-size: 40%, 100% !important;
        background-position: right !important;
    }

    .footer-middle {
        background-size: cover !important;
    }
}

.footer-list {
    columns: 2;
    margin-inline: 25px;
    color: #fff;
}

.store-footer .footer-container .footer-list a {
    margin-bottom: .75rem;
    text-align: right;
}

.dark .store-footer .da-bgm {
    background-color: #0000 !important;
}

.footer-top {
    order: 2;
    background-color: #0000;
    border-radius: 0px 0px 25px 25px;
    position: relative;
    z-index: 0;
    border: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dark .footer-top:after {
    background-color: #22133e;
    border-bottom: #100b1e solid 7px;
}

p.footer-description {
    font-size: 20px;
    line-height: 31px;
    max-width: 100%;
}

.footer-bottom {
    order: 3;
    background: var(--dark-bg-main);
    padding-top: 10px;
    border-radius: 20px 20px 0px 0px;
    border-top: #ffffff00 solid 7px;
    z-index: 1;
}

.opacity-75 {
    opacity: 1;
}

.footer-apps .gap-2 .leading-none:nth-child(2) {
    color: #000;
}
.footer-profile blockquote, .footer-profile p {
    color: var(--custom-dark-surface);
}
.text-gray-400 {
    color: var(--custom-brand-blue);
    font-size: 16px;
    font-weight: 700 !important;
}

.title-wrapper  .text-gray-400 {
    color: #51279a;
    font-size: 14px;
    font-weight: 100 !important;
}

.details.total {
    background-color: #ffff;
}
/*
.sicon-whatsapp2:before,
.sicon-iphone:before,
.sicon-phone:before,
.sicon-tiktok:before,
.sicon-mail:before {
    background-size: contain;
    font-size: 24px;
    color: #0000;
    background-repeat: no-repeat;
}

.sicon-whatsapp2:before {
    background-image: url(https://cdn.salla.sa/form-builder/FtiawswYgRDLspHDRyHouJZTvHd5NbAVMOO5aPLw.png);
}

.sicon-iphone:before {
    background-image: url(https://cdn.salla.sa/form-builder/lSrKJw0Ym5DD8v3IA1V5TZ7T5GcrxWiEJJs56PCZ.png);
}

.sicon-mail:before {
    background-image: url(https://cdn.salla.sa/form-builder/c2sF1WTR9a5jp3trrKcvSpm8m3DITanqhwXxP1SI.png);
}

.sicon-phone:before {
    background-image: url(https://cdn.salla.sa/form-builder/I9dp2ka2KXPJGTEBrAK7E6HPcL9GctcI3y4zB8DS.png);
}

.sicon-tiktok:before {
    background-image: url(https://cdn.salla.sa/form-builder/9J7xT1rwAszfgJSz1BbOCW7P0DoIE2kT5K8et27g.png);
}*/

.container {
    padding-left: 24px;
    padding-right: 24px;
}

body .s-design-before {
    display: none;
}