/* Add custom CSS styles below */ 
/* Add custom CSS styles below */

html {
  touch-action: none; /* تعطيل التفاعل التعميمي على الأجهزة اللمسية */
}

body {
  zoom: 100% !important; /* منع التكبير والتصغير */
}

@media (max-width: 100vw) {
  body {
    overflow-x: hidden; /* منع السحب الأفقي عندما يكون عرض النافذة أصغر من عرض الصفحة */
  }
}



/*      ======      SCROLLBAR      ======      */
body {
  --sb-track-color: #172350;
  --sb-thumb-color: #ff884f;
  --sb-size: 6px;

  scrollbar-color: var(--sb-thumb-color) 
                   var(--sb-track-color);
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 25px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 25px;
}









@font-face {
    font-family: 'GESSTextMedium';
    src: url('https://alfont.com/wp-content/fonts/naskh-arabic-fonts//alfont_com_Madani-Arabic-Regular-1.ttf');
}

body, *:not(i) {
font-family: 'GESSTextMedium' !important;
}





.sicon-user:before {
    content: "\f078";
}








/*   ==========   BG   ==========   */
.dark .dark\:bg-dark {
    background-color: #0d1121!important;
}

.dark .dark\:bg-dark {
    background-image: url(https://cdn.salla.sa/form-builder/cJ5jiJiDxhDdoCJkSesZ5CYmP1zmA8J38gXUtWrT.png)!important;
}

.bg-\[100\%_auto\] {
    background-size: 119%;
}

.bg-top {
    background-position: top;
}









.product-entry--vertical .product-entry__image:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 100%;
}

.product-entry--vertical .product-entry__image {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
    height: 0px;
}

.product-index .cat-col {
    background-color: transparent!important;
    display: flex;
    position: relative;
}

@media (min-width: 768px){
.md\:w-1\/4 {
    width: 100%;
}

.product-index .cat-col {
    padding-bottom: 0rem;
}

.md\:w-\[calc\(75\%-32px\)\] {
    width: calc(100% - 0px);
}
}
/*
.product-index .cat-col .product-entry__content {
    padding-top: 0;
    padding-bottom: 0;
}*/









/*   ==========   TOP   ==========   */
@media (max-width: 410px){
.topnav-link-item .icon {
    display: block;
}
}

body .unicode {
    display: none;
}

.topnav-link-item {
    color: #fff;
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    transition: all 100ms linear;
}

.icon {
    color:#fff;
}

[dir=rtl] .rtl\:ml-2 {
    margin-left: 0;
}

.topnav-link-item:hover, .header-btn:hover {
    opacity: 1;
    color: #ff884f;
}

.main-menu li>a:hover {
    color: #ff884f;
}

.mobile-menu .main-menu li>a {
    color: #1a2142;
}

.dark .mobile-menu .main-menu li>a {
    color: #fff;
}

.dark .mobile-menu .main-menu li>a:hover {
        background-color: #1a2142;
    color: #ff884f;
}

.mobile-menu .main-menu li>a:hover {
    background-color: #20174712;
    color: #ff884f;
}

.main-menu li.root-level > a:hover ,
.main-menu li.root-level > a:active{
    background-color: #20174712;
    color: #ff884f;
}

[dir=rtl] .rtl\:mr-1 {
    margin-right: .25rem;
    height: 30px;
    line-height: 28px;
}

.w-\[16px\] {
    width: 20px;
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px;
    transform: translateY(3px);
}

.mobile-menu{
    color:#fff;
}

.main-menu {
    padding-top: 0rem;
}

.main-menu li.root-level > a {
    padding-top: 0px;
    padding-bottom: 1rem;
    font-weight: 100;
}














/*   ==========   HEADER   ==========   */
/*.navbar-brand img {
    max-width: 125px;
    content: url(https://media.giphy.com/media/1O5JkX8oBZMQHxiutv/giphy.gif)!important;
}
/*
@media (min-width: 1024px){
#mobile-menu li>a {
    padding: 6px 10px !important;
    border-bottom: #dbd3eb solid 0px !important;
}*/

.main-nav-container.fixed-header .inner {
    background-color: #172350!important;
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: auto;
    margin-bottom: 55px;
    border-radius: 0px 0px 12px 12px !important;
}

.inner .bg-inherit {
    background-color: inherit;
    color: #000;
    margin-top: 3px;
}

.theme-mode-btn svg {
    stroke: #ffffff;
}

[dir=rtl] .rtl\:mr-4 {
    margin-right: 12px;
}

.header-btn {
    color: #fff;
}

.sicon-menu{
    background-color: #0000 !important;
}

.s-cart-summary-count {
    left: -8px!important;
    right: auto!important;
    color:#172350;
    background: #ff884f;
    border-radius: 6px;
    padding: 1px 0px 1px 0px;
    height: 16px;
    align-items: flex-start;
}

/*.sicon-menu:before {
    content: "\ed7f";
    display: flex;
    color: #fff;
    height: 2.5rem;
    width: 28px;
    background-color: #201747;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}*/

.header-btn__icon {
    display: flex;
    height: 2.5rem;
    width: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border-width: 0px;
    color: #fff;
    background-color: #0000;
    font-size: 23px;
    transition: all 200ms linear;
}

.main-nav-container {
    background-color: #172350!important;
    /*background-image: url(https://cdn.salla.sa/form-builder/K6qX45xXjFfL3Jp8BPC0AhePkVntIVKG25g3gifx.png) , url(https://cdn.salla.sa/form-builder/pAYKb7NVp2eSsOAjcxm3rsAJj9uONDpvLtE8Ivo9.png) , url(https://cdn.salla.sa/form-builder/pAYKb7NVp2eSsOAjcxm3rsAJj9uONDpvLtE8Ivo9.png);
    background-size: cover, cover , cover;
    background-repeat: no-repeat;
    background-position: center;*/
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: auto;
    margin-bottom: 55px;
    border-radius: 0px 0px 12px 12px !important;
}

.top-navbar {
    border-bottom-width: 0px;
    border-color: #f8f8f8;
    background-color: #161d39;
}

[dir=rtl] .header-btn__icon.icon {
    margin-left: 0px;
}

.s-cart-summary-total{
    display:none;
}







/* === star === */
@media (min-width: 1024px){
:is([dir=rtl] .store-header a[href*=loyalty]):before, :is([dir=rtl] .store-header a[href*=loyalty]):after {
    left: -10px;
    position: absolute;
    display: flex;
}
}





/* === photo log in === */
.s-user-menu-trigger-avatar {
    border-radius: 10px;
    height: 34px;
    width: 34px;
}

.s-user-menu-trigger *:before {
    content: "";
    position: absolute;
    background: #201747;
    background-image: url(https://cdn.salla.sa/form-builder/MGNGiOk6HMHcTgXq7vPaB5rLUDSZ2h40xCwkIDJx.png);
    background-size: contain;
    height: 34px;
    width: 34px;
    top: 0;
}

.s-user-menu-trigger:hover{
    transform: scale(1.1);
}

.s-user-menu-trigger {
    transition: all 200ms linear;
    padding: 0!important;
}












/*   ==========   NAV   ==========   *//*
@media (max-width: 410px){
#mobile-menu li>a {
    border-bottom: #dbd3eb solid 1px !important;
    --curve-size: 14px;
    clip-path: polygon(0% var(--curve-size), var(--curve-size) 0, calc(100% - var(--curve-size)) 0%, calc(100% - var(--curve-size)) 0% , 100% var(--curve-size) , 100% calc(100% - var(--curve-size)),  calc(100% - var(--curve-size)) 100%, calc(0% + var(--curve-size)) 100% , 0% calc(100% - var(--curve-size)));
}
}*/


/*
#mobile-menu li>a:hover {
    color: #ff884f!important;
}*/

@media only screen and (min-width: 1025px){
.main-menu li.root-level > a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 100;
    color:#fff!important;
}

.main-menu li.root-level > a:hover {
    color:#ff884f!important;
}
}

.main-menu li.root-level > a {
    font-weight: 100;
    color: #1a2142 ;
}

.main-menu li.root-level > a:hover {
    background-color: #20174712;
}


#mobile-menu .navbar-brand:after ,.mobile-lang-scopes-area:before{
    display: none;
}

.mobile-lang-scopes-area button {
    background-color: #20174712;
    color: #1a2142 ;
    border-radius: 10px;
}

#mobile-menu .navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #1a2142;
}















/*   ==========   SEARCH   ==========   */
.main-nav-container .header-search {
    position: absolute;
    top: 1rem;
    right: 16px;
    bottom: -45px;
    left: 16px;
    top: auto;
    z-index: 1;
    max-width: 1250px;
    margin-inline: auto;
}

.main-nav-container .s-search-input {
    height: 36px !important;
    border: 0;
    border-radius: 10px;
    background-color: #20174712;
}












.cards-slider .s-slider-container {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 115px;
    padding-right: 115px;
}

.min-h-\[370px\] {
    min-height: 290px;
}

.text-3xl {
    font-size: 25px;
    line-height: 1.4rem;
}

.gap-6 {
    gap: 12px;
}

.pb-16 {
    padding-bottom: 3rem;
}

.pt-10 {
    padding-top: 1rem;
}
.pb-5 {
    padding-bottom: 0.25rem;
}

.cards-slider .s-button-primary {
    border-width: 0px;
    background-color: #ff884f;
    font-weight: 100;
    color: #1a2142;
    padding: 0px 10px !important;
}
















/*   ==========   BANNERS   ==========   *//*
.h-full {
    height: 200px;
}
*/
body > div > section:nth-of-type(1) {
    margin-top: 0px;
}

.s-search-inline {
    min-width: 160px;
}

.min-w-\[320px\] {
    min-width: 160px;
}
/*
@media (min-width: 1024px){
.h-full {
    height: 440px;
}
}*/

.\!px-0 {
    padding-left: 16px!important;
    padding-right: 16px!important;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

@media (min-width: 1024px){
.main-nav-container.fixed-pinned .header-search {
    display: block;
    position: relative;
    right: 1rem;
    bottom: 0;
    left: 1rem;
    top: auto;
    z-index: 1;
    max-width: 1260px;
    margin-inline: auto;
}

.main-nav-container.fixed-pinned .header-search .s-search-input {
    height: 2.5rem!important;
    background: #ffffff30;
    border: #ffffff30 solid 1px;
}

.main-nav-container.fixed-pinned .main-menu>li>a {
    padding-bottom: 5px;
    font-size: 12px;
}

.main-nav-container.fixed-pinned .main-menu {
    padding-top: 0px;
}
}
.banner--fixed img {
    border-radius: 10px;


}









/*   ==========   LOG IN   ==========   */
.s-login-modal-link {
    color: #1a2142;
    font-weight: 100;
}

.profile-header {
    height: auto;
}

@media (min-width: 1024px){
.lg\:sticky {
    position: relative;
    background: #20174712;
    border: 0;
}

.lg\:-mt-28 {
    margin-top: -3rem;
}
}

input[type=text], input[type=email], textarea, select, option, .s-comment-form-input, .s-form-control {
    background-color: #20174712!important;
}

.s-user-settings-section{
background-color: #20174712!important;
}

input[type=email] , input[type=email]:focus{
    border-color: #1a2142;
}

.s-user-menu-dropdown .s-user-menu-dropdown-item a svg {
    fill: #1a2142 ;
}

.main-nav-container .s-user-menu-dropdown-item a {
    transition: all 300ms cubic-bezier(.4,0,.2,1);
}

salla-user-menu .s-user-menu-dropdown-item a:hover {
    background-color: #0000!important;
    transform: translateX(-10px);
    color: #ffc000 !important;
}

.s-user-menu-dropdown-header-content p {
    font-weight: 100;
}

.s-user-menu-dropdown .s-user-menu-dropdown-item a{
    color:#1a2142 ;
}

.rounded-icon {
    border-radius: 10px;
    background: #1a2142;
}

.profile-header .breadcrumbs a ,.profile-header .breadcrumbs span{
    color: #201747 !important;
}













/*   ==========   INNER INNER PR   ==========   */
.promotion-title {
    top: 8px;
    right: 8px !important;
    border-radius: 8px !important;
    background-color: #ff884f;
    color: #1a2142 ;
}

:is([dir=rtl] .rtl\:space-x-reverse)>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 1;
    background: #0000;
}

.dark #app .s-products-list-placeholder span {
    --tw-bg-opacity: 1;
    background-color: #1a2142;
}

.p-5 {
    padding: 1.25rem;
    background: #20174712;
    border-radius: 10px;
    margin-block: 10px;
}

#app .s-quantity-input-container {
    border-radius: 10px;
    border-color: #1a2142 ;
    height: 38px;
}

.border {
    border-width: 0px;
}

.s-gifting-widget .s-list-tile-item {
    border-radius: 10px;
}











/*   ==========   FREE PR   ==========   */
.h-40 {
    height: auto;
}

.loyalty__banner-content .info p {
    max-width: 40rem;
    color: #201747;
}

.loyalty__banner-content .info h1 {
    font-weight: 100;
    -webkit-text-stroke: 0.3px;
    color: #201747;
}
/*
.loyalty .breadcrumbs {
    padding-top: 0rem;
    background: #20174712;
    border-radius: 10px;
}*/

.loyalty .breadcrumbs a, .loyalty .breadcrumbs span, .loyalty .breadcrumbs .arrow {
    color: rgb(32 23 71);
    text-shadow: 1px 1px 0 rgb(0 0 0 / 0%);
    text-shadow: 1px 1px 0 rgb(0 0 0 / 0%);
}

.loyalty__banner {
    border-radius: 10px;
}

@media (min-width: 1024px){
.loyalty .breadcrumbs ol {
    justify-content: center;
}
}

salla-slider .s-slider-nav-arrow {
    height: 32px;
    width: 45px;
    border-radius: 10px;
}

[dir=rtl] .s-block__title-nav, [dir=rtl] .s-slider-block__title-nav {
    margin-right: 10px;
}

.leading-6 {
    line-height: 1.5rem;
    text-align: center;
}










/*   ==========   PR   ==========   *//*
.product-index .cat-col {
    display: none;
}*/

.product-index .page-title-bar .flex {
    display: flex;
    justify-content: flex-end;
}

.product-index .page-title-bar {
    background-color: #0000;
    border:0;
}

@media (min-width: 1024px){
.product-index .page-title-bar h1 {
    font-size: 15px;
    line-height: 28px;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: 622px;
}

.product-index .s-products-list-wrapper {
    grid-template-columns: repeat(4,minmax(0,1fr))!important;
}
}

.dark .product-index .product-entry--cat [type=checkbox] {
    background-color: #100b21;
}

.product-entry__title {
    font-size: 16px;
    -webkit-text-stroke: 0.3px;
    font-weight: 100;
    text-align: center;
    color: #1a2142 ;
}

.s-products-slider-card{
    max-width: 190px !important;
}

.product-entry {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.price-wrapper{
    color:#000;
}

.product-entry--vertical .product-entry__content {
    gap: 8px;
}

.product-index .product-entry--cat .promotion-badge-wrap {
    position: absolute;
    top: 0;
    left: initial!important;
    right: 0% !important;
    border-radius: 0px 0px 0px 8px;
    background-color: #ff884f;
    font-size: 10px;
    box-shadow: 0px -12px 12px -3px #000 ;
    color: #1a2142;
}

.product-index .product-entry--cat .promotion-badge {
    overflow: revert-layer;
    -webkit-box-orient: horizontal;
    max-width: 1000px;
}

.product-index .product-entry--cat {
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-width: 2px;
}

.product-index .s-products-list-wrapper {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1rem;
}

.product-index .product-entry--cat .product-entry__image img {
    min-height: auto;
    height: auto;
}

.product-index .product-entry--cat .product-entry__image {
    height: auto;
    max-height: fit-content;
    width: auto;
    padding: 0;
}

.text-info {
    align-items: center;
    text-align: center;
}

.sale-price {
    font-size: 12px;
    font-weight: 100;
    color: #ff884f;
}

.regular-price {
    font-size: 12px;
    line-height: 1.75rem;
    font-weight: 400;
    text-decoration-line: line-through;
    text-decoration-color: #9ca3af;
    opacity: .5;
}

.btn--main--gray button {
    border-width: 0px;
    background-color: #1a2142 ;
    color: #fff;
    border-radius: 10px !important;
    height: 34px;
}









/* === All Inner === */
.px-2\.5 {
    padding-left: 16px;
    padding-right: 16px;
}




/* === Picture Inner === *//*
.cat-col {
    display: none;
}*/

.my-10 {
    margin-top: 10px;
    margin-bottom: 2.5rem;
}






/* === Title Inner === */
.form-input {
    height: 34px;
    border-radius: 10px;
    border: 0;
    background-color: #20174712!important;
    width: 80%;
}

[dir=rtl] .rtl\:pl-3 {
    background: #1a2142;
    height: 34px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    padding-inline: 12px;
    width: 90%;
    line-height: 34px;
}






/* === Add Cart Inner === */
.btn--main button {
    border-radius: 10px!important;
    padding: 0px !important;
    line-height: 1.75rem!important;
    height: 36px;
}





/* === Sub description === */
.opacity-60 {
    opacity: 0.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}










/* === Suggested PR === */
.product-entry .h-full {
    height: auto;
}

.product-entry--fit-type .product-entry__image {
    height: auto;
    max-height: 15rem;
}


/* === heart PR === */
.product-entry--vertical salla-button.btn--wishlist {
    position: absolute;
    bottom: 8px;
    right: 4px !important;
    top: auto;
}

.product-entry--vertical salla-button.btn--wishlist:hover {
    opacity: 1;
    background: #0000;
}

.btn--wishlist , .s-social-share-btn {
    margin: 0;
    background-color: #ff884f ;
    color:#1a2142 ;
    border: 0;
    border-radius: 8px !important;
    height: 26px;
    width: 26px;
}

.dark .s-button-light-outline {
    background-color: #ff884f !important;
}

.btn--wishlist:hover {
    background: #fff;
}

.product-entry--default .promotion-badge {
    font-size: 10px;
    unicode-bidi: plaintext;
    box-shadow: none;
    right: 0px !important;
    padding: 6px 6px 0px 6px;
    top: 0px;
    border-radius: 0px 0px 0px 8px;
    height: 20px;
    max-width: calc(100% - 29px);
    line-height: 10px;
    background-color: #ff884f !important;
}

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















/*   ==========   SECTIONS   ==========   */
body > div > section:nth-of-type(2) {
    position: relative;
    margin-top: 85px;
}

body > div > section:nth-of-type(2):before {
    color: #1a2142 ;
    content: "تسوق ممتع";
    font-size: 20px;
    -webkit-text-stroke: 0.4px;
    height: 32px;
    width: calc(100% - 30px);
    position: absolute;
    top: -70px;
    text-align: center;
}

body > div > section:nth-of-type(2):after {
    color: #1a2142 ;
    content: "بطاقات متنوعة بأسعار خرافية";
    height: 32px;
    width: 100%;
    position: absolute;
    width: calc(100% - 30px);
    top: -40px;
    text-align: center;
}

.banner-entry__text.text-with-border {
    border-width: 0px;
}

.grid-flow-row {
    grid-auto-flow: row;
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.banner-entry {
    height: 200px;
    background-color: #0000;
    border-radius: 10px;
}

@media (min-width: 1024px){
.banner-entry {
    height: 545px;
}
}

@media (min-width: 640px){
.banner-entry {
    height: 545px;
}
}

.s-block--features+.s-block--features, .s-block--fixed-banner+.s-block--fixed-banner, .s-block--banners+.s-block--banners {
    margin-top: .75rem;
}








/*   ==========   VISITORS   ==========   */
.s-block__title, .s-slider-block__title {
    margin-bottom: 1rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-lg {
    font-size: 17px;
    color: #ff945f;
}

.testimonials-slider .testimonial {
    background: #20174712;
    border-radius: 10px;
    padding: 10px;
}

.testimonials-slider .testimonial .avatar {
    border-radius: 10px;
}

.testimonials-slider .testimonial__text {
    background-color: #0000;
}

[dir=rtl] .s-slider-block__title-right {
    padding-left: 0rem;
    width: 100%;
}

[dir=rtl] .s-slider-block__title h2 {
    padding-left: 0rem;
}

.s-slider-block__title h2 {
    background: #20174712;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    font-size: 17px !important;
    font-weight: 100 !important;
    height: 32px;
    line-height: 32px !important;
}

.carousel-slider .swiper {
    margin-left: -5px;
    margin-right: -5px;
}

[dir="rtl"] .testimonials-slider .swiper {
    padding-left: 0rem;
    padding-right: 0rem;
}

.carousel-slider .swiper-wrapper>div {
    padding-left: 5px;
    padding-right: 5px;
}















/*   ==========   QUESTIONs   ==========   */
[dir=rtl] .s-block__title p, [dir=rtl] .s-slider-block__title p {
    padding-left: 0rem;
    text-align: center;
}

.s-block--questions .accordion-container .question-icon {
    background: #1a2142 ;
    color: #fff;
    border-radius: 8px;
    height: 34px;
    width: 34px;
}

[dir=rtl] .s-block--questions .accordion-container {
    border-right-width: 8px;
}

.border-b {
    border: 0;
    border-radius: 10px;
    padding: 16px;
    background: #20174712;
}

.px-4 {
    padding-left: 10px;
    padding-right: 1rem;
}

.py-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #20174712;
    border: 0;
    color: #0f0046;
}

.s-block__title {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #20174712;
    color:#1a2142 ;
    font-size: 17px !important;
    font-weight: 100 !important;
    height: 32px;
    line-height: 32px !important;
    border-radius: 10px;
}

.s-block__title h2, .s-slider-block__title h2 {
    text-align: center;
    color: #1a2142 ;
    font-size: 18px;
    font-weight: 100;
    -webkit-text-stroke: 0.2px;
    line-height: 1.2;
}

[dir=rtl] .s-block__title .right-side, [dir=rtl] .s-slider-block__title .right-side {
    padding-left: 0rem;
}

.text-lg {
    font-size: 17px;
}

.text-base {
    font-size: 14px;
}















/*   ==========   WAY   ==========   *//*
.lg\:flex-row {
    flex-direction: row;
    gap: 0;
}

.s-block--features.cards-view .s-block--features__item p {
    font-size: 12px;
    line-height: 21px;
    opacity: .8;
    font-weight: 100;
}

.s-block--features.cards-view .s-block--features__item h2 {
    font-weight: 100;
    -webkit-text-stroke: 0.3px;
}

.s-block--features.cards-view .arrow {
    rotate: 0deg;
    transform: rotateX(180deg);
    margin-top: 0;
    width: 60px;
}

.w-20 {
    width: 4rem;
}
.h-20 {
    height: 4rem;
}

.rounded-full {
    border-radius: 20px;
}

.object-cover {
    object-fit: cover;
    height: auto;
}*/

.s-block--features.enhanced-store .s-block--features__item p {
    font-size: 13px;
    line-height: 1.5rem;
    font-weight: 400;
    opacity: .8;
}

.dark .opacity-70 {
    opacity: .7 !important;
}

.s-block--features.enhanced-store .s-block--features__item {
    border-radius: 12px;
    border-width: 2px;
}

.s-block--features__item .feature-icon {
    border-radius: 16px;
}

.rounded-full {
    border-radius: 10px;
}

.w-3\/4 {
    width: 80%;
}
.h-3\/4 {
    height: 80%;
}

.s-block--features.enhanced-store .s-block--features__item .feature-icon i {
    font-size: 32px;
}








.s-block--best-offers salla-slider.carousel-slider .swiper-wrapper .swiper-slide, salla-slider .slide--one-fourth {
    height: auto;
    width: 100%;
    max-width: 50%;
}

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

.s-block--categories .slide--cat-entry {
    flex-direction: column;
}

.dark .s-block--categories .slide--cat-entry {
    background-color: #1a2142;
    border: 0;
}













/*   ==========   FOTTER   ==========   */
.mb-2 {
    gap: 10px;
    margin-bottom: .5rem;
}

.s-contacts-list-vertical {
    flex-direction: row;
    justify-content: center;
}

.store-footer .s-contacts-list {
    gap: 10px;
}

.store-footer .s-contacts-icon {
    height: auto;
    width: auto;
    border-style: none;
    background: #00000029;
    backdrop-filter: blur(3px);
    padding: 10px;
    border-radius: 10px;
}

.store-footer h3 {
    background: #00000029;
    border-right-width: 1px !important;
    border: #bc5869 solid 1px;
    margin-inline: 0px;
    color: #fff!important;
    border-radius: 15px;
    line-height: 36px;
    height: 34px;
    font-weight: 700!important;
    width: calc(100% - 0px);
    backdrop-filter: blur(3px);
    text-align: center!important;
    margin-bottom: 13px;
}

.mb-6 {
    margin-bottom: 4px;
}

.product-index {
    padding-bottom: 0px;
}

.fotter-new {
    background: linear-gradient(0deg, #ffb22c, #ffc72c, #ffb22c);
    order: 2;
    z-index: 0;
    position: relative;
    height: 60px;
    margin-top: -20px;
}

.fotter-new:before {
    position: absolute;
    content: "";
    background: #1b1239;
    height: 100%;
    width: 100%;
    display: block;
    z-index: -1;
    border-radius: 0px 0px 60px 60px;
    box-shadow: 0px 5px 19px 0px #1b1239c2;
}

.fotter-new:after {
    position: absolute;
    content: "";
    background: url(https://cdn.salla.sa/form-builder/91TfycL3eAPqa8YYhprLa18RBOcEI1zQIuShD0Xg.png) no-repeat center;
    bottom: 0;
    background-size: contain;
    height: 75%;
    width: 100%;
    display: block;
}

.store-footer .gap-8 .rtl\:ml-2\.5 {
    border-radius: 12px;
    background: #0000009c;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms cubic-bezier(.4,0,.2,1);
    margin: 0;
}

.gap-8  .rtl\:ml-2\.5:hover {
    background: #a84959;
    color:#191921;
    transform: scale(1.1);
}

.store-footer a:hover {
    opacity: 1;
}

.store-footer a {
    transition: all 300ms cubic-bezier(.4,0,.2,1);
    text-align: center;
    margin-bottom: 12px;
}

.store-footer .social-link {
    border-radius: 12px;
    background: #fff;
    height: 36px;
    width: 36px;
    display: flex;
    color: #271a52;
    justify-content: center;
    align-items: center;
    border: 0;
    transition: scale 300ms cubic-bezier(.4,0,.2,1);
}

.store-footer .social-link:hover {
    opacity: 1;
    color: #fff;
    background: #191921;
}
.store-footer__inner .last\:mb-0 {
    color: #fff;
    float: right;
    width: 31px;
    display: flex;
    justify-content: center;
}

[dir=rtl] .rtl\:ml-2\.5 {
    margin-left: 0rem;
}

.grid div:nth-of-type(3) a:nth-child(2) {
    margin: 0% 37% 1% 1%;
    width: 12%;
}

.grid div:nth-of-type(3)  a:nth-child(3) , 
.grid div:nth-of-type(3) a:nth-child(4) , 
.grid div:nth-of-type(3) a:nth-child(5) {
    margin: 0% 1%;
    width: 12%;
}

.grid div:nth-of-type(3) a:nth-child(6) {
    margin: 0% 1% 1% 16%;
    width: 12%;
}


.store-footer {
    position: relative;
    margin-top: 6rem;
    background-color: #1a2142;
    background-image: url(https://cdn.salla.sa/form-builder/K6qX45xXjFfL3Jp8BPC0AhePkVntIVKG25g3gifx.png) , url(https://cdn.salla.sa/form-builder/pAYKb7NVp2eSsOAjcxm3rsAJj9uONDpvLtE8Ivo9.png) , url(https://cdn.salla.sa/form-builder/pAYKb7NVp2eSsOAjcxm3rsAJj9uONDpvLtE8Ivo9.png);
    background-size: cover, cover , cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    border-radius: 30px 30px 0px 0px;
}

[dir=rtl] .rtl\:ml-4 {
    margin-inline: 8px !important;
    width: auto !important;
}

.text-\[20px\] {
    color: #ff884f;
    font-size: 1.125rem;
    width: 100%;
}

.footer-list .last\:mb-0{
    color: #fff;
    margin: 0 !important;
    font-size: 13px;
    margin-right: 10px !important;
    margin-bottom: 14px!important;
    width: calc(50% - 10px) !important;
    float: right;
    justify-content: flex-start;
}

.footer-list .last\:mb-0:hover {
    opacity: 1;
    color: #ff884f;
    transform: translateX(-10px);
}

.lg\:col-span-2:nth-of-type(1){
    color: #fff;
}

.store-footer:before {
    display: flex;
    content: "";
    height: 100%;
    position: absolute;
    top: -50px;
    margin-inline: 130px;
    width: calc(100% - 260px);
    background-image: url(https://media.giphy.com/media/l6GdKgRwgIpkHD6KYB/giphy.gif);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -3;
}

@media (min-width: 1024px){
.store-footer:before {
    display: flex;
    content: "";
    height: 48%;
    top: -30%;
    margin-inline: 42%;
    width: calc(100% - 84%);
    position: absolute;
    background-image: url(https://media.giphy.com/media/l6GdKgRwgIpkHD6KYB/giphy.gif);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -3;
    background-position: center;
}

.footer-list .last\:mb-0 {
    width: 100%  !important;
    justify-content: center;
    margin-right: 0px !important;
}

.store-footer a:nth-child(2) {
    margin: 0% 16% 1% 1%;
    width: 12%;
}

.store-footer a:nth-child(3) , 
.store-footer a:nth-child(4) ,
.store-footer a:nth-child(5) {
    margin: 0% 1%;
    width: 12%;
}

.store-footer a:nth-child(6) {
    margin: 0% 1% 1% 16%;
    width: 12%;
}

.block {
    margin-right: 0px !important;
    margin-bottom: 12px!important;
    width: calc(100% - 10px) !important;
    justify-content: center;
}

.store-footer .s-user-menu a {
    width: 100% !important;
    margin-bottom: 13px !important;
    margin-right: 20px !important;
    font-size: 13px !important;
}

.lg\:grid-cols-7 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}

.lg\:grid-cols-6 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}

.lg\:col-span-2 {
    grid-column: span 1/span 2;
}

[dir=rtl] .rtl\:lg\:pl-20 {
    padding-left: 0rem;
}

[dir=rtl] .rtl\:lg\:pr-20 {
    padding-right: 0rem;
}
}

.py-4 {
    background-color: #161d39;
    border-radius: 10px 10px 0px 0px;
}

.store-footer__inner {
    background-color:#0000;
    padding-top: 0rem;
}

.store-footer__inner:before {
    background-position: bottom;
    display: flex;
    content: "";
    height: 85px;
    margin-block: 20px;
    width: 100%;
    background-image: url(https://media.giphy.com/media/kG2agOIH2LOOIppw2d/giphy.gif);
    background-size: contain;
    background-repeat: no-repeat;
}

.appstore{
    color:#000;
}

.store-footer h3 {
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    height: 32px;
    font-weight: 100;
    line-height: 32px;
    width: 100%;
    margin-bottom: 15px;
    background: #ffffff30;
    border: #ffffff30 solid 1px;
    z-index: 0;
    position: relative;
}

/*.store-footer h3:before {
    content: "";
    text-align: center;
    display: block;
    height: 32px;
    width: 52%;
    z-index: -1;
    background: linear-gradient(110deg, rgba(255,255,255,0) 0%, rgba(40,38,69,0) 52%, rgba(255,255,255,0.07) 52%, rgba(255,255,255,0.07) 58%, rgba(25,23,55,0) 58%, rgba(2,0,36,0) 67%, rgba(255,255,255,0.12) 67%, rgba(255,255,255,0.12) 86%, rgba(255,255,255,0) 86%);
    position: absolute;
}*/

.space-x-2{
    justify-content: center;
}

.max-w-sm {
    max-width: 40rem;
    text-align: center;
}

.lg\:col-span-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

[dir=rtl] .rtl\:ml-4 {
    margin-inline: 8px !important;
}






.text-gray-400 {
    color: #fff;
    font-size: 12px;
}






/* === Info User === */
.store-footer .s-user-menu a {
    margin-bottom: 15px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    float: right;
    width: calc(50% - 10px);
    margin-right: 10px;
    position: relative;
}

.store-footer .s-user-menu a:hover {
    background-color: #0000 !important;
    color: #ff884f !important;
    transform: translateX(-10px);
}

.footer-list .s-user-menu-dropdown-item a svg {
    fill: #ffffff;
}


/* === pay === */
.p-1 {
    padding: 0px 4px;
    background: #fff !important;
    height: 32px !important;
}











.bg-\[100\%_auto\] {
    background: #fff;
}

.bg-\[100\%_auto\]{
    background-image: url(https://cdn.salla.sa/form-builder/ZL9AOf58ck3Wcv6EJyrOuoBuWY5ZN25XtUF4xPZl.png)!important;
}



















/*=====================================================*/

/*    ============      DARK MODE      ============    */

/*=====================================================*/







/*   ==========   INNER CART   ==========   */
.dark .dark\:bg-darker {
    background-color: #1a2142;
}

.w-24 {
    width: 4rem;
}
.h-20 {
    height: 4rem;
}

.dark :is([dir=rtl] .rtl\:space-x-reverse)>:not([hidden])~:not([hidden]) {
    color: #fff;
    padding: 0;
}

.cart-submit-wrap>* button {
    width: 100%;
    background: #ff884f!important;
}











/*   ==========   TOP   ==========   */
.dark .topnav-link-item {
    border-color: #fff;
}


.dark .top-navbar {
    background-color: #161d39;
}











/*   ==========   HEADER   ==========   */
.dark .header-btn__icon {
    background-color: #0000;
    color: #fff;
}

.bg-inherit {
    background-color: #0000;
}

.dark .main-nav-container {
    background-color: #172350  !important;
    /*background-image: url(https://cdn.salla.sa/form-builder/K6qX45xXjFfL3Jp8BPC0AhePkVntIVKG25g3gifx.png) , url(https://cdn.salla.sa/form-builder/pAYKb7NVp2eSsOAjcxm3rsAJj9uONDpvLtE8Ivo9.png) , url(https://cdn.salla.sa/form-builder/pAYKb7NVp2eSsOAjcxm3rsAJj9uONDpvLtE8Ivo9.png);
    background-size: cover, cover , cover;
    background-repeat: no-repeat;
    background-position: center;*/
}


.navbar-brand img {
    max-width: 125px;
    content: url(https://media.giphy.com/media/kG2agOIH2LOOIppw2d/giphy.gif)!important;
}
.dark .sicon-menu:before {
    background-color: #1a2142;
}











/*   ==========   NAV   ==========   */
.dark #mobile-menu {
    background-color: #0d1121;
}

.dark .main-menu li.root-level > a {
    color: #fff;
}

.dark .main-menu li.root-level > a:hover {
    background-color: #1a2142;
    color: #ff884f;
}

:is(.dark .mobile-lang-scopes-area):before ,:is(.dark #mobile-menu .navbar-brand):after{
    display:none;
}

.dark .mobile-lang-scopes-area button {
    background-color: #1a2142;
    border-radius: 10px;
    color: #fff;
}

@media (min-width: 1024px){
.dark #mobile-menu {
    background-color: #0000;
    color:#fff;
    border:0;
}

.main-menu {
    padding-top: 0rem;
}
/*
.dark #mobile-menu li>a {
    border-bottom-width: 0px;
    color: #ffffff;
}

.dark #mobile-menu li>a:hover {
    color: #ff884f;
}*/
}














/*   ==========   SEARCH   ==========   */
.dark #app .s-search-input {
    background-color: #172350;
}








/*   ==========   PR   ==========   */
.dark .product-entry {
    border-color: rgb(255 255 255 / 0%);
    background-color: #1a2142;
}

.dark .product-index .page-title-bar {
    background-color: #0000;
    border: 0;
}

.dark .product-index input[name=selected-cat]:checked+span {
    background-color: #ff884f;
}

.dark .product-index .selected-cat-item>span {
    border-color: rgba(255,255,255,.1);
    --tw-bg-opacity: 1;
    background-color: #1a2142;
    border: 0;
}

.dark .btn--main--gray button {
    background-color: #ff884f;
    border: 0;
    color: #1a2142 ;
}

.dark .btn--main--gray button:hover {
    background-color: #fff;
    opacity: 1;
}

.regular-price {
    text-decoration-color: #ff884f;
    opacity: 1;
}

.dark .rtl\:pl-3 {
    background: #1a2142;
    font-weight: 100;
}

.dark .fix-align{
    color: #fff;
    opacity: 0.7;
}

.dark .text-primary {
    color: #ffffff;
    opacity: 1;
}

.dark .form-input {
    border-color: rgba(255,255,255,0);
    background-color: #1a2142!important;
}

.dark .border-b {
    background: #1a2142;
}

.dark salla-slider .s-slider-nav-arrow {
    border-color: rgba(255,255,255,0);
    background-color: #1a2142;
    opacity: 1;
}

.dark .product-entry__title {
    color: #fff;
}

.dark .s-product-options-wrapper {
    background-color: #1a2142;
}

















/*   ==========   STARS   ==========   */
.dark .points-ways__list .way-item {
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: #1a2142;
    border-radius: 10px;
}

.points-ways__list .way-item__icon {
    position: relative;
    display: flex;
    height: 55px;
    width: 55px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 24px;
    background: #0e1224;
    border-radius: 16px;
}

.points-ways__list .way-item__content h4 {
    word-break: break-all;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #ff884f !important;
}

.dark .loyalty .breadcrumbs a, .dark .loyalty .breadcrumbs span, .dark .loyalty .breadcrumbs .arrow {
    color: rgb(255 255 255);
    text-shadow: 1px 1px 0 rgb(0 0 0 / 0%);
    text-shadow: 1px 1px 0 rgb(0 0 0 / 0%);
}

.loyalty .breadcrumbs a, .loyalty .breadcrumbs span, .loyalty .breadcrumbs .arrow {
    color: #000;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 0%);
    text-shadow: 1px 1px 0 rgb(0 0 0 / 0%);
}

.dark .loyalty-star i {
    color: #fff;
}

.dark .loyalty__banner {
    background-color: #1a2142;
}

.dark .loyalty__banner-content .info p {
    color: #fff;
}

.dark .loyalty__banner-content .info h1 {
    color: #fff;
}

.loyalty .breadcrumbs {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #fff;
    border-radius: 10px;
}










/*   ==========   LOG IN   ==========   */
.dark .main-nav-container .s-user-menu-dropdown {
    background-color: #100b21;
}

.dark .s-user-menu-dropdown .s-user-menu-dropdown-item a svg {
    fill: #fff;
}

.dark .lg\:dark\:bg-darker {
    background-color: #1a2142;
}

.dark .s-user-menu-trigger *:before {
    content: "";
    position: absolute;
    background: #1a2142;
    background-image: url(https://cdn.salla.sa/form-builder/MGNGiOk6HMHcTgXq7vPaB5rLUDSZ2h40xCwkIDJx.png);
    background-size: contain;
    height: 34px;
    width: 34px;
    top: 0;
}

.dark .s-tel-input-control ,.dark .s-login-modal-input{
    background-color: #100b21!important;
    border-color:#1a2142;
    border: 1;
    line-height: 1.25rem;
    height: 40px;
}

.dark input[type=email] , .dark input[type=email]:focus{
    border-color:#1a2142;
}

.dark .s-button-primary {
    border-width: 0px;
    background-color: #ff884f;
    font-weight: 100;
    color: #1a2142;
}

.dark .s-modal-body .s-modal-title {
    font-weight: 100;
}

.dark .s-login-modal-link {
    color: #fff;
    font-weight: 100;
}

.dark .iti__country-list {
    background-color: rgb(27 18 57);
    border-color: rgb(27 18 57);
}
/*
.dark #app .s-login-modal-header-icon {
    border-color: rgb(255 255 255 / 0%);
    background: #1a2142;
    border-radius: 10px;
}*/











/*   ==========   SECTIONS   ==========   */
.dark body > div > section:nth-of-type(2):before {
    color: #fff;
}

.dark body > div > section:nth-of-type(2):after {
    color: #fff;
}

.banner-entry {
    padding: 0rem;
}











/*   ==========   VISITORS   ==========   */
.dark .testimonials-slider .testimonial {
    background: #1a2142;
    background-image: url(https://cdn.salla.sa/form-builder/pAYKb7NVp2eSsOAjcxm3rsAJj9uONDpvLtE8Ivo9.png) , url(https://cdn.salla.sa/form-builder/pAYKb7NVp2eSsOAjcxm3rsAJj9uONDpvLtE8Ivo9.png) , radial-gradient(at 50% 50%, #1a2d7450 0px, transparent 73%);
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
}

.dark .testimonials-slider .testimonial__text {
    background-color: #0000;
}

.dark .s-slider-block__title h2 {
    background: #1a2142;
    color: #fff;
}

.dark .opacity-70 {
    opacity: 1;
}













/*   ==========   TITLE SECTIONS   ==========   */
.dark .s-block__title h2, .dark .s-slider-block__title h2 {
    color: #fff;
}








/*   ==========   QUESTIONS   ==========   */
.dark .py-5 {
    background: #1a2142;
    /*border-radius: 10px;*/
    padding-bottom: 10px;
    padding-top: 10px;
    color:#fff;
}

.dark .s-block--questions .accordion-container .question-icon {
    background: #ff884f;
    color: #1a2142;
}

.dark .s-block--questions .accordion-container {
    border-color: #ff884f;
}

.dark .s-block__title {
    background: #1a2142;
}














/*   ==========   WAY   ==========   */
/*.dark .mb-4 {
    margin-bottom: 1rem;
    background: #1a2142;
}*/

.s-block--features .grid {
    display: block;
}
















/*   ==========   FOTTER   ==========   */
.dark .store-footer {
    background-color: #1a2142;
}

.dark .text-\[20px\] {
    color: #ff884f;
    font-size: 1.125rem;
    width: 100%;
}

.dark .store-footer__inner {
    background-color: #0000;
}
/*
.dark .store-footer:before {
    background-image: url(https://cdn.salla.sa/form-builder/rZc7JeRmKIPL8FcameJro5g46VmWbPcyXVmyRbDj.png);
}*/

.dark .store-footer .social-link {
    background-color: #0000;
}

.dark .store-footer .social-link:hover {
    background-color: #ff884f;
}
/*
@media (min-width: 1024px){
.dark .store-footer:before {
    background-image: url(https://cdn.salla.sa/form-builder/4rnWrXVuVuqQZFjT6uY5z28hzHy5pU5LVWg1JVaA.png);
}
}*/










/*   ==========   BOTTOM   ==========   */
.dark .s-modal-body {
    background-color: #100b21;
}

.s-login-modal-header-icon svg {
    height: 40px;
    width: 40px;
    fill:#fff;
}

#app .s-login-modal-header-icon {
    border-color: #0000 !important;
    background: #1a2142;
    border-radius: 10px;
}

.s-button-primary, .s-button-primary-outline {
    border-width: 0px;
    font-weight: 100;
    background-color: #ff884f;
    border-radius: 10px;
    height: 38px;
    color: #1a2142;
}


.s-button-primary:hover {
    background-color: #ff884f;
    opacity: 1;
    color: #1a2142 ;
}

#app .s-quantity-input-container .s-quantity-input-input {
    border-right: #1a2142 29 solid 1px;
    border-left: #1a2142 29 solid 1px;
}

@media (min-width: 1024px){
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}
}

salla-slider.details-slider .swiper-slide {
    border-radius: 10px;
}

.s-slider-has-notitle .s-slider-block__title {
    margin-bottom: 0;
    margin-top: 0;
}






section:nth-child(5) .banner-entry {
    height: 106px;
    background-color: #0000;
    border-radius: 8px;
    margin-inline: 0px;
}
section:nth-child(6) .banner-entry {
    height: 106px;
    background-color: #0000;
    border-radius: 8px;
    margin-inline: 0px;
}

.gap-3 {
    gap: 8px;
}

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div {
    grid-auto-flow: row;
    grid-template-columns: repeat(4,minmax(0,1fr));
   ;
}

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(6) > div {
    grid-auto-flow: row;
    grid-template-columns: repeat(4,minmax(0,1fr));
   ;
}




}