/**
 * Ursla Care — production CSS
 * Consolidated cascade with the approved visual result preserved.
 * Obsolete header overrides and duplicate declarations were removed.
 */

/* ===================================
   CSS Variables
=================================== */
:root {
    --color-primary: #cc8090;
    --color-primary-reverse: #ffffff;
    --color-text: #333;
    --color-text-reverse: #ffffff;
    --color-primary-l: #ffffff;
    --color-primary-t: #f2a6b6;
    --color-primary-tt: #ffffff;
    --color-primary-d: #b36777;
    --color-title: #803444;
    --color-border: #eee;
    --bs-card-border-color: #eee;
    --bs-card-cap-padding-y: 1rem;
}

.product-single salla-add-product-button[product-id="1528173870"],
.product-single .sticky-product-bar:has(salla-add-product-button[product-id="1528173870"]) {
    display: none !important;
}

.product-single salla-add-product-button[product-id="2118068023"],
.product-single .sticky-product-bar:has(salla-add-product-button[product-id="2118068023"]) {
    display: none !important;
}

.s-slider-has-notitle .s-slider-block__title {
    margin-bottom: 30px;
}


body.cart .s-products-slider-slider .product-card.hover_style_4:not(.product-card--horizontal):not(.product-entry--horizontal) .product-card__content {
    margin-top: -70px;
}

.product-card--special .product-card__content {
    width: 375px;
}

body.cart .s-slider-block__title-right h2 {
    font-size: 0;
}

body.cart .s-slider-block__title-right h2::after {
    content: "اختاري العدسة المثالية";
    font-size: 18px; /* عدل الحجم حسب رغبتك */
    display: block;
}

#tabbyPromoWrapper {
    direction: rtl !important;
    text-align: right !important;
    border-radius: 1rem !important;
}


.zudapp-widget__bundle-style-2__title {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.zudapp-widget__bundle-style-2__title > p:first-child {
    margin: 0 !important;
    font-size: 22px;
    font-weight: 700;
  text-align: center !important;
}

.zudapp-widget__bundle-style-2__title > p:last-child {
    margin-top: 8px !important;
    font-size: 15px !important;
    font-weight: 400;
    color: #424242;
  text-align: center !important;
}


[data-selia="footer-logo-link"]{
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin: 0 !important;
    padding-right: 10px;
    line-height: 0 !important;
}

[data-selia="footer-brand-column"] .footer-badges{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    gap:10px !important;
    max-width:100% !important;
    overflow:hidden !important;
}

[data-selia="footer-brand-column"] .footer-badges > *{
    flex-shrink:1 !important;
    min-width:0 !important;
}

[data-selia="footer-brand-column"] salla-trust-badges,
[data-selia="footer-brand-column"] .footer-tax,
[data-selia="footer-brand-column"] [data-selia="footer-sbc-link"]{
    align-self:center !important;
}

[data-selia="footer-brand-column"] .footer-tax{
    display:flex !important;
    align-items:center !important;
}

[data-selia="footer-brand-column"] [data-selia="footer-sbc-link"]{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    flex-wrap:wrap !important;
}

[data-selia="footer-brand-column"] [data-selia="footer-sbc-link"] img{
    width:65px !important;
    height:65px !important;
    margin:0 !important;
    max-width:100% !important;
}

.productyess {
  margin-right: 100px;
}

.product-single .sticky-product-bar salla-add-product-button salla-button .s-button-btn {
    max-height: 40px;
    background: #da6487;
    color: white !important;
}

    .product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__enhanced-mini-cart button {
        padding-bottom: 10px !important;
        color: white !important;
        border-radius: 13px;
    }

button[aria-label="Add to cart button"] {
    background: #da6487 !important;
    border-radius: 50px;
}

.zudapp-widget-298 .zudapp-widget__bundle-style-3__copy, .zudapp-widget-298 .zudapp-widget__bundle-style-3__copy * {
    padding-bottom: 10px;
}

.zudapp-widget__bundle__swiper-nav-btn-row {
    display: none !important;
}

.s-comments-item-user-info {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

.s-comments-flex {
    white-space: nowrap !important;
}

    .md\:grid-cols-2 {
        padding-top: 50px;
    }

.s-comments-item-timestamp {
    display: none;
}

.s-comments-item-user-info-name-with-margin {
    margin: 0 !important;
    font-size: 0.9rem;
}


.s-translate-wrap, .s-translate-all-wrap {
    display: none !important;
}

/* في حال فيه بوردر داخلي */
custom-salla-product-card[special-single-product="true"] .product-card__content,
custom-salla-product-card[special-single-product="true"] .product-card__image {
    border: none !important;
}
body.products-has-border custom-salla-product-card[special-single-product="true"].product-card {
    border: none !important;
}

/* استهداف المنتج الأساسي */
custom-salla-product-card[special-single-product="true"] {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* إزالة أي تأثير خارجي (غالباً هذا هو البوردر الزهري) */
custom-salla-product-card[special-single-product="true"]:hover,
custom-salla-product-card[special-single-product="true"]:focus,
custom-salla-product-card[special-single-product="true"]:focus-within {
    box-shadow: none !important;
    outline: none !important;
}

/* لو البوردر معمول بـ before/after */
custom-salla-product-card[special-single-product="true"]::before,
custom-salla-product-card[special-single-product="true"]::after {
    display: none !important;
    content: none !important;
}

/* أحياناً يكون داخل wrapper */
custom-salla-product-card[special-single-product="true"] * {
    box-shadow: none !important;
}

.s-block--animated-brands--marquee {
    margin-bottom: -45px;
    margin-top: -10px;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 10px;
}

.space-y-4>:not([hidden])~:not([hidden]) {
    border-radius: 20px;
}

.sicon-keyboard_arrow_down, i.sicon-keyboard_arrow_down {
    margin-left: -20px;
}

    .img-magnifier-glass, .magnify-wrapper img {
        pointer-events: auto !important;
        padding-right: 0px !important;
    }

.product-single .s-slider-container .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

.product-single .s-slider-container .swiper-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}


salla-comment-form {
  display: none !important;
}

.s-reviews-summary-header {
    display: none;
}


.rtl .form-select, .rtl select, [dir=rtl] .form-select, [dir=rtl] select {
    background-position: left .5rem center;
    padding-right: 80px;
}

.popup-css-pb-5, .py-5 {
    padding-bottom: 0rem;
}

/* ===================================
   Product Card - النجوم التلقائية
=================================== */

/* إضافة نجوم لكل المنتجات الثانوية */
.product-card .product-card__content-wrapper::after {
    content: "★★★★★";
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 6px;
    color: #000;
    letter-spacing: 2px;
}

.product-single__info h1 {
    font-size: 25px !important;
}

/* إخفاء النجوم عن المنتج الرئيسي فقط */
custom-salla-product-card[special-single-product="true"] .product-card__content-wrapper::after {
    content: none !important;
    display: none !important;
}

/* إخفاء تقييمات salla الافتراضية من المنتجات الثانوية */
.product-card .s-rating-stars-wrapper {
    margin-bottom: 5px;
    display: none;
}

/* ===================================
   المنتج الرئيسي (special-single-product)
=================================== */
custom-salla-product-card[special-single-product="true"] .product-card__title a {
    font-size: 25px !important;
    font-weight: 700;
    line-height: 35px;
}

custom-salla-product-card[special-single-product="true"] .product-card__content {
    margin-bottom: 0px !important;
    margin-top: -40px !important;
}

custom-salla-product-card[special-single-product="true"] .product-card__subtitle {
    font-size: 18px !important;
    font-weight: 500;
}

/* ===================================
   Product Card - عام
=================================== */
/*
 * Unified card geometry for homepage and category/product-index pages.
 * Product images reserve their space (better CLS), touch the card edges,
 * and are shown completely without crop or transform-based shrinking.
 */
.product-card {
    border-radius: 16px;
    background: #ffffff;
    padding: 14px;
    text-align: center;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
}

.product-card .product-slider,
.product-card .s-slider-container,
.product-card .s-slider-wrapper,
.product-card > div > a {
    display: block;
    height: auto;
    background: #ffffff;
    margin-top: 0;
}

.product-card .product-card__image,
.product-card--fit-height .product-card__image {
    width: calc(100% + 28px) !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 1 / 1;
    margin: -14px -14px 0 !important;
    overflow: hidden !important;
}

.product-card .product-card__image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
    filter: none !important;
}

/* Category cards use exactly the same card sizing rules as homepage cards. */
.product-index .product-card,
body.product-index .product-card {
    height: 100% !important;
    min-height: 0 !important;
}

.product-card__quick-buy {
    display: block !important;
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    min-height: 38px !important;
    height: auto !important;
    margin: -10px auto 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 3 !important;
    overflow: hidden !important;
    border-radius: 13px !important;
}

.product-card__quick-buy salla-quick-buy,
.product-card__quick-buy .s-fast-checkout-button,
.product-card__quick-buy apple-pay-button,
.product-card__quick-buy button {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    visibility: visible !important;
    opacity: 1 !important;
}


@media (max-width: 1024px) {
    .product-card {
        border-radius: 20px;
        padding: 5px;
    }

    .product-card .product-card__image,
    .product-card--fit-height .product-card__image {
        width: calc(100% + 10px) !important;
        margin: -5px -5px 0 !important;
    }

    .product-card > .product-card__quick-buy,
    custom-salla-product-card > .product-card__quick-buy,
    salla-product-card > .product-card__quick-buy {
        display: block !important;
        width: calc(100% - 12px) !important;
        max-width: calc(100% - 12px) !important;
        min-height: 38px !important;
        margin: 6px auto 4px !important;
        visibility: visible !important;
        opacity: 1 !important;
        overflow: hidden !important;
    }

}


.product-card__title a {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    display: block;
    margin: 10px 0 6px;
}

/* اخفاء التقييم من كل المنتجات */
.product-card .custom-rating {
    display: none !important;
}

/* اظهار التقييم فقط في المنتج المميز */
custom-salla-product-card[special-single-product="true"] .custom-rating {
    display: block !important;
}

.product-card__price {
    justify-content: center;
}

.product-card__price .total-price {
    font-size: 19px;
}

.product-card__price .before-price,
.product-card__price .starting-or-normal-price {
    font-size: 13px;
    color: #cc7f8f;
}

.product-card__out-label {
    background: #cc7f8f !important;
    color: #fff;
    font-size: 13px;
    border-radius: 8px;
    padding: 4px 8px;
}

.product-card__actions {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    display: none;
}

.product-card__promotion {
    background: #ef4444 !important;
    top: 20px;
    left: 15px;
}

.product-card__discount {
    display: none !important;
}

.product-card__enhanced-mini-cart button.s-button-element {
    background: #da6487 !important;
    color: #ffffff !important;
    border-radius: 11px;
}

.product-card__enhanced-mini-cart button.s-button-element i {
    color: #ffffff !important;
}

.product-card--primary-buttons button i,
.product-card--primary-buttons salla-button i {
    color: #ffffff !important;
    display: none;
}


.product-card.hover_style_4:not(.product-card--horizontal):not(.product-entry--horizontal) .product-card__content {
    margin-bottom: 0px;
    margin-top: -20px;
}

    .product-card__price .before-price, .product-card__price .starting-or-normal-price {
        font-size: 13px;
        color: #000 !important;
    }

body.products-has-border .product-card {
    border: 2px solid var(--product-border-color) !important;
}

/* ===================================
   Custom Rating (صفحة المنتج الواحد)
=================================== */
.custom-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
    direction: rtl;
    font-size: 23px;
}

body.product-single .custom-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.custom-rating .stars {
    order: 1;
    color: #000;
    letter-spacing: 3px;
    font-size: 22px;
    line-height: 1;
}

.custom-rating .reviews {
    order: 2;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

/* ===================================
   Buttons
=================================== */
/* [aria-label="Add to cart button"] .s-button-text {
    font-size: 0;
}

[aria-label="Add to cart button"] .s-button-text::after {
    content: "اطلب الآن!";
    font-size: 16px;
} */


.swiper-thumbs .slide--one-fourth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


body.product-single salla-rating-stars {
    display: none !important;
}

    .s-button-element:not(:disabled):not([loading]) {
        background: #ffffff;
        color: #cb7f8f !important;
        height: 43px !important;
        border-radius: 13px;
    }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after {
    display: none;
}

.btn--primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    border-width: 1px;
    color: #ffffff !important;
    border-radius: 15px !important;
}


.btn.mt-8 {
    margin-top: 0 !important;
}

.s-infinite-scroll-btn {
    display: none !important;
}

a.btn.group.bg-primary {
    width: 21rem !important;
    border-radius: 500px !important;
}

.addToCart__btn button {
    background: #da6487 !important;
    color: #fff !important;
    border-radius: 12px !important;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 12px 0;
    border: none !important;
}

.product-card__normal-cart__btn .s-button-text {
    display: flex;
    gap: 5px;
    color: white;
}

.s-fast-checkout-button.outline,
.s-fast-checkout-button.rtl {
    border-radius: 15px !important;
}

.s-fast-checkout-button.rtl {
    flex-direction: row-reverse;
}

.s-login-modal-link.link-outline {
    border-radius: 15px !important;
}

.btn--wishlist {
    display: none;
}

.s-add-product-button-main .s-add-product-button-mini-checkout {
    --salla-fast-checkout-button-border-radius: 15px;
    --salla-fast-checkout-button-height: 100%;
}

/* ===================================
   Navigation & Header
=================================== */
.logo-normal,
.navbar-brand img.logo-normal,
img[src*="AxwjD/JQI4zlZpdQUu4fxy"] {
    width: auto !important;
    height: 52px !important;
    max-height: 52px !important;
    object-fit: contain !important;
}

.store-header .main-nav-container.fixed-pinned .navbar-brand img {
    width: auto !important;
    height: 52px !important;
    max-height: 52px !important;
    object-fit: contain !important;
}

body.trans_header .store-header .main-menu-row,
body.trans_header .store-header .main-nav-container,
body.trans_header .store-header .top-navbar {
    background-color: #fbf6f3;
}

.main-nav-container.fixed-pinned .inner {
    height: 70px;
}

/* Exact approved header frame: logo + icons remain centered inside #mainnav. */
#mainnav > div.inner.bg-inherit.w-full {
    height: 70px !important;
    min-height: 70px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
}

#mainnav > div.inner.bg-inherit.w-full > div {
    width: 100% !important;
}

#mainnav > div.inner.bg-inherit.w-full > div > div > div.flex.items-center.flex-col.justify-center > a > img {
    display: block !important;
    width: 125px !important;
    max-width: 125px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    transform: none !important;
    margin: 0 !important;
}

@media (max-width: 1024px) {
    .logo-normal,
    .navbar-brand img.logo-normal,
    img[src*="AxwjD/JQI4zlZpdQUu4fxy"] {
        height: 48px !important;
        max-height: 48px !important;
    }

    .store-header .main-nav-container.fixed-pinned .navbar-brand img {
        height: 50px !important;
        max-height: 50px !important;
    }

    #mainnav > div.inner.bg-inherit.w-full {
        height: 70px !important;
        min-height: 70px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #mainnav > div.inner.bg-inherit.w-full > div > div > div.flex.items-center.flex-col.justify-center > a > img {
        width: 110px !important;
        max-width: 110px !important;
        height: auto !important;
        max-height: none !important;
        transform: none !important;
        margin: 0 !important;
    }
}

/* ===================================
   Product Single Page
=================================== */
h1.text-xl.text-store-text-primary {
    font-size: 25px;
    color: #000;
}

.product-single__inner .btn-tab,
.product-single__inner .s-button-btn,
.product-single__inner .s-button-icon,
.product-single__inner .s-comment-form-input,
.product-single__inner .s-form-control,
.product-single__inner .s-product-options-thumbnails-wrapper label,
.product-single__inner .s-quantity-input-container,
.product-single__inner .s-quick-order-container,
.product-single__inner .s-social-share-list {
    border-radius: 15px !important;
}

.product-single .product-features-item,
.s-product-options-wrapper,
.s-quantity-input-button svg,
.s-quantity-input-input {
    background-color: #ffffff00;
    fill: #cc7f8f;
    color: #cc7f8f;
}

.is-sticky-product-bar.has-bottom-nav.product-single {
    padding-bottom: 4rem !important;
}

.is-sticky-product-bar.has-bottom-nav.product-single .sticky-product-bar {
    bottom: 0px !important;
}

.s-social-share-wrapper {
    position: relative;
    display: none;
}

.inventory-content {
    display: none;
}

.s-product-card-rating span svg {
    height: 12px;
    margin-bottom: 3px;
    width: 1rem;
    fill: #000000;
}

.s-rating-stars-selected {
    fill: #000000;
}

.s-product-options-grid-mode input:checked + div,
.s-product-options-grid-mode-span:hover {
    background-color: #cc808f;
    border-color: #ffffff;
    color: #ffffff;
}

.product-more-info .more-tab-container .more-info-tabs__nav-link {
    background: #cc808f;
    color: #ffffff;
    border-radius: 10px;
}

.product-more-info .more-tab-container .more-info-tabs__nav-link.active {
    display: none;
}


/* Product page main Add-to-Cart — scoped, no product-card side effects. */
.product-single .product-single__info salla-add-product-button .s-button-btn,
.product-single .product-single__info salla-add-product-button button,
.product-single #stickyAddToCart {
    background: #da6487 !important;
    border-color: #da6487 !important;
    color: #ffffff !important;
    border-radius: 13px !important;
    overflow: hidden !important;
}

/* ===================================
   Quantity Input
=================================== */
.s-quantity-input-container {
    align-items: stretch;
    border-radius: 500px;
    border-width: 1px;
    display: flex;
    font-size: .875rem;
    height: 2.5rem;
    justify-content: space-around;
    line-height: 1.25rem;
}

salla-quantity-input .s-quantity-input-container {
    background: #ffffff;
    border-radius: 15px;
    padding: 6px 12px;
    width: 185px;
    margin-bottom: -10px;
}

salla-quantity-input .s-quantity-input-button {
    background: transparent;
    border: none;
    padding: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

salla-quantity-input .s-quantity-input-button svg {
    width: 18px;
    height: 18px;
    fill: #cc7f8f;
}

salla-quantity-input .s-quantity-input-input {
    border: none;
    background: transparent;
    text-align: center;
    width: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #cc7f8f;
}

salla-quantity-input input::-webkit-outer-spin-button,
salla-quantity-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ===================================
   Cart
=================================== */
.cart-item {
    background: white;
    box-shadow: rgb(149 157 165 / 22%) 0 4px 7px;
    border-radius: 20px;
    border: none !important;
}

.s-cart-summary-count:where([dir=rtl],[dir=rtl] *) {
    right: -.375rem;
    background: #cc8090;
}

.s-add-product-toast__actions salla-button .s-button-btn.s-button-gray-outline {
    color: white;
}


.s-payments-list:where([dir=rtl],[dir=rtl] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
    background: transparent;
}

.s-payments-list-item {
    background: transparent;
}

div[style*="-apple-pay-button"] {
    border-radius: 12px !important;
    width: 100% !important;
    height: 48px !important;
}

.apple-pay-btn-wrapper .apple-pay-btn {
    color: white;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    border-radius: 15px;
}

.apple-pay-btn-wrapper .apple-pay-btn > span {
    border-radius: 15px;
}

.product-single apple-pay-button {
    --apple-pay-button-border-radius: 15px;
}

/* ===================================
   Tamara & Tabby
=================================== */
.tamara-product-widget {
    border: 1.5px solid #cacaca !important;
    border-radius: 9px !important;
    height: 90px !important;
    min-height: 90px !important;
    padding-bottom: 24px !important;
}

.tamara-product-widget .tamara-logo {
    position: absolute;
    left: 20px !important;
    top: 32px !important;
    margin: 0 !important;
    height: 24px !important;
}

[dir="rtl"] .styles__tabbyPromoSnippet--ed9ac,
.styles__tabbyPromoSnippet--ed9ac {
    border: 1px solid #70eac1 !important;
    border-radius: 20px !important;
}

[dir="rtl"] .styles__tabbyPromoSnippet--ed9ac {
    direction: rtl;
    text-align: right;
}

.styles__snipperWrapperBgWhite--e52a2 {
    background-color: #fffacd !important;
}

[id^="tabbyPromoWrapper"] .styles__snippetContentWrapper--ac42d {
    background: red !important;
}

/* ===================================
   Zudapp Bundle Widget
=================================== */
.zudapp-widget__bundle-style-3__product-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    font-family: "PingARLT";
}

.zudapp-widget__bundle-style-3__price {
    color: var(--after-discount-price-color);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.2px;
    line-height: 140%;
    font-family: "PingARLT";
}

.zudapp-widget__bundle-style-3__title {
    font-family: "PingARLT";
    color: #454545;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
}

.zudapp-widget__bundle-style-3__old-price {
    font-family: "PingARLT";
    color: #b77280;
    font-weight: 500;
}

.zudapp-widget__bundle-style-3__checkbox:checked {
    background-color: #cc808f !important;
    border-color: #cc808f !important;
}

.zudapp-widget__bundle-style-3__card,
.zudapp-widget__bundle-style-3__card.in-dialog {
    gap: 12px;
    padding: 12px;
    position: relative;
    transition: border-color .3s;
    box-shadow: rgb(149 157 165 / 22%) 0 4px 7px;
}

.zudapp-widget__bundle-style-3__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 600px;
    overflow: auto;
}

.zudapp-widget__bundle__dialog__header {
    background-color: #fff;
    border-bottom: 1px solid #e2e8f0;
    width: 100%;
    z-index: 1000;
    font-family: "PingARLT";
}

.zudapp-widget__bundle__action-btn {
    background: #b77280;
    border-radius: 10px;
}

.zudapp-widget__bundle__main-product__price span {
    color: #000000;
}

.zudapp-widget__bundle__main-product__price del {
    color: #b77380;
}

.zudapp-widget__bundle__main-product__name {
    width: 170px;
}

/* ===================================
   Brand Logos Slider
=================================== */
.s-block--animated-brands--brand {
    background: #eeeeee00;
    border-radius: 10px;
}

.s-block--animated-brands--brand img {
    height: 70px;
    width: 160px;
}

.brands .brand,
.brand-logo-item,
[class*="brand"] .card,
[class*="brand"] .item {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

img[alt="Brand"] {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

/* ===================================
   Price Display
=================================== */
#original_price {
    position: relative;
    text-decoration: none;
    gap: 4px;
    color: #da6488 !important;
}

#original_price::after {
    content: "";
    position: absolute;
    left: 0;
    right: 18px;
    top: 50%;
    height: 1px;
    background: currentColor;
}

#has_discount {
    font-weight: 600;
    color: black;
}

.item-original-price {
    font-size: 0.875rem;
    color: #999999;
    text-decoration: line-through;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.item-original-price i.sicon-sar {
    font-style: normal;
    vertical-align: middle;
}

.item-price {
    font-size: 1rem;
    color: #cc7f8f;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.item-price i.sicon-sar {
    vertical-align: middle;
}

.product-price.product-price-bottom {
    display: none;
}

/* ===================================
   Slider & Swiper
=================================== */
.index .swiper.s-slider-container .swiper-slide {
    margin: 0px 0px !important;
}

.index .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.index .carousel-slider,
.index salla-slider:not(.hydrated) {
    visibility: visible;
    margin-top: 95px;
}

.index .s-slider-wrapper {
    position: relative;
}

.index .s-products-slider-wrapper .s-slider-swiper-wrapper {
    margin-top: 35px;
}

/* ===================================
   Videos Gallery
=================================== */
.s-block--videos-gallery .videos-gallery-container {
    margin-top: -70px;
}

.s-block--videos-gallery .videos-gallery-container .video-item .video-overlay {
    align-items: center;
    background: rgb(0 0 0 / 0%);
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
}

/* ===================================
   FAQ
=================================== */
.single-faq {
    border-radius: 15px;
    background: #faf8f7;
    border-width: 0px;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 19%);
}

.sicon-keyboard_arrow_down,
i.sicon-keyboard_arrow_down {
    background: transparent;
    color: #cc808f;
    font-size: 25px;
}

i.bg-primary.text-primary-reverse.rounded-full.text-base.p-\[4px\].sicon-keyboard_arrow_up {
    background: transparent !important;
    font-size: 20px;
}

/* ===================================
   Footer
=================================== */
/* Larger footer logo, preserving its original aspect ratio. */
[data-selia="footer-logo-link"] img,
.store-footer [data-selia="footer-logo-link"] img {
    display: block !important;
    width: 125px !important;
    max-width: 125px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    transform: translateY(clamp(40px, 6.5vw, 66px)) !important;
}

/* Mobile/tablet keeps the native footer links block. */
.store-footer .footer-list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    column-gap: 24px !important;
    row-gap: 14px !important;
    padding-right: 10px;
    margin-bottom: -10px;
    text-decoration: underline;
}

.store-footer .footer-list > li {
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.store-footer .footer-list > li > a {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
}

/* Preserve the previously approved mobile order. */
@media (max-width: 1024px) {
    [data-selia="footer-logo-link"] img,
    .store-footer [data-selia="footer-logo-link"] img {
        width: 110px !important;
        max-width: 110px !important;
    }

    .footer-list li:nth-child(1) { order: 1; }
    .footer-list li:nth-child(2) { order: 2; }
    .footer-list li:nth-child(3) { order: 3; }
    .footer-list li:nth-child(4) { order: 5; }
    .footer-list li:nth-child(5) { order: 4; }
    .footer-list li:nth-child(6) { order: 6; }
    .footer-list li:nth-child(7) { order: 7; }
    .footer-list li:nth-child(8) { order: 8; }
}

/*
 * Desktop: the JS creates one stable copy of the links immediately before the
 * communication/social block. Styling matches the approved editor screenshot:
 * right-aligned title, wide horizontal underlined links and a wrapped second row.
 */
@media (min-width: 1025px) {
    .store-footer .ursla-footer-links-source-hidden {
        display: none !important;
    }

    #urslaDesktopFooterLinksStandalone {
        display: block !important;
        width: 100% !important;
        max-width: 925px !important;
        min-width: 0 !important;
        margin: 24px auto 18px !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
        direction: rtl !important;
        grid-column: 1 / -1 !important;
        flex: 0 0 100% !important;
        align-self: stretch !important;
        position: relative !important;
        inset: auto !important;
        transform: none !important;
        clear: both !important;
        background: transparent !important;
        border: 0 !important;
    }

    #urslaDesktopFooterLinksStandalone [data-ursla-footer-links-inner] {
        width: 100% !important;
        max-width: 780px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    #urslaDesktopFooterLinksStandalone h3 {
        display: block !important;
        width: 100% !important;
        margin: 0 0 18px !important;
        padding: 0 !important;
        text-align: right !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 1.5 !important;
        transform: none !important;
    }

    #urslaDesktopFooterLinksStandalone [data-ursla-footer-links-nav] {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        column-gap: 22px !important;
        row-gap: 24px !important;
        width: 100% !important;
        max-width: 780px !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    #urslaDesktopFooterLinksStandalone a {
        display: inline-flex !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        white-space: nowrap !important;
        text-decoration: underline !important;
        color: inherit !important;
        font-size: 13px !important;
        line-height: 1.6 !important;
        transform: none !important;
    }
}

.store-footer h3 {
    text-align: right;
    padding-right: 8px;
}

.footer-description,
.footer-description p,
.footer-description + p {
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 1px;
    margin-top: 6px !important;
    margin-bottom: 0px;
}


.footer-bottom .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-bottom .s-payments-list-wrap {
    order: 1;
    margin-bottom: 1rem;
}

.footer-bottom .footer-rights {
    order: 2;
}


/* ===================================
   Social Links
=================================== */
.s-social-list {
    display: flex;
    gap: 8px;
}

.s-social-link a {
    border: 1px solid #e5e7eb;
    padding: 6px;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
}

.s-social-icon i.sicon-whatsapp2,
.s-social-icon i.sicon-phone,
.s-social-icon i.sicon-mail {
    font-weight: 400 !important;
    -webkit-text-stroke: 0 !important;
}

.rounded_contacts a,
.rounded_contacts a i {
    background: #cc808f;
    border-radius: 9px;
    color: white;
    font-weight: 600;
}

/* ===================================
   Typography & Headings
=================================== */
h2.text-3xl.anime-item {
    color: #cc8190;
    padding-right: 25px;
}

h2.mt-2.text-3xl.font-bold.tracking-tight.text-store-text-primary.sm\:text-4xl.anime-item {
    margin-bottom: -20px;
    margin-right: -20px;
    margin-top: 40px;
    color: black;
}

h2.text-center.text-store-text-primary.text-2xl.font-bold.leading-tight {
    padding-right: 25px !important;
}

p.mt-2.text-3xl.font-bold.tracking-tight.text-store-text-primary.anime-item {
    margin-bottom: -70px;
}

.home-block-title .max-w-2xl > h2.anime-item {
    padding-top: 20px;
    text-align: right;
}

.max-w-2xl > p:first-of-type {
    margin-bottom: -35px;
}

/* ===================================
   Layout & Misc
=================================== */
.banner2 {
    margin-top: -20px;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: contain;
}

.rounded-2xl {
    border-radius: 1rem;
    height: 510px !important;
}

.max-w-7xl {
    max-width: 100rem;
}

.shadow-\[rgba\(50\,_50\,_105\,_0\.15\)_0px_2px_5px_0px\,_rgba\(0\,_0\,_0\,_0\.05\)_0px_1px_1px_0px\],
.shadow-default {
    border-radius: 25px;
}

.wa-selia.right {
    left: auto;
    right: 20px;
    bottom: 20px;
}

.group:hover img {
    transform: none !important;
}

.text-primary-reverse {
    color: #ffffff;
}

.w-full.md\:w-2\/3.mx-auto.text-center {
    text-align: center !important;
}

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

.splitter-opacity-80 {
    opacity: .8;
    visibility: hidden;
}

.scroll-to-top.left {
    visibility: hidden;
}

.has-bottom-nav {
    padding-bottom: 0px;
}

.enhanced-title-border {
    display: none;
}


.ursla-section {
    text-align: center;
}

.ursla-section p {
    text-align: justify;
    text-align-last: center;
}

.object-cover.mx-2.rounded-full.w-14.h-14 {
    display: none;
}

.flex.items-center.justify-center.mt-5 > button,
.flex.items-center.justify-center.mt-5.anime-item,
.flex.items-center.justify-center.mt-5 {
    display: none;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
    display: none;
}

.pt-5 {
    padding-top: 1.25rem;
    display: none;
}

.mx-2\.5 {
    margin-left: .625rem;
    margin-right: .625rem;
    display: none;
}

#reorder-section {
    display: none !important;
}

#s-theme_preview_bar {
    display: none !important;
}


.s-comments-page-container {
    display: none;
}

.sicon-quote:before,
.sicon-discount-calculator:before {
    display: none;
}

a.relative img.w-24.h-20 {
    width: 80px;
}

/* ===================================
   Blog / Posts
=================================== */
.post-entry__image {
    height: 1000px;
}

.post-entry__image img.object-cover {
    height: 730px;
}

.post-entry {
    height: 730px;
}

/* ===================================
   Forms
=================================== */
.container.md\:flex form,
.container h2.text-lg.text-center.font-bold {
    display: none;
}

form.form .form-group .form-control,
form.form .form-group textarea,
form.loyalty .form-group .form-control,
form.loyalty .form-group textarea {
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 10px;
    box-shadow: none !important;
    color: var(--color-text);
    font-size: 14px;
    height: 40px;
    outline: none !important;
    padding: 5px 10px;
    transition: all .5s cubic-bezier(.2, 1, .3, 1);
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    border-radius: 15px !important;
}

/* ===================================
   Gifting
=================================== */
[dir=rtl] .s-gifting-select {
    background-position: 5px;
    border-radius: 10px;
}

.s-gifting-widget .s-list-tile-item {
    display: none;
}

#cart-gifting .s-list-tile-item .s-list-tile-item-title span svg {
    fill: #ffffff;
}

/* ===================================
   Misc
=================================== */
.promotion-title {
    margin: 0 !important;
    padding: .5rem .75rem !important;
    width: auto !important;
    background: radial-gradient(#cb7f8e, #cb7f8e);
}

#karzoun-widget-send-button {
    height: 50px;
    min-width: 50px;
    background-color: #32d852;
    transform: translate(0px, 50px);
}

div[class*="advertisement"] {
    display: none !important;
}

.text-center {
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0px;
}

/* ===================================
   Homepage Offer Popup
=================================== */
#urslaOfferPopup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.58);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

#urslaOfferPopup.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#urslaOfferPopup.is-closing {
    opacity: 0;
    pointer-events: none;
}

#urslaOfferPopup .ursla-popup-content {
    position: relative;
    width: min(680px, calc(100vw - 48px));
    max-height: calc(100vh - 48px);
    transform: translateY(12px) scale(.98);
    transition: transform .2s ease;
}

#urslaOfferPopup.is-visible .ursla-popup-content {
    transform: translateY(0) scale(1);
}

#urslaOfferPopup .ursla-popup-link {
    display: block;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.32);
}

#urslaOfferPopup .ursla-popup-image {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 48px);
    height: auto;
    object-fit: contain;
}

#urslaOfferPopup .ursla-popup-close {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #111;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
    transition: transform .15s ease, background-color .15s ease;
}

#urslaOfferPopup .ursla-popup-close:hover {
    transform: scale(1.08);
    background: #fff;
}

#urslaOfferPopup .ursla-popup-close:focus-visible {
    outline: 3px solid #111;
    outline-offset: 3px;
}

@media (max-width: 600px) {
    #urslaOfferPopup {
        padding: 16px;
    }

    #urslaOfferPopup .ursla-popup-content {
        width: calc(100vw - 32px);
        max-height: calc(100vh - 32px);
    }

    #urslaOfferPopup .ursla-popup-image {
        max-height: calc(100vh - 32px);
    }

    #urslaOfferPopup .ursla-popup-close {
        width: 36px;
        height: 36px;
        top: 8px;
        left: 8px;
        font-size: 27px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #urslaOfferPopup,
    #urslaOfferPopup .ursla-popup-content,
    #urslaOfferPopup .ursla-popup-close {
        transition: none;
    }
}

/* ===================================
   National Day Moving Ticker
=================================== */
#urslaNationalDayTicker {
    display: block;
    min-height: 46px;
    position: relative;
    z-index: 5;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #00894a;
    color: #ffffff;
    direction: ltr;
}

#urslaNationalDayTicker .ursla-national-day-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: ursla-national-day-scroll 18s linear infinite;
    animation-play-state: paused;
}

#urslaNationalDayTicker.is-in-viewport .ursla-national-day-track {
    animation-play-state: running;
}

#urslaNationalDayTicker .ursla-national-day-group {
    display: flex;
    flex-shrink: 0;
}

#urslaNationalDayTicker .ursla-national-day-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    padding: 11px 36px;
    direction: rtl;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
}

@keyframes ursla-national-day-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 600px) {
    #urslaNationalDayTicker .ursla-national-day-track {
        animation-duration: 14s;
    }

    #urslaNationalDayTicker .ursla-national-day-item {
        min-width: 240px;
        padding: 9px 28px;
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #urslaNationalDayTicker .ursla-national-day-track {
        animation-duration: 30s;
    }
}

/* ===================================
   Desktop (min-width: 1024px)
=================================== */
@media (min-width: 1024px) {
    .main-nav-container {
        min-height: 65px;
    }

    .banners-slider salla-slider div[slot=items] a {
    transform: scale(0.7);
}

    .lg\:gap-6 {
        gap: 1.5rem;
        transform: translate(530px, 20px);
    }

    .text-center.order-1 {
        transform: translate(-1620px, -30px);
    }

    /* Keep the published footer identical to the code-editor preview.
       The two rules above are used elsewhere on desktop, but must never
       translate the footer layout. */
    .store-footer .lg\:gap-6 {
        transform: none !important;
    }

    .store-footer .text-center.order-1 {
        transform: none !important;
    }

  .main-nav-container .inner {
    padding-bottom: 6px;
    padding-top: 26px !important;
}

    .text-center {
        text-align: center !important;
    }

    .tamara-product-widget {
        font-size: 16px;
        padding: 20px 20px 20px 140px;
    }

    .slide--one-fourth img {
        width: 265px;
    }

    .max-w-2xl > p:first-of-type {
        margin-bottom: -35px;
    }

    .s-block--videos-gallery .videos-gallery-container {
        margin-top: -70px;
    }

    .s-block--videos-gallery .videos-gallery-container .video-item .video-overlay .expand-button {
        align-items: center;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(12px);
        background: hsl(0deg 0% 100% / 0%);
        border: 0px solid hsla(0, 0%, 100%, .2);
        border-radius: 50%;
        box-shadow: 0 4px 12px rgb(0 0 0 / 0%);
        display: flex;
        height: 32px;
        justify-content: center;
        position: absolute;
        right: 10px;
        top: 10px;
        transition: all .3s ease;
        width: 32px;
    }

    .brands .brand,
    .brand-logo-item,
    [class*="brand"] .card,
    [class*="brand"] .item {
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
    }

    img[alt="Brand"] {
        width: 100%;
        height: 120px;
        object-fit: contain;
    }

    .zudapp-widget__bundle-style-3__product-title {
        font-size: 15px;
        font-weight: 400;
        line-height: 140%;
        text-decoration: none;
        font-family: "PingARLT";
    }

    .zudapp-widget__bundle-style-3__price {
        color: var(--after-discount-price-color);
        font-size: 16px;
        font-weight: 800;
        letter-spacing: -.2px;
        line-height: 140%;
        font-family: "PingARLT";
    }

    .zudapp-widget__bundle-style-3__title {
        font-family: "PingARLT";
    }

    .zudapp-widget__bundle-style-3__checkbox:checked {
        background-color: #cc808f !important;
        border-color: #cc808f !important;
    }

    .zudapp-widget__bundle-style-3__card,
    .zudapp-widget__bundle-style-3__card.in-dialog {
        gap: 12px;
        padding: 12px;
        position: relative;
        transition: border-color .3s;
        box-shadow: rgb(149 157 165 / 22%) 0 4px 7px;
    }

    .zudapp-widget__bundle-style-3__list {
        display: flex;
        flex-direction: column;
        gap: 8px;
        max-height: 600px;
        overflow: auto;
    }

    .container > .flex.items-stretch.justify-between.relative {
        padding-top: 0px;
        margin-top: -5px !important;
    }

    .md\:grid-cols-2 {
        padding-top: 90px;
    }


    p.mt-2.text-3xl.font-bold.tracking-tight.text-store-text-primary.anime-item {
        margin-bottom: -70px;
    }

    h2.mt-2.text-3xl.font-bold.tracking-tight.text-store-text-primary.sm\:text-4xl.anime-item {
        text-align: center;
    }

    .s-fast-checkout-button.rtl {
        border-radius: 15px !important;
    }

    .single-faq {
        border-radius: 15px;
        background: #faf8f7;
        border-width: 0px;
        box-shadow: 2px 4px 4px rgb(0 0 0 / 19%);
    }

    .enhanced-title-border {
        display: none;
    }


    .index .swiper {
        z-index: 0;
        margin-top: -90px;
    }

    .carousel-slider,
    salla-slider:not(.hydrated) {
        visibility: visible;
        margin-top: 95px;
    }

    .rounded-2xl {
        border-radius: 1rem;
        height: 510px !important;
    }

    .advanced-slider.auto-height .swiper-wrapper {
        height: auto !important;
        margin-top: 138px;
    }

    #na-main-btn {
        width: 75px !important;
        height: 75px !important;
        background: #ffffff !important;
        border: none !important;
        border-radius: 1012px !important;
        display: flex !important;
        align-items: center !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        overflow: hidden !important;
        transition: all 0.3s ease !important;
        order: 1 !important;
        transform: translate(343px, 13px) scale(0.68);
    }

    #na-main-btn img {
        width: 58% !important;
        height: 90% !important;
        object-fit: contain !important;
        display: block !important;
        border-radius: 0px;
    }

    #na-tip-text {
        visibility: hidden;
    }
}

/* ===================================
   Tablet & Mobile (max-width: 1024px)
=================================== */
@media (max-width: 1024px) {
    .main-nav-container {
        min-height: 65px;
    }


  .index .carousel-slider, .index salla-slider:not(.hydrated) {
    visibility: visible;
    margin-top: -55px;
}

  .s-block--videos-gallery .videos-gallery-container salla-slider .swiper-wrapper {
    padding-bottom: 60px;
    padding-left: 70px;
    gap: 10px !important;
}


    .px-6 {
        padding-left: 1.5rem;
        padding-right: 0rem;
    }

    .s-block--videos-gallery .videos-gallery-container {
        margin-top: -20px;
    }

    .max-w-2xl > p:first-of-type {
        padding-bottom: 20px;
        text-align: right;
        margin-bottom: -70px;
        line-height: 110px;
    }

    body.trans_header .store-header .main-menu-row,
    body.trans_header .store-header .main-nav-container,
    body.trans_header .store-header .top-navbar {
        background-color: #fbf6f3;
    }


    .s-fast-checkout-button {
        border-radius: 15px !important;
    }

    .s-product-card-rating span svg {
        height: 12px;
        margin-bottom: 3px;
        width: 1rem;
        fill: #000000;
    }

    .single-faq {
        border-radius: 15px;
        background: #faf8f7;
        border-width: 0px;
        box-shadow: 2px 4px 4px rgb(0 0 0 / 19%);
    }

    .sicon-keyboard_arrow_down {
        background: transparent;
        color: #cc808f;
        font-size: 25px;
        margin-left: 0px;
    }

    .enhanced-title-border {
        display: none;
    }


    .rounded_contacts a,
    .rounded_contacts a i {
        background: #cc808f;
        border-radius: 9px;
        color: white;
        font-weight: 600;
    }

    .home-block-title .max-w-2xl > h2.anime-item {
        padding-top: 20px;
        text-align: right;
    }

    .s-block--videos-gallery .videos-gallery-container .video-item .video-wrapper.aspect-vertical {
        aspect-ratio: 9 / 16;
        border-radius: 15px;
    }

    .s-block--videos-gallery .videos-gallery-container .video-item .video-overlay .play-button {
        height: 3rem;
        width: 3rem;
        visibility: hidden;
    }

    .s-block--videos-gallery .videos-gallery-container .video-item .video-overlay .expand-button {
        align-items: center;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(12px);
        background: hsl(0deg 0% 100% / 0%);
        border: 0px solid hsla(0, 0%, 100%, .2);
        border-radius: 50%;
        box-shadow: 0 4px 12px rgb(0 0 0 / 0%);
        display: flex;
        height: 32px;
        justify-content: center;
        position: absolute;
        right: 10px;
        top: 10px;
        transition: all .3s ease;
        width: 32px;
    }

    i.sicon-quote.-scale-y-100.-scale-x-100.absolute.top-4.end-4.text-3xl.opacity-10.text-store-text-secondary {
        visibility: hidden;
    }

    .s-payments-list {
        gap: 0px !important;
    }

    .product-card__discount {
        display: none !important;
    }

    .store-footer h3 {
        text-align: right;
        padding-right: 8px;
    }

    .s-fast-checkout-button.outline,
    .s-fast-checkout-button.rtl {
        border-radius: 15px !important;
    }

    .s-fast-checkout-button.rtl {
        flex-direction: row-reverse;
    }

    .flex.items-center.justify-center.mt-5.anime-item,
    .flex.items-center.justify-center.mt-5 {
        display: none;
    }


    .footer-description,
    .footer-description p,
    .footer-description + p {
        margin-top: 6px !important;
        margin-bottom: 20px;
        text-align: right;
        padding-right: 26px;
        font-size: 14px;
        padding-left: 18px;
        padding-top: 1px;
    }

    .object-cover {
        -o-object-fit: cover;
        object-fit: contain;
    }

    .footer-bottom .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-bottom .s-payments-list-wrap {
        order: 1;
        margin-bottom: 1rem;
    }

    .footer-bottom .footer-rights {
        order: 2;
    }

    .splitter-opacity-80 {
        opacity: .8;
        visibility: hidden;
    }

    .s-social-list {
        display: flex;
        gap: 8px;
    }

    .s-social-link a {
        border: 1px solid #e5e7eb;
        padding: 6px;
        border-radius: 10px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -20px;
    }

    .s-social-icon i.sicon-whatsapp2,
    .s-social-icon i.sicon-phone,
    .s-social-icon i.sicon-mail {
        font-weight: 400 !important;
        -webkit-text-stroke: 0 !important;
    }

    .container.md\:flex form,
    .container h2.text-lg.text-center.font-bold {
        display: none;
    }

    .scroll-to-top.left {
        visibility: hidden;
    }

    .has-bottom-nav {
        padding-bottom: 0px;
    }

    .s-payments-list:where([dir=rtl],[dir=rtl] *) > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 1;
        background: transparent;
    }

    .s-payments-list-item {
        background: transparent;
    }

    .container > .flex.items-stretch.justify-between.relative {
        padding-top: 8px;
    }

    .advanced-slider .swiper {
        height: var(--mobileSliderHeight);
        padding-top: 32px;
    }

    .product-card__promotion {
        background: #ef4444 !important;
        left: 25px;
        top: 8px;
    }


    .product-card__title a {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        display: block;
        margin: 10px 0 6px;
    }

    .product-card__price {
        justify-content: center;
    }

    .total-price {
        font-size: 18px;
        font-weight: 700;
        color: #ba0909;
    }

    .product-card__enhanced-mini-cart button.s-button-element {
        background: #da6487 !important;
        color: #ffffff !important;
        border-radius: 11px;
    }

    .product-card__enhanced-mini-cart button.s-button-element i {
        color: #ffffff !important;
    }

    .rounded-2xl {
        border-radius: 1rem;
        height: 440px !important;
    }

    h1.text-xl.text-store-text-primary {
        font-size: 25px;
        color: #000;
        padding-bottom: 86px;
        margin-bottom: -80px;
    }

    .promotion-title {
        margin: 0 !important;
        padding: .5rem .75rem !important;
        width: auto !important;
        background: radial-gradient(#cb7f8e, #cb7f8e);
    }

    .object-cover.mx-2.rounded-full.w-14.h-14 {
        display: none;
    }

    .img-magnifier-glass,
    .magnify-wrapper img {
        pointer-events: auto !important;
        padding-right: 20px;
    }

    .product-card__normal-cart__btn .s-button-text {
        display: flex;
        gap: 5px;
        color: white;
    }

    .product-card--primary-buttons button i,
    .product-card--primary-buttons salla-button i {
        color: #ffffff !important;
    }

    .post-entry__image {
        height: 1000px;
    }

    .pt-5 {
        padding-top: 1.25rem;
        display: none;
    }

    .pt-8 {
        padding-top: 3rem;
    }

    .p-\[1\.4rem\] {
        border-radius: 20px;
    }

    .post-entry__image img.object-cover {
        height: 730px;
    }

    .post-entry {
        height: 730px;
    }


    .s-social-share-wrapper {
        position: relative;
        display: none;
    }

    .space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
        margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
        display: none;
    }

    .inventory-content {
        display: none;
    }

    p.mt-2.text-3xl.font-bold.tracking-tight.text-store-text-primary.anime-item {
        margin-bottom: -70px;
    }

    [dir="rtl"] .styles__tabbyPromoSnippet--ed9ac {
        direction: rtl;
        text-align: right;
        border: 1px solid #70eac1 !important;
        border-radius: 20px !important;
    }

    .product-more-info .more-tab-container .more-info-tabs__nav-link {
        background: #cc808f;
        color: #ffffff;
        border-radius: 10px;
    }

    .product-more-info .more-tab-container .more-info-tabs__nav-link.active {
        display: none;
    }

    .s-rating-stars-selected {
        fill: #000000;
    }

    .tamara-product-widget {
        border: 1.5px solid #cacaca !important;
        border-radius: 9px !important;
        font-size: 12px !important;
        height: 90px !important;
        min-height: 90px !important;
        padding-bottom: 24px !important;
    }

    .tamara-product-widget span:last-child {
        margin-top: 8px;
        font-size: 12px;
        color: white;
    }

    #tabbyPromo > [class*=styles__tabby] > span,
    #tabbyPromoWrapper > span,
    .tamara-product-widget > span {
        font-size: 12px;
        color: white;
    }

    .styles__tabbyPromoSnippet--ed9ac {
        border: 1px solid #70eac1 !important;
        border-radius: 20px !important;
    }

    .s-product-options-grid-mode input:checked + div,
    .s-product-options-grid-mode-span:hover {
        background-color: #cc808f;
        border-color: #ffffff;
        color: #ffffff;
    }

    .is-sticky-product-bar.has-bottom-nav.product-single {
        padding-bottom: 4rem !important;
    }

    .product-single__inner .btn-tab,
    .product-single__inner .s-button-btn,
    .product-single__inner .s-button-icon,
    .product-single__inner .s-comment-form-input,
    .product-single__inner .s-form-control,
    .product-single__inner .s-product-options-thumbnails-wrapper label,
    .product-single__inner .s-quantity-input-container,
    .product-single__inner .s-quick-order-container,
    .product-single__inner .s-social-share-list {
        border-radius: 15px !important;
    }

    .product-single .product-features-item,
    .s-product-options-wrapper,
    .s-quantity-input-button svg,
    .s-quantity-input-input {
        background-color: #ffffff00;
        fill: #cc7f8f;
        color: #cc7f8f;
    }

    div[style*="-apple-pay-button"] {
        border-radius: 12px !important;
        width: 100% !important;
        height: 48px !important;
    }

    .btn--wishlist {
        display: none;
    }

    .content .content-entry img {
        margin: 15px 0 25px;
        transform: translateY(1px) scale(1.2);
        padding-bottom: 84px;
    }

    .s-block--videos-gallery .videos-gallery-container .video-item .video-overlay {
        align-items: center;
        background: rgb(0 0 0 / 0%);
        bottom: 0;
        cursor: pointer;
        display: flex;
        justify-content: center;
        left: 0;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity .3s ease;
    }


    .text-center {
        text-align: right;
        padding-right: 30px;
        margin-bottom: 10px;
    }

    h2.text-center.text-store-text-primary.text-2xl.font-bold.leading-tight {
        padding-right: 25px !important;
    }


    h2.text-3xl.anime-item {
        color: #cc8190;
        padding-right: 25px;
    }

    .btn--primary {
        background-color: var(--color-primary);
        border-radius: 10px;
        color: white;
    }

    #stickyAddToCart {
        flex: 1;
        background: #da6487;
        color: #fff;
        border: none;
        padding: 12px;
        font-weight: bold;
        cursor: pointer;
        border-radius: 15px;
        font-size: 17px;
    }

    #stickyQty {
        width: 80px;
        padding: 8px;
        text-align: center;
        border-radius: 15px;
        border-color: #cc8190;
        color: #cb8090;
    }

    h2.mt-2.text-3xl.font-bold.tracking-tight.text-store-text-primary.sm\:text-4xl.anime-item {
        margin-bottom: -20px;
        margin-right: -20px;
        margin-top: 40px;
        color: black;
    }

    i.bg-primary.text-primary-reverse.rounded-full.text-base.p-\[4px\].sicon-keyboard_arrow_up {
        background: transparent !important;
        font-size: 20px;
    }

    .text-primary-reverse {
        color: #ffffff;
        background: #da6487;
    }

    .fit-slider-products .s-slider-swiper-wrapper .swiper-slide .product-card--vertical.product-card--fit-height .product-card__content {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        margin-top: -30px;
    }

    #na-main-btn {
        width: 75px !important;
        height: 75px !important;
        background: #ffffff !important;
        border: none !important;
        border-radius: 1012px !important;
        display: flex !important;
        align-items: center !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        overflow: hidden !important;
        transition: all 0.3s ease !important;
        order: 1 !important;
        transform: translate(343px, 13px) scale(0.68);
    }

    #na-main-btn img {
        width: 58% !important;
        height: 90% !important;
        object-fit: contain !important;
        display: block !important;
        border-radius: 0px;
    }

    #na-tip-text {
        visibility: hidden;
    }

    .fit-slider-products .s-slider-swiper-wrapper .swiper-slide custom-salla-product-card {
        margin-top: 0px;
        flex: 1 1 0%;
        justify-content: space-between;
        min-height: 100%;
    }

    .s-products-slider-wrapper .s-slider-swiper-wrapper {
        margin-top: 0px;
    }


    [dir=rtl] .s-gifting-select {
        background-position: 5px;
        border-radius: 10px;
    }

    .product-price.product-price-bottom {
        display: none;
    }

    .s-gifting-widget .s-list-tile-item {
        display: none;
    }

    .tamara-product-widget .tamara-logo {
        position: absolute;
        left: 20px !important;
        top: 32px !important;
        margin: 0 !important;
        height: 24px !important;
    }

    .zudapp-widget__bundle-style-3__card,
    .zudapp-widget__bundle-style-3__card.in-dialog {
        gap: 12px;
        padding: 12px;
        box-shadow: rgb(149 157 165 / 22%) 0 4px 7px;
    }

    .zudapp-widget__bundle-style-3__list {
        gap: 8px;
        max-height: 600px;
    }

    .wa-selia.right {
        left: auto;
        right: 20px;
        bottom: 80px;
    }

    [id^="tabbyPromoWrapper"] .styles__snippetContentWrapper--ac42d {
        background: red !important;
    }

    .styles__snipperWrapperBgWhite--e52a2 {
        background-color: #fffacd !important;
    }

    .zudapp-widget__bundle-style-3__title {
        color: #454545;
        font-size: 18px;
        font-weight: 500;
        text-align: right;
        font-family: "PingARLT";
    }

    #original_price {
        position: relative;
        text-decoration: none;
        gap: 4px;
        color: #da6488 !important;
    }

    #original_price::after {
        content: "";
        position: absolute;
        left: 0;
        right: 18px;
        top: 50%;
        height: 1px;
        background: currentColor;
    }

    #has_discount {
        font-weight: 600;
        color: black;
    }

    form.form .form-group .form-control,
    form.form .form-group textarea,
    form.loyalty .form-group .form-control,
    form.loyalty .form-group textarea {
        background-color: #fff;
        border: 1px solid #cecece;
        border-radius: 10px;
        box-shadow: none !important;
        color: var(--color-text);
        font-size: 14px;
        height: 40px;
        outline: none !important;
        padding: 5px 10px;
        transition: all .5s cubic-bezier(.2, 1, .3, 1);
    }

    .apple-pay-btn-wrapper .apple-pay-btn > span {
        border-radius: 15px;
    }

    .product-single apple-pay-button {
        --apple-pay-button-border-radius: 15px;
    }

    .apple-pay-btn-wrapper .apple-pay-btn {
        color: white;
        cursor: pointer;
        -webkit-font-smoothing: antialiased;
        border-radius: 15px;
    }

    .zudapp-widget__bundle__action-btn {
        background: #b77280;
        border-radius: 10px;
    }

    .zudapp-widget__bundle__main-product__price span {
        color: #000000;
    }

    .zudapp-widget__bundle__main-product__price del {
        color: #b77380;
    }

    .zudapp-widget__bundle__main-product__name {
        width: 170px;
    }

    .zudapp-widget__bundle-style-3__old-price {
        font-family: "PingARLT";
        color: #b77280;
        font-weight: 500;
    }

    .s-comments-page-container {
        display: none;
    }

    .item-original-price {
        font-size: 0.875rem;
        color: #999999;
        text-decoration: line-through;
        display: inline-flex;
        align-items: center;
        gap: 2px;
    }

    .item-original-price i.sicon-sar {
        font-style: normal;
        vertical-align: middle;
    }

    .item-price {
        font-size: 1rem;
        color: #cc7f8f;
        display: inline-flex;
        align-items: center;
        gap: 2px;
    }

    .item-price i.sicon-sar {
        vertical-align: middle;
    }

    salla-quantity-input .s-quantity-input-container {
        background: #ffffff;
        border-radius: 15px;
        padding: 6px 12px;
        width: 185px;
        margin-bottom: -10px;
    }

    salla-quantity-input .s-quantity-input-button {
        background: transparent;
        border: none;
        padding: 0;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    salla-quantity-input .s-quantity-input-button svg {
        width: 18px;
        height: 18px;
        fill: #cc7f8f;
    }

    salla-quantity-input .s-quantity-input-input {
        border: none;
        background: transparent;
        text-align: center;
        width: 40px;
        font-size: 16px;
        font-weight: 500;
        color: #cc7f8f;
    }

    #s-theme_preview_bar {
        display: none !important;
    }

    .md\:grid-cols-2 {
        padding-top: 35px;
    }

    .s-cart-summary-count:where([dir=rtl],[dir=rtl] *) {
        right: -.375rem;
        background: #cc8090;
    }

    .product-card__price .before-price,
    .product-card__price .starting-or-normal-price {
        font-size: 13px;
        color: #cc7f8f;
    }

    .zudapp-widget__bundle-style-3__product-title {
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        font-family: "PingARLT";
        text-decoration: none;
    }

    .zudapp-widget__bundle-style-3__price {
        color: #000000;
        font-size: 16px;
        font-weight: 800;
        font-family: "PingARLT";
    }

    .zudapp-widget__bundle-style-3__checkbox:checked {
        background-color: #cc808f !important;
        border-color: #cc808f !important;
    }

    .zudapp-widget__bundle__dialog__header {
        background-color: #fff;
        border-bottom: 1px solid #e2e8f0;
        width: 100%;
        z-index: 1000;
        font-family: "PingARLT";
    }

    .is-sticky-product-bar.has-bottom-nav.product-single .sticky-product-bar {
        bottom: 0px !important;
    }

    a.relative img.w-24.h-20 {
        width: 80px;
    }

    .s-add-product-toast__actions salla-button .s-button-btn.s-button-gray-outline {
        color: white;
    }

    .shadow-\[rgba\(50\,_50\,_105\,_0\.15\)_0px_2px_5px_0px\,_rgba\(0\,_0\,_0\,_0\.05\)_0px_1px_1px_0px\],
    .shadow-default {
        border-radius: 25px;
    }

    .cart-item {
        background: white;
        box-shadow: rgb(149 157 165 / 22%) 0 4px 7px;
        border-radius: 20px;
        border: none !important;
    }

    .s-quantity-input-container {
        border-radius: 500px;
        border-width: 1px;
        display: flex;
        font-size: .875rem;
        height: 2.5rem;
        justify-content: space-around;
        line-height: 1.25rem;
    }

    .product-card__price .total-price {
        font-size: 19px;
    }
}

/* ===================================
   Desktop Range (1024px - 1440px)
=================================== */
@media (min-width: 1024px) and (max-width: 1440px) {
    .lg\:gap-6 {
        gap: 1.5rem;
        transform: translate(380px, 20px);
    }

    .text-center.order-1 {
        transform: translate(-380px, -30px);
    }

    footer .lg\:gap-6 {
        transform: none !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: min(100%, 925px) !important;
        margin-inline: auto !important;
        align-items: stretch !important;
    }

    footer .lg\:gap-6 > * {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    footer [data-selia="footer-brand-column"] {
        order: -1 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    footer .text-center.order-1 {
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-inline: auto !important;
    }


  .sicon-keyboard_arrow_down {
        background: transparent;
        color: #cc808f;
        font-size: 25px;
        margin-left: -30px;
    }
}

/* ===================================
   Mobile (376px - 430px)
=================================== */
@media (min-width: 376px) and (max-width: 430px) {

      .advanced-slider salla-slider [slot=items] {
        height: var(--mobileSliderHeight);
        padding-top: 25px;
    }

    .home-block-title .max-w-2xl > h2.anime-item {
        padding-top: 20px;
        text-align: right;
    }

    .s-block--videos-gallery .videos-gallery-container .video-item .video-wrapper.aspect-vertical {
        aspect-ratio: 9 / 16;
        border-radius: 15px;
    }

    .s-block--videos-gallery .videos-gallery-container .video-item .video-overlay .play-button {
        height: 3rem;
        width: 3rem;
        visibility: hidden;
    }

    i.sicon-quote.-scale-y-100.-scale-x-100.absolute.top-4.end-4.text-3xl.opacity-10.text-store-text-secondary {
        visibility: hidden;
    }

    .s-payments-list {
        gap: 0px !important;
    }

    .product-card__discount {
        display: none !important;
    }

    .s-fast-checkout-button.outline {
        border-radius: 15px !important;
    }

    .mx-2\.5 {
        margin-left: .625rem;
        margin-right: .625rem;
        display: none;
    }

    .flex.items-center.justify-center.mt-5.anime-item {
        display: none;
    }

    .s-fast-checkout-button.rtl {
        flex-direction: row-reverse;
        border-radius: 15px !important;
    }

    .s-comments-page-container {
        display: none;
    }


    .object-cover {
        -o-object-fit: cover;
        object-fit: contain;
    }

    .footer-bottom .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-bottom .s-payments-list-wrap {
        order: 1;
        margin-bottom: 1rem;
    }

    .footer-bottom .footer-rights {
        order: 2;
    }

    .splitter-opacity-80 {
        opacity: .8;
        visibility: hidden;
    }

    .s-social-list {
        display: flex;
        gap: 8px;
    }

    .s-social-link a {
        border: 1px solid #e5e7eb;
        padding: 6px;
        border-radius: 10px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -20px;
    }

    .s-social-icon i.sicon-whatsapp2,
    .s-social-icon i.sicon-phone,
    .s-social-icon i.sicon-mail {
        font-weight: 400 !important;
        -webkit-text-stroke: 0 !important;
    }

    .container.md\:flex form {
        display: none;
    }

    .container h2.text-lg.text-center.font-bold {
        display: none;
    }

    #karzoun-widget-send-button {
        height: 50px;
        min-width: 50px;
        background-color: #32d852;
        transform: translate(0px, 50px);
    }

    .scroll-to-top.left {
        visibility: hidden;
    }

    .advanced-slider.auto-height .swiper-wrapper {
        height: auto !important;
        margin-top: 138px;
    }

    .has-bottom-nav {
        padding-bottom: 0px;
    }

    .s-payments-list:where([dir=rtl],[dir=rtl] *) > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 1;
        background: transparent;
    }

    .swiper-wrapper {
        display: flex;
        justify-content: flex-start;
        margin-top: 30px;
    }

    .s-payments-list-item {
        background: transparent;
    }

    .s-slider-wrapper {
        position: relative;
    }

    .container > .flex.items-stretch.justify-between.relative {
        padding-top: 10px;
    }

    .advanced-slider .swiper {
        padding-top: 0px;
    }


    .product-card__title a {
        font-size: 13px;
        font-weight: 600;
        color: #000;
        display: block;
        margin: 10px 0 6px;
    }

    .product-card__price {
        justify-content: center;
    }

    .total-price {
        font-size: 18px;
        font-weight: 700;
        color: #ba0909;
    }


    .s-products-list-vertical-cards {
        gap: .625rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 20px;
    }


    .zudapp-widget__bundle-style-3__old-price {
        font-family: "PingARLT";
        color: #b77280;
        font-weight: 500;
        font-size: 11px;
    }

    .tamara-product-widget .tamara-logo {
        height: 20px !important;
    }

    .text-center {
        text-align: right;
        padding-right: 15px;
        margin-bottom: 10px;
    }

    .zudapp-widget__bundle-style-3__price {
        color: #000000;
        font-size: 16px;
        font-weight: 800;
        font-family: "PingARLT";
    }

    .footer-description,
    .footer-description p,
    .footer-description + p {
        margin-top: 6px !important;
        margin-bottom: 20px;
        text-align: right;
        padding-right: 26px;
        font-size: 14px;
        padding-left: 18px;
        padding-top: 1px;
    }

    .store-footer h3 {
        text-align: right;
        padding-right: 8px;
    }

    .tamara-product-widget {
        border: 1.5px solid #cacaca !important;
        border-radius: 15px !important;
        font-size: 10px !important;
        height: 90px !important;
        min-height: 90px !important;
        padding-bottom: 24px !important;
    }

    .tamara-product-widget span:last-child {
        display: block;
        position: relative;
        margin-top: 8px;
        font-size: 10px;
        color: white;
    }

    #tabbyPromo > [class*=styles__tabby] > span,
    #tabbyPromoWrapper > span,
    .tamara-product-widget > span {
        font-size: 10px;
        color: white;
    }

    .zudapp-widget__bundle__main-product__price del {
        color: #b77380;
        font-size: 12px;
    }

    #na-main-btn {
        width: 75px !important;
        height: 75px !important;
        background: #ffffff !important;
        border: none !important;
        border-radius: 1012px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        overflow: hidden !important;
        transition: all 0.3s ease !important;
        order: 1 !important;
        transform: translate(295px, 13px) scale(0.68);
    }

    #na-main-btn img {
        width: 58% !important;
        height: 90% !important;
        object-fit: contain !important;
        display: block !important;
        border-radius: 0px;
    }
}

.s-block--animated-brands--marquee .marquee__group {
    width: 630px;
}

/* ===================================
   iPhone 14 Pro Max (430x932)
=================================== */
@media only screen
    and (device-width: 430px)
    and (device-height: 932px)
    and (-webkit-device-pixel-ratio: 3) {
    #na-main-btn {
        width: 75px !important;
        height: 75px !important;
        background: #ffffff !important;
        border: none !important;
        border-radius: 1012px !important;
        display: flex !important;
        align-items: center !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        overflow: hidden !important;
        transition: all 0.3s ease !important;
        order: 1 !important;
        transform: translate(333px, 14px) scale(0.68) !important;
    }
}

/* ===================================
   iPhone 12 Pro Max (428x926)
=================================== */
@media only screen
    and (device-width: 428px)
    and (device-height: 926px)
    and (-webkit-device-pixel-ratio: 3) {
    #na-main-btn {
        width: 75px !important;
        height: 75px !important;
        background: #ffffff !important;
        border: none !important;
        border-radius: 1012px !important;
        display: flex !important;
        align-items: center !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        overflow: hidden !important;
        transition: all 0.3s ease !important;
        order: 1 !important;
        transform: translate(333px, -50px) scale(0.68);
    }
}

.custom-product-meta {
    margin-top: 10px;
}

/* باقي العناصر */
.custom-sold {
    font-size: 15px;
    color: #555;
    margin-top: 6px;
}

.custom-shipping {
    font-size: 15px;
    color: #16a34a;
    margin-top: 4px;
}

.text-store-text-secondary {
    color: var(--store-text-secondary);
    font-weight: 200;
}

.tabs__item {
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
}

/* إلغاء شكل التبويبات */
.tabs__nav,
.tabs__header {
  display: none !important;
}

/* ترتيب أقسام المنتج */
#product-description {
  margin-bottom: 20px;
}

#reviews {
  margin-top: 30px;
}


#custom-product-sidebar {
  display: none !important;
  width: 100% !important;
  background: #fff !important;
  padding: 16px 12px !important;
  direction: rtl !important;
  border-top: 1px solid #eee !important;
}

#custom-product-sidebar.visible {
  display: block !important;
}

#custom-product-sidebar .sidebar-heading {
  font-size: 15px !important;
  font-weight: bold !important;
  margin-bottom: 12px !important;
  color: #222 !important;
  text-align: right !important;
}

#custom-product-sidebar .sidebar-products-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

    .footer-description, .footer-description p, .footer-description + p {
        margin-top: 6px !important;
        margin-bottom: 20px;
        text-align: right;
        padding-right: 6px;
        font-size: 14px;
        padding-top: 1px;
    }


.store-footer:not(.basic-footer) .footer-description, .store-footer:not(.basic-footer) .footer-description p, .store-footer:not(.basic-footer) .footer-description+p {
    margin-top: 6px !important;
    margin-bottom: 20px;
    text-align: right;
}


#custom-product-sidebar .sidebar-product-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-decoration: none !important;
  color: #333 !important;
  font-size: 12px !important;
  text-align: center !important;
  gap: 6px !important;
  border: 1px solid #eee !important;
  border-radius: 10px !important;
  padding: 8px !important;
}

#custom-product-sidebar .sidebar-product-card img {
  width: 100% !important;
  aspect-ratio: 1 !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

/* NUSSUQ */
.index apple-pay-button, .product-index apple-pay-button {margin-block: 4px !important;}


@media (min-width: 376px) and (max-width: 430px){
.product-card--special {height: 100% !important;transform: scale(1) !important;-webkit-transform: scale(1) !important;-moz-transform: scale(1) !important;-ms-transform: scale(1) !important;-o-transform: scale(1) !important;}
}

@media (min-width: 376px) and (max-width: 430px){
.products-has-border .product-card--special {border: 0 !important;transform: scale(1) !important;-webkit-transform: scale(1) !important;-moz-transform: scale(1) !important;-ms-transform: scale(1) !important;-o-transform: scale(1) !important;}
}

/* ===================================
   Custom Sticky Bar & Dynamic Media
=================================== */

#customStickyBar {
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: 0 -4px 15px rgb(0 0 0 / 8%);
    z-index: 9999;
    display: none;
    direction: rtl;
}

#customStickyBar.is-visible {
    display: block;
}

#customStickyBar .sticky-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
}

#customStickyBar .qty-cart-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

#customStickyBar .custom-qty {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    background: #fafafa;
    overflow: hidden;
}

#customStickyBar .qty-btn {
    width: 45px;
    height: 45px;
    border: 0;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

#customStickyBar #stickyQty {
    width: 30px;
    text-align: center;
    font-weight: 700;
}

#customStickyBar #stickyAddToCart {
    flex: 1;
    background: #000;
    color: #fff;
    border: 0;
    padding: 12px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}

#apple-pay-under-price {
    width: 100%;
    margin-top: 10px;
}

#apple-pay-under-price:empty {
    min-height: 48px;
}

.custom-product-banner {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1440 / 236;
}

/* ===================================
   Desktop Banners — full, centered and distortion-free
   Mobile/tablet styles are intentionally untouched.
=================================== */



/* Extra breathing room between the final offers/products block and the following banner. */
body.home .ursla-after-offers-spacing,
body.index .ursla-after-offers-spacing,
body[data-page="home"] .ursla-after-offers-spacing {
    padding-top: 28px !important;
    box-sizing: border-box !important;
}

@media (max-width: 1024px) {
    body.home .ursla-after-offers-spacing,
    body.index .ursla-after-offers-spacing,
    body[data-page="home"] .ursla-after-offers-spacing {
        padding-top: 20px !important;
    }
}

/* ===================================
   Rendering performance — safe below-fold containment
=================================== */
@supports (content-visibility: auto) {
    .product-single #product-description,
    .product-single #reviews,
    .s-block--videos-gallery {
        content-visibility: auto;
    }

    .product-single #product-description {
        contain-intrinsic-size: auto 700px;
    }

    .product-single #reviews {
        contain-intrinsic-size: auto 650px;
    }

    .s-block--videos-gallery {
        contain-intrinsic-size: auto 520px;
    }
}

@media (min-width: 1025px) {
    body.home .banners-slider .container,
    body.index .banners-slider .container,
    body[data-page="home"] .banners-slider .container {
        width: 100% !important;
        max-width: 1440px !important;
        margin-inline: auto !important;
        padding-inline: 24px !important;
        box-sizing: border-box !important;
    }

    body.home .banners-slider salla-slider div[slot="items"] a,
    body.index .banners-slider salla-slider div[slot="items"] a,
    body[data-page="home"] .banners-slider salla-slider div[slot="items"] a {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 auto !important;
        transform: none !important;
        transform-origin: center center !important;
    }

    body.home .banners-slider salla-slider div[slot="items"] a img,
    body.index .banners-slider salla-slider div[slot="items"] a img,
    body[data-page="home"] .banners-slider salla-slider div[slot="items"] a img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: center !important;
    }
}