:root, :root[dir="rtl"], html {
    --color-primary: #a83d5c !important;
    --color-secondary: #8a2f4a !important;
    --color-primary-hover: #8a2f4a !important;
    --btn-color: #a83d5c !important;
    --btn-color-hover: #8a2f4a !important;
    --btn-add-color: #a83d5c !important;
    --btn-add-color-hover: #8a2f4a !important;
    --btn-text-color: #ffffff !important;
    --link-color: #a83d5c !important;
    --price-color: #a83d5c !important;
    --loader-color: #a83d5c !important;
    --header-bg-color: #ffffff !important;
    --border-radius: 12px !important;
    --card-radius: 16px !important;
    --fr-pink-dark: #9E2A5C;
    --fr-pink-light: #D46A94;
    --fr-cream: #FDF3EE;
    --fr-gold: #C9973F;
    --fr-text-dark: #3A1F2B;
}

.s-product-card-content-title,
.s-product-card-content-price,
.s-product-card-content-sub-title,
.s-product-card-content-footer,
.product-entry .product-entry__name,
.product-entry .product-entry__price,
.product-entry .product-entry__title,
[class*="product-card"] [class*="title"],
[class*="product-card"] [class*="name"],
[class*="product-card"] [class*="price"],
[class*="product-card"] [class*="content"],
[class*="product-card"] [class*="info"],
[class*="product-card"] [class*="body"],
[class*="product-card"] [class*="details"],
salla-product-card [class*="title"],
salla-product-card [class*="price"],
salla-product-card [class*="content"],
.s-product-card-entry > *,
.s-product-card-entry h3,
.s-product-card-entry h4,
.s-product-card-entry h5,
.s-product-card-entry p,
.s-product-card-entry span,
.s-product-card-entry div:not([class*="image"]):not([class*="badge"]):not([class*="btn"]):not([class*="button"]) {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.s-product-card-content-title,
[class*="product-card"] [class*="title"],
[class*="product-card"] [class*="name"] {
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #1a1a1a !important;
    line-height: 1.4 !important;
    margin: 8px 0 4px !important;
    text-align: center !important;
    padding: 0 !important;
}

[class*="product-card"] [class*="price"],
.s-product-card-content-price {
    font-weight: 800 !important;
    font-size: 17px !important;
    color: #a83d5c !important;
    text-align: center !important;
    margin: 4px 0 12px !important;
    padding: 0 !important;
}

salla-add-product-button::part(button),
salla-button::part(button),
salla-add-product-button::part(base),
salla-button::part(base) {
    background-color: #a83d5c !important;
    background: #a83d5c !important;
    border-color: #a83d5c !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    min-height: 42px !important;
    transition: all 0.25s ease !important;
}

salla-add-product-button::part(button):hover,
salla-add-product-button::part(button):active {
    background-color: #8a2f4a !important;
}

[class*="add-to-cart"],
[class*="btn-add"],
button[class*="add"],
.s-button-btn,
.btn-primary,
.btn-secondary,
salla-add-product-button button {
    background-color: #a83d5c !important;
    border-color: #a83d5c !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    min-height: 42px !important;
    font-size: 14px !important;
    transition: all 0.25s ease !important;
}

[class*="add-to-cart"]:hover,
[class*="add-to-cart"]:active,
.s-button-btn:hover,
salla-add-product-button button:hover {
    background-color: #8a2f4a !important;
    border-color: #8a2f4a !important;
}

.s-product-card-entry .s-product-card-image,
.s-product-card-content-image,
.product-entry .product-entry__image-wrapper,
salla-product-card .s-product-card-image,
.salla-product-card .product-card-image,
.s-block-item-image-container,
[class*="product-card"] [class*="image"] {
    aspect-ratio: 3 / 4 !important;
    height: auto !important;
    max-height: unset !important;
    overflow: hidden !important;
    border-radius: 12px 12px 0 0 !important;
}

.s-product-card-entry .s-product-card-image img,
.s-product-card-content-image img,
.product-entry__image-wrapper img,
salla-product-card .s-product-card-image img,
.salla-product-card .product-card-image img,
.s-block-item-image-container img,
[class*="product-card"] [class*="image"] img,
salla-product-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    transition: transform 0.4s ease !important;
}

.product-entry,
.s-product-card-entry,
[class*="product-card"],
salla-product-card {
    border-radius: 14px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    border: 1px solid #f4e8ed !important;
    background: #ffffff !important;
}

[class*="badge"],
.new-badge,
.product-badge {
    background: linear-gradient(135deg, #a52334, #7a1a26) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 5px 12px !important;
    font-size: 12px !important;
    box-shadow: 0 2px 8px rgba(165, 35, 52, 0.3) !important;
}

@media (max-width: 768px) {
    .s-product-card-entry .s-product-card-image,
    .s-product-card-content-image,
    .product-entry .product-entry__image-wrapper,
    .s-block-item-image-container,
    [class*="product-card"] [class*="image"] {
        aspect-ratio: 3 / 4 !important;
    }
    [class*="product-card"] [class*="title"],
    .s-product-card-content-title {
        font-size: 13px !important;
        margin: 4px 4px 2px !important;
        line-height: 1.15 !important;
        padding: 0 !important;
        font-weight: 700 !important;
    }
    [class*="product-card"] [class*="price"],
    .s-product-card-content-price {
        font-size: 13px !important;
        margin: 2px 4px 4px !important;
        padding: 0 !important;
        line-height: 1.1 !important;
        font-weight: 800 !important;
    }
    .s-product-card-content,
    [class*="product-card"] [class*="content"],
    [class*="product-card"] [class*="body"],
    [class*="product-card"] [class*="details"] {
        padding: 4px !important;
        gap: 2px !important;
    }
    .s-product-card-content-footer,
    [class*="product-card"] [class*="footer"] {
        margin-top: 2px !important;
        padding: 0 4px 4px !important;
    }
    salla-add-product-button::part(button),
    [class*="add-to-cart"],
    .s-button-btn,
    salla-add-product-button button {
        min-height: 36px !important;
        height: 36px !important;
        font-size: 12px !important;
        padding: 6px 10px !important;
        border-radius: 8px !important;
        margin: 2px 4px 4px !important;
        width: calc(100% - 8px) !important;
        line-height: 1 !important;
        background-color: #a83d5c !important;
        border-color: #a83d5c !important;
        color: #ffffff !important;
        font-weight: 700 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
    salla-add-product-button::part(button) {
        min-height: 36px !important;
        height: 36px !important;
        font-size: 12px !important;
        padding: 6px 10px !important;
        border-radius: 8px !important;
        background-color: #a83d5c !important;
        background: #a83d5c !important;
        color: #ffffff !important;
        line-height: 1 !important;
        font-weight: 700 !important;
    }
    salla-add-product-button {
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }
    .product-entry,
    .s-product-card-entry,
    [class*="product-card"] {
        border-radius: 10px !important;
        margin-bottom: 8px !important;
    }
    [class*="products-grid"],
    [class*="product-list"],
    .products-grid {
        gap: 10px !important;
        padding: 8px !important;
    }
    [class*="products-grid"] > *,
    [class*="product-list"] > * {
        width: calc(50% - 5px) !important;
    }
    [class*="badge"],
    .new-badge {
        font-size: 10px !important;
        padding: 3px 8px !important;
        top: 6px !important;
    }
    body {
        font-size: 14px !important;
        -webkit-tap-highlight-color: transparent !important;
    }
    button, a, [role="button"] {
        touch-action: manipulation !important;
    }
    .product-page-title,
    h1[class*="product"] {
        font-size: 20px !important;
        line-height: 1.35 !important;
        margin-bottom: 10px !important;
    }
    .product-price,
    [class*="product-price"] {
        font-size: 24px !important;
    }
    [class*="product-option"] [class*="option-item"],
    [class*="size-option"],
    [class*="color-option"] {
        min-height: 44px !important;
        min-width: 44px !important;
        padding: 10px 14px !important;
        font-size: 14px !important;
    }
    [class*="quantity"] button,
    .product-quantity button {
        min-width: 44px !important;
        min-height: 44px !important;
    }
    .product-gallery,
    [class*="main-image"] {
        border-radius: 12px !important;
    }
    [class*="thumbnails"] [class*="thumb"],
    [class*="gallery-thumbnails"] img {
        min-width: 60px !important;
        min-height: 80px !important;
    }
    .info-box,
    [class*="return-policy"],
    [class*="shipping-info"] {
        padding: 12px !important;
        margin-bottom: 8px !important;
        border-radius: 12px !important;
    }
    .info-box-icon,
    [class*="return-policy"] [class*="icon"] {
        width: 45px !important;
        height: 45px !important;
    }
    .category-page-title,
    [class*="category-title"] {
        font-size: 24px !important;
        margin: 20px 0 !important;
    }
    .filter-sidebar,
    [class*="filters"] {
        padding: 12px !important;
        margin-bottom: 15px !important;
    }
    [class*="pagination"] a,
    [class*="pagination"] button {
        min-width: 44px !important;
        min-height: 44px !important;
        font-size: 14px !important;
    }
    input, select, textarea {
        font-size: 16px !important;
        min-height: 44px !important;
        border-radius: 10px !important;
    }
    .breadcrumbs,
    [class*="breadcrumb"] {
        font-size: 12px !important;
        padding: 10px 0 !important;
        white-space: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    [class*="tabs"] {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }
    [class*="tabs"]::-webkit-scrollbar {
        display: none !important;
    }
    [class*="tabs"] [class*="tab"] {
        white-space: nowrap !important;
        font-size: 14px !important;
        padding: 12px 16px !important;
    }
}

@media (max-width: 428px) {
    body {
        padding-bottom: env(safe-area-inset-bottom, 0) !important;
    }
    .mobile-sticky-cta,
    [class*="sticky-add-to-cart"] {
        padding-bottom: calc(15px + env(safe-area-inset-bottom, 0)) !important;
    }
    [class*="header"],
    .site-header {
        padding-top: env(safe-area-inset-top, 0) !important;
    }
    [class*="products-grid"] > *,
    [class*="product-list"] > * {
        width: calc(50% - 5px) !important;
    }
    [class*="product-card"] [class*="title"] {
        font-size: 12px !important;
    }
    [class*="product-card"] [class*="price"] {
        font-size: 13px !important;
    }
    salla-add-product-button::part(button),
    [class*="add-to-cart"] {
        font-size: 11px !important;
        padding: 5px 8px !important;
        min-height: 34px !important;
        height: 34px !important;
        background-color: #a83d5c !important;
        color: #ffffff !important;
    }
}

@media (max-width: 375px) {
    [class*="product-card"] [class*="title"] {
        font-size: 11px !important;
    }
    [class*="product-card"] [class*="price"] {
        font-size: 12px !important;
    }
    salla-add-product-button::part(button),
    [class*="add-to-cart"] {
        font-size: 10px !important;
        min-height: 32px !important;
        height: 32px !important;
        padding: 4px 6px !important;
        background-color: #a83d5c !important;
        color: #ffffff !important;
    }
}

@supports (-webkit-touch-callout: none) {
    input, select, textarea {
        font-size: 16px !important;
    }
    .mobile-sticky-cta {
        padding-bottom: max(15px, env(safe-area-inset-bottom)) !important;
    }
}

* {
    -webkit-tap-highlight-color: transparent;
}

button, a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

img {
    -webkit-user-drag: none;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #fdf5f8; }
::-webkit-scrollbar-thumb { background: #a83d5c; border-radius: 3px; }

.fr-bar {
    background: var(--fr-pink-dark);
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    padding: 6px 0;
    width: 100%;
    direction: ltr;
}

.fr-bar-track {
    display: flex;
    width: max-content;
    animation: frMarquee 8s linear infinite;
}

.fr-bar-item {
    min-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    direction: rtl;
}

.fr-bar-item .fr-code {
    background: #fff;
    color: var(--fr-pink-dark);
    padding: 1px 10px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 13px;
}

@keyframes frMarquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .fr-bar-track { animation: none; }
}

.fr-overlay {
    position: fixed;
    inset: 0;
    background: rgba(58, 31, 43, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.fr-overlay.fr-show { display: flex; }

.fr-popup {
    background: var(--fr-cream);
    border: 2px solid var(--fr-pink-dark);
    border-radius: 16px;
    max-width: 380px;
    width: 90%;
    padding: 32px 24px 24px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}

.fr-close {
    position: absolute;
    top: 12px;
    left: 14px;
    background: none;
    border: none;
    font-size: 20px;
    color: var(--fr-text-dark);
    cursor: pointer;
    line-height: 1;
}

.fr-popup h3 {
    color: var(--fr-pink-dark);
    font-size: 22px;
    margin: 0 0 8px;
}

.fr-popup p {
    color: var(--fr-text-dark);
    font-size: 15px;
    margin: 0 0 18px;
}

.fr-code-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 2px dashed var(--fr-gold);
    background: #fff;
    border-radius: 10px;
    padding: 10px 16px;
    margin-bottom: 18px;
}

.fr-code-box strong {
    font-size: 20px;
    letter-spacing: 2px;
    color: var(--fr-pink-dark);
}

.fr-copy-btn {
    background: var(--fr-gold);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 13px;
    cursor: pointer;
}

.fr-copy-btn:hover { background: #b3822f; }

.fr-cta {
    display: inline-block;
    background: var(--fr-pink-dark);
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.fr-cta:hover { background: var(--fr-pink-light); }
@media (max-width: 768px) {
    .product-actions,
    [class*="product-actions"],
    [class*="product-buttons"],
    .s-product-buttons,
    salla-add-product-button,
    [class*="add-to-cart-container"] {
        width: 100% !important;
    }

    .product-actions > *,
    [class*="product-actions"] > *,
    [class*="product-buttons"] > *,
    .s-product-buttons > * {
        flex: 1 !important;
        width: 100% !important;
    }

    .product-actions,
    [class*="product-actions"],
    [class*="product-buttons"],
    .s-product-buttons {
        display: flex !important;
        gap: 8px !important;
        flex-direction: row !important;
        padding: 0 12px !important;
        width: 100% !important;
    }

    .product-actions a,
    .product-actions button,
    [class*="product-actions"] a,
    [class*="product-actions"] button,
    [class*="product-buttons"] a,
    [class*="product-buttons"] button,
    .s-product-buttons a,
    .s-product-buttons button {
        flex: 1 !important;
        width: 50% !important;
        min-height: 48px !important;
        border-radius: 10px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
    }

    salla-add-product-button::part(button) {
        flex: 1 !important;
        width: 100% !important;
        min-height: 48px !important;
        border-radius: 10px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        background-color: #a83d5c !important;
        color: #ffffff !important;
    }

    #getchatbutton,
    .getchatbutton,
    [id*="getbutton"],
    [class*="getbutton"],
    [id*="gt-button"],
    .gtx-container,
    iframe[src*="getbutton"] {
        bottom: 80px !important;
    }
}
@media (max-width: 768px) {
    #getchatbutton,
    .getchatbutton,
    [id*="getbutton"],
    [class*="getbutton"],
    [id*="gt-button"],
    .gtx-container,
    iframe[src*="getbutton"] {
        bottom: 80px !important;
    }
}

.fr-trust-strip {
    display: flex !important;
    gap: 10px !important;
    margin: 12px 0 !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    justify-content: center !important;
}

.fr-trust-strip-item {
    flex: 1 1 0% !important;
    justify-content: center !important;
    text-align: center !important;
}