html {
    max-width: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%
}

body {
    min-width: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
}

#Outer,
#Container,
#Wrapper,
.wsmain,
#fotter-bar {
    min-width: 0 !important;
    max-width: 100% !important;
    width: auto !important
}

img {
    max-width: 100%
}

html,
body,
a,
div,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
span,
table,
td,
tr,
th,
li,
ul,
ol,
dl,
dd,
dt,
label,
button,
input,
select,
textarea,
b,
strong,
i,
small,
section,
article,
aside,
nav,
header,
footer,
main {
    font-family: var(--fj-font-body, 'Work Sans'), 'Segoe UI', Arial, sans-serif
}

a {
    color: var(--fj-navy, #00174f)
}

.fjh-announce {
    background: var(--fj-navy, #00174f);
    color: #fff;
    text-align: center;
    padding: 9px 16px;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 13px;
    letter-spacing: .04em
}

.fjh-announce strong {
    font-weight: 700
}

.fjh-code {
    background: var(--fj-primary, #cc0c2f);
    color: #fff;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 600;
    padding: 2px 8px;
    letter-spacing: .08em;
    margin-left: 4px
}

.fjh {
    position: sticky;
    top: 0;
    z-index: 40;
    background: #fff;
    border-bottom: 1px solid #ececec;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif
}

.fjh-in {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 22px
}

.fjh-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.fjh-logo img {
    height: 32px;
    width: auto;
    display: block
}

.fjh-burger {
    display: none;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px;
    flex-shrink: 0
}

.fjh-tools {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    color: var(--fj-navy, #00174f)
}

.fjh-ic {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--fj-navy, #00174f);
    position: relative;
    text-decoration: none;
    padding: 0;
    line-height: 0
}

.fjh-wish .fjh-badge ,
.fjh-cart .fjh-badge {
    position: absolute;
    top: -7px;
    right: -9px;
    background: var(--fj-primary, #cc0c2f);
    color: #fff;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-size: 11px;
    font-weight: 600;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1
}

@media (max-width:767px) {
    .fjh-wish .fjh-badge,
    .fjh-cart .fjh-badge {
        width: 17px;
        height: 17px;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 10px;
        line-height: 17px
    }
}

.fjh-country {
    position: relative;
    margin-right: 11px;
    padding-right: 13px;
    border-right: 1px solid #e8e2d7
}

.fjh-flagbtn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 2px
}

.fjh-flagbtn:hover .fjh-cc {
    color: var(--fj-primary, #cc0c2f)
}

.fjh-flagbtn:hover .fjh-chev {
    opacity: .8
}

.fjh-flag {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0
}

.fjh-cc {
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .03em;
    color: var(--fj-navy, #00174f)
}

.fjh-chev {
    color: var(--fj-navy, #00174f);
    opacity: .5;
    flex-shrink: 0
}

.fjh-flagmenu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 13px;
    box-shadow: 0 24px 50px -20px rgba(0, 23, 79, .4);
    min-width: 190px;
    z-index: 60;
    display: none;
    overflow: hidden;
    padding: 7px
}

.fjh-flagmenu.open {
    display: block;
    animation: fjFade .18s ease both
}

.fjh-flagmenu-h {
    display: block;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #a89e8d;
    padding: 7px 11px 9px
}

.fjh-flagmenu a,
.fjh-flagmenu .custom-option {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 11px;
    border-radius: 9px;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: .01em;
    color: #33363d;
    text-decoration: none;
    border: none !important
}

.fjh-flagmenu a:hover,
.fjh-flagmenu .custom-option:hover {
    background: #f5f2ec;
    color: var(--fj-navy, #00174f)
}

.fjh-flagmenu a .fjh-flag,
.fjh-flagmenu img {
    width: 24px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0
}

@keyframes fjFade {
    from {
        opacity: 0;
        transform: translateY(-6px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fjh-searchbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 45;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
    background: #faf8f4
}

.fjh-searchbar.open {
    max-height: 96px;
    border-top: 1px solid #ececec;
    box-shadow: 0 16px 28px -14px rgba(0, 0, 0, .34)
}

.fjh-searchbar form {
    max-width: 1280px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex
}

.fjh-searchbar input {
    flex: 1;
    border: 1px solid #e3ddd2;
    border-right: none;
    padding: 13px 18px;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 14px;
    outline: none;
    background: #fff
}

.fjh-searchbar button {
    border: none;
    background: var(--fj-navy, #00174f);
    color: #fff;
    padding: 0 22px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.fj-menu {
    flex: 1 1 auto;
    min-width: 0
}

.fj-menu-head {
    display: none
}

.fj-menu-list {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap
}

.fj-mitem {
    list-style: none;
    position: static
}

.fj-mlink {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase !important;
    color: var(--fj-navy, #00174f);
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    transition: color .2s, border-color .2s;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none
}

.fj-mitem:hover>.fj-mlink {
    color: var(--fj-primary, #cc0c2f);
    border-bottom-color: var(--fj-primary, #cc0c2f)
}

.fj-mitem:first-child>.fj-mlink {
    color: var(--fj-primary, #cc0c2f)
}

.fj-mitem.HasSubMenu>.fj-mlink::after {
    content: "\25BE";
    font-size: 9px;
    opacity: .5
}

.fj-mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid #ececec;
    box-shadow: 0 26px 44px -22px rgba(0, 23, 79, .30);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .18s, transform .18s, visibility .18s;
    z-index: 59
}

.fj-mitem:hover>.fj-mega {
    opacity: 1;
    visibility: visible;
    transform: none
}

.fj-mcols {
    max-width: 1280px;
    margin: 0 auto;
    padding: 34px 30px;
    display: flex;
    gap: 46px;
    list-style: none
}

.fj-mcol {
    list-style: none;
    min-width: 140px
}

.fj-mhead {
    display: block;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--fj-primary, #cc0c2f);
    padding-bottom: 13px;
    margin-bottom: 11px;
    border-bottom: 1px solid #f6f6f6;
    text-decoration: none
}

.fj-mlinks {
    list-style: none;
    margin: 0;
    padding: 0
}

.fj-mlinks li {
    list-style: none
}

.fj-mlinks li a {
    display: block;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 14px;
    color: #3a3d44;
    padding: 6px 0;
    transition: color .15s, transform .15s;
    text-transform: capitalize;
    text-decoration: none
}

.fj-mlinks li a:hover {
    color: var(--fj-navy, #00174f);
    transform: translateX(3px)
}

.fj-menu-back {
    display: none
}

@media (max-width:1024px) {
    .fjh-in {
        padding: 12px 14px;
        gap: 8px;
        position: relative;
        justify-content: space-between
    }

    .fjh-burger {
        display: flex;
        align-items: center
    }

    .fjh-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        z-index: 1
    }

    .fjh-logo img {
        height: 34px
    }

    .fjh-tools {
        gap: 1px;
        margin-left: auto
    }

    .fjh-tools .fjh-ic {
        min-width: 28px;
        min-height: 38px
    }

    .fjh-tools .fjh-ic svg {
        width: 19px;
        height: 19px
    }

    .fjh-cart {
        min-width: 31px
    }

    .fjh-cart svg {
        width: 20px;
        height: 20px
    }

    .fjh-cart .fjh-badge {
        min-width: 16px;
        height: 16px;
        font-size: 10px;
        top: 2px;
        right: 0
    }

    .fjh-country {
        position: absolute;
        left: 52px;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        padding: 0;
        margin: 0
    }

    .fjh-flagbtn {
        gap: 4px
    }

    .fjh-flagbtn .fjh-flag {
        width: 30px;
        height: 20px
    }

    .fjh-chev {
        display: inline-block;
        opacity: .55
    }

    .fjh-country .fjh-cc {
        display: none
    }

    .fjh-flagmenu {
        left: 0;
        right: auto
    }

    .fjh-searchbar form {
        padding: 12px 16px
    }

    .fj-menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 88%;
        max-width: 380px;
        background: #fff;
        z-index: 9995;
        transform: translateX(-100%);
        transition: transform .3s ease;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
        flex: none
    }

    .fj-menu.open {
        transform: none
    }

    .fj-menu-back {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(5, 9, 26, .5);
        opacity: 0;
        visibility: hidden;
        transition: .25s;
        z-index: 9990
    }

    .fj-menu-back.open {
        opacity: 1;
        visibility: visible
    }

    .fj-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 18px;
        border-bottom: 1px solid #f6f6f6
    }

    .fj-menu-head .fj-logo {
        font-family: var(--fj-font-head, 'Bricolage Grotesque'), sans-serif;
        font-weight: 800;
        font-size: 20px;
        color: var(--fj-navy, #00174f);
        text-decoration: none
    }

    .fj-menu-head .fj-logo span {
        color: var(--fj-primary, #cc0c2f)
    }

    .fj-menu-x {
        border: none;
        background: #f4f1ea;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        font-size: 22px;
        line-height: 1;
        cursor: pointer
    }

    .fj-menu-list {
        display: block
    }

    .fj-mitem {
        border-bottom: 1px solid #f0ece4
    }

    .fj-mlink {
        justify-content: space-between;
        padding: 15px 18px;
        font-size: 15px;
        letter-spacing: 0;
        text-transform: none;
        border: none
    }

    .fj-mitem:first-child>.fj-mlink {
        color: var(--fj-primary, #cc0c2f)
    }

    .fj-mitem.HasSubMenu>.fj-mlink::after {
        content: "+";
        font-size: 22px;
        font-weight: 300;
        opacity: .75;
        transition: transform .2s
    }

    .fj-mitem.HasSubMenu.fj-open>.fj-mlink::after {
        transform: rotate(45deg)
    }

    .fj-mega {
        position: static;
        box-shadow: none;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
        /* background: #faf8f4 */
    }

    .fj-mitem.fj-open>.fj-mega {
        max-height: 4000px
    }

    .fj-mcols {
        display: block;
        max-width: none;
        margin: 0;
        padding: 0
    }

    .fj-mcol {
        border-top: 1px solid #efe9df;
        min-width: 0
    }

    .fj-mhead {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 18px 13px 30px;
        margin: 0;
        border: none;
        font-size: 13px;
        cursor: pointer
    }

    .fj-mhead::after {
        content: "+";
        font-size: 18px;
        opacity: .7
    }

    .fj-mcol.fj-open>.fj-mhead::after {
        content: "\2212"
    }

    .fj-mlinks {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease
    }

    .fj-mcol.fj-open>.fj-mlinks {
        max-height: 1600px
    }

    .fj-mlinks li a {
        padding: 11px 18px 11px 44px;
        border-top: 1px solid #f4efe7
    }

    .fj-mlinks li a:hover {
        transform: none
    }
}

@media (max-width:767px) {
    .fjh-flagbtn {
        gap: 0
    }

    .fjh-flagbtn .fjh-flag {
        width: 27px;
        height: 27px
    }

    .fjh-searchbar button {
        width: 5em;
        justify-content: center
    }
}

.fj-home {
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    color: #1a1a1a
}

.Content#LayoutColumn2.fj-home {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important
}

.fj-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px
}

.fj-eyebrow {
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--fj-primary, #cc0c2f);
    margin-bottom: 12px
}

.fj-h2 {
    font-family: var(--fj-font-head, 'Bricolage Grotesque'), var(--fj-font-body, 'Work Sans'), sans-serif;
    font-weight: 600;
    font-size: clamp(28px, 3.6vw, 46px);
    color: var(--fj-navy, #00174f);
    line-height: 1.05;
    margin: 0
}

.fj-sec {
    padding: 72px 0
}

.fj-tc {
    text-align: center
}

.fj-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: .2s;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 16px 40px
}

.fj-btn-red {
    background: var(--fj-primary, #cc0c2f);
    color: #fff
}

.fj-btn-red:hover {
    background: #fff;
    color: var(--fj-navy, #00174f)
}

.fj-btn-navy {
    background: var(--fj-navy, #00174f);
    color: #fff
}

.fj-btn-navy:hover {
    background: var(--fj-primary, #cc0c2f)
}

.fj-btn-outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .55)
}

.fj-btn-outline:hover {
    background: #fff;
    color: var(--fj-navy, #00174f);
    border-color: #fff
}

.fj-hero {
    position: relative;
    background: #05091a;
    overflow: hidden
}

.fj-hero>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%
}

.fj-hero .sh {
    position: absolute;
    inset: 0;
    background: linear-gradient(95deg, rgba(5, 9, 26, .95), rgba(5, 9, 26, .82) 34%, rgba(5, 9, 26, .3) 66%, rgba(5, 9, 26, .55))
}

.fj-hero .in {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 118px 28px 104px;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.fj-hero .kick {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px
}

.fj-hero .kick i {
    width: 48px;
    height: 2px;
    background: var(--fj-primary, #cc0c2f);
    display: inline-block
}

.fj-hero .kick em {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #e7c9a0
}

.fj-hero h1 {
    font-family: var(--fj-font-head, 'Bricolage Grotesque'), var(--fj-font-body, 'Work Sans'), sans-serif;
    font-weight: 600;
    font-size: clamp(40px, 6vw, 80px);
    line-height: 1;
    letter-spacing: -.01em;
    color: #fff;
    margin: 0 0 24px
}

.fj-hero h1 span {
    color: var(--fj-primary, #cc0c2f)
}

.fj-hero .rate {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 34px;
    flex-wrap: wrap;
    color: #cfd6e6;
    font-size: 15px
}

.fj-hero .cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.fj-marq {
    background: var(--fj-primary, #cc0c2f);
    color: #fff;
    overflow: hidden;
    white-space: nowrap
}

.fj-marq .t {
    display: inline-flex;
    align-items: center;
    gap: 42px;
    padding: 11px 42px 11px 0;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-size: 13px;
    letter-spacing: .22em;
    text-transform: uppercase;
    animation: fjMarquee 30s linear infinite
}

.fj-marq .t span.s {
    color: #ff9aab
}

.fj-trustbar {
    border-bottom: 1px solid #ece8e1
}

.fj-trustbar .in {
    max-width: 1280px;
    margin: 0 auto;
    padding: 26px 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.fj-trustbar .it {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
    font-size: 13px;
    line-height: 1.35
}

.fj-trustbar .it+.it {
    border-left: 1px solid #ece8e1
}

.fj-trustbar .it b {
    display: block;
    font-weight: 600;
    color: #16181d
}

.fj-trustbar .it span {
    color: #8a8a82
}

.fj-trustbar .ic {
    font-size: 24px
}

.fj-press {
    border-bottom: 1px solid #ece8e1
}

.fj-press .in {
    max-width: 1120px;
    margin: 0 auto;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    flex-wrap: wrap
}

.fj-press .lbl {
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #a59c8c
}

.fj-press b {
    font-family: var(--fj-font-head, 'Bricolage Grotesque'), sans-serif;
    color: var(--fj-navy, #00174f);
    opacity: .5;
    font-size: 19px
}

.fj-sig {
    background: #ffffff
}

.fj-sig .Product-card-grid-list {
    max-width: 1300px;
    margin: 24px auto 0;
    padding: 0 22px
}

.fj-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center
}

.fj-split .pic {
    min-height: 520px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.fj-split .txt {
    padding: 56px
}

.fj-split .txt p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4d54;
    max-width: 430px;
    margin: 16px 0 22px
}

.fj-feat {
    margin: 0 0 24px;
    padding: 0
}

.fj-feat li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14.5px;
    color: #33363d;
    margin-bottom: 9px;
    list-style: none
}

.fj-bento {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 262px;
    gap: 16px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px
}

.fj-bento .c {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none
}

.fj-bento .c .ov {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 9, 26, .82), rgba(5, 9, 26, .1) 55%)
}

.fj-bento .c .cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    color: #fff
}

.fj-bento .c .cap .e {
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #e7c9a0;
    margin-bottom: 8px
}

.fj-bento .c .cap .t {
    font-family: var(--fj-font-head, 'Bricolage Grotesque'), sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.05
}

.fj-bento .c.lite .ov {
    background: linear-gradient(to top, rgba(247, 243, 236, .96), rgba(247, 243, 236, 0) 58%)
}

.fj-bento .c.lite .cap {
    color: var(--fj-navy, #00174f)
}

.fj-bento .c.lite .cap .t {
    color: var(--fj-navy, #00174f)
}

.fj-bento .big1 {
    grid-column: 1;
    grid-row: 1/span 2
}

.fj-bento .big2 {
    grid-column: 2;
    grid-row: 1/span 2
}

.fj-styles {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px
}

.fj-styles a {
    text-align: center;
    text-decoration: none
}

.fj-styles .img {
    aspect-ratio: 1;
    border-radius: 50%;
    background-size: cover;
    background-position: center top;
    margin-bottom: 14px;
    box-shadow: 0 10px 26px -12px rgba(0, 23, 79, .35);
    transition: transform .25s
}

.fj-styles a:hover .img {
    transform: translateY(-5px)
}

.fj-styles .nm {
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--fj-navy, #00174f)
}

.fj-dark {
    background: var(--fj-navy, #00174f);
    color: #fff
}

.fj-dark .fj-h2 {
    color: #fff
}

.fj-promise {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px
}

.fj-promise .p {
    text-align: center
}

.fj-promise .p .t {
    font-family: var(--fj-font-head, 'Bricolage Grotesque'), sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 14px 0 10px
}

.fj-promise .p p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #b9c2d6;
    max-width: 300px;
    margin: 0 auto
}

.fj-state {
    position: relative;
    background: #05091a;
    color: #fff;
    overflow: hidden
}

.fj-state .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 46%;
    background-size: cover;
    background-position: center 20%
}

.fj-state .bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #05091a, rgba(5, 9, 26, .4) 45%, rgba(5, 9, 26, .1))
}

.fj-state .in {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 90px 28px
}

.fj-state .box {
    max-width: 560px
}

.fj-state p {
    font-size: 16.5px;
    line-height: 1.7;
    color: #c2cad9;
    margin: 20px 0 28px
}

.fj-look {
    overflow: hidden
}

.fj-look .row {
    display: inline-flex;
    gap: 18px;
    padding-left: 18px;
    animation: fjMarquee 38s linear infinite
}

.fj-look .c {
    position: relative;
    width: 280px;
    height: 360px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center top
}

.fj-look .c .ov {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 9, 26, .7), rgba(5, 9, 26, 0) 45%)
}

.fj-look .c .cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px;
    color: #fff
}

.fj-look .c .cap .n {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase
}

.fj-look .c .cap .i {
    font-size: 12px;
    color: #e7c9a0
}

.fj-rev {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px
}

.fj-rev .c {
    background: #fff;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 8px 26px -16px rgba(16, 23, 45, .18)
}

.fj-rev .st {
    color: #f49f01;
    letter-spacing: 2px
}

.fj-rev p {
    font-size: 15px;
    line-height: 1.65;
    color: #33363d;
    flex: 1
}

.fj-rev .who {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #eee7dc;
    padding-top: 14px
}

.fj-rev .av {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--fj-navy, #00174f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}

.fj-rev .who b {
    display: block;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-size: 14px;
    color: var(--fj-navy, #00174f);
    text-transform: uppercase
}

.fj-rev .who small {
    color: #9a8f80
}

.fj-news {
    background: var(--fj-navy, #00174f);
    color: #fff;
    text-align: center
}

.fj-news .in {
    max-width: 760px;
    margin: 0 auto;
    padding: 64px 28px
}

.fj-news h2 {
    font-family: var(--fj-font-head, 'Bricolage Grotesque'), sans-serif;
    font-weight: 600;
    font-size: clamp(28px, 4vw, 40px);
    margin: 6px 0 12px;
    color: #fff !important;
    -webkit-text-fill-color: #fff
}

.fj-news p {
    color: #b9c2d6 !important;
    margin-bottom: 24px
}

@media (max-width:980px) {
    .fj-split {
        grid-template-columns: 1fr
    }

    .fj-split .txt {
        padding: 40px 24px
    }

    .fj-split .pic {
        min-height: 340px
    }

    .fj-bento {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px
    }

    .fj-bento .big1,
    .fj-bento .big2 {
        grid-column: auto;
        grid-row: auto
    }

    .fj-styles {
        grid-template-columns: repeat(3, 1fr)
    }

    .fj-promise,
    .fj-rev {
        grid-template-columns: 1fr
    }

    .fj-state .bg {
        display: none
    }

    .fj-sig .Product-card-grid-list {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

@media (max-width:680px) {
    .fj-trustbar .in {
        grid-template-columns: 1fr 1fr;
        row-gap: 22px
    }

    .fj-trustbar .it+.it {
        border-left: none
    }

    .fj-styles {
        grid-template-columns: repeat(2, 1fr)
    }

    .fj-sec {
        padding: 52px 0
    }

    .fj-hero .in {
        padding: 80px 20px 70px;
        min-height: auto
    }

    .fj-sig .Product-card-grid-list {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

.fj-hero {
    position: static;
    background: #05091a;
    overflow: visible;
    line-height: 0;
    min-height: 0
}

.fj-hero a {
    display: block
}

.fj-hero>img,
.fj-hero a>img {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
    object-fit: initial;
    display: block
}

.fj-hero .sh,
.fj-hero .in {
    display: none
}

.fj-hero-m {
    display: none
}

@media (max-width:768px) {
    .fj-hero-d {
        display: none
    }

    .fj-hero-m {
        display: block
    }
}

.fj-hero-banner {
    display: block;
    line-height: 0;
    background: #05091a
}

.fj-hero-banner img {
    width: 100%;
    height: auto;
    display: block
}

.fj-sig .Product-card-grid-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px 24px;
    max-width: 1300px;
    margin: 26px auto 0;
    padding: 0 22px;
    list-style: none
}

.fj-card {
    display: block;
    position: relative
}

.fj-card .ci {
    position: relative;
    background: #f6f6f6;
    aspect-ratio: 3/4;
    overflow: hidden
}

.fj-card .ci>a:not(.fj-card-view) {
    display: block;
    height: 100%
}

.fj-card .ci img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .7s cubic-bezier(.2, .7, .2, 1)
}

.fj-card:hover .ci img {
    transform: scale(1.05)
}

.fj-card-view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--fj-navy, #00174f);
    color: #fff;
    text-align: center;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    padding: 13px;
    transform: translateY(101%);
    transition: transform .35s ease;
    text-decoration: none;
    z-index: 3
}

.fj-card:hover .fj-card-view {
    transform: translateY(0)
}

.fj-card-disc {
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 2
}

.fj-card-disc:empty {
    display: none
}

.fj-card-disc .Rating-percent,
.fj-card-disc span {
    background: var(--fj-primary, #cc0c2f);
    color: #fff;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .05em;
    padding: 5px 9px;
    display: inline-block;
    line-height: 1.1;
    border-radius: 0
}

.fj-card-meta {
    padding: 15px 4px 4px;
    display: flex;
    flex-direction: column;
    gap: 7px
}

.fj-card-rate {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 16px
}

.fj-card-stars {
    height: 15px;
    width: auto;
    display: inline-block
}

.fj-card-rc {
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 12.5px;
    color: #7a7a7a
}

.fj-card-nm {
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #16181d;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none
}

.fj-card-nm:hover {
    color: var(--fj-navy, #00174f)
}

.fj-card-pr {
    display: flex;
    align-items: baseline;
    gap: 9px;
    flex-wrap: wrap
}

.fj-card-pr .now {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: var(--fj-navy, #00174f)
}

.fj-card-pr .was {
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 13.5px;
    color: #b3ada3;
    text-decoration: line-through
}

.fj-card-pr .was:empty {
    display: none
}

@media (max-width:980px) {
    .fj-sig .Product-card-grid-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 26px 16px
    }
}

@media (max-width:600px) {
    .fj-sig .Product-card-grid-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 12px
    }

    .fj-card-nm {
        font-size: 13.5px;
        min-height: 38px
    }
}

.fjh-ic {
    min-width: 36px;
    min-height: 40px
}

.fjh-burger {
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    margin-left: -6px
}

.fjh-flagbtn {
    min-height: 40px
}

.fjh-cart .fjh-badge {
    top: 3px;
    right: 3px
}

.fjh-flagmenu {
    max-width: calc(100vw - 28px)
}

@media (min-width:1025px) and (max-width:1200px) {
    .fj-menu-list {
        gap: 14px
    }

    .fj-mlink {
        font-size: 12px;
        letter-spacing: .04em
    }
}

@media (max-width:600px) {
    .fjh-announce {
        font-size: 12px;
        letter-spacing: .02em;
        padding: 8px 12px
    }

    .fjh-hide-sm {
        display: none !important
    }

    .fjh-in {
        gap: 8px
    }

    .fjh-tools {
        gap: 1px
    }

    .fjh-country {
        margin-right: 0;
        padding-right: 0
    }
}

.fjh-flagmenu.open {
    display: block !important
}

.fjh-cart {
    min-width: 40px;
    min-height: 40px
}
.fjh-wish {
    min-width: 40px; 
    min-height: 40px
}

.fjh-cart svg {   
    width: 26px;
    height: 26px
}
.fjh-wish .fjh-badge,
.fjh-cart .fjh-badge {
    top: -3px;
    right: -4px;
    min-width: 19px;
    height: 19px;
    border-radius: 50%;
    padding: 3px 3px;
    font-size: 11px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media (max-width:768px) {
    .fjh {
        position: relative
    }
}

.fj-news-foot .in {
    padding: 54px 28px 56px
}

.fj-klaviyo {
    max-width: 520px;
    margin: 22px auto 0
}

.fj-klaviyo form {
    display: block;
    max-width: none;
    margin: 0
}

.fj-klaviyo input {
    flex: none
}

.fj-pay {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    vertical-align: middle
}

.fj-pay svg {
    height: 25px;
    width: auto;
    display: block;
    border-radius: 4px
}

.fj-foot-pay {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.fj-foot-wrap {
    background: var(--fj-navy, #00174f);
    color: #fff;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.fj-foot {
    max-width: 1280px;
    margin: 0 auto;
    padding: 54px 28px 32px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px
}

.fj-foot-logo {
    height: 42px;
    width: auto;
    display: block;
    margin-bottom: 16px
}

.fj-foot-tag {
    font-size: 14px;
    line-height: 1.65;
    color: #b9c2d6;
    max-width: 300px;
    margin: 0 0 20px
}

.fj-foot-social {
    display: flex;
    gap: 11px
}

.fj-foot-social a {
    width: 38px;
    height: 38px;
    border: 1px solid #2d4673;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: background .18s, border-color .18s
}

.fj-foot-social a:hover {
    background: var(--fj-primary, #cc0c2f);
    border-color: var(--fj-primary, #cc0c2f)
}

.fj-foot-social svg {
    width: 17px;
    height: 17px;
    display: block
}

.fj-foot-h {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 17px;
    color: #fff
}

.fj-foot-col {
    display: flex;
    flex-direction: column;
    gap: 11px
}

.fj-foot-col a {
    font-size: 14px;
    color: #b9c2d6;
    text-decoration: none;
    transition: color .15s
}

.fj-foot-col a:hover {
    color: #fff
}

.fj-foot-bottom {
    border-top: 1px solid #1d3666
}

.fj-foot-bottom .in {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    color: #8d9bbd
}

.fj-foot-pay {
    letter-spacing: .03em
}

.fj-foot-pay a {
    color: #8d9bbd;
    text-decoration: underline;
    text-underline-offset: 2px
}

.fj-foot-pay a:hover {
    color: #fff
}

@media (max-width:900px) {
    .fj-foot {
        grid-template-columns: 1fr 1fr;
        gap: 34px 22px;
        padding: 42px 20px 26px
    }

    .fj-foot-brand {
        grid-column: 1 / -1
    }

    .fj-foot-tag {
        max-width: 420px
    }
}

@media (max-width:560px) {
    .fj-foot-bottom .in {
        flex-direction: column;
        text-align: center;
        gap: 8px
    }

    .fj-news-foot .in {
        padding: 40px 22px
    }
}

body.fj-catbody {
    background: #fff !important
}

.fj-catbody #Outer,
.fj-catbody .fj-cat {
    background: #fff !important;
    box-shadow: none !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important
}

.fj-cat {
    width: 100%;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif
}

.fj-cat-hero {
    background: var(--fj-navy, #00174f);
    color: #fff
}

.fj-cat-hero-in {
    max-width: 1320px;
    margin: 0 auto;
    padding: 42px clamp(16px, 3vw, 30px) 40px
}

.fj-cat-title {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 600;
    font-size: clamp(28px, 4.6vw, 46px);
    text-transform: uppercase;
    line-height: 1.02;
    margin: 8px 0 0;
    color: #fff
}

.fj-cat-sub {
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #c4cce0;
    margin: 12px 0 0;
    max-width: 560px
}

.fj-cat-hero #CategoryBreadcrumb {
    max-width: none;
    margin: 0;
    padding: 0
}

.fj-cat-hero #CategoryBreadcrumb ul {
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    list-style: none;
    margin: 0
}

.fj-cat-hero #CategoryBreadcrumb li {
    color: #9fb0d0;
    display: flex;
    align-items: center
}

.fj-cat-hero #CategoryBreadcrumb li a {
    color: #9fb0d0;
    text-decoration: none
}

.fj-cat-hero #CategoryBreadcrumb li a:hover {
    color: #fff
}

.fj-cat-hero #CategoryBreadcrumb li:last-child {
    color: #fff;
    font-weight: 600
}

.fj-cat-hero #CategoryBreadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 7px;
    color: #5b6f96;
    font-weight: 400
}

.fj-cat-body {
    width: 100%;
    max-width: none;
    padding: 26px clamp(14px, 2.5vw, 40px) 56px;
    box-sizing: border-box
}

.fj-cat-filter {
    margin: 0 0 18px
}

.fj-cat-body .Product-card-grid-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px 24px;
    max-width: none;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    float: none
}

.fj-cat-body .Product-card-grid-list>.productcard-max,
.fj-cat-body .Product-card-grid-list>.fj-card {
    max-width: 100% !important;
    width: auto !important;
    margin: 0 !important;
    float: none !important
}

@media (max-width:1024px) {
    .fj-cat-body .Product-card-grid-list {
        gap: 26px 16px
    }
}

@media (max-width:680px) {
    .fj-cat-body .Product-card-grid-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 12px
    }
}

.fj-cat-desc-in {
    max-width: 1100px;
    margin: 0 auto;
    padding: 8px clamp(14px, 2.5vw, 40px) 50px;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif
}

.fj-cat-desc h2,
.fj-cat-desc h2>strong {
    font-size: 20px;
    font-weight: 600;
    color: #16181d;
    margin: 18px 0 8px;
    background: none
}

.fj-cat-desc h3,
.fj-cat-desc h3>strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    color: #16181d;
    margin: 14px 0 6px;
    background: none
}

.fj-cat-desc h4,
.fj-cat-desc h4>strong {
    font-size: 14px;
    font-weight: 600;
    color: #16181d;
    margin: 10px 0 6px;
    background: none
}

.fj-cat-desc p,
.fj-cat-desc span,
.fj-cat-desc li {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3d44
}

.fj-cat-desc a {
    color: var(--fj-primary, #cc0c2f);
    text-decoration: underline;
    text-underline-offset: 2px
}

.fj-cat-desc ul {
    list-style: disc;
    padding-left: 20px;
    margin: 8px 0
}

@media (max-width:600px) {
    .fj-cat-hero-in {
        padding: 28px 16px 26px
    }
}

.fj-cat-sub:empty {
    display: none
}

.fj-cat-banner {
    margin-top: 14px
}

.fj-cat-banner .banner_category_page_top {
    text-align: left;
    color: #fff;
    font-size: 15px
}

.fj-cat-banner .banner_category_page_top h1 {
    display: none
}

.fj-cat-banner .banner_category_page_top p {
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #c4cce0;
    max-width: 660px;
    margin: 0 auto 12px;
}

.fj-cat-banner .cat-tp-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 9px 22px
}

.fj-cat-banner .cat-tp-list li {
    margin: 0;
    display: inline-flex
}

.fj-cat-banner .cat-tp-list li a {
    color: #fff !important;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .15s
}

.fj-cat-banner .cat-tp-list li a:hover {
    color: #e7c9a0
}

.fj-card .ci {
    position: relative
}

.fj-card-bdg {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 2;
    background: rgba(0, 23, 79, .92);
    color: #fff;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 5px 9px;
    line-height: 1.15
}

.fj-card-bdg:empty {
    display: none
}

.fj-card-inst {
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 11.5px;
    color: #8a8a82;
    margin-top: 1px;
    line-height: 1.3
}

.fj-card-inst:empty {
    display: none
}

.fj-card .ci {
    aspect-ratio: 3/4;
    min-height: 0
}

.Product-card-grid-list {
    align-items: start
}

.fj-card .ci a.fj-card-view {
    height: auto
}

.fj-card-disc .Rating-percent {
    position: static !important;
    top: auto !important;
    right: auto !important;
    display: inline-block !important;
    visibility: visible !important;
    background: var(--fj-primary, #cc0c2f) !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    letter-spacing: .08em !important;
    line-height: 1.15 !important;
    padding: 5px 9px !important;
    min-width: 0 !important
}

#CategoryPagingTop,
#CategoryPagingBottom,
.PagingTop,
.PagingBottom {
    clear: both;
    width: 100%;
    margin: 10px 0
}

.CategoryPagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0
}

.CategoryPagination .FloatLeft {
    float: none !important;
    order: 1;
    margin: 0
}

.CategoryPagination .FloatLeft:empty {
    display: none
}

.CategoryPagination .FloatRight {
    float: none !important;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0
}

.CategoryPagination .FloatRight>a {
    order: 3
}

.CategoryPagination .FloatRight .PagingList {
    order: 2
}

.PagingList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.PagingList li {
    list-style: none;
    margin: 0
}

.PagingList li:first-child {
    display: none
}

.PagingList li a,
.PagingList li.ActivePage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e3ddd2;
    border-radius: 8px;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--fj-navy, #00174f);
    text-decoration: none;
    box-sizing: border-box;
    transition: border-color .15s, background .15s
}

.PagingList li a:hover {
    border-color: var(--fj-navy, #00174f);
    background: #ffffff
}

.PagingList li.ActivePage {
    background: var(--fj-navy, #00174f);
    color: #fff;
    border-color: var(--fj-navy, #00174f)
}

.CategoryPagination .FloatLeft a,
.CategoryPagination .FloatRight>a {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #e3ddd2;
    border-radius: 8px;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--fj-navy, #00174f);
    text-decoration: none;
    transition: .15s
}

.CategoryPagination .FloatLeft a:hover,
.CategoryPagination .FloatRight>a:hover {
    border-color: var(--fj-navy, #00174f);
    background: #ffffff
}

.fj-card-label {
    margin: 0;
    line-height: 1
}

.fj-card-label:empty {
    display: none
}

.fj-card-label>span,
.fj-card-label .c_p_label_dynamic {
    /*display:inline-block*/
}

.fj-pdpbody {
    background: var(--fj-bg, #ffffff)
}

.fj-pdpbody #Container,
.fj-pdpbody #Wrapper,
.fj-pdpbody #Outer,
.fj-pdpbody .Content {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    float: none !important;
    box-shadow: none !important;
    background: transparent !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important
}

.fj-pdp-page,
.fj-pdp-page * {
    box-sizing: border-box
}

.fj-pdp-page {
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    color: #1a1a1a
}

.fj-pdp-bc {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 28px 0;
    font-size: 12.5px;
    letter-spacing: .04em;
    color: #999
}

.fj-pdp-bc a:hover {
    color: var(--fj-primary, #cc0c2f)
}

.fj-pdp-bc span {
    color: var(--fj-navy, #00174f)
}

.fj-pdp {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 28px 60px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 54px;
    align-items: start
}

@media(max-width:900px) {
    .fj-pdp {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

.fj-pdp-gallery {
    display: flex;
    gap: 14px;
    align-items: flex-start
}

.fj-pdp-thumbs {
    flex-shrink: 0;
    width: 74px
}

.fj-pdp-thumbs .MagicScroll {
    width: 74px
}

.fj-pdp-thumbs .MagicScroll img,
.fj-pdp-thumbs img {
    width: 72px !important;
    height: 92px !important;
    object-fit: cover;
    object-position: center top;
    cursor: pointer;
    border: 2px solid #eee
}

.fj-pdp-main {
    flex: 1;
    background: #f1ece3;
    height: 660px;
    overflow: hidden;
    position: relative;
    cursor: zoom-in
}

.fj-pdp-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top
}

.fj-pdp-main a {
    display: block;
    height: 100%
}

.fj-pdp-imgtag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    background: var(--fj-navy, #00174f);
    color: #fff;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 6px 11px
}

.fj-pdp-zoomtag {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    background: rgba(255, 255, 255, .94);
    color: var(--fj-navy, #00174f);
    font-size: 11px;
    font-weight: 600;
    padding: 7px 11px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12)
}

@media(max-width:900px) {
    .fj-pdp-main {
        height: auto;
        min-height: 400px
    }
}

@media(max-width:520px) {
    .fj-pdp-gallery {
        flex-direction: column-reverse
    }

    .fj-pdp-thumbs,
    .fj-pdp-thumbs .MagicScroll {
        width: 100%
    }

    .fj-pdp-main {
        height: auto
    }
}

.fj-pdp-info {
    position: sticky;
    top: 88px;
    align-self: start
}

@media(max-width:900px) {
    .fj-pdp-info {
        position: static
    }
}

.fj-pdp-info .ProductDetailsGrid {
    margin: 0 !important
}

.fj-pdp-eyebrow {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #8a4f2b;
    margin-bottom: 8px
}

.fj-pdp-eyebrow:empty {
    display: none
}

.fj-pdp-title {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif !important;
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: 1.12 !important;
    text-transform: uppercase;
    color: var(--fj-navy, #00174f) !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    text-shadow: none !important
}

.fj-pdp-sub {
    font-size: 14.5px;
    color: #666;
    margin-bottom: 14px
}

.fj-pdp-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap
}

.fj-pdp-stars {
    display: flex;
    align-items: center;
    gap: 8px
}

.fj-pdp-stars .rv a {
    font-size: 13px;
    color: #666;
    text-decoration: underline;
    text-underline-offset: 3px
}

.fj-pdp-div {
    height: 13px;
    width: 1px;
    background: #ddd
}

.fj-pdp-tp {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #00b67a
}

.fj-pdp-priceblock {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding-bottom: 9px
}

.fj-pdp-price {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-style: normal
}

.fj-pdp-now {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: var(--fj-navy, #00174f)
}

.fj-pdp-was {
    font-size: 17px;
    color: #999;
    text-decoration: line-through
}

.fj-pdp-disc {
    display: inline-block
}

.fj-pdp-disc:empty {
    display: none
}

.fj-pdp-disc .Rating-percent,
.fj-pdp-disc span,
.fj-pdp-disc>* {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .04em !important;
    background: #fde8ec !important;
    color: var(--fj-primary, #cc0c2f) !important;
    padding: 5px 10px !important;
    position: static !important;
    border-radius: 0 !important;
    top: auto !important;
    right: auto !important;
    display: inline-block !important;
    line-height: 1.3 !important;
    min-width: 0 !important;
    visibility: visible !important
}

.fj-pdp-sold {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 0 18px;
    border-bottom: 1px solid #ececec;
    font-size: 12.5px;
    color: var(--fj-primary, #cc0c2f);
    font-weight: 600
}

.fj-pdp-sold .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--fj-primary, #cc0c2f);
    display: inline-block
}

.fj-pdp-colour {
    margin-top: 20px
}

.fj-pdp-colour-lbl {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px
}

.fj-pdp-swatches {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center
}

.fj-pdp-swatches img,
.fj-pdp-swatches a img {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .15);
    cursor: pointer
}

.fj-pdp-atc {
    margin-top: 22px
}

.fj-pdp-size-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.fj-pdp-size-label {
    font-size: 13px;
    font-weight: 600
}

.fj-pdp-size-guide a,
.fj-pdp-size-guide {
    font-size: 12.5px;
    font-weight: 600;
    color: #8a4f2b;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer
}

.fj-size-wrap .variation_grid {
    display: block
}

.fj-size-wrap .variationName {
    display: none
}

.fj-size-wrap .variation_value {
    width: 100%
}

.fj-size-btns:empty {
    display: none
}

.size-options {
    display: flex;
    gap: 9px;
    flex-wrap: wrap
}

.size-option {
    cursor: pointer;
    position: relative;
    margin: 0
}

.size-option input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.size-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 54px;
    padding: 0 14px;
    background: #fff;
    border: 1.5px solid #dcd6ca;
    color: #1a1a1a;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 500;
    font-size: 15px;
    transition: all .15s
}

.size-option:hover .size-button {
    border-color: var(--fj-navy, #00174f)
}

.size-option input:checked+.size-button {
    border-color: var(--fj-navy, #00174f);
    background: var(--fj-navy, #00174f);
    color: #fff
}

.size-option input:disabled+.size-button,
.size-option.out-of-stock .size-button {
    opacity: .45;
    cursor: not-allowed;
    text-decoration: line-through
}

.wishlistmodal {
    display: none
}

.wishlistdflex {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 14px;
    flex-wrap: wrap
}

#wishlistmybtn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    color: #6f6f6f
}

#wishlistmybtn svg {
    width: 18px;
    height: 18px
}

.wishlistdflex .VariationProductSKU {
    color: #8a8073
}

.fj-size-btns {
    display: flex;
    gap: 9px;
    flex-wrap: wrap
}

.fj-size-btn {
    cursor: pointer;
    min-width: 56px;
    height: 54px;
    padding: 0 12px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    background: #fff;
    border: 1.5px solid #dcd6ca;
    color: #1a1a1a;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 500;
    font-size: 15px;
    transition: all .15s
}

.fj-size-btn em {
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-style: normal;
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #b9b09e
}

.fj-size-btn:hover {
    border-color: var(--fj-navy, #00174f)
}

.fj-size-btn.sel {
    border-color: var(--fj-navy, #00174f);
    background: var(--fj-navy, #00174f);
    color: #fff
}

.fj-size-btn.oos {
    opacity: .55;
    cursor: not-allowed
}

.fj-size-btn.oos span {
    text-decoration: line-through
}

.fj-pdp-size-hint {
    margin-top: 8px;
    font-size: 12.5px;
    font-weight: 500;
    color: #8a8073
}

.fj-pdp-fit {
    margin-top: 22px;
    background: #fff;
    border: 1px solid #e8e1d4;
    border-radius: 8px;
    padding: 16px 17px
}

.fj-pdp-fit-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px
}

.fj-pdp-fit-title {
    font-size: 13px;
    font-weight: 700
}

.fj-pdp-fit-note {
    font-size: 11.5px;
    color: #8a8073
}

.fj-pdp-fit-bar {
    display: flex;
    height: 9px;
    border-radius: 999px;
    overflow: hidden;
    background: #ece5d8
}

.fj-pdp-fit-bar .s,
.fj-pdp-fit-bar .b {
    background: #cdb89a
}

.fj-pdp-fit-bar .t {
    background: var(--fj-navy, #00174f)
}

.fj-pdp-fit-legend {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 11.5px;
    color: #6f6557
}

.fj-pdp-fit-legend .mid {
    text-align: center;
    color: var(--fj-navy, #00174f);
    font-weight: 700
}

.fj-pdp-fit-legend .r {
    text-align: right
}

.fj-pdp-fit-legend b {
    color: #1c1815
}

.fj-pdp-fit-legend .mid b {
    font-size: 13px
}

.fj-pdp-fit-copy {
    margin-top: 11px;
    font-size: 12.5px;
    line-height: 1.5;
    color: #3a342d;
    border-top: 1px solid #ece5d8;
    padding-top: 10px
}

.fj-pdp-buyrow {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-top: 18px
}

.fj-pdp-qty .variationName {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #8a8073;
    margin-bottom: 6px;
    font-weight: 600
}

.addtoCartButton {
    flex: 1;
    width: 100%;
    height: 56px;
    background: var(--fj-navy, #00174f);
    color: #fff;
    border: none;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .18s;
    border-radius: 0
}

.addtoCartButton:hover {
    background: var(--fj-primary, #cc0c2f)
}

.fj-pdp-atc .AddCartButton {
    flex: 1
}

.fj-pdp-pay {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
    font-size: 12.5px;
    color: #3a342d;
    margin-bottom: 6px

}

.fj-pdp-pay .or {
    color: #999
}

.fj-pdp-summary {
    margin-top: 16px;
    border: 1px solid #e3dccf;
    border-radius: 8px;
    overflow: hidden;
    font-size: 13px
}

.fj-pdp-summary .row {
    display: flex;
    justify-content: space-between;
    padding: 11px 14px;
    border-top: 1px solid #ece5d8;
    gap: 12px
}

.fj-pdp-summary .row:first-child {
    border-top: 0;
    background: #fff
}

.fj-pdp-summary .row .v {
    font-weight: 600
}

.fj-pdp-summary .row .ok {
    color: #1f8a5b
}

.fj-pdp-summary .total {
    background: #f4efe6;
    border-top-color: #e3dccf
}

.fj-pdp-summary .total span:first-child {
    font-weight: 700
}

.fj-pdp-summary .total .v {
    font-weight: 700;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-size: 16px;
    color: var(--fj-navy, #00174f)
}

.fj-pdp-summary .note {
    padding: 10px 14px;
    border-top: 1px solid #ece5d8;
    font-size: 12px;
    color: #6f6557;
    display: flex;
    gap: 7px
}

.fj-pdp-summary .note span {
    color: #8a4f2b
}

.fj-pdp-payicons {
    margin: 16px 0
}

.fj-pdp-payicons img {
    max-width: 260px;
    width: 100%
}

.fj-pdp-prov {
    max-width: 1280px;
    margin: 56px auto 0;
    padding: 0 28px;
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    align-items: flex-start
}

.fj-pdp-prov-l {
    flex: 1 1 460px;
    min-width: 300px
}

.fj-pdp-prov-r {
    flex: 1 1 380px;
    min-width: 300px;
    background: #fff;
    border: 1px solid #e8e1d4;
    border-radius: 10px;
    padding: 24px 26px
}

.fj-pdp-kicker {
    font-size: 11px;
    letter-spacing: .2em;
    font-weight: 600;
    color: #8a4f2b;
    text-transform: uppercase
}

.fj-pdp-h2 {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--fj-navy, #00174f);
    margin: 8px 0 14px;
    line-height: 1.1
}

.fj-pdp-prov-l p {
    font-size: 15px;
    line-height: 1.65;
    color: #3a342d;
    margin: 0 0 16px
}

.fj-pdp-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.fj-pdp-tags span {
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #e8e1d4;
    padding: 7px 13px;
    border-radius: 999px
}

.fj-pdp-h3 {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--fj-navy, #00174f);
    margin: 0 0 14px
}

.fj-pdp-spec {
    font-size: 13.5px;
    color: #3a342d
}

.fj-pdp-spec .row {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid #ece5d8;
    gap: 14px
}

.fj-pdp-spec .row:last-child {
    border-bottom: 0
}

.fj-pdp-spec .row span {
    color: #8a8073
}

.fj-pdp-spec .row b {
    font-weight: 600;
    text-align: right
}

.fj-pdp-desc {
    max-width: 1280px;
    margin: 36px auto 0;
    padding: 0 28px
}

.fj-pdpbody .Product-Sidepanel,
.fj-pdpbody #LayoutColumn2 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    float: none;
    width: 100%
}

.fj-pdp-now,
.fj-pdp-now .SalePrice,
.fj-pdp-now>* {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    color: var(--fj-navy, #00174f) !important;
    line-height: 1 !important
}

.fj-pdp-priceblock .ProductPrice,
.fj-pdp-price em {
    font-size: 32px !important;
    font-style: normal !important
}

.fj-pdp-was {
    font-size: 17px !important;
    color: #999 !important
}

.fj-pdp-disc {
    display: inline-block;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    background: #fde8ec;
    color: var(--fj-primary, #cc0c2f);
    padding: 5px 10px;
    line-height: 1.3;
    border-radius: 0
}

.fj-pdp-disc:empty {
    display: none;
    padding: 0
}

.fj-pdp-qty .btnflexqty {
    display: inline-flex !important;
    align-items: center;
    border: 1.5px solid #dcd6ca;
    height: 54px;
    overflow: hidden;
    background: #fff
}

.fj-pdp-qty .qty-btn {
    width: 42px;
    height: 54px;
    border: 0;
    background: #fff;
    font-size: 20px;
    color: var(--fj-navy, #00174f);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
    padding: 0
}

.fj-pdp-qty .qty-btn:hover {
    background: #f4efe6
}

.fj-pdp-qty #text_qty_,
.fj-pdp-qty .qtyInput {
    width: 48px !important;
    height: 54px !important;
    border: 0 !important;
    border-left: 1.5px solid #dcd6ca !important;
    border-right: 1.5px solid #dcd6ca !important;
    text-align: center;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-size: 16px;
    padding: 0 !important;
    -moz-appearance: textfield;
    border-radius: 0 !important;
    background: #fff
}

.fj-pdp-qty .qtyInput::-webkit-inner-spin-button,
.fj-pdp-qty .qtyInput::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wishlistmodal {
    display: none
}

.wishlistmodal.open {
    display: flex !important;
    position: fixed !important;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .45);
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 16px
}

.wishlistmodal.open .modal-contentone {
    background: #fff !important;
    border: 0 !important;
    border-radius: 12px;
    max-width: 420px;
    width: 100% !important;
    padding: 28px 30px !important;
    position: relative;
    margin: 0 !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3)
}

.wishlistmodal .closeone {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 26px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    float: none !important;
    margin: 0 !important
}

.wishlistmodal .closeone:hover {
    color: var(--fj-primary, #cc0c2f)
}

.wishlistdflex {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #ececec;
    flex-wrap: wrap
}

#wishlistmybtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    color: #5a5a5a;
    font-size: 13px
}

#wishlistmybtn:hover {
    color: var(--fj-primary, #cc0c2f)
}

#wishlistmybtn svg {
    width: 19px;
    height: 19px
}

.fj-fc {
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    max-width: 640px;
    padding: 6px 8px
}

.fj-fc-title {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    color: var(--fj-navy, #00174f) !important;
    text-transform: none !important;
    margin: 0 0 18px !important;
    padding-right: 26px;
    line-height: 1.25;
    border: 0 !important;
    background: none !important
}

.fj-fc-body {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    align-items: flex-start
}

.fj-fc-item {
    display: flex;
    gap: 14px;
    flex: 1 1 250px
}

.fj-fc-thumb img {
    width: 120px;
    height: auto;
    border-radius: 5px;
    display: block;
    background: #f1ece3
}

.fj-fc-name a {
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.35
}

.fj-fc-price {
    margin: 8px 0;
    display: flex;
    gap: 8px;
    align-items: baseline
}

.fj-fc-price .ProductPrice {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif !important;
    font-size: 19px !important;
    color: var(--fj-navy, #00174f) !important;
    font-weight: 600 !important;
    font-style: normal !important
}

.fj-fc-price .fj-fc-pp {
    font-size: 13px !important;
    color: #af0303 !important
}

.fj-fc-qtytxt {
    font-size: 12.5px;
    color: #6f6557
}

.fj-fc-summary {
    flex: 1 1 230px;
    background: #faf7f1;
    border: 1px solid #e8e1d4;
    border-radius: 10px;
    padding: 18px
}

.fj-fc-sub {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-weight: 600;
    font-size: 14px;
    gap: 8px;
    margin-bottom: 5px
}

.fj-fc-sub .ProductPrice {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif !important;
    color: var(--fj-primary, #cc0c2f) !important;
    font-size: 18px !important;
    font-style: normal !important
}

.fj-fc-sub .fj-fc-pp {
    font-size: 12px !important
}

.fj-fc-count {
    font-size: 12.5px;
    color: #6f6557;
    margin-bottom: 16px
}

.fj-fc-checkout {
    display: block;
    background: var(--fj-navy, #00174f);
    color: #fff;
    text-align: center;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 14px;
    border-radius: 6px;
    transition: background .18s
}

.fj-fc-checkout:hover {
    background: var(--fj-primary, #cc0c2f);
    color: #fff
}

.fj-fc-or {
    text-align: center;
    font-size: 11px;
    color: #999;
    margin: 11px 0;
    text-transform: uppercase;
    letter-spacing: .08em
}

.fj-fc-pay {
    text-align: center
}

.fj-fc-pay img,
.fj-fc-pay input {
    max-width: 100%
}

.fj-fc-links {
    margin-top: 16px;
    text-align: center;
    font-size: 13px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center
}

.fj-fc-links a {
    color: var(--fj-navy, #00174f);
    text-decoration: underline;
    text-underline-offset: 2px
}

.fj-fc-links .sep {
    color: #ccc
}

@media(max-width:560px) {
    .fj-fc-body {
        flex-direction: column
    }
}

@media(max-width:768px) {
    .fj-pdp {
        padding: 16px 16px 40px;
        gap: 26px
    }

    .fj-pdp-bc {
        padding: 14px 16px 0
    }

    .fj-pdp-title {
        font-size: 26px !important
    }

    .fj-pdp-now,
    .fj-pdp-now .SalePrice,
    .fj-pdp-now>* {
        font-size: 28px !important
    }

    .fj-pdp-prov {
        padding: 0 16px;
        gap: 26px;
        margin-top: 36px
    }

    .fj-pdp-desc {
        padding: 0 16px
    }

    .fj-pdpbody .Content,
    .fj-pdpbody #LayoutColumn2,
    .fj-pdpbody .Product-Sidepanel {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
}

@media(max-width:560px) {
    .fj-pdp-gallery {
        flex-direction: column-reverse;
        gap: 12px
    }

    .fj-pdp-thumbs {
        width: 100%
    }

    .fj-pdp-thumbs .MagicScroll {
        width: 100% !important;
        max-height: 110px;
        overflow: auto
    }

    .fj-pdp-main {
        height: auto;
        min-height: 0
    }

    .fj-pdp-buyrow {
        flex-wrap: wrap;
        gap: 10px
    }

    .fj-pdp-buyrow .AddCartButton {
        flex: 1 1 100%;
        width: 100%
    }

    .size-button {
        min-width: 50px;
        height: 50px;
        font-size: 14px
    }

    .fj-pdp-summary,
    .fj-pdp-prov-r {
        border-radius: 8px
    }
}

#TB_overlay {
    background: rgba(0, 0, 0, .45) !important;
    opacity: 1 !important;
    z-index: 100000 !important
}

#TB_window {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    bottom: 0 !important;
    width: 420px !important;
    max-width: 92vw !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: -10px 0 44px rgba(0, 0, 0, .20) !important;
    overflow: hidden !important;
    z-index: 100001 !important;
    animation: fjDrawerIn .32s cubic-bezier(.25, .8, .35, 1)
}

@keyframes fjDrawerIn {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

#TB_window #TB_ajaxContent,
#TB_window .TB_ajaxContent,
#TB_ajaxContent {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important
}

#TB_window .ModalContent {
    height: 100% !important;
    margin: 0 !important
}

#TB_closeWindow,
#TB_title {
    display: none !important
}

@media(max-width:480px) {
    #TB_window {
        width: 100% !important;
        max-width: 100% !important
    }
}

.fj-mc {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    position: relative;
    background: #fff
}

.fj-mc-close {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 6;
    font-size: 28px;
    line-height: 1;
    color: #9a9a9a;
    cursor: pointer;
    font-family: Arial, sans-serif
}

.fj-mc-close:hover {
    color: var(--fj-primary, #cc0c2f)
}

.fj-mc-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 46px 18px 22px;
    border-bottom: 1px solid #ece5d8;
    flex-shrink: 0
}

.fj-mc-badge {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #1f8a5b;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center
}

.fj-mc-title {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--fj-navy, #00174f);
    line-height: 1.3;
    text-transform: none;
    border: 0;
    background: none;
    margin: 0
}

.fj-mc-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 20px 22px
}

.fj-mc-item {
    display: flex;
    gap: 14px
}

.fj-mc-thumb img {
    width: 92px;
    height: auto;
    border-radius: 5px;
    background: #f1ece3;
    display: block
}

.fj-mc-name a {
    font-size: 13.5px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.35;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif
}

.fj-mc-qtytxt {
    font-size: 12.5px;
    color: #6f6557;
    margin: 6px 0
}

.fj-mc-price {
    display: flex;
    gap: 8px;
    align-items: baseline
}

.fj-mc-price .ProductPrice {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif !important;
    font-size: 17px !important;
    color: var(--fj-navy, #00174f) !important;
    font-weight: 600 !important;
    font-style: normal !important
}

.fj-mc-price .fj-mc-pp,
.fj-mc-sub .fj-mc-pp {
    font-size: 12px !important;
    color: #af0303 !important
}

.fj-mc-foot {
    flex-shrink: 0;
    border-top: 1px solid #ece5d8;
    padding: 18px 22px 20px;
    background: #faf7f1
}

.fj-mc-sub {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
    gap: 8px
}

.fj-mc-sub .ProductPrice {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif !important;
    color: var(--fj-primary, #cc0c2f) !important;
    font-size: 19px !important;
    font-style: normal !important
}

.fj-mc-count {
    font-size: 12px;
    color: #6f6557;
    margin-bottom: 14px
}

.fj-mc-checkout {
    display: block;
    background: var(--fj-navy, #00174f);
    color: #fff;
    text-align: center;
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 6px;
    transition: background .18s
}

.fj-mc-checkout:hover {
    background: var(--fj-primary, #cc0c2f);
    color: #fff
}

.fj-mc-or {
    text-align: center;
    font-size: 11px;
    color: #999;
    margin: 11px 0;
    text-transform: uppercase;
    letter-spacing: .08em
}

.fj-mc-pay {
    text-align: center
}

.fj-mc-pay img,
.fj-mc-pay input {
    max-width: 100% !important;
    max-height: 46px
}

.fj-mc-links {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center
}

.fj-mc-links a {
    color: var(--fj-navy, #00174f);
    text-decoration: underline;
    text-underline-offset: 2px
}

.fj-mc-links .sep {
    color: #ccc
}

#ModalOverlay,
.modalOverlay {
    background: #000 !important;
    opacity: .45 !important;
    z-index: 100000 !important
}

#ModalContainer.modalContainer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    bottom: 0 !important;
    width: 420px !important;
    max-width: 92vw !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 100001 !important;
    background: #fff !important;
    box-shadow: -10px 0 44px rgba(0, 0, 0, .2) !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    animation: fjDrawerIn .32s cubic-bezier(.25, .8, .35, 1)
}

#ModalContainer .modalData {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
}

#ModalContentContainer {
    height: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: #fff !important
}

#ModalContainer>.modalClose,
#ModalContainer .ModalTitle,
#ModalContainer #ModalTopBorder,
#ModalContainer #ModalBottomBorder {
    display: none !important
}

#ModalContainer .ModalContent.fj-mc {
    height: 100% !important;
    max-height: 100% !important
}

@media(max-width:480px) {
    #ModalContainer.modalContainer {
        width: 100% !important;
        max-width: 100% !important
    }
}

#ModalContainer .fastCartItemBox,
#ModalContainer .fastCartSummaryBox,
#ModalContainer .subtotal,
#ModalContainer .PayBlock,
#ModalContainer .actionLink,
#ModalContainer .fastCartThumb,
#ModalContainer .fastCartContent,
#ModalContainer .fastCartTop {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    text-align: left !important
}

#ModalContainer .ModalContent {
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important
}

.fj-mc2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    font-family: var(--fj-font-body, 'Work Sans'), sans-serif;
    color: #111;
    background: #fff;
    position: relative
}

.fj-mc2 * {
    box-sizing: border-box
}

.fj-mc2-close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 8;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #5a5a5a;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.fj-mc2-close:hover {
    color: var(--fj-primary, #cc0c2f);
    border-color: var(--fj-primary, #cc0c2f)
}

.fj-mc2-ship {
    flex-shrink: 0;
    background: #faf7f1;
    border-bottom: 1px solid #e2e2e2;
    padding: 9px 18px;
    display: flex;
    align-items: center;
    gap: 8px
}

.fj-mc2-ship span {
    font-size: 12px;
    font-weight: 500;
    color: #111
}

.fj-mc2-head {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 46px 13px 18px;
    border-bottom: 1px solid #e2e2e2
}

.fj-mc2-head-l {
    display: flex;
    align-items: center;
    gap: 8px
}

.fj-mc2-title {
    font-family: var(--fj-font-ui, 'Oswald'), sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--fj-navy, #00174f);
    text-transform: uppercase;
    letter-spacing: .02em
}

.fj-mc2-count {
    font-size: 11px;
    background: var(--fj-navy, #00174f);
    color: #fff;
    border-radius: 20px;
    padding: 3px 9px;
    font-weight: 500
}

.fj-mc2-secure {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #5a5a5a
}

.fj-mc2-social {
    flex-shrink: 0;
    background: #fff8f0;
    border-bottom: 1px solid #f0e4d0;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    gap: 7px
}

.fj-mc2-social .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e07020;
    flex-shrink: 0;
    animation: fjPulse 2s infinite
}

@keyframes fjPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .6;
        transform: scale(.85)
    }
}

.fj-mc2-social span {
    font-size: 11.5px;
    color: #b05010;
    font-weight: 500
}

.fj-mc2-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto
}

.fj-mc2-item {
    padding: 16px 18px;
    display: flex;
    gap: 14px;
    border-bottom: 1px solid #e2e2e2
}

.fj-mc2-thumb {
    width: 74px;
    height: 88px;
    border-radius: 8px;
    flex-shrink: 0;
    background: #f1ece3;
    overflow: hidden
}

.fj-mc2-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block
}

.fj-mc2-info {
    flex: 1;
    min-width: 0
}

.fj-mc2-name a,
.fj-mc2-name {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    text-decoration: none
}

.fj-mc2-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 5px 0 8px
}

/*fj-sitewide-v49: white theme + slight image radius + card hover second-image*/
img {
    border-radius: 6px
}

.fj-card .ci {
    border-radius: 10px
}

.fj-card .ci img {
    border-radius: 0
}

.fj-hover2 {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    opacity: 0;
    transition: opacity .28s ease;
    z-index: 1;
    pointer-events: none
}

.fj-card:hover .ci .fj-hover2.ld {
    opacity: 1
}

.fj-card .fj-card-view {
    z-index: 3
}

.fj-card .fj-card-disc {
    z-index: 3
}

.fj-card .ci>span,
.fj-card .ci>div {
    position: relative;
    z-index: 2
}

/*fj-next-v51: mobile signature tiles like suede + category 5-col cap + mobile badge top-left*/
@media(max-width:768px) {
    .fj-sig .Product-card-grid-list {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 0 5px !important;
        gap: 6px 5px !important;
        max-width: 100% !important
    }

    .fj-card .ci .fj-card-disc {
        position: absolute !important;
        top: 8px !important;
        left: 8px !important;
        right: auto !important;
        bottom: auto !important;
        z-index: 3 !important;
        margin: 0 !important;
        width: auto !important;
        display: inline-block !important;
        white-space: nowrap
    }
}

@media(min-width:1200px) {
    body.fj-catbody .Product-card-grid-list {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important
    }
}

/*fj-pdp-v52: breadcrumb w/ category, dynamic stars, TP band, mobile full-bleed gallery, review width, sizing polish*/
.fj-pdp-bc ol {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0
}

.fj-pdp-bc ol:nth-of-type(n+2) {
    display: none !important
}

.fj-pdp-bc li {
    display: inline;
    font-size: 12.5px;
    color: #707070
}

.fj-pdp-bc li+li:before {
    content: "/";
    margin: 0 7px;
    color: #c2c2c2
}

.fj-pdp-bc li a {
    color: #707070;
    text-decoration: none
}

.fj-pdp-bc li a:hover {
    color: #00174f;
    text-decoration: underline
}

.fj-stars {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    vertical-align: middle
}

.fj-stars-bg {
    color: #ddd8ce
}

.fj-stars-fill {
    position: absolute;
    left: 0;
    top: 0;
    color: #f59e0b;
    overflow: hidden;
    white-space: nowrap;
    width: calc(var(--r, 0)/5*100%)
}

.fj-tp-band {
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background: #fff;
    padding: 13px 15px;
    margin: 14px 0 2px;
    text-decoration: none !important;
    color: #141414;
    font-family: 'Work Sans', sans-serif;
    font-size: 13.5px;
    transition: border-color .15s
}

.fj-tp-band:hover {
    border-color: #00b67a
}

.fj-tp-stars {
    color: #00b67a;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1
}

.fj-tp-txt b {
    font-weight: 700
}

.fj-tp-go {
    margin-left: auto;
    color: #9a9a9a;
    font-size: 20px;
    line-height: 1
}

.fj-pdp-size-guide a,
.fj-pdp-size-guide {
    font-weight: 600
}

.fj-pdp-size-guide a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #d9d9d9;
    border-radius: 17px;
    padding: 6px 13px;
    font-size: 12.5px;
    color: #141414;
    text-decoration: none;
    background: #fff
}

.fj-pdp-size-guide a:hover {
    border-color: #00174f;
    color: #00174f
}

#measurementDisplay {
    border-radius: 10px !important;
    background: #f6f6f6 !important
}