/* FloraLife storefront polish — overlays the default Floralife theme */

:root {
    --fl-radius: 18px;
    --fl-radius-sm: 12px;
    --fl-shadow: 0 10px 30px rgba(80, 40, 50, 0.07);
    --fl-shadow-hover: 0 18px 40px rgba(80, 40, 50, 0.12);
    --fl-page: #ffffff;
    --fl-ink: #2c2426;
    --fl-muted: #7a6a6e;
    --fl-line: #eee8e6;
}

html,
body.floralife-store,
body.floralife-store#demo {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    color: var(--fl-ink);
}

a:hover {
    color: var(--web-primary);
}

/* ---------- Header ---------- */
.floralife-store .fl-header {
    position: relative;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 6px 20px rgba(80, 40, 50, 0.05);
    overflow-x: visible;
}

.floralife-store .fl-header-sticky,
.floralife-store .navbar-sticky.fl-header-sticky,
.floralife-store .fl-header .navbar-sticky {
    background: #fff !important;
    backdrop-filter: none;
    box-shadow: none;
}

.floralife-store .navbar-sticky.navbar-stuck {
    box-shadow: 0 8px 22px rgba(80, 40, 50, 0.07) !important;
}

.floralife-store .navbar-sticky.navbar-stuck .fl-logo img,
.floralife-store .navbar-sticky.navbar-stuck .__inline-11 {
    max-height: 40px;
}

.floralife-store .fl-header-main {
    padding: 0.5rem 0;
    background: #fff;
}

.floralife-store .fl-header-main-inner {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: nowrap;
}

.floralife-store .fl-logo {
    flex-shrink: 0;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.floralife-store .fl-logo img,
.floralife-store .__inline-11 {
    max-height: 44px;
    width: auto;
    object-fit: contain;
}

.floralife-store .fl-header-main-inner > .fl-header-nav {
    order: 0;
}

.floralife-store .fl-header-main-inner > .navbar-toggler,
.floralife-store .fl-header-main-inner > .navbar-stuck-toggler {
    order: 1;
}

.floralife-store .fl-header-main-inner > .fl-logo {
    order: 2;
}

.floralife-store .fl-header-main-inner > .fl-cat-bar {
    order: 3;
}

.floralife-store .fl-header-main-inner > .fl-header-tools {
    order: 4;
    margin-inline-start: auto;
}

.floralife-store .fl-header-phone {
    pointer-events: auto !important;
}

.floralife-store .fl-tool-btn:focus-visible,
.floralife-store .fl-menu-btn:focus-visible,
.floralife-store .fl-header .navbar-tool-icon-box:focus-visible,
.floralife-store .fl-header .nav-link:focus-visible,
.floralife-store .fl-top-link:focus-visible,
.floralife-store .fl-cat-link:focus-visible,
.floralife-store .close-search-form-mobile:focus-visible,
.floralife-store .fl-search-panel .search-bar-input:focus-visible {
    outline: 2px solid var(--web-primary);
    outline-offset: 2px;
}

.floralife-store .fl-search-overlay,
.floralife-store .search-form-mobile.fl-search-overlay {
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10450;
    background: rgba(28, 16, 20, 0.48);
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    padding: 12vh 1rem 1.5rem;
    transform: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.floralife-store .fl-search-overlay.active,
.floralife-store .search-form-mobile.fl-search-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.floralife-store .fl-search-panel {
    width: min(680px, 100%);
    background: #fff;
    border-radius: 20px;
    padding: 1rem 1.1rem 1.15rem;
    box-shadow: 0 24px 60px rgba(40, 22, 28, 0.22);
    position: relative;
}

.floralife-store .fl-search-panel .search-bar-input,
.floralife-store .fl-search-overlay .form-control.appended-form-control.search-bar-input {
    height: 48px;
    flex: 1 1 auto;
    border-radius: 999px !important;
    border: 1px solid var(--fl-line) !important;
    background: #fff;
    box-shadow: none;
    padding-inline: 1.1rem !important;
}

.floralife-store .fl-search-panel .search-bar-input:focus {
    border-color: color-mix(in srgb, var(--web-primary) 55%, #fff) !important;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--web-primary) 16%, transparent);
}

.floralife-store .fl-search-overlay .search_button,
.floralife-store .fl-search-overlay .search_button.input-group-append-overlay {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 48px;
    height: 48px !important;
    flex-shrink: 0;
    border-radius: 999px !important;
    background-color: var(--web-primary) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
}

.floralife-store .fl-search-overlay .close-search-form-mobile {
    color: var(--fl-ink);
    cursor: pointer;
    padding: 0.35rem 0.55rem;
    background: transparent;
    border: 0;
    border-radius: 8px;
    line-height: 1.2;
}

.floralife-store .fl-search-overlay .close-search-form-mobile:hover {
    color: var(--web-primary);
}

.floralife-store .fl-search-overlay .search-card.mobile-search-card {
    position: relative !important;
    top: 0.65rem !important;
    left: 0 !important;
    width: 100%;
    box-shadow: none;
    border: 0;
}

.floralife-store .fl-search-overlay .search-card.mobile-search-card .card-body {
    padding: 0;
}

.floralife-store .fl-header-tools {
    gap: 0.25rem;
}

.floralife-store .fl-header-tools #cart_items .navbar-tool {
    margin: 0 !important;
}

.floralife-store .fl-header-tools .dropdown-toggle::after {
    display: none;
}

.floralife-store .fl-tool-btn,
.floralife-store .fl-header .navbar-tool-icon-box {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fl-ink) !important;
    background: color-mix(in srgb, var(--web-primary) 7%, #fff) !important;
    position: relative;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.floralife-store .fl-tool-btn:hover,
.floralife-store .fl-header .navbar-tool:hover .navbar-tool-icon-box,
.floralife-store .fl-header .navbar-tool:hover .fl-tool-btn {
    background: color-mix(in srgb, var(--web-primary) 16%, #fff) !important;
    color: var(--web-primary) !important;
    transform: none;
}

.floralife-store .fl-header .navbar-tool-label {
    background: var(--web-primary) !important;
    color: #fff !important;
    min-width: 16px;
    height: 16px;
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 16px;
    padding: 0 4px;
    top: 1px;
    inset-inline-end: 1px;
    inset-inline-start: auto;
    box-shadow: 0 0 0 2px #fff;
}

.floralife-store .fl-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.floralife-store .fl-account-btn {
    width: 40px;
    padding: 0;
    gap: 0;
}

.floralife-store .fl-account-text {
    display: none;
}

.floralife-store .fl-header .navbar-tool-text {
    display: none !important;
}

.floralife-store .fl-menu-btn {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    background: color-mix(in srgb, var(--web-primary) 8%, #fff);
    padding: 10px 11px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    box-shadow: none;
}

.floralife-store .fl-menu-btn > span:not(.navbar-tool-tooltip):not(.fl-burger),
.floralife-store .fl-burger span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--fl-ink);
    border-radius: 99px;
}

.floralife-store .fl-burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 18px;
}

.floralife-store .fl-header .navbar-light .navbar-toggler {
    border: 0;
    outline: none;
}

.floralife-store .fl-header-phone,
.floralife-store .fl-util-link {
    color: var(--fl-ink) !important;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.floralife-store .fl-header .navbar-stuck-toggler,
.floralife-store .fl-header .navbar-sticky.navbar-stuck .navbar-stuck-toggler {
    display: none !important;
}

.floralife-store .fl-header-nav {
    background: transparent !important;
    min-height: 0;
    padding: 0 !important;
    border: 0;
}

@media (min-width: 992px) {
    .floralife-store .fl-header-main {
        padding: 0.28rem 0 0.5rem;
    }

    .floralife-store .navbar-sticky.navbar-stuck .fl-header-main {
        padding: 0.22rem 0 0.4rem;
    }

    .floralife-store .fl-header-main-inner {
        flex-wrap: wrap;
        row-gap: 0.5rem;
        column-gap: 0.85rem;
        align-items: center;
    }

    .floralife-store .fl-header .fl-header-nav,
    .floralife-store .fl-header .navbar-sticky.navbar-stuck .navbar-stuck-menu,
    .floralife-store .fl-header .navbar-sticky.navbar-stuck .navbar-stuck-menu.show {
        display: flex !important;
        flex: 1 0 100%;
        align-items: center;
        justify-content: space-between;
        position: static !important;
        height: auto !important;
        max-width: none;
        overflow: visible;
        box-shadow: none;
        background: transparent !important;
        padding: 0 !important;
        margin: 0;
    }

    .floralife-store .fl-header .fl-nav-links {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0;
        min-width: 0;
    }

    .floralife-store .fl-header .fl-nav-links > .nav-item {
        position: relative;
        flex-shrink: 0;
    }

    .floralife-store .fl-header .fl-nav-links > .nav-item:not(:first-child)::before {
        content: "";
        position: absolute;
        inset-inline-start: 0;
        top: 22%;
        height: 56%;
        width: 1px;
        background: color-mix(in srgb, var(--fl-ink) 16%, transparent);
        pointer-events: none;
    }

    .floralife-store .fl-header-nav .nav-link,
    .floralife-store .fl-header .fl-nav-links .nav-link {
        padding: 0.12rem 0.6rem !important;
        white-space: nowrap;
        border-bottom: 0 !important;
        font-size: 0.72rem !important;
        font-weight: 500 !important;
        line-height: 1.3;
        letter-spacing: 0.01em;
        color: var(--fl-muted) !important;
    }

    .floralife-store .fl-header .fl-nav-links > .nav-item:first-child .nav-link {
        padding-inline-start: 0 !important;
    }

    .floralife-store .fl-header .fl-nav-links .nav-item.active > .nav-link,
    .floralife-store .fl-header .fl-nav-links .nav-link:hover {
        color: var(--web-primary) !important;
    }

    .floralife-store .fl-header .fl-nav-links .dropdown-toggle::after {
        margin-inline-start: 0.28rem;
        border-top-width: 0.28em;
        border-right-width: 0.28em;
        border-left-width: 0.28em;
        opacity: 0.45;
        vertical-align: 0.12em;
    }

    .floralife-store .fl-top-utils {
        display: flex;
        align-items: center;
        gap: 0.15rem;
        flex-shrink: 0;
        margin-inline-start: auto;
    }

    .floralife-store .fl-langs {
        display: inline-flex;
        align-items: center;
        gap: 0.15rem;
    }

    .floralife-store .fl-top-link {
        font-size: 0.75rem !important;
        font-weight: 500;
        color: var(--fl-muted) !important;
        line-height: 1.3;
        padding: 0.15rem 0.45rem;
        white-space: nowrap;
    }

    .floralife-store .fl-top-link:hover,
    .floralife-store .fl-lang-link.active {
        color: var(--web-primary) !important;
        font-weight: 600;
    }

    .floralife-store .fl-top-sep {
        display: inline-block;
        width: 1px;
        height: 0.75rem;
        background: color-mix(in srgb, var(--fl-ink) 16%, transparent);
        margin-inline: 0.15rem;
        vertical-align: middle;
    }

    .floralife-store .fl-top-utils .dropdown-toggle::after {
        margin-inline-start: 0.28rem;
        border-top-width: 0.28em;
        border-right-width: 0.28em;
        border-left-width: 0.28em;
        opacity: 0.45;
        vertical-align: 0.12em;
    }
}

.floralife-store .fl-header-nav .navbar-collapse {
    align-items: center;
}

.floralife-store .fl-header-nav .nav-link,
.floralife-store .fl-header-nav .navbar-expand-md .navbar-nav .nav-item > a,
.floralife-store .fl-header-nav .navbar-expand-md .navbar-nav .nav-item button {
    color: var(--fl-ink) !important;
    font-weight: 600;
    font-size: 0.9rem;
    opacity: 1 !important;
}

.floralife-store .fl-header-nav .nav-item.active > .nav-link,
.floralife-store .fl-header-nav .nav-link:hover {
    color: var(--web-primary) !important;
}

.floralife-store .fl-cat-bar {
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    padding: 0;
    background: transparent;
}

.floralife-store .fl-cat-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    width: 100%;
}

.floralife-store .fl-cat-item {
    position: relative;
    flex: 0 0 auto;
}

.floralife-store .fl-cat-link {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    color: var(--fl-ink) !important;
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.4rem 0.62rem;
    white-space: nowrap;
    border-radius: 999px;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.floralife-store .fl-cat-name {
    line-height: 1.2;
}

.floralife-store .fl-cat-caret {
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    opacity: 0.42;
    display: block;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.floralife-store .fl-cat-link:hover,
.floralife-store .fl-cat-item:focus-within > .fl-cat-link {
    color: var(--web-primary) !important;
    background: color-mix(in srgb, var(--web-primary) 8%, #fff);
}

.floralife-store .fl-cat-item.has-children:hover .fl-cat-caret,
.floralife-store .fl-cat-item.has-children:focus-within .fl-cat-caret {
    opacity: 0.8;
    transform: rotate(180deg);
}

.floralife-store .fl-cat-drop {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    inset-inline-start: 0;
    min-width: 12rem;
    max-width: 16rem;
    margin: 0;
    padding: 0.35rem 0;
    list-style: none;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(40, 22, 28, 0.12);
    z-index: 1040;
}

.floralife-store .fl-cat-item:hover > .fl-cat-drop,
.floralife-store .fl-cat-item:focus-within > .fl-cat-drop {
    display: block;
}

.floralife-store .fl-cat-item.has-children:nth-last-child(-n+3) .fl-cat-drop {
    inset-inline-start: auto;
    inset-inline-end: 0;
}

.floralife-store .fl-cat-drop a {
    display: block;
    padding: 0.42rem 0.95rem;
    font-size: 0.8rem;
    color: var(--fl-ink);
    transition: background-color 0.15s ease, color 0.15s ease;
}

.floralife-store .fl-cat-drop a:hover,
.floralife-store .fl-cat-drop a:focus {
    background: color-mix(in srgb, var(--web-primary) 8%, #fff);
    color: var(--web-primary);
}

@media (min-width: 1440px) {
    .floralife-store .fl-cat-link {
        font-size: 0.9rem;
        padding: 0.42rem 0.8rem;
    }
}

@media (min-width: 992px) and (max-width: 1279.98px) {
    .floralife-store .fl-header .fl-nav-links .nav-link {
        padding-inline: 0.42rem !important;
    }

    .floralife-store .fl-header-main-inner {
        column-gap: 0.45rem;
    }

    .floralife-store .fl-cat-link {
        font-size: 0.78rem;
        padding: 0.35rem 0.4rem;
    }

    .floralife-store .fl-cat-item:nth-child(n+5):not(.fl-cat-extra) {
        display: none;
    }
}

.floralife-store .fl-header-nav .dropdown-toggle::after {
    margin-inline-start: 0.35rem;
}

@media (max-width: 991px) {
    .floralife-store #navbarCollapse {
        background: #fff !important;
        max-width: min(86vw, 340px);
        inset-inline-start: 0;
        inset-inline-end: auto;
        right: auto;
        left: 0;
        box-shadow: 16px 0 40px rgba(40, 22, 28, 0.14);
        padding: 1rem 1.1rem 2rem;
        position: fixed;
        top: 0;
        height: 100vh;
        z-index: 99999;
        overflow-y: auto;
    }

    [dir="rtl"] .floralife-store #navbarCollapse {
        inset-inline-start: auto;
        inset-inline-end: 0;
        left: auto;
        right: 0;
        box-shadow: -16px 0 40px rgba(40, 22, 28, 0.14);
    }

    .floralife-store .fl-mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 700;
        margin-bottom: 1rem;
        padding-bottom: 0.75rem;
        border-bottom: 1px solid var(--fl-line);
    }

    .floralife-store .fl-menu-close {
        width: 36px;
        height: 36px;
        border: 0;
        background: color-mix(in srgb, var(--web-primary) 10%, #fff);
        border-radius: 50%;
        color: var(--fl-ink);
    }

    .floralife-store .fl-header-nav .nav-link {
        padding: 0.7rem 0.2rem !important;
        border-bottom: 1px solid var(--fl-line);
        color: var(--fl-ink) !important;
    }

    .floralife-store .fl-mobile-utils {
        margin-top: 1.25rem;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .floralife-store .fl-mobile-utils .fl-langs {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        align-items: center;
    }

    .floralife-store .fl-mobile-utils .fl-top-link {
        font-size: 0.85rem;
        color: var(--fl-ink);
    }

    .floralife-store .fl-mobile-utils .fl-lang-link.active {
        color: var(--web-primary);
        font-weight: 600;
    }

    .floralife-store .fl-tool-btn,
    .floralife-store .fl-header .navbar-tool-icon-box,
    .floralife-store .fl-menu-btn {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
    }

    .floralife-store .fl-logo {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: flex-start;
    }

    .floralife-store .fl-header-phone {
        pointer-events: auto !important;
    }
}

@media (max-width: 767px) {
    .floralife-store .fl-header-main {
        padding: 0.4rem 0;
    }

    .floralife-store .fl-logo img,
    .floralife-store .mobile-logo-img {
        max-height: 36px;
        max-width: min(42vw, 140px);
        object-fit: contain;
    }

    .floralife-store .fl-header-main-inner {
        gap: 0.35rem;
    }
}

body.floralife-store:has(.fl-search-overlay.active) {
    overflow: hidden;
}

/* ---------- Hero ---------- */
.floralife-store .fl-hero {
    padding: 0;
    margin: 0;
}

.floralife-store .__top-slider-images,
.floralife-store .__top-slider-images.w-100 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.floralife-store .__top-slider-images .owl-carousel,
.floralife-store .__top-slider-images .owl-stage-outer,
.floralife-store .__slide-img {
    border-radius: 0 !important;
}

.floralife-store .__top-slider-images .owl-carousel,
.floralife-store .__top-slider-images .owl-stage-outer {
    overflow: hidden;
}

.floralife-store .__slide-img,
.floralife-store .__top-slider-images .__slide-img,
.floralife-store .__slide-img.__slide-img-170 {
    box-shadow: none;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block;
}

.floralife-store .hero-slider .owl-stage {
    transition: none !important;
    transform: none !important;
}

.floralife-store .hero-slider .owl-item {
    opacity: 0;
    float: none !important;
    position: absolute !important;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
}

.floralife-store .hero-slider .owl-item.active {
    opacity: 1;
    position: relative !important;
}

.floralife-store .hero-slider .owl-item.animated {
    left: 0 !important;
    right: 0 !important;
}

.floralife-store .hero-slider .animated {
    animation-duration: 0.75s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
}

.floralife-store .hero-slider .fl-banner-out {
    animation-name: fl-banner-out;
}

.floralife-store .hero-slider .fl-banner-in {
    animation-name: fl-banner-in;
}

@keyframes fl-banner-out {
    0% {
        opacity: 1;
        filter: brightness(1);
    }
    35% {
        opacity: 0.45;
        filter: brightness(1.35);
    }
    100% {
        opacity: 0;
        filter: brightness(1.5);
    }
}

@keyframes fl-banner-in {
    0% {
        opacity: 0;
        filter: brightness(1.45);
    }
    40% {
        opacity: 0.75;
        filter: brightness(1.15);
    }
    100% {
        opacity: 1;
        filter: brightness(1);
    }
}

.floralife-store .hero-slider .owl-nav {
    position: absolute !important;
    inset: 50% 0 auto 0 !important;
    width: 100% !important;
    height: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: none;
    z-index: 5;
}

.floralife-store .hero-slider.owl-theme:not(:hover) .owl-nav,
.floralife-store .hero-slider.owl-theme:hover .owl-nav {
    opacity: 1 !important;
}

.floralife-store .hero-slider .owl-nav .owl-prev,
.floralife-store .hero-slider .owl-nav .owl-next {
    pointer-events: auto;
    position: absolute;
    top: 0;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: var(--web-primary) !important;
    border: 0 !important;
    box-shadow: 0 8px 24px rgba(40, 22, 28, 0.16);
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    transform: translateY(-50%) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.floralife-store .hero-slider.owl-theme:not(:hover) .owl-nav .owl-prev,
.floralife-store .hero-slider.owl-theme:not(:hover) .owl-nav .owl-next,
.floralife-store .hero-slider.owl-theme:hover .owl-nav .owl-prev,
.floralife-store .hero-slider.owl-theme:hover .owl-nav .owl-next {
    transform: translateY(-50%) !important;
    opacity: 1 !important;
}

.floralife-store .hero-slider .owl-nav .owl-prev {
    left: auto !important;
    right: auto !important;
    inset-inline-start: 14px;
}

.floralife-store .hero-slider .owl-nav .owl-next {
    left: auto !important;
    right: auto !important;
    inset-inline-end: 14px;
}

.floralife-store .hero-slider .owl-nav .owl-prev:hover,
.floralife-store .hero-slider .owl-nav .owl-next:hover {
    background: var(--web-primary) !important;
    color: #fff !important;
    box-shadow: 0 10px 28px color-mix(in srgb, var(--web-primary) 35%, transparent);
}

.floralife-store .hero-slider .owl-nav i,
.floralife-store .hero-slider .owl-nav [class*="czi-"],
.floralife-store .hero-slider .owl-nav .czi-arrow-left,
.floralife-store .hero-slider .owl-nav .czi-arrow-right {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    font-size: 1rem !important;
    line-height: 1;
}

.floralife-store .hero-slider .owl-dots {
    position: absolute !important;
    bottom: 18px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 4;
}

.floralife-store .hero-slider .owl-dots .owl-dot {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    border: 0 !important;
    border-radius: 99px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.28);
    transition: width 0.25s ease, background-color 0.25s ease;
}

.floralife-store .hero-slider .owl-dots .owl-dot.active {
    width: 26px !important;
    background: #fff !important;
}

.floralife-store .hero-slider .owl-dots .owl-dot span {
    display: none !important;
}

@media (max-width: 767px) {
    .floralife-store .hero-slider .owl-nav .owl-prev,
    .floralife-store .hero-slider .owl-nav .owl-next {
        width: 36px !important;
        height: 36px !important;
    }

    .floralife-store .hero-slider .owl-nav .owl-prev {
        inset-inline-start: 8px;
    }

    .floralife-store .hero-slider .owl-nav .owl-next {
        inset-inline-end: 8px;
    }

    .floralife-store .hero-slider .owl-dots {
        bottom: 10px !important;
        gap: 6px;
    }
}

/* ---------- Home categories under banner ---------- */
.floralife-store .fl-home-cats {
    padding-top: 1.5rem !important;
    padding-bottom: 0.5rem;
}

.floralife-store .fl-featured {
    padding-top: 0.5rem !important;
}

.floralife-store .fl-featured-deals {
    padding-top: 0.35rem !important;
}

.floralife-store .fl-product-grid {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.35rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--web-primary) 40%, #ddd) transparent;
    padding-bottom: 0.7rem;
}

.floralife-store .fl-product-grid::-webkit-scrollbar {
    height: 5px;
}

.floralife-store .fl-product-grid::-webkit-scrollbar-track {
    background: transparent;
}

.floralife-store .fl-product-grid::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--web-primary) 38%, #d8d0ce);
    border-radius: 99px;
}

.floralife-store .fl-product-grid > [class*="col-"] {
    flex: 0 0 220px !important;
    width: 220px !important;
    max-width: 220px !important;
    padding: 0.4rem !important;
    scroll-snap-align: start;
}

@media (max-width: 767px) {
    .floralife-store .fl-product-grid > [class*="col-"] {
        flex-basis: 168px !important;
        width: 168px !important;
        max-width: 168px !important;
    }
}

.floralife-store .fl-cats-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.35rem;
}

.floralife-store .fl-cats-title {
    margin: 0;
    color: var(--fl-ink);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.3;
}

.floralife-store .fl-cats-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.7rem;
    color: var(--web-primary);
    direction: ltr;
}

.floralife-store .fl-cats-ornament-line {
    width: 58px;
    height: 1px;
    background: linear-gradient(to left, var(--web-primary), color-mix(in srgb, var(--web-primary) 12%, transparent));
}

.floralife-store .fl-cats-ornament-line.is-end {
    background: linear-gradient(to right, var(--web-primary), color-mix(in srgb, var(--web-primary) 12%, transparent));
}

.floralife-store .fl-cats-ornament-dot {
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background: var(--web-primary);
    transform: rotate(45deg);
    opacity: 0.85;
}

.floralife-store .fl-cats-ornament-bloom {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0.95;
}

.floralife-store .fl-cats-foot {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
}

.floralife-store .fl-cats-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 38px;
    padding: 0.4rem 1.15rem;
    border: 1px solid color-mix(in srgb, var(--web-primary) 28%, var(--fl-line));
    border-radius: 999px;
    background: #fff;
    color: var(--web-primary) !important;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.floralife-store .fl-cats-all i {
    font-size: 0.7rem;
    line-height: 1;
}

.floralife-store .fl-cats-all:hover,
.floralife-store .fl-cats-all:focus-visible {
    background: var(--web-primary);
    border-color: var(--web-primary);
    color: #fff !important;
    box-shadow: 0 8px 18px color-mix(in srgb, var(--web-primary) 22%, transparent);
    text-decoration: none;
}

.floralife-store .fl-cats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1.15rem 1.35rem;
    padding: 0.15rem 0 0.35rem;
}

.floralife-store .fl-cats-grid::-webkit-scrollbar {
    display: none;
}

.floralife-store .fl-cat-tile {
    flex: 0 0 auto;
    width: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.55rem;
    color: inherit;
    text-decoration: none;
}

.floralife-store .fl-cat-thumb {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    overflow: hidden;
    background: #f6f3f1;
    display: grid;
    place-items: center;
    box-shadow: 0 0 0 1px rgba(40, 22, 28, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.floralife-store .fl-cat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.28s ease;
}

.floralife-store .fl-cat-label {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--fl-ink);
    transition: color 0.18s ease;
}

.floralife-store .fl-cat-tile:hover,
.floralife-store .fl-cat-tile:focus-visible {
    color: inherit;
    text-decoration: none;
}

.floralife-store .fl-cat-tile:hover .fl-cat-thumb,
.floralife-store .fl-cat-tile:focus-visible .fl-cat-thumb {
    transform: translateY(-3px);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--web-primary) 28%, #fff),
                0 10px 22px color-mix(in srgb, var(--web-primary) 16%, transparent);
}

.floralife-store .fl-cat-tile:hover .fl-cat-thumb img,
.floralife-store .fl-cat-tile:focus-visible .fl-cat-thumb img {
    transform: scale(1.05);
}

.floralife-store .fl-cat-tile:hover .fl-cat-label,
.floralife-store .fl-cat-tile:focus-visible .fl-cat-label {
    color: var(--web-primary);
}

.floralife-store .fl-cat-tile:focus-visible {
    outline: none;
}

@media (max-width: 991px) {
    .floralife-store .fl-home-cats {
        padding-top: 1.1rem !important;
    }

    .floralife-store .fl-cats-title {
        font-size: 1.2rem;
    }

    .floralife-store .fl-cats-ornament-line {
        width: 42px;
    }

    .floralife-store .fl-cats-grid {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 0.85rem;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-snap-type: x proximity;
        padding-inline: 0.1rem;
    }

    .floralife-store .fl-cat-tile {
        width: 80px;
        scroll-snap-align: start;
    }

    .floralife-store .fl-cat-thumb {
        width: 72px;
        height: 72px;
    }

    .floralife-store .fl-cat-label {
        font-size: 0.75rem;
    }
}

@media (max-width: 575px) {
    .floralife-store .fl-cats-head {
        margin-bottom: 1.05rem;
    }

    .floralife-store .fl-cats-foot {
        margin-top: 1rem;
    }

    .floralife-store .fl-cat-tile {
        width: 74px;
    }

    .floralife-store .fl-cat-thumb {
        width: 64px;
        height: 64px;
    }
}
.fl-highlights {
    margin-top: 0.25rem;
    padding-block: 0.15rem;
}

.fl-highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.fl-highlight-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: #fff;
    border: 1px solid var(--fl-line);
    border-radius: var(--fl-radius);
    padding: 1rem 1.1rem;
    box-shadow: var(--fl-shadow);
    min-height: 92px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fl-highlight-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--fl-shadow-hover);
}

.fl-highlight-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--web-primary);
    background: color-mix(in srgb, var(--web-primary) 12%, #fff);
}

.fl-highlight-icon svg {
    width: 22px;
    height: 22px;
}

.fl-highlight-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.15rem;
    color: var(--fl-ink);
}

.fl-highlight-card p {
    margin: 0;
    font-size: 0.8rem;
    color: var(--fl-muted);
    line-height: 1.4;
}

@media (max-width: 991px) {
    .fl-highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .fl-highlights-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.65rem;
    }

    .fl-highlight-card {
        flex-direction: column;
        text-align: center;
        padding: 0.85rem 0.65rem;
        min-height: 0;
        gap: 0.5rem;
    }
}

/* ---------- Sections ---------- */
.floralife-store .__inline-61 {
    gap: 1.75rem !important;
    padding-bottom: 2rem;
}

.floralife-store .__inline-62,
.floralife-store .__featured-deal-wrap,
.floralife-store .flash-deals-wrapper {
    border-radius: var(--fl-radius) !important;
    border: 1px solid var(--fl-line);
    box-shadow: var(--fl-shadow);
}

.floralife-store .__inline-62 {
    background: #fff;
}

.floralife-store .__inline-62 .card {
    background: transparent;
    border: 0;
    box-shadow: none !important;
}

.floralife-store .__featured-deal-wrap {
    background: #fff !important;
    padding: 1.35rem 1.5rem;
}

.floralife-store .bg--light {
    background: #fff !important;
}

.floralife-store .flash-deals-wrapper {
    background: #fff !important;
}

.floralife-store .fl-flash-banner {
    position: relative;
    display: grid;
    overflow: hidden;
    border-radius: 22px;
    background-color: #2c2426;
    box-shadow: 0 14px 36px rgba(40, 22, 28, 0.1);
}

.floralife-store .fl-flash-bg,
.floralife-store .fl-flash-inner,
.floralife-store .fl-flash-banner::before {
    grid-area: 1 / 1;
}

.floralife-store .fl-flash-bg {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.floralife-store .fl-flash-banner::before {
    content: "";
    background: linear-gradient(90deg, rgba(28, 16, 20, 0.5) 0%, rgba(28, 16, 20, 0.18) 58%, rgba(28, 16, 20, 0.08) 100%);
    pointer-events: none;
    z-index: 1;
}

[dir="rtl"] .floralife-store .fl-flash-banner::before {
    background: linear-gradient(270deg, rgba(28, 16, 20, 0.62) 0%, rgba(28, 16, 20, 0.28) 55%, rgba(28, 16, 20, 0.18) 100%);
}

.floralife-store .fl-flash-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.6rem 1.75rem;
}

.floralife-store .fl-flash-copy {
    max-width: 34rem;
}

.floralife-store .fl-flash-kicker,
.floralife-store .fl-flash-note {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.86rem;
    font-weight: 500;
}

.floralife-store .fl-flash-kicker {
    margin-bottom: 0.7rem;
}

.floralife-store .fl-flash-note {
    margin-top: 0.7rem;
}

.floralife-store .fl-flash-name-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    max-width: 100%;
    min-height: 48px;
    padding: 0.55rem 1.2rem;
    border-radius: 999px;
    background: #fff;
    color: var(--fl-ink) !important;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(20, 10, 14, 0.18);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.floralife-store .fl-flash-name-btn span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floralife-store .fl-flash-name-btn i {
    flex-shrink: 0;
    font-size: 0.8rem;
    background: transparent !important;
}

.floralife-store .fl-flash-name-btn:hover {
    background: var(--web-primary);
    color: #fff !important;
    transform: translateY(-1px);
}

.floralife-store .fl-flash-timer {
    flex: 0 0 auto;
}

.floralife-store .fl-flash-countdown {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0.55rem;
    padding: 0 !important;
}

.floralife-store .fl-flash-unit {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    padding: 0.7rem 0.7rem 0.55rem;
    border: 0 !important;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 20px rgba(20, 10, 14, 0.12);
    overflow: visible;
}

.floralife-store .fl-flash-unit .cz-countdown-value,
.floralife-store .fl-flash-countdown .cz-countdown-value {
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    line-height: 1.1;
    color: var(--fl-ink);
    padding: 0 !important;
}

.floralife-store .fl-flash-unit .cz-countdown-text {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
    margin-top: 0.28rem;
    color: var(--fl-muted);
    font-size: 0.78rem !important;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    white-space: nowrap;
}

.floralife-store .fl-flash-progress {
    height: 4px;
    margin-top: 0.75rem;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 99px;
    overflow: hidden;
}

.floralife-store .fl-flash-progress .progress-bar {
    background: #fff;
}

@media (max-width: 991px) {
    .floralife-store .fl-flash-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 1.25rem;
    }

    .floralife-store .fl-flash-countdown {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .floralife-store .fl-flash-unit {
        min-width: 62px;
        padding: 0.55rem 0.4rem;
    }

    .floralife-store .fl-flash-unit .cz-countdown-value,
    .floralife-store .fl-flash-countdown .cz-countdown-value {
        font-size: 1.15rem !important;
    }

    .floralife-store .fl-flash-name-btn {
        font-size: 0.95rem;
        min-height: 44px;
    }
}

.floralife-store .feature-product-title,
.floralife-store .categories-title,
.floralife-store .arrival-title,
.floralife-store .featured_deal_title,
.floralife-store .section-header h2 {
    color: var(--fl-ink);
    font-weight: 700;
}

.floralife-store .feature-product-title::after,
.floralife-store .categories-title::after,
.floralife-store .arrival-title::after,
.floralife-store .featured_deal_title::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 0.45rem;
    border-radius: 99px;
    background: var(--web-primary);
}

.floralife-store .view-all-text {
    font-weight: 600;
    font-size: 0.875rem;
}

.floralife-store .__inline-63,
.floralife-store .footer_banner_img {
    border-radius: var(--fl-radius) !important;
    overflow: hidden;
    box-shadow: var(--fl-shadow);
}

/* ---------- Product cards ---------- */
.floralife-store .fl-product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    box-shadow: none;
    overflow: hidden;
}

.floralife-store .product-with-bg .fl-product-card {
    padding: 0;
}

.floralife-store .for-discount-value-null,
.floralife-store .quick-view-tag,
.floralife-store .fl-product-card .quick-view {
    display: none !important;
}

.floralife-store .fl-product-media {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #f7f4f1;
}

.floralife-store .fl-product-image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.floralife-store .fl-product-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    background: #f7f4f1;
}

.floralife-store .fl-color-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    background: var(--web-primary);
    color: #fff;
    border-radius: 6px;
    padding: 0.22rem 0.55rem;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}

.floralife-store .fl-wish-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    background: #fff;
    color: #8a8a8a;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.floralife-store .fl-wish-btn:hover,
.floralife-store .fl-wish-btn .fa-heart {
    color: var(--web-primary);
}

.floralife-store .fl-wish-btn:hover {
    border-color: var(--web-primary);
    background: #fff;
}

.floralife-store .fl-product-card .single-product-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
    padding: 0.9rem 0.85rem 0.35rem;
    background: #fff;
    border-top: 0;
}

.floralife-store .fl-product-name {
    margin: 0;
    width: 100%;
}

.floralife-store .fl-product-name a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--fl-ink);
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.floralife-store .fl-product-name a:hover {
    color: var(--web-primary);
}

.floralife-store .fl-product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.4rem;
    margin: 0;
}

.floralife-store .fl-product-price span {
    color: var(--fl-ink) !important;
    font-size: 1rem;
    font-weight: 700;
}

.floralife-store .fl-product-price del {
    color: #9a8d90;
    font-size: 0.8rem;
    font-weight: 400;
}

.floralife-store .fl-product-cart {
    padding: 0.65rem 0.85rem 0.95rem;
    margin-top: auto;
}

.floralife-store .fl-product-cart .addToCartDynamicForm,
.floralife-store .fl-product-cart .fl-add-to-cart-form {
    margin: 0;
    width: 100%;
}

.floralife-store .fl-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    min-height: 42px;
    padding: 0.5rem 1rem;
    border: 0;
    border-radius: 999px;
    background: var(--fl-ink);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 2;
    transition: opacity 0.2s ease, background-color 0.2s ease;
}

.floralife-store .fl-cart-btn i {
    font-size: 0.85rem;
}

.floralife-store .fl-cart-btn:hover {
    color: #fff;
    opacity: 0.92;
}

.floralife-store .fl-cart-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.floralife-store .fl-product-media .out_fo_stock {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    padding: 0.6rem 0.75rem;
    background: rgba(28, 16, 20, 0.7);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.floralife-store .flash-product-price {
    color: var(--web-primary) !important;
    font-weight: 700;
}

.floralife-store .flash_deal_product,
.floralife-store .flash-deal-shadow {
    background: #fff;
    border-radius: var(--fl-radius) !important;
    border: 1px solid var(--fl-line) !important;
    box-shadow: var(--fl-shadow);
    overflow: hidden;
}

.floralife-store .flash-deals-background-image,
.floralife-store .flash-deals-background-image img {
    border-radius: var(--fl-radius-sm);
}

/* ---------- Categories ---------- */
.floralife-store .__cate-item .__img {
    border: 2px solid var(--fl-line);
    box-shadow: none;
    background: #fff;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.floralife-store .__cate-item:hover .__img {
    border-color: var(--web-primary);
    box-shadow: 0 8px 18px color-mix(in srgb, var(--web-primary) 22%, transparent);
    transform: translateY(-3px);
}

.floralife-store .__cate-item:hover img {
    transform: scale(1.04);
}

.floralife-store .__cate-item h3 {
    color: var(--fl-ink);
    font-weight: 600;
}

.floralife-store .__brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 108px;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.floralife-store .__brand-item img {
    max-height: 64px;
    width: auto;
    object-fit: contain;
}

.floralife-store .__brand-item:hover {
    border-color: color-mix(in srgb, var(--web-primary) 35%, #e6e6e6);
    box-shadow: 0 8px 18px color-mix(in srgb, var(--web-primary) 12%, transparent);
}

.floralife-store .fl-brands .brand-slider {
    margin: 0;
}

.floralife-store .fl-brands .owl-carousel .owl-stage-outer {
    padding: 4px 2px;
}

/* ---------- Footer ---------- */
.floralife-store .__inline-9 {
    background: #fff;
}

.floralife-store .page-footer,
.floralife-store .fl-footer {
    background: #fff !important;
    color: var(--fl-ink) !important;
    text-align: start;
}

.floralife-store .fl-footer-main {
    padding: 3.75rem 0 2.75rem;
    border-top: 1px solid var(--fl-line);
}

.floralife-store .fl-footer-main .container {
    position: relative;
}

.floralife-store .fl-footer-main .container::before {
    content: "";
    position: absolute;
    top: -3.75rem;
    inset-inline-start: 15px;
    width: 42px;
    height: 2px;
    border-radius: 99px;
    background: var(--web-primary);
}

.floralife-store .fl-footer-grid {
    align-items: flex-start;
    row-gap: 2.5rem;
}

.floralife-store .fl-footer-col {
    padding-top: 0.15rem;
}

.floralife-store .fl-footer-logo {
    display: inline-flex;
    margin-bottom: 0.7rem;
}

.floralife-store .fl-footer-logo img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

.floralife-store .fl-footer-brand-name {
    margin: 0 0 0.55rem;
    color: var(--fl-ink) !important;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
}

.floralife-store .fl-footer-about {
    max-width: 21rem;
    margin: 0 0 1.35rem;
    color: var(--fl-muted);
    font-size: 0.875rem;
    line-height: 1.85;
}

.floralife-store .fl-footer-contact {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

.floralife-store .fl-footer-contact li,
.floralife-store .fl-footer-contact a {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: var(--fl-ink) !important;
    font-size: 0.875rem;
    line-height: 1.65;
    text-decoration: none;
}

.floralife-store .fl-footer-contact li + li {
    margin-top: 0.7rem;
}

.floralife-store .fl-footer-contact a:hover {
    color: var(--web-primary) !important;
}

.floralife-store .fl-footer-ico {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--web-primary) 12%, #fff);
    color: var(--web-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.floralife-store .fl-footer-ico i {
    font-size: 0.78rem;
    line-height: 1;
}

.floralife-store .fl-footer-title {
    position: relative;
    margin: 0.15rem 0 1.2rem;
    padding-bottom: 0.65rem;
    color: var(--fl-ink) !important;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
}

.floralife-store .fl-footer-title::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 24px;
    height: 2px;
    border-radius: 99px;
    background: var(--web-primary);
}

.floralife-store .fl-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.floralife-store .fl-footer-links li + li {
    margin-top: 0.62rem;
}

.floralife-store .fl-footer-links a,
.floralife-store .fl-footer-legal a,
.floralife-store .page-footer .widget-list-link {
    color: var(--fl-muted) !important;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.18s ease, padding 0.18s ease;
}

.floralife-store .fl-footer-links a:hover,
.floralife-store .fl-footer-legal a:hover {
    color: var(--web-primary) !important;
    padding-inline-start: 4px;
}

.floralife-store .fl-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.floralife-store .fl-footer-social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--fl-line);
    background: #fff;
    color: var(--fl-ink) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.floralife-store .fl-footer-social-btn:hover {
    background: var(--web-primary);
    border-color: var(--web-primary);
    color: #fff !important;
    transform: translateY(-2px);
}

.floralife-store .fl-footer-apps {
    margin-top: 1.35rem;
}

.floralife-store .fl-footer-app-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.floralife-store .fl-footer-bottom {
    padding: 1rem 0;
    background: #faf8f6;
    border-top: 1px solid var(--fl-line);
}

.floralife-store .fl-footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 1.5rem;
}

.floralife-store .fl-footer-copy {
    margin: 0;
    color: var(--fl-muted);
    font-size: 0.8rem;
    text-align: start;
}

.floralife-store .fl-footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.35rem 1.15rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.floralife-store .fl-footer-legal a {
    font-size: 0.75rem;
}

.floralife-store .page-footer .footer-header,
.floralife-store .page-footer h6 {
    color: var(--fl-ink) !important;
}

@media (max-width: 767px) {
    .floralife-store .fl-footer-main {
        padding: 2.5rem 0 1.9rem;
    }

    .floralife-store .fl-footer-brand-name {
        font-size: 1.05rem;
    }

    .floralife-store .fl-footer-bottom-inner {
        justify-content: center;
        text-align: center;
    }

    .floralife-store .fl-footer-copy {
        text-align: center;
        width: 100%;
    }

    .floralife-store .fl-footer-legal {
        justify-content: center;
        width: 100%;
    }
}

/* ---------- Buttons & UI ---------- */
.floralife-store .btn--primary,
.floralife-store .btn-primary,
.floralife-store .btn-outline-accent,
.floralife-store .btn-outline-primary {
    border-radius: 999px;
    font-weight: 600;
    padding-inline: 1.15rem;
}

.floralife-store .btn-scroll-top {
    border-radius: 999px;
}

.floralife-store .owl-theme .owl-nav {
    opacity: 1 !important;
}

.floralife-store .owl-theme:not(.hero-slider):not(:hover) .owl-nav,
.floralife-store .owl-theme:not(.hero-slider):not(:hover) .owl-nav .owl-prev,
.floralife-store .owl-theme:not(.hero-slider):not(:hover) .owl-nav .owl-next {
    opacity: 1 !important;
    transform: none;
}

.floralife-store .owl-theme .owl-nav [class*="owl-"] {
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--web-primary) !important;
    box-shadow: var(--fl-shadow);
    border: 1px solid var(--fl-line) !important;
}

.floralife-store .owl-theme .owl-nav i,
.floralife-store .owl-theme .owl-nav [class*="czi-"],
.floralife-store .owl-theme .owl-nav .czi-arrow-left,
.floralife-store .owl-theme .owl-nav .czi-arrow-right {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
}

.floralife-store .owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--web-primary) !important;
    color: #fff !important;
    border-color: var(--web-primary) !important;
}

.floralife-store .owl-dots .owl-dot,
.floralife-store .owl-theme .owl-dots .owl-dot {
    background: color-mix(in srgb, var(--web-primary) 35%, #fff) !important;
}

.floralife-store .owl-dots .owl-dot.active,
.floralife-store .owl-theme .owl-dots .owl-dot.active,
.floralife-store .cz-carousel [data-nav].tns-nav-active {
    background: var(--web-primary) !important;
}

.floralife-store .shipping-method-system .shopping-method-icon {
    box-shadow: var(--fl-shadow);
    border: 1px solid var(--fl-line);
}

.floralife-store .card {
    border-color: var(--fl-line);
    border-radius: var(--fl-radius);
}

.floralife-store .__shadow {
    box-shadow: var(--fl-shadow) !important;
}

@media (max-width: 767px) {
    .floralife-store .fl-product-card .quick-view {
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    .floralife-store .fl-qv-btn {
        min-height: 38px;
        font-size: 0.7rem;
    }

    .floralife-store .__inline-61 {
        gap: 1.15rem !important;
    }
}

/* ---------- Today's deal floating widget ---------- */
.floralife-store .fl-today-deal {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 1040;
    width: 198px;
    border-radius: 22px;
    overflow: visible;
    transform: translateY(calc(100% + 40px));
    animation: fl-today-deal-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.55s forwards;
}

.floralife-store .fl-today-deal.is-out {
    animation: fl-today-deal-out 0.38s ease forwards;
}

.floralife-store .fl-today-deal-link {
    display: block;
    position: relative;
    overflow: hidden;
    background: #161616;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 40px rgba(20, 12, 16, 0.28);
    text-decoration: none;
}

.floralife-store .fl-today-deal-label {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.28rem 0.75rem;
    border-radius: 8px;
    background: var(--web-primary);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.floralife-store .fl-today-deal-close {
    position: absolute;
    top: -8px;
    inset-inline-end: -8px;
    z-index: 3;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: #6f6f6f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.floralife-store .fl-today-deal-close i {
    font-size: 12px;
    line-height: 1;
}

.floralife-store .fl-today-deal-close:hover {
    background: #4d4d4d;
}

.floralife-store .fl-today-deal-media {
    display: block;
    width: 100%;
}

.floralife-store .fl-today-deal-media img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center top;
}

@keyframes fl-today-deal-in {
    from {
        transform: translateY(calc(100% + 40px));
        opacity: 0.4;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fl-today-deal-out {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(calc(100% + 40px));
        opacity: 0;
    }
}

@media (max-width: 575px) {
    .floralife-store .fl-today-deal {
        left: 12px;
        bottom: 12px;
        width: 156px;
    }

    .floralife-store .fl-today-deal-media img {
        height: 196px;
    }

    .floralife-store .fl-today-deal-label {
        font-size: 0.7rem;
        min-height: 26px;
        padding: 0.2rem 0.55rem;
        top: 8px;
        inset-inline-start: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .floralife-store .fl-today-deal,
    .floralife-store .fl-today-deal.is-out {
        animation: none;
        transform: none;
    }
}

/* Phone country picker: keep flag + number LTR even on Arabic pages */
.floralife-store .iti {
    width: 100%;
    display: block;
    direction: ltr;
    text-align: left;
}

.floralife-store .iti .iti__tel-input,
.floralife-store .iti input[type="tel"] {
    direction: ltr !important;
    text-align: left !important;
}

[dir="rtl"] .floralife-store .iti--allow-dropdown .iti__flag-container,
[dir="rtl"] .floralife-store .iti--show-selected-dial-code .iti__flag-container {
    left: 0 !important;
    right: auto !important;
}
