.card-product_wrapper .img-hover,
.card-product_wrapper .product-hover-image,
.card-product_wrapper .hover-image {
    display: none !important;
}

.footer-wrap-2 .tf-menu {
    margin: 0 !important;
    padding: 0 !important;
}

.footer-wrap-2 .tf-menu .menu-item {
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    height: auto !important;
    display: block !important;
}

.footer-wrap-2 .tf-menu .item-link {
    display: inline !important;
}

/* ABOUT */
.fts-about {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px 80px;
}
.fts-hero { margin: 30px 0 80px; }
.fts-hero img { width: 100%; height: auto; display: block; }
.fts-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    margin-bottom: 90px;
}
.fts-text span {
    display: block;
    color: #d4af37;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 18px;
}
.fts-text h2 {
    font-size: 52px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    margin: 0 0 28px;
}
.fts-text h2 strong { color: #d4af37; }
.fts-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #b8b8b8;
    margin-bottom: 18px;
}
.fts-image img { width: 100%; display: block; }
.fts-values {
    background: #050505;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 55px 40px;
    margin-bottom: 90px;
    text-align: center;
}
.fts-values div {
    border-right: 1px solid rgba(255,255,255,.1);
    padding: 0 20px;
}
.fts-values div:last-child { border-right: 0; }
.fts-values h3 {
    color: #fff !important;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.fts-values p { color: rgba(255,255,255,.75); }
.fts-final {
    background: #050505;
    color: #fff;
    text-align: center;
    padding: 75px 30px;
}
.fts-final h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    margin: 0 0 10px;
}
.fts-final p {
    color: #d4af37;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 35px;
}
.fts-final a {
    display: inline-block;
    background: #fff;
    color: #000 !important;
    padding: 15px 34px;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 1px;
}

/* POLICY */
.fts-policy {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px 80px;
}
.fts-policy-hero {
    background: #050505;
    color: #fff;
    padding: 90px 40px;
    margin: 30px 0 80px;
    text-align: center;
}
.fts-policy-hero span {
    display: block;
    color: #d4af37;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 4px;
    margin-bottom: 18px;
}
.fts-policy-hero h1 {
    color: #fff !important;
    font-size: clamp(42px, 7vw, 88px);
    line-height: 1;
    font-weight: 900;
    margin: 0 0 20px;
}
.fts-policy-hero p {
    color: rgba(255,255,255,.75);
    font-size: 18px;
    margin: 0;
}
.fts-policy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-bottom: 80px;
}
.fts-policy-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    padding: 38px;
    min-height: 280px;
    color: #111;
}
.fts-policy-card span {
    display: block;
    color: #d4af37;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 18px;
}
.fts-policy-card h2 {
    color: #050505 !important;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
    margin: 0 0 20px;
}
.fts-policy-card p,
.fts-policy-card li {
    color: #333 !important;
    font-size: 16px;
    line-height: 1.75;
}
.fts-policy-card ul { padding-left: 20px; margin: 0; }
.fts-policy-card strong { color: #050505; font-weight: 900; }
.fts-policy-final {
    background: #050505;
    color: #fff;
    text-align: center;
    padding: 75px 30px;
}
.fts-policy-final h2 {
    color: #fff !important;
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 900;
    margin: 0 0 12px;
}
.fts-policy-final p {
    color: rgba(255,255,255,.75);
    font-size: 18px;
    margin-bottom: 32px;
}
.fts-policy-final a {
    display: inline-block;
    background: #fff;
    color: #000 !important;
    padding: 15px 34px;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 1px;
}

/* COLLECTION HEADER */
.fts-collection-header {
    position: relative;
    background: #080808;
    padding: 75px 20px;
    text-align: center;
    overflow: hidden;
}
.fts-collection-header::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 700px;
    height: 250px;
    background: radial-gradient(circle, rgba(212,175,55,.08), transparent 70%);
    pointer-events: none;
}
.fts-divider {
    width: 160px;
    height: 1px;
    margin: auto;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    transition: width .45s;
}
.fts-small-title {
    display: block;
    margin: 30px 0 20px;
    color: #c7a34d;
    font-size: 11px;
    letter-spacing: .55em;
    font-weight: 700;
    text-transform: uppercase;
}
.fts-collection-header h2 {
    margin: 0;
    color: #fff !important;
    font-family: Sora, sans-serif;
    font-size: clamp(48px,8vw,92px);
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
}
.fts-drop {
    display: block;
    margin-top: 22px;
    color: #9d9d9d;
    letter-spacing: .35em;
    text-transform: uppercase;
    font-size: 12px;
}
.fts-collection-header:hover .fts-divider { width: 240px; }

/* WIDTH / MEDIA SAFETY */
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
body { position: relative; }
img, video, iframe { max-width: 100%; }
svg { max-width: none; }
.fts-hero-builder,
.fts-hero,
.fts-hero-slider,
.swiper,
.swiper-wrapper,
.swiper-slide { max-width: 100vw; }

/* HOT SALE COUNTDOWN */
.fts-product-countdown {
    position: relative;
    display: block !important;
    padding: 18px;
    overflow: hidden;
    color: #fff !important;
    background:
        radial-gradient(circle at top right, rgba(212,175,55,.16), transparent 42%),
        linear-gradient(145deg, #111111 0%, #050505 100%) !important;
    border: 1px solid rgba(212,175,55,.42);
    border-radius: 14px;
    box-shadow: 0 14px 35px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.04);
}
.fts-product-countdown::before {
    content: "";
    position: absolute;
    top: 0; right: 20px; left: 20px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
}
.fts-product-countdown__header {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.fts-product-countdown__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px; height: 42px;
    color: #090909;
    background: linear-gradient(135deg, #f0d477, #d4af37);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(212,175,55,.22);
}
.fts-product-countdown__heading {
    display: flex;
    min-width: 0;
    flex-direction: column;
}
.fts-product-countdown__eyebrow {
    margin-bottom: 3px;
    color: #d4af37 !important;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.fts-product-countdown__title {
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}
.fts-product-countdown__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    padding: 6px 9px;
    color: #d4af37 !important;
    background: rgba(212,175,55,.08);
    border: 1px solid rgba(212,175,55,.25);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.fts-product-countdown__dot {
    width: 6px; height: 6px;
    background: #d4af37;
    border-radius: 50%;
    animation: fts-countdown-pulse 1.7s infinite;
}
.fts-product-countdown .countdown__timer {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 8px;
    background: transparent !important;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.fts-product-countdown .countdown__item {
    display: flex !important;
    min-width: 0;
    padding: 14px 6px 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 10px;
    color: #fff !important;
    opacity: 1 !important;
    transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}
.fts-product-countdown .countdown__item:hover {
    transform: translateY(-2px);
    background: rgba(212,175,55,.1) !important;
    border-color: rgba(212,175,55,.4) !important;
}
.fts-product-countdown .countdown__value {
    color: #fff !important;
    font-size: clamp(24px,3vw,32px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    font-variant-numeric: tabular-nums;
    opacity: 1 !important;
}
.fts-product-countdown .countdown__label {
    margin-top: 7px;
    color: rgba(255,255,255,.58) !important;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 1 !important;
}
@keyframes fts-countdown-pulse {
    0% { box-shadow: 0 0 0 0 rgba(212,175,55,.55); }
    70% { box-shadow: 0 0 0 7px rgba(212,175,55,0); }
    100% { box-shadow: 0 0 0 0 rgba(212,175,55,0); }
}
.captcha-disclaimer { display: none !important; }

/* ==================================================
   FTHESØCIETY — DESIGN V2
   ================================================== */
:root {
    --fts-black: #050505;
    --fts-black-soft: #0b0b0b;
    --fts-dark: #111111;
    --fts-white: #ffffff;
    --fts-grey: #a7a7a7;
    --fts-border: rgba(255,255,255,.12);
    --fts-gold: #d4af37;
    --fts-max-width: 1600px;
}
html { scroll-behavior: smooth; }
body {
    background: var(--fts-black);
    color: var(--fts-white);
}
::selection { background: var(--fts-gold); color: #000; }

.fts-title {
    color: #fff !important;
    font-size: clamp(64px,8vw,145px) !important;
    font-weight: 900 !important;
    line-height: .82 !important;
    letter-spacing: -.055em !important;
    text-transform: uppercase;
    margin: 0 !important;
}
.fts-eyebrow {
    color: var(--fts-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .35em;
    text-transform: uppercase;
}
.fts-subtitle {
    color: #fff;
    font-size: clamp(14px,1.3vw,20px);
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.fts-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 34px;
    border: 1px solid rgba(255,255,255,.65);
    background: transparent;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.fts-btn:hover {
    background: #fff;
    color: #050505 !important;
    border-color: #fff;
    transform: translateY(-2px);
}
.fts-btn-gold { border-color: var(--fts-gold); color: var(--fts-gold) !important; }
.fts-btn-gold:hover { background: var(--fts-gold); color: #050505 !important; }
.fts-section-v2 {
    position: relative;
    padding: 110px 40px;
    background: var(--fts-black);
}
.fts-container {
    width: 100%;
    max-width: var(--fts-max-width);
    margin: 0 auto;
}
.fts-line {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
}

/* DARK THEME TEXT */
body, p, small, label, li, dt, dd { color: #eaeaea; }
h1,h2,h3,h4,h5,h6 { color: #fff !important; }
a { color: #fff; }
a:hover { color: #d4af37; }
.text-muted,
.text-secondary { color: #9b9b9b !important; }
.breadcrumb a,
.breadcrumb-item,
.breadcrumb-item a { color: rgba(255,255,255,.65) !important; }
.breadcrumb-item.active { color: #fff !important; }
input, textarea, select { color: #111 !important; background: #fff; }
.bg-white,
.card.bg-white,
.fts-policy-card { color: #111; }
.bg-white h1,.bg-white h2,.bg-white h3,.bg-white h4,.bg-white h5,.bg-white h6,
.bg-white p,.bg-white a,
.fts-policy-card h1,.fts-policy-card h2,.fts-policy-card h3,
.fts-policy-card p,.fts-policy-card li { color: #111 !important; }

/* HEADER V2 */
header,
.header,
.tf-header {
    background: rgba(5,5,5,.96) !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    box-shadow: none !important;
}
.header-left,.header-center,.header-right {
    display: flex;
    align-items: center;
}
.box-nav-menu {
    display: flex;
    align-items: center;
    gap: 34px;
}
.box-nav-menu .menu-item { position: relative; }
.box-nav-menu .item-link {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase;
    padding: 30px 0 !important;
    transition: color .25s ease;
}
.box-nav-menu .item-link .cus-text { color: inherit !important; }
.box-nav-menu .item-link:hover { color: #d4af37 !important; }
.box-nav-menu .item-link::after { display: none !important; content: none !important; }
.box-nav-menu .icon-CaretDown {
    color: currentColor !important;
    font-size: 10px;
    margin-left: 5px;
}
.header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.logo-site {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-site img {
    max-height: 42px !important;
    width: auto !important;
    transition: transform .25s ease, filter .25s ease;
}
.logo-site:hover img {
    transform: scale(1.03);
    filter: drop-shadow(0 0 12px rgba(212,175,55,.15));
}
.header-right { gap: 18px; }
.nav-icon-list {
    display: flex;
    align-items: center;
    gap: 18px;
}
.nav-icon-item {
    color: #fff !important;
    transition: color .25s ease, transform .25s ease;
}
.nav-icon-item:hover {
    color: #d4af37 !important;
    transform: translateY(-1px);
}
.nav-icon-item i { color: inherit !important; font-size: 21px !important; }
.nav-icon-item .count {
    background: #d4af37 !important;
    color: #050505 !important;
    border: 0 !important;
    font-weight: 800 !important;
}
.header-right .tf-currencies .dropdown-toggle {
    background: transparent !important;
    color: #fff !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .08em;
}
.header-right .tf-currencies .filter-option,
.header-right .tf-currencies .filter-option-inner,
.header-right .tf-currencies .filter-option-inner-inner { color: #fff !important; }
.header-right .tf-currencies .dropdown-menu {
    background: #0b0b0b !important;
    border: 1px solid rgba(255,255,255,.12) !important;
}
.header-right .tf-currencies .dropdown-item {
    background: transparent !important;
    color: #fff !important;
}
.header-right .tf-currencies .dropdown-item:hover,
.header-right .tf-currencies .dropdown-item.active,
.header-right .tf-currencies .dropdown-item.selected {
    background: rgba(255,255,255,.05) !important;
    color: #d4af37 !important;
}
.box-nav-menu .sub-menu {
    background: #0b0b0b !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    box-shadow: 0 16px 40px rgba(0,0,0,.35) !important;
    min-width: 190px;
}
.box-nav-menu .sub-menu_link {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.box-nav-menu .sub-menu_link .cus-text { color: inherit !important; }
.box-nav-menu .sub-menu_link:hover { color: #d4af37 !important; }

/* BOOTSTRAP SELECT / DIAMOND FIX */
.bootstrap-select .dropdown-menu::before,
.bootstrap-select .dropdown-menu::after,
.bootstrap-select .inner::before,
.bootstrap-select .inner::after,
.bootstrap-select .dropdown-toggle::before,
.bootstrap-select .dropdown-toggle::after {
    display: none !important;
    content: none !important;
}
.bootstrap-select .dropdown-menu {
    background: #050505 !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    box-shadow: none !important;
}
.bootstrap-select .dropdown-item {
    color: #fff !important;
    background: transparent !important;
}
.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item.selected {
    color: #d4af37 !important;
    background: rgba(255,255,255,.05) !important;
}

/* PRODUCT CARDS V2 */
.card-product_wrapper {
    background: #090909 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}
.card-product_wrapper img {
    border-radius: 0 !important;
    transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
.card-product_info { padding-top: 18px !important; }
.card-product_info .name-product,
.card-product_info .name-product a,
.card-product_info .product-title,
.card-product_info .product-title a {
    color: #fff !important;
    font-weight: 600 !important;
    letter-spacing: -.01em !important;
    line-height: 1.25 !important;
}
.card-product_info .price,
.card-product_info .price-new,
.card-product_info .price-current { color: #fff !important; font-weight: 700 !important; }
.card-product_info del,
.card-product_info .old-price,
.card-product_info .price-old,
.card-product_info .cl-text-3,
.cl-text-3,
del.cl-text-3 { color: rgba(255,255,255,.45) !important; }
.card-product_wrapper .sale,
.card-product_wrapper .badge-sale,
.card-product_wrapper .on-sale,
.card-product_wrapper .product-sale {
    background: #050505 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
}
.card-product_wrapper .tf-btn,
.card-product_wrapper .btn,
.card-product_wrapper .button,
.card-product_wrapper .btn-add-to-cart {
    background: rgba(5,5,5,.94) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 2px !important;
    min-height: 46px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}
.card-product_wrapper .tf-btn *,
.card-product_wrapper .btn *,
.card-product_wrapper .button *,
.card-product_wrapper .btn-add-to-cart * { color: inherit !important; }
.card-product_wrapper .wishlist,
.card-product_wrapper .btn-wishlist,
.card-product_wrapper .product-action-item { border-radius: 50% !important; }

/* MOBILE MENU — REAL AMERCE CLASSES */
@media (max-width: 991px) {
    .canvas-body,
    .mb-content-top,
    .canvas-footer {
        background: #050505 !important;
        color: #fff !important;
    }
    .nav-ul-mb,
    .nav-mb-item { background: #050505 !important; }
    .mb-menu-link {
        color: #fff !important;
        border-bottom: 1px solid rgba(255,255,255,.12) !important;
        font-weight: 700 !important;
        letter-spacing: .08em;
        text-transform: uppercase;
    }
    .mb-menu-link span { color: #fff !important; }
    .mb-menu-link:hover,
    .mb-menu-link:focus,
    .mb-menu-link:hover span,
    .mb-menu-link:focus span { color: #d4af37 !important; }
    .sub-nav-menu { background: #0b0b0b !important; }
    .sub-nav-link,
    .sub-nav-link .cus-text { color: rgba(255,255,255,.78) !important; }
    .sub-nav-link:hover,
    .sub-nav-link:hover .cus-text { color: #d4af37 !important; }
    .mb-menu-link .ic-custom,
    .mb-menu-link .icon { color: #fff !important; }
    .need-help-wrap {
        background: #050505 !important;
        border-top: 1px solid rgba(255,255,255,.12) !important;
    }
    .need-help-wrap .nd-title { color: #fff !important; }
    .need-help-wrap p,
    .need-help-wrap .cl-text-2,
    .need-help-wrap a { color: rgba(255,255,255,.62) !important; }
    .need-help-wrap a:hover { color: #d4af37 !important; }
    .canvas-footer {
        border-top: 1px solid rgba(255,255,255,.12) !important;
    }
    .canvas-footer > div {
        background: #050505 !important;
        border-color: rgba(255,255,255,.12) !important;
    }
    .canvas-footer .tf-currencies .dropdown-toggle {
        background: #050505 !important;
        color: #fff !important;
        border: 0 !important;
    }
    .canvas-footer .filter-option,
    .canvas-footer .filter-option-inner,
    .canvas-footer .filter-option-inner-inner { color: #fff !important; }
}

/* MOBILE BOTTOM TOOLBAR */
@media (max-width: 991px) {
    .tf-toolbar-bottom {
        background: #050505 !important;
        border-top: 1px solid rgba(255,255,255,.12) !important;
        box-shadow: 0 -8px 30px rgba(0,0,0,.45) !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .tf-toolbar-bottom a {
        color: rgba(255,255,255,.65) !important;
        font-size: 11px !important;
    }
    .tf-toolbar-bottom span,
    .tf-toolbar-bottom p,
    .tf-toolbar-bottom i { color: inherit !important; }
    .tf-toolbar-bottom svg {
        color: inherit !important;
        stroke: currentColor !important;
    }
    .tf-toolbar-bottom a:hover,
    .tf-toolbar-bottom a:focus,
    .tf-toolbar-bottom a:active { color: #fff !important; }
    .tf-toolbar-bottom .count-box,
    .tf-toolbar-bottom .count,
    .tf-toolbar-bottom .cart-count {
        background: #d4af37 !important;
        color: #050505 !important;
        border-color: #d4af37 !important;
        font-weight: 800 !important;
    }
}

/* STICKY ADD TO CART V2 */
@media (max-width: 991px) {
    .tf-sticky-atc {
        background: #050505 !important;
        border-top: 1px solid rgba(255,255,255,.12) !important;
        box-shadow: 0 -12px 35px rgba(0,0,0,.45) !important;
        padding: 10px 14px !important;
    }
    .tf-sticky-atc-infos,
    .tf-sticky-atc-actions { background: transparent !important; }
    .tf-sticky-atc-actions {
        width: 100%;
        gap: 8px !important;
    }
    .tf-sticky-atc-actions .tf-btn {
        flex: 1 1 0;
        min-height: 48px !important;
        height: 48px !important;
        border-radius: 2px !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        letter-spacing: .08em !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
    }
    .tf-sticky-atc-actions .btn-add-to-cart {
        background: #fff !important;
        color: #050505 !important;
        border: 1px solid #fff !important;
    }
    .tf-sticky-atc-actions .btn-add-to-cart *,
    .tf-sticky-atc-actions .btn-add-to-cart .text,
    .tf-sticky-atc-actions .btn-add-to-cart .price-add { color: #050505 !important; }
    .tf-sticky-atc-actions .btn-buy-now {
        background: #050505 !important;
        color: #d4af37 !important;
        border: 1px solid #d4af37 !important;
    }
    .tf-sticky-atc-actions .btn-buy-now *,
    .tf-sticky-atc-actions .btn-buy-now .text { color: #d4af37 !important; }
    .tf-sticky-atc-actions .btn-add-to-cart:active {
        background: #d4af37 !important;
        border-color: #d4af37 !important;
    }
    .tf-sticky-atc-actions .btn-buy-now:active {
        background: #d4af37 !important;
        color: #050505 !important;
    }
    .tf-sticky-atc-actions .btn-buy-now:active * { color: #050505 !important; }
}

/* RESPONSIVE */
@media (min-width: 992px) {
    .card-product_wrapper:hover img { transform: scale(1.025); }
    .card-product_wrapper .tf-btn:hover,
    .card-product_wrapper .btn:hover,
    .card-product_wrapper .button:hover,
    .card-product_wrapper .btn-add-to-cart:hover {
        background: #fff !important;
        color: #050505 !important;
        border-color: #fff !important;
    }
}
@media (max-width: 1399px) {
    .header-right { gap: 12px; }
    .nav-icon-list { gap: 14px; }
    .logo-site img { max-height: 36px !important; }
}
@media (max-width: 1199px) {
    .header-center {
        position: static;
        transform: none;
    }
    .logo-site img { max-height: 34px !important; }
}
@media (max-width: 768px) {
    .fts-about { padding: 0 16px 60px; }
    .fts-hero { margin: 20px 0 50px; }
    .fts-section {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-bottom: 65px;
    }
    .fts-philosophy .fts-image { order: 2; }
    .fts-text h2 { font-size: 36px; }
    .fts-text p { font-size: 16px; }
    .fts-values {
        grid-template-columns: 1fr;
        padding: 40px 25px;
        margin-bottom: 65px;
    }
    .fts-values div {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
        padding: 20px 0;
    }
    .fts-values div:last-child { border-bottom: 0; }
    .fts-final h2 { font-size: 34px; }
    .fts-final p { font-size: 26px; }

    .fts-policy { padding: 0 16px 60px; }
    .fts-policy-hero { padding: 65px 24px; margin: 20px 0 50px; }
    .fts-policy-grid { grid-template-columns: 1fr; gap: 22px; margin-bottom: 60px; }
    .fts-policy-card { padding: 28px 24px; min-height: auto; }
    .fts-policy-card h2 { font-size: 26px; }
    .fts-policy-final { padding: 60px 24px; }

    .fts-collection-header { padding: 55px 20px; }
    .fts-divider { width: 90px; }
    .fts-small-title { font-size: 9px; letter-spacing: .35em; }
    .fts-drop { font-size: 10px; letter-spacing: .25em; }

    .card-product_info { padding-top: 12px !important; }
    .card-product_info .name-product,
    .card-product_info .name-product a,
    .card-product_info .product-title,
    .card-product_info .product-title a {
        font-size: 16px !important;
        line-height: 1.3 !important;
    }
    .card-product_wrapper .tf-btn,
    .card-product_wrapper .btn,
    .card-product_wrapper .button,
    .card-product_wrapper .btn-add-to-cart {
        min-height: 42px !important;
        font-size: 11px !important;
    }
}
@media (max-width: 575px) {
    .fts-title {
        font-size: clamp(46px,15vw,72px) !important;
        line-height: .88 !important;
        letter-spacing: -.045em !important;
    }
    .fts-section-v2 { padding: 65px 18px; }
    .fts-btn { min-height: 52px; padding: 0 24px; font-size: 12px; }
    .fts-product-countdown { padding: 14px 12px; border-radius: 11px; }
    .fts-product-countdown__header { gap: 9px; margin-bottom: 13px; }
    .fts-product-countdown__icon { flex-basis: 36px; width: 36px; height: 36px; }
    .fts-product-countdown__title { font-size: 15px; }
    .fts-product-countdown__badge { padding: 5px 7px; font-size: 8px; }
    .fts-product-countdown .countdown__timer { gap: 5px; }
    .fts-product-countdown .countdown__item { padding: 11px 3px 9px; border-radius: 8px; }
    .fts-product-countdown .countdown__value { font-size: 22px; }
    .fts-product-countdown .countdown__label { font-size: 7px; letter-spacing: .6px; }
}
/* ==================================================
   FTHESØCIETY — PRODUCT FILTERS DARK
   ================================================== */

.bb-product-filter {
    background: #050505 !important;
    color: #fff !important;
    border-color: rgba(255,255,255,.10) !important;
}

/* FILTER TITLES */
.bb-product-filter-title {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase;
}

/* CATEGORY LIST */
.bb-product-filter-items {
    background: transparent !important;
}

.bb-product-filter-item {
    background: transparent !important;
    border-color: rgba(255,255,255,.10) !important;
}

.bb-product-filter-link {
    color: rgba(255,255,255,.72) !important;
    font-weight: 600 !important;
    transition: color .2s ease;
}

.bb-product-filter-link:hover {
    color: #d4af37 !important;
}

.bb-product-filter-link svg {
    color: currentColor !important;
    stroke: currentColor !important;
}

/* PRICE SLIDER */
.widget-price {
    color: #fff !important;
}

.price-slider,
.noUi-target {
    background: rgba(255,255,255,.12) !important;
    border: 0 !important;
    box-shadow: none !important;
}

.noUi-connect {
    background: #d4af37 !important;
}

.noUi-handle {
    background: #fff !important;
    border: 2px solid #d4af37 !important;
    box-shadow: none !important;
}

.noUi-handle::before,
.noUi-handle::after {
    display: none !important;
}

/* PRICE BOXES */
.price-box .box-wrap,
.price-val_wrap {
    background: #0b0b0b !important;
    border-color: rgba(255,255,255,.12) !important;
}

.price-val_wrap span,
.price-val_wrap .cl-text-2 {
    color: rgba(255,255,255,.55) !important;
}

.price-val {
    color: #fff !important;
    font-weight: 700 !important;
}

/* ON SALE */
.filter-group-check {
    background: transparent !important;
}

.filter-group-check .label,
.filter-group-check .label span {
    color: rgba(255,255,255,.72) !important;
}

.tf-check {
    background: #0b0b0b !important;
    border-color: rgba(255,255,255,.35) !important;
}

.tf-check:checked {
    background: #d4af37 !important;
    border-color: #d4af37 !important;
}

/* MOBILE FILTER DRAWER */
@media (max-width: 991px) {

    .bb-product-filter {
        background: #050505 !important;
    }

    .bb-product-filter-content {
        background: #050505 !important;
    }

    .bb-product-filter-title {
        border-bottom: 1px solid rgba(255,255,255,.10) !important;
        padding-bottom: 12px;
    }
}
/* ==================================================
   FTHESØCIETY — SHOP TOOLBAR DARK
   ================================================== */

/* cały toolbar */
.tf-shop-control,
.tf-control-layout,
.tf-control-sorting,
.tf-control-per-page {
    background: transparent !important;
    color: #fff !important;
}

/* SHOW FILTERS */
.tf-btn-filter {
    background: #0a0a0a !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 2px !important;
    min-height: 48px;
    font-weight: 700 !important;
}

.tf-btn-filter .text,
.tf-btn-filter .icon {
    color: #fff !important;
}

.tf-btn-filter:hover {
    background: #fff !important;
    color: #050505 !important;
}

.tf-btn-filter:hover .text,
.tf-btn-filter:hover .icon {
    color: #050505 !important;
}

/* GRID / LIST */
.tf-control-layout {
    gap: 8px !important;
}

.tf-view-layout-switch {
    background: #0a0a0a !important;
    color: rgba(255,255,255,.55) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 2px !important;
}

.tf-view-layout-switch i {
    color: inherit !important;
}

.tf-view-layout-switch.active {
    background: #fff !important;
    color: #050505 !important;
    border-color: #fff !important;
}

/* SORTING */
.tf-dropdown-sort .btn-select {
    background: #0a0a0a !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 2px !important;
}

.tf-dropdown-sort .text-sort-value,
.tf-dropdown-sort .icon {
    color: #fff !important;
}

/* sorting dropdown */
.tf-dropdown-sort .dropdown-menu {
    background: #0b0b0b !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    box-shadow: 0 16px 40px rgba(0,0,0,.4) !important;
}

.tf-dropdown-sort .select-item {
    color: rgba(255,255,255,.75) !important;
    background: transparent !important;
}

.tf-dropdown-sort .select-item .text-value-item {
    color: inherit !important;
}

.tf-dropdown-sort .select-item:hover,
.tf-dropdown-sort .select-item.active {
    color: #d4af37 !important;
    background: rgba(255,255,255,.05) !important;
}

/* PER PAGE */
.tf-control-per-page .form-select {
    background-color: #0a0a0a !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 2px !important;
    min-height: 48px;
}

/* native select dropdown hint */
.tf-control-per-page .form-select option {
    background: #0b0b0b;
    color: #fff;
}

/* MOBILE */
@media (max-width: 991px) {

    .tf-btn-filter,
    .tf-dropdown-sort .btn-select,
    .tf-control-per-page .form-select,
    .tf-view-layout-switch {
        min-height: 46px !important;
    }

    .tf-btn-filter {
        padding: 0 18px !important;
    }

    .tf-control-layout {
        margin-left: auto;
    }

    .tf-control-sorting,
    .tf-control-per-page {
        width: 100%;
    }

    .tf-dropdown-sort .btn-select,
    .tf-control-per-page .form-select {
        width: 100%;
    }
}
/* ==================================================
   FTHESØCIETY — PRODUCT DESCRIPTION / TABS
   ================================================== */

#productDetailsTabsContent {
    background: #050505 !important;
    color: #fff !important;
    border-color: rgba(255,255,255,.10) !important;
}

#productDetailsTabsContent .tab-pane,
#productDetailsTabsContent .ck-content,
#productDetailsTabsContent .product-description {
    background: transparent !important;
    color: rgba(255,255,255,.68) !important;
}

/* zwykły tekst */
.product-description,
.product-description div,
.product-description p {
    color: rgba(255,255,255,.68) !important;
    font-size: 15px;
    line-height: 1.75;
}

/* nagłówki typu Product Details / Technique */
.product-description strong {
    color: #fff !important;
    font-weight: 800 !important;
    letter-spacing: .02em;
}

/* odstępy między blokami */
.product-description .mb-4 {
    margin-bottom: 22px !important;
}

/* pierwszy tekst */
.product-description > div:first-child {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}

/* FTHESOCIETY® na końcu */
.product-description > div:last-child {
    color: #d4af37 !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    margin-top: 30px;
}

/* mobile */
@media (max-width: 767px) {

    #productDetailsTabsContent {
        padding-top: 5px;
    }

    .product-description,
    .product-description div,
    .product-description p {
        font-size: 14px;
        line-height: 1.7;
    }

    .product-description > div:first-child {
        font-size: 17px;
    }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
    color: #ffffff !important;
}
/* ==========================================================
   FTHESØCIETY — HOMEPAGE V3
   Designed for the rendered /test markup in Amerce/Botble
   ========================================================== */

:root {
    --fts-home-black: #050505;
    --fts-home-soft: #0a0a0a;
    --fts-home-panel: #0d0d0d;
    --fts-home-white: #ffffff;
    --fts-home-muted: rgba(255,255,255,.62);
    --fts-home-faint: rgba(255,255,255,.38);
    --fts-home-border: rgba(255,255,255,.11);
    --fts-home-gold: #d4af37;
}

/* -------------------------
   HOMEPAGE BASE / SPACING
   ------------------------- */

.fts-home-drop,
.fts-home-manifesto,
.fts-standard-section {
    background: var(--fts-home-black);
    color: var(--fts-home-white);
}

.fts-home-drop {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}

.fts-home-drop::before {
    content: "";
    position: absolute;
    top: -280px;
    left: 50%;
    width: 900px;
    height: 620px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(212,175,55,.075), transparent 68%);
    pointer-events: none;
}

/* -------------------------
   SITE FEATURES / BENEFITS
   ------------------------- */

.site-features-style-flat-swiper {
    background: #070707 !important;
    border-top: 1px solid var(--fts-home-border);
    border-bottom: 1px solid var(--fts-home-border);
}

.site-features-style-flat-swiper > .flat-spacing {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
}

.site-features-style-flat-swiper .box-icon_V01 {
    position: relative;
    height: 100%;
    padding: 18px 24px !important;
    background: transparent !important;
    border: 0 !important;
    text-align: center;
}

.site-features-style-flat-swiper .swiper-slide:not(:last-child) .box-icon_V01::after {
    content: "";
    position: absolute;
    top: 12%;
    right: -15px;
    width: 1px;
    height: 76%;
    background: rgba(255,255,255,.10);
}

.site-features-style-flat-swiper .box-icon_V01 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    margin-bottom: 13px !important;
    color: #fff !important;
}

.site-features-style-flat-swiper .box-icon_V01 .icon i {
    color: #fff !important;
    font-size: 46px !important;
    line-height: 1 !important;
    transition: color .25s ease, transform .25s ease;
}

.site-features-style-flat-swiper .box-icon_V01:hover .icon i {
    color: var(--fts-home-gold) !important;
    transform: translateY(-3px);
}

.site-features-style-flat-swiper .box-icon_V01 h5,
.site-features-style-flat-swiper .box-icon_V01 .title {
    margin: 0 0 6px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase;
}

.site-features-style-flat-swiper .box-icon_V01 p,
.site-features-style-flat-swiper .box-icon_V01 .text,
.site-features-style-flat-swiper .box-icon_V01 .desc {
    margin: 0 !important;
    color: rgba(255,255,255,.52) !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

/* -------------------------
   ORIGINAL DROP INTRO
   ------------------------- */

.fts-drop-intro {
    position: relative;
    z-index: 1;
    width: min(1500px, calc(100% - 64px));
    margin: 0 auto 58px;
    text-align: center;
}

.fts-drop-intro > p {
    margin: 0;
}

.fts-drop-eyebrow {
    display: inline-block;
    margin-bottom: 22px;
    color: var(--fts-home-gold) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .42em;
    text-transform: uppercase;
}

.fts-drop-intro h2 {
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(72px, 11vw, 180px) !important;
    font-weight: 800 !important;
    line-height: .82 !important;
    letter-spacing: -.065em !important;
    text-transform: uppercase;
}

.fts-drop-number {
    margin-top: 25px !important;
    color: rgba(255,255,255,.50) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .42em;
    text-transform: uppercase;
}

.fts-drop-line {
    width: 85px;
    height: 1px;
    margin: 30px auto;
    background: var(--fts-home-gold);
}

.fts-drop-lead {
    max-width: 650px;
    margin: 0 auto !important;
    color: rgba(255,255,255,.67) !important;
    font-size: 16px;
    line-height: 1.75;
}

/* -------------------------
   PRE-ORDER PANEL
   ------------------------- */

.fts-preorder {
    position: relative;
    z-index: 1;
    width: min(980px, calc(100% - 48px));
    margin: 0 auto 90px;
    padding: 0;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255,255,255,.025), transparent 42%),
        #0b0b0b;
    border: 1px solid rgba(212,175,55,.34);
    box-shadow: 0 26px 70px rgba(0,0,0,.22);
}

.fts-preorder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    right: 15%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--fts-home-gold), transparent);
}

.fts-preorder-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 0 24px;
    border-bottom: 1px solid rgba(255,255,255,.09);
}

.fts-preorder-label {
    color: var(--fts-home-gold) !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .20em;
    text-transform: uppercase;
}

.fts-preorder-limit {
    color: #fff !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.fts-preorder-main {
    padding: 35px 24px 12px;
    text-align: center;
}

.fts-preorder-main p {
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 600;
    line-height: 1.5;
}

.fts-preorder-main strong {
    color: #fff !important;
}

.fts-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    margin: 0 8px;
    padding: 7px 13px;
    color: var(--fts-home-gold) !important;
    border: 1px dashed rgba(212,175,55,.75);
    font-size: .83em;
    font-weight: 900 !important;
    letter-spacing: .12em;
}

.fts-preorder-description {
    max-width: 690px;
    margin: 0 auto !important;
    padding: 12px 24px 26px;
    color: rgba(255,255,255,.55) !important;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
}

.fts-preorder > p:last-child {
    margin: 0 !important;
}

.fts-preorder-tagline {
    display: block;
    padding: 16px 20px;
    background: rgba(212,175,55,.08);
    border-top: 1px solid rgba(212,175,55,.18);
    color: var(--fts-home-gold) !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .28em;
    text-align: center;
    text-transform: uppercase;
}

/* -------------------------
   ORIGINAL PRODUCTS
   ------------------------- */

.fts-home-drop > .ecommerce-products,
.fts-original-products .ecommerce-products {
    position: relative;
    z-index: 1;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    background: transparent !important;
}

.fts-home-drop .ecommerce-products > .container,
.fts-original-products .ecommerce-products > .container {
    max-width: 1500px !important;
}

.fts-home-drop .ecommerce-products__grid,
.fts-original-products .ecommerce-products__grid {
    row-gap: 44px !important;
}

/* Hide empty generic headings if Botble inserts them */
.fts-home-drop .ecommerce-products .heading-section:empty,
.fts-original-products .ecommerce-products .heading-section:empty {
    display: none !important;
}

/* -------------------------
   MANIFESTO
   ------------------------- */

.fts-home-manifesto {
    position: relative;
    display: flex;
    min-height: 620px;
    padding: 120px 40px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.fts-home-manifesto::before {
    content: "FTHESØCIETY";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgba(255,255,255,.018);
    font-size: clamp(90px, 16vw, 290px);
    font-weight: 900;
    letter-spacing: -.07em;
    white-space: nowrap;
    pointer-events: none;
}

.fts-home-manifesto > * {
    position: relative;
    z-index: 1;
}

.fts-home-manifesto > p:first-child {
    margin: 0 0 24px !important;
}

.fts-home-manifesto > p:first-child span {
    color: var(--fts-home-gold) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .42em;
    text-transform: uppercase;
}

.fts-home-manifesto h2 {
    max-width: 1200px;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(55px, 8vw, 135px) !important;
    font-weight: 850 !important;
    line-height: .91 !important;
    letter-spacing: -.055em !important;
    text-transform: uppercase;
}

.fts-home-manifesto > p:nth-of-type(2) {
    max-width: 650px;
    margin: 34px auto 0 !important;
    color: rgba(255,255,255,.58) !important;
    font-size: 15px;
    line-height: 1.75;
}

.fts-home-manifesto > p:last-child {
    margin: 38px 0 0 !important;
}

.fts-home-manifesto .fts-btn {
    min-width: 160px;
    min-height: 52px;
    border-radius: 0 !important;
    border-color: rgba(255,255,255,.55) !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 11px !important;
    letter-spacing: .16em !important;
}

.fts-home-manifesto .fts-btn:hover {
    background: #fff !important;
    color: #050505 !important;
    border-color: #fff !important;
}

/* -------------------------
   STANDARD COLLECTION
   ------------------------- */

.fts-standard-section {
    padding: 110px 0 125px;
    overflow: hidden;
}

.fts-standard-heading {
    width: min(1500px, calc(100% - 64px));
    margin: 0 auto 55px;
    text-align: center;
}

.fts-standard-heading > p:first-child {
    margin: 0 0 18px !important;
}

.fts-standard-heading > p:first-child span {
    color: var(--fts-home-gold) !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .38em;
    text-transform: uppercase;
}

.fts-standard-heading h2 {
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(45px, 6vw, 92px) !important;
    font-weight: 800 !important;
    line-height: .95 !important;
    letter-spacing: -.045em !important;
    text-transform: uppercase;
}

.fts-standard-heading > p:last-child {
    margin: 18px 0 0 !important;
    color: rgba(255,255,255,.48) !important;
    font-size: 13px;
    letter-spacing: .06em;
}

/* In case the ecommerce shortcode is restored inside the section */
.fts-standard-section .ecommerce-products {
    background: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.fts-standard-section .ecommerce-products > .container {
    max-width: 1500px !important;
}

/* -------------------------
   PRODUCT CARDS ON HOMEPAGE
   ------------------------- */

.fts-home-drop .card-product,
.fts-standard-section .card-product {
    background: transparent !important;
}

.fts-home-drop .card-product_wrapper,
.fts-standard-section .card-product_wrapper {
    background: #0a0a0a !important;
    border: 1px solid rgba(255,255,255,.055);
}

.fts-home-drop .card-product_info,
.fts-standard-section .card-product_info {
    padding-top: 16px !important;
}

.fts-home-drop .card-product_info a,
.fts-standard-section .card-product_info a {
    color: #fff !important;
}

.fts-home-drop .card-product_info a:hover,
.fts-standard-section .card-product_info a:hover {
    color: var(--fts-home-gold) !important;
}

/* -------------------------
   TABLET
   ------------------------- */

@media (max-width: 1199px) {
    .fts-home-drop {
        padding-top: 95px;
    }

    .site-features-style-flat-swiper .box-icon_V01 .icon i {
        font-size: 40px !important;
    }

    .fts-home-manifesto {
        min-height: 540px;
        padding: 100px 30px;
    }
}

/* -------------------------
   MOBILE
   ------------------------- */

@media (max-width: 767px) {
    .site-features-style-flat-swiper > .flat-spacing {
        padding-top: 27px !important;
        padding-bottom: 27px !important;
    }

    .site-features-style-flat-swiper .box-icon_V01 {
        padding: 14px 10px !important;
    }

    .site-features-style-flat-swiper .swiper-slide .box-icon_V01::after {
        display: none;
    }

    .site-features-style-flat-swiper .box-icon_V01 .icon {
        min-height: 54px;
        margin-bottom: 8px !important;
    }

    .site-features-style-flat-swiper .box-icon_V01 .icon i {
        font-size: 34px !important;
    }

    .site-features-style-flat-swiper .box-icon_V01 h5,
    .site-features-style-flat-swiper .box-icon_V01 .title {
        font-size: 11px !important;
    }

    .site-features-style-flat-swiper .box-icon_V01 p,
    .site-features-style-flat-swiper .box-icon_V01 .text,
    .site-features-style-flat-swiper .box-icon_V01 .desc {
        font-size: 10px !important;
    }

    .fts-home-drop {
        padding: 78px 0 55px;
    }

    .fts-home-drop::before {
        top: -170px;
        width: 560px;
        height: 420px;
    }

    .fts-drop-intro {
        width: calc(100% - 32px);
        margin-bottom: 42px;
    }

    .fts-drop-eyebrow {
        margin-bottom: 16px;
        font-size: 9px;
        letter-spacing: .28em;
    }

    .fts-drop-intro h2 {
        font-size: clamp(54px, 17vw, 82px) !important;
        line-height: .9 !important;
        letter-spacing: -.045em !important;
        white-space: nowrap;
        max-width: 100%;
    }

    .fts-drop-number {
        margin-top: 20px !important;
        font-size: 9px;
        letter-spacing: .30em;
    }

    .fts-drop-line {
        width: 55px;
        margin: 23px auto;
    }

    .fts-drop-lead {
        max-width: 330px;
        font-size: 13px;
        line-height: 1.7;
    }

    .fts-preorder {
        width: calc(100% - 28px);
        margin-bottom: 40px !important;
    }

    .fts-preorder-top {
        min-height: auto;
        padding: 13px 15px;
        gap: 8px;
    }

    .fts-preorder-label,
    .fts-preorder-limit {
        font-size: 8px;
        letter-spacing: .10em;
    }

    .fts-preorder-main {
        padding: 26px 14px 9px;
    }

    .fts-preorder-main p {
        font-size: 16px;
    }

    .fts-code {
        min-width: 66px;
        margin: 0 4px;
        padding: 5px 8px;
    }

    .fts-preorder-description {
        padding: 10px 18px 23px;
        font-size: 11px;
        line-height: 1.7;
    }

    .fts-preorder-tagline {
        padding: 14px 10px;
        font-size: 8px;
        letter-spacing: .19em;
    }

    .fts-home-manifesto {
        min-height: 470px;
        padding: 80px 18px;
    }

    .fts-home-manifesto::before {
        font-size: 37vw;
        transform: translate(-50%,-50%) rotate(-90deg);
    }

    .fts-home-manifesto > p:first-child {
        margin-bottom: 19px !important;
    }

    .fts-home-manifesto > p:first-child span {
        font-size: 9px;
        letter-spacing: .30em;
    }

    .fts-home-manifesto h2 {
        font-size: clamp(47px, 15vw, 72px) !important;
        line-height: .92 !important;
    }

    .fts-home-manifesto > p:nth-of-type(2) {
        max-width: 340px;
        margin-top: 25px !important;
        font-size: 12px;
        line-height: 1.7;
    }

    .fts-home-manifesto > p:last-child {
        margin-top: 28px !important;
    }

    .fts-home-manifesto .fts-btn {
        min-height: 48px;
        padding: 0 24px;
    }

    .fts-standard-section {
        padding: 78px 0 90px;
    }

    .fts-standard-heading {
        width: calc(100% - 32px);
        margin-bottom: 38px;
    }

    .fts-standard-heading > p:first-child span {
        font-size: 9px;
        letter-spacing: .28em;
    }

    .fts-standard-heading h2 {
        font-size: clamp(39px, 12vw, 60px) !important;
    }

    .fts-standard-heading > p:last-child {
        margin-top: 13px !important;
        font-size: 11px;
    }
}


    /* ORIGINAL PRODUCTS — 2 columns on mobile */
    .fts-original-products {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .fts-original-products .ecommerce-products__grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px 12px !important;
    }

    .fts-original-products .ecommerce-products__grid > * {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .fts-original-products .card-product_wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    .fts-original-products .card-product_wrapper img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .fts-original-products .card-product_info {
        padding-top: 12px !important;
    }

    .fts-original-products .card-product_info a {
        font-size: 15px !important;
        line-height: 1.35 !important;
    }

    .fts-original-products .card-product .tf-btn,
    .fts-original-products .card-product .btn,
    .fts-original-products .card-product [class*="select"] {
        font-size: 10px !important;
        letter-spacing: .08em !important;
    }

/* Very small phones */
@media (max-width: 380px) {
    .fts-preorder-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .fts-drop-intro h2 {
        font-size: 50px !important;
    }
}


/* ==========================================================
   HOME V3.2 — AMERCE RENDERED PRODUCT GRID MOBILE FIX
   Botble renders ecommerce-products directly inside .fts-home-drop,
   so these selectors intentionally do not depend on .fts-original-products.
   ========================================================== */

@media (max-width: 767px) {

    /* Keep the rendered product section inside the viewport */
    .fts-home-drop > .ecommerce-products,
    .fts-home-drop .ecommerce-products--style-grid {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        overflow: hidden !important;
    }

    .fts-home-drop > .ecommerce-products > .container,
    .fts-home-drop .ecommerce-products--style-grid > .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Force exactly two cards per row */
    .fts-home-drop .ecommerce-products__grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 10px !important;
        row-gap: 28px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .fts-home-drop .ecommerce-products__grid > * {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .fts-home-drop .card-product {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    .fts-home-drop .card-product_wrapper {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        aspect-ratio: 0.78 / 1 !important;
        overflow: hidden !important;
        background: #090909 !important;
    }

    .fts-home-drop .card-product_wrapper > a,
    .fts-home-drop .card-product_wrapper .product-img,
    .fts-home-drop .card-product_wrapper .img-product {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .fts-home-drop .card-product_wrapper img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
        transform: none !important;
    }

    /* Action button must never escape the card */
    .fts-home-drop .card-product_wrapper .tf-btn,
    .fts-home-drop .card-product_wrapper .btn,
    .fts-home-drop .card-product_wrapper .button,
    .fts-home-drop .card-product_wrapper .btn-add-to-cart {
        left: 8px !important;
        right: 8px !important;
        width: calc(100% - 16px) !important;
        max-width: calc(100% - 16px) !important;
        min-width: 0 !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        min-height: 38px !important;
        height: 38px !important;
        font-size: 9px !important;
        letter-spacing: .06em !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .fts-home-drop .card-product_info {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding-top: 10px !important;
    }

    .fts-home-drop .card-product_info .name-product,
    .fts-home-drop .card-product_info .name-product a,
    .fts-home-drop .card-product_info .product-title,
    .fts-home-drop .card-product_info .product-title a,
    .fts-home-drop .card-product_info > a {
        display: block !important;
        max-width: 100% !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        overflow-wrap: anywhere !important;
    }

    .fts-home-drop .card-product_info .price,
    .fts-home-drop .card-product_info del,
    .fts-home-drop .card-product_info .cl-text-3 {
        font-size: 12px !important;
    }
}

@media (max-width: 380px) {
    .fts-home-drop > .ecommerce-products,
    .fts-home-drop .ecommerce-products--style-grid {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .fts-home-drop .ecommerce-products__grid {
        column-gap: 8px !important;
    }

    .fts-home-drop .card-product_info .name-product,
    .fts-home-drop .card-product_info .name-product a,
    .fts-home-drop .card-product_info .product-title,
    .fts-home-drop .card-product_info .product-title a,
    .fts-home-drop .card-product_info > a {
        font-size: 13px !important;
    }
}
/* CURRENT PRODUCT PRICE */
.card-product .price-new.text-primary,
.card-product .price-new {
    color: #ffffff !important;
}

/* OLD PRODUCT PRICE */
.card-product del,
.card-product .price-old {
    color: #666666 !important;
}
/* ==========================================================
   FTHESØCIETY — ORDER TRACKING V2 MINIMAL
   ========================================================== */

.fts-track-result {
    --track-panel: #0b0b0b;
    --track-white: #fff;
    --track-muted: rgba(255,255,255,.58);
    --track-border: rgba(255,255,255,.10);
    --track-gold: #d4af37;
    --track-danger: #d45353;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    color: var(--track-white);
}

.fts-track-result__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

.fts-track-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--track-gold) !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.fts-track-result__top h2 {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-size: clamp(32px,4vw,58px) !important;
    font-weight: 800 !important;
    letter-spacing: -.035em !important;
}

.fts-track-result__top p {
    margin: 0 !important;
    color: var(--track-muted) !important;
}

.fts-track-current {
    min-width: 190px;
    padding: 14px 18px;
    border-left: 2px solid var(--track-gold);
    background: rgba(212,175,55,.06);
}

.fts-track-current span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255,255,255,.45) !important;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
}

.fts-track-current strong {
    color: #fff !important;
    font-size: 13px;
    letter-spacing: .08em;
}

.fts-track-exception {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    color: #fff;
    background: rgba(212,83,83,.10);
    border: 1px solid rgba(212,83,83,.45);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

/* PROGRESS */

.fts-track-progress {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin: 0 0 32px;
    padding: 34px 24px 28px;
    background: var(--track-panel);
    border: 1px solid var(--track-border);
}

.fts-track-progress::before,
.fts-track-progress::after {
    content: "";
    position: absolute;
    top: 64px;
    left: 10%;
    right: 10%;
    height: 2px;
}

.fts-track-progress::before {
    background: rgba(255,255,255,.12);
}

.fts-track-progress::after {
    right: auto;
    width: calc((min(var(--fts-current-stage),5) - 1) * 20%);
    background: var(--track-gold);
    box-shadow: 0 0 12px rgba(212,175,55,.26);
}

.fts-track-step {
    position: relative;
    z-index: 2;
    text-align: center;
}

.fts-track-step__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin: 0 auto 17px;
    color: rgba(255,255,255,.34);
    background: #101010;
    border: 2px solid rgba(255,255,255,.18);
    border-radius: 50%;
    font-size: 20px;
}

.fts-track-step.is-done .fts-track-step__circle {
    color: #050505;
    background: var(--track-gold);
    border-color: var(--track-gold);
}

.fts-track-step.is-current .fts-track-step__circle {
    box-shadow: 0 0 0 7px rgba(212,175,55,.08),0 0 25px rgba(212,175,55,.18);
}

.fts-track-step__copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.fts-track-step__copy > span {
    color: rgba(255,255,255,.30) !important;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
}

.fts-track-step__copy strong {
    color: rgba(255,255,255,.48) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.fts-track-step.is-done .fts-track-step__copy strong {
    color: #fff !important;
}

.fts-track-step__copy small {
    color: rgba(255,255,255,.34) !important;
    font-size: 10px;
}

/* SUMMARY */

.fts-track-summary {
    padding: 30px;
    background: var(--track-panel);
    border: 1px solid var(--track-border);
}

.fts-track-summary__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--track-border);
}

.fts-track-summary__head h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.fts-track-summary__grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 0;
    margin-top: 24px;
}

.fts-track-summary__item {
    min-width: 0;
    padding: 6px 24px;
    border-right: 1px solid rgba(255,255,255,.08);
}

.fts-track-summary__item:first-child {
    padding-left: 0;
}

.fts-track-summary__item:last-child {
    border-right: 0;
}

.fts-track-summary__item span {
    display: block;
    margin-bottom: 7px;
    color: var(--track-muted) !important;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fts-track-summary__item strong {
    display: block;
    color: #fff !important;
    font-size: 13px;
    overflow-wrap: anywhere;
}

.fts-track-number {
    color: var(--track-gold) !important;
    letter-spacing: .05em;
}

.fts-track-carrier-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 190px;
    min-height: 47px;
    padding: 0 20px;
    color: #050505 !important;
    background: var(--track-gold);
    border: 1px solid var(--track-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-decoration: none !important;
}

/* SUPPORT */

.fts-track-support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 24px;
    padding: 30px;
    background: radial-gradient(circle at right,rgba(212,175,55,.08),transparent 42%),var(--track-panel);
    border: 1px solid var(--track-border);
}

.fts-track-support h3 {
    margin: 0 0 5px !important;
    color: #fff !important;
    font-size: 21px !important;
}

.fts-track-support p {
    margin: 0 !important;
    color: var(--track-muted) !important;
}

.fts-track-support__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 49px;
    color: #fff !important;
    background: transparent;
    border: 1px solid rgba(255,255,255,.55);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-decoration: none !important;
}

/* NOT FOUND */

.fts-track-not-found {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 900px;
    margin: 30px auto;
    padding: 20px 22px;
    color: #fff;
    background: rgba(212,83,83,.08);
    border: 1px solid rgba(212,83,83,.38);
}

.fts-track-not-found i {
    color: var(--track-danger);
    font-size: 20px;
}

.fts-track-not-found > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.fts-track-not-found strong {
    color: #fff !important;
}

.fts-track-not-found span {
    color: var(--track-muted) !important;
}

/* TABLET / MOBILE */

@media (max-width: 991px) {
    .fts-track-summary__grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .fts-track-summary__item {
        padding: 14px 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .fts-track-summary__item:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .fts-track-summary__item:first-child {
        padding-left: 18px;
    }

    .fts-track-progress {
        display: flex;
        padding: 25px 22px;
        flex-direction: column;
    }

    .fts-track-progress::before,
    .fts-track-progress::after {
        top: 50px;
        bottom: 50px;
        left: 52px;
        right: auto;
        width: 2px;
        height: auto;
    }

    .fts-track-progress::after {
        height: calc((min(var(--fts-current-stage),5) - 1) * 25%);
        max-height: calc(100% - 100px);
    }

    .fts-track-step {
        display: grid;
        grid-template-columns: 60px 1fr;
        min-height: 105px;
        align-items: start;
        text-align: left;
    }

    .fts-track-step:last-child {
        min-height: 60px;
    }

    .fts-track-step__circle {
        width: 52px;
        height: 52px;
        margin: 0;
        font-size: 17px;
    }

    .fts-track-step__copy {
        padding: 7px 0 0 18px;
    }
}

@media (max-width: 767px) {
    .fts-track-result__top {
        align-items: stretch;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .fts-track-current,
    .fts-track-exception {
        width: 100%;
    }

    .fts-track-summary,
    .fts-track-support {
        padding: 20px;
    }

    .fts-track-summary__head,
    .fts-track-support {
        align-items: stretch;
        flex-direction: column;
    }

    .fts-track-summary__grid {
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .fts-track-summary__item,
    .fts-track-summary__item:first-child {
        padding: 13px 0;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .fts-track-summary__item:last-child {
        border-bottom: 0;
    }

    .fts-track-carrier-btn,
    .fts-track-support__btn {
        width: 100%;
    }
}
/* ==========================================================
   FTHESØCIETY — CUSTOMER AREA V1
   Master + Overview
   ========================================================== */

.bb-customer-page {
    --fts-customer-bg: #050505;
    --fts-customer-panel: #0b0b0b;
    --fts-customer-panel-2: #101010;
    --fts-customer-white: #ffffff;
    --fts-customer-muted: rgba(255,255,255,.55);
    --fts-customer-border: rgba(255,255,255,.10);
    --fts-customer-gold: #d4af37;

    background: var(--fts-customer-bg) !important;
    color: #fff !important;
    min-height: 70vh;
}

/* MAIN CONTAINER */
.bb-customer-page .container {
    max-width: 1500px !important;
}

.bb-customer-page .customer-body {
    background: #050505 !important;
}

/* ==========================================================
   DESKTOP SIDEBAR
   ========================================================== */

.bb-customer-sidebar-wrapper,
.bb-customer-sidebar {
    background: #090909 !important;
    color: #fff !important;
}

.bb-customer-sidebar-wrapper {
    border-right: 1px solid var(--fts-customer-border);
}

.bb-customer-sidebar-heading {
    background: #090909 !important;
    border-bottom: 1px solid var(--fts-customer-border);
}

/* AVATAR */
.bb-customer-sidebar-heading .wrapper-image img {
    border-color: rgba(212,175,55,.45) !important;
    box-shadow: none !important;
}

.bb-customer-sidebar-heading .name {
    color: #fff !important;
}

.bb-customer-sidebar-heading .email {
    color: rgba(255,255,255,.45) !important;
}

/* green online dot -> gold */
.bb-customer-sidebar-heading .bg-success {
    background: #d4af37 !important;
    border-color: #090909 !important;
}

/* NAV */
.bb-customer-navigation {
    background: #090909 !important;
}

.bb-customer-navigation .nav-link {
    position: relative;
    color: rgba(255,255,255,.62) !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 2px !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .06em;
    text-transform: uppercase;

    transition:
        color .2s ease,
        background .2s ease,
        border-color .2s ease;
}

.bb-customer-navigation .nav-link .nav-icon {
    color: currentColor !important;
}

.bb-customer-navigation .nav-link:hover {
    color: #fff !important;
    background: rgba(255,255,255,.035) !important;
    border-color: rgba(255,255,255,.08) !important;
}

.bb-customer-navigation .nav-link.active {
    color: #d4af37 !important;
    background: rgba(212,175,55,.07) !important;
    border-color: rgba(212,175,55,.25) !important;
}

.bb-customer-navigation .nav-link.active::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: -1px;
    width: 2px;
    background: #d4af37;
}

/* ==========================================================
   MAIN CONTENT
   ========================================================== */

.bb-profile-content {
    min-height: 100%;
    background: #050505 !important;
}

.bb-profile-header {
    padding: 34px 36px !important;
    background: #050505 !important;
    border-bottom: 1px solid var(--fts-customer-border) !important;
}

.bb-profile-header-title {
    color: #fff !important;
    font-size: clamp(26px,3vw,38px) !important;
    font-weight: 800 !important;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.bb-profile-main {
    padding: 36px !important;
    background: #050505 !important;
}

/* ==========================================================
   OVERVIEW — WELCOME
   ========================================================== */

.bb-customer-profile-wrapper,
.bb-customer-profile {
    background: #0b0b0b !important;
    color: #fff !important;
}

.bb-customer-profile-wrapper {
    margin-bottom: 28px !important;
    border: 1px solid var(--fts-customer-border) !important;
}

.bb-customer-profile {
    padding: 28px !important;
}

.bb-customer-profile-avatar {
    background: #111 !important;
}

.bb-customer-profile-avatar-img {
    border: 1px solid rgba(212,175,55,.28);
}

.bb-customer-profile-avatar-overlay {
    background: rgba(5,5,5,.75) !important;
}

.bb-customer-profile-info h2 {
    color: #fff !important;
    font-weight: 800 !important;
}

.bb-customer-profile-info p,
.bb-customer-profile-info .text-muted {
    color: rgba(255,255,255,.48) !important;
}

/* ==========================================================
   OVERVIEW CARDS
   Kill Bootstrap primary/success/warning/info colors
   ========================================================== */

.bb-profile-main .card {
    background: #0b0b0b !important;
    color: #fff !important;

    border: 1px solid var(--fts-customer-border) !important;
    border-radius: 2px !important;

    box-shadow: none !important;

    transition:
        transform .22s ease,
        border-color .22s ease,
        background .22s ease;
}

.bb-profile-main .card:hover {
    transform: translateY(-3px);
    background: #0e0e0e !important;
    border-color: rgba(212,175,55,.28) !important;
}

/* overwrite every bootstrap pastel background */
.bb-profile-main .bg-primary,
.bb-profile-main .bg-success,
.bb-profile-main .bg-warning,
.bb-profile-main .bg-info,
.bb-profile-main .bg-primary.bg-opacity-10,
.bb-profile-main .bg-success.bg-opacity-10,
.bb-profile-main .bg-warning.bg-opacity-10,
.bb-profile-main .bg-info.bg-opacity-10 {
    background: #0b0b0b !important;
}

/* ICON CIRCLES */
.bb-profile-main .card-body > .rounded-circle,
.bb-profile-main .card-body .bg-primary.rounded-circle,
.bb-profile-main .card-body .bg-success.rounded-circle,
.bb-profile-main .card-body .bg-warning.rounded-circle,
.bb-profile-main .card-body .bg-info.rounded-circle {
    background: rgba(212,175,55,.08) !important;

    border: 1px solid rgba(212,175,55,.32) !important;

    color: #d4af37 !important;
}

.bb-profile-main .card-body .rounded-circle svg,
.bb-profile-main .card-body .rounded-circle i {
    color: #d4af37 !important;
}

/* CARD TEXT */
.bb-profile-main .card-title,
.bb-profile-main .card-title.h6,
.bb-profile-main .card h5,
.bb-profile-main .card h6 {
    color: #fff !important;

    font-weight: 800 !important;
    letter-spacing: .03em;
}

.bb-profile-main .card-text,
.bb-profile-main .card .text-muted {
    color: rgba(255,255,255,.48) !important;
}

/* ==========================================================
   ALL CUSTOMER BUTTONS
   ========================================================== */

.bb-customer-page .btn-primary,
.bb-customer-page .btn-success,
.bb-customer-page .btn-warning,
.bb-customer-page .btn-info,
.bb-customer-page .btn-outline-info {
    background: transparent !important;

    color: #d4af37 !important;

    border: 1px solid rgba(212,175,55,.65) !important;
    border-radius: 2px !important;

    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .10em;
    text-transform: uppercase;

    box-shadow: none !important;
}

.bb-customer-page .btn-primary:hover,
.bb-customer-page .btn-success:hover,
.bb-customer-page .btn-warning:hover,
.bb-customer-page .btn-info:hover,
.bb-customer-page .btn-outline-info:hover {
    background: #d4af37 !important;
    color: #050505 !important;
    border-color: #d4af37 !important;
}

/* ==========================================================
   FIRST ORDER PROMPT
   ========================================================== */

.bb-profile-main .bg-info.bg-opacity-10 {
    position: relative;

    background:
        radial-gradient(
            circle at right,
            rgba(212,175,55,.07),
            transparent 38%
        ),
        #0b0b0b !important;

    border: 1px solid rgba(255,255,255,.10) !important;
}

.bb-profile-main .bg-info.bg-opacity-10::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    right: 15%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(212,175,55,.7),
            transparent
        );
}

/* ==========================================================
   MOBILE HEADER
   ========================================================== */

.bb-customer-page .d-lg-none.bg-white.border-bottom.p-3 {
    background: #090909 !important;
    border-color: var(--fts-customer-border) !important;
}

.bb-customer-page .d-lg-none.bg-white .fw-semibold {
    color: #fff !important;
}

.bb-customer-page .d-lg-none.bg-white .text-muted {
    color: rgba(255,255,255,.45) !important;
}

.bb-customer-page .btn-outline-secondary {
    background: #0b0b0b !important;
    color: #fff !important;
    border-color: rgba(255,255,255,.18) !important;
}

.bb-customer-page .btn-outline-secondary:hover {
    color: #d4af37 !important;
    border-color: rgba(212,175,55,.45) !important;
}

/* ==========================================================
   MOBILE OFFCANVAS
   ========================================================== */

#customerSidebar,
#customerSidebar .offcanvas-header,
#customerSidebar .offcanvas-body {
    background: #050505 !important;
    color: #fff !important;
}

#customerSidebar .offcanvas-header {
    border-color: var(--fts-customer-border) !important;
}

#customerSidebar .offcanvas-title {
    color: #fff !important;

    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;

    text-transform: uppercase;
}

#customerSidebar .btn-close {
    filter: invert(1);
}

/* ==========================================================
   CUSTOMER FORMS — future pages
   ========================================================== */

.bb-customer-page input,
.bb-customer-page textarea,
.bb-customer-page select,
.bb-customer-page .form-control,
.bb-customer-page .form-select {
    background: #0b0b0b !important;
    color: #fff !important;

    border: 1px solid rgba(255,255,255,.15) !important;
    border-radius: 2px !important;

    box-shadow: none !important;
}

.bb-customer-page input::placeholder,
.bb-customer-page textarea::placeholder {
    color: rgba(255,255,255,.32) !important;
}

.bb-customer-page input:focus,
.bb-customer-page textarea:focus,
.bb-customer-page select:focus,
.bb-customer-page .form-control:focus,
.bb-customer-page .form-select:focus {
    border-color: rgba(212,175,55,.65) !important;

    box-shadow:
        0 0 0 2px rgba(212,175,55,.06) !important;
}

.bb-customer-page label,
.bb-customer-page .form-label {
    color: rgba(255,255,255,.72) !important;
}

/* GLOBAL TEXT */
.bb-customer-page p,
.bb-customer-page span,
.bb-customer-page small {
    border-color: var(--fts-customer-border);
}

.bb-customer-page .text-muted {
    color: rgba(255,255,255,.45) !important;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 991px) {

    .bb-customer-page .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .bb-profile-header {
        padding: 25px 18px !important;
    }

    .bb-profile-main {
        padding: 20px 15px 35px !important;
    }

    .bb-customer-profile {
        padding: 20px !important;
    }

    .bb-customer-profile-info {
        text-align: left !important;
    }
}

@media (max-width: 575px) {

    .bb-profile-header-title {
        font-size: 25px !important;
    }

    .bb-customer-profile .row {
        gap: 5px;
    }

    .bb-profile-main .card {
        margin-bottom: 0 !important;
    }

    .bb-profile-main .card-body {
        padding: 22px !important;
    }

    .bb-customer-page .btn {
        min-height: 42px;
    }
}
/* ==========================================================
   FTHESØCIETY — CUSTOMER ORDERS
   ========================================================== */

.bb-customer-content-wrapper {
    color: #fff !important;
}

.customer-list-order,
.bb-customer-card-list.order-cards {
    display: grid;
    gap: 18px;
}

/* ORDER CARD */
.bb-customer-card.order-card {
    position: relative;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.018),
            transparent 45%
        ),
        #0b0b0b !important;

    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 2px !important;

    overflow: hidden;

    box-shadow: none !important;

    transition:
        transform .22s ease,
        border-color .22s ease,
        background .22s ease;
}

.bb-customer-card.order-card:hover {
    transform: translateY(-2px);
    border-color: rgba(212,175,55,.28) !important;
    background: #0e0e0e !important;
}

/* GOLD TOP DETAIL */
.bb-customer-card.order-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(212,175,55,.75),
            transparent
        );

    opacity: .65;
}

/* HEADER */
.bb-customer-card-header {
    padding: 24px 24px 18px !important;

    background: transparent !important;

    border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.bb-customer-card-title {
    color: #fff !important;

    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: .02em;

    text-transform: uppercase;
}

/* DATE / MUTED */
.bb-customer-card-header .text-muted {
    color: rgba(255,255,255,.38) !important;
}

/* STATUS BADGE */
.bb-customer-card-status .badge {
    border-radius: 2px !important;

    padding: 6px 9px !important;

    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: .08em;

    text-transform: uppercase;
}

/* neutralize bootstrap badge colours slightly */
.bb-customer-card-status .bg-warning,
.bb-customer-card-status .text-bg-warning {
    background: rgba(212,175,55,.12) !important;
    color: #d4af37 !important;
    border: 1px solid rgba(212,175,55,.28) !important;
}

.bb-customer-card-status .bg-success,
.bb-customer-card-status .text-bg-success {
    background: rgba(70,180,110,.10) !important;
    color: #82d99f !important;
    border: 1px solid rgba(70,180,110,.24) !important;
}

.bb-customer-card-status .bg-info,
.bb-customer-card-status .text-bg-info {
    background: rgba(255,255,255,.06) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.15) !important;
}

.bb-customer-card-status .bg-danger,
.bb-customer-card-status .text-bg-danger {
    background: rgba(212,83,83,.10) !important;
    color: #e87b7b !important;
    border: 1px solid rgba(212,83,83,.26) !important;
}

/* BODY */
.bb-customer-card-body {
    padding: 22px 24px !important;

    background: transparent !important;
}

.bb-customer-card-info .info-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bb-customer-card-info .info-item .label {
    color: rgba(255,255,255,.38) !important;

    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: .12em;

    text-transform: uppercase;
}

.bb-customer-card-info .info-item .value {
    color: #fff !important;

    font-size: 14px !important;
    font-weight: 700 !important;
}

/* FOOTER */
.bb-customer-card-footer {
    display: flex;
    justify-content: flex-end;

    padding: 16px 24px 20px !important;

    background: transparent !important;

    border-top: 1px solid rgba(255,255,255,.06) !important;
}

/* VIEW DETAILS BUTTON */
.bb-customer-card-footer .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    min-height: 42px;

    padding: 0 17px !important;

    background: transparent !important;

    color: #d4af37 !important;

    border: 1px solid rgba(212,175,55,.60) !important;
    border-radius: 2px !important;

    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: .10em;

    text-transform: uppercase;
}

.bb-customer-card-footer .btn-primary svg,
.bb-customer-card-footer .btn-primary i {
    color: currentColor !important;
}

.bb-customer-card-footer .btn-primary:hover {
    background: #d4af37 !important;
    color: #050505 !important;
    border-color: #d4af37 !important;
}

/* ==========================================================
   PAGINATION
   ========================================================== */

.bb-customer-page .pagination {
    gap: 5px;
}

.bb-customer-page .page-link {
    min-width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #0b0b0b !important;

    color: rgba(255,255,255,.62) !important;

    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 2px !important;

    box-shadow: none !important;
}

.bb-customer-page .page-link:hover {
    color: #d4af37 !important;
    border-color: rgba(212,175,55,.35) !important;
}

.bb-customer-page .page-item.active .page-link {
    background: #d4af37 !important;

    color: #050505 !important;

    border-color: #d4af37 !important;
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .bb-customer-card-header {
        padding: 20px 18px 15px !important;
    }

    .bb-customer-card-body {
        padding: 18px !important;
    }

    .bb-customer-card-footer {
        padding: 14px 18px 18px !important;
    }

    .bb-customer-card-footer .btn-primary {
        width: 100%;
    }

    .bb-customer-card-info .row {
        row-gap: 18px !important;
    }

    .bb-customer-card-title {
        font-size: 15px !important;
    }
}
/* ==========================================================
   FTHESØCIETY — CUSTOMER EMPTY STATES
   ========================================================== */

.bb-customer-page .bb-empty {
    background: #0b0b0b !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 2px !important;
    color: #fff !important;
}

.bb-customer-page .bb-empty > .text-center {
    padding: 60px 24px !important;
}

/* ICON CIRCLE */
.bb-customer-page .bb-empty-img .bg-light {
    background: rgba(212,175,55,.07) !important;
    border: 1px solid rgba(212,175,55,.28) !important;
    color: #d4af37 !important;
}

.bb-customer-page .bb-empty-img svg,
.bb-customer-page .bb-empty-img i {
    color: #d4af37 !important;
    stroke: currentColor !important;
}

/* TITLE */
.bb-customer-page .bb-empty-title {
    color: #ffffff !important;
    font-weight: 800 !important;
    letter-spacing: .02em;
}

/* SUBTITLE */
.bb-customer-page .bb-empty-subtitle,
.bb-customer-page .bb-empty .text-muted {
    color: rgba(255,255,255,.48) !important;
}

/* ACTION BUTTON */
.bb-customer-page .bb-empty-action .btn-primary {
    background: transparent !important;
    color: #d4af37 !important;

    border: 1px solid rgba(212,175,55,.65) !important;
    border-radius: 2px !important;

    min-height: 44px;
    padding: 0 20px !important;

    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.bb-customer-page .bb-empty-action .btn-primary:hover {
    background: #d4af37 !important;
    color: #050505 !important;
    border-color: #d4af37 !important;
}

.bb-customer-page .bb-empty-action .btn-primary svg,
.bb-customer-page .bb-empty-action .btn-primary i {
    color: currentColor !important;
}

/* MOBILE */
@media (max-width: 575px) {
    .bb-customer-page .bb-empty > .text-center {
        padding: 42px 18px !important;
    }

    .bb-customer-page .bb-empty-action .btn-primary {
        width: 100%;
    }
}
/* ==========================================================
   FTHESØCIETY — CUSTOMER OVERVIEW MOBILE FIX
   ========================================================== */

@media (max-width: 767px) {

    .bb-customer-profile {
        padding: 22px 18px !important;
        overflow: hidden !important;
    }

    .bb-customer-profile .row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 18px !important;
        margin: 0 !important;
    }

    .bb-customer-profile .col-auto,
    .bb-customer-profile .col {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
    }

    .bb-customer-profile-avatar {
        margin: 0 auto !important;
    }

    .bb-customer-profile-info {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        overflow: hidden !important;
    }

    .bb-customer-profile-info h2 {
        font-size: 22px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        margin-bottom: 8px !important;
    }

    .bb-customer-profile-info p {
        font-size: 14px !important;
        line-height: 1.55 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        max-width: 320px !important;
        margin: 0 auto !important;
    }

    .bb-profile-main {
        overflow-x: hidden !important;
    }

    .bb-customer-page,
    .bb-customer-page .container,
    .bb-customer-page .customer-body,
    .bb-profile-content {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

}
/* =========================================================
   FTHESØCIETY — ACCOUNT SETTINGS FIX
   ========================================================= */

.bb-customer-page .account-settings-cards,
.bb-customer-page .account-settings-cards .bb-customer-card,
.bb-customer-page .account-settings-cards .bb-customer-card-header,
.bb-customer-page .account-settings-cards .bb-customer-card-body,
.bb-customer-page .account-settings-cards form,
.bb-customer-page .account-settings-cards form > div {
    background: #0d0d0d !important;
    background-color: #0d0d0d !important;
}

/* KARTY */
.bb-customer-page .account-settings-cards .bb-customer-card {
    border: 1px solid #262626 !important;
    border-radius: 16px !important;
    overflow: hidden;
    margin-bottom: 24px;
}

/* HEADER KARTY */
.bb-customer-page .account-settings-cards .bb-customer-card-header {
    border-bottom: 1px solid #262626 !important;
    padding: 22px 24px !important;
}

/* BODY */
.bb-customer-page .account-settings-cards .bb-customer-card-body {
    padding: 24px !important;
}

/* TYTUŁY */
.bb-customer-page .account-settings-cards h1,
.bb-customer-page .account-settings-cards h2,
.bb-customer-page .account-settings-cards h3,
.bb-customer-page .account-settings-cards h4,
.bb-customer-page .account-settings-cards h5,
.bb-customer-page .account-settings-cards h6,
.bb-customer-page .account-settings-cards .form-label {
    color: #fff !important;
}

/* OPISY */
.bb-customer-page .account-settings-cards .text-muted {
    color: #888 !important;
}

/* INPUTY */
.bb-customer-page .account-settings-cards .form-control,
.bb-customer-page .account-settings-cards input,
.bb-customer-page .account-settings-cards textarea,
.bb-customer-page .account-settings-cards select {
    background: #151515 !important;
    background-color: #151515 !important;
    border: 1px solid #303030 !important;
    color: #fff !important;
    box-shadow: none !important;
}

/* DISABLED EMAIL */
.bb-customer-page .account-settings-cards .form-control:disabled,
.bb-customer-page .account-settings-cards input:disabled {
    background: #101010 !important;
    background-color: #101010 !important;
    color: #777 !important;
    opacity: 1 !important;
}

/* FOCUS */
.bb-customer-page .account-settings-cards .form-control:focus,
.bb-customer-page .account-settings-cards input:focus,
.bb-customer-page .account-settings-cards textarea:focus,
.bb-customer-page .account-settings-cards select:focus {
    background: #181818 !important;
    border-color: #d4af37 !important;
    color: #fff !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, .10) !important;
}

/* PLACEHOLDER */
.bb-customer-page .account-settings-cards input::placeholder,
.bb-customer-page .account-settings-cards textarea::placeholder {
    color: #666 !important;
}

/* TELEPHONE INPUT */
.bb-customer-page .account-settings-cards .iti,
.bb-customer-page .account-settings-cards .iti__tel-input,
.bb-customer-page .account-settings-cards .iti__selected-country,
.bb-customer-page .account-settings-cards .iti__country-container {
    background-color: #151515 !important;
    color: #fff !important;
}

/* BUTTON PRIMARY */
.bb-customer-page .account-settings-cards .btn-primary {
    background: #d4af37 !important;
    border-color: #d4af37 !important;
    color: #050505 !important;
    font-weight: 700;
}

.bb-customer-page .account-settings-cards .btn-primary:hover {
    background: #e2c15c !important;
    border-color: #e2c15c !important;
}

/* DELETE ACCOUNT */
.bb-customer-page .delete-account-card {
    border-color: rgba(220, 53, 69, .25) !important;
}

/* ALERTS */
.bb-customer-page .account-settings-cards .alert {
    background: #151515 !important;
    border: 1px solid #303030 !important;
    color: #ccc !important;
}

/* MODAL */
.bb-customer-page .modal-content,
.bb-customer-page .modal-header,
.bb-customer-page .modal-body {
    background: #0d0d0d !important;
    color: #fff !important;
    border-color: #262626 !important;
}
/* =========================================
   FTHESØCIETY — MINI CART DARK
   ========================================= */

/* CAŁY PANEL */
#shoppingCart,
#shoppingCart.offcanvas,
#shoppingCart .canvas-wrapper,
#shoppingCart .wrap,
#shoppingCart .popup-header,
#shoppingCart .tf-mini-cart-wrap,
#shoppingCart .tf-mini-cart-main,
#shoppingCart .tf-mini-cart-sroll,
#shoppingCart .tf-mini-cart-items,
#shoppingCart .tf-mini-cart-bottom,
#shoppingCart .tf-mini-cart-bottom-wrap {
    background: #080808 !important;
    background-color: #080808 !important;
    color: #fff !important;
}


/* ---------- HEADER ---------- */

#shoppingCart .popup-header .title {
    color: #fff !important;
}

#shoppingCart .icon-close-popup {
    color: #fff !important;
}


/* ---------- FREE SHIPPING BOX ---------- */

#shoppingCart .cart-threshold {
    background: #101010 !important;
    background-color: #101010 !important;
    border: 1px solid #252525 !important;
    border-radius: 12px !important;
}

#shoppingCart .cart-threshold .text {
    color: #aaa !important;
}

#shoppingCart .cart-threshold .text-primary {
    color: #d4af37 !important;
}


/* progress background */

#shoppingCart .tf-progress-bar,
#shoppingCart .tf-progress-ship {
    background: #292929 !important;
    background-color: #292929 !important;
}

/* progress */

#shoppingCart .tf-progress-bar .value,
#shoppingCart .tf-progress-ship .value {
    background: #d4af37 !important;
    background-color: #d4af37 !important;
}


/* ---------- PRODUCT ---------- */

#shoppingCart .tf-mini-cart-item {
    background: #0d0d0d !important;
    background-color: #0d0d0d !important;

    border: 1px solid #202020 !important;
    border-radius: 12px !important;

    padding: 14px !important;
}


/* PRODUCT IMAGE */

#shoppingCart .tf-mini-cart-image {
    background: #151515 !important;
    background-color: #151515 !important;

    border-radius: 10px !important;
    overflow: hidden !important;
}

#shoppingCart .tf-mini-cart-image img {
    background: #151515 !important;
    background-color: #151515 !important;
}


/* PRODUCT NAME */

#shoppingCart .tf-mini-cart-info .name {
    color: #fff !important;
}


/* CURRENT PRICE */

#shoppingCart .price-new,
#shoppingCart .price-new.text-primary {
    color: #d4af37 !important;
}


/* OLD PRICE */

#shoppingCart .price-old {
    color: #666 !important;
}


/* SIZE */

#shoppingCart .text-caption-01,
#shoppingCart .cl-text-2 {
    color: #777 !important;
}


/* REMOVE X */

#shoppingCart .tf-mini-cart-del,
#shoppingCart .tf-mini-cart-del i {
    color: #777 !important;
}

#shoppingCart .tf-mini-cart-del:hover,
#shoppingCart .tf-mini-cart-del:hover i {
    color: #d4af37 !important;
}


/* ---------- QUANTITY ---------- */

#shoppingCart .wg-quantity {
    background: #080808 !important;
    background-color: #080808 !important;

    border: 1px solid #333 !important;
    border-radius: 100px !important;
}

#shoppingCart .wg-quantity button,
#shoppingCart .wg-quantity .btn-quantity {
    background: transparent !important;
    background-color: transparent !important;

    color: #fff !important;
    border: 0 !important;
}

#shoppingCart .wg-quantity input,
#shoppingCart .wg-quantity .quantity-product {
    background: transparent !important;
    background-color: transparent !important;

    color: #fff !important;
    border: 0 !important;
}


/* ---------- TOTALS ---------- */

#shoppingCart .tf-mini-cart-totals,
#shoppingCart .tf-mini-cart-total-row {
    background: #080808 !important;
    background-color: #080808 !important;
}

#shoppingCart .tf-mini-cart-total-row {
    border-color: #292929 !important;
}

#shoppingCart .tf-mini-cart-total-row .label {
    color: #aaa !important;
}

#shoppingCart .tf-mini-cart-total-row .value {
    color: #fff !important;
}


/* GRAND TOTAL */

#shoppingCart .tf-mini-cart-total-row--grand .label,
#shoppingCart .tf-mini-cart-total-row--grand .value {
    color: #fff !important;
    font-weight: 800 !important;
}


/* ---------- CHECKOUT ---------- */

#shoppingCart .tf-mini-cart-view-checkout .tf-btn:not(.btn-stroke) {
    background: #d4af37 !important;
    background-color: #d4af37 !important;

    color: #050505 !important;

    border: 1px solid #d4af37 !important;
    border-radius: 100px !important;

    font-weight: 800 !important;
}


/* ---------- VIEW CART ---------- */

#shoppingCart .tf-mini-cart-view-checkout .btn-stroke {
    background: transparent !important;
    background-color: transparent !important;

    color: #d4af37 !important;

    border: 1px solid #d4af37 !important;
    border-radius: 100px !important;
}


/* ---------- HOVERS ---------- */

#shoppingCart .tf-mini-cart-view-checkout .tf-btn:not(.btn-stroke):hover {
    background: #fff !important;
    background-color: #fff !important;

    color: #050505 !important;
    border-color: #fff !important;
}

#shoppingCart .tf-mini-cart-view-checkout .btn-stroke:hover {
    background: #d4af37 !important;
    background-color: #d4af37 !important;

    color: #050505 !important;
}


/* ---------- MOBILE ---------- */

@media (max-width: 575px) {

    #shoppingCart {
        width: calc(100vw - 30px) !important;
    }

    #shoppingCart .tf-mini-cart-item {
        padding: 12px !important;
    }

}
/* =========================================
   FTS MINI CART — FIX SZEROKOŚCI
   ========================================= */

/* CAŁY wysuwany offcanvas */
#shoppingCart.offcanvas.offcanvas-end.popup-shopping-cart {
    width: 520px !important;
    max-width: 100vw !important;
    --bs-offcanvas-width: 520px !important;

    background: #080808 !important;
    border: 0 !important;
    border-left: 1px solid rgba(255,255,255,.10) !important;
    box-shadow: -20px 0 50px rgba(0,0,0,.45) !important;
}

/* jego zawartość ma zajmować dokładnie całość */
#shoppingCart .canvas-wrapper {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;

    background: #080808 !important;
}

/* usuń ewentualne wcześniejsze ograniczenia */
#shoppingCart .popup-header,
#shoppingCart .wrap,
#shoppingCart .tf-mini-cart-wrap,
#shoppingCart .tf-mini-cart-main,
#shoppingCart .tf-mini-cart-bottom {
    width: 100% !important;
    max-width: none !important;
}

/* MOBILE */
@media (max-width: 767px) {
    #shoppingCart.offcanvas.offcanvas-end.popup-shopping-cart {
        width: calc(100vw - 45px) !important;
        max-width: calc(100vw - 45px) !important;
        --bs-offcanvas-width: calc(100vw - 45px) !important;
    }
}
/* =========================================================
   FTHESØCIETY — CART / ORDER SUMMARY DARK
   ========================================================= */

/* GŁÓWNY BOX */
.box-order-summary {
    background: #080808 !important;
    color: #fff !important;
    border: 1px solid rgba(212, 175, 55, 0.25) !important;
    border-radius: 18px !important;
    padding: 28px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35) !important;
}

/* TYTUŁ */
.box-order-summary .title {
    color: #fff !important;
    font-weight: 700 !important;
}

/* SUBTOTAL / TAX / SHIPPING */
.box-order-summary p,
.box-order-summary .subtotal,
.box-order-summary .tax,
.box-order-summary .ship {
    color: #aaa !important;
}

/* KWOTY */
.box-order-summary .subtotal .total,
.box-order-summary .tax .total {
    color: #fff !important;
}

/* LINIE */
.box-order-summary .subtotal {
    padding-bottom: 18px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.box-order-summary .ship {
    padding-bottom: 18px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
}

/* SHIPPING DESCRIPTION */
.box-order-summary .text-caption-01,
.box-order-summary .cl-text-2 {
    color: #777 !important;
}

/* TOTAL */
.box-order-summary .total-order {
    color: #fff !important;
    padding-top: 4px !important;
    font-weight: 700 !important;
}

.box-order-summary .total-order .total {
    color: #d4af37 !important;
    font-weight: 800 !important;
}

/* TERMS */
.box-order-summary .check-agree,
.box-order-summary .check-agree label {
    color: #999 !important;
}

.box-order-summary .check-agree a {
    color: #d4af37 !important;
}

/* CHECKBOX */
.box-order-summary .tf-check-rounded {
    accent-color: #d4af37 !important;
}

/* CHECKOUT */
.box-order-summary #checkout-btn {
    background: #d4af37 !important;
    color: #050505 !important;
    border: 1px solid #d4af37 !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
}

.box-order-summary #checkout-btn:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #050505 !important;
}

/* CONTINUE SHOPPING */
.box-order-summary .list-ver > .link-underline {
    color: #aaa !important;
}

.box-order-summary .list-ver > .link-underline:hover {
    color: #d4af37 !important;
}

/* MOBILE */
@media (max-width: 991px) {
    .box-order-summary {
        padding: 22px 18px !important;
        border-radius: 14px !important;
    }
}
/* =========================================================
   FTHESØCIETY — CART QUANTITY FIX
   ========================================================= */

/* całe pole quantity */
.wg-quantity {
    background: #0d0d0d !important;
    border: 1px solid rgba(212, 175, 55, 0.45) !important;
    border-radius: 999px !important;
    overflow: hidden !important;
}

/* LICZBA */
.wg-quantity .quantity-product {
    background: transparent !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    border: 0 !important;
    text-align: center !important;
    font-weight: 700 !important;
}

/* MINUS + PLUS */
.wg-quantity .btn-quantity {
    background: transparent !important;
    color: #d4af37 !important;
    border: 0 !important;
    opacity: 1 !important;
}

/* IKONY */
.wg-quantity .btn-quantity i,
.wg-quantity .btn-quantity .icon {
    color: #d4af37 !important;
    opacity: 1 !important;
}

/* HOVER */
.wg-quantity .btn-quantity:hover {
    background: rgba(212, 175, 55, 0.12) !important;
    color: #ffffff !important;
}

.wg-quantity .btn-quantity:hover i {
    color: #ffffff !important;
}

/* usuwa domyślne strzałki input number w Chrome */
.wg-quantity input[type="number"]::-webkit-inner-spin-button,
.wg-quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.wg-quantity input[type="number"] {
    -moz-appearance: textfield !important;
}
/* =========================================
   FTHESØCIETY — OLD SALE PRICE FIX
   ========================================= */

.cart_price [data-bb-value="product-original-price"] {
    color: #777 !important;
    -webkit-text-fill-color: #777 !important;
    opacity: 1 !important;
    text-decoration: line-through !important;
    text-decoration-color: #777 !important;
}

/* Aktualna cena promocyjna */
.cart_price [data-bb-value="product-price"] {
    color: #d4af37 !important;
    -webkit-text-fill-color: #d4af37 !important;
    font-weight: 700 !important;
}
/* ==========================================================
   FTHESØCIETY — CHECKOUT DARK THEME
   ========================================================== */

body.checkout-page {
    background: #050505 !important;
    color: #fff !important;

    --checkout-primary-color: #d4af37;
    --checkout-primary-color-rgb: 212, 175, 55;
}

.checkout-page .checkout-content-wrap,
.checkout-page #checkout-form,
.checkout-page #main-checkout-product-info,
.checkout-page .form-checkout,
.checkout-page .checkout-order-info {
    background: #050505 !important;
    color: #fff !important;
}

/* HEADINGS */
.checkout-page h1,
.checkout-page h2,
.checkout-page h3,
.checkout-page h4,
.checkout-page h5,
.checkout-page h6,
.checkout-page .checkout-shipping-information-title,
.checkout-page .checkout-payment-title {
    color: #fff !important;
}

/* LINKS */
.checkout-page a {
    color: #d4af37;
}

.checkout-page a:hover {
    color: #e4c452;
}

/* ==========================================================
   LEFT COLUMN — SHIPPING INFORMATION
   ========================================================== */

.checkout-page .customer-address-payment-form,
.checkout-page .address-form-wrapper {
    background: transparent !important;
    color: #fff !important;
}

/* INPUTS */
.checkout-page .form-control,
.checkout-page input.form-control,
.checkout-page select.form-control,
.checkout-page textarea.form-control {
    background: #0d0d0d !important;
    background-color: #0d0d0d !important;

    color: #fff !important;
    -webkit-text-fill-color: #fff !important;

    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 6px !important;

    box-shadow: none !important;
}

/* INPUT FOCUS */
.checkout-page .form-control:focus {
    background: #111 !important;

    border-color: #d4af37 !important;

    box-shadow:
        0 0 0 3px rgba(212,175,55,.08) !important;
}

/* PLACEHOLDER */
.checkout-page .form-control::placeholder {
    color: rgba(255,255,255,.35) !important;
    -webkit-text-fill-color: rgba(255,255,255,.35) !important;
}

/* FLOATING LABELS */
.checkout-page .form-input-wrapper label {
    color: rgba(255,255,255,.50) !important;
    background: #0d0d0d !important;
}

/* ACCOUNT INFO */
.checkout-page .checkout-login-prompt p {
    color: rgba(255,255,255,.72) !important;
}

.checkout-page .checkout-login-prompt strong {
    color: #fff !important;
}

/* ==========================================================
   PHONE FIELD
   ========================================================== */

.checkout-page .iti,
.checkout-page .iti__selected-country,
.checkout-page .iti__country-container {
    background: #0d0d0d !important;
    color: #fff !important;
}

.checkout-page .iti__selected-dial-code {
    color: rgba(255,255,255,.75) !important;
}

/* ==========================================================
   SHIPPING + PAYMENT METHODS
   ========================================================== */

.checkout-page .shipping-method-wrapper,
.checkout-page .position-relative.mb-4 {
    color: #fff !important;
}

.checkout-page .list_payment_method {
    background: transparent !important;
}

.checkout-page .list_payment_method .list-group-item {
    background: #0b0b0b !important;

    color: #fff !important;

    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 6px !important;

    margin-bottom: 10px !important;
}

.checkout-page .list_payment_method label {
    color: #fff !important;
}

.checkout-page .list_payment_method .text-muted,
.checkout-page .payment_collapse_wrap .text-muted {
    color: rgba(255,255,255,.45) !important;
}

/* RADIO */
.checkout-page .magic-radio {
    accent-color: #d4af37 !important;
}

.checkout-page .magic-radio:checked + label {
    color: #d4af37 !important;
}

/* ==========================================================
   RIGHT COLUMN — ORDER SUMMARY
   ========================================================== */

.checkout-page .checkout-order-info > .bg-light,
.checkout-page .checkout-order-info .bg-light {
    background: #0b0b0b !important;
    background-color: #0b0b0b !important;

    color: #fff !important;

    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 14px !important;
}

/* PRODUCT WRAPPER */
.checkout-page .cart-item-wrapper {
    background: #0b0b0b !important;
    color: #fff !important;
}

/* PRODUCT */
.checkout-page .cart-item {
    color: #fff !important;
}

.checkout-page .cart-item p {
    color: #fff !important;
}

.checkout-page .cart-item small {
    color: rgba(255,255,255,.45) !important;
}

/* IMAGE */
.checkout-page .checkout-product-img-wrapper,
.checkout-page .item-thumb {
    background: #111 !important;
}

.checkout-page .item-thumb {
    border-color: rgba(255,255,255,.10) !important;
}

/* QUANTITY BADGE */
.checkout-page .checkout-quantity {
    background: #d4af37 !important;
    color: #050505 !important;
}

/* ==========================================================
   CHECKOUT PRODUCT QUANTITY
   ========================================================== */

.checkout-page .ec-checkout-quantity {
    background: #080808 !important;

    border: 1px solid rgba(212,175,55,.40) !important;
    border-radius: 999px !important;
}

.checkout-page .ec-checkout-quantity-control {
    background: transparent !important;
    color: #d4af37 !important;
    border: 0 !important;
}

.checkout-page .ec-checkout-quantity input {
    background: transparent !important;

    color: #fff !important;
    -webkit-text-fill-color: #fff !important;

    border: 0 !important;
}

/* ==========================================================
   PRICE SUMMARY
   ========================================================== */

.checkout-page .ec-checkout-subtotal-row p,
.checkout-page .shipping-price-text,
.checkout-page .price-text {
    color: rgba(255,255,255,.70) !important;
}

.checkout-page .ec-checkout-total-row {
    border-top: 1px solid rgba(255,255,255,.10) !important;
    padding-top: 12px;
}

.checkout-page .ec-checkout-total-row p {
    color: #fff !important;
}

.checkout-page .total-text,
.checkout-page .raw-total-text {
    color: #d4af37 !important;
    font-weight: 800 !important;
}

/* SEPARATORS */
.checkout-page hr {
    border-color: rgba(255,255,255,.12) !important;
}

/* ==========================================================
   COUPON
   ========================================================== */

.checkout-page .btn-open-coupon-form {
    color: #d4af37 !important;
}

.checkout-page .coupon-code {
    background: #0d0d0d !important;
    color: #fff !important;

    border-color: rgba(255,255,255,.15) !important;
}

.checkout-page .apply-coupon-code {
    background: #d4af37 !important;

    color: #050505 !important;

    border: 1px solid #d4af37 !important;

    padding: 0 22px !important;

    font-weight: 700 !important;
}

/* ==========================================================
   FINAL CHECKOUT BUTTON
   ========================================================== */

.checkout-page .payment-checkout-btn {
    background: #d4af37 !important;

    color: #050505 !important;

    border: 1px solid #d4af37 !important;
    border-radius: 999px !important;

    box-shadow: none !important;
}

.checkout-page .payment-checkout-btn:hover {
    background: #fff !important;
    color: #050505 !important;
    border-color: #fff !important;
}

/* BACK TO CART */
.checkout-page .back-to-cart-text {
    color: rgba(255,255,255,.65) !important;
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    body.checkout-page {
        padding: 0 !important;
    }

    .checkout-page .checkout-content-wrap {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .checkout-page .checkout-order-info {
        margin-top: 20px !important;
    }

    .checkout-page .checkout-order-info > .bg-light {
        border-radius: 10px !important;
    }

    .checkout-page .payment-checkout-btn {
        width: 100% !important;
    }
}