/* Add custom CSS styles below */ 
@font-face {
font-family: 'GESSTextMedium';
    src: url('https://raw.githubusercontent.com/abdulrazzaq-designer/fonts/refs/heads/main/PingAR+LT-Regular.otf');
}

@font-face {
    font-family: 'GESSTextMedium';
    src: url('https://raw.githubusercontent.com/abdulrazzaq-designer/fonts/refs/heads/main/PingAR+LT-Bold.otf');
    font-weight:700;
}
 
body, *:not(i) {
font-family: 'GESSTextMedium' !important;
}






.categ-entry img {
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 14px;
}



.product-index .categ-entry .img-outer {
    background-color: #0000;
}










/*      ======      HEADER      ======      */
.top-navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.btn--primary {
    background-color:#000;
    border-color: #000;
    border-width: 1px;
    color: var(--color-reverse-text);
}

.top {
    margin-top: 1rem;
}

.navbar-brand img {
    max-height: 3.5rem;
    width: auto;
    max-width: 170px;
    margin-top: -4px;
}

.header-is-dark #mainnav, .main-nav-container.fixed-header .inner {
    background-color: #0000;
    background-image: 
  url(https://cdn.salla.sa/form-builder/OQrYG9jmFFi3ltfP260ApFw99z3aC8iHWGhchaIh.png), 
  radial-gradient(circle at top center, #322722, #1a0f0a);
    background-size: cover;
    background-position: center;
    border-radius: 0px 0px 20px 20px;
}

.s-user-menu-toggler.opened .s-user-menu-dropdown {
    border-radius: 12px;
}

.store-header, .store-header .inner {
    border-radius: 0px 0px 20px 20px !important;
    /*margin-bottom: 15px;*/
}

#app .s-cart-summary-count, .header-wishlist-count i.icon-heart::after {
    background-color: #e90000;
    background-color: var(--cart-count-bg, #e90000) !important;
    background-color: #e90000 !important;
}

.btn--rounded-gray {
    background-color: var(--signInBtn-bg-color) !important;
    border-radius: 12px;
    color: #fff;
}

.header-signInBtn {
    border-radius: 12px;
}

[dir="rtl"] .header-innerLeft salla-cart-summary {
    margin-right: 0;
}

.s-cart-summary-wrapper .cart-sum-icon {
    transform: scale(1);
}

.header-signInBtn .i-icon-user:before {
    font-size: 24px !important;
    top: -1px;
}

[dir="rtl"] .s-cart-summary-count {
    right: inherit;
    left: -8px;
}

.store-header .px-2 {
    padding-left: 0px;
    padding-right: 10px;
}

.sicon-moon:before, .sicon-right:before, .sicon-search:before, .sicon-user:before, .sicon-shopping:before, .dm-toggler i svg, .sicon-home:before  {
    color: #0000;
    font-size: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

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

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

.dm-toggler i svg {
    background-image: url(https://cdn.salla.sa/form-builder/GtB2SZ4riKUBgTkjqtBjr71OGSVeO6urPjWdAbSs.png);
}

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

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

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

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

.store-header .sicon-shopping:before {
    font-size: 25px;
    top: -1px;
    position: relative;
}

.dm-toggler i.mode-sun svg {
    transform: scale(1.05);
}













/*      ======      BOTTONS      ======      */
.section-is-slider .pagination-is-under .swiper-wrapper {
    padding-bottom: 3px;
}

.banners {
    margin-top: 1rem;
}

salla-slider .swiper-pagination-bullet, .dark salla-slider .swiper-pagination-bullet {
    border: 0px solid rgba(255, 0, 0, 0);
    box-sizing: content-box;
    width: 18px;
    height: 3px;
    border-radius: 20rem;
    background-clip: content-box;
    outline: 0px solid #eac278;
    background-color: #eac278 !important;
    transition: all 0.1s;
}

salla-slider .swiper-pagination-bullet-active, .dark salla-slider .swiper-pagination-bullet-active {
    outline: 1px solid #eac278 ;
    opacity: 1 !important;
    outline-offset: 1.5px;
}

.section-is-slider .pagination-is-under .swiper-pagination-horizontal {
    bottom: 0px;
}

@media (min-width: 1024px) {
salla-slider .swiper-pagination-bullet {
    border: 0px solid rgba(255, 0, 0, 0);
    box-sizing: content-box;
    width: 28px!important;
    height: 6px!important;
    border-radius: 20rem;
    background-clip: content-box;
    outline: 0px solid #eac278;
    background-color: #eac278!important;
    transition: all 0.1s;
}

salla-slider .swiper-pagination-bullet-active, .dark salla-slider .swiper-pagination-bullet-active {
    outline: 1.5px solid #eac278;
    opacity: 1 !important;
    outline-offset: 3px;
}

.section-is-slider .pagination-is-under .swiper-pagination-horizontal {
    bottom: 12px;
}
}














/*      ======      NAV      ======      */
#mobile-menu .menu__bg {
    background-color: #0000;
}

.s-button-primary {
    border-width: 1px;
    border-color: #261b16!important;
    background-color:#261b16!important;
    color: #ffffff;
}


button.btn--rounded-gray.\!bg-transparent.basis-0.block.lg\:hidden {
    background-color: #261b16!important;
    border-radius: 12px;
    color: #fff;
    margin-inline: 20px;
    width: calc(100% - 40px);
}


.store-header .s-user-menu-trigger {
    background-color: transparent;
    padding: 0px;
}

.store-header .s-user-menu-trigger .s-user-menu-avatar-wrap {
    height: 25px;
    padding: 0;
    width: 25px;
    content: "\e906";
    background-image: url(https://cdn.salla.sa/form-builder/mrctZiAvZlxxY1Wn8fTIHdkJRo03kFsrmB0X6b45.png);
    background-size: contain;
}

.store-header .s-user-menu-trigger img {
    opacity: 0;
}











/*      ======      TITLE      ======      */
.s-block-animated-text h3 {
    width: calc(50% + 40px);
    border-radius: 14px;
    height: 34px;
    line-height: 34px;
    margin-inline: auto;
    background-image: url(https://cdn.salla.sa/form-builder/zCSzWdWNtsFrLCJjb5yb6UYbirQXmnx4fTFYzcDC.png), url(https://cdn.salla.sa/form-builder/zCSzWdWNtsFrLCJjb5yb6UYbirQXmnx4fTFYzcDC.png), linear-gradient(45deg, #3dc4b2, #5ee2d1);
    background-size: cover;
    background-image: linear-gradient(#261b16, #261b16), /* لون الخلفية الداخلية */ linear-gradient(to right, #cc963e, #fcd48b, #cc963e);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: 2px solid transparent;
    color: #fcd48b;
}

.s-block-animated-text {
    margin-top: 4rem;
}

.top-sections {
    margin-top: 2rem !important;
}

.s-block__title {
    justify-content: center;
}

.dark .s-block-animated-text .dm-text-main {
    color: #161523 !important;
}

@media (min-width: 1024px) {
.s-block-animated-text h3 {
    height: 40px !important;
    line-height: 37px !important;
}
}














.top-banner {
    margin-top: 1rem;
}

















/*      ======      PR      ======      */
salla-add-product-button button.s-button-element {
    border-radius: 10px;
    background-image: /*url(https://cdn.salla.sa/form-builder/zCSzWdWNtsFrLCJjb5yb6UYbirQXmnx4fTFYzcDC.png), url(https://cdn.salla.sa/form-builder/zCSzWdWNtsFrLCJjb5yb6UYbirQXmnx4fTFYzcDC.png), */ linear-gradient(90deg, #cc973f, #fbd289, #cc973f) !important;
    border: 0;
    padding-block: 6px 2px !important;
    height: 32px !important;
    color: #261b16 !important;
    font-size: 15px !important;
    transition: all linear 150ms;
}

#app.product-card-cover:not(.product-ratio-unset) .product-block__thumb img {
    transition: .4s;
    border-radius: 10px !important;
}

.aaliicon-add-to-cart-outer .s-button-text:before {
    color: #161523 !important;
}

salla-add-product-button button.s-button-element:hover .aaliicon-add-to-cart-outer .s-button-text:before {
    color: #fff;
}

salla-add-product-button button.s-button-element:hover {
    background-image: url(https://cdn.salla.sa/form-builder/OQrYG9jmFFi3ltfP260ApFw99z3aC8iHWGhchaIh.png), linear-gradient(45deg, #1a0f0a, #463937);
    background-size: cover;
    background-position: center;
    color: #fff !important;
}

.s-button-btn:hover {
    opacity: 1;
}
/*
salla-add-product-button button.s-button-element:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 12px;
    border: 6px solid #d39f49;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

salla-add-product-button button.s-button-element:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 12px;
    border: 6px solid #d39f49;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 0.4s !important;
    animation: ring 1.5s infinite;
}*/

@keyframes ring {
  0% {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    opacity: 1;
  }
  100% {
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    opacity: 0;
  }
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: #1e1416;
}


html:not(.dark) #app .lm-bg-sec:not(.self-clr) {
    background-color: #dbd0c0;
}

.s-form-control {
    background-color: #f4f1ec;
    border-radius: 12px;
    border: 0;
}

.s-product-options-wrapper {
    background-color: #dbd0c0;
    border-radius: 16px;
}

.s-button-light-outline {
    background-color: #dbd0c0;
}

a.product-title.px-3 {
    margin-block: 6px 6px;
}

.action-btns-small custom-salla-product-card .showPreviewBtn:not(.preview-btn-down) {
    width: 26px;
    height: 26px;
}

body .showPreviewBtn {
    background-image: linear-gradient(37deg, #cc963e, #fcd48b);
    border-color: #22222230;
    color: #222222;
}

.sold-q-or-remained_wrapper.bg-white.py-2\.5.mb-5.rounded-md.w-full.inline-flex.items-center.text-sm.dm-bg-sec.dm-text-main {
    background-color: rgb(219 208 192);
}

.s-comments-product {
    margin-inline: 15px;
    border-radius: 16px;
}
















.feature-icon img {
    pointer-events: none;
    height: 48px;
}

.s-block--features {
    margin-top: 4rem !important;
    overflow: visible !important;
}

.enhanced-features .feature-icon {
    z-index: 0;
    background-color: #0000!important;
    border-radius: 0px 0px 5px 5px !important;
    top: -1.2rem !important;
    position: relative;
    min-height: 5rem;
}
/*
.s-block--features__item:before {
    content: "";
    height: 50%;
    width: 27px;
    right: 0px;
    position: absolute;
    background: #d9dada;
    clip-path: polygon(100% 0, 100% 20%, 55% 50%, 100% 80%, 100% 100%, 75% 100%, 0% 50%, 75% 0);
    transform: translateY(50%);
    bottom: 50%;
}

.s-block--features__item:after {
    content: "";
    height: 50%;
    width: 27px;
    left: 0px;
    position: absolute;
    background: #d9dada;
    clip-path: polygon(0 0, 25% 0, 100% 50%, 25% 100%, 0 100%, 0 80%, 45% 50%, 0 20%);
    transform: translateY(50%);
    bottom: 50%;
}*/

.dark .s-block--features__item:before {
    background: #171721;
}

@media (min-width: 1024px) {
.s-block--features__item:before {
    content: "";
    height: 63%;
    width: 33px;
}

.enhanced-features .feature-icon {
    height: 80px;
    min-height: 80px;
    margin-bottom: 0px;
}

.s-block--features__item:after {
    content: "";
    height: 63%;
    width: 33px;
}
}

.grid-cols-3 > .s-block--features__item {
    align-items: center;
    padding: 0px 10px 12px 10px;
    border-radius: 16px;
}

.enhanced-features.icons-floating .s-block--features__item {
    padding-top: 4rem;
}

.enhanced-features .grid>.items-center {
    text-align: center;
    background: linear-gradient(0deg, #dbd0c0, #e9e4dd);
}

.s-block--features__item .feature-icon {
    margin-bottom: -5px;
}

.enhanced-features .feature-icon:before {
    display: flex;
    content: "";
    height: 100%;
    top: 0px;
    position: absolute;
    width: 100%;
    clip-path: polygon( 100% 8.132%,100% 91.648%,87.949% 99.78%,63.002% 84.615%,50.106% 92.967%,37.209% 84.615%,12.262% 99.78%,0% 91.648%,0% 8.132%,12.051% 0%,36.998% 15.165%,49.894% 6.813%,62.791% 15.165%,87.949% 0%,100% 8.132% );
    z-index: -1;
    background-image: linear-gradient(37deg, #cc963e, #fcd48b);
}
/*
.enhanced-features .feature-icon:after {
    display: flex;
    content: "";
    height: 19px;
    bottom: -15px;
    position: absolute;
    width: 100%;
    clip-path: polygon( 100% 0%,100% 0%,100% 0%,99.894% 6.914%,99.585% 13.611%,99.082% 20.026%,98.397% 26.095%,97.541% 31.755%,96.524% 36.943%,95.358% 41.594%,94.053% 45.645%,92.62% 49.033%,91.07% 51.693%,63.668% 90.564%,63.668% 90.564%,60.987% 93.965%,58.27% 96.61%,55.525% 98.5%,52.762% 99.633%,49.989% 100.011%,47.217% 99.633%,44.453% 98.5%,41.708% 96.61%,38.991% 93.965%,36.31% 90.564%,8.93% 51.693%,8.93% 51.693%,7.38% 49.033%,5.947% 45.645%,4.642% 41.594%,3.476% 36.943%,2.459% 31.755%,1.603% 26.095%,0.918% 20.026%,0.415% 13.611%,0.106% 6.914%,0% 0%,0% 0%,0% 0%,2.8% -5.672%,10.4% -8.963%,21.6% -10.293%,35.2% -10.083%,50% -8.753%,64.8% -6.722%,78.4% -4.411%,89.6% -2.241%,97.2% -0.63%,100% -0% );
    z-index: -1;
    background: #49cebd;
}*/














/*      ======      BRANDS      ======      */
.mySlider .brand-item img.bg-contain {
    padding: 10px;
    object-fit: contain;
    background: #fff;
    border-radius: 14px;
    box-shadow: #00000069 0px 0px 0px -5px;
    border: #000 solid 2px;
    border-radius: 20px;
}

@media (min-width: 1024px) {
section.s-block.s-block--logos-slider.all.s-block--full-bg.pt-8.sm\:pt-12.pb-8.sm\:pb-20.s-block--live-editor {
    max-width: 1280px;
    margin-inline: auto;
}
.mySlider .brand-item {
    margin: 0 0rem;
    max-width: calc(20% - 0.8rem) !important;
}
}

.special-testimonial {
    background: linear-gradient(0deg, #dbd0c0, #e9e4dd);
}

.mySlider .brand-item {
    max-width: calc(33% - 0.8rem);
    margin: 0 0.4rem;
}
.s-block-special-testimonials .carousel-slider .swiper {
    margin-left: -5px;
    margin-right: 0px;
    display: flex;
    padding-left: 8px !important;
    padding-right: 5px !important;
}
















/*      ======      VISITORS      ======      */
.testimonials-slider {
    border-radius: 14px;
    overflow: hidden;
}

.testimonial {
    border-radius: 14px !important;
}

.s-block--testimonials .s-slider-block__title-nav {
    top: 50% !important;
    max-width: 100% !important;
}

.testimonials-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0px;
    padding-right: 0px;
    margin-inline: -10px;
}

body .testimonials-slider .testimonial {
    background-color: #dbd0c0;
    color: #060606;
}

.testimonials-slider .testimonial {
    overflow: hidden;
}
/*
.testimonials-slider .testimonial:before {
    content: "";
    background-image: url(https://cdn.salla.sa/form-builder/cwe5AHwU0M5WPC4xyy0zG7OKKCZ6ChPJi7YnCCJS.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 150%;
    width: 150%;
    position: absolute;
    right: 50%;
    transform: translate(50%, 50%);
    bottom: 80%;
}*/

.s-block-special-testimonials .carousel-slider .swiper {
    margin-left: -5px;
    margin-right: 0px;
    display: flex;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.rounded-md {
    border-radius: 12px;
}









.k-title {
    font-family: 'nasrt' !important;
}

.know-more-inner {
    position: relative;
}

.know-more-inner:before {
    content: "";
    height: 50%;
    width: 44px;
    right: -3px;
    position: absolute;
    background: #d9dada;
    clip-path: polygon(100% 0, 100% 20%, 55% 50%, 100% 80%, 100% 100%, 75% 100%, 0% 50%, 75% 0);
    transform: translateY(50%);
    bottom: 50%;
}

.know-more-inner:after {
    content: "";
    height: 50%;
    width: 44px;
    left: -3px;
    position: absolute;
    background: #d9dada;
    clip-path: polygon(0 0, 25% 0, 100% 50%, 25% 100%, 0 100%, 0 80%, 45% 50%, 0 20%);
    transform: translateY(50%);
    bottom: 50%;
}

.dark.know-more-inner:before {
    background: #171721;
}

.dark .know-more-inner:after {
    background: #171721;
}

@media (min-width: 1024px) {
.know-more-inner:before {
    content: "";
    height: 70%;
    width: 65px;
    right: 0px;
}

.know-more-inner:after {
    content: "";
    height: 70%;
    width: 65px;
    left: 0px;
}
}













/*      ======      FAQS      ======      */
.faaaqs .gap-4 {
    gap: 14px;
}

.faq-inner:hover .faq-icon, .faq-item input:checked+.faq-inner .faq-icon {
    background-color: var(--color-primary);
    background-image: linear-gradient(13deg, #cc963e, #fcd48b);
    color: var(--color-secondary);
}

.faq-item .faq-inner .faq-icon {
    background-color: #261b16;
    color: var(--bg-color);
    padding: 6px;
}

.faaaqs .pe-8 {
    padding: 6px 16px 6px 6px;
    font-weight: 700;
}

.faqs-section .faq-item {
    border: 0px;
    border-radius: 14px;
    backdrop-filter: blur(0px);
    background: linear-gradient(270deg, #dbd0c0, #e9e4dd);
    border: #dbd0c069 solid 1px;
}

.question.dm-text-main {
    line-height: 24px;
    height: 20px;
    font-size: 13px;
}




















@media (max-width: 767px) {
.store-footer {
    background-color: #edc173;
}
.store-footer {
    padding-bottom: calc(var(--mobile-nav-height) - 0.5rem);
}
}
.footer-social-outer.grid.grid-cols-1.test-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

p.max-w-sm.leading-6.mb-6 {
    font-size: 20px;
    line-height: 33px;
    max-width: 100%;
}

.store-footer {
    position: relative;
    overflow: visible;
    padding-top: 0px;
    margin-top: 10rem;
    border-radius: 0px;
}

.footer-is-dark .store-footer__inner {
    border-radius: 0px;
    padding-bottom: 0;
    background-color: #23232f;
    background-image: url(https://cdn.salla.sa/form-builder/vDDjlF84yBCmwvDs6mo3d2PagvYBQRnQxd718Xd3.png),url(https://cdn.salla.sa/form-builder/rt4mVw0JUbv44Mn1RnlmP5Aqf2hSMCbOKYqGC8t9.png), linear-gradient(180deg, #261b16, #261b16);
    color: #fff;
    border: 0;
    background-repeat: no-repeat;
    background-size: 90%, 90%, 100%;
    background-position: right top, left top, top;
    margin-top: -30px;
}

.store-footer:before {
    display: flex;
    content: "";
    height: 68px;
    top: -96px;
    position: absolute;
    width: 100%;
    clip-path: polygon( 87.949% 0%,63.002% 69.697%,50.106% 31.313%,37.209% 69.697%,12.051% 0%,0% 37.374%,0% 100%,100% 100%,100% 37.374%,87.949% 0% );
    z-index: -1;
    background: #261b16;
}

.rounded {
    border-radius: 10px;
}

.footer-bottom {
    margin-inline: -15px;
    background: #0000;
    position: relative;
    overflow: visible;
    z-index: 0;
    padding-inline: 15px;
    padding-bottom: 55px;
}

.store-footer .social-link {
    background: #00000087;
    border: 0;
    color: #655bd8;
    height: 34px !important;
    width: 34px !important;
    border-radius: 10px !important;
}

.store-footer h3 {
    background-image: /*linear-gradient(#261b16, #261b16), *//* لون الخلفية الداخلية */ linear-gradient(to right, #cc963e, #fcd48b, #cc963e);
    /* background: #c3b08e; */
    color: #261b16;
    text-align: center;
    border-radius: 33px;
    height: 34px;
    font-weight: 700;
    line-height: 32px;
}

.store-footer__inner .grid-cols-3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div.footer_top.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > p:nth-child(3) {
    font-size: 18px;
    margin-bottom: 29px;
    margin-inline: 5px;
    line-height: 33px;
    font-weight: 700;
}

@media only screen and (min-width: 1024px) {
.footer_top {
    order: 1;
    grid-column: span 3 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-is-dark .store-footer__inner {
    border-radius: 0px;
    padding-bottom: 0;
    background-color: #23232f;
    background-image: url(https://cdn.salla.sa/form-builder/vDDjlF84yBCmwvDs6mo3d2PagvYBQRnQxd718Xd3.png),url(https://cdn.salla.sa/form-builder/rt4mVw0JUbv44Mn1RnlmP5Aqf2hSMCbOKYqGC8t9.png), linear-gradient(180deg, #261b16, #261b16);
    color: #fff;
    border: 0;
    background-repeat: no-repeat;
    background-size: 35%, 35%, 100%;
    background-position: right top, left top, top;
}
.footer-bottom:after {
    background: #0000;
}

.footer-links {
    order: 3;
}
.footer-bottom {
    order: 4;
}

.footer-list__item {
    margin-bottom: 10px;
}

.footer-hide-social-title .store-footer .footer-social-item a {
    border-width: 1px;
    height: 38px;
    width: 38px;
    justify-content: center;
}


.footer-tax-wrapper.flex.rtl\:space-x-reverse.space-x-2.items-end.my-2 {
    width: auto !important;
    max-width: 200px;
    margin-inline: auto;
    background: #111117;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 14px;
}

.new-container {
    order: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#app .footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer_top .grid {
    display: grid;
    justify-items: center;
}

.lg\:rtl\:mr-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: auto;
    text-align: center;
}

.footer-bottom .justify-start {
    justify-content: center;
}

.footer-bottom:before {
    display: none;
}

.lg\:rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0;
}


.opacity-75 {
    opacity: 1;
}

span.text-sm.opacity-75.lg\:text-center.px-4.block.my-2 {
    margin-inline: -15px;
    background: #49cebd;
    background-image: linear-gradient(to right, #cc963e, #fcd48b, #cc963e);
    position: relative;
    overflow: visible;
    z-index: 0;
    padding-inline: 15px;
    margin: 0;
    padding-block: 10px;
}




.store-footer__inner {
    border-bottom-width: 0px;
    padding-bottom: 0rem;
}

.border-t-\[0\.5px\] {
    border-top-width: 0px;
}

.footer-bottom {
    margin-inline: 0px;
    background: #0000;
    position: relative;
    overflow: visible;
    z-index: 0;
    margin-top: 0rem;
    border-radius: 50% 50% 0 0 / 40px 40px 0 0;
    padding-inline: 0px;
}

.rtl\:lg\:pl-20:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem;
}

p.max-w-sm.leading-6.mb-6 {
    font-size: 20px;
    line-height: 33px;
    max-width: 100%;
    text-align: center;
}
.m-4 {
    margin: 0rem;
}
}































.icon-instagram, .icon-snapchat, .icon-tiktok, .icon-youtube, .sicon-whatsapp2:before, .wrapper-for-sicon-iphone .icon-contact, .wrapper-for-sicon-paper-plane-o .icon-contact, .wrapper-for-sicon-mail .icon-contact  {
    color: #0000;
    font-size: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    border-radius: 0px;
    width: 24px;
}

.icon-instagram {
    background-image: url(https://cdn.salla.sa/form-builder/BVRNvUebdcuailNVHP90tJzy7YoqEFvcOoV6R9MC.png);
}

.icon-snapchat {
    background-image: url(https://cdn.salla.sa/form-builder/Dcx0bEDFyotAqgS5ieiFP2IP7ZdyJHNCYPedEVUL.png);
}

.icon-tiktok {
    background-image: url(https://cdn.salla.sa/form-builder/OxTjpm8NmR8RcvErk79ekNactvrrJK1EQxtEjqwq.png);
}

.icon-youtube {
    background-image: url(https://cdn.salla.sa/form-builder/VR8nQZ3h1pIdQVPxPcQF9FuCduIiBdjiqJLsApA7.png);
}

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




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

:root {
    --color-primary: #261b16;
    --color-primary: #000;
}

:root {
    --color-primary: #261b16!important;
    --color-text: #261b16!important;
}

html {
    --color-primary: #be4040 !important;
}

/*By Ahmed BY Jahmi.sa*/
.tab-buttons {
	display: inline-flex;
	gap: 10px;
	overflow: hidden;
}

.tab-btn {
	padding: 8px 16px;
	background-color: var(--custom-color1);
	border: none;
	cursor: pointer;
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
	color: var(--dm-text-main);
}
.tab-btn.active-tab {
	background-color: var(--custom-color2);
	color: #fff;
}
.custom-tabs-on .product__description,
.custom-tabs-on salla-comments,
.custom-tabs-on.product-single .form.product-form > *:not(.sticky-product-bar) {
	display: none;
}

.custom-tabs-on .product__description.active-tab,
.custom-tabs-on salla-comments.active-tab,
.custom-tabs-on.product-single .form.product-form.active-tab > *:not(.sticky-product-bar) {
	display: block;
}
.custom-tabs-on .prod-comments-wrapper.active-tab salla-comments {
	display: block;
}

.tab-btn.active-tab {
color:black;
}
/*By Ahmed BY Jahmi.sa*/