/* Final storefront lock: loaded after legacy responsive/sharp files. */

html,
body {
    min-height: 100%;
    height: auto !important;
    background: #fbfbfd !important;
    color: var(--lens-ink, #2c1b24) !important;
}

:root {
    --lens-bg: #fbfbfd;
    --lens-soft: #f7f8fb;
    --lens-lavender: #f4f6fb;
}

.olx-eyebrow {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: #625869 !important;
}

.olx-eyebrow i {
    color: #d65f86 !important;
}

.olx-channel-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 1.85rem !important;
    min-height: 32rem !important;
    padding: clamp(2rem, 4vw, 3.4rem) !important;
    border: 1px solid rgba(244, 164, 194, 0.22) !important;
    background:
        linear-gradient(135deg, rgba(255, 246, 249, 0.96), rgba(255, 255, 255, 0.98)),
        #fff !important;
    box-shadow: 0 1.25rem 3.2rem rgba(156, 87, 117, 0.13) !important;
    overflow: hidden !important;
}

.olx-channel-card::before {
    content: "" !important;
    position: absolute !important;
    inset: -35% -20% auto auto !important;
    width: 18rem !important;
    height: 18rem !important;
    border-radius: 50% !important;
    background: rgba(244, 164, 194, 0.16) !important;
    pointer-events: none !important;
}

.olx-channel-head {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 1.1rem !important;
}

.olx-channel-logo {
    display: inline-flex !important;
    width: 4.2rem !important;
    height: 4.2rem !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 4.2rem !important;
    border: 1px solid rgba(244, 164, 194, 0.34) !important;
    border-radius: 50% !important;
    background: #fff !important;
}

.olx-channel-logo img {
    width: 3rem !important;
    height: 3rem !important;
    object-fit: contain !important;
}

.olx-channel-card img {
    max-height: none !important;
    box-shadow: none !important;
    filter: none !important;
}

.olx-channel-head p {
    margin: 0 0 0.22rem !important;
    color: #d65f86 !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}

.olx-channel-head h2 {
    margin: 0 !important;
    color: #100b14 !important;
    font-family: var(--font-brand, "Playfair Display", Georgia, serif) !important;
    font-size: clamp(2.45rem, 4.4vw, 3.9rem) !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
}

.olx-channel-list {
    position: relative !important;
    display: grid !important;
    gap: clamp(1.45rem, 2.8vw, 2.05rem) !important;
}

.olx-channel-item {
    display: grid !important;
    grid-template-columns: 3.65rem minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 1.15rem !important;
    min-height: 4.75rem !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #211019 !important;
    text-decoration: none !important;
    transition: transform 0.22s ease, color 0.22s ease !important;
}

.olx-channel-item:hover {
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: translateX(0.3rem) !important;
}

.olx-channel-item img {
    width: 3.35rem !important;
    height: 3.35rem !important;
    object-fit: contain !important;
}

.olx-channel-item strong {
    display: block !important;
    margin-bottom: 0.12rem !important;
    color: #211019 !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 1.08rem !important;
    font-weight: 700 !important;
}

.olx-channel-item small {
    display: block !important;
    color: #766d78 !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.86rem !important;
    font-weight: 500 !important;
}

.olx-channel-item i {
    color: #d65f86 !important;
    font-size: 1.15rem !important;
    transition: transform 0.22s ease, color 0.22s ease !important;
}

.olx-channel-item:hover i {
    color: #100b14 !important;
    transform: translateX(0.18rem) !important;
}

.olx-best-quick {
    display: none !important;
}

.olx-logo:has(.olx-brand-logo-img),
.footer__brand.olx-logo:has(.olx-brand-logo-img) {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    color: inherit !important;
    text-decoration: none !important;
}

.olx-brand-logo-img {
    display: block !important;
    width: clamp(8.4rem, 12vw, 11.5rem) !important;
    height: auto !important;
    max-height: 4.15rem !important;
    object-fit: contain !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
}

.olx-header-logo-img {
    width: clamp(7.6rem, 10vw, 10.5rem) !important;
    max-height: 2.85rem !important;
}

.offcanvas__logo .olx-brand-logo-img {
    width: 8.8rem !important;
    max-height: none !important;
}

.site-footer .footer__brand.olx-logo {
    margin-bottom: 1.15rem !important;
}

.site-footer .olx-brand-logo-img {
    width: clamp(9.8rem, 15vw, 13rem) !important;
    max-height: none !important;
}

.olx-banner-carousel,
.olx-hero-section,
.olx-soft-section,
.brand-section,
.category-section,
.product-section,
.consult-section,
.watch-products-section,
.watch-shop-section,
.watch-breadcrumb {
    background: #fbfbfd !important;
}

.olx-section:not(.olx-review-section):not(.testimonial-section),
.olx-home {
    background: #fbfbfd !important;
}

.watch-products-section:nth-of-type(even),
.olx-best-seller-section,
.olx-promise-section,
.olx-consult-section {
    background: #fbfbfd !important;
}

.olx-banner-arrow {
    display: none !important;
}

.olx-banner-dots {
    position: absolute !important;
    left: 50% !important;
    bottom: clamp(1rem, 3vw, 2.25rem) !important;
    z-index: 6 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.48rem !important;
    transform: translateX(-50%) !important;
}

.olx-banner-dot {
    display: block !important;
    width: 0.62rem !important;
    height: 0.62rem !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.78) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.35) !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, opacity 0.22s ease !important;
}

.olx-banner-dot:hover,
.olx-banner-dot.is-active {
    background: #f6d64d !important;
    border-color: #f6d64d !important;
    transform: scale(1.18) !important;
}

.olx-banner-content {
    opacity: 0 !important;
    visibility: hidden !important;
    top: auto !important;
    bottom: clamp(3.8rem, 8vw, 7rem) !important;
    transform: translateY(1rem) !important;
    transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease !important;
}

.olx-banner-content p,
.olx-banner-content h2 {
    display: none !important;
}

.olx-banner-viewport:hover .olx-banner-slide.is-active .olx-banner-content,
.olx-banner-viewport:focus-within .olx-banner-slide.is-active .olx-banner-content {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Product typography: keep product UI modern, Vietnamese-friendly, and consistent. */
.watch-products-section .watch-product-card,
.watch-shop-section .watch-product-card,
.olx-best-card,
.watch-product-title,
.watch-product-info,
.watch-product-name,
.watch-product-link,
.watch-product-price,
.watch-price-current,
.watch-current-price,
.watch-price-old,
.watch-original-price,
.watch-discount-badge,
.watch-add-cart-btn,
.watch-action-btn,
.olx-best-body,
.olx-best-body h3,
.olx-best-body h3 a,
.olx-product-meta,
.olx-price-row,
.olx-price-row strong,
.olx-price-row span,
.olx-badge,
.olx-best-quick a,
.olx-best-quick button {
    font-family: "Montserrat", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    letter-spacing: 0 !important;
    font-feature-settings: "kern" 1, "liga" 1 !important;
}

.watch-products-section .watch-product-name,
.watch-shop-section .watch-product-name,
.olx-best-body h3,
.watch-product-title {
    font-weight: 600 !important;
    line-height: 1.45 !important;
    text-transform: none !important;
}

.watch-products-section .watch-product-link,
.watch-shop-section .watch-product-link,
.olx-best-body h3 a {
    text-transform: none !important;
}

.watch-products-section .watch-price-current,
.watch-shop-section .watch-price-current,
.watch-products-section .watch-current-price,
.watch-shop-section .watch-current-price,
.olx-price-row strong {
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

.watch-products-section .watch-price-old,
.watch-shop-section .watch-price-old,
.watch-products-section .watch-original-price,
.watch-shop-section .watch-original-price,
.olx-price-row del {
    font-weight: 500 !important;
}

.watch-products-section .watch-discount-badge,
.watch-shop-section .watch-discount-badge,
.olx-badge {
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

.watch-products-section .watch-add-cart-btn,
.watch-shop-section .watch-add-cart-btn,
.olx-best-body .olx-btn {
    font-family: "Montserrat", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

body {
    margin: 0;
    padding-bottom: 0 !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
}

main {
    display: block;
    background: #fbfbfd !important;
}

.olx-home,
.olx-section,
.olx-hero-section,
.olx-soft-section,
.olx-best-seller-section,
.olx-promise-section,
.olx-consult-section,
.brand-section,
.category-section,
.product-section,
.consult-section {
    background: #fbfbfd !important;
}

body > .site-footer,
body > footer.footer {
    margin-bottom: 0 !important;
}

.site-footer {
    display: block;
    min-height: auto !important;
}

.site-footer + .search-model,
.site-footer + .search-model + script {
    margin: 0 !important;
}

.site-footer .footer__brand.olx-logo {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 1.1rem !important;
    color: #fff !important;
    text-decoration: none !important;
}

.site-footer .footer__brand .olx-logo-mark {
    width: 46px !important;
    height: 46px !important;
    flex: 0 0 46px !important;
    border-color: rgba(244, 164, 194, 0.32) !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(244, 164, 194, 0.16) !important;
}

.site-footer .footer__brand .olx-logo-copy {
    display: block !important;
    line-height: 1 !important;
}

.site-footer .footer__brand .olx-logo-copy small {
    display: block !important;
    margin-bottom: 0.38rem !important;
    color: #f4a4c2 !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.68rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
}

.site-footer .footer__brand .olx-logo-copy strong {
    display: block !important;
    color: #fff !important;
    font-family: var(--font-brand, "Playfair Display", Georgia, serif) !important;
    font-size: 1.58rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
}

.search-model {
    display: none;
}

.olx-action-btn,
.olx-user-pill,
.olx-action-wide,
.olx-search input,
.olx-search button,
.olx-nav-bar a,
.header__menu ul li a,
.site-nav a,
.canvas__open,
.offcanvas__auth a {
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
}

.olx-action-btn,
.olx-user-pill,
.olx-action-wide {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    color: #111522 !important;
}

.olx-user-pill {
    min-height: 42px !important;
    gap: 0.58rem !important;
    padding: 0 !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

.olx-user-pill span {
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    color: #111522 !important;
}

.olx-user-pill img {
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    background: #f3f1f5 !important;
    object-fit: contain !important;
    padding: 0.08rem !important;
}

.profile-avatar[src*="user-default.svg"],
.olx-user-pill img[src*="user-default.svg"],
.offcanvas__auth img[src*="user-default.svg"] {
    background: #f7f7f7 !important;
    object-fit: contain !important;
    padding: 0.08rem !important;
}

.olx-header-actions .search-switch {
    display: none !important;
}

.olx-cart-btn {
    width: 42px !important;
    min-height: 42px !important;
    border-radius: 50% !important;
    color: #111522 !important;
}

.olx-cart-btn i {
    font-size: 1.08rem !important;
}

.olx-cart-btn:hover {
    background: rgba(244, 164, 194, 0.16) !important;
    color: #bd4f74 !important;
}

.olx-cart-btn .tip {
    top: -0.35rem !important;
    right: -0.2rem !important;
    width: 1.28rem !important;
    height: 1.28rem !important;
    border: 2px solid #fff !important;
    border-radius: 999px !important;
    background: #ef5d86 !important;
    color: #fff !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    line-height: 1.05rem !important;
    box-shadow: 0 0.35rem 0.8rem rgba(239, 93, 134, 0.28) !important;
}

.olx-action-wide {
    width: auto !important;
    min-width: 0 !important;
    padding-inline: 0 !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-weight: 500 !important;
}

.olx-action-wide span {
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

.olx-action-btn i,
.olx-user-pill i {
    color: inherit;
}

.olx-nav-bar a,
.header__menu ul li a,
.site-nav a {
    font-size: 0.92rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    color: #2d2f38 !important;
}

.olx-nav-bar a:hover,
.header__menu ul li a:hover,
.site-nav a:hover {
    color: var(--lens-primary-dark, #bd4f74) !important;
}

.olx-nav-bar.header__menu,
.olx-nav-bar.site-nav {
    border-top: 1px solid #111 !important;
    border-bottom: 0 !important;
    background: #fff !important;
}

.olx-nav-bar .olx-container {
    min-height: 3.1rem !important;
}

.olx-nav-bar ul {
    justify-content: center !important;
    gap: clamp(1.35rem, 2.5vw, 2.6rem) !important;
}

.olx-nav-bar ul li {
    margin: 0 !important;
}

.olx-nav-bar.header__menu ul li + li::before,
.olx-nav-bar ul li + li::before,
.site-nav ul li + li::before {
    display: none !important;
    content: none !important;
}

.olx-nav-bar ul li a {
    min-height: 3.1rem !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.92rem !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.olx-section-head-row .olx-link-arrow,
.olx-section-head .olx-link-arrow {
    display: inline-flex !important;
    width: 8.8rem !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    padding-bottom: 0.55rem !important;
    border-bottom: 1px solid #111 !important;
    color: #111522 !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.04em !important;
}

.olx-section-head-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    align-items: end !important;
    gap: clamp(1.5rem, 4vw, 4rem) !important;
}

.olx-section-head-row > div {
    max-width: 48rem !important;
}

.olx-section-head-row > .olx-link-arrow {
    justify-self: end !important;
    align-self: end !important;
    margin-left: auto !important;
}

.olx-section-head-row .olx-link-arrow::after,
.olx-section-head .olx-link-arrow::after {
    margin-left: auto !important;
    transform: none !important;
}

.olx-section-head-row .olx-link-arrow:hover::after,
.olx-section-head .olx-link-arrow:hover::after {
    transform: translateX(3px) !important;
}

@media (max-width: 720px) {
    .olx-section-head-row {
        width: 100% !important;
        margin-left: 0 !important;
        grid-template-columns: 1fr !important;
        align-items: start !important;
    }

    .olx-section-head-row > .olx-link-arrow {
        justify-self: start !important;
        margin-left: 0 !important;
    }
}

.olx-home::after,
.site-footer::after {
    content: "";
    display: table;
    clear: both;
}

.site-footer .footer__grid {
    align-items: start !important;
}

.site-footer .footer__about {
    padding-top: 0 !important;
}

.site-footer .footer__about .footer__brand.olx-logo {
    margin-bottom: 0.65rem !important;
}

.site-footer .footer__about .olx-brand-logo-img {
    width: clamp(7.4rem, 11vw, 9.4rem) !important;
    max-height: none !important;
}

.site-footer .footer__description {
    max-width: 25rem !important;
    margin: 0 0 1.25rem !important;
    transform: translateY(-0.25rem) !important;
}

.site-footer .footer__social {
    transform: translateY(-0.25rem) !important;
}

.olx-banner-carousel {
    background: #fff;
    padding: 0;
}

.olx-banner-viewport {
    position: relative;
    width: 100vw;
    height: clamp(650px, calc(100vh - 18px), 820px);
    min-height: 650px;
    max-height: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background: #f8eef4;
}

.olx-banner-track,
.olx-banner-slide {
    position: absolute;
    inset: 0;
}

.olx-banner-slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.75s ease;
}

.olx-banner-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.olx-banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.olx-banner-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(33, 16, 25, 0.74), rgba(33, 16, 25, 0.22) 48%, rgba(33, 16, 25, 0.05)),
        linear-gradient(0deg, rgba(33, 16, 25, 0.16), transparent 45%);
}

.olx-banner-content {
    position: absolute;
    z-index: 2;
    left: max(2rem, calc((100vw - 1280px) / 2 + 2rem));
    top: 50%;
    width: min(34rem, calc(100% - 7rem));
    transform: translateY(-50%);
    color: #fff;
}

.olx-banner-content p {
    margin: 0 0 0.85rem;
    color: #ffe2ec;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.olx-banner-content h2 {
    margin: 0 0 1.25rem;
    color: #fff;
    font-family: var(--font-brand, "Playfair Display", serif) !important;
    font-size: clamp(2rem, 4vw, 4.8rem);
    font-weight: 600;
    line-height: 1.03;
}

.olx-banner-content a {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.78);
    color: #fff;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.olx-banner-content a:hover {
    background: #fff;
    color: var(--lens-dark, #211019);
}

.olx-banner-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 3.25rem;
    height: 3.25rem;
    border: 0;
    background: transparent !important;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.olx-banner-arrow:hover {
    color: #ffe2ec;
    transform: translateY(-50%) scale(1.08);
}

.olx-banner-prev {
    left: max(0.75rem, calc((100vw - 1440px) / 2 + 1.25rem));
}

.olx-banner-next {
    right: max(0.75rem, calc((100vw - 1440px) / 2 + 1.25rem));
}

.olx-best-seller-section {
    background: #fff !important;
}

/* Modern product listing: clean, no-card ecommerce grid. */
.watch-breadcrumb {
    background: #fff !important;
    color: #1f1f28 !important;
    border: 0 !important;
    padding: 1.25rem 0 0.25rem !important;
}

.watch-breadcrumb-list,
.watch-breadcrumb-item,
.watch-breadcrumb-current {
    color: #66616b !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.78rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
}

.watch-breadcrumb-item:hover {
    color: #111 !important;
}

.watch-shop-section {
    background: #fff !important;
    padding: 2rem 0 5rem !important;
}

.watch-shop-section .watch-container {
    max-width: 1440px !important;
}

.watch-shop-layout {
    display: grid !important;
    grid-template-columns: minmax(190px, 230px) minmax(0, 1fr) !important;
    gap: clamp(1.5rem, 3vw, 3rem) !important;
    align-items: start !important;
}

.watch-sidebar {
    position: sticky;
    top: 5.5rem;
}

.watch-sidebar-block {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 2rem !important;
}

.watch-sidebar-title h4 {
    border: 0 !important;
    margin: 0 0 0.9rem !important;
    padding: 0 !important;
    color: #111 !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

.watch-category-link {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
    background: transparent !important;
    padding: 0.72rem 0 !important;
    color: #5f5a63 !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.86rem !important;
    font-weight: 500 !important;
}

.watch-category-link:hover,
.watch-category-link.active {
    background: transparent !important;
    color: #111 !important;
    padding-left: 0.25rem !important;
}

.watch-price-inputs {
    display: grid !important;
    gap: 0.7rem !important;
}

.watch-price-label {
    color: #6f6872 !important;
    font-size: 0.78rem !important;
}

.watch-price-input {
    width: 100% !important;
    border: 1px solid #e8e1e5 !important;
    background: #fff !important;
    padding: 0.65rem 0.75rem !important;
    color: #111 !important;
}

.watch-filter-btn {
    margin-top: 0.9rem !important;
    width: 100% !important;
    min-height: 2.5rem !important;
    border: 1px solid #111 !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 0.74rem !important;
    letter-spacing: 0.08em !important;
}

.watch-main-content {
    min-width: 0 !important;
}

.watch-shop-section .watch-products-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(2.4rem, 3.5vw, 3.8rem) clamp(1.75rem, 3vw, 3rem) !important;
    align-items: start !important;
}

.watch-shop-section .watch-product-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100% !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    transform: none !important;
}

.watch-shop-section .watch-product-card:hover {
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.watch-shop-section .watch-product-img-wrapper {
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: transparent !important;
    padding: 0 !important;
}

.watch-product-image-link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer !important;
}

.watch-product-overlay {
    display: none !important;
}

.watch-shop-section .watch-product-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.38s ease !important;
}

.watch-shop-section .watch-product-card:hover .watch-product-img {
    transform: scale(1.035) !important;
}

.watch-shop-section .watch-discount-badge {
    top: 0.75rem !important;
    left: 0.75rem !important;
    right: auto !important;
    z-index: 4 !important;
    min-width: 3.15rem !important;
    border: 0 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #ff3b32 !important;
    padding: 0.38rem 0.62rem !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

.watch-shop-section .watch-product-overlay {
    display: none !important;
}

.watch-shop-section .watch-product-actions {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
}

.watch-shop-section .watch-action-btn {
    height: 2.5rem !important;
    border: 0 !important;
    background: rgba(17, 17, 17, 0.88) !important;
    color: #fff !important;
}

.watch-shop-section .watch-action-btn:hover {
    background: #d66f8f !important;
}

.watch-shop-section .watch-product-info {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    padding: 1.05rem 0 0 !important;
    min-height: 9.2rem !important;
}

.watch-shop-section .watch-product-name {
    min-height: 2.8rem !important;
    height: auto !important;
    margin: 0 0 0.55rem !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.94rem !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.watch-shop-section .watch-product-link {
    display: -webkit-box !important;
    overflow: hidden !important;
    color: #17141a !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.watch-shop-section .watch-product-link:hover {
    color: #d66f8f !important;
}

.watch-shop-section .watch-product-price {
    justify-content: flex-start !important;
    gap: 0.72rem !important;
    margin: 0 0 0.9rem !important;
}

.watch-shop-section .watch-price-current,
.watch-shop-section .watch-current-price {
    color: #ff3b32 !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.98rem !important;
    font-weight: 700 !important;
}

.watch-shop-section .watch-price-old,
.watch-shop-section .watch-original-price {
    color: #9a949a !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
}

.watch-shop-section .watch-product-info > form {
    display: block !important;
    margin-top: auto !important;
}

.watch-shop-section .watch-add-cart-btn {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 2.72rem !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.46rem !important;
    margin-top: auto !important;
    border: 1px solid rgba(244, 164, 194, 0.72) !important;
    background: #fff !important;
    color: #111 !important;
    font-family: var(--font-ui, "Montserrat", "Poppins", Arial, sans-serif) !important;
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
}

.watch-shop-section .watch-add-cart-btn i {
    color: #f0a3c2 !important;
    font-size: 0.72rem !important;
    transition: color 0.22s ease !important;
}

.watch-shop-section .watch-add-cart-btn:hover {
    border-color: #100b14 !important;
    background: #100b14 !important;
    color: #fff !important;
    box-shadow: 0 0.75rem 1.35rem rgba(16, 11, 20, 0.14) !important;
    transform: translateY(-1px) !important;
}

.watch-shop-section .watch-add-cart-btn:hover i {
    color: #f4a4c2 !important;
}

.watch-pagination {
    margin-top: 3.5rem !important;
}

.olx-review-section,
.testimonial-section {
    background:
        linear-gradient(135deg, rgba(33, 16, 25, 0.96), rgba(70, 56, 110, 0.94)),
        #211019 !important;
    color: #fff !important;
}

.olx-review-section .olx-section-head h2,
.testimonial-section .olx-section-head h2 {
    color: #fff !important;
}

.olx-review-section .olx-section-head p,
.testimonial-section .olx-section-head p {
    color: rgba(255, 255, 255, 0.72) !important;
}

.olx-review-grid article,
.testimonial-grid article {
    display: flex;
    min-height: 280px !important;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: rgba(255, 255, 255, 0.07) !important;
    color: #fff !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24) !important;
}

.olx-review-grid blockquote,
.olx-review-grid blockquote p,
.testimonial-grid blockquote,
.testimonial-grid blockquote p {
    color: rgba(255, 255, 255, 0.78) !important;
}

.olx-reviewer {
    margin-top: 1.5rem;
}

.olx-reviewer img {
    width: 3.25rem;
    height: 3.25rem;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 8px 22px rgba(33, 16, 25, 0.14);
}

.olx-reviewer strong {
    color: #fff !important;
}

.olx-reviewer em {
    color: rgba(255, 255, 255, 0.58) !important;
}

.olx-best-seller-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0.25rem 0.125rem 1rem;
    scrollbar-width: thin;
}

.olx-best-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--lens-border, rgba(214, 111, 143, 0.18));
    border-radius: 0.85rem !important;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(156, 87, 117, 0.12);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.olx-best-card:hover {
    border-color: rgba(214, 111, 143, 0.34);
    box-shadow: 0 24px 54px rgba(156, 87, 117, 0.18);
    transform: translateY(-4px);
}

.olx-best-media {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: linear-gradient(180deg, #fff, #fde9f1);
}

.olx-best-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.olx-best-card:hover .olx-best-media img {
    transform: scale(1.045);
}

.olx-best-quick {
    position: absolute;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transform: translateY(100%);
    transition: transform 0.24s ease;
}

.olx-best-card:hover .olx-best-quick {
    transform: translateY(0);
}

.olx-best-quick a,
.olx-best-quick button {
    width: 100%;
    height: 2.8rem;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    background: #211019;
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.olx-best-quick form {
    margin: 0;
}

.olx-best-quick a:hover,
.olx-best-quick button:hover {
    background: var(--lens-primary, #d66f8f);
    color: #fff;
}

.olx-best-body {
    padding: 1.1rem;
}

.olx-best-body h3 {
    min-height: 3.2rem;
    margin: 0 0 0.75rem;
    font-size: 1.12rem;
    line-height: 1.35;
}

.olx-best-body h3 a {
    color: var(--lens-dark, #211019);
}

.olx-best-body h3 a:hover {
    color: var(--lens-primary-dark, #bd4f74);
}

.olx-best-body .olx-price-row {
    margin-bottom: 1rem;
}

.olx-best-body .olx-btn {
    width: 100%;
}

.olx-flash-sale-section {
    background: #fff7f1;
    border-top: 1px solid rgba(255, 106, 0, 0.14);
    border-bottom: 1px solid rgba(255, 106, 0, 0.14);
}

.olx-flash-sale-section .olx-eyebrow,
.olx-flash-sale-section .olx-product-meta span:last-child,
.olx-flash-sale-section .olx-price-row strong {
    color: #e64218;
}

.olx-flash-timer {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    color: #5f1f12;
}

.olx-flash-timer span {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.olx-flash-timer strong {
    min-width: 9.5rem;
    padding: 0.55rem 0.8rem;
    border-radius: 0.5rem;
    background: #1f1110;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
}

.olx-flash-card {
    border-color: rgba(230, 66, 24, 0.18);
}

.olx-flash-card .olx-btn {
    background: #e64218;
    border-color: #e64218;
}

.olx-flash-card .olx-btn:hover {
    background: #b72f12;
    border-color: #b72f12;
}

.olx-combo-hero {
    background: #f7fbff;
    border-bottom: 1px solid rgba(33, 97, 243, 0.1);
}

.olx-combo-hero h1 {
    max-width: 52rem;
    margin: 0.35rem 0 0.75rem;
    color: #111827;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
}

.olx-combo-hero p {
    max-width: 48rem;
    color: #5b6474;
    font-size: 1rem;
}

.olx-combo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.olx-combo-card,
.olx-combo-mini-card {
    background: #fff;
    border: 1px solid #e9edf5;
    border-radius: 0.5rem;
    box-shadow: 0 18px 45px rgba(20, 34, 66, 0.06);
    overflow: hidden;
}

.olx-combo-card {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
}

.olx-combo-media {
    position: relative;
    min-height: 100%;
    background: #f5f7fb;
}

.olx-combo-media img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
}

.olx-combo-body {
    padding: 1.5rem;
}

.olx-combo-body h2 {
    margin: 0.65rem 0 0.7rem;
    color: #111827;
    font-size: 1.35rem;
    line-height: 1.2;
}

.olx-combo-body p {
    color: #5b6474;
}

.olx-combo-items {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
    color: #374151;
    font-size: 0.92rem;
}

.olx-combo-items li::before {
    content: "✓";
    margin-right: 0.45rem;
    color: #2161f3;
    font-weight: 800;
}

.olx-combo-actions {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 0.75rem;
    margin-top: 1rem;
}

.olx-combo-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.olx-combo-mini-card {
    display: grid;
    grid-template-columns: 8rem 1fr;
    min-height: 10rem;
}

.olx-combo-mini-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.olx-combo-mini-card div {
    padding: 1rem;
}

.olx-combo-mini-card span {
    color: #2161f3;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.olx-combo-mini-card h3 {
    margin: 0.35rem 0 0.65rem;
    color: #111827;
    font-size: 1rem;
    line-height: 1.25;
}

.olx-combo-mini-card p {
    margin: 0 0 0.7rem;
    color: #111827;
}

.olx-combo-mini-card del {
    color: #9ca3af;
    font-size: 0.85rem;
}

.olx-combo-mini-card a {
    color: #2161f3;
    font-weight: 800;
}

.addThis_listSharing {
    position: fixed;
    right: 1.25rem;
    bottom: 1.5rem;
    z-index: 9999;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.addThis_listing {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0 !important;
    padding: 0 !important;
}

.addThis_item {
    position: relative;
    width: 2.75rem;
    height: 2.75rem;
}

.addThis_item--icon,
.addThis_item--icon svg,
.addThis_item--icon img {
    width: 2.75rem;
    height: 2.75rem;
}

.addThis_item--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    box-shadow: 0 10px 24px rgba(33, 16, 25, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.addThis_item--icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(33, 16, 25, 0.26);
}

.addThis_item--image {
    overflow: hidden;
    background: transparent;
}

.addThis_item--image img {
    display: block;
    object-fit: contain;
    border-radius: 50%;
}

.tooltip-text {
    position: absolute;
    right: 3.5rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.4rem 0.75rem;
    border-radius: 0.375rem;
    background: rgba(33, 16, 25, 0.9);
    color: #fff;
    font-size: 0.78rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, right 0.18s ease;
}

.addThis_item:hover .tooltip-text {
    right: 3.75rem;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    .olx-combo-grid,
    .olx-combo-mini-grid {
        grid-template-columns: 1fr;
    }

    .olx-combo-card {
        grid-template-columns: 1fr;
    }

    .olx-banner-viewport {
        height: clamp(420px, 62vh, 620px);
        min-height: 420px;
    }

    .olx-banner-content {
        left: 1.5rem;
        width: min(30rem, calc(100% - 5rem));
    }

    .olx-banner-arrow {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 2.5rem;
    }

    .olx-best-seller-track {
        grid-template-columns: none;
        grid-auto-columns: minmax(230px, 42vw);
    }

    .watch-shop-layout {
        grid-template-columns: 1fr !important;
    }

    .watch-sidebar {
        position: static !important;
    }

    .watch-shop-section .watch-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    body {
        padding-bottom: 0 !important;
    }

    .olx-banner-viewport {
        height: min(78vh, 560px);
        min-height: 390px;
    }

    .olx-banner-slide img {
        object-position: center;
    }

    .olx-banner-content {
        left: 1rem;
        bottom: 2.25rem;
        top: auto;
        width: calc(100% - 4.5rem);
        transform: none;
    }

    .olx-banner-content h2 {
        font-size: clamp(2rem, 13vw, 3.25rem);
    }

    .olx-banner-content a {
        min-height: 2.5rem;
        padding: 0 1rem;
        font-size: 0.7rem;
    }

    .olx-banner-arrow {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 2rem;
    }

    .olx-best-seller-track {
        grid-auto-columns: minmax(210px, 78vw);
    }

    .watch-shop-section .watch-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 2rem 1rem !important;
    }

    .watch-shop-section .watch-product-name {
        font-size: 0.86rem !important;
    }

    .addThis_listSharing {
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0.55rem 0.75rem !important;
        border-top: 1px solid rgba(214, 111, 143, 0.18);
        background: rgba(255, 255, 255, 0.96) !important;
        backdrop-filter: blur(12px);
    }

    .addThis_listing {
        flex-direction: row;
        justify-content: space-around;
    }

    .tooltip-text {
        display: none;
    }
}

.olx-category-track {
    align-items: stretch !important;
}

.olx-category-card .olx-best-media {
    aspect-ratio: 4 / 5 !important;
}

.olx-category-card .olx-btn {
    width: 100% !important;
    justify-content: center !important;
}

/* Equal-height product cards: titles can change without shifting neighboring boxes. */
.watch-shop-section .watch-products-grid,
.olx-best-seller-track {
    align-items: stretch !important;
}

.watch-shop-section .watch-product-card,
.olx-best-card {
    height: 100% !important;
}

.watch-shop-section .watch-product-info,
.olx-best-body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
}

.watch-shop-section .watch-product-name,
.olx-best-body h3 {
    min-height: 3.05rem !important;
    max-height: 3.05rem !important;
    overflow: hidden !important;
}

.watch-shop-section .watch-product-link,
.olx-best-body h3 a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.watch-shop-section .watch-product-price,
.olx-best-body .olx-price-row {
    min-height: 1.65rem !important;
}

.watch-shop-section .watch-product-info > form,
.olx-best-body .olx-btn {
    margin-top: auto !important;
}

/* Slim luxury typography pass: reduce heavy, wide UI lettering across the storefront. */
body,
button,
input,
select,
textarea,
.olx-site-header,
.watch-shop-section,
.watch-detail-section,
.empty-cart-section,
.checkout-section {
    font-family: var(--font-ui, "Montserrat", "Inter", Arial, sans-serif) !important;
    font-stretch: normal !important;
    letter-spacing: 0 !important;
}

.olx-section-head h2,
.watch-section-title,
.watch-product-title,
.watch-similar-title,
.empty-cart-content h3,
.watch-empty-state h4,
.checkout-header h3,
.checkout-card-header h5,
.order-summary-header h5,
.cart-header h4 {
    font-family: var(--font-ui, "Montserrat", "Inter", Arial, sans-serif) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.watch-product-name,
.watch-product-link,
.olx-best-body h3,
.olx-best-body h3 a,
.cart-item-name,
.order-item-name {
    font-family: var(--font-ui, "Montserrat", "Inter", Arial, sans-serif) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.olx-nav-bar ul li a,
.olx-link-arrow,
.olx-eyebrow,
.watch-sidebar-title h4,
.watch-filter-btn,
.watch-add-cart-btn,
.watch-btn,
.olx-btn,
.btn-shop-now,
.btn-home,
.btn-home-alt,
.btn-login,
.btn-checkout,
.btn-checkout-momo,
.btn-place-order,
.btn-modal-confirm,
.btn-modal-cancel,
.btn-update,
.btn-continue,
.back-to-cart {
    font-family: var(--font-ui, "Montserrat", "Inter", Arial, sans-serif) !important;
    font-weight: 500 !important;
    letter-spacing: 0.015em !important;
    font-stretch: normal !important;
}

.watch-empty-state p,
.empty-cart-content p,
.watch-sidebar-list a,
.watch-price-label,
.watch-breadcrumb-list,
.watch-breadcrumb-item,
.watch-breadcrumb-current {
    font-family: var(--font-ui, "Montserrat", "Inter", Arial, sans-serif) !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
}

.olx-best-seller-section .olx-section-head h2 {
    font-family: var(--font-display, "Playfair Display"), "HY-Galern", Georgia, serif !important;
    font-size: clamp(2.25rem, 4.5vw, 4rem) !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.025em !important;
    color: var(--col-ink, #171018) !important;
    margin: 0 !important;
    max-width: 18ch !important;
    text-transform: none !important;
}

.olx-promise-section .olx-section-head h2,
.olx-review-section .olx-section-head h2,
.testimonial-section .olx-section-head h2 {
    font-family: var(--font-display, "Playfair Display"), "HY-Galern", Georgia, serif !important;
    font-size: clamp(2.25rem, 4.5vw, 4rem) !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.025em !important;
    margin: 0 !important;
    max-width: 18ch !important;
    text-transform: none !important;
}

.olx-promise-section .olx-section-head h2 {
    color: var(--col-ink, #171018) !important;
}

.olx-review-section .olx-section-head h2,
.testimonial-section .olx-section-head h2 {
    color: #fff !important;
}

/* Brand story: two-column editorial section with slim OLALUX typography. */
.olx-story-section {
    padding: clamp(3.25rem, 6vw, 6rem) 0 !important;
    background: #fbfbfd !important;
}

.olx-story-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 1.08fr) !important;
    align-items: center !important;
    gap: clamp(2rem, 5vw, 5.25rem) !important;
}

.olx-story-copy {
    max-width: 43rem !important;
}

.olx-story-copy .olx-eyebrow {
    margin-bottom: 1.05rem !important;
    color: #5d5664 !important;
    font-family: var(--font-ui, "Montserrat", "Inter", Arial, sans-serif) !important;
    font-size: clamp(0.82rem, 1vw, 0.96rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0.055em !important;
    text-transform: uppercase !important;
}

.olx-story-copy .olx-eyebrow i {
    color: #d85b84 !important;
}

.olx-story-copy h2 {
    margin: 0 0 clamp(1rem, 2vw, 1.35rem) !important;
    color: #0d0b13 !important;
    font-family: var(--font-ui, "Montserrat", "Inter", Arial, sans-serif) !important;
    font-size: clamp(2rem, 4.2vw, 4.05rem) !important;
    font-weight: 300 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.olx-story-copy p {
    margin: 0 0 1.1rem !important;
    color: #34303a !important;
    font-family: var(--font-ui, "Montserrat", "Inter", Arial, sans-serif) !important;
    font-size: clamp(0.98rem, 1.12vw, 1.08rem) !important;
    font-weight: 300 !important;
    line-height: 1.78 !important;
    letter-spacing: 0 !important;
}

.olx-story-btn {
    width: max-content !important;
    margin-top: 0.9rem !important;
    padding: 0.9rem 1.55rem !important;
    border-radius: 999px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.olx-story-visual {
    margin: 0 !important;
    overflow: hidden !important;
    background: #f2edf0 !important;
    min-height: clamp(23rem, 36vw, 34rem) !important;
}

.olx-story-visual img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: clamp(23rem, 36vw, 34rem) !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.08) !important;
    transform-origin: center center !important;
}

@media (max-width: 900px) {
    .olx-story-shell {
        grid-template-columns: 1fr !important;
    }

    .olx-story-copy {
        max-width: none !important;
    }
}

/* Keep the home banner flush with the category navigation. */
.olx-site-header {
    margin-bottom: 0 !important;
}

.olx-nav-bar.header__menu,
.olx-nav-bar.site-nav {
    margin-bottom: 0 !important;
}

.olx-home {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.olx-home > .olx-banner-carousel:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.olx-site-header,
.olx-header-reveal,
.olx-nav-bar.header__menu,
.olx-nav-bar.site-nav {
    padding-bottom: 0 !important;
}

.olx-site-header + .olx-home,
.olx-site-header + main.olx-home {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.olx-home .olx-banner-carousel,
.olx-home .olx-banner-viewport,
.olx-home .olx-banner-track,
.olx-home .olx-banner-slide {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}

.olx-home .olx-banner-carousel {
    display: block !important;
    line-height: 0 !important;
}

.olx-home .olx-banner-slide,
.olx-home .olx-banner-slide img {
    top: 0 !important;
}

.olx-scroll-progress {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 10000;
    height: 4px;
    pointer-events: none;
    background: transparent;
}

.olx-scroll-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #0ea5e9, #16a34a, #f97316);
    transition: width 120ms ease;
}

/* Category/menu typography: compact uppercase like OLALUX category labels. */
.olx-nav-bar ul li a,
.header__menu ul li a,
.site-nav ul li a,
.watch-sidebar-list a,
.watch-category-link {
    font-family: var(--font-ui, "Montserrat", "Inter", Arial, sans-serif) !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.025em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    font-stretch: normal !important;
}

/* Home section titles: keep the display style, but reduce the oversized scale. */
.olx-home .olx-section-head h2,
.olx-home .olx-collections .olx-section-head h2,
.olx-home .olx-best-seller-section .olx-section-head h2,
.olx-home .olx-promise-section .olx-section-head h2,
.olx-home .olx-review-section .olx-section-head h2,
.olx-home .testimonial-section .olx-section-head h2,
.olx-home .olx-story-copy h2,
.olx-home .olx-consult-copy h2 {
    font-size: clamp(1.75rem, 2.7vw, 3rem) !important;
    line-height: 1.16 !important;
}

@media (max-width: 575px) {
    .olx-home .olx-section-head h2,
    .olx-home .olx-collections .olx-section-head h2,
    .olx-home .olx-best-seller-section .olx-section-head h2,
    .olx-home .olx-promise-section .olx-section-head h2,
    .olx-home .olx-review-section .olx-section-head h2,
    .olx-home .testimonial-section .olx-section-head h2,
    .olx-home .olx-story-copy h2,
    .olx-home .olx-consult-copy h2 {
        font-size: clamp(1.45rem, 6vw, 2rem) !important;
    }
}

/* Mobile/tablet responsive pass only. Desktop layout starts at 992px and is left unchanged. */
@media (max-width: 991px) {
    .olx-banner-carousel {
        display: block !important;
        height: clamp(150px, 44vw, 260px) !important;
        min-height: 150px !important;
        max-height: 260px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        line-height: 0 !important;
    }

    .olx-banner-viewport,
    .olx-banner-track,
    .olx-banner-slide {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .olx-banner-viewport {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .olx-banner-slide img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .olx-banner-content {
        display: none !important;
    }

    .olx-banner-dots {
        display: inline-flex !important;
        bottom: 8px !important;
    }

    #main-content.olx-home,
    .olx-home {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .olx-home .olx-section,
    .olx-home .olx-hero-section,
    .olx-home .olx-soft-section,
    .olx-home .olx-best-seller-section,
    .olx-home .olx-promise-section,
    .olx-home .olx-review-section,
    .olx-home .olx-consult-section {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .olx-container,
    .watch-container,
    .lens-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .olx-section-head,
    .olx-section-head-row,
    .watch-section-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        margin-bottom: 20px !important;
    }

    .olx-section-head h2,
    .watch-section-title {
        max-width: 100% !important;
        font-size: clamp(1.45rem, 5vw, 2.1rem) !important;
        line-height: 1.18 !important;
    }

    .olx-section-head p,
    .watch-section-header p {
        max-width: 100% !important;
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    .olx-hero-shell,
    .olx-story-shell,
    .olx-consult-shell,
    .watch-detail-grid,
    .watch-shop-layout {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .olx-hero-copy,
    .olx-consult-copy,
    .olx-consult-form {
        padding: 22px !important;
        max-width: none !important;
    }

    .olx-hero-copy h1#hero-heading,
    .olx-hero-copy h1 {
        font-size: clamp(1.6rem, 5.8vw, 2.3rem) !important;
        line-height: 1.18 !important;
        max-width: calc(100vw - 72px) !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    .olx-hero-actions,
    .olx-combo-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .olx-btn,
    .watch-btn,
    .watch-add-cart-btn,
    .watch-filter-btn {
        min-width: 0 !important;
        width: 100% !important;
        justify-content: center !important;
        white-space: normal !important;
    }

    .olx-best-seller-track,
    .olx-category-track,
    .olx-flash-grid,
    .olx-combo-mini-grid,
    .watch-products-grid,
    .watch-featured-cats-grid,
    .watch-posts-grid,
    .watch-services-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-auto-columns: initial !important;
        gap: 16px !important;
        overflow: visible !important;
    }

    .olx-best-card,
    .watch-product-card,
    .olx-combo-mini-card {
        min-width: 0 !important;
        width: 100% !important;
    }

    .olx-best-card .olx-best-media,
    .olx-category-card .olx-best-media {
        height: auto !important;
        aspect-ratio: 4 / 5 !important;
    }

    .olx-best-card .olx-best-body,
    .watch-product-info {
        padding: 14px 12px !important;
    }

    .olx-best-body h3,
    .watch-product-name {
        min-height: 2.7rem !important;
        max-height: 2.7rem !important;
        font-size: 0.92rem !important;
        line-height: 1.45 !important;
    }

    .olx-price-row,
    .watch-product-price {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 2px !important;
    }

    .olx-story-visual,
    .olx-story-visual img {
        width: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    .olx-story-visual img {
        height: auto !important;
        object-fit: cover !important;
        transform: none !important;
    }

    .olx-promise-grid,
    .olx-review-grid,
    .footer__grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 16px !important;
    }

    .footer__about,
    .footer__newsletter {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 575px) {
    body {
        padding-bottom: 0 !important;
    }

    .olx-container,
    .watch-container,
    .lens-container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .olx-home .olx-section,
    .olx-home .olx-hero-section,
    .olx-home .olx-soft-section,
    .olx-home .olx-best-seller-section,
    .olx-home .olx-promise-section,
    .olx-home .olx-review-section,
    .olx-home .olx-consult-section {
        padding-top: 26px !important;
        padding-bottom: 26px !important;
    }

    .olx-hero-actions,
    .olx-combo-actions,
    .olx-consult-form,
    .olx-promise-grid,
    .olx-review-grid,
    .footer__grid {
        grid-template-columns: 1fr !important;
    }

    .olx-best-seller-track,
    .olx-category-track,
    .olx-flash-grid,
    .olx-combo-mini-grid,
    .watch-products-grid,
    .watch-featured-cats-grid,
    .watch-posts-grid,
    .watch-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px 10px !important;
    }

    .olx-best-body h3,
    .watch-product-name {
        font-size: 0.82rem !important;
        min-height: 2.45rem !important;
        max-height: 2.45rem !important;
    }

    .olx-hero-copy h1#hero-heading,
    .olx-hero-copy h1 {
        width: calc(100vw - 110px) !important;
        font-size: clamp(1.45rem, 7vw, 1.9rem) !important;
        line-height: 1.22 !important;
        max-width: calc(100vw - 110px) !important;
    }

    .olx-best-body .olx-btn,
    .watch-product-info .watch-btn,
    .watch-product-info button {
        min-height: 38px !important;
        padding: 0 10px !important;
        font-size: 0.72rem !important;
    }

    .olx-best-card .olx-best-body,
    .watch-product-info {
        padding: 12px 10px !important;
    }

    .olx-stats-row {
        grid-template-columns: 1fr !important;
    }

    .newsletter__input-group {
        display: grid !important;
        grid-template-columns: 1fr 48px !important;
    }
}

@media (max-width: 360px) {
    .olx-best-seller-track,
    .olx-category-track,
    .olx-flash-grid,
    .olx-combo-mini-grid,
    .watch-products-grid,
    .watch-featured-cats-grid,
    .watch-posts-grid,
    .watch-services-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Mobile menu alignment: hamburger on the left, drawer tight under the header. */
@media (max-width: 991px) {
    .olx-header-main .olx-header-grid {
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) 48px !important;
        align-items: center !important;
        gap: 10px !important;
        min-height: 64px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .olx-header-grid > .canvas__open {
        position: static !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: inline-flex !important;
        width: 42px !important;
        height: 42px !important;
        align-items: center !important;
        justify-content: center !important;
        justify-self: start !important;
        margin: 0 !important;
        border: 1px solid var(--lens-primary, #d66f8f) !important;
        background: #fff !important;
        color: var(--lens-primary, #d66f8f) !important;
        line-height: 1 !important;
    }

    .olx-header-grid > .olx-logo {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        margin: 0 !important;
    }

    .olx-header-logo-img {
        width: clamp(7.2rem, 34vw, 9.5rem) !important;
        max-height: 2.65rem !important;
    }

    .offcanvas-menu-overlay {
        top: 64px !important;
        height: calc(100% - 64px) !important;
    }

    .offcanvas-menu-wrapper {
        top: 64px !important;
        left: -332px !important;
        width: min(332px, 82vw) !important;
        height: calc(100dvh - 64px) !important;
        padding: 66px 24px 28px 32px !important;
        z-index: 9999 !important;
    }

    .offcanvas-menu-wrapper.active {
        left: 0 !important;
    }

    .offcanvas__close {
        top: 20px !important;
        right: 28px !important;
    }

    .offcanvas__logo {
        margin-bottom: 28px !important;
    }

    .slicknav_menu,
    #mobile-menu-wrap {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

}

/* Responsive polish pass: remove boxed mobile controls and tighten product/category spacing. */
.canvas__open,
.olx-header-grid > .canvas__open {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.canvas__open i {
    display: block !important;
    color: #d65f86 !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
}

.offcanvas__close,
.search-close-switch {
    width: 36px !important;
    height: 36px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #15151a !important;
    font-size: 0 !important;
    line-height: 1 !important;
    transform: none !important;
}

.offcanvas__close::before,
.search-close-switch::before {
    content: "\00d7" !important;
    display: grid !important;
    width: 100% !important;
    height: 100% !important;
    place-items: center !important;
    color: inherit !important;
    font-family: Arial, sans-serif !important;
    font-size: 1.65rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.offcanvas__close:hover,
.search-close-switch:hover {
    color: #d65f86 !important;
    transform: none !important;
}

.olx-best-seller-section .olx-best-seller-track {
    gap: 1rem !important;
    padding-bottom: 0.35rem !important;
}

.olx-best-seller-section .olx-best-card {
    display: flex !important;
    flex-direction: column !important;
    border-radius: 0.55rem !important;
    box-shadow: 0 10px 28px rgba(156, 87, 117, 0.08) !important;
}

.olx-best-seller-section .olx-best-body {
    gap: 0.45rem !important;
    padding: 0.85rem 0.9rem 0.95rem !important;
}

.olx-best-seller-section .olx-product-meta {
    margin-bottom: 0 !important;
    line-height: 1.25 !important;
}

.olx-best-seller-section .olx-best-body h3 {
    min-height: 2.75rem !important;
    max-height: 2.75rem !important;
    margin: 0 !important;
    line-height: 1.38 !important;
}

.olx-best-seller-section .olx-price-row {
    min-height: 1.35rem !important;
    margin: 0 !important;
    gap: 0.35rem !important;
    line-height: 1.25 !important;
}

.olx-best-seller-section .olx-best-body .olx-btn {
    min-height: 2.35rem !important;
    margin-top: 0.35rem !important;
    padding: 0.6rem 0.75rem !important;
}

.watch-sidebar .watch-categories-list,
.watch-categories-list {
    gap: 0.35rem !important;
}

.watch-category-link {
    display: flex !important;
    min-height: 2.55rem !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0.6rem 0.75rem !important;
    border-radius: 0.35rem !important;
    line-height: 1.25 !important;
}

.watch-category-link:hover,
.watch-category-link.active {
    padding-left: 0.75rem !important;
}

@media (max-width: 991px) {
    .olx-header-main .olx-header-grid {
        grid-template-columns: 40px minmax(0, 1fr) 40px !important;
        gap: 8px !important;
        min-height: 58px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .olx-header-grid > .canvas__open {
        width: 36px !important;
        height: 36px !important;
        padding: 0 !important;
    }

    .offcanvas-menu-overlay {
        top: 58px !important;
        height: calc(100% - 58px) !important;
    }

    .offcanvas-menu-wrapper {
        top: 58px !important;
        left: -304px !important;
        width: min(304px, 86vw) !important;
        height: calc(100dvh - 58px) !important;
        padding: 54px 16px 22px !important;
    }

    .offcanvas__close {
        top: 12px !important;
        right: 14px !important;
    }

    .offcanvas__logo {
        margin-bottom: 18px !important;
    }

    #mobile-menu-wrap,
    .slicknav_menu {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .slicknav_nav {
        display: grid !important;
        gap: 2px !important;
        margin: 0 !important;
    }

    .slicknav_nav ul {
        margin: 0 !important;
        padding: 0 !important;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        display: flex !important;
        min-height: 40px !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 9px 4px !important;
        border-bottom: 1px solid rgba(17, 21, 34, 0.08) !important;
        border-radius: 0 !important;
        color: #171018 !important;
        font-size: 0.88rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.01em !important;
        line-height: 1.25 !important;
        text-transform: uppercase !important;
    }

    .slicknav_nav .slicknav_row:hover,
    .slicknav_nav a:hover {
        padding-left: 4px !important;
        background: transparent !important;
        color: #d65f86 !important;
    }

    .olx-section-head-row .olx-link-arrow,
    .olx-section-head .olx-link-arrow {
        width: auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
        justify-content: flex-start !important;
        gap: 0.55rem !important;
        padding-bottom: 0.35rem !important;
        white-space: nowrap !important;
    }

    .olx-best-seller-section .olx-best-seller-track,
    .olx-category-track {
        gap: 12px !important;
    }

    .olx-best-seller-section .olx-best-body,
    .olx-category-card .olx-best-body {
        padding: 0.75rem 0.7rem 0.8rem !important;
    }

    .watch-shop-section {
        overflow-x: clip !important;
    }

    .watch-shop-section .watch-products-grid {
        width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, calc(50% - 8px))) !important;
        justify-content: center !important;
        gap: 1.05rem 0.5rem !important;
        overflow: visible !important;
    }

    .watch-shop-section .watch-product-card,
    .watch-shop-section .watch-product-info,
    .watch-shop-section .watch-add-cart-btn {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .watch-shop-section .watch-price-inputs {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.65rem !important;
    }

    .watch-shop-section .watch-price-input-group,
    .watch-shop-section .watch-price-input {
        min-width: 0 !important;
        max-width: 100% !important;
    }
}

@media (max-width: 575px) {
    .olx-container,
    .watch-container,
    .lens-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .olx-best-seller-track,
    .olx-category-track,
    .watch-products-grid {
        gap: 10px 8px !important;
    }

    .olx-best-seller-section .olx-best-body h3,
    .olx-category-card .olx-best-body h3 {
        min-height: 2.35rem !important;
        max-height: 2.35rem !important;
        font-size: 0.8rem !important;
        line-height: 1.35 !important;
    }

    .olx-best-seller-section .olx-price-row,
    .olx-category-card .olx-price-row {
        min-height: 1.2rem !important;
        font-size: 0.82rem !important;
    }

    .olx-best-seller-section .olx-best-body .olx-btn,
    .olx-category-card .olx-best-body .olx-btn {
        min-height: 34px !important;
        margin-top: 0.25rem !important;
        padding: 0.48rem 0.55rem !important;
        font-size: 0.68rem !important;
        letter-spacing: 0.01em !important;
    }

    .watch-sidebar-block {
        padding: 0.95rem !important;
    }

    .watch-categories-list {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0.28rem !important;
    }

    .watch-category-link {
        min-height: 2.35rem !important;
        padding: 0.52rem 0.6rem !important;
        font-size: 0.82rem !important;
    }

    .watch-shop-section {
        overflow-x: clip !important;
    }

    .watch-shop-section .watch-container {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .watch-shop-section .watch-sidebar {
        gap: 0.9rem !important;
        margin-bottom: 1.1rem !important;
    }

    .watch-shop-section .watch-price-inputs {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.6rem !important;
    }

    .watch-shop-section .watch-price-input-group,
    .watch-shop-section .watch-price-input {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .watch-shop-section .watch-products-grid {
        width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, calc((100vw - 34px) / 2))) !important;
        justify-content: center !important;
        gap: 1.05rem 0.45rem !important;
        overflow: visible !important;
    }

    .watch-shop-section .watch-product-card {
        min-width: 0 !important;
        max-width: 100% !important;
        border-radius: 0.4rem !important;
    }

    .watch-shop-section .watch-product-img-wrapper {
        padding: 0.35rem !important;
    }

    .watch-shop-section .watch-product-info {
        min-width: 0 !important;
        padding: 0.65rem 0.45rem !important;
    }

    .watch-shop-section .watch-product-name {
        min-height: 2.45rem !important;
        max-height: 2.45rem !important;
        font-size: 0.78rem !important;
        line-height: 1.35 !important;
    }

    .watch-shop-section .watch-product-price {
        min-height: 2.4rem !important;
        margin-bottom: 0.55rem !important;
    }

    .watch-shop-section .watch-add-cart-btn {
        min-width: 0 !important;
        width: 100% !important;
        min-height: 34px !important;
        padding: 0.45rem 0.35rem !important;
        font-size: 0.68rem !important;
        letter-spacing: 0.01em !important;
        white-space: nowrap !important;
    }
}

html,
body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

html {
    min-height: 100% !important;
    background: #100813 !important;
}

body {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
}

body > main,
body > .olx-home {
    flex: 1 0 auto !important;
}

body > .site-footer,
body > footer.footer,
.site-footer,
.footer__bottom {
    margin-bottom: 0 !important;
}

body > .site-footer,
body > footer.footer {
    flex-shrink: 0 !important;
    margin-top: auto !important;
}

body::after {
    content: none !important;
    display: none !important;
}

.addThis_listSharing {
    margin: 0 !important;
}
