/* ============================================
   FURNITUUR — redesign styles
   ============================================ */

:root {
    --fu-red: #F30309;
    --fu-red-dark: #c41a20;
    --fu-black: #111111;
    --fu-dark: #1a1a1a;
    --fu-gray-100: #f9f9f9;
    --fu-gray-200: #dadada;
    --fu-gray-300: #d9d9d9;
    --fu-gray-500: #8a8a8a;
    --fu-gray-700: #555555;
    --fu-text: #111;
    --fu-muted: #6c6c6c;
}

body.fu-body {
    font-family: 'Inter', 'Fellix', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--fu-text);
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.fu-body * {
    box-sizing: border-box;
}

.fu-body a {
    text-decoration: none;
    color: inherit;
}

.fu-body img {
    max-width: 100%;
    display: block;
}

header {
    box-shadow: 4px 8px 16px 0px #4E4E4E0A;
}

/* ---------- Mobile header ---------- */
.fu-header-mobile {
    background: #fff;
    border-bottom: 1px solid var(--fu-gray-200);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.fu-mob-topbar {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.fu-mob-left {
    display: flex;
    align-items: center;
    border-right: 1px solid var(--fu-gray-200);
}

.fu-mob-right {
    display: flex;
    align-items: center;
    border-left: 1px solid var(--fu-gray-200);
}

.fu-mob-sep {
    width: 1px;
    background: var(--fu-gray-200);
    align-self: stretch;
}

.fu-mob-hamburger {
    background: none;
    border: none;
    padding: 12px 14px;
    color: var(--fu-black);
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    display: flex;
    align-items: center;
}

.fu-mob-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 10px 16px;
}

.fu-mob-logo img {
    height: 22px;
    width: auto;
}

.fu-mob-icon-btn {
    background: none;
    border: none;
    padding: 12px 14px;
    font-size: 20px;
    color: var(--fu-black);
    cursor: pointer;
    position: relative;
    line-height: 1;
    display: flex;
    align-items: center;
}

.fu-mob-cart-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: var(--fu-red);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.fu-mob-nav {
    border-top: 1px solid var(--fu-gray-200);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.fu-mob-nav::-webkit-scrollbar {
    display: none;
}

.fu-mob-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.fu-mob-nav ul li a {
    display: block;
    padding: 0 16px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: var(--fu-black);
}

.fu-mob-nav ul li a:hover {
    color: var(--fu-red);
}

/* ---------- Top bar ---------- */
.fu-topbar {
    background: #fff;
    border-bottom: 1px solid var(--fu-gray-200);
    padding: 14px 0;
}

.fu-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.fu-logo {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 26px;
    letter-spacing: 1px;
    color: var(--fu-red);
    line-height: 1;
}

.fu-search {
    flex: 1;
    position: relative;
    max-width: 520px;
}

.fu-search input {
    width: 100%;
    height: 40px;
    border: 1px solid #F1F1F1;
    background: #F1F1F1;
    border-radius: 4px;
    padding: 0 40px 0 14px;
    font-size: 13px;
    color: var(--fu-text);
    outline: none;
    transition: border-color .2s;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    height: 44px;

}

.fu-search input:focus {
    border-color: var(--fu-red);
}

.fu-search .bi-search {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--fu-gray-500);
    font-size: 14px;
}

.fu-top-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.fu-top-actions .icon-div {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0000001A;
    border-radius: 2px;
}

.fu-top-action {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--fu-text);
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
}

.fu-top-action .ic {
    font-size: 19px;
    color: var(--fu-text);
}

.fu-top-action .label-small {
    color: #111111;
    display: block;
    font-family: 'Inter';
    font-weight: 400;
    font-style: Medium;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0%;

}

.fu-top-action .label-main {
    color: #111111;
    display: block;
    font-family: 'Inter';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    display: block;
}

.fu-cart-icon {
    position: relative;
}

.fu-cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--fu-red);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---------- Nav bar ---------- */
.fu-navbar {
    background: #fff;

    padding: 10px 0;
}

.fu-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.fu-browse {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: none;
    color: var(--fu-text);
    font-weight: 600;
    font-size: 13px;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #111111;

}

.fu-browse i {
    font-size: 19px;
    color: #111111;
}

.fu-nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fu-nav-links a {
    font-family: 'Inter';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;

    color: var(--fu-text);
    transition: color .2s;
}

.fu-nav-links-2 a {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: right;

}

.fu-nav-links a:hover {
    color: var(--fu-red);
}

.fu-nav-left {
    display: flex;
    align-items: center;
    gap: 28px;
}

/* ---------- Hero ---------- */
.fu-hero {
    position: relative;
    background: #0d0d0d;
    color: #fff;
    overflow: hidden;
    min-height: 460px;
}

.fu-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fu-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 60%);
}

.fu-hero-inner {
    position: relative;
    z-index: 2;
    padding: 70px 0;
    max-width: 600px;
}

.fu-pill {
    display: inline-block;
    background: linear-gradient(90.64deg, #FFFFFF 0%, #D7D7D7 100%);
    color: var(--fu-text);
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2.4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #BE0003;

}

.fu-hero h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 56px;
    line-height: 1.05;
    letter-spacing: -1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Inter;
    font-weight: 900;
    font-size: 70px;
    line-height: 88px;
    letter-spacing: -3.6px;
    vertical-align: middle;
    color: #fff;
}

.fu-hero h1 .accent {
    display: block;
    background: linear-gradient(99.25deg, #BE0003 0%, #E62117 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fu-hero p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 28px;
    line-height: 1.6;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 29.25px;
    letter-spacing: 0px;
    vertical-align: middle;
    max-width: 560px;
}

.fu-btn-red {
    display: inline-block;
    background: var(--fu-red);
    color: #fff !important;
    font-weight: 700;
    font-size: 12px;
    padding: 14px 28px;
    letter-spacing: 1.5px;
    border-radius: 2px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    min-width: 311px;
    height: 50px;
    padding: 16px 40px;
    background: #F30309;
}

.fu-btn-red:hover {
    background: #7C7C7C;
    color: #fff;
}

.fu-hero .swiper-slide {
    position: relative;
}

.fu-hero-pagination {
    bottom: 28px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fu-hero-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    opacity: 1;
    transition: background .2s;
    border: 2px solid transparent;
    position: relative;
    width: 20px;
    height: 20px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.fu-hero-pagination .swiper-pagination-bullet::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #fff;
}

.fu-hero-pagination .swiper-pagination-bullet-active {

    position: relative;
    width: 20px;
    height: 20px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fu-hero-pagination .swiper-pagination-bullet-active::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background-color: transparent;
    min-width: 20px;
    border-radius: 100px;
}

.fu-hero-pagination .swiper-pagination-bullet-active::after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
}

/* ---------- Features bar ---------- */
.fu-features {
    background: linear-gradient(90.22deg, #E52C36 0%, #CD000B 99.84%);
    color: #fff;
    padding: 26px 0;
}

.fu-features-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.fu-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 200px;
}

.fu-feature .ic {}

.fu-feature .ic i {
    font-size: 35px;
}

.fu-feature h6 {
    margin: 0;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.fu-feature p {
    margin: 4px 0 0;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;

}

/* ---------- Brand strip ---------- */
.fu-brands {
    background: var(--fu-gray-100);
    padding: 28px 0;
}

.fu-brands-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 24px;
}

.fu-brands-row img {
    opacity: 0.5;
}

.fu-brand {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: var(--fu-gray-700);
    opacity: 0.7;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: opacity .2s;
}

.fu-brand:hover {
    opacity: 1;
}

.fu-brand small {
    display: block;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--fu-gray-500);
    margin-top: 2px;
}

/* ---------- Section heading ---------- */
.fu-section {
    padding: 64px 0 50px;
}

.fu-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.fu-section-head h2 {
    font-family: 'Inter';
    font-weight: 900;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: -1.8px;
    vertical-align: middle;
    color: var(--fu-text);

    text-transform: uppercase;
}

.fu-section-head h2 .accent {
    color: var(--fu-red);
}

.fu-section-head p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--fu-text);
    opacity: 0.6;
}

.fu-arrows {
    display: flex;
    gap: 8px;
}

.fu-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid #E7BDB633;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--fu-text);
    transition: all .2s;
    font-size: 12px;
}

.fu-arrow:hover {
    background: #7C7C7C;
    color: #fff;
    border-color: #7C7C7C;
}

/* ---------- Main Categories grid ---------- */
.fu-cat-grid {
    min-height: 540px;
}

.fu-cat {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background: #1a1a1a center/cover no-repeat;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    transition: transform .25s;
}

.fu-cat:hover {
    transform: translateY(-2px);
}

.fu-cat::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(26, 28, 28, 0.4);
    z-index: 1;
}

.fu-cat img.cat-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.fu-cat-label {
    position: relative;
    z-index: 2;
    padding: 24px;
    width: 100%;
    background: rgba(65, 65, 65, 0.4);
    backdrop-filter: blur(8px);
    font-family: 'Inter';
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    text-transform: uppercase;

    color: #FFFFFF;

}

.fu-cat-big {
    min-height: 540px;
}

.fu-cat-big .fu-cat-label {
    font-family: Inter;
    font-weight: 900;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: -1.8px;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 24px 40px;
}

.fu-view-all-cats {
    text-align: center;
    margin-top: 28px;
}

.fu-view-all-cats a {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.2px;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: var(--fu-red);
    border-bottom: 1px solid var(--fu-red);
    padding-bottom: 2px;
}

/* ---------- Product card ---------- */
.fu-products {
    background: var(--fu-gray-100);
    padding: 100px 0 60px;
}

.fu-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.fu-product-swiper {
    overflow: hidden;
}

.fu-product-swiper .swiper-slide {
    height: auto;
}

.fu-product-swiper .fu-product {
    height: auto;
}

.fu-product {
    background: transparent;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: box-shadow .25s, transform .25s;
    display: flex;
    flex-direction: column;
    border: 1px solid transparent
}

.fu-product:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid #DBDBDB
}

.fu-product-img {
    aspect-ratio: 1/1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
}

.fu-product-img img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.fu-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--fu-black);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 2;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: 0px;
    vertical-align: middle;

}

.fu-tag.discount {
    background: var(--fu-red);
}

.fu-product-body {
    padding: 16px 12px;

    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fu-product-sku {
    font-family: 'Inter';
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #5F5E5E;
    word-break: break-word;

}

.fu-product-title {
    font-family: 'Inter';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 22.5px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #111111;
}

.fu-product-sub {
    font-family: 'Inter';
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #5F5E5E;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fu-product-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}

.fu-price {
    font-family: Inter;
    font-weight: 900;
    font-style: Black;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--fu-text);
}

.fu-price .old {
    color: var(--fu-muted);
    text-decoration: line-through;
    font-weight: 500;
    font-size: 11px;
    display: block;
    margin-top: 2px;
}

.fu-product-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .3s ease, opacity .25s, padding .3s ease;
}

.fu-product:hover .fu-product-actions {
    max-height: 120px;
    opacity: 1;
    padding: 0 12px 16px;
}

.fu-add-cart-btn,
.fu-select-btn {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s, color .2s;
}

.fu-add-cart-btn {
    background: var(--fu-black);
    color: #fff;
    border: none;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

}

.fu-select-btn {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

}

.fu-add-cart-btn:hover {
    background: #7C7C7C;
}

.fu-select-btn {
    background: #fff;
    color: var(--fu-black);
    border: 1.5px solid var(--fu-black);
}

.fu-select-btn:hover {
    background: #7C7C7C;
    border-color: #7C7C7C;
    color: #fff;
}

/* Fix for <a> tag buttons — overrides .fu-body a { color: inherit } */
a.fu-add-cart-btn,
.fu-product-actions a.fu-add-cart-btn {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
a.fu-add-cart-btn:hover {
    color: #fff;
}
a.fu-select-btn,
.fu-product-actions a.fu-select-btn {
    color: var(--fu-black);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
a.fu-select-btn:hover {
    color: #fff;
}

.fu-view-all {
    text-align: center;
    margin-top: 28px;
}

/* ---------- Filter sidebar ---------- */
.fu-filter-sidebar {
    position: sticky;
    top: 80px;
}

.fu-filter-title {
    font-family: Inter;
    font-weight: 900;
    font-style: Black;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: -0.45px;
    vertical-align: middle;

    color: var(--fu-text);
}

.fu-filter-group {
    border-bottom: 1px solid var(--fu-gray-200);
    padding: 40px 0 14px;
}

.fu-filter-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fu-filter-group-label {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;

    color: var(--fu-text);
}

.fu-filter-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    color: var(--fu-black);
    line-height: 1;
}

.fu-filter-group-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.fu-filter-check {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: Inter;
    font-weight: 400;
    font-style: Thin;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;

    margin: 0;
}

.fu-filter-check input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--fu-black);
    cursor: pointer;
    flex-shrink: 0;
}

.fu-filter-check em {
    font-style: normal;
    color: var(--fu-muted);
}

.fu-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fu-filter-pill {
    background: #fff;
    color: var(--fu-text);
    font-family: Inter;
    font-weight: 700;
    font-style: Thin;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: -0.25px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    background: #E5E2E1;

    padding: 6px 12px;
    cursor: pointer;
    transition: background .2s, border-color .2s, color .2s;
}

.fu-filter-pill.active {
    background: var(--fu-text);
    color: #fff;
}

.fu-filter-pill:hover:not(.active) {
    border-color: var(--fu-black);
}

.fu-price-range-wrap {
    position: relative;
    height: 16px;
    display: flex;
    align-items: center;
    margin: 10px 0 4px;
}

.fu-price-track {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--fu-gray-200);
    border-radius: 2px;
    pointer-events: none;
}

.fu-price-fill {
    position: absolute;
    height: 100%;
    background: var(--fu-red);
    border-radius: 2px;
}

.fu-price-range {
    position: absolute;
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    pointer-events: none;
}

.fu-price-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #F30309;
    border: 4px solid #ffffff;
    border-radius: 2px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    pointer-events: all;
    cursor: pointer;
}

.fu-price-range::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #F30309;
    border: 4px solid #ffffff;
    border-radius: 2px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    pointer-events: all;
    cursor: pointer;
}

.fu-price-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--fu-muted);
    margin-top: 6px;
}

.fu-filter-tech-card {
    background: #E8E8E8;
    color: var(--fu-text);
    padding: 20px;
    margin-top: 20px;
    border-left: 2px solid #F30309
}

.fu-filter-tech-label {
    display: block;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--fu-text);
    margin-bottom: 10px;
}

.fu-filter-tech-quote {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    leading-trim: NONE;
    line-height: 17.88px;
    letter-spacing: 0px;
    vertical-align: middle;

    margin: 0 0 16px;
}

.fu-filter-tech-link {
    font-family: Inter;
    font-weight: 900;
    font-style: Thin;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #F30309;
}

/* ---------- Shop top bar ---------- */
.fu-shop-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--fu-gray-200);
    gap: 16px;
    flex-wrap: wrap;
}

.fu-shop-count {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #5F5E5E;
}

.fu-shop-sep {
    color: var(--fu-gray-200);
}

a.fu-shop-clear {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #F30309;
}

.fu-shop-controls {
    display: flex;
    align-items: center;
    gap: 24px;
}

.fu-shop-control {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fu-shop-control-label {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #5F5E5E;
    white-space: nowrap;
}

.fu-shop-select {
    border: none;
    background: none;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--fu-text);
}

/* ---------- Active filter tags ---------- */
.fu-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 14px 0 18px;
}

.fu-active-tag {
    display: inline-flex;
    align-items: center;
    border: none;
    gap: 8px;
    background: #E5E2E1;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--fu-text);
    padding: 8px 16px;
    border-radius: 2px;
    cursor: pointer;
    transition: border-color .2s;
}

.fu-active-tag:hover {
    border-color: var(--fu-black);
}

.fu-active-tag .bi-x {
    font-size: 14px;
    font-weight: 400;
}

/* ---------- Mobile filter bar (trigger row) ---------- */
.fu-mob-filterbar {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 16px;
}

.fu-mob-filterbar>*,
.fu-mob-filterbar>.fu-mob-filterbar-btn {
    flex: 1 1 0;
    min-width: 0;
}

.fu-mob-filterbar-btn {
    flex: 1;
    background: none;
    border: 1px solid var(--fu-gray-200);
    border-radius: 2px;
    padding: 12px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--fu-black);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}

/* Sort dropdown wrapper */
.fu-mob-sort-wrap {
    flex: 1;
    position: relative;
}

.fu-mob-sort-wrap .fu-mob-filterbar-btn {
    width: 100%;
}

.fu-mob-sort-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--fu-gray-200);
    border-radius: 2px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
    z-index: 200;
    overflow: hidden;
}

.fu-mob-sort-dropdown.is-open {
    display: block;
}

.fu-mob-sort-option {
    display: block;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid var(--fu-gray-200);
    padding: 13px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--fu-black);
    text-align: left;
    cursor: pointer;
}

.fu-mob-sort-option:last-child {
    border-bottom: none;
}

.fu-mob-sort-option:hover {
    background: var(--fu-gray-100);
}

/* Active tags inside drawer */
.fu-mob-drawer-tags {
    padding-bottom: 4px;
    margin-bottom: 4px;
}

/* ---------- Mobile filter drawer ---------- */
.fu-mob-drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1100;
}

.fu-mob-drawer-overlay.is-open {
    display: block;
}

.fu-mob-drawer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.fu-mob-drawer.is-open {
    transform: translateX(0);
}

.fu-mob-drawer-inner {
    flex: 1;
    overflow-y: auto;
    padding: 0 16px 16px;
}

.fu-mob-drawer-back {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    padding: 16px 0;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--fu-black);
    cursor: pointer;
    width: 100%;
}

.fu-mob-drawer-footer {
    display: flex;
    gap: 12px;
    padding: 16px;
    border-top: 1px solid var(--fu-gray-200);
    background: #fff;
}

.fu-mob-drawer-reset {
    flex: 1;
    height: 48px;
    background: #fff;
    border: 1.5px solid var(--fu-black);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--fu-black);
    cursor: pointer;
    border-radius: 2px;
}

.fu-mob-drawer-apply {
    flex: 1;
    height: 48px;
    background: var(--fu-black);
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
}

.fu-view-all a {
    color: var(--fu-red);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--fu-red);
    padding-bottom: 2px;
}

/* ---------- Two promo banners ---------- */
.fu-promos {
    padding: 48px 0;
}

.fu-promo-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.fu-promo {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    min-height: 400px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    /* background: #222; */
}

.fu-promo::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #1A1C1C 0%, rgba(26, 28, 28, 0.3) 100%);
    z-index: 1;

}

.fu-promo .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    /* opacity: 0.6; */
}

/* .fu-promo.red { background: var(--fu-red); } */
.fu-promo.red::before {
    background: linear-gradient(0deg, rgba(190, 0, 3, 0.8) 0%, rgba(190, 0, 3, 0) 100%);

}

.fu-promo-text {
    position: relative;
    z-index: 1;
}

.fu-promo-tag {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;

    margin-bottom: 6px;
}

.fu-promo h3 {
    font-family: Inter;
    font-weight: 900;
    font-style: Black;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: -1.5px;
    vertical-align: middle;
    text-transform: uppercase;

    margin: 0 0 16px;
}

.fu-promo .shop-btn {
    display: inline-block;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--fu-text);
    transition: opacity .2s;
    border-radius: 4px;
    padding: 12px 32px;
    background-color: #fff;
}

.fu-promo .shop-btn:hover {
    opacity: 0.9;
}

/* ---------- Footer ---------- */
.fu-footer {
    background: var(--fu-gray-100);
    padding: 56px 0 0;
    color: var(--fu-text);
    border-top: 1px solid #E8E8E8
}

.fu-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 32px;
}

.fu-footer-brand h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    color: var(--fu-red);
    letter-spacing: 1px;
    font-size: 22px;
    margin: 0 0 16px;
}

.fu-footer-brand p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22.75px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #CFCFCF;
    max-width: 280px;
    margin-top: 1.2rem;
}

.fu-footer-socials {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.fu-footer-socials a {}

.fu-footer-socials a i {
    font-size: 20px;
    color: #78716C;
}

.fu-footer-socials a:hover {
    background: var(--fu-red);
    color: #fff;
    border-color: var(--fu-red);
}

.fu-footer h5 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.2px;
    vertical-align: middle;
    text-transform: uppercase;

    margin: 6px 0 14px;
    color: var(--fu-text);
}

.fu-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fu-footer ul li {
    margin-bottom: 10px;
}

.fu-footer ul li a {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #98938F;
    transition: color .2s;
}

.fu-footer ul li a:hover {
    color: var(--fu-red);
}

.fu-lang-row {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--fu-gray-300);
    padding: 6px 12px;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
    cursor: pointer;
    margin-top: 4px;
}

.fu-footer-bottom {
    margin-top: 48px;
    border-top: 1px solid var(--fu-gray-200);
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.fu-footer-bottom p {
    margin: 0;
    font-family: 'Inter';
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
    color: #98938F;
}

.fu-footer-bottom p.branding {
    font-family: 'Inter';
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
}

.fu-footer-bottom p.branding a {
    text-decoration: underline;
    color: #98938F;
}

.fu-footer-bottom a {
    color: var(--fu-red);
    font-weight: 600;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.breadcrumbs a {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: var(--fu-text);
}

.breadcrumbs span {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--fu-text);
}

.breadcrumbs a:last-of-type {
    text-decoration: none;
    font-weight: 300;
}

h1.default-h1 {
    font-family: Inter;
    font-weight: 900;
    font-style: Black;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #222222;
}

h6.default-h6 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 2.4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #222222;
}

.ar-up {
    border: 1px solid #E7BDB633;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ar-up i.bi {
    color: var(--fu-text);
    font-size: 12px;
}

.div-up p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #78716C;
}

.fu-section-head h1 {
    font-family: Inter;
    font-weight: 900;
    font-style: Black;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--fu-text);
}

.fu-section-head h1 span {
    color: #F30309;
}

p.description {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #5F5E5E;
}

.bg-black-div {
    background-color: #141414;
}

.img-banner-grad {
    position: absolute;
    width: 70%;
    top: 0;
    right: 0;
    height: 100%;
}

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

.img-banner-grad::before {
    background: linear-gradient(90deg, #141414 1.32%, rgba(102, 102, 102, 0) 79.19%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-category {
    position: relative;
}

.banner-category h2,
.banner-category p {
    position: relative;
    z-index: 1;
}

.banner-category h2 {
    font-family: Inter;
    font-weight: 900;
    font-style: Black;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}

.banner-category h2 span {
    color: #F30309;
}

.banner-category p {
    color: #FFFFFF;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    max-width: 70%;
}

.banner-category {
    min-height: 411px;
    padding: 24px;
}

.slide-brand {
    border: 1px solid #DBDBDB;
    border-radius: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.slide-brand .col-lg-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.slide-brand h3 {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--fu-text);
    text-align: center;
    margin-bottom: 0;
}

.slide-brand:hover {
    background-color: #E8E8E8;
    cursor: pointer;
}

h4.default-h4 {
    font-family: Inter;
    font-weight: 900;
    font-style: Black;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--fu-text);
}

.add-to-fast {
    width: 40px;
    height: 40px;
    background-color: #F30309;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

.fu-product-fast-shop .fu-product-row {
    align-items: unset;
    gap: 0;
}

.fu-product-fast-shop .fu-product-row .col-lg-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    align-items: end;
}

.add-to-fav {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

a.pagination-item {
    width: 48px;
    height: 48px;

    border: 1px solid #E7BDB633;
    color: var(--fu-text);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: unset;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.pagination-item i.bi {
    font-size: 12px;
    color: var(--fu-text);
}

a.pagination-item.active {
    background-color: var(--fu-text);
    color: #fff;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .fu-hero h1 {
        font-size: 38px;
    }

    .fu-hero-inner {
        padding: 50px 24px;
    }

    .fu-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fu-cat-big {
        min-height: 320px;
    }

    .fu-cat {
        min-height: 150px;
    }

    .fu-promo-row {
        grid-template-columns: 1fr;
    }

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

    .fu-footer-brand {
        grid-column: span 2;
    }

    .fu-feature {
        min-width: 100%;
    }

    .fu-section-head h2 {
        font-family: Inter;
        font-weight: 900;
        font-style: Black;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 40px;
        letter-spacing: -1.8px;
        vertical-align: middle;

    }

    .fu-mob-cart-badge {
        top: 3px;
        right: 3px;
        min-width: 15px;
        height: 15px;
        font-size: 8px;
    }

    .fu-mob-nav ul li a {
        padding: 0;
    }

    .fu-mob-nav ul {
        justify-content: space-between;
        gap: 24px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fu-mob-nav {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .fu-pill {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 16px;
    }

    .fu-hero h1 {
        font-family: Inter;
        font-weight: 900;
        font-style: Black;
        font-size: 40px;
        leading-trim: NONE;
        line-height: 130%;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .fu-hero p {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 140%;
        letter-spacing: 0px;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
    }

    .fu-btn-red {
        font-family: Inter;
        font-weight: 700;
        font-style: Bold;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 16px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        height: 48px;
    }

    .fu-features {
        padding: 32px 0;
    }

    .fu-features-row {
        gap: 32px;
    }

    .fu-feature h6 {
        font-family: Inter;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 28px;
        letter-spacing: 0%;
        text-transform: uppercase;

    }

    .fu-feature p {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 22px;
        letter-spacing: 0%;
    }

    .fu-brands-row {
        flex-wrap: nowrap;
        overflow: auto;
        /* Firefox */
        scrollbar-width: none;

        /* IE/Edge */
        -ms-overflow-style: none;
    }

    .fu-section-head p {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .fu-section {
        padding: 40px 0 50px;
    }

    .fu-cat-big .fu-cat-label,
    .fu-cat-label {
        font-family: Inter;
        font-weight: 700;
        font-style: Bold;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 28px;
        letter-spacing: 0px;
        vertical-align: middle;
        text-transform: uppercase;
        padding: 15px;

    }

    .fu-cat-big .fu-cat-label br {
        display: none;
    }

    .mob-gy-2 {
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 0.5rem;
    }

    .fu-product-row {
        flex-direction: column;
    }

    .fu-price {
        font-family: Inter;
        font-weight: 900;
        font-style: Black;
        font-size: 22px;
        leading-trim: NONE;
        line-height: 28px;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .fu-product-sku {
        font-family: Inter;
        font-weight: 700;
        font-style: Bold;
        font-size: 10px;
        leading-trim: NONE;
        line-height: 15px;
        letter-spacing: 0px;
        vertical-align: middle;
        text-transform: uppercase;
    }

    .fu-product-title {
        font-family: Inter;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 140%;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .fu-product-sub {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        leading-trim: NONE;
        line-height: 130%;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .fu-add-cart-btn,
    .fu-select-btn {
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        height: 32px;
    }

    .fu-select-btn {
        font-weight: 400;
    }

    .fu-product-actions {
        padding: 0 6px 8px;
    }

    .fu-product-body {
        padding: 6px 12px;
    }

    .fu-product {
        background-color: #fff;
        border: 1px solid #DBDBDB;
    }

    .fu-product-actions {
        max-height: 120px;
        opacity: 1;

    }

    /* Swiper grid mode fix */
    .fu-product-swiper.swiper-grid .swiper-wrapper {
        flex-wrap: wrap;
    }

    .fu-product-swiper.swiper-grid .swiper-slide {
        height: auto !important;
    }

    .fu-promos .container-xl {
        padding: 0;
    }

    .fu-promo {
        min-height: 250px;
    }

    .fu-promo-tag {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 15px;
        letter-spacing: 1px;
        vertical-align: middle;
        text-transform: uppercase;
    }

    .fu-promo h3 {
        font-family: Inter;
        font-weight: 900;
        font-style: Black;
        font-size: 30px;
        leading-trim: NONE;
        line-height: 36px;
        letter-spacing: -1.5px;
        vertical-align: middle;
        text-transform: uppercase;
    }

    .fu-promo .shop-btn {
        font-family: Inter;
        font-weight: 700;
        font-style: Bold;
        font-size: 10px;
        leading-trim: NONE;
        line-height: 15px;
        letter-spacing: 1px;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
    }

    .fu-promo {
        padding: 28px 14px;
        border-radius: 0;
    }

    .fu-promo-row {
        gap: 12px;
    }

    .fu-products {
        padding: 50px 0 60px;
    }

    .fu-footer-brand p {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 22.75px;
        letter-spacing: 0px;
        vertical-align: middle;
        max-width: 100%;
    }

    .fu-footer h5 {
        font-family: Inter;
        font-weight: 700;
        font-style: Bold;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 16px;
        letter-spacing: 1.2px;
        vertical-align: middle;
        text-transform: uppercase;
    }

    .fu-footer ul li a {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 20px;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .fu-footer-bottom {
        padding: 18px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 18px;
        text-align: center;
        padding-bottom: 20px;
        margin-top: 0;
    }

    .copyright {
        border-top: 1px solid #DADADA;
        width: 100%;
        padding-top: 1rem;
    }

    .fu-footer-bottom p.branding {
        width: 100%;
    }

    .fu-footer {
        padding-bottom: 32px;
    }

    p.description {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .banner-category h2 {
        font-family: Inter;
        font-weight: 900;
        font-style: Black;
        font-size: 28px;
        leading-trim: NONE;
        line-height: 130%;
        letter-spacing: 0%;
        vertical-align: middle;
        text-transform: uppercase;

    }

    .banner-category p {
        max-width: 100%;
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: 0%;
        vertical-align: middle;

    }

    .banner-category {
        min-height: unset;
    }

    .mob-without-container .container-xl {
        padding: 0;
    }

    .mob-g-2 {
        --bs-gutter-y: 0.5rem;
        --bs-gutter-x: 0.5rem;
    }
}

@media (max-width: 575px) {
    .fu-product-grid {
        grid-template-columns: 1fr;
    }

    .fu-cat-big {
        min-height: 240px;
    }

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

    .fu-footer-brand {
        grid-column: span 1;
    }

    .fu-topbar-inner {
        flex-wrap: wrap;
    }

    .fu-search {
        order: 4;
        flex-basis: 100%;
        max-width: 100%;
    }

    .fu-hero h1 {
        font-size: 32px;
    }

    /* Product cards — always show actions on mobile */

}

/* ============================================
   PRODUCT DETAIL PAGE
   ============================================ */

/* ---------- PDP Gallery ---------- */
.fu-pdp-section {
    padding: 40px 0 60px;
}

.fu-pdp-gallery {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.fu-pdp-thumbs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
}

.fu-pdp-thumb {
    width: 93px;
    height: 93px;
    border: 1px solid transparent;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s;
}

.fu-pdp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fu-pdp-thumb.active {
    border: 1px solid #D8D8D8;
    box-shadow: 4px 8px 16px 0px #00000014;
}

.fu-pdp-thumb:hover {
    border-color: var(--fu-gray-500);
}

.fu-pdp-main-wrap {
    flex: 1;
    position: relative;
    background: #f5f5f5;
    border-radius: 2px;
    overflow: hidden;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fu-pdp-main-img {
    width: 100%;
    height: 100%;
    display: flex;

}

.fu-pdp-main-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.fu-pdp-arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #171717B8;
    backdrop-filter: blur(2px);
    width: 64px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    z-index: 2;
    transition: background .2s, border-color .2s;
    border: none;
}

.fu-pdp-arr:hover {
    background: var(--fu-black);
    color: #fff;
    border-color: var(--fu-black);
}

.fu-pdp-arr-prev {
    left: 0;
}

.fu-pdp-arr-next {
    right: 0;
}

/* ---------- PDP Info ---------- */
.fu-pdp-info {
    padding-top: 8px;
}

.fu-pdp-cat {
    display: block;
    font-family: Inter;
    font-weight: 700;
    font-style: Thin;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 2.4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #5E3F3B;
    margin-bottom: 10px;
}

.fu-pdp-title {
    font-family: Inter;
    font-weight: 900;
    font-style: Black;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--fu-text);
    margin: 0 0 14px;
}

.fu-pdp-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 16px;
    color: #EDB84D;
    font-size: 20px;
}

.fu-pdp-rating-val {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--fu-text);
    margin-left: 6px;
}

.fu-pdp-desc {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #5E3F3B;
    margin-bottom: 24px;
}

/* Options 2×2 grid */
.fu-pdp-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}

.fu-pdp-opt-label {
    display: block;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;

    color: #5E3F3B;
    margin-bottom: 6px;
}

.fu-pdp-select-wrap {
    position: relative;
}

.fu-pdp-select-wrap .bi-chevron-down {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--fu-black);
    pointer-events: none;
}

.fu-pdp-select {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    background: #E8E8E8;
    padding: 0 32px 0 12px;

    color: #1A1C1C;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: Inter;
    font-weight: 500;
    font-style: Thin;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    border: none;
    transition: border-color .2s;
}

.fu-pdp-select:focus {
    border-color: var(--fu-black);
}

/* Price row */
.fu-pdp-price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid #D6D6D6;
    margin-bottom: 20px;
}

.fu-pdp-price-label {
    display: block;
    font-family: 'Inter';
    font-weight: 700;
    font-style: Thin;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #5E3F3B;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.fu-pdp-prices {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.fu-pdp-price {
    font-family: Inter;
    font-weight: 900;
    font-style: Black;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--fu-text);
}

.fu-pdp-old-price {
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: line-through;
    color: #F30309;
}

.fu-pdp-stock {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    text-align: right;
}

.fu-pdp-stock-dot {
    width: 8px;
    height: 8px;
    background: #16A34A;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}

.fu-pdp-stock-text {
    font-family: Inter;
    font-weight: 700;
    font-style: Thin;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;

    color: #16A34A;
    white-space: nowrap;
}

.fu-pdp-delivery {
    font-family: Inter;
    font-weight: 400;
    font-style: Thin;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
    color: #5E3F3B;
    margin-top: 2px;
    white-space: nowrap;
}

/* Qty row */
.fu-pdp-qty-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    justify-content: space-between;
}

.fu-pdp-qty {
    display: flex;
    align-items: center;
    border: 1px solid var(--fu-gray-200);
    border-radius: 2px;
    overflow: hidden;
}

.fu-pdp-qty-btn {
    width: 39px;
    height: 50px;
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--fu-black);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}

.fu-pdp-qty-btn:hover {
    background: var(--fu-gray-100);
}

.fu-pdp-qty-input {
    width: 48px;
    height: 50px;
    border: none;
    border-left: 1px solid var(--fu-gray-200);
    border-right: 1px solid var(--fu-gray-200);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--fu-black);
    outline: none;
    -moz-appearance: textfield;
}

.fu-pdp-qty-input::-webkit-inner-spin-button,
.fu-pdp-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.fu-pdp-wishlist {
    width: 52px;
    height: 52px;
    border: 1px solid var(--fu-gray-200);
    border-radius: 2px;
    background: none;
    font-size: 18px;
    color: var(--fu-black);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, color .2s;
}

.fu-pdp-wishlist:hover {
    background: var(--fu-gray-100);
    color: var(--fu-red);
}

.fu-pdp-add-cart {
    width: 100%;
    height: 64px;
    background: var(--fu-text);
    color: #fff;
    border: none;
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 16px;
    cursor: pointer;
    border-radius: 2px;
    transition: background .2s;
}

.fu-pdp-add-cart:hover {
    background: #7C7C7C;
    border-color: #7C7C7C;
}

/* ---------- PDP Tabs ---------- */
.fu-pdp-tabs-section {
    padding: 0 0 60px;
}

.fu-pdp-tabs-nav {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 3rem;
    flex-wrap: wrap;
    border-bottom: unset;
}

.fu-pdp-tabs-nav::-webkit-scrollbar {
    display: none;
}

.fu-pdp-tab {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 14px 0;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;

    letter-spacing: 0.5px;
    color: var(--fu-text);
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: -1px;
    transition: color .2s, border-color .2s;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;


}

.fu-pdp-tab.active {
    color: var(--fu-black);
    border-bottom-color: var(--fu-text);
    font-weight: 600;
}

.fu-pdp-tab:hover:not(.active) {
    color: var(--fu-black);
}

.fu-pdp-tab-pane {
    display: none;
    padding: 32px 0;
}

.fu-pdp-tab-pane.active {
    display: block;
}

.fu-pdp-tab-heading {
    font-family: Inter;
    font-weight: 900;
    font-style: Black;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;

    margin: 0 0 16px;
    color: var(--fu-text);
}

.fu-pdp-tab-text {
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--fu-text);

    margin-bottom: 16px;
}

.fu-pdp-show-more {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--fu-red);
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.bg-f9f9 {
    background-color: #F9F9F9;
}

.description-recom {
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: middle;

    color: var(--fu-text);
}

/* Mobile adjustments for PDP */
@media (max-width: 575px) {
    .fu-pdp-gallery {
        flex-direction: column-reverse;
    }

    .fu-pdp-thumbs {
        flex-direction: row;
        overflow-x: auto;
        width: 100%;
    }

    .fu-pdp-thumb {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }

    .fu-pdp-title {
        font-size: 22px;
    }

    .fu-pdp-price {
        font-size: 24px;
    }

    

   
}

/* ===== Specifications Table ===== */
.fu-spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border: 1px solid #D5D5D5;
}

.fu-spec-table td,
.fu-spec-table th {
    border: 1px solid #D5D5D5;
}

.fu-spec-header th {
    background: var(--fu-red);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 16px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.fu-spec-table tbody tr {
    border-bottom: 1px solid #DBDBDB;
}

.fu-spec-key {
    background: #E8E8E8;
    color: var(--fu-text);
    font-weight: 500;
    padding: 11px 16px;
    width: 25%;
    vertical-align: top;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.fu-spec-val {
    background: #fff;
    color: var(--fu-text);
    font-weight: 400;
    padding: 11px 16px;
    width: 25%;
    vertical-align: top;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
}

@media (max-width: 575px) {

    .fu-spec-table,
    .fu-spec-table tbody,
    .fu-spec-table tr {
        display: block;
    }

    .fu-spec-header {
        display: block;
    }

    .fu-spec-header th {
        display: block;
    }

    .fu-spec-table tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .fu-spec-key,
    .fu-spec-val {
        width: auto;
    }
}

/* ===== Mega Menu ===== */
.fu-browse-wrap {
    position: relative;
}

.fu-catmenu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1001;
    background: #fff;
    border: 1px solid #E5E5E5;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    display: none;
    flex-direction: row;
    width: auto;
}

.fu-catmenu.is-open {
    display: flex;
}

.fu-catmenu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
}

.fu-catmenu-overlay.is-open {
    display: block;
}

.fu-catmenu-parents {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    width: max-content;
    flex-shrink: 0;
    overflow-y: auto;
    max-height: 440px;
    align-self: stretch;
}

.fu-catmenu-parents li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--fu-text);
    cursor: pointer;
    gap: 8px;
    border-bottom: 1px solid #F1F1F1;
}

.fu-catmenu-parents li i {
    font-size: 10px;
    color: #bbb;
    flex-shrink: 0;
    display: none;
}

.fu-catmenu-parents li span {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.fu-catmenu-parents li:hover,
.fu-catmenu-parents li.active {
    background: #F5F5F5;
}

.fu-catmenu-parents li.active>span {
    color: var(--fu-text);
    font-weight: 700;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.fu-catmenu-parents li.active {
    background-color: #F5F6FA;
}

.fu-catmenu-sub,
.fu-catmenu-grand {
    display: none;
    width: 220px;
    flex-shrink: 0;
    padding: 8px 0;
    border-left: 1px solid #E5E5E5;
    overflow-y: auto;
    max-height: 440px;
    align-self: stretch;
}

.fu-catmenu-sub.is-visible,
.fu-catmenu-grand.is-visible {
    display: block;
}

.fu-catmenu-col-head {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999;
    padding: 8px 16px 6px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.fu-catmenu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fu-catmenu-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--fu-text);
    cursor: pointer;
    gap: 8px;
}

.fu-catmenu-list li i {
    font-size: 10px;
    color: #bbb;
    flex-shrink: 0;
}

.fu-catmenu-list li:hover,
.fu-catmenu-list li.active {
    background: #F5F5F5;
}

.fu-catmenu-list li.active>span {
    color: var(--fu-red);
}
.fu-section-top{
    padding-top: 2rem;
}
@media(max-width:991px){
    .breadcrumbs a{
        font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
vertical-align: middle;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;

    }
    .breadcrumbs span{
        font-family: Inter;
font-weight: 300;
font-style: Light;
font-size: 12px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
vertical-align: middle;

    }
    h1.default-h1{
        font-family: Inter;
font-weight: 900;
font-style: Black;
font-size: 32px;
leading-trim: NONE;
line-height: 40px;
letter-spacing: -1.8px;
vertical-align: middle;

    }
    h6.default-h6{
        font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 12px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 2.4px;
vertical-align: middle;
text-transform: uppercase;
    }
    .fu-section-top{
        padding-top: 1.5rem;;
    }
    .fu-product-fast-shop .fu-product-row .col-lg-4{
            align-items: start;
    gap: 1rem;
    margin-top: 1rem;
    }
    a.show-more-cat{
        font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 12px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 1.2px;
vertical-align: middle;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-transform: uppercase;
color: #F30309;
    }
    .fu-select-btn{
        border-width: 1px;
    }
    .fu-pdp-wishlist-mob {
            position: absolute;
    background: none;
    border: none;
    right: 1rem;
    top: 1rem;
    }
    .fu-pdp-arr{
        width: 40px;
        height: 40px;
        font-size: 17px;
    }
    .fu-pdp-cat{
        font-family: Inter;
font-weight: 700;
font-style: Thin;
font-size: 12px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 2.4px;
vertical-align: middle;
text-transform: uppercase;
    }
    .fu-pdp-title{
        font-family: Inter;
font-weight: 900;
font-style: Black;
font-size: 28px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0px;
vertical-align: middle;

    }
    .fu-pdp-rating-val{
        font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 13.43px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
    }
    .fu-pdp-desc{
        font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0px;
vertical-align: middle;

    }
    .fu-pdp-price-label{
        font-family: Inter;
font-weight: 700;
font-style: Thin;
font-size: 12px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0px;
vertical-align: middle;
        margin-bottom: 1rem;

    }
    .fu-pdp-price{
        font-family: Inter;
font-weight: 900;
font-style: Black;
font-size: 36px;
leading-trim: NONE;
line-height: 40px;
letter-spacing: 0px;
vertical-align: middle;

    }
    .fu-pdp-old-price{
        font-family: Inter;
font-weight: 300;
font-style: Light;
font-size: 20px;
leading-trim: NONE;
line-height: 40px;
letter-spacing: 0px;
vertical-align: middle;
text-decoration: line-through;

    }
    .fu-pdp-stock-text{
        font-family: Inter;
font-weight: 700;
font-style: Thin;
font-size: 12px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0px;
text-align: right;
vertical-align: middle;
text-transform: uppercase;
    }
    .fu-pdp-delivery{
        font-family: Inter;
font-weight: 400;
font-style: Thin;
font-size: 10px;
leading-trim: NONE;
line-height: 15px;
letter-spacing: 0px;
text-align: right;
vertical-align: middle;
text-transform: uppercase;
    }
    .fu-pdp-qty-btn{
        width: 39px;
        height: 39px;
    }
    .fu-pdp-qty-input{
          width: 48px;
        height: 39px;
    }
    .fu-pdp-add-cart{
        height: 52px;
        font-family: Inter;
font-weight: 800;
font-style: Extra Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 1.2px;
text-align: center;
vertical-align: middle;
text-transform: uppercase;

    }
    .fu-pdp-qty-row{
        margin-bottom: 2rem;
    }
    .description-recom{
        display: none;
    }
    .fu-pdp-section{
        padding-bottom: 0;
    }
    .fu-pdp-tabs-nav{
            flex-wrap: nowrap;
            overflow: auto;
            gap: 16px;
    }
    .fu-pdp-tab{
        font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
vertical-align: middle;
        text-transform: capitalize;
        padding-bottom: 0.4rem;
    }
    .fu-pdp-tab.active{
        font-weight: 500;
        color: var(--fu-text);
    }
    .fu-pdp-tab-heading{
        font-family: Inter;
font-weight: 900;
font-style: Black;
font-size: 24px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
vertical-align: middle;
text-transform: uppercase;
margin-bottom: 0.5rem;

    }
    .fu-pdp-tab-text{
        font-family: Inter;
font-weight: 300;
font-style: Light;
font-size: 12px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
vertical-align: middle;
    }
    .fu-pdp-tab-pane{
            padding: 18px 0;
    }
    .fu-spec-table thead{
        display: none;
    }
}

/* ─── CART DRAWER ──────────────────────────────────────────────────────────── */
.fu-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}
.fu-cart-overlay.is-open {
    opacity: 1;
    pointer-events: all;
}

.fu-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 420px;
    max-width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    box-shadow: -4px 0 32px rgba(0,0,0,.14);
}
.fu-cart-drawer.is-open {
    transform: translateX(0);
}

/* Header */
.fu-cd-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f1f1f1;
    flex-shrink: 0;
}
.fu-cd-head h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .12em;
    margin: 0;
}
.fu-cd-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 22px;
    color: #111;
    padding: 4px;
    line-height: 1;
    display: flex;
    align-items: center;
}

/* Scrollable body */
.fu-cd-body {
    flex: 1;
    overflow-y: auto;
    padding: 0 24px;
}

/* Empty state */
.fu-cd-empty {
    text-align: center;
    padding: 48px 0;
    color: #999;
    font-size: 14px;
}

/* Single cart item */
.fu-cd-item {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #f5f5f5;
}
.fu-cd-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex-shrink: 0;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}
.fu-cd-info {
    flex: 1;
    min-width: 0;
}
.fu-cd-name {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    margin-bottom: 4px;
    line-height: 1.4;
}
.fu-cd-price {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}
.fu-cd-attrs {
    font-size: 11px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 8px;
}
.fu-cd-attrs span { display: block; }
.fu-cd-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    gap: 8px;
}

/* Quantity controls */
.fu-cd-qty {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 28px;
    overflow: hidden;
}
.fu-cd-qty-btn {
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .15s;
}
.fu-cd-qty-btn:hover { background: #f5f5f5; }
.fu-cd-qty-val {
    width: 32px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fu-cd-remove {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 11px;
    color: #999;
    text-decoration: underline;
    padding: 0;
    transition: color .15s;
}
.fu-cd-remove:hover { color: #111; }
.fu-cd-options {
    display: inline-block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 600;
    color: var(--fu-red, #e02020);
    text-decoration: underline;
    letter-spacing: .04em;
}

/* Footer */
.fu-cd-footer {
    padding: 16px 24px 24px;
    border-top: 1px solid #f1f1f1;
    flex-shrink: 0;
}
.fu-cd-sum-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}
.fu-cd-sum-total {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 10px 0 16px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.fu-cd-btn-continue {
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1.5px solid #111;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 8px;
    transition: background .2s, color .2s;
    font-family: Inter, sans-serif;
}
.fu-cd-btn-continue:hover { background: #111; color: #fff; }
.fu-cd-btn-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #111;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: background .2s;
    font-family: Inter, sans-serif;
}
.fu-cd-btn-cart:hover { background: #333; color: #fff; }

/* Loading state on add-to-cart button */
.fu-ajax-add-cart.is-loading {
    opacity: .6;
    pointer-events: none;
}

.fu-cross-sell-modal-trigger.is-loading {
    opacity: .6;
    pointer-events: none;
}

/* Recommended add-to-cart popup */
.fu-rec-popup {
    position: fixed;
    inset: 0;
    z-index: 1060;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}
.fu-rec-popup.is-open {
    opacity: 1;
    pointer-events: all;
}
.fu-rec-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, .34);
}
.fu-rec-popup__dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(1008px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 2px;
    box-shadow: 4px 8px 16px rgba(96, 96, 96, .16);
    padding: 40px 32px 36px;
    font-family: Inter, sans-serif;
    color: #111;
}
.fu-rec-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
}
.fu-rec-popup__status {
    width: 40px;
    height: 40px;
    margin: 0 auto 28px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.fu-rec-popup__title {
    margin: 0 0 28px;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
}
.fu-rec-popup__message {
    min-height: 20px;
    margin: -16px auto 16px;
    max-width: 677px;
    color: #7a3a34;
    font-size: 13px;
    text-align: center;
}
.fu-rec-popup__product,
.fu-rec-popup__options,
.fu-rec-popup__summary {
    width: min(677px, 100%);
    margin-left: auto;
    margin-right: auto;
}
.fu-rec-popup__product {
    display: grid;
    grid-template-columns: 102px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
    padding-bottom: 16px;
    border-bottom: 1px solid #ced2dd;
}
.fu-rec-popup__image {
    width: 102px;
    height: 102px;
    border-radius: 2px;
    overflow: hidden;
    background: #f6f6f6;
}
.fu-rec-popup__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.fu-rec-popup__info {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 24px;
    align-items: start;
}
.fu-rec-popup__info h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    text-transform: capitalize;
}
.fu-rec-popup__price {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}
.fu-rec-popup__qty {
    grid-column: 2;
    width: 113px;
    height: 48px;
    display: grid;
    grid-template-columns: 32px 1fr 32px;
    background: #e8e8e8;
    border-radius: 2px;
    overflow: hidden;
}
.fu-rec-popup__qty button,
.fu-rec-popup__qty input {
    border: 0;
    background: transparent;
    color: #111;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
.fu-rec-popup__qty button {
    cursor: pointer;
}
.fu-rec-popup__qty input {
    width: 100%;
    outline: none;
    -moz-appearance: textfield;
}
.fu-rec-popup__qty input::-webkit-inner-spin-button,
.fu-rec-popup__qty input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.fu-rec-popup__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
    margin-top: 24px;
}
.fu-rec-popup__field span,
.fu-rec-popup__attrs span {
    display: block;
    margin-bottom: 8px;
    color: #5e3f3b;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.fu-rec-popup__field select {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 2px;
    background: #e8e8e8;
    color: #1a1c1c;
    font-family: Inter, sans-serif;
    font-size: 14px;
    padding: 0 36px 0 12px;
    outline: none;
}
.fu-rec-popup__attrs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
    margin-top: 24px;
}
.fu-rec-popup__attrs strong {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px;
    background: #e8e8e8;
    border-radius: 2px;
    color: #1a1c1c;
    font-size: 14px;
    font-weight: 400;
}
.fu-rec-popup__summary {
    margin-top: 24px;
}
.fu-rec-popup__summary h3 {
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ced2dd;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 800;
    text-transform: uppercase;
}
.fu-rec-popup__summary .fu-cd-sum-row {
    color: #111;
    font-size: 16px;
    margin-bottom: 20px;
}
.fu-rec-popup__summary .fu-cd-sum-total {
    color: #111;
    font-size: 20px;
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid #ced2dd;
}
.fu-rec-popup__actions {
    width: min(677px, 100%);
    margin: 32px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 298px));
    justify-content: center;
    gap: 20px;
}
.fu-rec-popup__secondary,
.fu-rec-popup__primary {
    height: 56px;
    border-radius: 2px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.fu-rec-popup__secondary {
    background: #fff;
    border: 1px solid #808080;
    color: #222;
    font-weight: 400;
}
.fu-rec-popup__primary {
    background: #111;
    border: 1px solid #111;
    color: #fff;
    font-weight: 800;
}
.fu-rec-popup__primary:disabled,
.fu-rec-popup__primary.is-loading {
    opacity: .55;
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .fu-rec-popup__dialog {
        width: 100vw;
        max-height: 100vh;
        min-height: 100vh;
        padding: 32px 16px 24px;
    }
    .fu-rec-popup__title {
        font-size: 20px;
        margin-bottom: 22px;
    }
    .fu-rec-popup__product {
        grid-template-columns: 82px minmax(0, 1fr);
    }
    .fu-rec-popup__image {
        width: 82px;
        height: 82px;
    }
    .fu-rec-popup__info {
        grid-template-columns: 1fr;
    }
    .fu-rec-popup__price {
        text-align: left;
    }
    .fu-rec-popup__qty {
        grid-column: 1;
    }
    .fu-rec-popup__fields,
    .fu-rec-popup__attrs,
    .fu-rec-popup__actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .fu-cart-drawer { width: 100vw; }
}

/* ─── HEADER CART HOVER PREVIEW ─────────────────────────────────────────────── */
.fu-cart-hover-wrap {
    position: relative;
}
/* Values pixel-perfect from Figma node 2032-13467 */
.fu-cart-hover-preview {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 319px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 4px 8px 16px rgba(0,0,0,.08);
    border-radius: 2px;
    z-index: 500;
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity .2s ease, transform .2s ease;
    overflow: hidden;
}
.fu-cart-hover-wrap:hover .fu-cart-hover-preview {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

/* Item row — Figma: 179×56px, flex row, gap 7px */
.fu-ch-item {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}
/* Thumbnail — Figma: 56×56px */
.fu-ch-img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 2px;
}
/* Product name — Figma: Inter 700 12px / 18px, #111 */
.fu-ch-name {
    flex: 1;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: rgb(17,17,17);
    line-height: 18px;
    min-width: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* Price — Figma: Inter 400 13px / 22px, #111 */
.fu-ch-price {
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgb(17,17,17);
    line-height: 22px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Total row — Figma: Paragraph+HorizontalBorder */
.fu-ch-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgb(17,17,17);
    border-top: 1px solid rgba(0,0,0,.08);
}

/* Empty state */
.fu-ch-empty {
    padding: 20px 12px;
    text-align: center;
    font-size: 13px;
    color: #999;
}
