/* Add custom CSS styles below */ @font-face {
font-family: 'GESSTextMedium';.navbar-brand img
    src: url('https://res.cloudinary.com/ddqaxthcm/raw/upload/v1712301188/PingAR_LT-Regular_hqcb8h.otf');
}

@font-face {
    font-family: 'GESSTextMedium';
    src: url('https://res.cloudinary.com/ddqaxthcm/raw/upload/v1712301187/PingAR_LT-Bold_ha9qaq.otf');
    font-weight:700;
}

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










.content-wrap.donating-wrap:after {
    content: "";
    height: 14px;
    width: calc(100% - 20px);
    margin: 8px 10px;
    background-image: url(https://cdn.salla.sa/form-builder/bAEtyzeb3tJstH7EfWW1qUPi1BrKFKLib3EpBOa5.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/*
.s-product-card-content:after {
    content: "";
    height: 28px;
    transform: translateX(50%);
    width: calc(100% - 20px);
    position: relative;
    right: 50%;
    margin-block: 10px;
    background-image: url(https://cdn.salla.sa/form-builder/bAEtyzeb3tJstH7EfWW1qUPi1BrKFKLib3EpBOa5.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}*/









/*      ======      NAV      ======      */
.mainmenu-is-light .all-cats {
    display: flex;
    gap: 8px;
}

@media (min-width: 1024px){
.mainmenu-is-light .all-cats {
    display: none!important;
}
}

.mainmenu-is-light .all-cats:before {
    position: relative;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(https://cdn.salla.sa/form-builder/ZqeBdVBHgC2eGmhFuCRhvrXFt8HaPIeQ9lskrpku.png);
    background-size: contain;
}

.main-menu li>a:hover {
    text-decoration-line: none;
    opacity: 1;
}

@media (min-width: 1025px){
.main-menu li.root-level:hover>a {
    position: relative;
    opacity: 1;
    color: #fcc65a!important;
}

.main-menu li.root-level>a:before {
    display:none;
}

.main-menu .has-children>a:after {
    line-height: 1rem!important;
}

.main-menu li.root-level>a {
    margin-bottom: -1rem !important;
    white-space: nowrap;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: auto !important;
    padding-top: 0;
    padding-bottom: 2rem;
    transition-property: none;
    color: #fff !important;
    background: none !important;
}

.mainmenu-is-light #mainnav li>a {
    font-size: 19px;
    font-weight: 700;
}
}

.mainmenu-is-light #mainnav li>a {
    color: #212d5c;
    background: #efefef;
    margin: 5px 9px;
    border-radius: 25px/40px;
    height: 38px;
    position: relative;
    z-index: 0;
    border: 0;
}

.main-menu li li {
    padding-left: 0;
    padding-right: 0;
}

.main-menu .sub-menu ul li a {
    padding-left: 12px;
    padding-right: 12px;
}

.main-menu .sub-menu ul li a:hover {
    padding-left: 0;
    background: #212d5c;
    opacity: 1;
    color: #fff;
    padding-right: 20px;
    transition: all 150ms linear;
}

.main-menu .has-children>a:after {
    display: inline-block;
    align-self: flex-end;
    font-size: 1.125rem;
    line-height: 0rem;
    opacity: 1.5;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
}

.main-menu li.root-level>a:before {
    color: #212d5c;
    content: "";
    background: #fcc65a;
    border-radius: 25px/40px;
    width: 36px;
    right: 0px;
    z-index: -1;
    height: 38px;
    position: absolute;
    transition: all 300ms cubic-bezier(.4,0,.2,1);
}

.main-menu>.has-children:hover>a {
    opacity: 1;
}

.main-menu li.root-level>a:hover:before {
    color: #212d5c;
    content: "";
    background: #fcc65a;
    border-radius: 25px/40px;
    width: 100%;
    right: 0px;
    z-index: -1;
    height: 38px;
    position: absolute;
}








/*      ======      HOVER CARDS      ======      */
.banner-entry a:before {
    display:none;
}

.banner-entry:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 180%;
    height: 100%;
    background: rgba(255,255,255,.25);
    z-index: 2;
    transition: transform .35s ease-out;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-71%,0);
}

.banner-entry:hover:before {
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,79%,0);
}

.banner-entry:hover {
    transform: scale(1.1);
    transition: all .35s cubic-bezier(.4,0,.2,1);
}

.banner-entry{
    transition: all .35s cubic-bezier(.4,0,.2,1);
}








/*      ======      LOG IN      ======      */
.s-login-modal-input {
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-radius: 25px/40px;
    padding: 0;
    height: 35px;
    padding-inline: .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    transition: all 150ms cubic-bezier(.4,0,.2,1);
}













/*      ======      TOP      ======      */
.navbar-brand img {
    max-height: 40px;
    max-width: min(170px,36vmin);
}
/*
.navbar-brand img {
    max-width: 180px;
    content: url(https://cdn.salla.sa/form-builder/yfECoOW6IHUSyb8Na4sneOdUNnqZodai3JbolGSf.png)!important;
}

@media (min-width: 1024px){
.navbar-brand img {
    max-width: 500px;
    max-height: 52px;
    content: url(https://cdn.salla.sa/form-builder/yfECoOW6IHUSyb8Na4sneOdUNnqZodai3JbolGSf.png)!important;
}
}
*/
.top-nav {
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.top-nav .left-side ul a {
    opacity: 1;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    color: #fff;
}

.topnav-is-light .top-nav {
    padding-top: 0px;
    display : none;
    padding-bottom: 0px;
}

@media (min-width: 1024px){
.topnav-is-light .top-nav {
    border-bottom-width: 1px;
    border-color: #ffffff54;
    background-color: #0000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.store-header {
    border-radius: 0px 0px 30px 30px!important;
}
}

.store-header {
    position: relative;
    height: auto!important;
    min-height: auto;
    background-color: #212d5c;
    background-image: url(https://cdn.salla.sa/form-builder/kMdogLiAnsyuCq0X0eDjL3t7stjEK5L7TlrHbj58.png) , url(https://cdn.salla.sa/form-builder/OZJlgrmYebIe7QUn2fM2vkfB22jXTlVUw6ciYKLG.png);
    background-size: 13%;
    background-repeat: no-repeat;
    background-position: right top, left top;
    border-radius: 0px 0px 12px 12px;
    margin-bottom: 12px;
}

.fixed-header .inner {
    transform: none;
    top: 0;
    background-color: #212d5c;
    background-image: url(https://cdn.salla.sa/form-builder/kMdogLiAnsyuCq0X0eDjL3t7stjEK5L7TlrHbj58.png) , url(https://cdn.salla.sa/form-builder/OZJlgrmYebIe7QUn2fM2vkfB22jXTlVUw6ciYKLG.png);
    background-size: 5%;
    background-repeat: no-repeat;
    background-position: right top, left top;
    border-radius: 0px  0px  12px  12px;
    box-shadow: none;
    border-bottom: #fff solid 2px;
}

.sicon-menu:before {
    content: "\ed7f";
    position: relative;
    display: inline-flex;
    height: 37px;
    width: 37px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 1.125rem;
    background: url(https://cdn.salla.sa/form-builder/Y4yvRBBY7r25v9mbhqODO9zVuJmNpAoqOvzOKY23.png);
    background-size: contain;
    color: #212d5c;
}

.s-cart-summary-wrapper .s-cart-summary-total {
    font-weight: 500;
    line-height: 1;
    display: none;
}

[dir=rtl] .header-icon-button .icon {
    margin-right: .5rem;
    margin-left: 0rem;
}

.header-icon-button .icon {
    position: relative;
    display: inline-flex;
    height: 37px;
    transition: ease-in 300ms;
    width: 37px;
    align-items: center;
    justify-content: center;
    background: url(https://cdn.salla.sa/form-builder/Y4yvRBBY7r25v9mbhqODO9zVuJmNpAoqOvzOKY23.png);
    background-size: contain;
    color: #212d5c;
}

.header-icon-button .icon:hover {
    color: #212d5c;
    background-image: url(https://cdn.salla.sa/form-builder/ULxiyevqX6WRHssMG4SGTecafyRRzECeggp1LPlK.png);
}

.header-icon-button:hover {
    opacity: 1;
}

[dir=rtl] .s-cart-summary-wrapper .s-cart-summary-count {
    left: -4px;
    right: auto;
    top: 0;
    color: #000;
    background: #fff;
}

@media (min-width: 1024px){
.header-icon-button.login-button .text {
    display: flex;
    color: #fff;
    margin-right: 9px;
}

.mainmenu-is-light .main-nav-container {
    border-top-width: 1px;
    border-color: #ffffff54;
    background: #0000;
    box-shadow: none;
}

.main-menu li.root-level>a {
    margin-bottom: -1rem;
    white-space: nowrap;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: 0;
    padding-bottom: 2rem;
    transition-property: none;
    color: #fff;
}

.header-mainbar .sides-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
}







/*      ======      SEARCH      ======      */
.pt-0 {
    padding-top: 0;
   /* display: none;*/
}

.header-mainbar .search-bar .s-search-input {
    height: 34px!important;
    border-radius: 26px/40px;
}

@media (min-width: 1024px){
.header-mainbar .search-bar {
    display: block;
    max-width: 100%;
    height: 34px;
    border-radius: 35px;
}
}

.header-mainbar .search-bar--mobile .s-search-input {
    border-radius: 25px/40px;
    border-color: #0000;
    background: #fff;
    height: 36px !important;
}

.s-search-no-results .s-search-input {
    border-width: 1px;
    border-radius: 20px 20px 0px 0px !important;
    border: 0;
    border-bottom: #000 solid 1px;
}

.s-search-results {
    position: absolute;
    margin: auto;
    max-height: 24rem;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    border-radius: 0px 0px 20px 20px;
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 rgba(0,0,0,0)),var(--tw-ring-shadow,0 0 rgba(0,0,0,0)),var(--tw-shadow);
}

.s-search-container-open .s-search-input {
    border-radius: 20px 20px 0px 0px!important;
    border: 0;
    border-bottom: #000 solid 1px;
}

.s-search-product-price {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #fcc65a;
}







/*      =======      BANNERS      ======      *//*
body > div > section:nth-of-type(5){
    padding-inline: 10px;
}
/*
body > div > section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1)  > div:nth-of-type(1) ,body > div > section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1)  > div:nth-of-type(2) ,body > div > section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1)  > div:nth-of-type(5) ,body > div > section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1)  > div:nth-of-type(6) {
    display: none;
}
*/
salla-slider[type]:not(.hydrated)>div, salla-slider[type]:not(.hydrated) .swiper>div>div, .carousel-slider .swiper {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    padding-left: 0px !important;
    padding-right: 0px;
}

.swiper .swiper-horizontal>.swiper-pagination-bullets, .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5px;
}
/*
@media (min-width: 1024px){
.rounded-md {
    border-radius: 30px !important;
}
body > div > section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1)  > div:nth-of-type(1) ,body > div > section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1)  > div:nth-of-type(2) ,body > div > section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1)  > div:nth-of-type(5) ,body > div > section:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1)  > div:nth-of-type(6) {
    display: block!important;
}
}
*/
.rounded-md {
    border-radius: 12px;
}

body > div > section:nth-of-type(1) {
    padding-right: 5px;
    padding-left: 5px;
}

.banner {
    border-radius: 90px;
}









/*      =======      PR      ======      */
.s-block--tabs-produtcs.as-grid .product-entry__title a, .s-block--features-products .product-entry__title a {
    -webkit-line-clamp: 2;
    font-weight: 700;
}

.s-products-slider-card {
    max-width: 33.3333%;
}

@media (min-width: 1024px) {
    .s-products-slider-card {
        width: 20% !important;
    }
}

.s-product-card-wishlist-btn {
    display: none;
}

.s-block__title {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    background-color: #202d5d;
    color: #fff !important;
    padding-inline: 15px;
    font-size: 24px;
    height: auto;
    padding: 4px 23px 0px 23px;
    border-radius: 25px/40px;
}

.s-block--tabs-produtcs salla-button .s-button-btn:before {
    display: none;
}
/*
body > div > section:nth-of-type(3) ,
body > div > section:nth-of-type(4) ,
body > div > section:nth-of-type(5) ,
body > div > section:nth-of-type(6) ,
body > div > section:nth-of-type(7) ,
body > div > section:nth-of-type(8) {
    padding-right: 5px;
    padding-left: 5px;
}*/

salla-slider .slide--one-fourth {
    height: auto;
    width: 100%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

.product-entry--horizontal.product-entry--fit-type .product-entry__image {
    height: 7rem;
    max-width: 100%;
    width: calc(100% - 20px);
    margin: 0px;
    border-radius: 6px;
    background: #fff;
}

@media (min-width: 1024px){
.product-entry--horizontal.product-entry--fit-type .product-entry__image {
    height: 15rem;
}
}

@media (min-width: 640px){
salla-slider .slide--one-fourth {
    max-width: 20%;
}

.sm\:block {
    display: none;
}

.product-entry .content-wrap {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 100%;
}

[dir=rtl] .product-entry--horizontal .content-wrap {
    padding-right: 0;
}

.product-entry--horizontal .product-entry__content {
    align-items: center;
    justify-content: space-between;
}

.product-entry--horizontal {
    flex-direction: column;
    flex-wrap: nowrap;
}
}

body > div > section:nth-of-type(4) > .swiper-wrapper:nth-of-type(4) {
    margin-top: 30px !important;
    margin-inline: 20px;
}

.s-slider-block__title-right:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(https://cdn.salla.sa/form-builder/s8aQcXEDhabLnu4d8jH8IJ6cGwBiu8X8q4S0Gnvx.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.s-block__title h2, .s-slider-block__title h2 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    line-height: 34px;
    color: #212d5c;
    height: 30px;
    padding-inline: 17px;
    background: #fcc65a;
    border-radius: 25px / 40px;
    color: #212d5c;
}

.s-block__title h2:before  {
    display: flex;
    content: "";
    width: -webkit-fill-available;
    right: 0;
    margin-inline: 20px;
    position: absolute;
    bottom: -1px;
    border-radius: 10px;
    border-top-left-radius: 22rem 3rem;
    border-top-right-radius: 22rem 3rem;
    height: 5px;
    background: #212d5c;
    z-index: 2;
    transition: all 150ms linear;
}

[dir=rtl] .s-slider-block__title h2 {
    padding-left: 2rem;
    right: 36px;
}

.s-block__display-all:before, .s-slider-block__display-all:before {
    display: flex;
    content: "";
    width: -webkit-fill-available;
    right: 0;
    margin-inline: 20px;
    position: absolute;
    bottom: -1px;
    border-radius: 10px;
    border-top-left-radius: 22rem 3rem;
    border-top-right-radius: 22rem 3rem;
    height: 5px;
    background: #212d5c;
    z-index: 2;
    transition: all 150ms linear;
}

.s-slider-block__display-all:hover:before {
    margin-inline: 5px;
    background: #fcc65a;
}

.s-block__display-all:after, .s-slider-block__display-all:after {
    display: none;
    font-family: sallaicons;
    --tw-content: "Ã®Â¥â";
    content: var(--tw-content);
}

.s-block__display-all, .s-slider-block__display-all {
    -webkit-text-stroke: 0.3px;
    display: inline-flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    height: 30px;
    padding-inline: 12px;
    background: #fcc65a;
    border-radius: 25px/40px;
    color: #212d5c;
    transition: all 150ms linear;
}

.s-slider-block__display-all:hover {
    opacity: 1;
    background: #212d5c;
    color: #fff;
}

.s-slider-block__title-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-entry--vertical.product-entry--fit-type .product-entry__image {
    height: auto;
    flex-basis: auto;
    flex-grow: 0;
    background: #fff;
}

.product-entry__title {
    font-weight: 400;
    line-height: 1.5rem;
    text-align: center;
}

.product-entry__content .text-gray-800 {
    color: #212d5c;
    text-align: center;
    margin-bottom: 0px !important;
    font-weight: 100;
    font-size: 13px;
    line-height: 13px;
}

.product-entry button.s-button-btn {
    background: #212d5c;
    border-radius: 25px/40px;
    padding: 0;
    height: 25px;
    border: 0;
    font-size: 12px;
    line-height: 46px !important;
    color: #ffffff !important;
    transition: all 150ms linear;
    font-weight: 700;
}

.product-entry button.s-button-btn:hover {
    background: #fcc65a !important;
    opacity: 1;
}

salla-button .s-button-text {
    display: flex;
    z-index: 2;
}

.product-entry__title a {
    font-size: 14px;
}

.product-entry button.s-button-btn:before {
    display: flex;
    content: "";
    width: -webkit-fill-available;
    margin-inline: 15%;
    position: absolute;
    bottom: -2px;
    border-radius: 12px;
    border-top-left-radius: 22rem 3rem;
    border-top-right-radius: 22rem 3rem;
    height: 6px;
    background: #fcc65a;
    z-index: 2;
    transition: all 150ms linear;
}

.product-entry button.s-button-btn:hover:before {
    border-radius: 4px;
    height: 29px;
    background: #212d5c;
}

.min-h-\[50px\] {
    min-height: 40px;
}
/*
.featured-item {
    height: calc(100% - 90px);
}*/

.product-entry {
    border-radius: 10px;
    background-color: #ffffff;
    align-items: center;
    overflow: visible;
    align-content: end;
    border-color: #e7e7e9;
    border: #e7e7e9 solid 2px;
}

.product-entry .content-wrap {
    padding-top: 15px;
}

.pt-4 {
    padding-top: 0;
    padding-inline: 10px;
    gap: 10px;
}

.product-entry--vertical .product-entry__content {
    justify-content: space-between;
}

.s-slider-block__title {
    margin-left: auto;
    padding-inline: 5px;
    margin-right: auto;
    margin-bottom: 1rem;
    display: flex;
    max-width: 1280px;
    align-items: center;
    justify-content: space-between;
}

.product-entry .s-button-icon {
    height: 22px !important;
    margin: 0 !important;
    width: 26px !important;
    border-width: 0px;
    background: #212d5c;
    border-radius: 25px/40px !important;
    position: relative;
    color: #fcc65a;
    font-size: 12px;
    right: 3px !important;
    bottom: 3px !important;
}

@media (min-width: 1024px){
.product-entry .s-button-icon {
    height: 25px!important;
    margin: 0!important;
    width: 26px!important;
    border-width: 0;
    background: #212d5c;
    border-radius: 25px/40px!important;
    position: relative;
    color: #fcc65a;
    font-size: 12px;
    right: 0px!important;
    bottom: -1px!important;
}
}
}

.product-entry .s-button-icon:hover {
    background: #fcc65a;
}

.product-entry .s-button-icon:before{
    display: none;
    content: "";
    width: -webkit-fill-available;
    right: 0;
    margin-inline: 6px;
    position: absolute;
    bottom: -2px;
    border-radius: 10px;
    border-top-left-radius: 34rem 20rem;
    border-top-right-radius: 34rem 20rem;
    height: 5px;
    background: #fcc65a;
    z-index: 2;
    transition: all 150ms linear;
}

.product-entry .s-button-icon:hover:before{
    border-radius: 4px;
    height: 32px;
    background: #212d5c;
}

.product-entry .btn--add-to-cart, .product-entry .btn--wishlist {
    height: 32px;
}

.s-button-text {
    pointer-events: none;
    align-items: center;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
}


.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
    position: relative;
    right: 36px;
    color: #212d5c;
}






/*   ===   arrow   ===   */
#app button.s-slider-nav-arrow {
    height: 30px;
    width: 2rem;
    border-width: 0px;
    background: #fcc65a;
    border-radius: 25px/40px;
    color: #212d5c;
    position: relative;
}

#app button.s-slider-nav-arrow:hover {
    background: #212d5c;
    color: #fcc65a;
}

#app button.s-slider-nav-arrow:after {
    display: flex;
    content: "";
    width: -webkit-fill-available;
    right: 0;
    margin-inline: 8px;
    position: absolute;
    bottom: -1px;
    border-radius: 10px;
    border-top-left-radius: 34rem 20rem;
    border-top-right-radius: 34rem 20rem;
    height: 5px;
    background: #212d5c;
    z-index: 2;
    transition: all 150ms linear;
}

#app button.s-slider-nav-arrow:hover:after {
    margin-inline: 2px;
    background: #fcc65a;
}

#app salla-slider.details-slider .s-slider-block__title-nav button.s-slider-nav-arrow {
    background-color:#fcc65a;
}

#app .s-quantity-input-container {
    border-radius: ;
    border-radius: 25px/40px;
    padding: 0;
    height: 35px;
}

@media (min-width: 640px){
.sm\:text-3xl {
    text-align: right !important;
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #212d5c !important;
}
}

#app salla-slider.details-slider .s-slider-block__title-nav button.s-slider-nav-arrow:hover {
    background-color: #212d5c;
}

.s-slider-nav-arrow:not(:disabled):hover svg {
    fill: #ffffff;
}

.s-slider-block__title-left>:not([hidden])~:not([hidden]) {
    margin-right: 10px;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}












/*      ======      INNER PR      ======      */
salla-button .s-button-btn {
    background: #212d5c;
    border-radius: 25px/40px;
    padding: 0;
    height: 28px;
    border: 0;
    font-size: 12px;
    line-height: 40px !important;
    color: #ffffff !important;
    transition: all 150ms linear;
}

.s-add-product-button-with-quick-buy salla-quick-buy {
    margin-left: .5rem;
    flex: 100%;
}

@media (min-width: 1024px){
.s-add-product-button-with-quick-buy salla-quick-buy {
    margin-left: .5rem;
    flex: 50%;
}
}

salla-button .s-button-btn:hover {
    background: #fcc65a;
}

.s-button-btn:hover {
    opacity: 1;
}

custom-salla-product-card.s-product-card-entry salla-add-product-button button {
    height: 27px;
}

custom-salla-product-card .s-product-card-content-footer {
    margin-inline: 5px;
    flex-grow: 0 !important;
    margin-bottom: 8px !important;
    margin-top: 5px !important;
}

custom-salla-product-card.s-product-card-entry salla-add-product-button button.s-button-outline:before {
    display: flex;
    content: "";
    width: -webkit-fill-available;
    margin-inline: 15%;
    position: absolute;
    bottom: -2px;
    border-radius: 12px;
    border-top-left-radius: 22rem 3rem;
    border-top-right-radius: 22rem 3rem;
    height: 6px;
    background: #fcc65a;
    z-index: 2;
    transition: all 150ms linear;
}

custom-salla-product-card.s-product-card-entry salla-add-product-button button.s-button-outline:hover:before {
    border-radius: 4px;
    height: 31px;
    background: #212d5c;
}

custom-salla-product-card.s-product-card-entry:after {
    content: "";
    display: flex;
    height: 20px;
    margin-inline: 5px;
    margin-bottom: 5px;
    width: calc(100% - 10px);
    background-image: url(https://cdn.salla.sa/form-builder/b1CXpOhZRXqZ5VM1rfODrm9FctmMSNmIG5VFDomF.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.s-product-card-entry {
    position: relative;
    display: flex;
    height: 100%;
    border-width: 1px;
    border-radius: 12px;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    overflow: hidden;
}

.s-product-card-content {
    padding: 14px;
}

.s-product-card-content-sub {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
    color: #fcc65a;
}

custom-salla-product-card .s-product-card-content > :not([hidden]) ~ :not([hidden]) {
    margin-top: auto;
}

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

.s-product-card-content-main{
    margin-bottom: 5px;
    margin-top: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    color: #fcc65a;
}

.s-product-card-fit-height .s-product-card-image {
    height: 14rem;
    max-height: 14rem;
    background: #fff;
}

.s-products-list-vertical-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px !important;
}

custom-salla-product-card .s-product-card-content-title a {
    font-size: 14px;
    padding-inline: 5px;
    line-height: 21px;
}

@media (min-width: 1024px){
.s-products-list-vertical-cards {
    grid-template-columns: repeat(5,minmax(0,1fr));
}
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: #212d5c !important;
    height: 28px !important;
    opacity: 1;
    margin: 0 !important;
    width: 32px !important;
    background: #212d5c;
    border-radius: 25px/40px !important;
    color: #fcc65a;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: #fcc65a!important;
}

.s-button-wrap svg {
    height: 16px;
    width: 16px;
    fill: currentColor;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:before {
    display: none;
    content: "";
    width: -webkit-fill-available;
    right: 0;
    margin-inline: 8px;
    position: absolute;
    bottom: -2px;
    border-radius: 10px;
    border-top-left-radius: 34rem 20rem;
    border-top-right-radius: 34rem 20rem;
    height: 5px;
    background: #fcc65a;
    z-index: 2;
    transition: all 150ms linear;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover:before {
    margin-inline: 2px;
    background: #212d5c;
}

.s-product-card-wishlist-btn button:hover svg {
    fill: #212d5c;
}

.s-product-card-vertical .s-product-card-wishlist-btn {
    position: absolute;
    top: 4px;
    left: 4px !important;
    opacity: 1;
}

.s-product-card-price {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 100;
    -webkit-text-stroke: 0.3px;
}

.sm\:mb-6:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(https://cdn.salla.sa/form-builder/ZqeBdVBHgC2eGmhFuCRhvrXFt8HaPIeQ9lskrpku.png);
    background-size: contain;
}

.total-price{
    right: 0px;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: right !important;
    color: #212d5c !important;
}

.s-product-card-content-title a {
    display: block;
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #212d5c;
}











/*      ======      FEATURES      ======      */
.s-block--features {
    border-radius: 4px;
    border-width: 0px;
    border-color: rgba(229,231,235,.5);
    grid-template-columns: repeat(3,minmax(0,1fr));
    width: 100%;
    gap: 12px;
}

.s-block--features-list {
    margin-top: 72px;
    position: relative;
    display: flex;
    justify-content: center;
}

.s-block--features-list:before {
    content: "Ãâ¦ÃÂ§ Ãâ ÃÂªÃâ¦ÃÅ ÃâÃÂ² ÃÂ¨Ãâ¡ :";
    background: #202d5d;
    text-align: center;
    -webkit-text-stroke: 0.2px;
    line-height: 32px;
    color: #fff;
    position: absolute;
    height: 32px;
    width: calc(100% - 20px);
    border-radius: 25px/40px;
    font-size: 22px;
    transform: translateY(-40px);
}

.s-block--features-list:after {
    content: "";
    background: #fcc65a;
    text-align: center;
    line-height: 32px;
    position: absolute;
    height: 8px;
    width: 30%;
    border-radius: 7px;
    border-top-left-radius: 22rem 3rem;
    border-top-right-radius: 22rem 3rem;
    transform: translateY(-14px);
    top: 0;
}

.s-block--features__item {
    padding: 2.5rem 0rem 1.5rem 0rem;
    flex-direction: column;
    height: 160px;
    justify-content: space-between;
    background-image: url(https://cdn.salla.sa/form-builder/HicnAwncCV6f9Qs5ENt5QZCmO7TN8seF4h92EYA6.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1024px){
.s-block--features-list {
    margin-top: 72px;
    position: relative;
    display: flex;
    justify-content: center;
}

.s-block--features-list:before {
    line-height: 40px;
    height: 40px;
    transform: translateY(-40px);
    font-size: 22px;
}

.s-block--features-list:after {
    height: 10px;
    border-radius: 19px;
    border-top-left-radius: 40rem 4rem;
    border-top-right-radius: 40rem 4rem;
    transform: translateY(-6px);
}

.s-block--features__item {
    background-image: url(https://cdn.salla.sa/form-builder/C2hfCtmlolX0WkUkjeCNnaTf4SftSNPMFFN62lhK.jpg);
}

.s-block--features__item .feature-icon {
    font-size: 7rem!important;
    line-height: 3rem!important;
}

.s-block--features__item {
    height: 190px!important;
}

.s-block--features__item h4 {
    font-size: 19px!important;
    line-height: 18px!important;
}
}

.s-block--features>:not([hidden])~:not([hidden]) {
    border-top-width: 0;
    border-bottom-width:0;
    border-right-width: 0px;
}

.s-block--features__item>:not([hidden])~:not([hidden]) {
    margin-right: 0;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-block--features__item h4 {
    margin-block: 0;
    font-size: 13px;
    -webkit-text-stroke: 0.3px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
}

.s-block--features__item .feature-icon {
    font-size: 5.25rem;
    line-height: 3rem;
    color: #0000;
}

.s-block--features__item p {
    font-size: .875rem;
    display: none;
    text-align: center;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107,114,128,var(--tw-text-opacity));
}

body > div > section:nth-of-type(10) {
    padding-right: 10px;
    padding-left: 10px;
}

.sicon-store2:before {
    content: "\efbb";
    background-image: url(https://media.giphy.com/media/LwoqaCadxomWVLTPFs/source.gifjzjzU/giphy.gif);
    background-size: contain;
}

.sicon-shipping-fast:before {
    content: "\ef31";
    background-image: url(https://media.giphy.com/media/Vm9xLUjDX1meqK4d3K/source.gif);
    background-size: contain;
}

.sicon-fire:before {
    content: "\ebf7";
    background-image: url(https://media.giphy.com/media/H0EmEeoLf87Gvn8hXx/source.gif);
    background-size: contain;
}



















/*      ======      BOTTOM      ======      */
.footer-is-light .store-footer {
    background-color: #212d5c;
    background-image: url(https://cdn.salla.sa/form-builder/kMdogLiAnsyuCq0X0eDjL3t7stjEK5L7TlrHbj58.png) , url(https://cdn.salla.sa/form-builder/OZJlgrmYebIe7QUn2fM2vkfB22jXTlVUw6ciYKLG.png);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: right top, left top;
    color: #ffff;
    border-radius: 12px 12px 0px 0px;
    margin-top: 2rem;
}

#app > div.app-inner.flex.flex-col.min-h-screen.relative.overflow-hidden > footer > div.store-footer__top.py-11.lg\:pt-22.space-y-8 > div.container.space-y-8.sm\:space-y-0.sm\:grid.grid-cols-12.gap-8.lg\:gap-6 > div:nth-child(4) > ul {
    display: flex;
    justify-content: center;
}

@media (min-width: 640px){
.footer-is-light .store-footer {
    background-size: 18%!important;
    border-radius: 30px 30px 0px 0px !important;
}
}

.footer-logo {
    display: flex;
    justify-content: center;
}

.max-w-\[75\%\] {
    max-width: 100%;
    text-align: center;
    padding-inline: 10px;
}

.store-footer h3 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    border-radius: 70px/110px;
    line-height: 32px!important;
    display: flex;
    height: 32px;
    -webkit-text-stroke: 0.4px;
    font-weight: 100 !important;
    text-align: center;
    background: #fcc65a;
    position: relative;
    z-index: 1;
    justify-content: center;
    color: #212d5c;
}

.footer-title:before, .store-footer h3:before {
    content: "";
    width: calc(100% - 70%);
    display: flex;
    position: absolute;
    bottom: -2px;
    border-radius: 7px;
    border-top-left-radius: 22rem 3rem;
    border-top-right-radius: 22rem 3rem;
    height: 8px;
    background: #fff;
    z-index: -1;
}

.footer-list a {
    text-align: center;
    margin-bottom: .75rem;
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    transition: all 300ms cubic-bezier(.4,0,.2,1);
}

.footer-list a:hover {
    opacity: 1;
    transform: translateX(-10px);
    color: #fcc65a;
}

[dir=rtl] .footer-list a {
    padding-right: 12px;
}

[dir=ltr] .footer-list a {
    padding-left: 12px;
}

.mb-2\.5 {
    margin-bottom: 0.625rem;
    justify-content: center;
    flex-direction: row-reverse;
}

[dir=rtl] .store-footer .contact-icon {
    margin-inline: 4px 0px  !important;
}

[dir=ltr] .store-footer .contact-icon {
    margin-inline: 0px 4px !important;
}

.store-footer .contact-icon {
    position: relative;
    border: 0;
    overflow: hidden;
    font-size: 14px;
    border-radius: 0px;
    z-index: 1;
    color: #212d5c;
    -webkit-text-stroke: 0.5px;
    height: 25px;
    width: 25px;
}

.contact-icon:after {
    content: "";
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-size: contain;
    height: 100%;
    background-image: url(https://cdn.salla.sa/form-builder/ULxiyevqX6WRHssMG4SGTecafyRRzECeggp1LPlK.png);
    z-index: -1;
}

.unicode {
    unicode-bidi: plaintext;
    font-size: 16px;
    letter-spacing: 1px;
}

.hover\:opacity-70:hover {
    opacity: 0.8;
    transform: scale(1.1);
    transition-duration: 300ms;
}

.bg-darker {
    background-color: #18234b;
}

.store-footer__top {
    border-bottom-width: 0px;
    border-color: rgba(243,244,246,.04);
}










/*      =======      ------      ======      */
.s-block--banners .banner-entry:nth-child(5n+1), .has-2-photos .banner-entry:nth-child(n), .has-4-photos .banner-entry:nth-child(n), .has-5-photos .banner-entry:nth-child(n+4) {
    grid-column: span 1/span 2;
}

body > div > section:nth-of-type(2) {
    margin-top: 30px !important;
    margin-inline: 0px;
}

.gap-2\.5 {
    column-gap: 0px;
    row-gap: 0px;
}

body > div > section:nth-of-type(3) {
    margin-top: 10px !important;
}

.s-block--tabs-produtcs .grid-cols-2 {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
}

@media (min-width: 1024px){
.s-block--tabs-produtcs .grid-cols-2 {
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 10px;
}
.lg\:grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
}

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

.banner-entry {
    position: relative;
    height: 145px !important;
    overflow: hidden;
    border-radius: 4px;
    padding: .75rem;
    text-align: center;
    background: #0000;
}

@media (min-width: 640px){
.banner-entry {
    height: 250px !important;
    padding: 1rem;
}
}

@media (min-width: 410px){
.banner-entry {
    height: 148px !important;
}
}

@media (min-width: 415px){
.banner-entry {
    height: 151px !important;
}
}

@media (min-width: 420px){
.banner-entry {
    height: 154px !important;
}
}

@media (min-width: 425px){
.banner-entry {
    height: 157px !important;
}
}

@media (min-width: 430px){
.banner-entry {
    height: 160px !important;
}
}

@media (min-width: 435px){
.banner-entry {
    height: 163px !important;
}
}

@media (min-width: 440px){
.banner-entry {
    height: 166px !important;
}
}

@media (min-width: 1024px){

@media (min-width: 440px){
.banner-entry {
    height: 250px !important;
}
}
.s-block:first-of-type {
    margin-top: 1rem;
    max-width: 1280px;
    margin-inline: auto;
}

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


/*
.s-block:last-of-type {
    margin-top: 4rem;
    max-width: 1280px;
    margin-inline: auto;
}*/

.lg\:gap-5 {
    grid-template-columns: repeat(6,minmax(0,1fr))!important;
    column-gap: 16px;
}
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

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