@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=Fraunces:ital,wght@0,600;1,500&family=JetBrains+Mono:wght@500;700&display=swap');

a,
h1,
h2,
h3,
h4,
h5,
p,
span {
    font-family: var(--font-family, Poppins), sans-serif !important;
    font-weight: 200;
}
div {
    font-family: var(--font-family, Poppins), sans-serif !important;
}
.img-footer img {
    height: 100px;
    width: auto;
}
#copyrightPreview {
    font-weight: 200;
}
#goTop {
    position: fixed;
    z-index: 9999;
    bottom: 75px;
    right: 18px;
    width: 50px;
    height: 50px;
    padding: 5px;
    font-size: 32px;
    display: none;
    color: #000;
}
.footerLogo img {
    max-width: 100px;
}
.footer-menu-lists li {
    border: none;
    font-size: 12px;
    background: 0 0;
}
.footer-menu-lists li a {
    font-weight: 400;
}
.footer-preview-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 50px;
    padding-bottom: 50px;
}
#footerLeft {
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
}
#footerCenter,
#footerEnd {
    width: 33%;
}
.header-page-navbar .mobileMenuButton {
    color: #000;
}
.navbar-brand img {
    max-width: 70px !important;
}
.skip-install {
    position: fixed;
    right: 30px;
    top: 20px;
}
.slider-wrapper {
    width: 100%;
    top: 0;
    height: 100vh;
}
.main-header {
    position: absolute;
    z-index: 1;
    width: 100%;
}
.header-wrapper {
    min-height: 100vh;
}
.header-navbar.header-page-navbar .my-btn-secondary {
    background: 0 0;
    border: none;
    color: #000;
    font-size: 14px;
}
.header-navbar .my-btn-secondary {
    background: 0 0;
    border: none;
}
.page-title {
    font-size: 1.5rem;
}
.product-summary .addQty,
.product-summary .minQty {
    display: none;
}
.product-summary .cart-meta .qty-item {
    width: auto;
}
.product-summary .cart-item-img {
    width: 30%;
}
.product-summary .cart-item-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    height: auto;
}
.slideRL {
    -webkit-animation: 0.5s forwards slideRight;
    animation: 0.5s forwards slideRight;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    padding: 0.6rem 1rem;
}
.form-select {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.6rem 1rem;
}
.form-select:focus {
    background: 0 0;
}
.form-control:focus {
    color: #212529;
    background-color: #fff !important;
    border-color: #b6b3b3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(97 98 99 / 25%);
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.6rem 1rem;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 5px !important;
    right: 8px !important;
}
.checkout-shipping-rate {
    border-radius: 0;
    padding: 0.4em 0.5em 0.4em 2em;
    border: 1px solid #ddd;
}
.member-pic {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}
.order-track {
    margin-top: 1rem;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    transform-origin: top center;
}
.order-track-step {
    display: flex;
    height: 4rem;
}
.order-track-step.active .order-track-status .order-track-status-dot {
    background: #000;
}
.order-track-step.active .order-track-text .order-track-text-stat {
    color: #000;
}
.order-track-step:last-child {
    overflow: hidden;
    height: 4rem;
}
.order-track-step:last-child .order-track-status span:last-of-type {
    display: none;
}
.order-track-status {
    margin-right: 1.5rem;
    position: relative;
}
.order-track-status-dot {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #d2d2d2;
}
.order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 4rem;
    background: #dfdfdf;
}
.order-track-text-stat {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #d2d2d2;
}
.order-track-text-sub {
    font-size: 12px;
    font-weight: 300;
}
.nav-style-1 .list-group-item {
    background: 0 0;
    border: none;
}
.nav-style-1 .list-group-item .item-text,
.nav-style-1 .list-group-item.dropdown .dropdown-toggle {
    color: #000;
}
.nav-style-1 .list-group-item.dropdown:hover .dropdown-toggle,
.nav-style-1 .list-group-item:hover .item-text {
    border-bottom: 1px solid #000;
    margin-bottom: -1px;
}
.dropdown-item {
    text-wrap: wrap;
}
.slider-img {
    width: 100%;
    height: 100vh;
}
.slider-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}
.hero-slider {
    min-height: 750px;
    background-size: cover !important;
    background-position: top center !important;
    position: fixed;
    width: 100%;
    height: 100vh;
    align-items: center;
    display: none;
}
.landing-wrapper {
    margin-top: -270px;
    background: #fff;
    width: 590px;
    position: absolute;
    padding: 20px;
    border-radius: 0 10px 10px 0;
}
.hero-slider.slider-active {
    display: block;
}
.header-overlap {
    height: 100vh;
    background: linear-gradient(0deg, transparent, #000);
    position: absolute;
    z-index: -1;
    top: 0;
}
.hero-slider .slider-item img {
    max-width: 1000px;
    padding: 20px;
    height: 400px;
    object-fit: cover;
    object-position: center bottom;
}
.my-btn-secondary {
    background: var(--btn-secondary-bg, #fff);
    border: 1px solid var(--secondary-color, #cbcbcb);
    border-radius: var(--btn-secondary-radius, 0);
    padding: 8px 18px;
}
.my-btn-secondary:hover {
    background: var(--primary-color, #000);
    color: var(--btn-primary-text, #fff);
}
.my-btn-secondary:hover .lds-ellipsis div {
    border: #fff !important;
}
.my-btn-primary {
    background: var(--primary-color, #000);
    color: var(--btn-primary-text, #fff);
    border-radius: var(--btn-primary-radius, 0);
    padding: 8px 18px;
}
.my-btn-primary:hover {
    color: var(--btn-primary-text, #727272) !important;
    opacity: 0.85;
}
.my-btn-secondary-white {
    background: 0 0;
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 8px 18px;
}
.my-btn-secondary-white a {
    color: #fff;
}
.my-btn-secondary-white:hover {
    background: #fff;
    color: #000;
}
.noBorder {
    border: none !important;
}
.card-login,
.card-login input {
    border-radius: 0;
}
.navbar-collapse.collapse {
    justify-content: start;
    margin-left: 0;
}
.dropdown-menu[data-bs-popper] {
    border-radius: 0 !important;
}
.list-group-item.active {
    border: none;
    background: #000;
    color: #fff;
}
.shop.list-group-flush > .list-group-item {
    border: none;
    cursor: pointer;
}
.progess {
    border-radius: 0;
}
#loginPopup {
    position: fixed !important;
}
#loginPopup.modal-card .card .card-body {
    background: #ffffff78;
    backdrop-filter: blur(4px);
    border-radius: 0;
}
#loginPopup.modal-card .card {
    height: 350px !important;
    border-radius: 0 !important;
}
.searchBar {
    height: 50px;
    background: 0 0;
    border: none;
}
.searchBar:focus {
    background: 0 0 !important;
    border: none;
    box-shadow: none;
    color: #000;
}
.searchForm {
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: none;
    position: fixed;
    top: 85px;
    width: 100%;
    z-index: 9;
}
.searchBar::placeholder {
    color: #000;
    opacity: 0.5;
}
.searchResults {
    background: 0 0 !important;
    backdrop-filter: blur(10px);
    display: none;
    border-top: 1px solid #000;
}
.searchResults a,
.searchResults h6 {
    color: #000;
}
.product-item-search {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
#stickyNavbar.sticky {
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 24px #0000001c;
    padding-bottom: 10px;
}
.sticky + .content {
    padding-top: 60px;
}
.variant-card {
    display: flex;
    column-gap: 10px;
    align-items: center;
    border: 1px solid #ddd;
    width: fit-content;
    padding: 10px;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 12px;
}
.variant-card.selected {
    border: 1px solid #000;
}
.variant-card-img {
    width: 30px;
}
#sliderFor .img-product-slide img.img-product {
    cursor: zoom-in;
}
body.product-zoom-open {
    overflow: hidden;
}
#productZoomModal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
#productZoomModal.is-open {
    display: flex;
}
.product-zoom-dialog {
    position: relative;
    width: min(1100px, 100%);
    height: min(86vh, 820px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-zoom-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    cursor: zoom-in;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.2s;
}
.product-zoom-image.is-zoomed {
    cursor: zoom-out;
    transform: scale(1.75);
}
.product-zoom-close,
.product-zoom-next,
.product-zoom-prev {
    position: absolute;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition:
        transform 0.2s,
        background 0.2s;
}
.product-zoom-close:hover,
.product-zoom-next:hover,
.product-zoom-prev:hover {
    transform: scale(1.06);
    background: #fff;
}
.product-zoom-close {
    top: 0;
    right: 0;
}
.product-zoom-next,
.product-zoom-prev {
    top: 50%;
    transform: translateY(-50%);
}
.product-zoom-next:hover,
.product-zoom-prev:hover {
    transform: translateY(-50%) scale(1.06);
}
.product-zoom-prev {
    left: 0;
}
.product-zoom-next {
    right: 0;
}
.product-zoom-counter {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    font-size: 13px;
    font-weight: 600;
}
@media (max-width: 768px) {
    #productZoomModal {
        padding: 14px;
    }
    .product-zoom-dialog {
        height: 82vh;
    }
    .product-zoom-close,
    .product-zoom-next,
    .product-zoom-prev {
        width: 42px;
        height: 42px;
    }
    .product-zoom-prev {
        left: 6px;
    }
    .product-zoom-next {
        right: 6px;
    }
}

/* ==========================================================================
   FLASH SALE WIDGET — 4 selectable styles (builder widget "Style" picker)
   Ported from ~/Downloads/flash-sale-style-variants.md §6, using the same
   base wrapper class as Modules/Ecommerce/Resources/views/product/flash_sale/
   flash_sale_product.blade.php (.flash-sale-wrapper). Each variant keeps its
   OWN prefixed classnames (fs-v1-*, fs-v2-*, fs-v3-*, fs-v4-*) exactly as
   specced — no shared classnames reskinned by a parent .styleN selector.
   That shared-class approach in the previous revision is what caused the
   header to collapse left (a more specific per-style rule re-enabled
   flex-wrap and won the cascade). Distinct classnames can't collide.

   Deviation from the spec: product cards reuse the theme's REAL product-item
   card (real image/price/discount data) instead of the spec's placeholder
   skeleton card, so `.fs-grid` here stays a flex/Bootstrap `.row` (NOT
   `display:grid`) — the real cards are Bootstrap `.col-md-X` children and
   need `.row`'s flex behavior, not a CSS grid container. The card itself is
   intentionally left 100% untouched by these style variants (no border/
   radius/shadow/badge overrides) — product card appearance is its own,
   separate "Product Card" style picker, not something the Flash Sale
   widget's style should influence.
   ========================================================================== */
.flash-sale-wrapper.style1,
.flash-sale-wrapper.style2,
.flash-sale-wrapper.style3,
.flash-sale-wrapper.style4 {
    margin-bottom: 32px;
    color: #111;
}
.flash-sale-wrapper .fs-grid {
    margin-top: 20px;
}
.flash-sale-wrapper .fs-expired {
    font-weight: 700;
    color: #d9534f;
}
/* Builder-canvas-only notice (expired campaign / nothing currently running) —
   never rendered for real customers, see builder_insert_flashsale(). */
.fs-builder-notice {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px dashed #cfcfcf;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 32px;
    font-size: 13px;
    color: #7a7a7a;
    background: #fafafa;
}
.fs-builder-notice i {
    color: #cfa73e;
    flex: 0 0 auto;
}

/* ── Style 1 — Coupon strip ── */
.fs-v1-shell {
    border: 2px solid #111;
    border-radius: 14px;
    padding: 20px 22px 22px;
    position: relative;
}
.fs-v1-shell::before,
.fs-v1-shell::after {
    content: "";
    position: absolute;
    top: calc(50% - 90px);
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #111;
    border-radius: 50%;
}
.fs-v1-shell::before { left: -12px; }
.fs-v1-shell::after { right: -12px; }
.fs-v1-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 2px dashed #e4e4e4;
}
.fs-v1-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin: 0;
}
.fs-v1-countdown {
    display: flex;
    align-items: center;
    gap: 8px;
}
.fs-v1-countdown .lbl {
    font-size: 12px;
    font-weight: 600;
    color: #7a7a7a;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.fs-v1-clock {
    display: flex;
    gap: 5px;
}
.fs-v1-clock .box {
    background: #111;
    color: #fff;
    border-radius: 5px;
    min-width: 32px;
    padding: 5px 6px;
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.fs-v1-clock .sep {
    font-weight: 700;
    font-size: 14px;
}
.fs-v1-see {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    border: 1px solid #111;
    border-radius: 999px;
    padding: 7px 14px;
    transition: background .15s ease, color .15s ease;
}
.fs-v1-see:hover {
    background: #111;
    color: #fff;
}
@media (max-width: 520px) {
    .fs-v1-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ── Style 2 — Editorial ── */
.fs-v2-top-rule {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 6px 0;
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fs-v2-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.fs-v2-date {
    font-size: 11px;
    color: #7a7a7a;
    letter-spacing: .06em;
}
.fs-v2-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}
.fs-v2-title {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 600;
    font-size: clamp(30px, 4vw, 46px);
    margin: 0;
    letter-spacing: -.01em;
    line-height: 1;
}
.fs-v2-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
}
.fs-v2-countdown {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .02em;
}
.fs-v2-see {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #111;
    padding-bottom: 1px;
}
@media (max-width: 520px) {
    .fs-v2-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ── Style 3 — App band ── */
.fs-v3-band {
    background: #111;
    color: #fff;
    border-radius: 20px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.fs-v3-band::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -60px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
}
.fs-v3-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.fs-v3-clock {
    display: flex;
    gap: 4px;
    position: relative;
    z-index: 1;
}
.fs-v3-clock .box {
    background: rgba(255, 255, 255, .12);
    border-radius: 6px;
    min-width: 30px;
    padding: 5px 6px;
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 13px;
}
.fs-v3-see {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    background: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 8px 16px;
    position: relative;
    z-index: 1;
}
@media (max-width: 520px) {
    .fs-v3-band {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ── Style 4 — Brutalist / spec-sheet ── */
.fs-v4-shell {
    border: 3px solid #111;
}
.fs-v4-header {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 3px solid #111;
}
.fs-v4-title {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 20px;
    padding: 16px 18px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 3px solid #111;
}
.fs-v4-countdown {
    display: flex;
    align-items: center;
    gap: 0;
    font-family: 'JetBrains Mono', monospace;
    border-right: 3px solid #111;
}
.fs-v4-countdown .unit {
    padding: 16px 14px;
    text-align: center;
    border-left: 1px solid #e4e4e4;
}
.fs-v4-countdown .unit:first-child {
    border-left: none;
}
.fs-v4-countdown .unit b {
    display: block;
    font-size: 19px;
    font-weight: 700;
}
.fs-v4-countdown .unit small {
    font-size: 9px;
    color: #7a7a7a;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.fs-v4-see {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 16px 18px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    letter-spacing: .04em;
}
.fs-v4-see:hover {
    background: #111;
    color: #fff;
}
.fs-v4-shell .fs-grid {
    margin-top: 0;
}
@media (max-width: 920px) {
    .fs-v4-header {
        flex-direction: column;
    }
    .fs-v4-title,
    .fs-v4-countdown {
        border-right: none;
        border-bottom: 3px solid #111;
    }
}
