/*
 * Final Salla-to-WooCommerce mapping.
 * Uses the live site's measured card/header dimensions and maps Salla card
 * concepts onto WooCommerce loop markup.
 */

:root {
    --od-primary: #00e8d0;
    --od-dark: #1d1f1f;
    --od-border: #e9edf1;
    --od-sale: #991b1b;
}

body {
    scroll-padding-top: 132px;
}

/* Header: keep the stable layout, do not use the failed measured grid. */
.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04) !important;
}

.search-topbar {
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    background: var(--od-dark) !important;
}

.search-topbar-inner {
    width: min(100% - 240px, 1280px) !important;
    min-height: 48px !important;
    padding: 0 10px !important;
    display: grid !important;
    grid-template-columns: auto minmax(520px, 1fr) auto !important;
    gap: 18px !important;
    align-items: center !important;
}

.search-topbar .woocommerce-product-search {
    width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    background: #303131 !important;
    border-radius: 999px !important;
}

.search-topbar .search-field {
    height: 36px !important;
    padding: 0 40px 2px 12px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.search-topbar .search-field::placeholder {
    color: #87909d !important;
    opacity: 1 !important;
}

.search-topbar .woocommerce-product-search button {
    position: absolute !important;
    inset-inline-start: 10px !important;
    top: 50% !important;
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    transform: translateY(-50%) !important;
}

.search-topbar .woocommerce-product-search button::before {
    content: "" !important;
    position: absolute !important;
    inset: 2px !important;
    width: 20px !important;
    height: 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #87909d !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M30.276 28.391l-7.576-7.576c1.644-2.053 2.633-4.652 2.633-7.481 0-6.616-5.384-12-12-12s-12 5.384-12 12 5.384 12 12 12c2.829 0 5.428-0.989 7.481-2.633l7.576 7.576c0.26 0.26 0.601 0.391 0.943 0.391s0.683-0.131 0.943-0.391c0.521-0.521 0.521-1.364 0-1.885zM13.333 22.667c-5.147 0-9.333-4.187-9.333-9.333s4.187-9.333 9.333-9.333 9.333 4.187 9.333 9.333-4.187 9.333-9.333 9.333z'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M30.276 28.391l-7.576-7.576c1.644-2.053 2.633-4.652 2.633-7.481 0-6.616-5.384-12-12-12s-12 5.384-12 12 5.384 12 12 12c2.829 0 5.428-0.989 7.481-2.633l7.576 7.576c0.26 0.26 0.601 0.391 0.943 0.391s0.683-0.131 0.943-0.391c0.521-0.521 0.521-1.364 0-1.885zM13.333 22.667c-5.147 0-9.333-4.187-9.333-9.333s4.187-9.333 9.333-9.333 9.333 4.187 9.333 9.333-4.187 9.333-9.333 9.333z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.search-topbar .woocommerce-product-search button::after {
    content: none !important;
}

.live-top-links {
    gap: 28px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
}

.live-top-links a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
}

.live-email {
    color: #d1d5db !important;
    padding: 1px 16px 1px 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    white-space: nowrap !important;
}

.header-main {
    width: min(100% - 240px, 1280px) !important;
    min-height: 84px !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
    direction: rtl !important;
}

.brand-menu-group {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 46px !important;
    direction: rtl !important;
    flex: 0 0 auto !important;
}

.brand {
    flex: 0 0 auto !important;
    margin-inline-start: 0 !important;
}

.brand img,
.live-logo {
    width: 210px !important;
    max-height: 42px !important;
    object-fit: contain !important;
}

.live-main-menu {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    direction: rtl !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    transform: none !important;
}

.live-main-menu a {
    min-height: 60px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px 0 !important;
    line-height: 1.25 !important;
    text-align: center !important;
}

.header-actions {
    flex: 0 0 129px !important;
    width: 129px !important;
    min-height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 16px !important;
    direction: rtl !important;
}

.menu-toggle,
.primary-nav {
    display: none !important;
}

.icon-link {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid var(--od-border) !important;
    border-radius: 999px !important;
    background: #fff !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #1f2937 !important;
    text-decoration: none !important;
}

.cart-link {
    width: 72px !important;
    height: 40px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: row-reverse !important;
    direction: ltr !important;
    gap: 0 !important;
    color: #7c8082 !important;
    line-height: 26px !important;
    text-decoration: none !important;
}

.icon-link svg,
.cart-icon svg {
    width: 20px !important;
    height: 20px !important;
    display: block !important;
    fill: currentColor !important;
}

.cart-link::before {
    content: none !important;
}

.cart-total {
    position: static !important;
    transform: translateX(-8px) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 3px !important;
    direction: ltr !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
    color: #000 !important;
    white-space: nowrap !important;
}

.cart-total .sicon-sar {
    font-family: "sallaicons" !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.cart-icon {
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid var(--od-border) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #1f2937 !important;
}

.cart-icon::before {
    content: none !important;
}

.account-link::before,
.account-link::after {
    content: none !important;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
    display: none !important;
}

.woocommerce-Price-currencySymbol {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1em !important;
    margin-inline-start: 4px !important;
    font-size: 0 !important;
    line-height: 1 !important;
    vertical-align: -.05em !important;
}

.woocommerce-Price-currencySymbol::before {
    content: "\e9bc" !important;
    font-family: "sallaicons" !important;
    font-size: .875rem !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.shop-main {
    background: #f5f6f7 !important;
    padding: 58px 0 84px !important;
}

.shop-main > .container {
    width: min(100% - 240px, 1280px) !important;
    margin: 0 auto !important;
}

.shop-main .woocommerce-products-header__title,
.shop-main .page-title {
    margin: 0 0 28px !important;
    color: #071424 !important;
    font-size: 28px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    text-align: right !important;
    letter-spacing: 0 !important;
}

.ondas-shop-toolbar {
    width: 100% !important;
    margin: 0 0 34px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 18px !important;
    direction: rtl !important;
}

.ondas-shop-result-count {
    flex: 0 0 auto !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 14px !important;
    border: 1px solid var(--od-border) !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.ondas-shop-filters {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

.ondas-shop-filters label {
    display: grid !important;
    gap: 6px !important;
    min-width: 164px !important;
    margin: 0 !important;
}

.ondas-shop-filters label span {
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.ondas-shop-filters select {
    height: 40px !important;
    min-width: 164px !important;
    padding: 0 12px 0 34px !important;
    border: 1px solid var(--od-border) !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #1f2937 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    outline: none !important;
}

.ondas-shop-filters button,
.ondas-shop-reset {
    height: 40px !important;
    min-width: 92px !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid var(--od-primary) !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #00d8c2 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

/* Product grid/card: mirror live Salla horizontal card measurements. */
.ondas-live-home .woocommerce ul.products,
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, 614px) !important;
    gap: 40px !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

.ondas-live-home .woocommerce ul.products li.product,
.woocommerce ul.products[class] li.product[class] {
    position: relative !important;
    float: none !important;
    clear: none !important;
    width: 614px !important;
    height: 240px !important;
    min-height: 240px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    justify-content: space-between !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    direction: ltr !important;
    display: grid !important;
    grid-template-columns: 390px 224px !important;
    grid-template-rows: 50px 20px 1fr !important;
    width: 614px !important;
    height: 178px !important;
    min-height: 178px !important;
    padding: 0 !important;
    color: inherit !important;
    text-decoration: none !important;
}

.woocommerce ul.products li.product a img {
    grid-column: 2 !important;
    grid-row: 1 / 4 !important;
    width: 224px !important;
    height: 240px !important;
    margin: 0 !important;
    padding: 18px 24px !important;
    object-fit: contain !important;
    background: #fff !important;
}

.woocommerce-loop-product__title {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 350px !important;
    height: 30px !important;
    margin: 20px auto 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    direction: rtl !important;
    text-align: right !important;
    color: #1f2937 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 800 !important;
    word-break: break-word !important;
}

.woocommerce ul.products li.product .price {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 350px !important;
    height: 20px !important;
    min-height: 20px !important;
    margin: 4px auto 0 !important;
    direction: rtl !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    text-align: right !important;
    color: #111827 !important;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    font-weight: 700 !important;
}

.woocommerce ul.products li.product .price del {
    color: #111827 !important;
    opacity: 1 !important;
    order: 2 !important;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    text-decoration: line-through !important;
    text-decoration-thickness: 1px !important;
    text-decoration-color: #111827 !important;
}

.woocommerce ul.products li.product .price del *,
.woocommerce ul.products li.product .price del .amount {
    text-decoration: line-through !important;
    text-decoration-thickness: 1px !important;
    text-decoration-color: #111827 !important;
}

.woocommerce ul.products li.product .price ins {
    order: 1 !important;
    color: var(--od-sale) !important;
    text-decoration: none !important;
    margin: 0 !important;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    font-weight: 700 !important;
}

.woocommerce ul.products li.product .price ins .amount,
.woocommerce ul.products li.product .price ins .woocommerce-Price-currencySymbol {
    color: var(--od-sale) !important;
}

.woocommerce ul.products li.product .price .amount {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    direction: ltr !important;
}

.woocommerce ul.products li.product .button {
    position: absolute !important;
    left: 68px !important;
    right: auto !important;
    bottom: 20px !important;
    width: 294px !important;
    min-width: 294px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid var(--od-primary) !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #00d8c2 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    gap: .5rem !important;
    white-space: nowrap !important;
    text-align: center !important;
}

.woocommerce ul.products li.product .button::before {
    content: none !important;
}

.woocommerce ul.products li.product .button::after {
    content: none !important;
}

.woocommerce ul.products li.product .button .s-button-text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row-reverse !important;
    gap: .5rem !important;
    width: 100% !important;
    color: inherit !important;
    font-size: .875rem !important;
    font-weight: 700 !important;
    line-height: 1.25rem !important;
}

.woocommerce ul.products li.product .button .sicon-shopping-bag {
    font-family: "sallaicons" !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.woocommerce ul.products li.product .button.loading {
    opacity: .7 !important;
}

.woocommerce ul.products li.product::after {
    content: none !important;
    display: none !important;
}

.ondas-wishlist-button {
    position: absolute !important;
    left: 20px !important;
    right: auto !important;
    bottom: 20px !important;
    width: 40px !important;
    height: 40px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid var(--od-border) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #64748b !important;
    padding: 0 !important;
    cursor: pointer !important;
    z-index: 2 !important;
}

.ondas-wishlist-button span {
    font-size: 20px !important;
    line-height: 1 !important;
}

.ondas-wishlist-button.is-active {
    border-color: rgba(153, 27, 27, .28) !important;
    color: var(--od-sale) !important;
}

.ondas-wishlist-button.is-active span {
    font-size: 0 !important;
}

.ondas-wishlist-button.is-active span::before {
    content: "\2665" !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.woocommerce nav.woocommerce-pagination {
    margin: 46px 0 0 !important;
    text-align: center !important;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: normal !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    float: none !important;
    margin: 0 !important;
    border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid var(--od-border) !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #1f2937 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    border-color: var(--od-primary) !important;
    background: var(--od-primary) !important;
    color: #fff !important;
}

@media (max-width: 900px) {
    .search-topbar-inner,
    .header-main {
        width: min(100% - 32px, 720px) !important;
    }

    .live-top-links,
    .live-email,
    .live-main-menu {
        display: none !important;
    }

    .header-main {
        min-height: 70px !important;
        display: grid !important;
        grid-template-columns: auto 1fr auto !important;
    }

    .menu-toggle {
        display: inline-grid !important;
        order: 3 !important;
        justify-self: end !important;
    }

    .brand {
        order: 2 !important;
        justify-self: center !important;
    }

    .header-actions {
        order: 1 !important;
        justify-self: start !important;
        width: 129px !important;
        flex-basis: 129px !important;
    }

    .ondas-live-home .woocommerce ul.products,
    .woocommerce ul.products {
        grid-template-columns: minmax(0, 614px) !important;
        gap: 18px !important;
    }

    .woocommerce ul.products[class] li.product[class] {
        width: min(100%, 614px) !important;
    }

    .shop-main > .container,
    .live-single-container {
        width: min(100% - 32px, 720px) !important;
    }

    .ondas-shop-toolbar {
        align-items: stretch !important;
        flex-direction: column !important;
    }

    .ondas-shop-filters,
    .ondas-shop-filters label,
    .ondas-shop-filters select,
    .ondas-shop-filters button,
    .ondas-shop-reset {
        width: 100% !important;
        min-width: 0 !important;
    }

    .footer-grid,
    .footer-bottom .container {
        width: min(100% - 32px, 720px) !important;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
    }

    .footer-bottom .container {
        min-height: 82px !important;
        align-items: flex-start !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 10px !important;
    }
}

/* Working footer/page links. */
.site-footer a {
    color: inherit !important;
    text-decoration: none !important;
}

.site-footer a:hover {
    color: var(--od-primary) !important;
}

.site-footer {
    background: var(--od-dark) !important;
}

.footer-grid {
    width: min(100% - 240px, 1280px) !important;
    min-height: 255px !important;
    padding: 58px 0 42px !important;
    display: grid !important;
    grid-template-columns: 1.2fr 1fr 1fr !important;
    gap: 42px !important;
    align-items: start !important;
    direction: ltr !important;
}

.footer-grid > section {
    direction: rtl !important;
    text-align: right !important;
}

.site-footer h2 {
    margin: 0 0 18px !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 800 !important;
}

.site-footer p,
.site-footer a,
.site-footer li {
    color: #d4d8d8 !important;
    font-size: 14px !important;
    line-height: 2 !important;
    font-weight: 500 !important;
}

.site-footer p {
    margin: 0 0 6px !important;
}

.footer-menu {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.footer-contact p {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: row-reverse !important;
    gap: 12px !important;
}

.footer-contact p::after {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    display: inline-grid !important;
    place-items: center !important;
    border: 1px solid rgba(255, 255, 255, .75) !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-family: "sallaicons" !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

.footer-contact p:nth-of-type(1)::after {
    content: "\e968" !important;
}

.footer-contact p:nth-of-type(2)::after {
    content: "\ece5" !important;
}

.footer-contact p:nth-of-type(3)::after {
    content: "\ed57" !important;
}

.freelance-logo {
    width: 150px !important;
    height: auto !important;
    margin-top: 28px !important;
    display: block !important;
}

.footer-bottom {
    background: #171818 !important;
}

.footer-bottom .container {
    width: min(100% - 240px, 1280px) !important;
    min-height: 58px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    direction: ltr !important;
}

.footer-copyright {
    color: #64748b !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    direction: rtl !important;
    text-align: right !important;
}

.payment-row {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
}

.payment-row img {
    width: auto !important;
    height: 28px !important;
    display: block !important;
    border-radius: 9px !important;
    background: #fff !important;
}

.page .site-main {
    background: #f5f6f7 !important;
    min-height: 520px !important;
    padding: 64px 0 80px !important;
}

.page .entry-content,
.page article {
    width: min(100% - 240px, 960px) !important;
    margin: 0 auto !important;
    padding: 42px 48px !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #1f2937 !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
    text-align: right !important;
}

/* Single product page: Salla-style product detail surface. */
.live-single-product {
    background: #f9fafb !important;
    padding: 0 0 84px !important;
}

.live-single-container {
    width: min(100% - 240px, 1260px) !important;
    margin: 0 auto !important;
}

.live-breadcrumb {
    width: 100% !important;
    height: 60px !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    color: #231f1e !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    text-align: right !important;
    overflow: hidden !important;
}

.live-breadcrumb a {
    color: #231f1e !important;
    text-decoration: none !important;
}

.live-breadcrumb span {
    margin: 0 10px !important;
    color: #64748b !important;
}

.live-single-card {
    display: grid !important;
    grid-template-columns: 628px 598px !important;
    gap: 34px !important;
    min-height: 826px !important;
    margin: 0 0 64px !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    direction: rtl !important;
}

.live-single-media {
    grid-column: 1 !important;
    width: 628px !important;
    height: 729px !important;
    min-height: 729px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    background: transparent !important;
    overflow: visible !important;
}

.live-media-slider {
    position: relative !important;
    width: 628px !important;
    height: 729px !important;
}

.live-media-track {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}

.live-media-slide {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    background: transparent !important;
    cursor: zoom-in !important;
}

.live-media-slide.is-active {
    display: flex !important;
}

.live-media-zoom,
.live-media-nav {
    position: absolute !important;
    z-index: 5 !important;
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .92) !important;
    color: #64748b !important;
    font-family: "sallaicons" !important;
    font-size: 18px !important;
    line-height: 1 !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08) !important;
    cursor: pointer !important;
}

.live-media-zoom {
    top: 16px !important;
    left: 16px !important;
}

.live-media-prev,
.live-media-next {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.live-media-prev {
    right: 12px !important;
}

.live-media-next {
    left: 12px !important;
}

.live-media-thumbs {
    width: 100% !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    direction: rtl !important;
}

.live-media-thumb {
    width: 72px !important;
    height: 72px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    background: #fff !important;
    cursor: pointer !important;
}

.live-media-thumb:only-child {
    display: none !important;
}

.live-media-thumb.is-active {
    border-color: #05f5d9 !important;
}

.live-media-thumb img,
.live-single-media .live-media-thumb img {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    margin: 0 !important;
    padding: 6px !important;
    object-fit: contain !important;
}

.live-single-main-image,
.live-single-media img {
    width: 628px !important;
    height: 729px !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    object-fit: contain !important;
    background: transparent !important;
}

.live-single-summary {
    grid-column: 2 !important;
    width: 598px !important;
    min-height: 556px !important;
    position: relative !important;
    display: block !important;
    padding: 0 !important;
    text-align: right !important;
    color: #231f1e !important;
}

.live-single-brand-spacer {
    width: 48px !important;
    height: 49.2px !important;
    margin: 0 0 20px auto !important;
}

.live-single-title {
    width: 598px !important;
    max-width: 598px !important;
    height: 32px !important;
    margin: 0 0 24px !important;
    overflow: hidden !important;
    color: #1f2937 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-align: right !important;
}

.live-single-price {
    width: 598px !important;
    min-height: 29.2px !important;
    margin: 0 !important;
    direction: rtl !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    color: #231f1e !important;
    font-size: 15px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
}

.live-single-price del {
    color: #111827 !important;
    opacity: 1 !important;
    order: 2 !important;
    text-decoration: line-through !important;
    text-decoration-thickness: 1px !important;
    text-decoration-color: #111827 !important;
}

.live-single-price del *,
.live-single-price del .amount {
    text-decoration: line-through !important;
    text-decoration-thickness: 1px !important;
    text-decoration-color: #111827 !important;
}

.live-single-price ins {
    color: var(--od-sale) !important;
    text-decoration: none !important;
    order: 1 !important;
    margin: 0 !important;
    font-weight: 700 !important;
}

.live-single-price ins .amount,
.live-single-price ins .woocommerce-Price-currencySymbol {
    color: var(--od-sale) !important;
}

.live-single-price .amount {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    direction: ltr !important;
}

.live-single-price > .amount {
    font-weight: 700 !important;
}

.live-single-excerpt {
    width: 598px !important;
    height: 128px !important;
    margin: 0 0 12px !important;
    padding: 4px !important;
    overflow: hidden !important;
    color: #231f1e !important;
    font-size: 15px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    text-align: right !important;
}

.live-single-excerpt p {
    margin: 0 !important;
}

.live-single-share {
    width: 598px !important;
    height: 60px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    direction: rtl !important;
}

.live-single-share a,
.live-single-share button,
.live-share-icon {
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #64748b !important;
    font-family: "sallaicons" !important;
    font-size: 17px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.live-single-share-menu {
    display: none !important;
}

.live-single-share-toggle.is-copied {
    border-color: rgba(5, 245, 217, .7) !important;
    color: #00bda9 !important;
}

.live-single-form {
    width: 598px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #231f1e !important;
}

.live-single-form-price {
    width: 598px !important;
    height: 49.2px !important;
    padding: 20px 20px 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 16px !important;
    border-radius: 6px 6px 0 0 !important;
    background: #fff !important;
}

.live-form-label {
    display: block !important;
    margin: 1px 0 0 !important;
    color: #374151 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
}

.live-single-price-box {
    width: auto !important;
    min-height: 26px !important;
    justify-content: flex-start !important;
    gap: 16px !important;
}

.live-single-buybar {
    width: 598px !important;
    height: 140px !important;
    padding: 20px !important;
    position: relative !important;
    display: block !important;
    border-radius: 6px 6px 0 0 !important;
    background: #fff !important;
}

.live-single-quantity-row {
    width: 558px !important;
    height: 100px !important;
    margin: 0 !important;
    position: relative !important;
    display: block !important;
    direction: rtl !important;
}

.live-single-actions {
    width: 598px !important;
    display: block !important;
    margin: 0 !important;
}

.live-single-actions form.cart,
.live-single-quantity-row form.cart {
    position: absolute !important;
    inset: 0 !important;
    width: 558px !important;
    height: 100px !important;
    margin: 0 !important;
    display: block !important;
    direction: ltr !important;
}

.live-single-quantity-row > .live-form-label {
    position: absolute !important;
    top: 10px !important;
    right: 0 !important;
    z-index: 2 !important;
}

.live-single-actions .quantity,
.live-single-quantity-row .quantity {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 137.6px !important;
    height: 40px !important;
    margin: 0 !important;
    direction: ltr !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;
    background: #fff !important;
}

.live-single-actions .quantity::before,
.live-single-quantity-row .quantity::before,
.live-single-actions .quantity::after,
.live-single-quantity-row .quantity::after {
    width: 44px !important;
    height: 38.4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #231f1e !important;
    font-family: "sallaicons" !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}

.live-single-actions .quantity::before,
.live-single-quantity-row .quantity::before {
    content: "\e90c" !important;
}

.live-single-actions .quantity::after,
.live-single-quantity-row .quantity::after {
    content: "\ed91" !important;
}

.live-single-actions .qty,
.live-single-quantity-row .qty {
    width: 48px !important;
    height: 38.4px !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 0 !important;
    border-inline: 1px solid #e5e7eb !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #231f1e !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    appearance: textfield !important;
}

.live-single-actions .single_add_to_cart_button,
.live-single-quantity-row .single_add_to_cart_button {
    position: absolute !important;
    right: 0 !important;
    top: 60px !important;
    width: 274px !important;
    height: 39.6px !important;
    min-height: 39.6px !important;
    margin: 0 !important;
    padding: 8px 24px 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #05f5d9 !important;
    border-radius: 12px !important;
    background: #05f5d9 !important;
    color: #00765a !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    box-shadow: none !important;
    order: initial !important;
    direction: rtl !important;
}

.live-single-actions .single_add_to_cart_button::before,
.live-single-quantity-row .single_add_to_cart_button::before {
    content: "\ef36" !important;
    margin-inline-start: 6px !important;
    font-family: "sallaicons" !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

.live-single-quick-buy {
    width: 274px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    left: 20px !important;
    top: 80px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    transform: translateY(-40px) !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: #05f5d9 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    direction: rtl !important;
    transform: none !important;
}

.live-single-wishlist {
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #64748b !important;
    font-family: "sallaicons" !important;
    font-size: 18px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.live-single-wishlist.is-active {
    border-color: rgba(153, 27, 27, .28) !important;
    color: var(--od-sale) !important;
}

.live-single-source {
    width: fit-content !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.live-single-details {
    width: 598px !important;
    height: 208px !important;
    margin: -327px auto 119px 0 !important;
    padding: 20px !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #1f2937 !important;
    text-align: right !important;
    overflow: hidden !important;
}

.live-single-details h2 {
    margin: 0 0 16px !important;
    color: #071424 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 800 !important;
}

.live-single-description {
    font-size: 15px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
}

.live-single-description ul {
    margin: 16px 0 !important;
    padding-inline-start: 22px !important;
}

.live-single-comments {
    width: 100vw !important;
    height: 160px !important;
    margin: 0 calc(50% - 50vw) 64px !important;
    padding: 56px 0 !important;
    background: #f3f4f6 !important;
}

.live-single-product.is-square-media .live-breadcrumb {
    height: 40px !important;
    padding: 20px 0 0 !important;
    color: transparent !important;
}

.live-single-product.is-square-media .live-breadcrumb a,
.live-single-product.is-square-media .live-breadcrumb span {
    color: transparent !important;
}

.live-single-product.is-square-media .live-single-card {
    min-height: 583px !important;
    margin-bottom: 64px !important;
}

.live-single-product.is-square-media .live-single-media {
    height: 325px !important;
    min-height: 325px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.live-single-product.is-square-media .live-media-slider,
.live-single-product.is-square-media .live-media-track,
.live-single-product.is-square-media .live-media-slide {
    height: 325px !important;
}

.live-single-product.is-square-media .live-media-slide {
    justify-content: flex-start !important;
}

.live-single-product.is-square-media .live-single-main-image,
.live-single-product.is-square-media .live-single-media img {
    width: 325px !important;
    height: 325px !important;
    margin-right: -10px !important;
    object-fit: contain !important;
}

.live-single-product.is-square-media .live-single-summary {
    min-height: 583px !important;
    padding-top: 28px !important;
}

.live-single-product.is-square-media .live-single-brand-spacer,
.live-single-product.is-square-media .live-single-summary > .live-single-price {
    display: none !important;
}

.live-single-product.is-square-media .live-single-share {
    position: absolute !important;
    top: 306px !important;
    right: 0 !important;
    z-index: 4 !important;
    width: 598px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    pointer-events: none !important;
}

.live-single-product.is-square-media .live-single-share > button,
.live-single-product.is-square-media .live-single-share > a {
    pointer-events: auto !important;
}

.live-single-product.is-square-media .live-single-title {
    margin-bottom: 0 !important;
}

.live-single-product.is-square-media .live-single-excerpt {
    height: 208px !important;
    margin-top: 52px !important;
    margin-bottom: 32px !important;
}

.live-single-product.is-square-media .live-single-form {
    height: 155px !important;
}

.live-single-product.is-square-media .live-single-form-price {
    height: 48px !important;
}

.live-single-product.is-square-media .live-single-buybar {
    height: 107px !important;
}

.live-single-product.is-square-media .live-single-details {
    display: none !important;
}

.live-single-product.is-square-media .live-single-comments {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 64px !important;
    padding: 0 !important;
    background: transparent !important;
}

.live-single-media .live-media-thumb img {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    margin: 0 !important;
    padding: 6px !important;
    object-fit: contain !important;
}

.live-single-product.is-square-media .live-media-thumbs {
    display: none !important;
}

.live-zoom-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 48px !important;
    background: rgba(0, 0, 0, .82) !important;
}

.live-zoom-modal img {
    width: auto !important;
    height: auto !important;
    max-width: min(92vw, 1100px) !important;
    max-height: 88vh !important;
    object-fit: contain !important;
    background: #fff !important;
}

.live-zoom-close {
    position: absolute !important;
    top: 24px !important;
    left: 24px !important;
    width: 44px !important;
    height: 44px !important;
    border: 1px solid rgba(255, 255, 255, .32) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .12) !important;
    color: #fff !important;
    font-size: 28px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.live-single-container .related > h2 {
    margin: 0 0 24px !important;
    color: #071424 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    text-align: right !important;
}

.live-single-container .related.products {
    position: relative !important;
    width: 1260px !important;
    overflow: hidden !important;
}

.live-single-container .related.products ul.products {
    width: 1260px !important;
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    padding: 0 0 8px !important;
    margin: 0 !important;
}

.live-single-container .related.products ul.products::-webkit-scrollbar {
    display: none !important;
}

.live-single-container .related.products ul.products > li.product {
    flex: 0 0 614px !important;
    width: 614px !important;
    scroll-snap-align: start !important;
}

.live-related-controls {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    z-index: 4 !important;
}

.live-related-controls button {
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #64748b !important;
    font-family: "sallaicons" !important;
    font-size: 16px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.live-single-brand-mark {
    display: block !important;
    overflow: hidden !important;
    color: #8b8f96 !important;
    font-size: 9px !important;
    line-height: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.live-single-share {
    position: relative !important;
    overflow: visible !important;
}

.live-single-share.is-open {
    z-index: 20 !important;
}

.live-single-share.is-open .live-single-share-toggle::before {
    content: "×" !important;
    font-family: Arial, sans-serif !important;
    font-size: 25px !important;
    line-height: 1 !important;
}

.live-single-share-menu {
    position: absolute !important;
    top: 48px !important;
    right: 0 !important;
    z-index: 30 !important;
    width: 54px !important;
    padding: 12px 0 !important;
    display: none !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .12) !important;
}

.live-single-share.is-open .live-single-share-menu {
    display: flex !important;
}

.live-single-share .live-single-share-menu a,
.live-single-share .live-single-share-menu button {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    box-shadow: none !important;
    font-size: 19px !important;
}

.live-single-share .live-single-share-menu .live-share-x {
    font-family: Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.live-single-product.is-square-media .live-single-container {
    width: min(100% - 240px, 1092px) !important;
}

.live-single-product.is-square-media .live-single-card {
    grid-template-columns: 540px 520px !important;
    gap: 32px !important;
    min-height: 650px !important;
    margin-bottom: 64px !important;
}

.live-single-product.is-square-media .live-single-media {
    width: 540px !important;
    height: 628px !important;
    min-height: 628px !important;
    align-items: flex-start !important;
    justify-content: center !important;
    overflow: visible !important;
}

.live-single-product.is-square-media .live-media-slider {
    width: 540px !important;
    height: 628px !important;
}

.live-single-product.is-square-media .live-media-track {
    width: 540px !important;
    height: 540px !important;
    border-radius: 6px !important;
    background: #fff !important;
    overflow: hidden !important;
}

.live-single-product.is-square-media .live-media-slide {
    width: 540px !important;
    height: 540px !important;
    justify-content: center !important;
    background: #fff !important;
}

.live-single-product.is-square-media .live-single-main-image,
.live-single-product.is-square-media .live-single-media .live-media-slide img {
    width: 540px !important;
    height: 540px !important;
    max-width: 540px !important;
    max-height: 540px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
}

.live-single-product.is-square-media .live-media-zoom {
    top: 14px !important;
    left: 14px !important;
}

.live-single-product.is-square-media .live-media-prev,
.live-single-product.is-square-media .live-media-next {
    top: 270px !important;
}

.live-single-product.is-square-media .live-media-thumbs {
    width: 540px !important;
    min-height: 72px !important;
    margin-top: 16px !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 16px !important;
}

.live-single-product.is-square-media .live-media-thumb,
.live-single-product.is-square-media .live-media-thumb:only-child {
    width: 126px !important;
    height: 68px !important;
    display: inline-flex !important;
    border-radius: 9px !important;
}

.live-single-product.is-square-media .live-media-thumb img,
.live-single-product.is-square-media .live-single-media .live-media-thumb img {
    width: 124px !important;
    height: 66px !important;
    max-width: 124px !important;
    max-height: 66px !important;
    padding: 6px !important;
}

.live-single-product.is-square-media .live-single-summary {
    width: 520px !important;
    min-height: 650px !important;
    padding-top: 0 !important;
}

.live-single-product.is-square-media .live-single-brand-spacer {
    width: 90px !important;
    height: 16px !important;
    margin: 0 0 10px auto !important;
    display: block !important;
}

.live-single-product.is-square-media .live-single-title,
.live-single-product.is-square-media .live-single-price,
.live-single-product.is-square-media .live-single-excerpt,
.live-single-product.is-square-media .live-single-share,
.live-single-product.is-square-media .live-single-form,
.live-single-product.is-square-media .live-single-form-price,
.live-single-product.is-square-media .live-single-buybar {
    width: 520px !important;
    max-width: 520px !important;
}

.live-single-product.is-square-media .live-single-summary > .live-single-price {
    display: flex !important;
    margin-bottom: 12px !important;
}

.live-single-product.is-square-media .live-single-title {
    margin-bottom: 20px !important;
}

.live-single-product.is-square-media .live-single-excerpt {
    height: 128px !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

.live-single-product.is-square-media .live-single-share {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    height: 60px !important;
    margin-bottom: 12px !important;
    pointer-events: auto !important;
}

.live-single-product.is-square-media .live-single-share-menu {
    right: 0 !important;
}

.live-single-product.is-square-media .live-single-form {
    height: 155px !important;
}

.live-single-product.is-square-media .live-single-comments {
    height: 136px !important;
    margin-top: 0 !important;
    margin-bottom: 64px !important;
    padding: 0 !important;
    background: #f3f4f6 !important;
}

.live-single-container .related.products {
    width: 1092px !important;
    margin: 0 auto !important;
    overflow: visible !important;
}

.live-single-container .related.products ul.products {
    width: 1092px !important;
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 12px 0 8px !important;
}

.live-single-container .related.products ul.products > li.product {
    flex: 0 0 258px !important;
    width: 258px !important;
    height: 356px !important;
    min-height: 356px !important;
    display: block !important;
    border-radius: 8px !important;
    background: #fff !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
}

.live-single-container .related.products ul.products li.product .woocommerce-loop-product__link {
    display: block !important;
    width: 258px !important;
    height: 286px !important;
    min-height: 286px !important;
    padding: 0 !important;
    direction: rtl !important;
}

.live-single-container .related.products ul.products li.product a img {
    display: block !important;
    width: 258px !important;
    height: 214px !important;
    margin: 0 !important;
    padding: 24px 18px 10px !important;
    object-fit: contain !important;
}

.live-single-container .related.products .woocommerce-loop-product__title {
    width: 218px !important;
    height: 42px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: right !important;
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 800 !important;
}

.live-single-container .related.products ul.products li.product .price {
    width: 218px !important;
    height: 20px !important;
    margin: 8px auto 0 !important;
    justify-content: flex-start !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

.live-single-container .related.products ul.products li.product .button {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    width: auto !important;
    min-width: 0 !important;
    height: 38px !important;
    min-height: 38px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
}

.live-single-container .related.products .ondas-wishlist-button {
    top: 18px !important;
    left: 18px !important;
    right: auto !important;
    bottom: auto !important;
    width: 36px !important;
    height: 36px !important;
    z-index: 5 !important;
}

.live-single-form,
.live-single-form * {
    box-sizing: border-box !important;
}

.live-single-product .live-single-form {
    height: 160px !important;
    border-radius: 6px !important;
    background: #fff !important;
    overflow: visible !important;
}

.live-single-product .live-single-form-price {
    width: 100% !important;
    max-width: 100% !important;
    height: 50px !important;
    padding: 20px 20px 0 !important;
    border-radius: 6px 6px 0 0 !important;
    background: transparent !important;
}

.live-single-product .live-single-form-price .live-single-price-box {
    width: auto !important;
    max-width: none !important;
    min-height: 26px !important;
    margin: 0 !important;
    display: flex !important;
    flex: 0 0 auto !important;
}

.live-single-product .live-single-buybar {
    width: 100% !important;
    max-width: 100% !important;
    height: 110px !important;
    padding: 0 20px 20px !important;
    border-radius: 0 0 6px 6px !important;
    background: transparent !important;
}

.live-single-product .live-single-quantity-row {
    width: 100% !important;
    height: 90px !important;
}

.live-single-product .live-single-quantity-row form.cart {
    inset: 0 !important;
    width: 100% !important;
    height: 90px !important;
}

.live-single-product .live-single-quantity-row > .live-form-label {
    top: 8px !important;
    right: 0 !important;
}

.live-single-product .live-single-quantity-row .quantity {
    top: 6px !important;
    left: 0 !important;
    width: 118px !important;
    height: 36px !important;
}

.live-single-product .live-single-quantity-row .quantity::before,
.live-single-product .live-single-quantity-row .quantity::after {
    width: 38px !important;
    height: 34px !important;
}

.live-single-product .live-single-quantity-row .quantity::before {
    content: "\ed91" !important;
}

.live-single-product .live-single-quantity-row .quantity::after {
    content: "\e90c" !important;
}

.live-single-product .live-single-quantity-row .qty {
    width: 42px !important;
    height: 34px !important;
    padding: 6px !important;
}

.live-single-product .live-single-quantity-row .single_add_to_cart_button {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    width: calc((100% - 12px) / 2) !important;
    height: 36px !important;
    min-height: 36px !important;
    border-radius: 8px !important;
}

.live-single-product .live-single-quick-buy {
    top: auto !important;
    left: 20px !important;
    bottom: 20px !important;
    width: calc((100% - 52px) / 2) !important;
    height: 36px !important;
    border: 1px solid #05f5d9 !important;
    border-radius: 8px !important;
    background: transparent !important;
}

.live-single-product.is-square-media .live-single-form {
    height: 160px !important;
}

.live-single-container .related.products {
    width: min(100%, 1092px) !important;
    overflow: hidden !important;
}

.live-single-container .related.products ul.products {
    width: 100% !important;
    justify-content: flex-start !important;
    direction: rtl !important;
}

.live-single-product.is-square-media .live-single-container {
    width: min(100% - 240px, 1280px) !important;
}

.live-single-product.is-square-media .live-single-card,
.live-single-product.is-square-media .related.products {
    width: min(100%, 1092px) !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}

@media (max-width: 900px) {
    .page .entry-content,
    .page article,
    .live-single-container {
        width: min(100% - 32px, 720px) !important;
    }

    .live-single-product.is-square-media .live-single-container {
        width: min(100% - 32px, 720px) !important;
    }

    .live-single-product {
        padding: 28px 0 56px !important;
    }

    .live-single-card {
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
    }

    .live-single-product.is-square-media .live-single-card {
        width: 100% !important;
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        min-height: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .live-single-media,
    .live-single-summary {
        grid-column: 1 !important;
    }

    .live-single-product.is-square-media .live-single-media,
    .live-single-product.is-square-media .live-media-slider,
    .live-single-product.is-square-media .live-media-track,
    .live-single-product.is-square-media .live-media-slide,
    .live-single-product.is-square-media .live-single-summary,
    .live-single-product.is-square-media .live-single-title,
    .live-single-product.is-square-media .live-single-price,
    .live-single-product.is-square-media .live-single-excerpt,
    .live-single-product.is-square-media .live-single-share,
    .live-single-product.is-square-media .live-single-form,
    .live-single-product.is-square-media .live-single-form-price,
    .live-single-product.is-square-media .live-single-buybar {
        width: 100% !important;
        max-width: 100% !important;
    }

    .live-single-product.is-square-media .live-single-media {
        height: auto !important;
        min-height: 0 !important;
    }

    .live-single-product.is-square-media .live-media-slider {
        height: auto !important;
    }

    .live-single-product.is-square-media .live-media-track,
    .live-single-product.is-square-media .live-media-slide {
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
    }

    .live-single-product.is-square-media .live-single-main-image,
    .live-single-product.is-square-media .live-single-media .live-media-slide img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
    }

    .live-single-product.is-square-media .related.products {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer-grid,
    .footer-bottom .container {
        width: min(100% - 32px, 720px) !important;
    }

    .live-single-media {
        min-height: 320px !important;
    }

    .live-single-main-image,
    .live-single-media img {
        height: 320px !important;
        padding: 28px !important;
    }

    .live-single-summary {
        padding: 30px 24px !important;
    }

    .live-single-title {
        font-size: 22px !important;
    }

    .live-single-actions {
        align-items: stretch !important;
    }
}

/* Final desktop product-page width pass: match the live Salla container and related carousel. */
@media (min-width: 901px) {
    .live-single-product.is-square-media .live-single-container {
        width: min(100% - 70px, 1280px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .live-single-product.is-square-media .live-single-card,
    .live-single-product.is-square-media .related.products {
        width: 100% !important;
        max-width: 1280px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .live-single-product.is-square-media .live-single-card {
        grid-template-columns: 630px 598px !important;
        gap: 32px !important;
        min-height: 726px !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }

    .live-single-product.is-square-media .live-single-media,
    .live-single-product.is-square-media .live-media-slider {
        width: 630px !important;
        height: 726px !important;
        min-height: 726px !important;
    }

    .live-single-product.is-square-media .live-media-track,
    .live-single-product.is-square-media .live-media-slide {
        width: 630px !important;
        height: 628px !important;
    }

    .live-single-product.is-square-media .live-single-main-image,
    .live-single-product.is-square-media .live-single-media .live-media-slide img {
        width: 628px !important;
        height: 628px !important;
        max-width: 628px !important;
        max-height: 628px !important;
    }

    .live-single-product.is-square-media .live-media-prev,
    .live-single-product.is-square-media .live-media-next {
        top: 314px !important;
    }

    .live-single-product.is-square-media .live-media-thumbs {
        width: 630px !important;
        min-height: 80px !important;
        gap: 16px !important;
    }

    .live-single-product.is-square-media .live-media-thumb,
    .live-single-product.is-square-media .live-media-thumb:only-child {
        width: 148px !important;
        height: 80px !important;
    }

    .live-single-product.is-square-media .live-media-thumb img,
    .live-single-product.is-square-media .live-single-media .live-media-thumb img {
        width: 146px !important;
        height: 78px !important;
    }

    .live-single-product.is-square-media .live-single-summary {
        width: 598px !important;
        min-height: 726px !important;
    }

    .live-single-product.is-square-media .live-single-title,
    .live-single-product.is-square-media .live-single-price,
    .live-single-product.is-square-media .live-single-excerpt,
    .live-single-product.is-square-media .live-single-share,
    .live-single-product.is-square-media .live-single-form,
    .live-single-product.is-square-media .live-single-form-price,
    .live-single-product.is-square-media .live-single-buybar {
        width: 598px !important;
        max-width: 598px !important;
    }

    .live-single-container .related.products {
        width: 100% !important;
        max-width: 1280px !important;
        overflow: hidden !important;
    }

    .live-single-container .related.products ul.products {
        width: 100% !important;
        gap: 20px !important;
        padding: 12px 10px 8px !important;
        scroll-padding-inline: 10px !important;
    }

    .live-single-container .related.products ul.products > li.product {
        flex: 0 0 300px !important;
        width: 300px !important;
        height: 416px !important;
        min-height: 416px !important;
    }

    .live-single-container .related.products ul.products li.product .woocommerce-loop-product__link {
        width: 300px !important;
        height: 356px !important;
        min-height: 356px !important;
    }

    .live-single-container .related.products ul.products li.product a img {
        width: 300px !important;
        height: 240px !important;
        padding: 24px 20px 10px !important;
    }

    .live-single-container .related.products .woocommerce-loop-product__title {
        width: 260px !important;
        height: 42px !important;
    }

    .live-single-container .related.products ul.products li.product .price {
        width: 260px !important;
    }

    .live-single-container .related.products ul.products li.product .button {
        left: 20px !important;
        right: 20px !important;
        bottom: 20px !important;
    }

    .live-single-container .related.products .ondas-wishlist-button {
        top: 16px !important;
        left: 16px !important;
    }
}

/* Final footer parity: Salla six-column footer grid and bottom payment row. */
.site-footer {
    margin-top: 64px !important;
    padding-top: 64px !important;
    background: #1b1f1f !important;
    color: #fff !important;
}

.footer-grid {
    width: min(100% - 70px, 1280px) !important;
    min-height: 242px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 190px)) !important;
    gap: 24px !important;
    align-items: start !important;
    justify-content: center !important;
    direction: rtl !important;
}

.footer-grid > section,
.footer-grid > div {
    direction: rtl !important;
    text-align: right !important;
}

.footer-about {
    grid-column: span 2 / span 2 !important;
    width: 404px !important;
    padding-left: 80px !important;
    box-sizing: border-box !important;
}

.footer-links,
.footer-contact {
    width: 190px !important;
}

.footer-apps-spacer {
    grid-column: span 2 / span 2 !important;
    width: 404px !important;
    min-height: 1px !important;
    padding-right: 80px !important;
    box-sizing: border-box !important;
}

.site-footer h2 {
    height: 28px !important;
    margin: 0 0 20px !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 800 !important;
}

.site-footer p,
.site-footer a,
.site-footer li {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 500 !important;
}

.footer-about p {
    width: 324px !important;
    min-height: 96px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
}

.footer-menu {
    width: 190px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.footer-menu li {
    height: 14px !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
}

.footer-menu li:last-child {
    margin-bottom: 0 !important;
}

.footer-menu a {
    display: block !important;
    width: 190px !important;
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.footer-contact p {
    width: 190px !important;
    height: 32px !important;
    margin: 0 0 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-direction: row-reverse !important;
    gap: 10px !important;
    direction: rtl !important;
    text-align: right !important;
}

.footer-contact p:last-child {
    margin-bottom: 0 !important;
}

.footer-contact p::after {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    display: inline-grid !important;
    place-items: center !important;
    border: 1px solid rgba(255, 255, 255, .85) !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-family: "sallaicons" !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

.footer-contact p:nth-of-type(1)::after {
    content: "\e968" !important;
}

.footer-contact p:nth-of-type(2)::after {
    content: "\ece5" !important;
}

.footer-contact p:nth-of-type(3)::after {
    content: "\ed57" !important;
}

.footer-contact a {
    display: block !important;
    color: #fff !important;
    line-height: 14px !important;
    white-space: nowrap !important;
}

.footer-certificate {
    width: 324px !important;
    margin-top: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: row !important;
    gap: 8px !important;
}

.footer-certificate-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
    direction: rtl !important;
}

.footer-certificate-text span {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
}

.footer-certificate-text strong {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 800 !important;
}

.freelance-logo {
    width: 55px !important;
    height: auto !important;
    margin: 0 !important;
    display: block !important;
}

.footer-bottom {
    margin-top: 48px !important;
    background: #111313 !important;
}

.footer-bottom .container {
    width: min(100% - 70px, 1280px) !important;
    min-height: 80px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    direction: ltr !important;
}

.footer-copyright {
    width: auto !important;
    margin: 0 !important;
    color: #64748b !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    direction: rtl !important;
    text-align: right !important;
}

.payment-row {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: row-reverse !important;
    gap: 8px !important;
}

.payment-row img {
    width: 40px !important;
    height: 24px !important;
    padding: 4px !important;
    display: block !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-sizing: content-box !important;
}

@media (max-width: 900px) {
    .site-footer {
        margin-top: 48px !important;
        padding-top: 42px !important;
    }

    .footer-grid,
    .footer-bottom .container {
        width: min(100% - 32px, 720px) !important;
    }

    .footer-grid {
        min-height: 0 !important;
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    .footer-about,
    .footer-links,
    .footer-contact,
    .footer-apps-spacer {
        width: 100% !important;
        padding: 0 !important;
        grid-column: auto !important;
    }

    .footer-about p,
    .footer-certificate,
    .footer-menu,
    .footer-menu a,
    .footer-contact p {
        width: 100% !important;
    }
}

/* The full-bleed product spacer uses viewport width; clip only the page shell so it cannot create a bottom scrollbar. */
.site-main.live-single-product {
    max-width: 100% !important;
    overflow-x: clip !important;
}

@supports not (overflow-x: clip) {
    .site-main.live-single-product {
        overflow-x: hidden !important;
    }
}

/* Final content pages: live Salla-style RTL policy/about pages. */
.page .site-main {
    background: #f5f6f7 !important;
    min-height: 560px !important;
    padding: 64px 0 80px !important;
}

.page .content-layout {
    width: min(100% - 70px, 1280px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.page article.content-card {
    width: min(100%, 960px) !important;
    margin: 0 auto !important;
    padding: 48px 56px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 3px 18px rgba(20, 30, 40, .03) !important;
    color: #071424 !important;
    direction: rtl !important;
    text-align: right !important;
    box-sizing: border-box !important;
}

.page article.content-card h1 {
    margin: 0 0 32px !important;
    color: #071424 !important;
    font-size: 28px !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-align: right !important;
}

.page article.content-card .entry-content {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #1f2937 !important;
    direction: rtl !important;
    text-align: right !important;
}

.page article.content-card .entry-content h2 {
    margin: 30px 0 12px !important;
    color: #071424 !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    font-weight: 800 !important;
    text-align: right !important;
}

.page article.content-card .entry-content h2:first-child {
    margin-top: 0 !important;
}

.page article.content-card .entry-content p,
.page article.content-card .entry-content li {
    color: #1f2937 !important;
    font-size: 16px !important;
    line-height: 2 !important;
    font-weight: 500 !important;
    text-align: right !important;
}

.page article.content-card .entry-content p {
    margin: 0 0 14px !important;
}

.page article.content-card .entry-content ul {
    margin: 0 0 18px !important;
    padding: 0 22px 0 0 !important;
    list-style-position: outside !important;
}

.page article.content-card .entry-content li {
    margin: 0 0 8px !important;
    padding: 0 4px 0 0 !important;
}

.page article.content-card .entry-content strong {
    color: #071424 !important;
    font-weight: 800 !important;
}

.page article.content-card .entry-content a {
    color: #071424 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

@media (max-width: 900px) {
    .page .content-layout {
        width: min(100% - 32px, 720px) !important;
    }

    .page article.content-card {
        padding: 34px 24px !important;
    }

    .page article.content-card h1 {
        font-size: 24px !important;
    }
}
