<!-- Font Awesome -->
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"></noscript>

<!-- ===================== Consolidated Styles ===================== -->
<style>
/* Footer Accordion */
:is([layout="footer"] .links) .links-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
:is(:is([layout="footer"] .links) .links-box) span {
    font-weight: bold !important;
}
[layout="footer"] .general {
    gap: 20px;
}
footer .links-box {
    border-bottom: 1px solid #eee;
}
footer .links-box span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    padding: 6px 0;
}
footer .links-box span::after {
    content: "＋";
    font-size: 14px;
    color: #888;
    transition: transform 0.25s ease, color 0.25s ease;
}
footer .links-box.open span::after {
    content: "－";
    color: #111;
}
footer .links-box span:hover {
    color: #000;
}
footer .links-box ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    padding: 0;
    margin: 0;
}
footer .links-box ul li {
    list-style: none;
}
footer .links-box ul li a {
    display: block;
    padding: 4px 0;
    font-size: 13px;
    color: #666;
    text-decoration: none;
}
footer .links-box ul li a:hover {
    color: #000;
}

/* Misc Global */
:is(:is(:is(:is([section="collections"] .section-core) [block="collection"]) .content) .text) .title {
    font-weight: bold !important;
}
:is(:is([block="product"] > a,[block="product"] > div) .head) .badge {
    position: static !important;
}
[ui-variant-label] {
    font-weight: bold;
}

/* Star Ratings */
.rvw_stars {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 6px 0;
    flex-wrap: wrap;
}
.rvw_stars .star {
    position: relative;
    display: inline-block;
    width: 1em;
    font-size: 20px;
    line-height: 1;
    margin: 0 2px;
    color: #E0E0E0;
}
.rvw_stars .star::before {
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.rvw_stars .star.full {
    color: #FFC107;
}
.rvw_stars .star.partial::after {
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFC107;
    clip-path: var(--star-fill);
}
.rvw_stars .rvw_text, .rvw_stars .text {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-left: 6px;
    letter-spacing: 0.02em;
}

/* Trust Bar */
.trust-bar {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 8px;
    background: #f8fdf9;
    border: 1px solid #d4edd9;
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 12px;
    direction: rtl;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    text-align: right;
}
.trust-item + .trust-item {
    border-right: 1px solid #d4edd9;
    padding-right: 8px;
}
.trust-icon {
    font-size: 22px;
    flex-shrink: 0;
}
.trust-item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.trust-item strong {
    font-size: 12px;
    color: #1a5c2e;
    font-weight: 700;
    line-height: 1.3;
}
.trust-item span {
    font-size: 11px;
    color: #666;
    line-height: 1.3;
}
@media (max-width: 480px) {
    .trust-bar {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        padding: 12px 8px;
        border-radius: 16px;
        align-items: stretch;
    }
    .trust-item {
        flex: 1 1 0;
        min-width: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 5px;
        padding: 4px 6px;
    }
    .trust-item + .trust-item {
        border-right: 1px solid #d4edd9;
        padding-right: 6px;
    }
    .trust-icon {
        font-size: 24px;
        display: block;
        text-align: center;
        line-height: 1;
    }
    .trust-item div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        width: 100%;
    }
    .trust-item strong {
        font-size: 11px;
        white-space: normal;
        word-break: break-word;
        text-align: center;
        display: block;
        width: 100%;
    }
    .trust-item span {
        font-size: 10px;
        white-space: normal;
        text-align: center;
        display: block;
        width: 100%;
    }
}

/* Checkout Wrapper */
.action-container-wrapper {
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
    border: 1px solid #e7e7e7;
    border-radius: 18px;
    padding: 18px;
    margin: 18px 0 22px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.action-container-wrapper ui-express-checkout,
.action-container-wrapper .cta,
.action-container-wrapper a[ui-whatsapp] {
    width: 100%;
}
.action-container-wrapper .cta {
    margin: 0 !important;
    padding: 0 !important;
}
.action-container-wrapper ui-express-checkout {
    padding: 0 0 4px 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 2px;
}
.action-container-wrapper a[ui-whatsapp] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 14px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 6px 16px rgba(11, 109, 54, 0.12);
}
.action-container-wrapper ui-product-button button,
.action-container-wrapper .cta button,
.action-container-wrapper .cta [role="button"] {
    min-height: 48px;
    border-radius: 14px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}
.action-container-wrapper ui-quantity.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.action-container-wrapper ui-quantity.quantity button {
    width: 42px;
    height: 42px;
    border-radius: 12px !important;
    background: #f7f7f7 !important;
    border: 1px solid #e7e7e7 !important;
}
.action-container-wrapper ui-quantity-value {
    min-width: 28px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
}
.action-container-wrapper .action-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #ececec 15%, #ececec 85%, transparent 100%);
    margin: -2px 0 2px;
}

/* Slideshow Buy Button */
[section="slideshow"] .content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}
[section="slideshow"] .action.buy-button {
    display: inline-block !important;
    background: var(--color-primary-container) !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    padding: 14px 50px !important;
    border-radius: 28px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    border: 1px solid #d9dcde !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 52px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}
[section="slideshow"] .action.buy-button:hover {
    background: linear-gradient(135deg, #E8EBED 0%, #DDE1E3 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,1) !important;
    color: #000 !important;
}
[section="slideshow"] .action.buy-button:active {
    transform: translateY(0) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
}

/* Sticky Header & Announcement */
#youcan-section--announcement-bar {
    position: sticky !important;
    top: 0 !important;
    z-index: 300 !important;
    width: 100% !important;
}
#youcan-section--header {
    position: sticky !important;
    top: 45px !important;
    z-index: 200 !important;
    width: 100% !important;
}

/* Discount Badge (product page) */
.discount-badge {
    position: absolute !important;
    top: 12px !important;
    right: 12px;
    left: auto;
    background: #f0faf4 !important;
    color: #0B6D36 !important;
    border: 1px solid #b6dfc7 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 6px 14px !important;
    border-radius: 24px !important;
    z-index: 10 !important;
    box-shadow: 0 2px 8px rgba(11,109,54,0.12) !important;
    direction: rtl;
    white-space: nowrap;
}
/* Free offer badge — extra appealing */
.ev-free-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
    background-size: 200% auto;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 20px;
    white-space: nowrap;
    margin-top: 6px;
    letter-spacing: 0.3px;
    box-shadow: 0 3px 10px rgba(16,185,129,0.5), inset 0 1px 0 rgba(255,255,255,0.25);
    animation: freeBadgeShine 2.5s linear infinite, freeBadgePulse 1.8s ease-in-out infinite;
    pointer-events: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
@keyframes freeBadgePulse {
    0%, 100% { transform: scale(1); box-shadow: 0 3px 10px rgba(16,185,129,0.5), inset 0 1px 0 rgba(255,255,255,0.25); }
    50% { transform: scale(1.06); box-shadow: 0 5px 18px rgba(16,185,129,0.75), inset 0 1px 0 rgba(255,255,255,0.3); }
}
@keyframes freeBadgeShine {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}
.ev-enhanced [ui-variant-opt].ev-free-offer {
    border-color: #10b981 !important;
    background: linear-gradient(135deg, #f0fdf4, #fff) !important;
    box-shadow: 0 4px 20px rgba(16,185,129,0.2) !important;
}
.ev-enhanced [ui-variant-opt].ev-free-offer.ev-checked {
    border-color: #059669 !important;
    background: #f0fdf4 !important;
    box-shadow: 0 6px 24px rgba(16,185,129,0.35) !important;
}

/* Sticky CTA Bar */
.sticky-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s ease;
    right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
    padding: 12px 0;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.sticky-cta-bar .cta {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 12px;
}
.sticky-cta-bar .quantity {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.sticky-cta-bar .quantity ui-quantity {
    display: flex;
    align-items: center;
}
.sticky-cta-bar ui-quantity button {
    margin: 0;
}
.sticky-cta-bar ui-product-button {
    margin: 0;
}
.sticky-cta-bar ui-product-button button {
    padding: 10px 20px;
    font-size: 14px;
}
[ui-button][data-variant="primary"] {
    background-color: #0B6D36 !important;
    width: 230px;
}
[ui-whatsapp] {
    background-color: var(--color-primary) !important;
}

/* Input Focus Zoom Fix */
input:focus, textarea:focus, select:focus {
    font-size: 16px !important;
}

/* Social Links */
[section="socials"] {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 16px;
    list-style: none;
    padding: 20px 0;
    margin: 0;
    flex-wrap: wrap;
}
.social-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 90px;
    height: 100px;
    padding: 16px 12px;
    background: #ffffff;
    border: none;
    border-radius: 16px;
    text-decoration: none;
    color: #555;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}
.social-link::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}
.social-link:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.social-link:hover::before {
    opacity: 1;
}
.social-link:hover .social-icon {
    color: #fff;
    transform: scale(1.15);
}
.social-link:hover .social-label {
    color: #fff;
}
.social-icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-label {
    position: relative;
    z-index: 1;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
    white-space: nowrap;
}
.social-link:active {
    transform: translateY(-2px);
}

/* ===================== Mobile: max-width 480px ===================== */
@media (max-width: 480px) {
    [section="socials"] { gap: 12px; }
    .social-link {
        width: 78px;
        height: 90px;
        padding: 14px 10px;
        border-radius: 14px;
    }
}

/* ===================== Mobile: max-width 767px ===================== */
@media (max-width: 767px) {
    .controller { display: none; }
}

/* ===================== Mobile: max-width 768px ===================== */
@media (max-width: 768px) {
    .action-container-wrapper {
        border-radius: 16px;
        margin: 14px 0 18px;
        gap: 12px;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
    }
    .action-container-wrapper ui-express-checkout { padding-bottom: 2px; }
    .action-container-wrapper ui-product-button button,
    .action-container-wrapper .cta button,
    .action-container-wrapper .cta [role="button"],
    .action-container-wrapper a[ui-whatsapp] {
        min-height: 46px;
        font-size: 14px !important;
        border-radius: 12px !important;
    }
    .action-container-wrapper ui-quantity.quantity button {
        width: 40px;
        height: 40px;
        border-radius: 10px !important;
    }
    .discount-badge {
        right: 8px !important;
        top: 8px !important;
    }
}

/* ===================== Mobile: max-width 768px (screen only) ===================== */
@media only screen and (max-width: 768px) {
    ui-media[block="pd-media"],
    .images[ui-media-images] {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    .images[ui-media-images] img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: cover !important;
        max-height: 100vw !important;
    }
    .controller-wrapper button { height: auto !important; }
    .controller-wrapper button img {
        aspect-ratio: 1 / 1 !important;
        object-fit: cover !important;
    }
}

/* ===================== Mobile: max-width 769px ===================== */
@media (max-width: 769px) {
    :is(:is(:is([section="slideshow"] .slideshow-wrapper) .wrapper-box) [block="slideshow-slide"]) .content {
        background: transparent !important;
    }
    :is([section="single-product"] [block="pd-content"]) .general-info {
        gap: 14px !important;
        padding: 20px !important;
    }
    :is([section="slideshow"] [block="slideshow-slide"] .content .text .title),
    :is(:is([section="slideshow"] .slideshow-wrapper) .wrapper-box [block="slideshow-slide"] .content .text .title) {
        text-wrap: balance !important;
        font: var(--font-title-lg) !important;
        font-weight: bold !important;
        color: white !important;
    }
    :is([section="slideshow"] .slideshow-wrapper .wrapper-box [block="slideshow-slide"] .content .text .description) {
        display: block !important;
        color: white !important;
    }
    /* Scrollable Collections */
    [section="collections"] {
        overflow: hidden;
        border-radius: 16px;
        margin: 20px 0;
    }
    [section="collections"] .section-core {
        display: flex !important;
        overflow-x: scroll !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        padding: 20px !important;
        gap: 15px !important;
        scrollbar-width: none !important;
    }
    [section="collections"] .section-core::-webkit-scrollbar { display: none !important; }
    [section="collections"] li[block="collection"] {
        flex: 0 0 80% !important;
        scroll-snap-align: center !important;
        height: 200px !important;
        background: white !important;
        border-radius: 12px !important;
        padding: 20px !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
    }
    [section="collections"] .action {
        background: var(--color-primary-container) !important;
        color: white !important;
        padding: 10px 20px !important;
        border-radius: 20px !important;
        font-weight: 600 !important;
        display: flex !important;
    }
    [ui-link][ui-link="secondary"]::before { width: 0 !important; }
    #youcan-section--section_64d2641aae67dc .content { padding: 10px !important; }
}

/* ===================== Desktop: min-width 768px ===================== */
@media (min-width: 768px) {
    .controller-wrapper + .sticky-cta-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    .controller {
        position: relative;
        z-index: 1;
    }
    .controller-wrapper {
        display: flex;
        gap: 8px;
        margin-bottom: 60px;
    }
    .controller button {
        border: solid 2px #ddd;
        padding: 4px;
        border-radius: 8px;
        cursor: pointer;
        overflow: hidden;
    }
    .controller button[aria-selected="true"] { border-color: #000; }
    .controller button img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 6px;
    }
}

/* ===================== Desktop: min-width 769px ===================== */
@media (min-width: 769px) {
    :is([section="about-us"] .section-core) .content {
        justify-content: space-evenly !important;
    }
    :is(:is([section="collections"] .section-core) [block="collection"]) .content {
        justify-content: normal !important;
    }
    :is(:is(:is([section="slideshow"] .slideshow-wrapper) .wrapper-box) [block="slideshow-slide"]) .content {
        inset-inline-start: 60% !important;
        inset-block-end: 40px !important;
    }
}

/* ===================== Enhanced Variants (Card Style) ===================== */

/* Heading above the variants list */
.ev-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    direction: rtl;
    padding: 14px 16px 10px;
}
.ev-heading-icon {
    font-size: 24px;
    flex-shrink: 0;
}
.ev-heading strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
}
.ev-heading p {
    margin: 2px 0 0;
    font-size: 12px;
    color: #888;
}

/* Variants list container */
.ev-enhanced[ui-variants] {
    list-style: none;
    padding: 0 0 4px;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    direction: rtl;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}
.ev-enhanced li[ui-variant] {
    list-style: none;
}
.ev-enhanced [ui-variant-label] {
    display: none;
}
.ev-enhanced [ui-variant-options] {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

/* Each option card */
.ev-enhanced [ui-variant-opt] {
    position: relative;
    display: grid !important;
    grid-template-columns: 28px 1fr auto !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    gap: 0 12px !important;
    padding: 16px 14px 16px 14px !important;
    background: #fff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 16px !important;
    cursor: pointer !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06) !important;
    min-height: 80px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    overflow: visible !important;
}
.ev-enhanced [ui-variant-opt]:hover {
    border-color: #0B6D36 !important;
    box-shadow: 0 4px 14px rgba(11,109,54,0.12) !important;
}
.ev-enhanced [ui-variant-opt].ev-checked {
    border-color: #0B6D36 !important;
    box-shadow: 0 4px 18px rgba(11,109,54,0.18) !important;
    background: #fff !important;
}

/* Hidden native radio */
.ev-enhanced [ui-variant-opt] input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    cursor: pointer !important;
    margin: 0 !important;
}

/* Custom radio circle */
.ev-radio {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: border-color 0.2s;
    align-self: center;
    justify-self: center;
}
.ev-enhanced [ui-variant-opt].ev-checked .ev-radio {
    border-color: #0B6D36;
    background: #0B6D36;
}
.ev-enhanced [ui-variant-opt].ev-checked .ev-radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

/* Title + subtitle */
.ev-info {
    grid-column: 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
    z-index: 1;
    align-self: center;
    text-align: right;
}
.ev-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}
.ev-subtitle {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

/* Price block */
.ev-price-block {
    grid-column: 3;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    position: relative;
    z-index: 1;
    align-self: center;
    text-align: left;
}
.ev-price-main {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    white-space: nowrap;
}
.ev-price-main s.ev-price-old {
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
    text-decoration: line-through;
    display: block;
    margin-bottom: 2px;
}
.ev-price-main b {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
}
.ev-price-per {
    font-size: 11px;
    color: #999;
    white-space: nowrap;
}

/* Top badge (الأكثر طلبًا / الأفضل قيمة) */
.ev-badge {
    position: absolute !important;
    top: -11px !important;
    right: 14px !important;
    left: auto !important;
    padding: 3px 10px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #fff !important;
    z-index: 4 !important;
    pointer-events: none !important;
    white-space: nowrap !important;
}
.ev-badge.ev-popular {
    background: #0B6D36 !important;
    box-shadow: 0 2px 8px rgba(11,109,54,0.35) !important;
}
.ev-badge.ev-best {
    background: #e8a800 !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(232,168,0,0.35) !important;
}

/* Discount badge (وفري %X) */
.ev-disc-badge {
    display: inline-block;
    margin-top: 5px;
    background: #f0faf4;
    color: #0B6D36;
    border: 1px solid #b6dfc7;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    pointer-events: none;
    white-space: nowrap;
    align-self: flex-end;
}

@keyframes evPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
@media (max-width: 768px) {
    .ev-enhanced [ui-variant-opt] {
        padding: 14px 12px !important;
        min-height: 72px !important;
        border-radius: 14px !important;
        gap: 0 10px !important;
    }
    .ev-title { font-size: 15px; }
    .ev-price-main b { font-size: 18px; }
}

/* ===================== Express Checkout Form ===================== */
ui-express-checkout {
    display: flex;
    flex-direction: column;
    gap: 14px;
    direction: rtl;
}
label[ui-express-checkout-field] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
span[ui-express-checkout-label] {
    font-size: 13px;
    font-weight: 700;
    color: #333;
}
label[ui-express-checkout-field] input[type="text"],
label[ui-express-checkout-field] input[type="email"],
input[ui-phone-number] {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1.5px solid #cdd8da;
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    color: #1a1a1a;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}
label[ui-express-checkout-field] input[type="text"]::placeholder,
label[ui-express-checkout-field] input[type="email"]::placeholder,
input[ui-phone-number]::placeholder {
    color: #aaa;
    font-size: 14px;
}
label[ui-express-checkout-field] input[type="text"]:focus,
label[ui-express-checkout-field] input[type="email"]:focus,
input[ui-phone-number]:focus {
    border-color: #8ab5bc;
    box-shadow: 0 0 0 3px rgba(215,229,231,0.55);
}

/* Phone field */
div[ui-phone-input-wrapper] {
    display: flex;
    align-items: stretch;
    gap: 0;
    border: 1.5px solid #cdd8da;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
}
div[ui-phone-input-wrapper]:focus-within {
    border-color: #8ab5bc;
    box-shadow: 0 0 0 3px rgba(215,229,231,0.55);
}
div[ui-phone-countries-wrapper] {
    display: flex;
    align-items: center;
    padding: 0 10px;
    background: #f0f5f6;
    border-left: 1.5px solid #cdd8da;
    gap: 4px;
    flex-shrink: 0;
    position: relative;
}
span[ui-phone-displayed-country-code] {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    pointer-events: none;
}
select[ui-phone-select-country-code] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
input[ui-phone-number] {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    flex: 1;
    min-height: 48px;
}
div[ui-phone-error] {
    font-size: 12px;
    color: #c0392b;
    margin-top: 4px;
    padding-right: 4px;
}

@media (max-width: 480px) {
    label[ui-express-checkout-field] input[type="text"],
    label[ui-express-checkout-field] input[type="email"],
    input[ui-phone-number] {
        min-height: 46px;
        font-size: 14px;
    }
}

/* ===================== Price Block — Editorial / Skincare ===================== */
/* Quiet, minimal, classy. Brand sage: #D7E5E7. Hierarchy still drives CRO:
   sale price dominant, compare price ghosted, one understated savings hint. */
.price:has([ui-product-item="compare-at-price"]) {
    display: inline-flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px 14px;
    direction: rtl;
    padding: 4px 0 6px;
    margin: 6px 0 10px;
    border-block-end: 1px solid #D7E5E7;
}

/* SALE price — dominant via size & ink, not via color shouting */
.price [ui-product-item="price"] {
    font-size: clamp(22px, 5vw, 28px) !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.3px;
    display: inline-block;
}

/* Compare-at — small, ghosted, thin strike */
.price [ui-product-item="compare-at-price"] {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #9aa5ad !important;
    text-decoration: line-through !important;
    text-decoration-color: #c2cdd2 !important;
    text-decoration-thickness: 1px !important;
    display: inline-block !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

/* Single understated savings hint — flex-basis pushes it to its own row */
.price:has([ui-product-item="compare-at-price"])::after {
    content: 'وفّري على هذه التركيبة';
    flex-basis: 100%;
    font-size: 11.5px;
    font-weight: 500;
    color: #6b7a82;
    margin-top: 4px;
    letter-spacing: 0.2px;
}

@media (max-width: 480px) {
    .price [ui-product-item="price"] { font-size: 22px !important; }
    .price [ui-product-item="compare-at-price"] { font-size: 12.5px !important; }
}
</style>