/* 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;
}

.s-modal-xs {
    max-width: 380px;
    background: #ffffff00;
    border: #00000030 solid 4px;
    border-radius: 11px;
    backdrop-filter: blur(56px);
}

.s-modal-close {
    background-color: #0000;
}















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

.top {
    margin-top: 1rem;
}
/*
.navbar-brand img {
    max-height: 3.5rem;
    width: auto;
    max-width: 170px;
    margin-top: -4px;
}
*/
.header-is-dark #mainnav {
    background-color: #22222f;
    color: var(--header-text-color);
    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;
    background: radial-gradient(at 50% 0%, #4e216a82 14px, #2a1239 75%);
    background-color: #2a1239 !important;
}

#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, .sicon-list: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/jq0tFedmr7ndj2BVqvMK8aoAJcx5A2GZpnK4C2We.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, .sicon-list:before {
    background-image: url(https://cdn.salla.sa/form-builder/xx6pafkBp0CxZZjJwsZ63QDix7o6yjJqs6K5Xaw5.png);
}

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

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

.sicon-shopping:before {
    background-image: url(https://cdn.salla.sa/form-builder/lbWOogWsL4x9YxU1RPZQzhztYPARZ6I53J4hxePS.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;
}

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 #fff;
    background-color: #fff!important;
    transition: all 0.1s;
}

salla-slider .swiper-pagination-bullet-active, .dark salla-slider .swiper-pagination-bullet-active {
    outline: 1px solid #fff;
    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 #fff;
    background-color: #fff!important;
    transition: all 0.1s;
}

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

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
















/*      ======      TITLE      ======      */
.s-block-animated-text h3 {
    width: calc(50% + 40px);
    border-radius: 12px;
    height: 32px;
    line-height: 32px;
    margin-inline: auto;
    background-image: url(https://cdn.salla.sa/form-builder/zCSzWdWNtsFrLCJjb5yb6UYbirQXmnx4fTFYzcDC.png), radial-gradient(at 50% 0%, #f8f1da, #e3dabd);
    background-size: cover;
}

@media (min-width: 640px) {
.s-block-animated-text h3 {
    width: calc(50% + 40px);
    border-radius: 12px;
    height: 40px;
    line-height: 40px;
    margin-inline: auto;
    background-image: url(https://cdn.salla.sa/form-builder/zCSzWdWNtsFrLCJjb5yb6UYbirQXmnx4fTFYzcDC.png), radial-gradient(at 50% 0%, #f8f1da, #e3dabd);
    background-size: cover;
}
}
/*
.mt-3 {
    background-image: radial-gradient(at 50% 0%, #4e216a 14px, #4e216a 75%) !important;
    border-radius: 12px !important;
    color: #fff !important;
}

.mt-3:after {
    content:"";
    background-image: radial-gradient(at 50% 0%, #4e216a 14px, #4e216a 75%) !important;
    border-radius: 12px !important;
    color: #fff !important;
}

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

.s-login-modal-input {
    border-radius: 12px !important;
}
*/
.s-block {
    margin-top: 1rem;
}

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

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














/*      ======      PR      ======      */
salla-add-product-button button.s-button-element {
    border-radius: 10px;
    background-image: radial-gradient(at 50% 0%, #4e216a 14px, #4e216a 75%);
    background-size: cover;
    background-position: center;
    border: 0;
    padding-block: 6px 2px !important;
    height: 30px !important;
    color: #ffffff !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/zCSzWdWNtsFrLCJjb5yb6UYbirQXmnx4fTFYzcDC.png), radial-gradient(at 50% 0%, #f8f1da, #e3dabd);
    background-size: cover;
    background-position: center;
    color: #4e216a !important;
    border: #4e216a solid 1px;
}

.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 #4e216a ;
    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 #4e216a ;
    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;
  }
}

#app .product-block__thumb:not(.s-product-card-image) .thumb-wrapper img {
    border: #4e216a solid 1px;
}

@media (min-width: 1024px) {
.lg\:max-w-\[60\%\] {
    max-width: 100%;
}
body .s-product-card-horizontal .s-product-card-image {
    width: 30rem;
    height: 30rem;
}
.md\:max-h-80 {
    max-height: 30rem;
}
body.p-border-on custom-salla-product-card.product-block .product-block__info {
    padding-bottom: 6px;
    padding-bottom: var(--atc-b-space, 6px);
    max-height: 100rem;
    height: 100%;
    display: flex;
    justify-content: space-around;
}
.btn {
    display: inline-flex;
    flex: 0 1 0%;
}
}













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

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

.enhanced-features .feature-icon {
    z-index: 0;
    background-color: #4e216a !important;
    border-radius: 0px 0px 5px 5px !important;
    top: -1.2rem !important;
    position: relative;
    height: 50px;
}

.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: 55px;
    min-height: 55px;
}

.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 .feature-icon:before {
    display: flex;
    content: "";
    height: 20px;
    top: -12px;
    position: absolute;
    width: 100%;
    clip-path: polygon( 100% 100%,0% 100%,0% 32.304%,0% 32.304%,0.255% 25.586%,0.98% 19.426%,2.118% 13.93%,3.609% 9.2%,5.396% 5.339%,7.42% 2.45%,9.622% 0.638%,11.946% 0.004%,14.331% 0.653%,16.72% 2.687%,50.011% 41.567%,83.28% 2.687%,83.28% 2.687%,85.669% 0.653%,88.054% 0.004%,90.378% 0.638%,92.58% 2.45%,94.604% 5.339%,96.391% 9.2%,97.882% 13.93%,99.02% 19.426%,99.745% 25.586%,100% 32.304%,100% 100% );
    z-index: -1;
    background: #4e216a;
}

.enhanced-features .feature-icon:after {
    display: flex;
    content: "";
    height: 20px;
    bottom: -12px;
    position: absolute;
    width: 100%;
    clip-path: polygon( 0% 0%,100% 0%,100% 67.696%,100% 67.696%,99.745% 74.416%,99.02% 80.579%,97.882% 86.081%,96.391% 90.817%,94.604% 94.683%,92.58% 97.574%,90.378% 99.388%,88.054% 100.018%,85.669% 99.361%,83.28% 97.313%,49.989% 58.433%,16.698% 97.313%,16.698% 97.313%,14.315% 99.361%,11.935% 100.018%,9.615% 99.388%,7.415% 97.574%,5.393% 94.683%,3.608% 90.817%,2.117% 86.081%,0.98% 80.579%,0.255% 74.416%,0% 67.696%,0% 0% );
    z-index: -1;
    background: #4e216a;
}




















/*      ======      VISITORS      ======      */
.special-testimonial {
    background-color: #eff0f5;
}

[dir=rtl] .s-block-special-testimonials .carousel-slider .swiper {
    padding-left: 0rem;
}

.s-block-special-testimonials {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

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



















/*      ======      FOTTER      ======      */
@media (max-width: 767px) {
.store-footer {
    background-color: #e3dabd;
}
}
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: 50% 50% 0 0 / 40px 40px 0 0;
}

.footer-is-dark .store-footer__inner {
    padding-bottom: 0;
    background-color: #23232f;
    border: 0;
    background-image: radial-gradient(at 50% 0%, #4e216a 14px, #2a1239 75%);
    background-size: cover;
    color: #fff;
    border-radius: 30px 30px 0px 0px;
}
.store-footer .social-link {
    background: #ffffff7a;
    border: 0;
    color: #ffffff;
    height: 34px !important;
    width: 34px !important;
    border-radius: 10px;
}

@media (max-width: 768px) {
.footer-links h3 {
    margin-top: 35px;
}
.footer-bottom {
    padding-top: 34px;
}
.footer-payment-title {
    background: #4e216a !important;
    color: #ffffff !important;
}
}

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

.footer-bottom:before {
    display: flex;
    content: "";
    height: 68px;
    top: -28px;
    right: 0;
    position: absolute;
    width: 100%;
    clip-path: polygon( 100% 100%,100% 100%,99.917% 93.561%,99.675% 87.351%,99.282% 81.435%,98.75% 75.879%,98.087% 70.746%,97.303% 66.102%,96.408% 62.011%,95.412% 58.539%,94.324% 55.75%,93.154% 53.71%,57.714% 5.161%,57.714% 5.161%,56.191% 3.289%,54.655% 1.832%,53.108% 0.792%,51.554% 0.168%,49.996% -0.04%,48.437% 0.168%,46.88% 0.792%,45.329% 1.832%,43.786% 3.289%,42.255% 5.161%,6.846% 53.71%,6.846% 53.71%,5.676% 55.794%,4.588% 58.617%,3.592% 62.113%,2.697% 66.218%,1.913% 70.867%,1.25% 75.995%,0.718% 81.537%,0.325% 87.428%,0.083% 93.604%,0% 100%,100% 100% );
    z-index: -1;
    background: #e3dabd;
}

.store-footer h3 {
    background: #e3dabd;
    text-align: center;
    border-radius: 30px;
    height: 32px;
    line-height: 32px;
    color: #4e216a;
}

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

@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_top p {
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
}
.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;
}

.m-4 {
    margin: 0rem;
}

span.text-sm.opacity-75.lg\:text-center.px-4.block.my-2 {
    margin-inline: -15px;
    background: #e3dabd;
    position: relative;
    overflow: visible;
    z-index: 0;
    margin-top: 0rem;
    padding-inline: 15px;
    margin: 0;
    padding-block: 15px;
}
/*
span.text-sm.opacity-75.lg\:text-center.px-4.block.my-2:before {
    display: flex;
    content: "";
    height: 68px;
    top: -33px;
    right: 0;
    position: absolute;
    width: 100%;
    clip-path: polygon( 100% 100%,100% 100%,99.917% 93.561%,99.675% 87.351%,99.282% 81.435%,98.75% 75.879%,98.087% 70.746%,97.303% 66.102%,96.408% 62.011%,95.412% 58.539%,94.324% 55.75%,93.154% 53.71%,57.714% 5.161%,57.714% 5.161%,56.191% 3.289%,54.655% 1.832%,53.108% 0.792%,51.554% 0.168%,49.996% -0.04%,48.437% 0.168%,46.88% 0.792%,45.329% 1.832%,43.786% 3.289%,42.255% 5.161%,6.846% 53.71%,6.846% 53.71%,5.676% 55.794%,4.588% 58.617%,3.592% 62.113%,2.697% 66.218%,1.913% 70.867%,1.25% 75.995%,0.718% 81.537%,0.325% 87.428%,0.083% 93.604%,0% 100%,100% 100% );
    z-index: -1;
    background: #f25a3a;
}*/



.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;
}
/*
.footer_logo {
    display: none;
}*/
}




















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

/* تعديل iframe */
frame.hide-scroll {
  height: 250px !important;
  border: 1px solid #ddd !important;
}

/* تعديل header */
.s-modat-header {
  background-color: #f0f0f0;
  padding: 10px;
}

/* تعديل المتغيرات في الصفحة الرئيسية */
:root {
  --parent-width: 800px;
  --color-primary: #ffffff;
}