html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-size: 10px;
    background-color: white;
}

body {
    height: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    background-color: white;
}

ul,ol {
    padding-left: 1.5em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul ul,ol ul {
    list-style-type: circle;
}

ol ol,ul ol {
    list-style-type: lower-latin;
}

a,button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

a:focus:not(:focus-visible) {
    outline: none;
}

.jw-breadcrumbs {
    margin-bottom: 1em;
    margin-top: -1.5rem;
}

@media (max-width: 1020px) {
    .jw-breadcrumbs .jw-breadcrumbs {
        margin-top:-0.5rem;
    }
}

.jw-breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.jw-breadcrumbs__separator {
    margin: 0 .4em;
}

.jw-breadcrumbs__link--current {
    color: inherit;
    text-decoration: none;
}

.clear {
    
}

.clear:before,.clear:after {
    display: table;
    content: '';
    line-height: 0;
}

.clear:after {
    clear: both;
}

.jw-menu>.jw-menu-item {
    background: transparent;
}

.jw-menu-link {
    color: #737373;
}

.jw-menu-link:hover {
    color: #fff;
}

.jw-menu-link--icon [class^='website-rendering-icon-']:before {
    transform: scale(1.25)
}

.jw-menu-link--icon>span:last-child {
    margin-left: .5em;
}

.jw-menu-item>.jw-menu-link:hover,.jw-menu-is-hover>.jw-menu-link {
    color: #fff;
    background: #cc9e00;
}

.jw-submenu {
    background: #f5f5f5;
}

.jw-submenu .jw-menu-link {
    color: #737373;
}

.jw-submenu .jw-menu-item>.jw-menu-link:hover,.jw-submenu .jw-menu-is-hover>.jw-menu-link {
    background: #dbdbdb;
    color: #737373;
}

.jw-icon-badge-wrapper {
    position: relative;
    display: inline-block;
    line-height: 1em;
}

.jw-icon-badge {
    background: #ffc500;
    color: #000;
    display: block;
    border-radius: 50%;
    font-size: .6em;
    font-family: monospace;
    width: 1.7em;
    height: 1.7em;
    position: absolute;
    top: -0.9em;
    right: -0.7em;
    text-align: center;
    line-height: 1.8em;
    font-weight: bold;
    transition: 200ms ease;
}

.mobile-bar--accent .jw-icon-badge {
    background: #b38a00;
}

.jw-menu-cta .jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500;
}

.jw-menu {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-family: "Lato","sans-serif";
}

.jw-menu:before,.jw-menu:after {
    display: table;
    content: '';
    line-height: 0;
}

.jw-menu:after {
    clear: both;
}

.jw-menu {
    text-transform: uppercase;
}

.jw-menu,.jw-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jw-menu-item,.jw-menu-link {
    position: relative;
    box-sizing: border-box;
}

.jw-menu-item:hover>.jw-submenu,.jw-menu-item.jw-menu-is-hover>.jw-submenu {
    display: block;
}

.jw-menu-is-desktop .jw-submenu {
    position: absolute;
    z-index: 1020;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: .2em;
}

.jw-menu-is-desktop .jw-submenu .jw-menu-item>.jw-menu-link {
    border-radius: .2em;
}

.jw-menu-is-desktop .jw-submenu .jw-menu-item:not(:first-child)>.jw-menu-link {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.jw-menu-is-desktop .jw-submenu .jw-menu-item:not(:last-child)>.jw-menu-link {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.jw-submenu {
    display: none;
    font-family: "Lato","sans-serif";
    font-size: 1.44rem;
}

.jw-submenu .jw-menu-item {
    display: list-item;
    width: 100%;
}

.jw-submenu .jw-menu-link {
    white-space: nowrap;
    max-width: 20em;
    min-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 300ms ease;
}

.jw-submenu .jw-menu-has-submenu .jw-menu-link {
    padding-right: 1.8em
}

.jw-submenu .jw-menu-has-submenu .jw-arrow {
    position: absolute;
    right: 13px;
}

.jw-submenu .jw-arrow:after {
    font-family: Times, Serif;
    content: '▸';
}

.jw-submenu .jw-menu-is-active>.jw-menu-link {
    text-decoration: underline;
    border-bottom: 0;
}

.jw-menu-link {
    display: block;
    padding: 5px 13px;
    text-decoration: none;
    transition: 200ms ease;
}

.jw-menu-link:hover {
    text-decoration: none;
}

.jw-arrow {
    display: inline-block;
}

.jw-arrow:after {
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    font-family: Arial, Helvetica, Times, serif;
    margin-left: .4em;
}

.jw-menu-horizontal>.jw-menu-item {
    display: block;
}

.jw-menu-horizontal .jw-arrow-toplevel:after {
    font-family: Times, Serif;
    content: '▾';
}

.jw-menu-horizontal .jw-submenu {
    top: 100%;
    left: 0;
}

.jw-menu-horizontal .jw-submenu .jw-submenu {
    left: 100%;
    top: 0;
}

.jw-menu-vertical {
    flex-direction: column;
}

.jw-menu-vertical>.jw-menu-item {
    text-overflow: ellipsis;
}

.jw-menu-vertical .jw-submenu {
    left: 100%;
    top: 0;
}

.jw-menu-vertical>.jw-menu-item.jw-menu-has-submenu>.jw-menu-link {
    padding-right: 1.5em;
}

.jw-menu-vertical .jw-arrow-toplevel {
    position: absolute;
    right: .8em;
}

.jw-menu-vertical .jw-arrow-toplevel:after {
    font-family: Times, Serif;
    content: '▸';
}

.jw-menu-is-collapsed .jw-menu-collapse {
    display: none !important;
}

.jw-menu-is-mobile .jw-menu-clone {
    background: #ffffff;
}

.jw-menu-is-mobile .jw-submenu {
    background: #ffffff;
}

.jw-menu-is-mobile .jw-submenu .jw-menu-link {
    color: #737373;
}

.jw-menu-is-mobile .jw-submenu .jw-menu-item>.jw-menu-link:hover,.jw-menu-is-mobile .jw-submenu .jw-menu-is-hover>.jw-menu-link {
    background: #cc9e00;
    color: #fff;
}

.jw-menu-is-mobile .jw-menu-link {
    color: #737373;
}

.jw-menu-is-mobile .jw-menu-link:hover {
    background: #cc9e00;
    color: #fff;
}

.jw-menu-is-mobile .jw-menu-item>.jw-menu-link:hover,.jw-menu-is-mobile .jw-menu-is-hover>.jw-menu-link {
    background: #cc9e00;
    color: #fff;
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow,.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow {
    color: inherit;
    background: transparent;
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:hover,.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:hover {
    background: transparent;
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:active,.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:active {
    background: transparent;
}

.jw-menu-is-mobile .jw-submenu {
    background: rgba(115,115,115,0.1)
}

.jw-menu-is-mobile .jw-menu {
    font-size: 1.6rem
}

.jw-menu-is-mobile .jw-submenu {
    font-size: 1.44rem
}

.jw-menu-is-mobile .jw-menu-item {
    display: list-item;
    width: 100%;
    max-width: none
}

.jw-menu-is-mobile .jw-menu-link {
    padding: 1.25rem 13px
}

.jw-menu-is-mobile .jw-submenu {
    position: static;
    display: none;
    padding-left: 1em
}

.jw-menu-is-mobile .jw-submenu .jw-menu-item {
    display: list-item
}

.jw-menu-is-mobile .jw-submenu .jw-menu-link {
    max-width: none;
    box-shadow: none
}

.jw-menu-is-mobile .jw-menu-has-submenu>.jw-menu-link {
    padding-right: 4rem;
    padding-left: 4rem;
    text-overflow: ellipsis
}

.jw-menu-is-mobile .jw-menu-vertical .jw-menu-item,.jw-menu-is-mobile .jw-menu-horizontal .jw-menu-item {
    max-width: none
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow,.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 1.25rem
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:after,.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:after {
    margin: 0
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow-toplevel:after,.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow-toplevel:after,.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:after,.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:after {
    font-family: Times, Serif;
    content: '▼'
}

.jw-menu-is-mobile .jw-menu-item:hover>.jw-submenu,.jw-menu-is-mobile .jw-menu-item.jw-menu-is-hover>.jw-submenu {
    display: none
}

.jw-menu-is-mobile .jw-submenu-is-opened>.jw-menu-link .jw-arrow-toplevel:after,.jw-menu-is-mobile .jw-submenu-is-opened>.jw-menu-link .jw-arrow:after {
    font-family: Times, Serif;
    content: '▲'
}

.jw-menu-is-mobile .jw-menu-link {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center
}

.jw-menu-is-mobile .jw-submenu {
    padding-left: 0
}

.jw-menu-is-opened {
    display: block
}

.jw-menu-vertical>.jw-submenu>.jw-menu-is-overflowing>.jw-submenu,.jw-submenu>.jw-menu-is-overflowing>.jw-submenu {
    left: auto;
    right: 100%
}

.jw-menu-clone {
    display: none
}

.jw-menu-is-desktop .jw-menu-clone {
    display: none !important
}

.jw-menu-is-mobile .jw-menu-clone {
    position: absolute;
    z-index: 1009;
    left: 0;
    right: 0;
    min-height: 100vh;
    min-height: calc(100vh - 50px);
    transition: opacity 150ms ease, transform 200ms ease;
    box-shadow: 0 0 0 2000vh rgba(0,0,0,0.2),0 2px 4px rgba(0,0,0,0.2)
}

.jw-menu-is-collapsed.jw-menu-is-mobile .jw-menu-clone.jw-menu-collapse {
    visibility: hidden
}

.jw-menu-is-mobile .jw-menu-clone .jw-menu {
    transition: transform 200ms ease
}

.jw-menu-is-collapsed.jw-menu-is-mobile .jw-menu-clone.jw-menu-collapse {
    opacity: 0;
    transform: translate(0, -15px);
    transition: opacity 150ms ease, transform 200ms ease, visibility 200ms
}

.jw-menu-is-collapsed.jw-menu-is-mobile .jw-menu-clone.jw-menu-collapse .jw-menu {
    transform: scale(.9)
}

.jw-menu-is-mobile .jw-menu-copy {
    display: none
}

.jw-menu-is-mobile .jw-menu-clone {
    display: block
}

.jw-menu-is-mobile .jw-menu-cta .jw-btn {
    margin: 1em
}

.jw-menu-is-mobile .jw-menu-cta .jw-btn,.jw-menu-is-mobile .jw-menu-cta .jw-btn .jw-btn-caption {
    width: 100%;
    text-align: center
}

.jw-menu>.jw-menu-item.jw-menu-cta {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto
}

.jw-menu-vertical.jw-menu>.jw-menu-item.jw-menu-cta {
    margin-left: 0
}

.jw-menu>.jw-menu-item.jw-menu-cta .jw-btn {
    margin-left: 1em
}

.jw-menu-vertical.jw-menu>.jw-menu-item.jw-menu-cta .jw-btn {
    margin-left: 0;
    margin-top: 1em
}

body>div,:host>div {
    font-family: "Lato","sans-serif";
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373
}

body>div .jw-icon-image__inner,:host>div .jw-icon-image__inner {
    background-color: #cc9e00
}

body>div .jw-image-is-square .jw-icon-image,:host>div .jw-image-is-square .jw-icon-image,body>div .jw-image-is-rounded .jw-icon-image,:host>div .jw-image-is-rounded .jw-icon-image,body>div .jw-image-is-round .jw-icon-image,:host>div .jw-image-is-round .jw-icon-image {
    background-color: #cc9e00
}

body>div .jw-image-is-square .jw-icon-image__inner,:host>div .jw-image-is-square .jw-icon-image__inner,body>div .jw-image-is-rounded .jw-icon-image__inner,:host>div .jw-image-is-rounded .jw-icon-image__inner,body>div .jw-image-is-round .jw-icon-image__inner,:host>div .jw-image-is-round .jw-icon-image__inner {
    background-color: #ffffff
}

@media (max-width: 1020px) {
    body>div,:host>div {
        line-height:1.425
    }
}

@media (max-width: 768px) {
    body>div,:host>div {
        line-height:1.35;
        font-size: 1.4rem
    }
}

body>div a,:host>div a,body>div .jw-link-color,:host>div .jw-link-color {
    color: #cc9e00;
    text-decoration: none
}

body>div a:hover,:host>div a:hover,body>div .jw-link-color:hover,:host>div .jw-link-color:hover {
    color: #ffc500;
    text-decoration: underline
}

body>div p,:host>div p,body>div ol,:host>div ol,body>div ul,:host>div ul {
    margin-top: 0;
    margin-bottom: .4em
}

body>div span[style*='color'] a,:host>div span[style*='color'] a {
    color: inherit
}

body>div button,:host>div button {
    line-height: 1.5
}

body>div .jw-text-small,:host>div .jw-text-small {
    font-size: 1.12rem
}

body>div .jw-accent-text-color,:host>div .jw-accent-text-color {
    color: #cc9e00
}

body>div .jw-accent-background,:host>div .jw-accent-background {
    color: #fff9e6;
    background-color: #cc9e00
}

body>div .jw-accent-background a,:host>div .jw-accent-background a,body>div .jw-accent-background .jw-link-button,:host>div .jw-accent-background .jw-link-button {
    color: #fff9e6
}

body>div .jw-accent-border-link-color,:host>div .jw-accent-border-link-color {
    border-color: #cc9e00
}

body>div .jw-accent-border-color,:host>div .jw-accent-border-color {
    border-color: #737373
}

.jw-section h1,.jw-section h2,.jw-section h3,.jw-section h4,.jw-section h5,.jw-section h6 {
    line-height: 1.1;
    color: #cc9e00;
    font-family: "Merriweather","serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width: 768px) {
    .jw-section h1,.jw-section h2,.jw-section h3,.jw-section h4,.jw-section h5,.jw-section h6 {
        line-height:1.1
    }
}

@media (max-width: 1020px) {
    .jw-section h1,.jw-section h2,.jw-section h3,.jw-section h4,.jw-section h5,.jw-section h6 {
        line-height:1.1
    }
}

.jw-section h1 a,.jw-section h2 a,.jw-section h3 a,.jw-section h4 a,.jw-section h5 a,.jw-section h6 a,.jw-section h1 .jw-link-color,.jw-section h2 .jw-link-color,.jw-section h3 .jw-link-color,.jw-section h4 .jw-link-color,.jw-section h5 .jw-link-color,.jw-section h6 .jw-link-color {
    text-decoration: underline;
    color: #cc9e00
}

.jw-section h1 a:hover,.jw-section h2 a:hover,.jw-section h3 a:hover,.jw-section h4 a:hover,.jw-section h5 a:hover,.jw-section h6 a:hover,.jw-section h1 .jw-link-color:hover,.jw-section h2 .jw-link-color:hover,.jw-section h3 .jw-link-color:hover,.jw-section h4 .jw-link-color:hover,.jw-section h5 .jw-link-color:hover,.jw-section h6 .jw-link-color:hover {
    color: #ffc500
}

.jw-section .product-page .product__price__price {
    color: #cc9e00
}

.jw-section .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width: 1020px) {
    .jw-section .jw-heading-200 {
        font-size:4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width: 768px) {
    .jw-section .jw-heading-200 {
        font-size:4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-section .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width: 1020px) {
    .jw-section .jw-heading-150 {
        font-size:3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width: 768px) {
    .jw-section .jw-heading-150 {
        font-size:3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-section .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width: 1020px) {
    .jw-section .jw-heading-130 {
        font-size:3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width: 768px) {
    .jw-section .jw-heading-130 {
        font-size:2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width: 1020px) {
    .jw-section .jw-heading-120 {
        font-size:3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width: 768px) {
    .jw-section .jw-heading-120 {
        font-size:2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section h1,.jw-section .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width: 1020px) {
    .jw-section h1,.jw-section .jw-heading-100 {
        font-size:2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-section h1,.jw-section .jw-heading-100 {
        font-size:2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section h2,.jw-section .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-section h2,.jw-section .jw-heading-85 {
        font-size:2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-section h2,.jw-section .jw-heading-85 {
        font-size:2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section h3,.jw-section .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-section h3,.jw-section .jw-heading-70 {
        font-size:2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-section h3,.jw-section .jw-heading-70 {
        font-size:1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-section h4 {
        font-size:1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-section h4 {
        font-size:1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-blackwhite {
    line-height: 1.5;
    font-size: 1.6rem;
    color: #000
}

.jw-section-blackwhite .jw-icon-image__inner {
    background-color: #000
}

.jw-section-blackwhite .jw-image-is-square .jw-icon-image,.jw-section-blackwhite .jw-image-is-rounded .jw-icon-image,.jw-section-blackwhite .jw-image-is-round .jw-icon-image {
    background-color: #000
}

.jw-section-blackwhite .jw-image-is-square .jw-icon-image__inner,.jw-section-blackwhite .jw-image-is-rounded .jw-icon-image__inner,.jw-section-blackwhite .jw-image-is-round .jw-icon-image__inner {
    background-color: #fff
}

@media (max-width: 1020px) {
    .jw-section-blackwhite {
        line-height:1.425
    }
}

@media (max-width: 768px) {
    .jw-section-blackwhite {
        line-height:1.35;
        font-size: 1.4rem
    }
}

.jw-section-blackwhite a,.jw-section-blackwhite .jw-link-color {
    color: #000;
    text-decoration: underline
}

.jw-section-blackwhite a:hover,.jw-section-blackwhite .jw-link-color:hover {
    color: #1a1a1a;
    text-decoration: underline
}

.jw-section-blackwhite p,.jw-section-blackwhite ol,.jw-section-blackwhite ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-section-blackwhite span[style*='color'] a {
    color: inherit
}

.jw-section-blackwhite button {
    line-height: 1.5
}

.jw-section-blackwhite .jw-text-small {
    font-size: 1.12rem
}

.jw-section-blackwhite .jw-accent-text-color {
    color: #000
}

.jw-section-blackwhite .jw-accent-background {
    color: #8c8c8c;
    background-color: #000
}

.jw-section-blackwhite .jw-accent-background a,.jw-section-blackwhite .jw-accent-background .jw-link-button {
    color: #8c8c8c
}

.jw-section-blackwhite .jw-accent-border-link-color {
    border-color: #000
}

.jw-section-blackwhite .jw-accent-border-color {
    border-color: #000
}

@media (min-width: 1020px) {
    .jw-section-sidebar {
        line-height:1.35
    }
}

.jw-section-white {
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373
}

.jw-section-white .jw-icon-image__inner {
    background-color: #cc9e00
}

.jw-section-white .jw-image-is-square .jw-icon-image,.jw-section-white .jw-image-is-rounded .jw-icon-image,.jw-section-white .jw-image-is-round .jw-icon-image {
    background-color: #cc9e00
}

.jw-section-white .jw-image-is-square .jw-icon-image__inner,.jw-section-white .jw-image-is-rounded .jw-icon-image__inner,.jw-section-white .jw-image-is-round .jw-icon-image__inner {
    background-color: white
}

@media (max-width: 1020px) {
    .jw-section-white {
        line-height:1.425
    }
}

@media (max-width: 768px) {
    .jw-section-white {
        line-height:1.35;
        font-size: 1.4rem
    }
}

.jw-section-white a,.jw-section-white .jw-link-color {
    color: #cc9e00;
    text-decoration: none
}

.jw-section-white a:hover,.jw-section-white .jw-link-color:hover {
    color: #ffc500;
    text-decoration: underline
}

.jw-section-white p,.jw-section-white ol,.jw-section-white ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-section-white span[style*='color'] a {
    color: inherit
}

.jw-section-white button {
    line-height: 1.5
}

.jw-section-white .jw-text-small {
    font-size: 1.12rem
}

.jw-section-white .jw-accent-text-color {
    color: #cc9e00
}

.jw-section-white .jw-accent-background {
    color: #fff9e6;
    background-color: #cc9e00
}

.jw-section-white .jw-accent-background a,.jw-section-white .jw-accent-background .jw-link-button {
    color: #fff9e6
}

.jw-section-white .jw-accent-border-link-color {
    border-color: #cc9e00
}

.jw-section-white .jw-accent-border-color {
    border-color: #737373
}

.jw-section-white h1,.jw-section-white h2,.jw-section-white h3,.jw-section-white h4,.jw-section-white h5,.jw-section-white h6 {
    line-height: 1.1;
    color: #737373;
    font-family: "Merriweather","serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width: 768px) {
    .jw-section-white h1,.jw-section-white h2,.jw-section-white h3,.jw-section-white h4,.jw-section-white h5,.jw-section-white h6 {
        line-height:1.1
    }
}

@media (max-width: 1020px) {
    .jw-section-white h1,.jw-section-white h2,.jw-section-white h3,.jw-section-white h4,.jw-section-white h5,.jw-section-white h6 {
        line-height:1.1
    }
}

.jw-section-white h1 a,.jw-section-white h2 a,.jw-section-white h3 a,.jw-section-white h4 a,.jw-section-white h5 a,.jw-section-white h6 a,.jw-section-white h1 .jw-link-color,.jw-section-white h2 .jw-link-color,.jw-section-white h3 .jw-link-color,.jw-section-white h4 .jw-link-color,.jw-section-white h5 .jw-link-color,.jw-section-white h6 .jw-link-color {
    text-decoration: underline;
    color: #cc9e00
}

.jw-section-white h1 a:hover,.jw-section-white h2 a:hover,.jw-section-white h3 a:hover,.jw-section-white h4 a:hover,.jw-section-white h5 a:hover,.jw-section-white h6 a:hover,.jw-section-white h1 .jw-link-color:hover,.jw-section-white h2 .jw-link-color:hover,.jw-section-white h3 .jw-link-color:hover,.jw-section-white h4 .jw-link-color:hover,.jw-section-white h5 .jw-link-color:hover,.jw-section-white h6 .jw-link-color:hover {
    color: #ffc500
}

.jw-section-white .product-page .product__price__price {
    color: #737373
}

.jw-section-white .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width: 1020px) {
    .jw-section-white .jw-heading-200 {
        font-size:4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width: 768px) {
    .jw-section-white .jw-heading-200 {
        font-size:4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-section-white .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width: 1020px) {
    .jw-section-white .jw-heading-150 {
        font-size:3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width: 768px) {
    .jw-section-white .jw-heading-150 {
        font-size:3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-section-white .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width: 1020px) {
    .jw-section-white .jw-heading-130 {
        font-size:3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width: 768px) {
    .jw-section-white .jw-heading-130 {
        font-size:2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-white .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width: 1020px) {
    .jw-section-white .jw-heading-120 {
        font-size:3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width: 768px) {
    .jw-section-white .jw-heading-120 {
        font-size:2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-white h1,.jw-section-white .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width: 1020px) {
    .jw-section-white h1,.jw-section-white .jw-heading-100 {
        font-size:2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-section-white h1,.jw-section-white .jw-heading-100 {
        font-size:2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-white h2,.jw-section-white .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-section-white h2,.jw-section-white .jw-heading-85 {
        font-size:2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-section-white h2,.jw-section-white .jw-heading-85 {
        font-size:2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-white h3,.jw-section-white .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-section-white h3,.jw-section-white .jw-heading-70 {
        font-size:2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-section-white h3,.jw-section-white .jw-heading-70 {
        font-size:1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-white h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-section-white h4 {
        font-size:1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-section-white h4 {
        font-size:1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-element-form-success {
    color: var(--w-link-color);
    border-color: var(--w-link-color)
}

.jw-element-form-error {
    color: var(--w-form-error-color);
    border-color: var(--w-form-error-color)
}

.jw-section-content .jw-element-form-is-error .jw-element-form-input-text,.jw-section-sidebar .jw-element-form-is-error .jw-element-form-input-text,.jw-section-footer .jw-element-form-is-error .jw-element-form-input-text {
    border-color: var(--w-form-error-color)
}

.jw-section-content .jw-element-form-is-error .jw-element-form-input-text:focus,.jw-section-sidebar .jw-element-form-is-error .jw-element-form-input-text:focus,.jw-section-footer .jw-element-form-is-error .jw-element-form-input-text:focus {
    box-shadow: 0 0 0 2px hsl(from var(--w-form-error-color) h s l / 50%),0 0 rgba(0,0,0,0)
}

.jw-is-no-sidebar .jw-sidebar-toggle {
    display: none
}

.jw-header {
    float: left;
    position: relative
}

.jw-header-text-toggle,.jw-header-image-toggle,.jw-header-plain-text-toggle {
    display: none
}

.jw-header-is-text .jw-header-text-toggle {
    display: block
}

.jw-header-is-image .jw-header-text-toggle {
    display: none
}

.jw-header-is-image .jw-header-image-toggle {
    display: block
}

.jw-header-is-image .jw-header {
    line-height: 0
}

.jw-header-image {
    width: 100%;
    height: auto;
    position: relative
}

.jw-header-is-image .jw-header-image {
    display: block
}

.jw-header-is-image-text .jw-header-text-toggle,.jw-header-is-image-text .jw-header-image-toggle {
    display: block
}

.jw-header-is-image-text .jw-header-image-toggle {
    margin-right: 20px
}

.jw-header-title,.jw-header-slogan {
    line-height: 1;
    margin: 0;
    color: #cc9e00;
    font-family: "Merriweather","serif";
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    display: inline
}

.jw-header-title,.jw-header-slogan,.jw-header-title:hover,.jw-header-slogan:hover {
    text-decoration: none
}

a.jw-header-title:hover {
    color: rgba(204,158,0,0.8)
}

.jw-header-slogan {
    color: #cc9e00;
    font-size: 1.6rem
}

.jw-menu-is-mobile .jw-header {
    display: none
}

.jw-slideshow--multiple>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.jw-slideshow--multiple .jw-slideshow-slide {
    display: none
}

.jw-slideshow--multiple .jw-slideshow-slide:first-child {
    display: block
}

.jw-slideshow .bx-wrapper .jw-slideshow-slide {
    display: block
}

.jw-slideshow .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 0
}

.jw-slideshow .bx-wrapper img {
    max-width: 100%;
    display: block
}

.jw-slideshow .bx-viewport ul {
    padding: 0;
    margin: 0
}

.jw-slideshow .bx-viewport li {
    list-style: none
}

.jw-slideshow .bx-controls-direction {
    position: absolute;
    top: 50%;
    width: 100%
}

.jw-slideshow .bx-prev,.jw-slideshow .bx-next {
    position: absolute;
    font-weight: bold;
    font-family: 'Comic Sans MS','TSCu_Comic',cursive;
    line-height: 4rem;
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
    outline: 0;
    text-align: center;
    text-decoration: none;
    z-index: 55;
    background: rgba(15,15,15,0.5);
    color: #fff;
    transition: opacity 150ms ease;
    font-size: 2.1rem;
    border-radius: 2px
}

.jw-slideshow .bx-prev:hover,.jw-slideshow .bx-next:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none
}

.jw-slideshow .bx-prev.disabled,.jw-slideshow .bx-next.disabled {
    display: none
}

@media (width < 750px) {
    .jw-slideshow .bx-prev,.jw-slideshow .bx-next {
        transform: scale(.75)
    }
}

.jw-slideshow .bx-prev {
    left: 1rem
}

.jw-slideshow .bx-prev>i::before {
    margin: 0 0 0 -0.1em
}

.jw-slideshow .bx-next {
    right: 1rem
}

.jw-slideshow .bx-next>i::before {
    margin: 0 -0.1em 0 0
}

@media (width < 750px) {
    .jw-slideshow .bx-prev {
        left: 0
    }

    .jw-slideshow .bx-next {
        right: 0
    }
}

.jw-slideshow .bx-caption {
    color: white;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-family: "Merriweather","serif";
    text-align: center;
    width: 100%;
    max-width: var(--simple-brick-max-width);
    display: none;
    padding-block:10px;position: relative;
    z-index: 10;
    box-sizing: border-box
}

.jw-slideshow .bx-caption .mce-content-body {
    cursor: default
}

.jw-slideshow .bx-caption .mce-edit-focus {
    cursor: text
}

.jw-slideshow .bx-caption .bx-edit {
    display: inline-block
}

.jw-slideshow-slide-content--no-backdrop .bx-caption {
    text-shadow: 0 1px 3px rgba(0,0,0,0.45)
}

.jw-slideshow-slide-content--captions .bx-caption {
    display: block
}

.jw-slideshow .bx-caption-wrapper {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-inline:50px}

@media (width < 750px) {
    .jw-slideshow .bx-caption-wrapper {
        padding-inline: 25px
    }
}

.jw-slideshow--multiple.jw-slideshow .bx-caption-wrapper {
    padding-inline:60px}

@media (width < 750px) {
    .jw-slideshow--multiple.jw-slideshow .bx-caption-wrapper {
        padding-inline: 40px
    }
}

.jw-slideshow {
    position: relative;
    margin: 0
}

.jw-slideshow-slide-content {
    overflow: hidden;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center
}

.jw-slideshow-slide-content-height-enforcer-wrapper {
    display: block;
    width: 100%;
    margin-left: -100%;
    flex-shrink: 0
}

.jw-slideshow-slide-content-height-enforcer {
    width: 1px;
    margin-left: -1px
}

.jw-slideshow-slide-content.jw-slideshow-slide-content--display-cover {
    background-size: cover
}

.jw-slideshow-slide-content.jw-slideshow-slide-content--display-contain {
    background-size: contain
}

.jw-slideshow-sub-title,.jw-slideshow-btn.jw-btn--size-default {
    font-size: 2.25rem;
    line-height: 1.2em
}

@media screen and (max-width: 750px) {
    .jw-slideshow-sub-title,.jw-slideshow-btn.jw-btn--size-default {
        font-size:1.575rem
    }
}

@media screen and (max-width: 500px) {
    .jw-slideshow-sub-title,.jw-slideshow-btn.jw-btn--size-default {
        font-size:1.125rem
    }
}

.jw-slideshow-title {
    font-size: 4.5rem;
    line-height: 120% !important
}

@media (width < 960px) {
    .jw-slideshow-title {
        font-size: 3.6rem
    }
}

@media (width < 750px) {
    .jw-slideshow-title {
        font-size: 3.15rem
    }
}

@media (width < 620px) {
    .jw-slideshow-title {
        font-size: max(2.25rem, 1.9em)
    }
}

@media (width < 540px) {
    .jw-slideshow-title {
        font-size: max(1.8rem, 1.7em)
    }
}

@media (width < 420px) {
    .jw-slideshow-title {
        font-size: max(1.575rem, 1.5em)
    }
}

.banner-lg {
    font-size: 120%
}

.banner-lg .jw-slideshow-title {
    font-size: 5.4rem;
    line-height: 120% !important
}

@media (width < 960px) {
    .banner-lg .jw-slideshow-title {
        font-size: 4.32rem
    }
}

@media (width < 750px) {
    .banner-lg .jw-slideshow-title {
        font-size: 3.78rem
    }
}

@media (width < 620px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(2.7rem, 1.9em)
    }
}

@media (width < 540px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(2.16rem, 1.7em)
    }
}

@media (width < 420px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(1.89rem, 1.5em)
    }
}

.banner-sm {
    font-size: 85%
}

.banner-sm .jw-slideshow-title {
    font-size: 3.825rem;
    line-height: 120% !important
}

@media (width < 960px) {
    .banner-sm .jw-slideshow-title {
        font-size: 3.06rem
    }
}

@media (width < 750px) {
    .banner-sm .jw-slideshow-title {
        font-size: 2.6775rem
    }
}

@media (width < 620px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(1.9125rem, 1.9em)
    }
}

@media (width < 540px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(1.53rem, 1.7em)
    }
}

@media (width < 420px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(1.33875rem, 1.5em)
    }
}

.jw-slideshow-sub-title,.jw-slideshow-btn.jw-btn--size-default {
    font-size: 1.4em
}

@media (width < 750px) {
    .jw-slideshow-sub-title,.jw-slideshow-btn.jw-btn--size-default {
        font-size: 1.3em
    }
}

@media (width < 500px) {
    .jw-slideshow-sub-title,.jw-slideshow-btn.jw-btn--size-default {
        font-size: 1.2em
    }
}

.jw-slideshow .bx-caption .jw-slideshow-btn,.jw-slideshow .bx-caption .jw-slideshow-sub-title {
    display: inline-block;
    margin: 10px 0;
    transition: margin 300ms
}

.jw-slideshow .jw-slideshow-btn {
    text-shadow: none
}

.jw-slideshow .jw-info-label {
    font-weight: normal;
    font-style: none;
    text-shadow: none;
    left: 50%
}

.jw-slideshow.banner-sm .bx-caption .jw-slideshow-btn,.jw-slideshow.banner-sm .jw-slideshow-sub-title {
    margin: 5px 0 0 0
}

.jw-slideshow.banner-md .bx-caption .jw-slideshow-btn,.jw-slideshow.banner-md .jw-slideshow-sub-title {
    margin: 25px 0 0 0
}

.jw-slideshow.banner-lg .bx-caption .jw-slideshow-btn,.jw-slideshow.banner-lg .jw-slideshow-sub-title {
    margin: 30px 0 0 0
}

.jw-slideshow__scroll-arrow {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 1rem;
    margin: auto;
    width: 5.6rem;
    height: 5.2rem;
    text-align: center;
    line-height: 4rem;
    font-size: 4rem;
    color: white;
    text-shadow: 0 2px 2px rgba(0,0,0,0.4);
    cursor: pointer
}

.banner-lg.jw-slideshow--height-ratio .jw-slideshow__scroll-arrow {
    visibility: visible
}

.jw-slideshow__scroll-arrow>i {
    display: block;
    line-height: inherit;
    transition: transform 150ms ease
}

.jw-slideshow__scroll-arrow:hover>i {
    transform: translate(0, .5rem)
}

.jw-is-no-slideshow .jw-slideshow-toggle {
    display: none
}

body {
    background-color: #ffffff
}



.jw-body {
    min-height: 100%;
    height: 100%;
    position: relative
}

.jw-body:before,.jw-body:after {
    display: table;
    content: '';
    line-height: 0
}

.jw-body:after {
    clear: both
}

@media (max-width: 1020px) {
    .message-bar {
        order:-1
    }
}

.jw-menu-is-mobile .message-bar {
    z-index: 1010
}

.message-bar--accent {
    background: #ffc500;
    color: #000
}

.message-bar-usps {
    min-height: 2.5em
}

.jw-mobile-header {
    background: #ffffff
}

.jw-mobile-text {
    color: #cc9e00
}

.jw-mobile-text:hover {
    color: #cc9e00
}


.jw-mobile-header {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 10px;
    max-height: 70px;
    min-height: 30px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.jw-mobile-header a,.jw-mobile-header a:active,.jw-mobile-header a:hover {
    text-decoration: none
}

.jw-header-is-image-text .jw-mobile-header,.jw-header-is-text .jw-mobile-header,.jw-header-is-image .jw-mobile-header {
    min-height: 100%;
    flex-direction: column
}

.jw-mobile-header-content {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    height: 100%
}

.jw-mobile-logo {
    display: block;
    max-height: 50px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.jw-mobile-header--text .jw-mobile-logo {
    display: none
}

.jw-mobile-text {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-family: "Merriweather","serif";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-decoration: none
}

.jw-mobile-text>span {
    margin: -10px;
    padding: 10px;
    max-width: 100%;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis
}

.jw-mobile-text:hover {
    text-decoration: none
}

@media (max-width: 639px) {
    .jw-mobile-header--image .jw-mobile-text,.jw-mobile-header--image-text .jw-mobile-logo--landscape~.jw-mobile-text {
        display:none
    }
}

.jw-mobile-header--image-text .jw-mobile-text {
    margin-left: 10px
}

body:not(.jw-menu-is-mobile) .jw-mobile-toggle {
    display: none
}



.mobile-bar--accent {
    background: #ffc500
}

.mobile-bar--accent .mobile-bar__item {
    color: #000
}

.mobile-bar--accent .mobile-bar__item:hover {
    background: #e6b100
}

.jw-popover-container--inline {
    display: inline
}

.jw-popover-container--modal {
    position: fixed;
    z-index: 2101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.jw-popover-backdrop {
    position: fixed;
    z-index: 2100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    transition: visibility 200ms, opacity 200ms ease
}

.is-hidden .jw-popover-backdrop {
    visibility: hidden;
    opacity: 0
}

.jw-popover {
    position: relative;
    z-index: 2101;
    text-align: left;
    text-transform: none;
    will-change: transform;
    transition: visibility 200ms,opacity 200ms ease,transform 200ms ease-out
}

.jw-popover-container--inline .jw-popover {
    position: absolute;
    bottom: -6px;
    width: 100%;
    max-width: 100px
}

.jw-popover-container--modal .jw-popover {
    width: 100%;
    padding: 20px
}

.is-hidden .jw-popover {
    visibility: hidden;
    opacity: 0;
    transform: scale3d(.9, .9, 1);
    transition: visibility 200ms,opacity 200ms ease,transform 200ms ease-in
}

.jw-popover:focus {
    outline: none
}

.jw-popover__arrow {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent white transparent
}

.jw-popover__close-button {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.3em;
    background-color: transparent;
    border: 0
}

.jw-popover__content {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2)
}

.jw-popover-container--modal .jw-popover__content {
    padding: 15px
}

.jw-popover-container--inline .jw-popover__content {
    position: absolute;
    width: 25em
}

.jw-popover-container--inline .jw-popover__content--align-right {
    right: 0
}

.jw-menu-is-desktop .jw-menu-horizontal .jw-popover-container--inline .jw-popover__content {
    right: 0
}

.jw-menu-is-desktop .jw-menu-vertical .jw-popover-container--inline .jw-popover__content {
    left: 0
}

.jw-menu-is-desktop .jw-menu-item--left .jw-popover-container--inline .jw-popover__content {
    right: auto
}

.jw-search {
    display: flex
}

.jw-search__input {
    flex: 1;
    padding: 10px 12px;
    min-width: 0;
    font-size: inherit;
    border-radius: 3px 0 0 3px;
    transition: border-color 150ms ease
}

.jw-search__input:focus {
    outline: none
}

.jw-search__submit {
    padding: 0 15px;
    font-size: inherit;
    border: 0;
    border-radius: 0 3px 3px 0;
    transition: background 150ms ease
}

.jw-search__submit:active {
    outline: none
}

.jw-popover .jw-search__input {
    color: #222;
    background: white;
    border: 1px solid #ccc;
    border-right: 0
}

.jw-popover .jw-search__input:focus {
    border-color: #cc9e00
}

.jw-popover .jw-search__submit {
    color: #fff;
    background: #cc9e00
}

.jw-popover .jw-search__submit:focus,.jw-popover .jw-search__submit:hover {
    background: #ad8600
}

.jw-popover .jw-search__submit:active {
    background: #9e7a00
}

.jw-mobile-menu__button {
    background: #ffffff;
    color: #737373;
    outline: 0
}

.jw-mobile-menu__button:hover {
    background: #fafafa
}

.jw-mobile-menu__button:active,.jw-mobile-menu__button:focus {
    background: #f2f2f2
}

.jw-mobile-menu__button--dummy {
    background: #ffffff
}

.jw-mobile-menu {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1010;
    box-sizing: border-box
}

.jw-menu-is-mobile .jw-mobile-menu {
    display: flex
}

.jw-mobile-menu__button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    min-height: 40px;
    padding: 9px 9px;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    transition: color 200ms ease
}

.jw-mobile-menu__button--dummy {
    flex: 0 99999 auto;
    padding: 0;
    cursor: default;
    pointer-events: none
}


.jw-mobile-menu-search {
    display: none;
    position: absolute;
    z-index: 1011;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    transition: background 300ms ease, visibility 300ms linear
}

.jw-menu-is-mobile .jw-mobile-menu-search {
    display: block
}

.jw-mobile-menu-search--hidden {
    visibility: hidden;
    pointer-events: none;
    background: transparent
}

.jw-mobile-menu-search__box {
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 50px;
    transition: transform 300ms cubic-bezier(.215, .61, .355, 1)
}

.jw-mobile-menu-search--hidden .jw-mobile-menu-search__box {
    transform: translate(0, -100%)
}

.jw-mobile-menu-search__input {
    flex: 1 1 auto;
    padding: 16px;
    border: 0;
    background: white;
    outline: none
}

.jw-mobile-menu-search__button.jw-btn {
    width: 44px;
    justify-content: center;
    align-items: center;
    padding: 16px;
    font-size: 18px;
    line-height: 18px
}

.jw-mobile-menu-search-item {
    padding: 1em
}

.jw-mobile-menu-search-item .jw-search__input {
    color: #222;
    background: white;
    border: 1px solid #ccc;
    border-right: 0
}

.jw-mobile-menu-search-item .jw-search__input:focus {
    border-color: #cc9e00
}

.jw-mobile-menu-search-item .jw-search__submit {
    color: #fff;
    background: #cc9e00
}

.jw-mobile-menu-search-item .jw-search__submit:focus,.jw-mobile-menu-search-item .jw-search__submit:hover {
    background: #ad8600
}

.jw-mobile-menu-search-item .jw-search__submit:active {
    background: #9e7a00
}

.jw-section-content .jw-search__input {
    color: #222;
    background: white;
    border: 1px solid #ccc;
    border-right: 0
}

.jw-section-content .jw-search__input:focus {
    border-color: #cc9e00
}

.jw-section-content .jw-search__submit {
    color: #fff;
    background: #cc9e00
}

.jw-section-content .jw-search__submit:focus,.jw-section-content .jw-search__submit:hover {
    background: #ad8600
}

.jw-section-content .jw-search__submit:active {
    background: #9e7a00
}

.jw-icon-burger {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.jw-icon-burger,.jw-icon-burger::before,.jw-icon-burger::after {
    display: block;
    width: 22px;
    height: 2px;
    background-color: currentColor;
    border-radius: 2px;
    transform-origin: center center;
    transition-property: background-color,transform,width;
    transition-duration: 200ms
}

.jw-icon-burger::before,.jw-icon-burger::after {
    content: '';
    position: absolute
}

.jw-icon-burger::before {
    top: -6px
}

.jw-icon-burger::after {
    top: 6px
}

.jw-icon-burger--cross {
    background-color: transparent;
    transform: rotate(180deg)
}

.jw-icon-burger--cross::before,.jw-icon-burger--cross::after {
    width: 24px
}

.jw-icon-burger--cross::before {
    transform: translate(-1px, 6px) rotate(-45deg)
}

.jw-icon-burger--cross::after {
    transform: translate(-1px, -6px) rotate(45deg)
}

.jw-icon-search {
    display: block;
    width: 20px;
    height: 20px
}

.jw-icon-search::before,.jw-icon-search::after {
    content: '';
    display: block;
    position: absolute
}

.jw-icon-search::before {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 2px currentColor
}

.jw-icon-search::after {
    width: 10px;
    height: 2px;
    background-color: currentColor;
    border-radius: 0 2px 2px 0;
    transform-origin: -6px 1px;
    transform: translate(14px, 7px) rotate(45deg)
}

.cc-window.cc-theme-jw {
    font-family: "Lato","sans-serif";
    line-height: 1.5;
    font-size: 1.6rem
}

@media (max-width: 1020px) {
    .cc-window.cc-theme-jw {
        line-height:1.425
    }
}

@media (max-width: 768px) {
    .cc-window.cc-theme-jw {
        line-height:1.35;
        font-size: 1.4rem
    }
}

.cc-window.cc-theme-jw .cc-allow.cc-btn,.cc-window.cc-theme-jw .cc-dismiss.cc-btn {
    background: #cc9e00;
    color: #fff;
    border-color: black
}

.cc-window.cc-theme-jw .cc-allow.cc-btn:hover,.cc-window.cc-theme-jw .cc-dismiss.cc-btn:hover {
    background: #ffc500;
    color: #fff
}

.jw-section .jw-element-ads h3 {
    font-size: 25px
}

@media (max-width: 1020px) {
    .jw-section .jw-element-ads h3 {
        font-size:20px
    }
}

.jw-section .jw-element-ads--accent {
    background: #ffc500
}

.jw-section .jw-element-ads--accent h3 {
    color: #000
}

.jw-section .jw-element-ads--tint {
    background: #e6e6e6
}

.jw-section .jw-element-ads--tint h3 {
    color: #676767
}

:root,.strip-preview__container {
    --strip-content-padding-inline: 10px;
    --strip-content-padding-block: max(2em, 20px);
    --strip-content-padding-block--primary: 20px;
    --strip-content-padding-inline--split-image: 10px
}

@media (min-width: 1020px) {
    :root,.strip-preview__container {
        --strip-content-padding-inline:20px;
        --strip-content-padding-block: max(3.3em, 30px);
        --strip-content-padding-block--primary: max(3.3em, 30px);
        --strip-content-padding-inline--split-image: max(3.3em, 30px)
    }
}

@media (min-width: 1020px) {
    .jw-is-sidebar .main-content {
        flex-direction:row;
        justify-content: center
    }

    .jw-is-sidebar .main-content .block-content {
        width: 70%
    }

    .jw-is-sidebar .main-content .block-sidebar {
        width: 30%
    }
}

.jw-btn--style-flat,.jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border) {
    background: var(--jw-comp--button--primary-color);
    color: var(--jw-comp--button--on-primary-color) !important;
    border: none
}

.jw-btn--style-flat:hover:not(:disabled),.jw-btn--style-flat.jw-btn__active,.jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border):hover:not(:disabled),.jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border).jw-btn__active {
    background: var(--jw-comp--button--primary-color-hover);
    color: var(--jw-comp--button--on-primary-color) !important
}

.jw-btn--style-border,.jw-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border) {
    background: transparent;
    color: var(--jw-comp--button--primary-color) !important;
    box-shadow: inset 0 0 0 2px var(--jw-comp--button--primary-color)
}

.jw-btn--style-border:hover:not(:disabled),.jw-btn--style-border.jw-btn__active,.jw-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border):hover:not(:disabled),.jw-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border).jw-btn__active {
    background: var(--jw-comp--button--primary-color);
    color: var(--jw-comp--button--on-primary-color) !important
}

.jw-btn--roundness-square {
    border-radius: 0
}

.jw-btn--roundness-rounded,.jw-btn:not(.jw-btn--roundness-square, .jw-btn--roundness-rounded, .jw-btn--roundness-round) {
    border-radius: .2em
}

.jw-btn--roundness-round {
    border-radius: 1000px;
    padding-left: 1.1em;
    padding-right: 1.1em
}

.jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500
}

.jw-section-white .jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500
}

.jw-slideshow .jw-btn {
    --jw-comp--button--primary-color: #ffc500;
    --jw-comp--button--on-primary-color: #000;
    --jw-comp--button--primary-color-hover: #cc9e00
}

.jw-section-content .product__price s,.jw-section-content .product-gallery__price s {
    text-decoration-color: #d9534f
}

.jw-section-sidebar .product__price s,.jw-section-sidebar .product-gallery__price s {
    text-decoration-color: #d9534f
}

.jw-section-footer .product__price s,.jw-section-footer .product-gallery__price s {
    text-decoration-color: #d9534f
}

.product,.product__description,.product-page__description,.product-page__social {
    border-color: rgba(115,115,115,0.2)
}

.jw-columns .jw-product .product,.image-gallery__thumbnail-item {
    border-radius: 3px
}

.product__free-shipping-motivator {
    color: #cc9e00
}

.jw-select {
    display: inline-flex;
    line-height: 1.5
}

.jw-select__prefix {
    position: relative;
    margin-right: -1px
}

.jw-select__input {
    height: 1.5em;
    box-sizing: content-box;
    flex: 1 1 auto;
    min-width: 0
}

.jw-select--size-small .jw-select__prefix,.jw-select--size-small .jw-select__input {
    font-size: 1em;
    padding-top: .3em;
    padding-bottom: .3em;
    padding-left: .6em
}

.jw-select--size-default .jw-select__prefix,.jw-select--size-default .jw-select__input {
    font-size: 1.3em;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .6em
}

.jw-select--size-large .jw-select__prefix,.jw-select--size-large .jw-select__input {
    font-size: 1.5em;
    padding-top: .39em;
    padding-bottom: .39em;
    padding-left: .6em
}

.jw-section .cart-item {
    border-color: rgba(115,115,115,0.16)
}

.jw-section .cart-totals__row {
    border-color: rgba(115,115,115,0.16)
}

.jw-section .cart-totals__row--free_shipping_motivator,.jw-section .cart-totals__row--free_shipping .cart-totals__row-price {
    color: #cc9e00
}

.jw-section .product-quantity-input__remove {
    color: rgba(115,115,115,0.6)
}

.jw-section .product-quantity-input__remove:hover {
    color: #737373
}

.jw-section .cart-totals__tooltip {
    display: flex;
    color: rgba(115,115,115,0.6);
    font-size: .9em
}

.jw-section .cart-totals__tooltip .website-rendering-icon-help-circled {
    margin-right: .25em
}

.jw-section-white .cart-item {
    border-color: rgba(115,115,115,0.16)
}

.jw-section-white .cart-totals__row {
    border-color: rgba(115,115,115,0.16)
}

.jw-section-white .cart-totals__row--free_shipping_motivator,.jw-section-white .cart-totals__row--free_shipping .cart-totals__row-price {
    color: #cc9e00
}

.jw-section-white .product-quantity-input__remove {
    color: rgba(115,115,115,0.6)
}

.jw-section-white .product-quantity-input__remove:hover {
    color: #737373
}

.jw-section-white .cart-totals__tooltip {
    display: flex;
    color: rgba(115,115,115,0.6);
    font-size: .9em
}

.jw-section-white .cart-totals__tooltip .website-rendering-icon-help-circled {
    margin-right: .25em
}

.jw-element-image__image--placeholder,.jw-album--placeholder.jw-album--display-format-cover .jw-album-image__inner,.jw-album--placeholder.jw-album--display-format-contain .jw-album-image__image,.jw-album--placeholder.jw-album--display-format-masonry .jw-album-image__image,.fotorama--placeholder .fotorama__stage__frame,.jw-header-image--placeholder,.jw-mobile-logo--placeholder,.product--placeholder .product__image,.cart-item__image--placeholder img,.product-gallery__image--placeholder img,.product__image-container--placeholder img {
    background-color: #e6e6e6;
    box-shadow: inset 0 0 0 1px #ccc
}

.jw-section-footer .jw-element-image__image--placeholder,.jw-section-footer .jw-album--placeholder.jw-album--display-format-cover .jw-album-image__inner,.jw-section-footer .jw-album--placeholder.jw-album--display-format-contain .jw-album-image__image,.jw-section-footer .jw-album--placeholder.jw-album--display-format-masonry .jw-album-image__image,.jw-section-footer .fotorama--placeholder .fotorama__stage__frame,.jw-section-footer .jw-header-image--placeholder,.jw-section-footer .jw-mobile-logo--placeholder,.jw-section-footer .product--placeholder .product__image,.jw-section-footer .cart-item__image--placeholder img,.jw-section-footer .product-gallery__image--placeholder img,.jw-section-footer .product__image-container--placeholder img {
    background-color: #e6e6e6;
    box-shadow: inset 0 0 0 1px #ccc
}

.jw-section-sidebar .jw-element-image__image--placeholder,.jw-section-sidebar .jw-album--placeholder.jw-album--display-format-cover .jw-album-image__inner,.jw-section-sidebar .jw-album--placeholder.jw-album--display-format-contain .jw-album-image__image,.jw-section-sidebar .jw-album--placeholder.jw-album--display-format-masonry .jw-album-image__image,.jw-section-sidebar .fotorama--placeholder .fotorama__stage__frame,.jw-section-sidebar .jw-header-image--placeholder,.jw-section-sidebar .jw-mobile-logo--placeholder,.jw-section-sidebar .product--placeholder .product__image,.jw-section-sidebar .cart-item__image--placeholder img,.jw-section-sidebar .product-gallery__image--placeholder img,.jw-section-sidebar .product__image-container--placeholder img {
    background-color: #e6e6e6;
    box-shadow: inset 0 0 0 1px #ccc
}

.jw-map--marker-accent .jw-marker__back {
    fill: #ffc500
}

.jw-map--marker-accent .jw-marker__circle {
    fill: #000
}

:root {
    --jw-swatch--heading-color: #cc9e00;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #ffc500;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--paragraph-link-color: #cc9e00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #ffc500;
    --jw-swatch--accent-color: #ffc500;
    --jw-swatch--accent-color--button-text-on: #000;
    --jw-swatch--accent-color--button-hover: #cc9e00;
    --jw-swatch--header-color: #ffffff;
    --jw-swatch--header-color--button-text-on: #737373;
    --jw-swatch--header-color--button-hover: #e6e6e6
}

:root {
    --w-color: #737373;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(115,115,115,0.3);
    --w-line-color: rgba(115,115,115,0.2);
    --w-link-color: #cc9e00;
    --w-background-color: #ffffff;
    --w-form-error-color: hsl(2,64%,58%)
}

:root {
    --jw-swatch--paragraph-link-color: #cc9e00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #ffc500;
    --jw-swatch--heading-color: #cc9e00;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #ffc500;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--header-color: #cc9e00;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #ffc500
}

.jw-element-separator,.jw-news-post,.jw-comment,.jw-columns__node--separator-left,.jw-columns__node--separator-right,.website-logout,.jw-element-accordion__heading {
    border-color: rgba(115,115,115,0.2)
}

.jw-steps__step {
    background-color: #ffffff;
    border-color: rgba(115,115,115,0.3);
    color: #8f8f8f
}

a.jw-steps__step:hover,a.jw-steps__step:focus {
    color: #8f8f8f
}

.jw-steps__step--enabled {
    color: #737373
}

a.jw-steps__step--enabled:hover,a.jw-steps__step--enabled:focus {
    color: #737373
}

.jw-steps__step--completed {
    background-color: #faf5e6;
    border-color: #cc9e00;
    color: #806300
}

a.jw-steps__step--completed:hover,a.jw-steps__step--completed:focus {
    color: #806300
}

.jw-steps__step--selected {
    background-color: #cc9e00;
    border-color: #cc9e00;
    color: #fff
}

a.jw-steps__step--selected:hover,a.jw-steps__step--selected:focus {
    color: #fff
}

.jw-toggle-block__label {
    border-color: rgba(115,115,115,0.2)
}

input:checked+.jw-toggle-block__label {
    border-color: #cc9e00;
    box-shadow: 0 0 0 1px #cc9e00
}

.jw-toggle-block__label.jw-element-form-is-error,input:checked+.jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-element-form-well {
    background: #f8f8f8
}

.jw-element-form-input-text {
    border-color: rgba(166,166,166,0.5);
    color: #737373;
    background-color: #e6e6e6;
    box-shadow: 0 0 rgba(0,0,0,0)
}

.jw-element-form-input-text:hover {
    border-color: #a6a6a6
}

.jw-element-form-input-text:focus {
    border-color: #cc9e00;
    box-shadow: 0 0 0 2px #e6ce80,0 0 rgba(0,0,0,0)
}

select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23737373%22%20/%3E%3C/svg%3E')
}

input[type='radio']:focus,input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #cc9e00;
    outline: none
}

input[type='radio']:focus:not(:focus-visible),input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-pagination__page {
    color: #cc9e00;
    border-radius: .2em
}

.jw-pagination__page:hover {
    background: rgba(204,158,0,0.15);
    color: #cc9e00
}

.jw-pagination__page--active,.jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #cc9e00;
    background: transparent;
    color: #cc9e00
}

.product-sticker {
    color: #fff;
    background: #cc9e00
}

.jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115,115,115,0.8)
}

.jw-tree-empty-placeholder__image {
    background-image: url('https://assets.jwwb.nl/assets/img/content-empty.png?version=1')
}

.text--muted {
    color: #ababab
}

.jw-element-social-share .share-button--wrapper {
    border-color: rgba(115,115,115,0.2)
}

.jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #cc9e00
}

.jw-element-rating__icon-empty {
    color: #d5d5d5
}

.jw-element-audio {
    --plyr-color-main: #cc9e00;
    --plyr-audio-controls-background: #f0f0f0;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #cc9e00;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115,115,115,0.3);
    --plyr-control-radius: .2em
}

.jw-element-audio .plyr--audio .plyr__controls {
    border-radius: .2em;
    border-color: #d7d7d7
}

.jw-element-video {
    --plyr-color-main: #cc9e00;
    --plyr-video-control-background-hover: #cc9e00;
    --plyr-video-control-color-hover: #fff
}

.jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
    margin: auto
}

.jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,.jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #cc9e00;
    border-color: #cc9e00
}

.jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #cc9e00;
    color: #fff
}

.jw-element-social-follow__default-color-getter {
    color: #cc9e00
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #24cf64;
    border-color: #24cf64
}

.image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #cc9e00;
    outline-offset: 1px
}

.image-gallery__thumbnail-item {
    border-color: rgba(115,115,115,0.3)
}

.image-gallery__thumbnail-item:hover {
    border-color: rgba(115,115,115,0.6)
}

.image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #cc9e00
}

.jw-element-accordion--style-box .jw-element-accordion__heading {
    background-color: #cc9e00;
    color: #fff;
    border-color: #997600
}

.jw-element-accordion--style-box .jw-element-accordion__item {
    background-color: rgba(115,115,115,0.05)
}

.jw-element-accordion--style-box .jw-element-accordion__content {
    border-color: #997600
}

.jw-table.jw-table--header.jw-table--border th,.jw-table.jw-table--header.jw-table--striped th {
    background-color: #cc9e00;
    color: #fff
}

.jw-table.jw-table--border tr,.jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(115,115,115,0.1)
}

.jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(115,115,115,0.05)
}

.jw-table.jw-table--hover tr:hover td {
    background-color: rgba(115,115,115,0.15)
}

.jw-table.jw-table--nowrap {
    white-space: nowrap
}

.responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(115,115,115,0.3)
}

.handsontable .jw-table--header.jw-table--border tr:first-child td,.handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #cc9e00;
    color: #fff
}

.product,.product__description,.product-page__description,.product-page__social {
    border-color: rgba(115,115,115,0.2)
}

.jw-columns .jw-product .product,.image-gallery__thumbnail-item {
    border-radius: 3px
}

.product__free-shipping-motivator {
    color: #cc9e00
}

.product-gallery--empty {
    border: 1px solid rgba(115,115,115,0.3);
    color: rgba(115,115,115,0.5)
}

.product-gallery__content {
    background: #ffffff
}

.product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(115,115,115,0.3)
}

.product-gallery--style-bordered .product-gallery__content:hover,.product-gallery--style-clean .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(115,115,115,0.6)
}

.product-gallery--style-bordered .product-gallery__content:focus-within,.product-gallery--style-clean .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(115,115,115,0.6)
}

.product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255,255,255,0.9)
}

.product-gallery__price {
    color: #9d9d9d
}

.product-gallery {
    --button-height: 34px;
    --select-height: calc(var(--jw-form-element-input-padding) * 2 + (16px * 1.5))
}

.product-gallery-filter__button {
    color: #cc9e00
}

.jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500
}

.jw-section-footer {
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373
}

:root .jw-section-footer {
    --w-color: #737373;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(115,115,115,0.3);
    --w-line-color: rgba(115,115,115,0.2);
    --w-link-color: #737373;
    --w-background-color: #ffffff;
    --w-form-error-color: hsl(2,64%,58%)
}

:root .jw-section-footer {
    --jw-swatch--paragraph-link-color: #737373;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #8c8c8c;
    --jw-swatch--heading-color: #737373;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #8c8c8c;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--header-color: #737373;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #8c8c8c
}

.jw-section-footer .jw-element-separator,.jw-section-footer .jw-news-post,.jw-section-footer .jw-comment,.jw-section-footer .jw-columns__node--separator-left,.jw-section-footer .jw-columns__node--separator-right,.jw-section-footer .website-logout,.jw-section-footer .jw-element-accordion__heading {
    border-color: rgba(115,115,115,0.2)
}

.jw-section-footer .jw-steps__step {
    background-color: #ffffff;
    border-color: rgba(115,115,115,0.3);
    color: #8f8f8f
}

a.jw-section-footer .jw-steps__step:hover,a.jw-section-footer .jw-steps__step:focus {
    color: #8f8f8f
}

.jw-section-footer .jw-steps__step--enabled {
    color: #737373
}

a.jw-section-footer .jw-steps__step--enabled:hover,a.jw-section-footer .jw-steps__step--enabled:focus {
    color: #737373
}

.jw-section-footer .jw-steps__step--completed {
    background-color: #f1f1f1;
    border-color: #737373;
    color: #4c4c4c
}

a.jw-section-footer .jw-steps__step--completed:hover,a.jw-section-footer .jw-steps__step--completed:focus {
    color: #4c4c4c
}

.jw-section-footer .jw-steps__step--selected {
    background-color: #737373;
    border-color: #737373;
    color: #fff
}

a.jw-section-footer .jw-steps__step--selected:hover,a.jw-section-footer .jw-steps__step--selected:focus {
    color: #fff
}

.jw-section-footer .jw-toggle-block__label {
    border-color: rgba(115,115,115,0.2)
}

input:checked+.jw-section-footer .jw-toggle-block__label {
    border-color: #737373;
    box-shadow: 0 0 0 1px #737373
}

.jw-section-footer .jw-toggle-block__label.jw-element-form-is-error,input:checked+.jw-section-footer .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-section-footer .jw-element-form-well {
    background: #f8f8f8
}

.jw-section-footer .jw-element-form-input-text {
    border-color: rgba(166,166,166,0.5);
    color: #737373;
    background-color: #e6e6e6;
    box-shadow: 0 0 rgba(0,0,0,0)
}

.jw-section-footer .jw-element-form-input-text:hover {
    border-color: #a6a6a6
}

.jw-section-footer .jw-element-form-input-text:focus {
    border-color: #737373;
    box-shadow: 0 0 0 2px #b9b9b9,0 0 rgba(0,0,0,0)
}

.jw-section-footer select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23737373%22%20/%3E%3C/svg%3E')
}

.jw-section-footer input[type='radio']:focus,.jw-section-footer input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #737373;
    outline: none
}

.jw-section-footer input[type='radio']:focus:not(:focus-visible),.jw-section-footer input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-section-footer .jw-pagination__page {
    color: #737373;
    border-radius: .2em
}

.jw-section-footer .jw-pagination__page:hover {
    background: rgba(115,115,115,0.15);
    color: #737373
}

.jw-section-footer .jw-pagination__page--active,.jw-section-footer .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #737373;
    background: transparent;
    color: #737373
}

.jw-section-footer .product-sticker {
    color: #fff;
    background: #737373
}

.jw-section-footer .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115,115,115,0.8)
}

.jw-section-footer .jw-tree-empty-placeholder__image {
    background-image: url('https://assets.jwwb.nl/assets/img/content-empty.png?version=1')
}

.jw-section-footer .text--muted {
    color: #ababab
}

.jw-section-footer .jw-element-social-share .share-button--wrapper {
    border-color: rgba(115,115,115,0.2)
}

.jw-section-footer .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #737373
}

.jw-section-footer .jw-element-rating__icon-empty {
    color: #d5d5d5
}

.jw-section-footer .jw-element-audio {
    --plyr-color-main: #737373;
    --plyr-audio-controls-background: #f0f0f0;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #737373;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115,115,115,0.3);
    --plyr-control-radius: .2em
}

.jw-section-footer .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: .2em;
    border-color: #d7d7d7
}

.jw-section-footer .jw-element-video {
    --plyr-color-main: #737373;
    --plyr-video-control-background-hover: #737373;
    --plyr-video-control-color-hover: #fff
}

.jw-section-footer .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
    margin: auto
}

.jw-section-footer .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,.jw-section-footer .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #737373;
    border-color: #737373
}

.jw-section-footer .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #737373;
    color: #fff
}

.jw-section-footer .jw-element-social-follow__default-color-getter {
    color: #737373
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #24cf64;
    border-color: #24cf64
}

.jw-section-footer .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #737373;
    outline-offset: 1px
}

.jw-section-footer .image-gallery__thumbnail-item {
    border-color: rgba(115,115,115,0.3)
}

.jw-section-footer .image-gallery__thumbnail-item:hover {
    border-color: rgba(115,115,115,0.6)
}

.jw-section-footer .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #737373
}

.jw-section-footer .jw-element-accordion--style-box .jw-section-footer .jw-element-accordion__heading {
    background-color: #737373;
    color: #fff;
    border-color: #595959
}

.jw-section-footer .jw-element-accordion--style-box .jw-section-footer .jw-element-accordion__item {
    background-color: rgba(115,115,115,0.05)
}

.jw-section-footer .jw-element-accordion--style-box .jw-section-footer .jw-element-accordion__content {
    border-color: #595959
}

.jw-section-footer .jw-table.jw-table--header.jw-table--border th,.jw-section-footer .jw-table.jw-table--header.jw-table--striped th {
    background-color: #737373;
    color: #fff
}

.jw-section-footer .jw-table.jw-table--border tr,.jw-section-footer .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(115,115,115,0.1)
}

.jw-section-footer .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(115,115,115,0.05)
}

.jw-section-footer .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(115,115,115,0.15)
}

.jw-section-footer .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-section-footer .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(115,115,115,0.3)
}

.jw-section-footer .handsontable .jw-table--header.jw-table--border tr:first-child td,.jw-section-footer .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #737373;
    color: #fff
}

.jw-section-footer .product,.jw-section-footer .product__description,.jw-section-footer .product-page__description,.jw-section-footer .product-page__social {
    border-color: rgba(115,115,115,0.2)
}

.jw-section-footer .jw-columns .jw-product .product,.jw-section-footer .image-gallery__thumbnail-item {
    border-radius: 3px
}

.jw-section-footer .product__free-shipping-motivator {
    color: #737373
}

.jw-section-footer .product-gallery--empty {
    border: 1px solid rgba(115,115,115,0.3);
    color: rgba(115,115,115,0.5)
}

.jw-section-footer .product-gallery__content {
    background: #ffffff
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(115,115,115,0.3)
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__content:hover,.jw-section-footer .product-gallery--style-clean .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(115,115,115,0.6)
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__content:focus-within,.jw-section-footer .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(115,115,115,0.6)
}

.jw-section-footer .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255,255,255,0.9)
}

.jw-section-footer .product-gallery__price {
    color: #9d9d9d
}

.jw-section-footer .product-gallery {
    --button-height: 34px;
    --select-height: calc(var(--jw-form-element-input-padding) * 2 + (16px * 1.5))
}

.jw-section-footer .product-gallery-filter__button {
    color: #737373
}

.jw-section-footer .jw-btn {
    --jw-comp--button--primary-color: #737373;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #8c8c8c
}

.jw-section-footer .jw-icon-image__inner {
    background-color: #737373
}

.jw-section-footer .jw-image-is-square .jw-icon-image,.jw-section-footer .jw-image-is-rounded .jw-icon-image,.jw-section-footer .jw-image-is-round .jw-icon-image {
    background-color: #737373
}

.jw-section-footer .jw-image-is-square .jw-icon-image__inner,.jw-section-footer .jw-image-is-rounded .jw-icon-image__inner,.jw-section-footer .jw-image-is-round .jw-icon-image__inner {
    background-color: #ffffff
}

@media (max-width: 1020px) {
    .jw-section-footer {
        line-height:1.425
    }
}

@media (max-width: 768px) {
    .jw-section-footer {
        line-height:1.35;
        font-size: 1.4rem
    }
}

.jw-section-footer a,.jw-section-footer .jw-link-color {
    color: #737373;
    text-decoration: underline
}

.jw-section-footer a:hover,.jw-section-footer .jw-link-color:hover {
    color: #8c8c8c;
    text-decoration: underline
}

.jw-section-footer p,.jw-section-footer ol,.jw-section-footer ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-section-footer span[style*='color'] a {
    color: inherit
}

.jw-section-footer button {
    line-height: 1.5
}

.jw-section-footer .jw-text-small {
    font-size: 1.12rem
}

.jw-section-footer .jw-accent-text-color {
    color: #737373
}

.jw-section-footer .jw-accent-background {
    color: #fff;
    background-color: #737373
}

.jw-section-footer .jw-accent-background a,.jw-section-footer .jw-accent-background .jw-link-button {
    color: #fff
}

.jw-section-footer .jw-accent-border-link-color {
    border-color: #737373
}

.jw-section-footer .jw-accent-border-color {
    border-color: #737373
}

.jw-section-footer h1,.jw-section-footer h2,.jw-section-footer h3,.jw-section-footer h4,.jw-section-footer h5,.jw-section-footer h6 {
    line-height: 1.1;
    color: #737373;
    font-family: "Merriweather","serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width: 768px) {
    .jw-section-footer h1,.jw-section-footer h2,.jw-section-footer h3,.jw-section-footer h4,.jw-section-footer h5,.jw-section-footer h6 {
        line-height:1.1
    }
}

@media (max-width: 1020px) {
    .jw-section-footer h1,.jw-section-footer h2,.jw-section-footer h3,.jw-section-footer h4,.jw-section-footer h5,.jw-section-footer h6 {
        line-height:1.1
    }
}

.jw-section-footer h1 a,.jw-section-footer h2 a,.jw-section-footer h3 a,.jw-section-footer h4 a,.jw-section-footer h5 a,.jw-section-footer h6 a,.jw-section-footer h1 .jw-link-color,.jw-section-footer h2 .jw-link-color,.jw-section-footer h3 .jw-link-color,.jw-section-footer h4 .jw-link-color,.jw-section-footer h5 .jw-link-color,.jw-section-footer h6 .jw-link-color {
    text-decoration: underline;
    color: #737373
}

.jw-section-footer h1 a:hover,.jw-section-footer h2 a:hover,.jw-section-footer h3 a:hover,.jw-section-footer h4 a:hover,.jw-section-footer h5 a:hover,.jw-section-footer h6 a:hover,.jw-section-footer h1 .jw-link-color:hover,.jw-section-footer h2 .jw-link-color:hover,.jw-section-footer h3 .jw-link-color:hover,.jw-section-footer h4 .jw-link-color:hover,.jw-section-footer h5 .jw-link-color:hover,.jw-section-footer h6 .jw-link-color:hover {
    color: #8c8c8c
}

.jw-section-footer .product-page .product__price__price {
    color: #737373
}

.jw-section-footer .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width: 1020px) {
    .jw-section-footer .jw-heading-200 {
        font-size:4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width: 768px) {
    .jw-section-footer .jw-heading-200 {
        font-size:4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-section-footer .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width: 1020px) {
    .jw-section-footer .jw-heading-150 {
        font-size:3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width: 768px) {
    .jw-section-footer .jw-heading-150 {
        font-size:3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-section-footer .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width: 1020px) {
    .jw-section-footer .jw-heading-130 {
        font-size:3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width: 768px) {
    .jw-section-footer .jw-heading-130 {
        font-size:2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-footer .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width: 1020px) {
    .jw-section-footer .jw-heading-120 {
        font-size:3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width: 768px) {
    .jw-section-footer .jw-heading-120 {
        font-size:2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-footer h1,.jw-section-footer .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width: 1020px) {
    .jw-section-footer h1,.jw-section-footer .jw-heading-100 {
        font-size:2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-section-footer h1,.jw-section-footer .jw-heading-100 {
        font-size:2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-footer h2,.jw-section-footer .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-section-footer h2,.jw-section-footer .jw-heading-85 {
        font-size:2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-section-footer h2,.jw-section-footer .jw-heading-85 {
        font-size:2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-footer h3,.jw-section-footer .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-section-footer h3,.jw-section-footer .jw-heading-70 {
        font-size:2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-section-footer h3,.jw-section-footer .jw-heading-70 {
        font-size:1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-footer h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-section-footer h4 {
        font-size:1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-section-footer h4 {
        font-size:1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

:root,:host {
    --jw-subsection__background-color--default: #ffffff;
    --jw-subsection__background-color--shaded: #f2f2f2;
    --jw-subsection__background-color--accent: #ffc500;
    --jw-subsection__background-color--inverse: #333;
    --jw-subsection__swatch-color--default: var(--jw-subsection__background-color--default);
    --jw-subsection__swatch-color--shaded: #d9d9d9;
    --jw-subsection__swatch-color--accent: var(--jw-subsection__background-color--accent);
    --jw-subsection__swatch-color--inverse: var(--jw-subsection__background-color--inverse)
}

.jw-box.jw-box--color-default {
    background-color: #ffffff;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373
}

:root .jw-box.jw-box--color-default {
    --w-color: #737373;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(115,115,115,0.3);
    --w-line-color: rgba(115,115,115,0.2);
    --w-link-color: #cc9e00;
    --w-background-color: #ffffff;
    --w-form-error-color: hsl(2,64%,58%)
}

:root .jw-box.jw-box--color-default {
    --jw-swatch--paragraph-link-color: #cc9e00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #ffc500;
    --jw-swatch--heading-color: #cc9e00;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #ffc500;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--header-color: #cc9e00;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #ffc500
}

.jw-box.jw-box--color-default .jw-element-separator,.jw-box.jw-box--color-default .jw-news-post,.jw-box.jw-box--color-default .jw-comment,.jw-box.jw-box--color-default .jw-columns__node--separator-left,.jw-box.jw-box--color-default .jw-columns__node--separator-right,.jw-box.jw-box--color-default .website-logout,.jw-box.jw-box--color-default .jw-element-accordion__heading {
    border-color: rgba(115,115,115,0.2)
}

.jw-box.jw-box--color-default .jw-steps__step {
    background-color: #ffffff;
    border-color: rgba(115,115,115,0.3);
    color: #8f8f8f
}

a.jw-box.jw-box--color-default .jw-steps__step:hover,a.jw-box.jw-box--color-default .jw-steps__step:focus {
    color: #8f8f8f
}

.jw-box.jw-box--color-default .jw-steps__step--enabled {
    color: #737373
}

a.jw-box.jw-box--color-default .jw-steps__step--enabled:hover,a.jw-box.jw-box--color-default .jw-steps__step--enabled:focus {
    color: #737373
}

.jw-box.jw-box--color-default .jw-steps__step--completed {
    background-color: #faf5e6;
    border-color: #cc9e00;
    color: #806300
}

a.jw-box.jw-box--color-default .jw-steps__step--completed:hover,a.jw-box.jw-box--color-default .jw-steps__step--completed:focus {
    color: #806300
}

.jw-box.jw-box--color-default .jw-steps__step--selected {
    background-color: #cc9e00;
    border-color: #cc9e00;
    color: #fff
}

a.jw-box.jw-box--color-default .jw-steps__step--selected:hover,a.jw-box.jw-box--color-default .jw-steps__step--selected:focus {
    color: #fff
}

.jw-box.jw-box--color-default .jw-toggle-block__label {
    border-color: rgba(115,115,115,0.2)
}

input:checked+.jw-box.jw-box--color-default .jw-toggle-block__label {
    border-color: #cc9e00;
    box-shadow: 0 0 0 1px #cc9e00
}

.jw-box.jw-box--color-default .jw-toggle-block__label.jw-element-form-is-error,input:checked+.jw-box.jw-box--color-default .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-box.jw-box--color-default .jw-element-form-well {
    background: #f8f8f8
}

.jw-box.jw-box--color-default .jw-element-form-input-text {
    border-color: rgba(166,166,166,0.5);
    color: #737373;
    background-color: #e6e6e6;
    box-shadow: 0 0 rgba(0,0,0,0)
}

.jw-box.jw-box--color-default .jw-element-form-input-text:hover {
    border-color: #a6a6a6
}

.jw-box.jw-box--color-default .jw-element-form-input-text:focus {
    border-color: #cc9e00;
    box-shadow: 0 0 0 2px #e6ce80,0 0 rgba(0,0,0,0)
}

.jw-box.jw-box--color-default select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23737373%22%20/%3E%3C/svg%3E')
}

.jw-box.jw-box--color-default input[type='radio']:focus,.jw-box.jw-box--color-default input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #cc9e00;
    outline: none
}

.jw-box.jw-box--color-default input[type='radio']:focus:not(:focus-visible),.jw-box.jw-box--color-default input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-box.jw-box--color-default .jw-pagination__page {
    color: #cc9e00;
    border-radius: .2em
}

.jw-box.jw-box--color-default .jw-pagination__page:hover {
    background: rgba(204,158,0,0.15);
    color: #cc9e00
}

.jw-box.jw-box--color-default .jw-pagination__page--active,.jw-box.jw-box--color-default .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #cc9e00;
    background: transparent;
    color: #cc9e00
}

.jw-box.jw-box--color-default .product-sticker {
    color: #fff;
    background: #cc9e00
}

.jw-box.jw-box--color-default .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115,115,115,0.8)
}

.jw-box.jw-box--color-default .jw-tree-empty-placeholder__image {
    background-image: url('https://assets.jwwb.nl/assets/img/content-empty.png?version=1')
}

.jw-box.jw-box--color-default .text--muted {
    color: #ababab
}

.jw-box.jw-box--color-default .jw-element-social-share .share-button--wrapper {
    border-color: rgba(115,115,115,0.2)
}

.jw-box.jw-box--color-default .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #cc9e00
}

.jw-box.jw-box--color-default .jw-element-rating__icon-empty {
    color: #d5d5d5
}

.jw-box.jw-box--color-default .jw-element-audio {
    --plyr-color-main: #cc9e00;
    --plyr-audio-controls-background: #f0f0f0;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #cc9e00;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115,115,115,0.3);
    --plyr-control-radius: .2em
}

.jw-box.jw-box--color-default .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: .2em;
    border-color: #d7d7d7
}

.jw-box.jw-box--color-default .jw-element-video {
    --plyr-color-main: #cc9e00;
    --plyr-video-control-background-hover: #cc9e00;
    --plyr-video-control-color-hover: #fff
}

.jw-box.jw-box--color-default .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
    margin: auto
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,.jw-box.jw-box--color-default .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #cc9e00;
    border-color: #cc9e00
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #cc9e00;
    color: #fff
}

.jw-box.jw-box--color-default .jw-element-social-follow__default-color-getter {
    color: #cc9e00
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #24cf64;
    border-color: #24cf64
}

.jw-box.jw-box--color-default .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #cc9e00;
    outline-offset: 1px
}

.jw-box.jw-box--color-default .image-gallery__thumbnail-item {
    border-color: rgba(115,115,115,0.3)
}

.jw-box.jw-box--color-default .image-gallery__thumbnail-item:hover {
    border-color: rgba(115,115,115,0.6)
}

.jw-box.jw-box--color-default .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #cc9e00
}

.jw-box.jw-box--color-default .jw-element-accordion--style-box .jw-box.jw-box--color-default .jw-element-accordion__heading {
    background-color: #cc9e00;
    color: #fff;
    border-color: #997600
}

.jw-box.jw-box--color-default .jw-element-accordion--style-box .jw-box.jw-box--color-default .jw-element-accordion__item {
    background-color: rgba(115,115,115,0.05)
}

.jw-box.jw-box--color-default .jw-element-accordion--style-box .jw-box.jw-box--color-default .jw-element-accordion__content {
    border-color: #997600
}

.jw-box.jw-box--color-default .jw-table.jw-table--header.jw-table--border th,.jw-box.jw-box--color-default .jw-table.jw-table--header.jw-table--striped th {
    background-color: #cc9e00;
    color: #fff
}

.jw-box.jw-box--color-default .jw-table.jw-table--border tr,.jw-box.jw-box--color-default .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(115,115,115,0.1)
}

.jw-box.jw-box--color-default .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(115,115,115,0.05)
}

.jw-box.jw-box--color-default .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(115,115,115,0.15)
}

.jw-box.jw-box--color-default .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-box.jw-box--color-default .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(115,115,115,0.3)
}

.jw-box.jw-box--color-default .handsontable .jw-table--header.jw-table--border tr:first-child td,.jw-box.jw-box--color-default .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #cc9e00;
    color: #fff
}

.jw-box.jw-box--color-default .product,.jw-box.jw-box--color-default .product__description,.jw-box.jw-box--color-default .product-page__description,.jw-box.jw-box--color-default .product-page__social {
    border-color: rgba(115,115,115,0.2)
}

.jw-box.jw-box--color-default .jw-columns .jw-product .product,.jw-box.jw-box--color-default .image-gallery__thumbnail-item {
    border-radius: 3px
}

.jw-box.jw-box--color-default .product__free-shipping-motivator {
    color: #cc9e00
}

.jw-box.jw-box--color-default .product-gallery--empty {
    border: 1px solid rgba(115,115,115,0.3);
    color: rgba(115,115,115,0.5)
}

.jw-box.jw-box--color-default .product-gallery__content {
    background: #ffffff
}

.jw-box.jw-box--color-default .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(115,115,115,0.3)
}

.jw-box.jw-box--color-default .product-gallery--style-bordered .product-gallery__content:hover,.jw-box.jw-box--color-default .product-gallery--style-clean .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(115,115,115,0.6)
}

.jw-box.jw-box--color-default .product-gallery--style-bordered .product-gallery__content:focus-within,.jw-box.jw-box--color-default .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(115,115,115,0.6)
}

.jw-box.jw-box--color-default .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255,255,255,0.9)
}

.jw-box.jw-box--color-default .product-gallery__price {
    color: #9d9d9d
}

.jw-box.jw-box--color-default .product-gallery {
    --button-height: 34px;
    --select-height: calc(var(--jw-form-element-input-padding) * 2 + (16px * 1.5))
}

.jw-box.jw-box--color-default .product-gallery-filter__button {
    color: #cc9e00
}

.jw-box.jw-box--color-default .jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500
}

.jw-box.jw-box--color-default .jw-icon-image__inner {
    background-color: #cc9e00
}

.jw-box.jw-box--color-default .jw-image-is-square .jw-icon-image,.jw-box.jw-box--color-default .jw-image-is-rounded .jw-icon-image,.jw-box.jw-box--color-default .jw-image-is-round .jw-icon-image {
    background-color: #cc9e00
}

.jw-box.jw-box--color-default .jw-image-is-square .jw-icon-image__inner,.jw-box.jw-box--color-default .jw-image-is-rounded .jw-icon-image__inner,.jw-box.jw-box--color-default .jw-image-is-round .jw-icon-image__inner {
    background-color: #ffffff
}

@media (max-width: 1020px) {
    .jw-box.jw-box--color-default {
        line-height:1.425
    }
}

@media (max-width: 768px) {
    .jw-box.jw-box--color-default {
        line-height:1.35;
        font-size: 1.4rem
    }
}

.jw-box.jw-box--color-default a,.jw-box.jw-box--color-default .jw-link-color {
    color: #cc9e00;
    text-decoration: none
}

.jw-box.jw-box--color-default a:hover,.jw-box.jw-box--color-default .jw-link-color:hover {
    color: #ffc500;
    text-decoration: underline
}

.jw-box.jw-box--color-default p,.jw-box.jw-box--color-default ol,.jw-box.jw-box--color-default ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-box.jw-box--color-default span[style*='color'] a {
    color: inherit
}

.jw-box.jw-box--color-default button {
    line-height: 1.5
}

.jw-box.jw-box--color-default .jw-text-small {
    font-size: 1.12rem
}

.jw-box.jw-box--color-default .jw-accent-text-color {
    color: #cc9e00
}

.jw-box.jw-box--color-default .jw-accent-background {
    color: #fff9e6;
    background-color: #cc9e00
}

.jw-box.jw-box--color-default .jw-accent-background a,.jw-box.jw-box--color-default .jw-accent-background .jw-link-button {
    color: #fff9e6
}

.jw-box.jw-box--color-default .jw-accent-border-link-color {
    border-color: #cc9e00
}

.jw-box.jw-box--color-default .jw-accent-border-color {
    border-color: #737373
}

.jw-box.jw-box--color-default h1,.jw-box.jw-box--color-default h2,.jw-box.jw-box--color-default h3,.jw-box.jw-box--color-default h4,.jw-box.jw-box--color-default h5,.jw-box.jw-box--color-default h6 {
    line-height: 1.1;
    color: #cc9e00;
    font-family: "Merriweather","serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width: 768px) {
    .jw-box.jw-box--color-default h1,.jw-box.jw-box--color-default h2,.jw-box.jw-box--color-default h3,.jw-box.jw-box--color-default h4,.jw-box.jw-box--color-default h5,.jw-box.jw-box--color-default h6 {
        line-height:1.1
    }
}

@media (max-width: 1020px) {
    .jw-box.jw-box--color-default h1,.jw-box.jw-box--color-default h2,.jw-box.jw-box--color-default h3,.jw-box.jw-box--color-default h4,.jw-box.jw-box--color-default h5,.jw-box.jw-box--color-default h6 {
        line-height:1.1
    }
}

.jw-box.jw-box--color-default h1 a,.jw-box.jw-box--color-default h2 a,.jw-box.jw-box--color-default h3 a,.jw-box.jw-box--color-default h4 a,.jw-box.jw-box--color-default h5 a,.jw-box.jw-box--color-default h6 a,.jw-box.jw-box--color-default h1 .jw-link-color,.jw-box.jw-box--color-default h2 .jw-link-color,.jw-box.jw-box--color-default h3 .jw-link-color,.jw-box.jw-box--color-default h4 .jw-link-color,.jw-box.jw-box--color-default h5 .jw-link-color,.jw-box.jw-box--color-default h6 .jw-link-color {
    text-decoration: underline;
    color: #cc9e00
}

.jw-box.jw-box--color-default h1 a:hover,.jw-box.jw-box--color-default h2 a:hover,.jw-box.jw-box--color-default h3 a:hover,.jw-box.jw-box--color-default h4 a:hover,.jw-box.jw-box--color-default h5 a:hover,.jw-box.jw-box--color-default h6 a:hover,.jw-box.jw-box--color-default h1 .jw-link-color:hover,.jw-box.jw-box--color-default h2 .jw-link-color:hover,.jw-box.jw-box--color-default h3 .jw-link-color:hover,.jw-box.jw-box--color-default h4 .jw-link-color:hover,.jw-box.jw-box--color-default h5 .jw-link-color:hover,.jw-box.jw-box--color-default h6 .jw-link-color:hover {
    color: #ffc500
}

.jw-box.jw-box--color-default .product-page .product__price__price {
    color: #cc9e00
}

.jw-box.jw-box--color-default .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width: 1020px) {
    .jw-box.jw-box--color-default .jw-heading-200 {
        font-size:4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width: 768px) {
    .jw-box.jw-box--color-default .jw-heading-200 {
        font-size:4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-box.jw-box--color-default .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width: 1020px) {
    .jw-box.jw-box--color-default .jw-heading-150 {
        font-size:3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width: 768px) {
    .jw-box.jw-box--color-default .jw-heading-150 {
        font-size:3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-box.jw-box--color-default .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width: 1020px) {
    .jw-box.jw-box--color-default .jw-heading-130 {
        font-size:3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width: 768px) {
    .jw-box.jw-box--color-default .jw-heading-130 {
        font-size:2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-box.jw-box--color-default .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width: 1020px) {
    .jw-box.jw-box--color-default .jw-heading-120 {
        font-size:3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width: 768px) {
    .jw-box.jw-box--color-default .jw-heading-120 {
        font-size:2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-box.jw-box--color-default h1,.jw-box.jw-box--color-default .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width: 1020px) {
    .jw-box.jw-box--color-default h1,.jw-box.jw-box--color-default .jw-heading-100 {
        font-size:2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-box.jw-box--color-default h1,.jw-box.jw-box--color-default .jw-heading-100 {
        font-size:2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-box.jw-box--color-default h2,.jw-box.jw-box--color-default .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-box.jw-box--color-default h2,.jw-box.jw-box--color-default .jw-heading-85 {
        font-size:2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-box.jw-box--color-default h2,.jw-box.jw-box--color-default .jw-heading-85 {
        font-size:2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-box.jw-box--color-default h3,.jw-box.jw-box--color-default .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-box.jw-box--color-default h3,.jw-box.jw-box--color-default .jw-heading-70 {
        font-size:2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-box.jw-box--color-default h3,.jw-box.jw-box--color-default .jw-heading-70 {
        font-size:1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-box.jw-box--color-default h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-box.jw-box--color-default h4 {
        font-size:1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-box.jw-box--color-default h4 {
        font-size:1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded,.jw-box.jw-box--color-shaded {
    background-color: #f2f2f2;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373
}

:root .jw-strip--color-shaded,:root .jw-box.jw-box--color-shaded {
    --w-color: #737373;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(115,115,115,0.3);
    --w-line-color: rgba(115,115,115,0.2);
    --w-link-color: #cc9e00;
    --w-background-color: #f2f2f2;
    --w-form-error-color: hsl(2,64%,58%)
}

:root .jw-strip--color-shaded,:root .jw-box.jw-box--color-shaded {
    --jw-swatch--paragraph-link-color: #cc9e00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #ffc500;
    --jw-swatch--heading-color: #cc9e00;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #ffc500;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--accent-color: #cc9e00;
    --jw-swatch--accent-color--button-text-on: #fff;
    --jw-swatch--accent-color--button-hover: #ffc500;
    --jw-swatch--header-color: #cc9e00;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #ffc500
}

.jw-strip--color-shaded .jw-element-separator,.jw-box.jw-box--color-shaded .jw-element-separator,.jw-strip--color-shaded .jw-news-post,.jw-box.jw-box--color-shaded .jw-news-post,.jw-strip--color-shaded .jw-comment,.jw-box.jw-box--color-shaded .jw-comment,.jw-strip--color-shaded .jw-columns__node--separator-left,.jw-box.jw-box--color-shaded .jw-columns__node--separator-left,.jw-strip--color-shaded .jw-columns__node--separator-right,.jw-box.jw-box--color-shaded .jw-columns__node--separator-right,.jw-strip--color-shaded .website-logout,.jw-box.jw-box--color-shaded .website-logout,.jw-strip--color-shaded .jw-element-accordion__heading,.jw-box.jw-box--color-shaded .jw-element-accordion__heading {
    border-color: rgba(115,115,115,0.2)
}

.jw-strip--color-shaded .jw-steps__step,.jw-box.jw-box--color-shaded .jw-steps__step {
    background-color: #f2f2f2;
    border-color: rgba(115,115,115,0.3);
    color: #8c8c8c
}

a.jw-strip--color-shaded .jw-steps__step:hover,a.jw-box.jw-box--color-shaded .jw-steps__step:hover,a.jw-strip--color-shaded .jw-steps__step:focus,a.jw-box.jw-box--color-shaded .jw-steps__step:focus {
    color: #8c8c8c
}

.jw-strip--color-shaded .jw-steps__step--enabled,.jw-box.jw-box--color-shaded .jw-steps__step--enabled {
    color: #737373
}

a.jw-strip--color-shaded .jw-steps__step--enabled:hover,a.jw-box.jw-box--color-shaded .jw-steps__step--enabled:hover,a.jw-strip--color-shaded .jw-steps__step--enabled:focus,a.jw-box.jw-box--color-shaded .jw-steps__step--enabled:focus {
    color: #737373
}

.jw-strip--color-shaded .jw-steps__step--completed,.jw-box.jw-box--color-shaded .jw-steps__step--completed {
    background-color: #eeeada;
    border-color: #cc9e00;
    color: #806300
}

a.jw-strip--color-shaded .jw-steps__step--completed:hover,a.jw-box.jw-box--color-shaded .jw-steps__step--completed:hover,a.jw-strip--color-shaded .jw-steps__step--completed:focus,a.jw-box.jw-box--color-shaded .jw-steps__step--completed:focus {
    color: #806300
}

.jw-strip--color-shaded .jw-steps__step--selected,.jw-box.jw-box--color-shaded .jw-steps__step--selected {
    background-color: #cc9e00;
    border-color: #cc9e00;
    color: #fff
}

a.jw-strip--color-shaded .jw-steps__step--selected:hover,a.jw-box.jw-box--color-shaded .jw-steps__step--selected:hover,a.jw-strip--color-shaded .jw-steps__step--selected:focus,a.jw-box.jw-box--color-shaded .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--color-shaded .jw-toggle-block__label,.jw-box.jw-box--color-shaded .jw-toggle-block__label {
    border-color: rgba(115,115,115,0.2)
}

input:checked+.jw-strip--color-shaded .jw-toggle-block__label,input:checked+.jw-box.jw-box--color-shaded .jw-toggle-block__label {
    border-color: #cc9e00;
    box-shadow: 0 0 0 1px #cc9e00
}

.jw-strip--color-shaded .jw-toggle-block__label.jw-element-form-is-error,.jw-box.jw-box--color-shaded .jw-toggle-block__label.jw-element-form-is-error,input:checked+.jw-strip--color-shaded .jw-toggle-block__label.jw-element-form-is-error,input:checked+.jw-box.jw-box--color-shaded .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--color-shaded .jw-element-form-well,.jw-box.jw-box--color-shaded .jw-element-form-well {
    background: #e8e8e8
}

.jw-strip--color-shaded .jw-element-form-input-text,.jw-box.jw-box--color-shaded .jw-element-form-input-text {
    border-color: rgba(153,153,153,0.5);
    color: #737373;
    background-color: #d9d9d9;
    box-shadow: 0 0 rgba(0,0,0,0)
}

.jw-strip--color-shaded .jw-element-form-input-text:hover,.jw-box.jw-box--color-shaded .jw-element-form-input-text:hover {
    border-color: #999
}

.jw-strip--color-shaded .jw-element-form-input-text:focus,.jw-box.jw-box--color-shaded .jw-element-form-input-text:focus {
    border-color: #cc9e00;
    box-shadow: 0 0 0 2px #dfc879,0 0 rgba(0,0,0,0)
}

.jw-strip--color-shaded select.jw-element-form-input-text,.jw-box.jw-box--color-shaded select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23737373%22%20/%3E%3C/svg%3E')
}

.jw-strip--color-shaded input[type='radio']:focus,.jw-box.jw-box--color-shaded input[type='radio']:focus,.jw-strip--color-shaded input[type='checkbox']:focus,.jw-box.jw-box--color-shaded input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #cc9e00;
    outline: none
}

.jw-strip--color-shaded input[type='radio']:focus:not(:focus-visible),.jw-box.jw-box--color-shaded input[type='radio']:focus:not(:focus-visible),.jw-strip--color-shaded input[type='checkbox']:focus:not(:focus-visible),.jw-box.jw-box--color-shaded input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--color-shaded .jw-pagination__page,.jw-box.jw-box--color-shaded .jw-pagination__page {
    color: #cc9e00;
    border-radius: .2em
}

.jw-strip--color-shaded .jw-pagination__page:hover,.jw-box.jw-box--color-shaded .jw-pagination__page:hover {
    background: rgba(204,158,0,0.15);
    color: #cc9e00
}

.jw-strip--color-shaded .jw-pagination__page--active,.jw-box.jw-box--color-shaded .jw-pagination__page--active,.jw-strip--color-shaded .jw-pagination__page--active:hover,.jw-box.jw-box--color-shaded .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #cc9e00;
    background: transparent;
    color: #cc9e00
}

.jw-strip--color-shaded .product-sticker,.jw-box.jw-box--color-shaded .product-sticker {
    color: #fff;
    background: #cc9e00
}

.jw-strip--color-shaded .jw-tree-empty-placeholder,.jw-box.jw-box--color-shaded .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115,115,115,0.8)
}

.jw-strip--color-shaded .jw-tree-empty-placeholder__image,.jw-box.jw-box--color-shaded .jw-tree-empty-placeholder__image {
    background-image: url('https://assets.jwwb.nl/assets/img/content-empty.png?version=1')
}

.jw-strip--color-shaded .text--muted,.jw-box.jw-box--color-shaded .text--muted {
    color: #a6a6a6
}

.jw-strip--color-shaded .jw-element-social-share .share-button--wrapper,.jw-box.jw-box--color-shaded .jw-element-social-share .share-button--wrapper {
    border-color: rgba(115,115,115,0.2)
}

.jw-strip--color-shaded .jw-element-rating--color-accent .jw-element-rating__icon-full,.jw-box.jw-box--color-shaded .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #cc9e00
}

.jw-strip--color-shaded .jw-element-rating__icon-empty,.jw-box.jw-box--color-shaded .jw-element-rating__icon-empty {
    color: #ccc
}

.jw-strip--color-shaded .jw-element-audio,.jw-box.jw-box--color-shaded .jw-element-audio {
    --plyr-color-main: #cc9e00;
    --plyr-audio-controls-background: #e4e4e4;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #cc9e00;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115,115,115,0.3);
    --plyr-control-radius: .2em
}

.jw-strip--color-shaded .jw-element-audio .plyr--audio .plyr__controls,.jw-box.jw-box--color-shaded .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: .2em;
    border-color: #cdcdcd
}

.jw-strip--color-shaded .jw-element-video,.jw-box.jw-box--color-shaded .jw-element-video {
    --plyr-color-main: #cc9e00;
    --plyr-video-control-background-hover: #cc9e00;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--color-shaded .jw-element-video--presentation-mode,.jw-box.jw-box--color-shaded .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
    margin: auto
}

.jw-strip--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,.jw-strip--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #cc9e00;
    border-color: #cc9e00
}

.jw-strip--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #cc9e00;
    color: #fff
}

.jw-strip--color-shaded .jw-element-social-follow__default-color-getter,.jw-box.jw-box--color-shaded .jw-element-social-follow__default-color-getter {
    color: #cc9e00
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp,.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #23c660;
    border-color: #23c660
}

.jw-strip--color-shaded .image-gallery__main:has(.image-gallery__slides :focus-visible),.jw-box.jw-box--color-shaded .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #cc9e00;
    outline-offset: 1px
}

.jw-strip--color-shaded .image-gallery__thumbnail-item,.jw-box.jw-box--color-shaded .image-gallery__thumbnail-item {
    border-color: rgba(115,115,115,0.3)
}

.jw-strip--color-shaded .image-gallery__thumbnail-item:hover,.jw-box.jw-box--color-shaded .image-gallery__thumbnail-item:hover {
    border-color: rgba(115,115,115,0.6)
}

.jw-strip--color-shaded .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active,.jw-box.jw-box--color-shaded .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #cc9e00
}

.jw-strip--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__heading,.jw-strip--color-shaded .jw-element-accordion--style-box .jw-box.jw-box--color-shaded .jw-element-accordion__heading,.jw-box.jw-box--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__heading,.jw-box.jw-box--color-shaded .jw-element-accordion--style-box .jw-box.jw-box--color-shaded .jw-element-accordion__heading {
    background-color: #cc9e00;
    color: #fff;
    border-color: #997600
}

.jw-strip--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__item,.jw-strip--color-shaded .jw-element-accordion--style-box .jw-box.jw-box--color-shaded .jw-element-accordion__item,.jw-box.jw-box--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__item,.jw-box.jw-box--color-shaded .jw-element-accordion--style-box .jw-box.jw-box--color-shaded .jw-element-accordion__item {
    background-color: rgba(115,115,115,0.05)
}

.jw-strip--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__content,.jw-strip--color-shaded .jw-element-accordion--style-box .jw-box.jw-box--color-shaded .jw-element-accordion__content,.jw-box.jw-box--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__content,.jw-box.jw-box--color-shaded .jw-element-accordion--style-box .jw-box.jw-box--color-shaded .jw-element-accordion__content {
    border-color: #997600
}

.jw-strip--color-shaded .jw-table.jw-table--header.jw-table--border th,.jw-box.jw-box--color-shaded .jw-table.jw-table--header.jw-table--border th,.jw-strip--color-shaded .jw-table.jw-table--header.jw-table--striped th,.jw-box.jw-box--color-shaded .jw-table.jw-table--header.jw-table--striped th {
    background-color: #cc9e00;
    color: #fff
}

.jw-strip--color-shaded .jw-table.jw-table--border tr,.jw-box.jw-box--color-shaded .jw-table.jw-table--border tr,.jw-strip--color-shaded .jw-table.jw-table--striped tr td,.jw-box.jw-box--color-shaded .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(115,115,115,0.1)
}

.jw-strip--color-shaded .jw-table.jw-table--striped tr:nth-child(odd) td,.jw-box.jw-box--color-shaded .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(115,115,115,0.05)
}

.jw-strip--color-shaded .jw-table.jw-table--hover tr:hover td,.jw-box.jw-box--color-shaded .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(115,115,115,0.15)
}

.jw-strip--color-shaded .jw-table.jw-table--nowrap,.jw-box.jw-box--color-shaded .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--color-shaded .responsive-table-container::-webkit-scrollbar-thumb,.jw-box.jw-box--color-shaded .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(115,115,115,0.3)
}

.jw-strip--color-shaded .handsontable .jw-table--header.jw-table--border tr:first-child td,.jw-box.jw-box--color-shaded .handsontable .jw-table--header.jw-table--border tr:first-child td,.jw-strip--color-shaded .handsontable .jw-table--header.jw-table--striped tr:first-child td,.jw-box.jw-box--color-shaded .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #cc9e00;
    color: #fff
}

.jw-strip--color-shaded .product,.jw-box.jw-box--color-shaded .product,.jw-strip--color-shaded .product__description,.jw-box.jw-box--color-shaded .product__description,.jw-strip--color-shaded .product-page__description,.jw-box.jw-box--color-shaded .product-page__description,.jw-strip--color-shaded .product-page__social,.jw-box.jw-box--color-shaded .product-page__social {
    border-color: rgba(115,115,115,0.2)
}

.jw-strip--color-shaded .jw-columns .jw-product .product,.jw-box.jw-box--color-shaded .jw-columns .jw-product .product,.jw-strip--color-shaded .image-gallery__thumbnail-item,.jw-box.jw-box--color-shaded .image-gallery__thumbnail-item {
    border-radius: 3px
}

.jw-strip--color-shaded .product__free-shipping-motivator,.jw-box.jw-box--color-shaded .product__free-shipping-motivator {
    color: #cc9e00
}

.jw-strip--color-shaded .product-gallery--empty,.jw-box.jw-box--color-shaded .product-gallery--empty {
    border: 1px solid rgba(115,115,115,0.3);
    color: rgba(115,115,115,0.5)
}

.jw-strip--color-shaded .product-gallery__content,.jw-box.jw-box--color-shaded .product-gallery__content {
    background: #f2f2f2
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__content,.jw-box.jw-box--color-shaded .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(115,115,115,0.3)
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__content:hover,.jw-box.jw-box--color-shaded .product-gallery--style-bordered .product-gallery__content:hover,.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__content:hover,.jw-box.jw-box--color-shaded .product-gallery--style-clean .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(115,115,115,0.6)
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__content:focus-within,.jw-box.jw-box--color-shaded .product-gallery--style-bordered .product-gallery__content:focus-within,.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__content:focus-within,.jw-box.jw-box--color-shaded .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(115,115,115,0.6)
}

.jw-strip--color-shaded .product-gallery--style-image-only .product-gallery__info-container,.jw-box.jw-box--color-shaded .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255,255,255,0.9)
}

.jw-strip--color-shaded .product-gallery__price,.jw-box.jw-box--color-shaded .product-gallery__price {
    color: #999
}

.jw-strip--color-shaded .product-gallery,.jw-box.jw-box--color-shaded .product-gallery {
    --button-height: 34px;
    --select-height: calc(var(--jw-form-element-input-padding) * 2 + (16px * 1.5))
}

.jw-strip--color-shaded .product-gallery-filter__button,.jw-box.jw-box--color-shaded .product-gallery-filter__button {
    color: #cc9e00
}

.jw-strip--color-shaded .jw-btn,.jw-box.jw-box--color-shaded .jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500
}

.jw-strip--color-shaded .jw-icon-image__inner,.jw-box.jw-box--color-shaded .jw-icon-image__inner {
    background-color: #cc9e00
}

.jw-strip--color-shaded .jw-image-is-square .jw-icon-image,.jw-box.jw-box--color-shaded .jw-image-is-square .jw-icon-image,.jw-strip--color-shaded .jw-image-is-rounded .jw-icon-image,.jw-box.jw-box--color-shaded .jw-image-is-rounded .jw-icon-image,.jw-strip--color-shaded .jw-image-is-round .jw-icon-image,.jw-box.jw-box--color-shaded .jw-image-is-round .jw-icon-image {
    background-color: #cc9e00
}

.jw-strip--color-shaded .jw-image-is-square .jw-icon-image__inner,.jw-box.jw-box--color-shaded .jw-image-is-square .jw-icon-image__inner,.jw-strip--color-shaded .jw-image-is-rounded .jw-icon-image__inner,.jw-box.jw-box--color-shaded .jw-image-is-rounded .jw-icon-image__inner,.jw-strip--color-shaded .jw-image-is-round .jw-icon-image__inner,.jw-box.jw-box--color-shaded .jw-image-is-round .jw-icon-image__inner {
    background-color: #f2f2f2
}

@media (max-width: 1020px) {
    .jw-strip--color-shaded,.jw-box.jw-box--color-shaded {
        line-height:1.425
    }
}

@media (max-width: 768px) {
    .jw-strip--color-shaded,.jw-box.jw-box--color-shaded {
        line-height:1.35;
        font-size: 1.4rem
    }
}

.jw-strip--color-shaded a,.jw-box.jw-box--color-shaded a,.jw-strip--color-shaded .jw-link-color,.jw-box.jw-box--color-shaded .jw-link-color {
    color: #cc9e00;
    text-decoration: none
}

.jw-strip--color-shaded a:hover,.jw-box.jw-box--color-shaded a:hover,.jw-strip--color-shaded .jw-link-color:hover,.jw-box.jw-box--color-shaded .jw-link-color:hover {
    color: #ffc500;
    text-decoration: underline
}

.jw-strip--color-shaded p,.jw-box.jw-box--color-shaded p,.jw-strip--color-shaded ol,.jw-box.jw-box--color-shaded ol,.jw-strip--color-shaded ul,.jw-box.jw-box--color-shaded ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--color-shaded span[style*='color'] a,.jw-box.jw-box--color-shaded span[style*='color'] a {
    color: inherit
}

.jw-strip--color-shaded button,.jw-box.jw-box--color-shaded button {
    line-height: 1.5
}

.jw-strip--color-shaded .jw-text-small,.jw-box.jw-box--color-shaded .jw-text-small {
    font-size: 1.12rem
}

.jw-strip--color-shaded .jw-accent-text-color,.jw-box.jw-box--color-shaded .jw-accent-text-color {
    color: #cc9e00
}

.jw-strip--color-shaded .jw-accent-background,.jw-box.jw-box--color-shaded .jw-accent-background {
    color: #fff9e6;
    background-color: #cc9e00
}

.jw-strip--color-shaded .jw-accent-background a,.jw-box.jw-box--color-shaded .jw-accent-background a,.jw-strip--color-shaded .jw-accent-background .jw-link-button,.jw-box.jw-box--color-shaded .jw-accent-background .jw-link-button {
    color: #fff9e6
}

.jw-strip--color-shaded .jw-accent-border-link-color,.jw-box.jw-box--color-shaded .jw-accent-border-link-color {
    border-color: #cc9e00
}

.jw-strip--color-shaded .jw-accent-border-color,.jw-box.jw-box--color-shaded .jw-accent-border-color {
    border-color: #737373
}

.jw-strip--color-shaded h1,.jw-box.jw-box--color-shaded h1,.jw-strip--color-shaded h2,.jw-box.jw-box--color-shaded h2,.jw-strip--color-shaded h3,.jw-box.jw-box--color-shaded h3,.jw-strip--color-shaded h4,.jw-box.jw-box--color-shaded h4,.jw-strip--color-shaded h5,.jw-box.jw-box--color-shaded h5,.jw-strip--color-shaded h6,.jw-box.jw-box--color-shaded h6 {
    line-height: 1.1;
    color: #cc9e00;
    font-family: "Merriweather","serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width: 768px) {
    .jw-strip--color-shaded h1,.jw-box.jw-box--color-shaded h1,.jw-strip--color-shaded h2,.jw-box.jw-box--color-shaded h2,.jw-strip--color-shaded h3,.jw-box.jw-box--color-shaded h3,.jw-strip--color-shaded h4,.jw-box.jw-box--color-shaded h4,.jw-strip--color-shaded h5,.jw-box.jw-box--color-shaded h5,.jw-strip--color-shaded h6,.jw-box.jw-box--color-shaded h6 {
        line-height:1.1
    }
}

@media (max-width: 1020px) {
    .jw-strip--color-shaded h1,.jw-box.jw-box--color-shaded h1,.jw-strip--color-shaded h2,.jw-box.jw-box--color-shaded h2,.jw-strip--color-shaded h3,.jw-box.jw-box--color-shaded h3,.jw-strip--color-shaded h4,.jw-box.jw-box--color-shaded h4,.jw-strip--color-shaded h5,.jw-box.jw-box--color-shaded h5,.jw-strip--color-shaded h6,.jw-box.jw-box--color-shaded h6 {
        line-height:1.1
    }
}

.jw-strip--color-shaded h1 a,.jw-box.jw-box--color-shaded h1 a,.jw-strip--color-shaded h2 a,.jw-box.jw-box--color-shaded h2 a,.jw-strip--color-shaded h3 a,.jw-box.jw-box--color-shaded h3 a,.jw-strip--color-shaded h4 a,.jw-box.jw-box--color-shaded h4 a,.jw-strip--color-shaded h5 a,.jw-box.jw-box--color-shaded h5 a,.jw-strip--color-shaded h6 a,.jw-box.jw-box--color-shaded h6 a,.jw-strip--color-shaded h1 .jw-link-color,.jw-box.jw-box--color-shaded h1 .jw-link-color,.jw-strip--color-shaded h2 .jw-link-color,.jw-box.jw-box--color-shaded h2 .jw-link-color,.jw-strip--color-shaded h3 .jw-link-color,.jw-box.jw-box--color-shaded h3 .jw-link-color,.jw-strip--color-shaded h4 .jw-link-color,.jw-box.jw-box--color-shaded h4 .jw-link-color,.jw-strip--color-shaded h5 .jw-link-color,.jw-box.jw-box--color-shaded h5 .jw-link-color,.jw-strip--color-shaded h6 .jw-link-color,.jw-box.jw-box--color-shaded h6 .jw-link-color {
    text-decoration: underline;
    color: #cc9e00
}

.jw-strip--color-shaded h1 a:hover,.jw-box.jw-box--color-shaded h1 a:hover,.jw-strip--color-shaded h2 a:hover,.jw-box.jw-box--color-shaded h2 a:hover,.jw-strip--color-shaded h3 a:hover,.jw-box.jw-box--color-shaded h3 a:hover,.jw-strip--color-shaded h4 a:hover,.jw-box.jw-box--color-shaded h4 a:hover,.jw-strip--color-shaded h5 a:hover,.jw-box.jw-box--color-shaded h5 a:hover,.jw-strip--color-shaded h6 a:hover,.jw-box.jw-box--color-shaded h6 a:hover,.jw-strip--color-shaded h1 .jw-link-color:hover,.jw-box.jw-box--color-shaded h1 .jw-link-color:hover,.jw-strip--color-shaded h2 .jw-link-color:hover,.jw-box.jw-box--color-shaded h2 .jw-link-color:hover,.jw-strip--color-shaded h3 .jw-link-color:hover,.jw-box.jw-box--color-shaded h3 .jw-link-color:hover,.jw-strip--color-shaded h4 .jw-link-color:hover,.jw-box.jw-box--color-shaded h4 .jw-link-color:hover,.jw-strip--color-shaded h5 .jw-link-color:hover,.jw-box.jw-box--color-shaded h5 .jw-link-color:hover,.jw-strip--color-shaded h6 .jw-link-color:hover,.jw-box.jw-box--color-shaded h6 .jw-link-color:hover {
    color: #ffc500
}

.jw-strip--color-shaded .product-page .product__price__price,.jw-box.jw-box--color-shaded .product-page .product__price__price {
    color: #cc9e00
}

.jw-strip--color-shaded .jw-heading-200,.jw-box.jw-box--color-shaded .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width: 1020px) {
    .jw-strip--color-shaded .jw-heading-200,.jw-box.jw-box--color-shaded .jw-heading-200 {
        font-size:4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width: 768px) {
    .jw-strip--color-shaded .jw-heading-200,.jw-box.jw-box--color-shaded .jw-heading-200 {
        font-size:4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-strip--color-shaded .jw-heading-150,.jw-box.jw-box--color-shaded .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width: 1020px) {
    .jw-strip--color-shaded .jw-heading-150,.jw-box.jw-box--color-shaded .jw-heading-150 {
        font-size:3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width: 768px) {
    .jw-strip--color-shaded .jw-heading-150,.jw-box.jw-box--color-shaded .jw-heading-150 {
        font-size:3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-strip--color-shaded .jw-heading-130,.jw-box.jw-box--color-shaded .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width: 1020px) {
    .jw-strip--color-shaded .jw-heading-130,.jw-box.jw-box--color-shaded .jw-heading-130 {
        font-size:3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width: 768px) {
    .jw-strip--color-shaded .jw-heading-130,.jw-box.jw-box--color-shaded .jw-heading-130 {
        font-size:2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded .jw-heading-120,.jw-box.jw-box--color-shaded .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width: 1020px) {
    .jw-strip--color-shaded .jw-heading-120,.jw-box.jw-box--color-shaded .jw-heading-120 {
        font-size:3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width: 768px) {
    .jw-strip--color-shaded .jw-heading-120,.jw-box.jw-box--color-shaded .jw-heading-120 {
        font-size:2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded h1,.jw-box.jw-box--color-shaded h1,.jw-strip--color-shaded .jw-heading-100,.jw-box.jw-box--color-shaded .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width: 1020px) {
    .jw-strip--color-shaded h1,.jw-box.jw-box--color-shaded h1,.jw-strip--color-shaded .jw-heading-100,.jw-box.jw-box--color-shaded .jw-heading-100 {
        font-size:2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--color-shaded h1,.jw-box.jw-box--color-shaded h1,.jw-strip--color-shaded .jw-heading-100,.jw-box.jw-box--color-shaded .jw-heading-100 {
        font-size:2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded h2,.jw-box.jw-box--color-shaded h2,.jw-strip--color-shaded .jw-heading-85,.jw-box.jw-box--color-shaded .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--color-shaded h2,.jw-box.jw-box--color-shaded h2,.jw-strip--color-shaded .jw-heading-85,.jw-box.jw-box--color-shaded .jw-heading-85 {
        font-size:2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--color-shaded h2,.jw-box.jw-box--color-shaded h2,.jw-strip--color-shaded .jw-heading-85,.jw-box.jw-box--color-shaded .jw-heading-85 {
        font-size:2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded h3,.jw-box.jw-box--color-shaded h3,.jw-strip--color-shaded .jw-heading-70,.jw-box.jw-box--color-shaded .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--color-shaded h3,.jw-box.jw-box--color-shaded h3,.jw-strip--color-shaded .jw-heading-70,.jw-box.jw-box--color-shaded .jw-heading-70 {
        font-size:2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--color-shaded h3,.jw-box.jw-box--color-shaded h3,.jw-strip--color-shaded .jw-heading-70,.jw-box.jw-box--color-shaded .jw-heading-70 {
        font-size:1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded h4,.jw-box.jw-box--color-shaded h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--color-shaded h4,.jw-box.jw-box--color-shaded h4 {
        font-size:1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--color-shaded h4,.jw-box.jw-box--color-shaded h4 {
        font-size:1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent,.jw-box.jw-box--color-accent {
    background-color: #ffc500;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #000
}

:root .jw-strip--color-accent,:root .jw-box.jw-box--color-accent {
    --w-color: #000;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(0,0,0,0.2);
    --w-line-color: rgba(0,0,0,0.08);
    --w-link-color: #664f00;
    --w-background-color: #ffc500;
    --w-form-error-color: hsl(2,64%,48%)
}

:root .jw-strip--color-accent,:root .jw-box.jw-box--color-accent {
    --jw-swatch--paragraph-link-color: #664f00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #997600;
    --jw-swatch--heading-color: #000;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #1a1a1a;
    --jw-swatch--paragraph-color: #000;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #1a1a1a;
    --jw-swatch--accent-color: #664f00;
    --jw-swatch--accent-color--button-text-on: #fff;
    --jw-swatch--accent-color--button-hover: #997600;
    --jw-swatch--header-color: #664f00;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #997600
}

.jw-strip--color-accent .jw-element-separator,.jw-box.jw-box--color-accent .jw-element-separator,.jw-strip--color-accent .jw-news-post,.jw-box.jw-box--color-accent .jw-news-post,.jw-strip--color-accent .jw-comment,.jw-box.jw-box--color-accent .jw-comment,.jw-strip--color-accent .jw-columns__node--separator-left,.jw-box.jw-box--color-accent .jw-columns__node--separator-left,.jw-strip--color-accent .jw-columns__node--separator-right,.jw-box.jw-box--color-accent .jw-columns__node--separator-right,.jw-strip--color-accent .website-logout,.jw-box.jw-box--color-accent .website-logout,.jw-strip--color-accent .jw-element-accordion__heading,.jw-box.jw-box--color-accent .jw-element-accordion__heading {
    border-color: rgba(0,0,0,0.08)
}

.jw-strip--color-accent .jw-steps__step,.jw-box.jw-box--color-accent .jw-steps__step {
    background-color: #ffc500;
    border-color: rgba(0,0,0,0.2);
    color: #332700
}

a.jw-strip--color-accent .jw-steps__step:hover,a.jw-box.jw-box--color-accent .jw-steps__step:hover,a.jw-strip--color-accent .jw-steps__step:focus,a.jw-box.jw-box--color-accent .jw-steps__step:focus {
    color: #332700
}

.jw-strip--color-accent .jw-steps__step--enabled,.jw-box.jw-box--color-accent .jw-steps__step--enabled {
    color: #000
}

a.jw-strip--color-accent .jw-steps__step--enabled:hover,a.jw-box.jw-box--color-accent .jw-steps__step--enabled:hover,a.jw-strip--color-accent .jw-steps__step--enabled:focus,a.jw-box.jw-box--color-accent .jw-steps__step--enabled:focus {
    color: #000
}

.jw-strip--color-accent .jw-steps__step--completed,.jw-box.jw-box--color-accent .jw-steps__step--completed {
    background-color: #f0b900;
    border-color: #664f00;
    color: #1a1400
}

a.jw-strip--color-accent .jw-steps__step--completed:hover,a.jw-box.jw-box--color-accent .jw-steps__step--completed:hover,a.jw-strip--color-accent .jw-steps__step--completed:focus,a.jw-box.jw-box--color-accent .jw-steps__step--completed:focus {
    color: #1a1400
}

.jw-strip--color-accent .jw-steps__step--selected,.jw-box.jw-box--color-accent .jw-steps__step--selected {
    background-color: #664f00;
    border-color: #664f00;
    color: #fff
}

a.jw-strip--color-accent .jw-steps__step--selected:hover,a.jw-box.jw-box--color-accent .jw-steps__step--selected:hover,a.jw-strip--color-accent .jw-steps__step--selected:focus,a.jw-box.jw-box--color-accent .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--color-accent .jw-toggle-block__label,.jw-box.jw-box--color-accent .jw-toggle-block__label {
    border-color: rgba(0,0,0,0.08)
}

input:checked+.jw-strip--color-accent .jw-toggle-block__label,input:checked+.jw-box.jw-box--color-accent .jw-toggle-block__label {
    border-color: #664f00;
    box-shadow: 0 0 0 1px #664f00
}

.jw-strip--color-accent .jw-toggle-block__label.jw-element-form-is-error,.jw-box.jw-box--color-accent .jw-toggle-block__label.jw-element-form-is-error,input:checked+.jw-strip--color-accent .jw-toggle-block__label.jw-element-form-is-error,input:checked+.jw-box.jw-box--color-accent .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--color-accent .jw-element-form-well,.jw-box.jw-box--color-accent .jw-element-form-well {
    background: #ebb500
}

.jw-strip--color-accent .jw-element-form-input-text,.jw-box.jw-box--color-accent .jw-element-form-input-text {
    border-color: rgba(77,59,0,0.5);
    color: #000;
    background-color: #cc9e00;
    box-shadow: 0 0 rgba(0,0,0,0)
}

.jw-strip--color-accent .jw-element-form-input-text:hover,.jw-box.jw-box--color-accent .jw-element-form-input-text:hover {
    border-color: #4d3b00
}

.jw-strip--color-accent .jw-element-form-input-text:focus,.jw-box.jw-box--color-accent .jw-element-form-input-text:focus {
    border-color: #664f00;
    box-shadow: 0 0 0 2px #b38a00,0 0 rgba(0,0,0,0)
}

.jw-strip--color-accent select.jw-element-form-input-text,.jw-box.jw-box--color-accent select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23000000%22%20/%3E%3C/svg%3E')
}

.jw-strip--color-accent input[type='radio']:focus,.jw-box.jw-box--color-accent input[type='radio']:focus,.jw-strip--color-accent input[type='checkbox']:focus,.jw-box.jw-box--color-accent input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #664f00;
    outline: none
}

.jw-strip--color-accent input[type='radio']:focus:not(:focus-visible),.jw-box.jw-box--color-accent input[type='radio']:focus:not(:focus-visible),.jw-strip--color-accent input[type='checkbox']:focus:not(:focus-visible),.jw-box.jw-box--color-accent input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--color-accent .jw-pagination__page,.jw-box.jw-box--color-accent .jw-pagination__page {
    color: #664f00;
    border-radius: .2em
}

.jw-strip--color-accent .jw-pagination__page:hover,.jw-box.jw-box--color-accent .jw-pagination__page:hover {
    background: rgba(102,79,0,0.15);
    color: #664f00
}

.jw-strip--color-accent .jw-pagination__page--active,.jw-box.jw-box--color-accent .jw-pagination__page--active,.jw-strip--color-accent .jw-pagination__page--active:hover,.jw-box.jw-box--color-accent .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #664f00;
    background: transparent;
    color: #664f00
}

.jw-strip--color-accent .product-sticker,.jw-box.jw-box--color-accent .product-sticker {
    color: #fff;
    background: #664f00
}

.jw-strip--color-accent .jw-tree-empty-placeholder,.jw-box.jw-box--color-accent .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(0,0,0,0.8)
}

.jw-strip--color-accent .jw-tree-empty-placeholder__image,.jw-box.jw-box--color-accent .jw-tree-empty-placeholder__image {
    background-image: url('https://assets.jwwb.nl/assets/img/content-empty.png?version=1')
}

.jw-strip--color-accent .text--muted,.jw-box.jw-box--color-accent .text--muted {
    color: #664f00
}

.jw-strip--color-accent .jw-element-social-share .share-button--wrapper,.jw-box.jw-box--color-accent .jw-element-social-share .share-button--wrapper {
    border-color: rgba(0,0,0,0.08)
}

.jw-strip--color-accent .jw-element-rating--color-accent .jw-element-rating__icon-full,.jw-box.jw-box--color-accent .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #664f00
}

.jw-strip--color-accent .jw-element-rating__icon-empty,.jw-box.jw-box--color-accent .jw-element-rating__icon-empty {
    color: #b38a00
}

.jw-strip--color-accent .jw-element-audio,.jw-box.jw-box--color-accent .jw-element-audio {
    --plyr-color-main: #664f00;
    --plyr-audio-controls-background: #fff5d2;
    --plyr-audio-control-color: #000;
    --plyr-audio-control-background-hover: #664f00;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(0,0,0,0.3);
    --plyr-control-radius: .2em
}

.jw-strip--color-accent .jw-element-audio .plyr--audio .plyr__controls,.jw-box.jw-box--color-accent .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: .2em;
    border-color: #cc9e00
}

.jw-strip--color-accent .jw-element-video,.jw-box.jw-box--color-accent .jw-element-video {
    --plyr-color-main: #664f00;
    --plyr-video-control-background-hover: #664f00;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--color-accent .jw-element-video--presentation-mode,.jw-box.jw-box--color-accent .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
    margin: auto
}

.jw-strip--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,.jw-box.jw-box--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,.jw-strip--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile,.jw-box.jw-box--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #664f00;
    border-color: #664f00
}

.jw-strip--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile,.jw-box.jw-box--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #664f00;
    color: #fff
}

.jw-strip--color-accent .jw-element-social-follow__default-color-getter,.jw-box.jw-box--color-accent .jw-element-social-follow__default-color-getter {
    color: #664f00
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp,.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #1da34f;
    border-color: #1da34f
}

.jw-strip--color-accent .image-gallery__main:has(.image-gallery__slides :focus-visible),.jw-box.jw-box--color-accent .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #664f00;
    outline-offset: 1px
}

.jw-strip--color-accent .image-gallery__thumbnail-item,.jw-box.jw-box--color-accent .image-gallery__thumbnail-item {
    border-color: rgba(0,0,0,0.2)
}

.jw-strip--color-accent .image-gallery__thumbnail-item:hover,.jw-box.jw-box--color-accent .image-gallery__thumbnail-item:hover {
    border-color: rgba(0,0,0,0.5)
}

.jw-strip--color-accent .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active,.jw-box.jw-box--color-accent .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #664f00
}

.jw-strip--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__heading,.jw-strip--color-accent .jw-element-accordion--style-box .jw-box.jw-box--color-accent .jw-element-accordion__heading,.jw-box.jw-box--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__heading,.jw-box.jw-box--color-accent .jw-element-accordion--style-box .jw-box.jw-box--color-accent .jw-element-accordion__heading {
    background-color: #664f00;
    color: #fff;
    border-color: #332700
}

.jw-strip--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__item,.jw-strip--color-accent .jw-element-accordion--style-box .jw-box.jw-box--color-accent .jw-element-accordion__item,.jw-box.jw-box--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__item,.jw-box.jw-box--color-accent .jw-element-accordion--style-box .jw-box.jw-box--color-accent .jw-element-accordion__item {
    background-color: rgba(0,0,0,0.05)
}

.jw-strip--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__content,.jw-strip--color-accent .jw-element-accordion--style-box .jw-box.jw-box--color-accent .jw-element-accordion__content,.jw-box.jw-box--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__content,.jw-box.jw-box--color-accent .jw-element-accordion--style-box .jw-box.jw-box--color-accent .jw-element-accordion__content {
    border-color: #332700
}

.jw-strip--color-accent .jw-table.jw-table--header.jw-table--border th,.jw-box.jw-box--color-accent .jw-table.jw-table--header.jw-table--border th,.jw-strip--color-accent .jw-table.jw-table--header.jw-table--striped th,.jw-box.jw-box--color-accent .jw-table.jw-table--header.jw-table--striped th {
    background-color: #664f00;
    color: #fff
}

.jw-strip--color-accent .jw-table.jw-table--border tr,.jw-box.jw-box--color-accent .jw-table.jw-table--border tr,.jw-strip--color-accent .jw-table.jw-table--striped tr td,.jw-box.jw-box--color-accent .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(0,0,0,0.1)
}

.jw-strip--color-accent .jw-table.jw-table--striped tr:nth-child(odd) td,.jw-box.jw-box--color-accent .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(0,0,0,0.05)
}

.jw-strip--color-accent .jw-table.jw-table--hover tr:hover td,.jw-box.jw-box--color-accent .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(0,0,0,0.15)
}

.jw-strip--color-accent .jw-table.jw-table--nowrap,.jw-box.jw-box--color-accent .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--color-accent .responsive-table-container::-webkit-scrollbar-thumb,.jw-box.jw-box--color-accent .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3)
}

.jw-strip--color-accent .handsontable .jw-table--header.jw-table--border tr:first-child td,.jw-box.jw-box--color-accent .handsontable .jw-table--header.jw-table--border tr:first-child td,.jw-strip--color-accent .handsontable .jw-table--header.jw-table--striped tr:first-child td,.jw-box.jw-box--color-accent .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #664f00;
    color: #fff
}

.jw-strip--color-accent .product,.jw-box.jw-box--color-accent .product,.jw-strip--color-accent .product__description,.jw-box.jw-box--color-accent .product__description,.jw-strip--color-accent .product-page__description,.jw-box.jw-box--color-accent .product-page__description,.jw-strip--color-accent .product-page__social,.jw-box.jw-box--color-accent .product-page__social {
    border-color: rgba(0,0,0,0.07)
}

.jw-strip--color-accent .jw-columns .jw-product .product,.jw-box.jw-box--color-accent .jw-columns .jw-product .product,.jw-strip--color-accent .image-gallery__thumbnail-item,.jw-box.jw-box--color-accent .image-gallery__thumbnail-item {
    border-radius: 3px
}

.jw-strip--color-accent .product__free-shipping-motivator,.jw-box.jw-box--color-accent .product__free-shipping-motivator {
    color: #664f00
}

.jw-strip--color-accent .product-gallery--empty,.jw-box.jw-box--color-accent .product-gallery--empty {
    border: 1px solid rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.5)
}

.jw-strip--color-accent .product-gallery__content,.jw-box.jw-box--color-accent .product-gallery__content {
    background: #ffc500
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__content,.jw-box.jw-box--color-accent .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(0,0,0,0.2)
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__content:hover,.jw-box.jw-box--color-accent .product-gallery--style-bordered .product-gallery__content:hover,.jw-strip--color-accent .product-gallery--style-clean .product-gallery__content:hover,.jw-box.jw-box--color-accent .product-gallery--style-clean .product-gallery__content:hover {
    background: #ffcc1f;
    border-color: rgba(0,0,0,0.5)
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__content:focus-within,.jw-box.jw-box--color-accent .product-gallery--style-bordered .product-gallery__content:focus-within,.jw-strip--color-accent .product-gallery--style-clean .product-gallery__content:focus-within,.jw-box.jw-box--color-accent .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #ffcc1f;
    border-color: rgba(0,0,0,0.5)
}

.jw-strip--color-accent .product-gallery--style-image-only .product-gallery__info-container,.jw-box.jw-box--color-accent .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255,204,31,0.9)
}

.jw-strip--color-accent .product-gallery__price,.jw-box.jw-box--color-accent .product-gallery__price {
    color: #4d3b00
}

.jw-strip--color-accent .product-gallery,.jw-box.jw-box--color-accent .product-gallery {
    --button-height: 34px;
    --select-height: calc(var(--jw-form-element-input-padding) * 2 + (16px * 1.5))
}

.jw-strip--color-accent .product-gallery-filter__button,.jw-box.jw-box--color-accent .product-gallery-filter__button {
    color: #664f00
}

.jw-strip--color-accent .jw-btn,.jw-box.jw-box--color-accent .jw-btn {
    --jw-comp--button--primary-color: #664f00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #997600
}

.jw-strip--color-accent .jw-icon-image__inner,.jw-box.jw-box--color-accent .jw-icon-image__inner {
    background-color: #664f00
}

.jw-strip--color-accent .jw-image-is-square .jw-icon-image,.jw-box.jw-box--color-accent .jw-image-is-square .jw-icon-image,.jw-strip--color-accent .jw-image-is-rounded .jw-icon-image,.jw-box.jw-box--color-accent .jw-image-is-rounded .jw-icon-image,.jw-strip--color-accent .jw-image-is-round .jw-icon-image,.jw-box.jw-box--color-accent .jw-image-is-round .jw-icon-image {
    background-color: #664f00
}

.jw-strip--color-accent .jw-image-is-square .jw-icon-image__inner,.jw-box.jw-box--color-accent .jw-image-is-square .jw-icon-image__inner,.jw-strip--color-accent .jw-image-is-rounded .jw-icon-image__inner,.jw-box.jw-box--color-accent .jw-image-is-rounded .jw-icon-image__inner,.jw-strip--color-accent .jw-image-is-round .jw-icon-image__inner,.jw-box.jw-box--color-accent .jw-image-is-round .jw-icon-image__inner {
    background-color: #ffc500
}

@media (max-width: 1020px) {
    .jw-strip--color-accent,.jw-box.jw-box--color-accent {
        line-height:1.425
    }
}

@media (max-width: 768px) {
    .jw-strip--color-accent,.jw-box.jw-box--color-accent {
        line-height:1.35;
        font-size: 1.4rem
    }
}

.jw-strip--color-accent a,.jw-box.jw-box--color-accent a,.jw-strip--color-accent .jw-link-color,.jw-box.jw-box--color-accent .jw-link-color {
    color: #664f00;
    text-decoration: underline
}

.jw-strip--color-accent a:hover,.jw-box.jw-box--color-accent a:hover,.jw-strip--color-accent .jw-link-color:hover,.jw-box.jw-box--color-accent .jw-link-color:hover {
    color: #997600;
    text-decoration: underline
}

.jw-strip--color-accent p,.jw-box.jw-box--color-accent p,.jw-strip--color-accent ol,.jw-box.jw-box--color-accent ol,.jw-strip--color-accent ul,.jw-box.jw-box--color-accent ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--color-accent span[style*='color'] a,.jw-box.jw-box--color-accent span[style*='color'] a {
    color: inherit
}

.jw-strip--color-accent button,.jw-box.jw-box--color-accent button {
    line-height: 1.5
}

.jw-strip--color-accent .jw-text-small,.jw-box.jw-box--color-accent .jw-text-small {
    font-size: 1.12rem
}

.jw-strip--color-accent .jw-accent-text-color,.jw-box.jw-box--color-accent .jw-accent-text-color {
    color: #664f00
}

.jw-strip--color-accent .jw-accent-background,.jw-box.jw-box--color-accent .jw-accent-background {
    color: #bab08c;
    background-color: #664f00
}

.jw-strip--color-accent .jw-accent-background a,.jw-box.jw-box--color-accent .jw-accent-background a,.jw-strip--color-accent .jw-accent-background .jw-link-button,.jw-box.jw-box--color-accent .jw-accent-background .jw-link-button {
    color: #bab08c
}

.jw-strip--color-accent .jw-accent-border-link-color,.jw-box.jw-box--color-accent .jw-accent-border-link-color {
    border-color: #664f00
}

.jw-strip--color-accent .jw-accent-border-color,.jw-box.jw-box--color-accent .jw-accent-border-color {
    border-color: #000
}

.jw-strip--color-accent h1,.jw-box.jw-box--color-accent h1,.jw-strip--color-accent h2,.jw-box.jw-box--color-accent h2,.jw-strip--color-accent h3,.jw-box.jw-box--color-accent h3,.jw-strip--color-accent h4,.jw-box.jw-box--color-accent h4,.jw-strip--color-accent h5,.jw-box.jw-box--color-accent h5,.jw-strip--color-accent h6,.jw-box.jw-box--color-accent h6 {
    line-height: 1.1;
    color: #000;
    font-family: "Merriweather","serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width: 768px) {
    .jw-strip--color-accent h1,.jw-box.jw-box--color-accent h1,.jw-strip--color-accent h2,.jw-box.jw-box--color-accent h2,.jw-strip--color-accent h3,.jw-box.jw-box--color-accent h3,.jw-strip--color-accent h4,.jw-box.jw-box--color-accent h4,.jw-strip--color-accent h5,.jw-box.jw-box--color-accent h5,.jw-strip--color-accent h6,.jw-box.jw-box--color-accent h6 {
        line-height:1.1
    }
}

@media (max-width: 1020px) {
    .jw-strip--color-accent h1,.jw-box.jw-box--color-accent h1,.jw-strip--color-accent h2,.jw-box.jw-box--color-accent h2,.jw-strip--color-accent h3,.jw-box.jw-box--color-accent h3,.jw-strip--color-accent h4,.jw-box.jw-box--color-accent h4,.jw-strip--color-accent h5,.jw-box.jw-box--color-accent h5,.jw-strip--color-accent h6,.jw-box.jw-box--color-accent h6 {
        line-height:1.1
    }
}

.jw-strip--color-accent h1 a,.jw-box.jw-box--color-accent h1 a,.jw-strip--color-accent h2 a,.jw-box.jw-box--color-accent h2 a,.jw-strip--color-accent h3 a,.jw-box.jw-box--color-accent h3 a,.jw-strip--color-accent h4 a,.jw-box.jw-box--color-accent h4 a,.jw-strip--color-accent h5 a,.jw-box.jw-box--color-accent h5 a,.jw-strip--color-accent h6 a,.jw-box.jw-box--color-accent h6 a,.jw-strip--color-accent h1 .jw-link-color,.jw-box.jw-box--color-accent h1 .jw-link-color,.jw-strip--color-accent h2 .jw-link-color,.jw-box.jw-box--color-accent h2 .jw-link-color,.jw-strip--color-accent h3 .jw-link-color,.jw-box.jw-box--color-accent h3 .jw-link-color,.jw-strip--color-accent h4 .jw-link-color,.jw-box.jw-box--color-accent h4 .jw-link-color,.jw-strip--color-accent h5 .jw-link-color,.jw-box.jw-box--color-accent h5 .jw-link-color,.jw-strip--color-accent h6 .jw-link-color,.jw-box.jw-box--color-accent h6 .jw-link-color {
    text-decoration: underline;
    color: #664f00
}

.jw-strip--color-accent h1 a:hover,.jw-box.jw-box--color-accent h1 a:hover,.jw-strip--color-accent h2 a:hover,.jw-box.jw-box--color-accent h2 a:hover,.jw-strip--color-accent h3 a:hover,.jw-box.jw-box--color-accent h3 a:hover,.jw-strip--color-accent h4 a:hover,.jw-box.jw-box--color-accent h4 a:hover,.jw-strip--color-accent h5 a:hover,.jw-box.jw-box--color-accent h5 a:hover,.jw-strip--color-accent h6 a:hover,.jw-box.jw-box--color-accent h6 a:hover,.jw-strip--color-accent h1 .jw-link-color:hover,.jw-box.jw-box--color-accent h1 .jw-link-color:hover,.jw-strip--color-accent h2 .jw-link-color:hover,.jw-box.jw-box--color-accent h2 .jw-link-color:hover,.jw-strip--color-accent h3 .jw-link-color:hover,.jw-box.jw-box--color-accent h3 .jw-link-color:hover,.jw-strip--color-accent h4 .jw-link-color:hover,.jw-box.jw-box--color-accent h4 .jw-link-color:hover,.jw-strip--color-accent h5 .jw-link-color:hover,.jw-box.jw-box--color-accent h5 .jw-link-color:hover,.jw-strip--color-accent h6 .jw-link-color:hover,.jw-box.jw-box--color-accent h6 .jw-link-color:hover {
    color: #997600
}

.jw-strip--color-accent .product-page .product__price__price,.jw-box.jw-box--color-accent .product-page .product__price__price {
    color: #000
}

.jw-strip--color-accent .jw-heading-200,.jw-box.jw-box--color-accent .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width: 1020px) {
    .jw-strip--color-accent .jw-heading-200,.jw-box.jw-box--color-accent .jw-heading-200 {
        font-size:4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width: 768px) {
    .jw-strip--color-accent .jw-heading-200,.jw-box.jw-box--color-accent .jw-heading-200 {
        font-size:4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-strip--color-accent .jw-heading-150,.jw-box.jw-box--color-accent .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width: 1020px) {
    .jw-strip--color-accent .jw-heading-150,.jw-box.jw-box--color-accent .jw-heading-150 {
        font-size:3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width: 768px) {
    .jw-strip--color-accent .jw-heading-150,.jw-box.jw-box--color-accent .jw-heading-150 {
        font-size:3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-strip--color-accent .jw-heading-130,.jw-box.jw-box--color-accent .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width: 1020px) {
    .jw-strip--color-accent .jw-heading-130,.jw-box.jw-box--color-accent .jw-heading-130 {
        font-size:3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width: 768px) {
    .jw-strip--color-accent .jw-heading-130,.jw-box.jw-box--color-accent .jw-heading-130 {
        font-size:2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent .jw-heading-120,.jw-box.jw-box--color-accent .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width: 1020px) {
    .jw-strip--color-accent .jw-heading-120,.jw-box.jw-box--color-accent .jw-heading-120 {
        font-size:3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width: 768px) {
    .jw-strip--color-accent .jw-heading-120,.jw-box.jw-box--color-accent .jw-heading-120 {
        font-size:2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent h1,.jw-box.jw-box--color-accent h1,.jw-strip--color-accent .jw-heading-100,.jw-box.jw-box--color-accent .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width: 1020px) {
    .jw-strip--color-accent h1,.jw-box.jw-box--color-accent h1,.jw-strip--color-accent .jw-heading-100,.jw-box.jw-box--color-accent .jw-heading-100 {
        font-size:2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--color-accent h1,.jw-box.jw-box--color-accent h1,.jw-strip--color-accent .jw-heading-100,.jw-box.jw-box--color-accent .jw-heading-100 {
        font-size:2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent h2,.jw-box.jw-box--color-accent h2,.jw-strip--color-accent .jw-heading-85,.jw-box.jw-box--color-accent .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--color-accent h2,.jw-box.jw-box--color-accent h2,.jw-strip--color-accent .jw-heading-85,.jw-box.jw-box--color-accent .jw-heading-85 {
        font-size:2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--color-accent h2,.jw-box.jw-box--color-accent h2,.jw-strip--color-accent .jw-heading-85,.jw-box.jw-box--color-accent .jw-heading-85 {
        font-size:2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent h3,.jw-box.jw-box--color-accent h3,.jw-strip--color-accent .jw-heading-70,.jw-box.jw-box--color-accent .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--color-accent h3,.jw-box.jw-box--color-accent h3,.jw-strip--color-accent .jw-heading-70,.jw-box.jw-box--color-accent .jw-heading-70 {
        font-size:2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--color-accent h3,.jw-box.jw-box--color-accent h3,.jw-strip--color-accent .jw-heading-70,.jw-box.jw-box--color-accent .jw-heading-70 {
        font-size:1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent h4,.jw-box.jw-box--color-accent h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--color-accent h4,.jw-box.jw-box--color-accent h4 {
        font-size:1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--color-accent h4,.jw-box.jw-box--color-accent h4 {
        font-size:1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse,.jw-box.jw-box--color-inverse {
    background-color: #333;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #a3a3a3
}

:root .jw-strip--color-inverse,:root .jw-box.jw-box--color-inverse {
    --w-color: #a3a3a3;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(163,163,163,0.3);
    --w-line-color: rgba(163,163,163,0.2);
    --w-link-color: #cc9e00;
    --w-background-color: #333;
    --w-form-error-color: hsl(2,64%,58%)
}

:root .jw-strip--color-inverse,:root .jw-box.jw-box--color-inverse {
    --jw-swatch--paragraph-link-color: #cc9e00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #ffc500;
    --jw-swatch--heading-color: #a3a3a3;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #bdbdbd;
    --jw-swatch--paragraph-color: #a3a3a3;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #bdbdbd;
    --jw-swatch--header-color: #cc9e00;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #ffc500
}

.jw-strip--color-inverse .jw-element-separator,.jw-box.jw-box--color-inverse .jw-element-separator,.jw-strip--color-inverse .jw-news-post,.jw-box.jw-box--color-inverse .jw-news-post,.jw-strip--color-inverse .jw-comment,.jw-box.jw-box--color-inverse .jw-comment,.jw-strip--color-inverse .jw-columns__node--separator-left,.jw-box.jw-box--color-inverse .jw-columns__node--separator-left,.jw-strip--color-inverse .jw-columns__node--separator-right,.jw-box.jw-box--color-inverse .jw-columns__node--separator-right,.jw-strip--color-inverse .website-logout,.jw-box.jw-box--color-inverse .website-logout,.jw-strip--color-inverse .jw-element-accordion__heading,.jw-box.jw-box--color-inverse .jw-element-accordion__heading {
    border-color: rgba(163,163,163,0.2)
}

.jw-strip--color-inverse .jw-steps__step,.jw-box.jw-box--color-inverse .jw-steps__step {
    background-color: #333;
    border-color: rgba(163,163,163,0.3);
    color: #8d8d8d
}

a.jw-strip--color-inverse .jw-steps__step:hover,a.jw-box.jw-box--color-inverse .jw-steps__step:hover,a.jw-strip--color-inverse .jw-steps__step:focus,a.jw-box.jw-box--color-inverse .jw-steps__step:focus {
    color: #8d8d8d
}

.jw-strip--color-inverse .jw-steps__step--enabled,.jw-box.jw-box--color-inverse .jw-steps__step--enabled {
    color: #a3a3a3
}

a.jw-strip--color-inverse .jw-steps__step--enabled:hover,a.jw-box.jw-box--color-inverse .jw-steps__step--enabled:hover,a.jw-strip--color-inverse .jw-steps__step--enabled:focus,a.jw-box.jw-box--color-inverse .jw-steps__step--enabled:focus {
    color: #a3a3a3
}

.jw-strip--color-inverse .jw-steps__step--completed,.jw-box.jw-box--color-inverse .jw-steps__step--completed {
    background-color: #423e2e;
    border-color: #cc9e00;
    color: #ffcb1a
}

a.jw-strip--color-inverse .jw-steps__step--completed:hover,a.jw-box.jw-box--color-inverse .jw-steps__step--completed:hover,a.jw-strip--color-inverse .jw-steps__step--completed:focus,a.jw-box.jw-box--color-inverse .jw-steps__step--completed:focus {
    color: #ffcb1a
}

.jw-strip--color-inverse .jw-steps__step--selected,.jw-box.jw-box--color-inverse .jw-steps__step--selected {
    background-color: #cc9e00;
    border-color: #cc9e00;
    color: #fff
}

a.jw-strip--color-inverse .jw-steps__step--selected:hover,a.jw-box.jw-box--color-inverse .jw-steps__step--selected:hover,a.jw-strip--color-inverse .jw-steps__step--selected:focus,a.jw-box.jw-box--color-inverse .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--color-inverse .jw-toggle-block__label,.jw-box.jw-box--color-inverse .jw-toggle-block__label {
    border-color: rgba(163,163,163,0.2)
}

input:checked+.jw-strip--color-inverse .jw-toggle-block__label,input:checked+.jw-box.jw-box--color-inverse .jw-toggle-block__label {
    border-color: #cc9e00;
    box-shadow: 0 0 0 1px #cc9e00
}

.jw-strip--color-inverse .jw-toggle-block__label.jw-element-form-is-error,.jw-box.jw-box--color-inverse .jw-toggle-block__label.jw-element-form-is-error,input:checked+.jw-strip--color-inverse .jw-toggle-block__label.jw-element-form-is-error,input:checked+.jw-box.jw-box--color-inverse .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--color-inverse .jw-element-form-well,.jw-box.jw-box--color-inverse .jw-element-form-well {
    background: #3c3c3c
}

.jw-strip--color-inverse .jw-element-form-input-text,.jw-box.jw-box--color-inverse .jw-element-form-input-text {
    border-color: rgba(140,140,140,0.5);
    color: #a3a3a3;
    background-color: #1a1a1a;
    box-shadow: 0 0 rgba(0,0,0,0)
}

.jw-strip--color-inverse .jw-element-form-input-text:hover,.jw-box.jw-box--color-inverse .jw-element-form-input-text:hover {
    border-color: #8c8c8c
}

.jw-strip--color-inverse .jw-element-form-input-text:focus,.jw-box.jw-box--color-inverse .jw-element-form-input-text:focus {
    border-color: #cc9e00;
    box-shadow: 0 0 0 2px #80681a,0 0 rgba(0,0,0,0)
}

.jw-strip--color-inverse select.jw-element-form-input-text,.jw-box.jw-box--color-inverse select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23a3a3a3%22%20/%3E%3C/svg%3E')
}

.jw-strip--color-inverse input[type='radio']:focus,.jw-box.jw-box--color-inverse input[type='radio']:focus,.jw-strip--color-inverse input[type='checkbox']:focus,.jw-box.jw-box--color-inverse input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #cc9e00;
    outline: none
}

.jw-strip--color-inverse input[type='radio']:focus:not(:focus-visible),.jw-box.jw-box--color-inverse input[type='radio']:focus:not(:focus-visible),.jw-strip--color-inverse input[type='checkbox']:focus:not(:focus-visible),.jw-box.jw-box--color-inverse input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--color-inverse .jw-pagination__page,.jw-box.jw-box--color-inverse .jw-pagination__page {
    color: #cc9e00;
    border-radius: .2em
}

.jw-strip--color-inverse .jw-pagination__page:hover,.jw-box.jw-box--color-inverse .jw-pagination__page:hover {
    background: rgba(204,158,0,0.15);
    color: #cc9e00
}

.jw-strip--color-inverse .jw-pagination__page--active,.jw-box.jw-box--color-inverse .jw-pagination__page--active,.jw-strip--color-inverse .jw-pagination__page--active:hover,.jw-box.jw-box--color-inverse .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #cc9e00;
    background: transparent;
    color: #cc9e00
}

.jw-strip--color-inverse .product-sticker,.jw-box.jw-box--color-inverse .product-sticker {
    color: #fff;
    background: #cc9e00
}

.jw-strip--color-inverse .jw-tree-empty-placeholder,.jw-box.jw-box--color-inverse .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(163,163,163,0.8)
}

.jw-strip--color-inverse .jw-tree-empty-placeholder__image,.jw-box.jw-box--color-inverse .jw-tree-empty-placeholder__image {
    background-image: url('https://assets.jwwb.nl/assets/img/content-empty-light.png?version=1')
}

.jw-strip--color-inverse .text--muted,.jw-box.jw-box--color-inverse .text--muted {
    color: #767676
}

.jw-strip--color-inverse .jw-element-social-share .share-button--wrapper,.jw-box.jw-box--color-inverse .jw-element-social-share .share-button--wrapper {
    border-color: rgba(163,163,163,0.2)
}

.jw-strip--color-inverse .jw-element-rating--color-accent .jw-element-rating__icon-full,.jw-box.jw-box--color-inverse .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #cc9e00
}

.jw-strip--color-inverse .jw-element-rating__icon-empty,.jw-box.jw-box--color-inverse .jw-element-rating__icon-empty {
    color: #555
}

.jw-strip--color-inverse .jw-element-audio,.jw-box.jw-box--color-inverse .jw-element-audio {
    --plyr-color-main: #cc9e00;
    --plyr-audio-controls-background: #595959;
    --plyr-audio-control-color: #e5e5e5;
    --plyr-audio-control-background-hover: #cc9e00;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(229,229,229,0.3);
    --plyr-control-radius: .2em
}

.jw-strip--color-inverse .jw-element-audio .plyr--audio .plyr__controls,.jw-box.jw-box--color-inverse .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: .2em;
    border-color: #757575
}

.jw-strip--color-inverse .jw-element-video,.jw-box.jw-box--color-inverse .jw-element-video {
    --plyr-color-main: #cc9e00;
    --plyr-video-control-background-hover: #cc9e00;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--color-inverse .jw-element-video--presentation-mode,.jw-box.jw-box--color-inverse .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
    margin: auto
}

.jw-strip--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,.jw-strip--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #cc9e00;
    border-color: #cc9e00
}

.jw-strip--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #cc9e00;
    color: #fff
}

.jw-strip--color-inverse .jw-element-social-follow__default-color-getter,.jw-box.jw-box--color-inverse .jw-element-social-follow__default-color-getter {
    color: #cc9e00
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3f5fa3;
    border-color: #3f5fa3
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #fff;
    border-color: #fff
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #4b6483;
    border-color: #4b6483
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #fff;
    border-color: #fff
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp,.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #25d366;
    border-color: #25d366
}

.jw-strip--color-inverse .image-gallery__main:has(.image-gallery__slides :focus-visible),.jw-box.jw-box--color-inverse .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #cc9e00;
    outline-offset: 1px
}

.jw-strip--color-inverse .image-gallery__thumbnail-item,.jw-box.jw-box--color-inverse .image-gallery__thumbnail-item {
    border-color: rgba(163,163,163,0.3)
}

.jw-strip--color-inverse .image-gallery__thumbnail-item:hover,.jw-box.jw-box--color-inverse .image-gallery__thumbnail-item:hover {
    border-color: rgba(163,163,163,0.6)
}

.jw-strip--color-inverse .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active,.jw-box.jw-box--color-inverse .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #cc9e00
}

.jw-strip--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__heading,.jw-strip--color-inverse .jw-element-accordion--style-box .jw-box.jw-box--color-inverse .jw-element-accordion__heading,.jw-box.jw-box--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__heading,.jw-box.jw-box--color-inverse .jw-element-accordion--style-box .jw-box.jw-box--color-inverse .jw-element-accordion__heading {
    background-color: #cc9e00;
    color: #fff;
    border-color: #997600
}

.jw-strip--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__item,.jw-strip--color-inverse .jw-element-accordion--style-box .jw-box.jw-box--color-inverse .jw-element-accordion__item,.jw-box.jw-box--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__item,.jw-box.jw-box--color-inverse .jw-element-accordion--style-box .jw-box.jw-box--color-inverse .jw-element-accordion__item {
    background-color: rgba(163,163,163,0.05)
}

.jw-strip--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__content,.jw-strip--color-inverse .jw-element-accordion--style-box .jw-box.jw-box--color-inverse .jw-element-accordion__content,.jw-box.jw-box--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__content,.jw-box.jw-box--color-inverse .jw-element-accordion--style-box .jw-box.jw-box--color-inverse .jw-element-accordion__content {
    border-color: #997600
}

.jw-strip--color-inverse .jw-table.jw-table--header.jw-table--border th,.jw-box.jw-box--color-inverse .jw-table.jw-table--header.jw-table--border th,.jw-strip--color-inverse .jw-table.jw-table--header.jw-table--striped th,.jw-box.jw-box--color-inverse .jw-table.jw-table--header.jw-table--striped th {
    background-color: #cc9e00;
    color: #fff
}

.jw-strip--color-inverse .jw-table.jw-table--border tr,.jw-box.jw-box--color-inverse .jw-table.jw-table--border tr,.jw-strip--color-inverse .jw-table.jw-table--striped tr td,.jw-box.jw-box--color-inverse .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(163,163,163,0.1)
}

.jw-strip--color-inverse .jw-table.jw-table--striped tr:nth-child(odd) td,.jw-box.jw-box--color-inverse .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(163,163,163,0.05)
}

.jw-strip--color-inverse .jw-table.jw-table--hover tr:hover td,.jw-box.jw-box--color-inverse .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(163,163,163,0.15)
}

.jw-strip--color-inverse .jw-table.jw-table--nowrap,.jw-box.jw-box--color-inverse .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--color-inverse .responsive-table-container::-webkit-scrollbar-thumb,.jw-box.jw-box--color-inverse .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(163,163,163,0.3)
}

.jw-strip--color-inverse .handsontable .jw-table--header.jw-table--border tr:first-child td,.jw-box.jw-box--color-inverse .handsontable .jw-table--header.jw-table--border tr:first-child td,.jw-strip--color-inverse .handsontable .jw-table--header.jw-table--striped tr:first-child td,.jw-box.jw-box--color-inverse .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #cc9e00;
    color: #fff
}

.jw-strip--color-inverse .product,.jw-box.jw-box--color-inverse .product,.jw-strip--color-inverse .product__description,.jw-box.jw-box--color-inverse .product__description,.jw-strip--color-inverse .product-page__description,.jw-box.jw-box--color-inverse .product-page__description,.jw-strip--color-inverse .product-page__social,.jw-box.jw-box--color-inverse .product-page__social {
    border-color: rgba(163,163,163,0.2)
}

.jw-strip--color-inverse .jw-columns .jw-product .product,.jw-box.jw-box--color-inverse .jw-columns .jw-product .product,.jw-strip--color-inverse .image-gallery__thumbnail-item,.jw-box.jw-box--color-inverse .image-gallery__thumbnail-item {
    border-radius: 3px
}

.jw-strip--color-inverse .product__free-shipping-motivator,.jw-box.jw-box--color-inverse .product__free-shipping-motivator {
    color: #cc9e00
}

.jw-strip--color-inverse .product-gallery--empty,.jw-box.jw-box--color-inverse .product-gallery--empty {
    border: 1px solid rgba(163,163,163,0.3);
    color: rgba(163,163,163,0.5)
}

.jw-strip--color-inverse .product-gallery__content,.jw-box.jw-box--color-inverse .product-gallery__content {
    background: #333
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__content,.jw-box.jw-box--color-inverse .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(163,163,163,0.3)
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__content:hover,.jw-box.jw-box--color-inverse .product-gallery--style-bordered .product-gallery__content:hover,.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__content:hover,.jw-box.jw-box--color-inverse .product-gallery--style-clean .product-gallery__content:hover {
    background: #424242;
    border-color: rgba(163,163,163,0.6)
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__content:focus-within,.jw-box.jw-box--color-inverse .product-gallery--style-bordered .product-gallery__content:focus-within,.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__content:focus-within,.jw-box.jw-box--color-inverse .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #424242;
    border-color: rgba(163,163,163,0.6)
}

.jw-strip--color-inverse .product-gallery--style-image-only .product-gallery__info-container,.jw-box.jw-box--color-inverse .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(66,66,66,0.9)
}

.jw-strip--color-inverse .product-gallery__price,.jw-box.jw-box--color-inverse .product-gallery__price {
    color: #828282
}

.jw-strip--color-inverse .product-gallery,.jw-box.jw-box--color-inverse .product-gallery {
    --button-height: 34px;
    --select-height: calc(var(--jw-form-element-input-padding) * 2 + (16px * 1.5))
}

.jw-strip--color-inverse .product-gallery-filter__button,.jw-box.jw-box--color-inverse .product-gallery-filter__button {
    color: #cc9e00
}

.jw-strip--color-inverse .jw-btn,.jw-box.jw-box--color-inverse .jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500
}

.jw-strip--color-inverse .jw-icon-image__inner,.jw-box.jw-box--color-inverse .jw-icon-image__inner {
    background-color: #cc9e00
}

.jw-strip--color-inverse .jw-image-is-square .jw-icon-image,.jw-box.jw-box--color-inverse .jw-image-is-square .jw-icon-image,.jw-strip--color-inverse .jw-image-is-rounded .jw-icon-image,.jw-box.jw-box--color-inverse .jw-image-is-rounded .jw-icon-image,.jw-strip--color-inverse .jw-image-is-round .jw-icon-image,.jw-box.jw-box--color-inverse .jw-image-is-round .jw-icon-image {
    background-color: #cc9e00
}

.jw-strip--color-inverse .jw-image-is-square .jw-icon-image__inner,.jw-box.jw-box--color-inverse .jw-image-is-square .jw-icon-image__inner,.jw-strip--color-inverse .jw-image-is-rounded .jw-icon-image__inner,.jw-box.jw-box--color-inverse .jw-image-is-rounded .jw-icon-image__inner,.jw-strip--color-inverse .jw-image-is-round .jw-icon-image__inner,.jw-box.jw-box--color-inverse .jw-image-is-round .jw-icon-image__inner {
    background-color: #333
}

@media (max-width: 1020px) {
    .jw-strip--color-inverse,.jw-box.jw-box--color-inverse {
        line-height:1.425
    }
}

@media (max-width: 768px) {
    .jw-strip--color-inverse,.jw-box.jw-box--color-inverse {
        line-height:1.35;
        font-size: 1.4rem
    }
}

.jw-strip--color-inverse a,.jw-box.jw-box--color-inverse a,.jw-strip--color-inverse .jw-link-color,.jw-box.jw-box--color-inverse .jw-link-color {
    color: #cc9e00;
    text-decoration: none
}

.jw-strip--color-inverse a:hover,.jw-box.jw-box--color-inverse a:hover,.jw-strip--color-inverse .jw-link-color:hover,.jw-box.jw-box--color-inverse .jw-link-color:hover {
    color: #ffc500;
    text-decoration: underline
}

.jw-strip--color-inverse p,.jw-box.jw-box--color-inverse p,.jw-strip--color-inverse ol,.jw-box.jw-box--color-inverse ol,.jw-strip--color-inverse ul,.jw-box.jw-box--color-inverse ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--color-inverse span[style*='color'] a,.jw-box.jw-box--color-inverse span[style*='color'] a {
    color: inherit
}

.jw-strip--color-inverse button,.jw-box.jw-box--color-inverse button {
    line-height: 1.5
}

.jw-strip--color-inverse .jw-text-small,.jw-box.jw-box--color-inverse .jw-text-small {
    font-size: 1.12rem
}

.jw-strip--color-inverse .jw-accent-text-color,.jw-box.jw-box--color-inverse .jw-accent-text-color {
    color: #cc9e00
}

.jw-strip--color-inverse .jw-accent-background,.jw-box.jw-box--color-inverse .jw-accent-background {
    color: #fff9e6;
    background-color: #cc9e00
}

.jw-strip--color-inverse .jw-accent-background a,.jw-box.jw-box--color-inverse .jw-accent-background a,.jw-strip--color-inverse .jw-accent-background .jw-link-button,.jw-box.jw-box--color-inverse .jw-accent-background .jw-link-button {
    color: #fff9e6
}

.jw-strip--color-inverse .jw-accent-border-link-color,.jw-box.jw-box--color-inverse .jw-accent-border-link-color {
    border-color: #cc9e00
}

.jw-strip--color-inverse .jw-accent-border-color,.jw-box.jw-box--color-inverse .jw-accent-border-color {
    border-color: #a3a3a3
}

.jw-strip--color-inverse h1,.jw-box.jw-box--color-inverse h1,.jw-strip--color-inverse h2,.jw-box.jw-box--color-inverse h2,.jw-strip--color-inverse h3,.jw-box.jw-box--color-inverse h3,.jw-strip--color-inverse h4,.jw-box.jw-box--color-inverse h4,.jw-strip--color-inverse h5,.jw-box.jw-box--color-inverse h5,.jw-strip--color-inverse h6,.jw-box.jw-box--color-inverse h6 {
    line-height: 1.1;
    color: #a3a3a3;
    font-family: "Merriweather","serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width: 768px) {
    .jw-strip--color-inverse h1,.jw-box.jw-box--color-inverse h1,.jw-strip--color-inverse h2,.jw-box.jw-box--color-inverse h2,.jw-strip--color-inverse h3,.jw-box.jw-box--color-inverse h3,.jw-strip--color-inverse h4,.jw-box.jw-box--color-inverse h4,.jw-strip--color-inverse h5,.jw-box.jw-box--color-inverse h5,.jw-strip--color-inverse h6,.jw-box.jw-box--color-inverse h6 {
        line-height:1.1
    }
}

@media (max-width: 1020px) {
    .jw-strip--color-inverse h1,.jw-box.jw-box--color-inverse h1,.jw-strip--color-inverse h2,.jw-box.jw-box--color-inverse h2,.jw-strip--color-inverse h3,.jw-box.jw-box--color-inverse h3,.jw-strip--color-inverse h4,.jw-box.jw-box--color-inverse h4,.jw-strip--color-inverse h5,.jw-box.jw-box--color-inverse h5,.jw-strip--color-inverse h6,.jw-box.jw-box--color-inverse h6 {
        line-height:1.1
    }
}

.jw-strip--color-inverse h1 a,.jw-box.jw-box--color-inverse h1 a,.jw-strip--color-inverse h2 a,.jw-box.jw-box--color-inverse h2 a,.jw-strip--color-inverse h3 a,.jw-box.jw-box--color-inverse h3 a,.jw-strip--color-inverse h4 a,.jw-box.jw-box--color-inverse h4 a,.jw-strip--color-inverse h5 a,.jw-box.jw-box--color-inverse h5 a,.jw-strip--color-inverse h6 a,.jw-box.jw-box--color-inverse h6 a,.jw-strip--color-inverse h1 .jw-link-color,.jw-box.jw-box--color-inverse h1 .jw-link-color,.jw-strip--color-inverse h2 .jw-link-color,.jw-box.jw-box--color-inverse h2 .jw-link-color,.jw-strip--color-inverse h3 .jw-link-color,.jw-box.jw-box--color-inverse h3 .jw-link-color,.jw-strip--color-inverse h4 .jw-link-color,.jw-box.jw-box--color-inverse h4 .jw-link-color,.jw-strip--color-inverse h5 .jw-link-color,.jw-box.jw-box--color-inverse h5 .jw-link-color,.jw-strip--color-inverse h6 .jw-link-color,.jw-box.jw-box--color-inverse h6 .jw-link-color {
    text-decoration: underline;
    color: #cc9e00
}

.jw-strip--color-inverse h1 a:hover,.jw-box.jw-box--color-inverse h1 a:hover,.jw-strip--color-inverse h2 a:hover,.jw-box.jw-box--color-inverse h2 a:hover,.jw-strip--color-inverse h3 a:hover,.jw-box.jw-box--color-inverse h3 a:hover,.jw-strip--color-inverse h4 a:hover,.jw-box.jw-box--color-inverse h4 a:hover,.jw-strip--color-inverse h5 a:hover,.jw-box.jw-box--color-inverse h5 a:hover,.jw-strip--color-inverse h6 a:hover,.jw-box.jw-box--color-inverse h6 a:hover,.jw-strip--color-inverse h1 .jw-link-color:hover,.jw-box.jw-box--color-inverse h1 .jw-link-color:hover,.jw-strip--color-inverse h2 .jw-link-color:hover,.jw-box.jw-box--color-inverse h2 .jw-link-color:hover,.jw-strip--color-inverse h3 .jw-link-color:hover,.jw-box.jw-box--color-inverse h3 .jw-link-color:hover,.jw-strip--color-inverse h4 .jw-link-color:hover,.jw-box.jw-box--color-inverse h4 .jw-link-color:hover,.jw-strip--color-inverse h5 .jw-link-color:hover,.jw-box.jw-box--color-inverse h5 .jw-link-color:hover,.jw-strip--color-inverse h6 .jw-link-color:hover,.jw-box.jw-box--color-inverse h6 .jw-link-color:hover {
    color: #ffc500
}

.jw-strip--color-inverse .product-page .product__price__price,.jw-box.jw-box--color-inverse .product-page .product__price__price {
    color: #a3a3a3
}

.jw-strip--color-inverse .jw-heading-200,.jw-box.jw-box--color-inverse .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width: 1020px) {
    .jw-strip--color-inverse .jw-heading-200,.jw-box.jw-box--color-inverse .jw-heading-200 {
        font-size:4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width: 768px) {
    .jw-strip--color-inverse .jw-heading-200,.jw-box.jw-box--color-inverse .jw-heading-200 {
        font-size:4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-strip--color-inverse .jw-heading-150,.jw-box.jw-box--color-inverse .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width: 1020px) {
    .jw-strip--color-inverse .jw-heading-150,.jw-box.jw-box--color-inverse .jw-heading-150 {
        font-size:3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width: 768px) {
    .jw-strip--color-inverse .jw-heading-150,.jw-box.jw-box--color-inverse .jw-heading-150 {
        font-size:3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-strip--color-inverse .jw-heading-130,.jw-box.jw-box--color-inverse .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width: 1020px) {
    .jw-strip--color-inverse .jw-heading-130,.jw-box.jw-box--color-inverse .jw-heading-130 {
        font-size:3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width: 768px) {
    .jw-strip--color-inverse .jw-heading-130,.jw-box.jw-box--color-inverse .jw-heading-130 {
        font-size:2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse .jw-heading-120,.jw-box.jw-box--color-inverse .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width: 1020px) {
    .jw-strip--color-inverse .jw-heading-120,.jw-box.jw-box--color-inverse .jw-heading-120 {
        font-size:3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width: 768px) {
    .jw-strip--color-inverse .jw-heading-120,.jw-box.jw-box--color-inverse .jw-heading-120 {
        font-size:2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse h1,.jw-box.jw-box--color-inverse h1,.jw-strip--color-inverse .jw-heading-100,.jw-box.jw-box--color-inverse .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width: 1020px) {
    .jw-strip--color-inverse h1,.jw-box.jw-box--color-inverse h1,.jw-strip--color-inverse .jw-heading-100,.jw-box.jw-box--color-inverse .jw-heading-100 {
        font-size:2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--color-inverse h1,.jw-box.jw-box--color-inverse h1,.jw-strip--color-inverse .jw-heading-100,.jw-box.jw-box--color-inverse .jw-heading-100 {
        font-size:2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse h2,.jw-box.jw-box--color-inverse h2,.jw-strip--color-inverse .jw-heading-85,.jw-box.jw-box--color-inverse .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--color-inverse h2,.jw-box.jw-box--color-inverse h2,.jw-strip--color-inverse .jw-heading-85,.jw-box.jw-box--color-inverse .jw-heading-85 {
        font-size:2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--color-inverse h2,.jw-box.jw-box--color-inverse h2,.jw-strip--color-inverse .jw-heading-85,.jw-box.jw-box--color-inverse .jw-heading-85 {
        font-size:2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse h3,.jw-box.jw-box--color-inverse h3,.jw-strip--color-inverse .jw-heading-70,.jw-box.jw-box--color-inverse .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--color-inverse h3,.jw-box.jw-box--color-inverse h3,.jw-strip--color-inverse .jw-heading-70,.jw-box.jw-box--color-inverse .jw-heading-70 {
        font-size:2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--color-inverse h3,.jw-box.jw-box--color-inverse h3,.jw-strip--color-inverse .jw-heading-70,.jw-box.jw-box--color-inverse .jw-heading-70 {
        font-size:1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse h4,.jw-box.jw-box--color-inverse h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--color-inverse h4,.jw-box.jw-box--color-inverse h4 {
        font-size:1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--color-inverse h4,.jw-box.jw-box--color-inverse h4 {
        font-size:1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark {
    background-color: white;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #404040
}

:root .jw-strip--image-content-color-dark {
    --w-color: #404040;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(64,64,64,0.2);
    --w-line-color: rgba(64,64,64,0.08);
    --w-link-color: #997600;
    --w-background-color: white;
    --w-form-error-color: hsl(2,64%,58%)
}

:root .jw-strip--image-content-color-dark {
    --jw-swatch--paragraph-link-color: #997600;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #cc9e00;
    --jw-swatch--heading-color: #404040;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #595959;
    --jw-swatch--paragraph-color: #404040;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #595959;
    --jw-swatch--header-color: #997600;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #cc9e00
}

.jw-strip--image-content-color-dark .jw-element-separator,.jw-strip--image-content-color-dark .jw-news-post,.jw-strip--image-content-color-dark .jw-comment,.jw-strip--image-content-color-dark .jw-columns__node--separator-left,.jw-strip--image-content-color-dark .jw-columns__node--separator-right,.jw-strip--image-content-color-dark .website-logout,.jw-strip--image-content-color-dark .jw-element-accordion__heading {
    border-color: rgba(64,64,64,0.08)
}

.jw-strip--image-content-color-dark .jw-steps__step {
    background-color: white;
    border-color: rgba(64,64,64,0.2);
    color: #666
}

a.jw-strip--image-content-color-dark .jw-steps__step:hover,a.jw-strip--image-content-color-dark .jw-steps__step:focus {
    color: #666
}

.jw-strip--image-content-color-dark .jw-steps__step--enabled {
    color: #404040
}

a.jw-strip--image-content-color-dark .jw-steps__step--enabled:hover,a.jw-strip--image-content-color-dark .jw-steps__step--enabled:focus {
    color: #404040
}

.jw-strip--image-content-color-dark .jw-steps__step--completed {
    background-color: #f5f1e6;
    border-color: #997600;
    color: #4d3b00
}

a.jw-strip--image-content-color-dark .jw-steps__step--completed:hover,a.jw-strip--image-content-color-dark .jw-steps__step--completed:focus {
    color: #4d3b00
}

.jw-strip--image-content-color-dark .jw-steps__step--selected {
    background-color: #997600;
    border-color: #997600;
    color: #fff
}

a.jw-strip--image-content-color-dark .jw-steps__step--selected:hover,a.jw-strip--image-content-color-dark .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--image-content-color-dark .jw-toggle-block__label {
    border-color: rgba(64,64,64,0.08)
}

input:checked+.jw-strip--image-content-color-dark .jw-toggle-block__label {
    border-color: #997600;
    box-shadow: 0 0 0 1px #997600
}

.jw-strip--image-content-color-dark .jw-toggle-block__label.jw-element-form-is-error,input:checked+.jw-strip--image-content-color-dark .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--image-content-color-dark .jw-element-form-well {
    background: #f5f5f5
}

.jw-strip--image-content-color-dark .jw-element-form-input-text {
    border-color: rgba(166,166,166,0.5);
    color: #404040;
    background-color: #e6e6e6;
    box-shadow: 0 0 rgba(0,0,0,0)
}

.jw-strip--image-content-color-dark .jw-element-form-input-text:hover {
    border-color: #a6a6a6
}

.jw-strip--image-content-color-dark .jw-element-form-input-text:focus {
    border-color: #997600;
    box-shadow: 0 0 0 2px #ccbb80,0 0 rgba(0,0,0,0)
}

.jw-strip--image-content-color-dark select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23404040%22%20/%3E%3C/svg%3E')
}

.jw-strip--image-content-color-dark input[type='radio']:focus,.jw-strip--image-content-color-dark input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #997600;
    outline: none
}

.jw-strip--image-content-color-dark input[type='radio']:focus:not(:focus-visible),.jw-strip--image-content-color-dark input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--image-content-color-dark .jw-pagination__page {
    color: #997600;
    border-radius: .2em
}

.jw-strip--image-content-color-dark .jw-pagination__page:hover {
    background: rgba(153,118,0,0.15);
    color: #997600
}

.jw-strip--image-content-color-dark .jw-pagination__page--active,.jw-strip--image-content-color-dark .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #997600;
    background: transparent;
    color: #997600
}

.jw-strip--image-content-color-dark .product-sticker {
    color: #fff;
    background: #997600
}

.jw-strip--image-content-color-dark .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(64,64,64,0.8)
}

.jw-strip--image-content-color-dark .jw-tree-empty-placeholder__image {
    background-image: url('https://assets.jwwb.nl/assets/img/content-empty.png?version=1')
}

.jw-strip--image-content-color-dark .text--muted {
    color: #8c8c8c
}

.jw-strip--image-content-color-dark .jw-element-social-share .share-button--wrapper {
    border-color: rgba(64,64,64,0.08)
}

.jw-strip--image-content-color-dark .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #997600
}

.jw-strip--image-content-color-dark .jw-element-rating__icon-empty {
    color: #c6c6c6
}

.jw-strip--image-content-color-dark .jw-element-audio {
    --plyr-color-main: #997600;
    --plyr-audio-controls-background: #f0f0f0;
    --plyr-audio-control-color: #404040;
    --plyr-audio-control-background-hover: #997600;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(64,64,64,0.3);
    --plyr-control-radius: .2em
}

.jw-strip--image-content-color-dark .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: .2em;
    border-color: #cdcdcd
}

.jw-strip--image-content-color-dark .jw-element-video {
    --plyr-color-main: #997600;
    --plyr-video-control-background-hover: #997600;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--image-content-color-dark .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
    margin: auto
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,.jw-strip--image-content-color-dark .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #997600;
    border-color: #997600
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #997600;
    color: #fff
}

.jw-strip--image-content-color-dark .jw-element-social-follow__default-color-getter {
    color: #997600
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #24cf64;
    border-color: #24cf64
}

.jw-strip--image-content-color-dark .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #997600;
    outline-offset: 1px
}

.jw-strip--image-content-color-dark .image-gallery__thumbnail-item {
    border-color: rgba(64,64,64,0.2)
}

.jw-strip--image-content-color-dark .image-gallery__thumbnail-item:hover {
    border-color: rgba(64,64,64,0.5)
}

.jw-strip--image-content-color-dark .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #997600
}

.jw-strip--image-content-color-dark .jw-element-accordion--style-box .jw-strip--image-content-color-dark .jw-element-accordion__heading {
    background-color: #997600;
    color: #fff;
    border-color: #664f00
}

.jw-strip--image-content-color-dark .jw-element-accordion--style-box .jw-strip--image-content-color-dark .jw-element-accordion__item {
    background-color: rgba(64,64,64,0.05)
}

.jw-strip--image-content-color-dark .jw-element-accordion--style-box .jw-strip--image-content-color-dark .jw-element-accordion__content {
    border-color: #664f00
}

.jw-strip--image-content-color-dark .jw-table.jw-table--header.jw-table--border th,.jw-strip--image-content-color-dark .jw-table.jw-table--header.jw-table--striped th {
    background-color: #997600;
    color: #fff
}

.jw-strip--image-content-color-dark .jw-table.jw-table--border tr,.jw-strip--image-content-color-dark .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(64,64,64,0.1)
}

.jw-strip--image-content-color-dark .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(64,64,64,0.05)
}

.jw-strip--image-content-color-dark .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(64,64,64,0.15)
}

.jw-strip--image-content-color-dark .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--image-content-color-dark .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(64,64,64,0.3)
}

.jw-strip--image-content-color-dark .handsontable .jw-table--header.jw-table--border tr:first-child td,.jw-strip--image-content-color-dark .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #997600;
    color: #fff
}

.jw-strip--image-content-color-dark .product,.jw-strip--image-content-color-dark .product__description,.jw-strip--image-content-color-dark .product-page__description,.jw-strip--image-content-color-dark .product-page__social {
    border-color: rgba(64,64,64,0.07)
}

.jw-strip--image-content-color-dark .jw-columns .jw-product .product,.jw-strip--image-content-color-dark .image-gallery__thumbnail-item {
    border-radius: 3px
}

.jw-strip--image-content-color-dark .product__free-shipping-motivator {
    color: #997600
}

.jw-strip--image-content-color-dark .product-gallery--empty {
    border: 1px solid rgba(64,64,64,0.2);
    color: rgba(64,64,64,0.5)
}

.jw-strip--image-content-color-dark .product-gallery__content {
    background: white
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(64,64,64,0.2)
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__content:hover,.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(64,64,64,0.5)
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__content:focus-within,.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(64,64,64,0.5)
}

.jw-strip--image-content-color-dark .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255,255,255,0.9)
}

.jw-strip--image-content-color-dark .product-gallery__price {
    color: #797979
}

.jw-strip--image-content-color-dark .product-gallery {
    --button-height: 34px;
    --select-height: calc(var(--jw-form-element-input-padding) * 2 + (16px * 1.5))
}

.jw-strip--image-content-color-dark .product-gallery-filter__button {
    color: #997600
}

.jw-strip--image-content-color-dark .jw-btn {
    --jw-comp--button--primary-color: #997600;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #cc9e00
}

.jw-strip--image-content-color-dark .jw-icon-image__inner {
    background-color: #997600
}

.jw-strip--image-content-color-dark .jw-image-is-square .jw-icon-image,.jw-strip--image-content-color-dark .jw-image-is-rounded .jw-icon-image,.jw-strip--image-content-color-dark .jw-image-is-round .jw-icon-image {
    background-color: #997600
}

.jw-strip--image-content-color-dark .jw-image-is-square .jw-icon-image__inner,.jw-strip--image-content-color-dark .jw-image-is-rounded .jw-icon-image__inner,.jw-strip--image-content-color-dark .jw-image-is-round .jw-icon-image__inner {
    background-color: white
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-dark {
        line-height:1.425
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-dark {
        line-height:1.35;
        font-size: 1.4rem
    }
}

.jw-strip--image-content-color-dark a,.jw-strip--image-content-color-dark .jw-link-color {
    color: #997600;
    text-decoration: underline
}

.jw-strip--image-content-color-dark a:hover,.jw-strip--image-content-color-dark .jw-link-color:hover {
    color: #cc9e00;
    text-decoration: underline
}

.jw-strip--image-content-color-dark p,.jw-strip--image-content-color-dark ol,.jw-strip--image-content-color-dark ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--image-content-color-dark span[style*='color'] a {
    color: inherit
}

.jw-strip--image-content-color-dark button {
    line-height: 1.5
}

.jw-strip--image-content-color-dark .jw-text-small {
    font-size: 1.12rem
}

.jw-strip--image-content-color-dark .jw-accent-text-color {
    color: #997600
}

.jw-strip--image-content-color-dark .jw-accent-background {
    color: #ffeeb3;
    background-color: #997600
}

.jw-strip--image-content-color-dark .jw-accent-background a,.jw-strip--image-content-color-dark .jw-accent-background .jw-link-button {
    color: #ffeeb3
}

.jw-strip--image-content-color-dark .jw-accent-border-link-color {
    border-color: #997600
}

.jw-strip--image-content-color-dark .jw-accent-border-color {
    border-color: #404040
}

.jw-strip--image-content-color-dark h1,.jw-strip--image-content-color-dark h2,.jw-strip--image-content-color-dark h3,.jw-strip--image-content-color-dark h4,.jw-strip--image-content-color-dark h5,.jw-strip--image-content-color-dark h6 {
    line-height: 1.1;
    color: #404040;
    font-family: "Merriweather","serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-dark h1,.jw-strip--image-content-color-dark h2,.jw-strip--image-content-color-dark h3,.jw-strip--image-content-color-dark h4,.jw-strip--image-content-color-dark h5,.jw-strip--image-content-color-dark h6 {
        line-height:1.1
    }
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-dark h1,.jw-strip--image-content-color-dark h2,.jw-strip--image-content-color-dark h3,.jw-strip--image-content-color-dark h4,.jw-strip--image-content-color-dark h5,.jw-strip--image-content-color-dark h6 {
        line-height:1.1
    }
}

.jw-strip--image-content-color-dark h1 a,.jw-strip--image-content-color-dark h2 a,.jw-strip--image-content-color-dark h3 a,.jw-strip--image-content-color-dark h4 a,.jw-strip--image-content-color-dark h5 a,.jw-strip--image-content-color-dark h6 a,.jw-strip--image-content-color-dark h1 .jw-link-color,.jw-strip--image-content-color-dark h2 .jw-link-color,.jw-strip--image-content-color-dark h3 .jw-link-color,.jw-strip--image-content-color-dark h4 .jw-link-color,.jw-strip--image-content-color-dark h5 .jw-link-color,.jw-strip--image-content-color-dark h6 .jw-link-color {
    text-decoration: underline;
    color: #997600
}

.jw-strip--image-content-color-dark h1 a:hover,.jw-strip--image-content-color-dark h2 a:hover,.jw-strip--image-content-color-dark h3 a:hover,.jw-strip--image-content-color-dark h4 a:hover,.jw-strip--image-content-color-dark h5 a:hover,.jw-strip--image-content-color-dark h6 a:hover,.jw-strip--image-content-color-dark h1 .jw-link-color:hover,.jw-strip--image-content-color-dark h2 .jw-link-color:hover,.jw-strip--image-content-color-dark h3 .jw-link-color:hover,.jw-strip--image-content-color-dark h4 .jw-link-color:hover,.jw-strip--image-content-color-dark h5 .jw-link-color:hover,.jw-strip--image-content-color-dark h6 .jw-link-color:hover {
    color: #cc9e00
}

.jw-strip--image-content-color-dark .product-page .product__price__price {
    color: #404040
}

.jw-strip--image-content-color-dark .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-dark .jw-heading-200 {
        font-size:4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-dark .jw-heading-200 {
        font-size:4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-strip--image-content-color-dark .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-dark .jw-heading-150 {
        font-size:3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-dark .jw-heading-150 {
        font-size:3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-strip--image-content-color-dark .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-dark .jw-heading-130 {
        font-size:3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-dark .jw-heading-130 {
        font-size:2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-dark .jw-heading-120 {
        font-size:3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-dark .jw-heading-120 {
        font-size:2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark h1,.jw-strip--image-content-color-dark .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-dark h1,.jw-strip--image-content-color-dark .jw-heading-100 {
        font-size:2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-dark h1,.jw-strip--image-content-color-dark .jw-heading-100 {
        font-size:2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark h2,.jw-strip--image-content-color-dark .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-dark h2,.jw-strip--image-content-color-dark .jw-heading-85 {
        font-size:2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-dark h2,.jw-strip--image-content-color-dark .jw-heading-85 {
        font-size:2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark h3,.jw-strip--image-content-color-dark .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-dark h3,.jw-strip--image-content-color-dark .jw-heading-70 {
        font-size:2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-dark h3,.jw-strip--image-content-color-dark .jw-heading-70 {
        font-size:1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-dark h4 {
        font-size:1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-dark h4 {
        font-size:1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark .jw-strip__backdrop {
    background-color: rgba(255,255,255,0.3)
}

.jw-strip--image-content-color-dark .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(0,0,0,0.8)
}

.jw-strip--image-content-color-light {
    background-color: black;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #fff
}

:root .jw-strip--image-content-color-light {
    --w-color: #fff;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(255,255,255,0.3);
    --w-line-color: rgba(255,255,255,0.2);
    --w-link-color: #cc9e00;
    --w-background-color: black;
    --w-form-error-color: hsl(2,64%,58%)
}

:root .jw-strip--image-content-color-light {
    --jw-swatch--paragraph-link-color: #cc9e00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #ffc500;
    --jw-swatch--heading-color: #fff;
    --jw-swatch--heading-color--button-text-on: #737373;
    --jw-swatch--heading-color--button-hover: #e6e6e6;
    --jw-swatch--paragraph-color: #fff;
    --jw-swatch--paragraph-color--button-text-on: #737373;
    --jw-swatch--paragraph-color--button-hover: #e6e6e6;
    --jw-swatch--header-color: #cc9e00;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #ffc500
}

.jw-strip--image-content-color-light .jw-element-separator,.jw-strip--image-content-color-light .jw-news-post,.jw-strip--image-content-color-light .jw-comment,.jw-strip--image-content-color-light .jw-columns__node--separator-left,.jw-strip--image-content-color-light .jw-columns__node--separator-right,.jw-strip--image-content-color-light .website-logout,.jw-strip--image-content-color-light .jw-element-accordion__heading {
    border-color: rgba(255,255,255,0.2)
}

.jw-strip--image-content-color-light .jw-steps__step {
    background-color: black;
    border-color: rgba(255,255,255,0.3);
    color: #ccc
}

a.jw-strip--image-content-color-light .jw-steps__step:hover,a.jw-strip--image-content-color-light .jw-steps__step:focus {
    color: #ccc
}

.jw-strip--image-content-color-light .jw-steps__step--enabled {
    color: #fff
}

a.jw-strip--image-content-color-light .jw-steps__step--enabled:hover,a.jw-strip--image-content-color-light .jw-steps__step--enabled:focus {
    color: #fff
}

.jw-strip--image-content-color-light .jw-steps__step--completed {
    background-color: #141000;
    border-color: #cc9e00;
    color: #ffcb1a
}

a.jw-strip--image-content-color-light .jw-steps__step--completed:hover,a.jw-strip--image-content-color-light .jw-steps__step--completed:focus {
    color: #ffcb1a
}

.jw-strip--image-content-color-light .jw-steps__step--selected {
    background-color: #cc9e00;
    border-color: #cc9e00;
    color: #fff
}

a.jw-strip--image-content-color-light .jw-steps__step--selected:hover,a.jw-strip--image-content-color-light .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--image-content-color-light .jw-toggle-block__label {
    border-color: rgba(255,255,255,0.2)
}

input:checked+.jw-strip--image-content-color-light .jw-toggle-block__label {
    border-color: #cc9e00;
    box-shadow: 0 0 0 1px #cc9e00
}

.jw-strip--image-content-color-light .jw-toggle-block__label.jw-element-form-is-error,input:checked+.jw-strip--image-content-color-light .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--image-content-color-light .jw-element-form-well {
    background: #141414
}

.jw-strip--image-content-color-light .jw-element-form-input-text {
    border-color: rgba(89,89,89,0.5);
    color: #fff;
    background-color: #1a1a1a;
    box-shadow: 0 0 rgba(0,0,0,0)
}

.jw-strip--image-content-color-light .jw-element-form-input-text:hover {
    border-color: #595959
}

.jw-strip--image-content-color-light .jw-element-form-input-text:focus {
    border-color: #cc9e00;
    box-shadow: 0 0 0 2px #664f00,0 0 rgba(0,0,0,0)
}

.jw-strip--image-content-color-light select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23ffffff%22%20/%3E%3C/svg%3E')
}

.jw-strip--image-content-color-light input[type='radio']:focus,.jw-strip--image-content-color-light input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #cc9e00;
    outline: none
}

.jw-strip--image-content-color-light input[type='radio']:focus:not(:focus-visible),.jw-strip--image-content-color-light input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--image-content-color-light .jw-pagination__page {
    color: #cc9e00;
    border-radius: .2em
}

.jw-strip--image-content-color-light .jw-pagination__page:hover {
    background: rgba(204,158,0,0.15);
    color: #cc9e00
}

.jw-strip--image-content-color-light .jw-pagination__page--active,.jw-strip--image-content-color-light .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #cc9e00;
    background: transparent;
    color: #cc9e00
}

.jw-strip--image-content-color-light .product-sticker {
    color: #fff;
    background: #cc9e00
}

.jw-strip--image-content-color-light .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(255,255,255,0.8)
}

.jw-strip--image-content-color-light .jw-tree-empty-placeholder__image {
    background-image: url('https://assets.jwwb.nl/assets/img/content-empty-light.png?version=1')
}

.jw-strip--image-content-color-light .text--muted {
    color: #999
}

.jw-strip--image-content-color-light .jw-element-social-share .share-button--wrapper {
    border-color: rgba(255,255,255,0.2)
}

.jw-strip--image-content-color-light .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #cc9e00
}

.jw-strip--image-content-color-light .jw-element-rating__icon-empty {
    color: #4d4d4d
}

.jw-strip--image-content-color-light .jw-element-audio {
    --plyr-color-main: #cc9e00;
    --plyr-audio-controls-background: #262626;
    --plyr-audio-control-color: #fff;
    --plyr-audio-control-background-hover: #cc9e00;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(255,255,255,0.3);
    --plyr-control-radius: .2em
}

.jw-strip--image-content-color-light .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: .2em;
    border-color: #525252
}

.jw-strip--image-content-color-light .jw-element-video {
    --plyr-color-main: #cc9e00;
    --plyr-video-control-background-hover: #cc9e00;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--image-content-color-light .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
    margin: auto
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,.jw-strip--image-content-color-light .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #cc9e00;
    border-color: #cc9e00
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #cc9e00;
    color: #fff
}

.jw-strip--image-content-color-light .jw-element-social-follow__default-color-getter {
    color: #cc9e00
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #fff;
    border-color: #fff
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #fff;
    border-color: #fff
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #25d366;
    border-color: #25d366
}

.jw-strip--image-content-color-light .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #cc9e00;
    outline-offset: 1px
}

.jw-strip--image-content-color-light .image-gallery__thumbnail-item {
    border-color: rgba(255,255,255,0.3)
}

.jw-strip--image-content-color-light .image-gallery__thumbnail-item:hover {
    border-color: rgba(255,255,255,0.6)
}

.jw-strip--image-content-color-light .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #cc9e00
}

.jw-strip--image-content-color-light .jw-element-accordion--style-box .jw-strip--image-content-color-light .jw-element-accordion__heading {
    background-color: #cc9e00;
    color: #fff;
    border-color: #997600
}

.jw-strip--image-content-color-light .jw-element-accordion--style-box .jw-strip--image-content-color-light .jw-element-accordion__item {
    background-color: rgba(255,255,255,0.05)
}

.jw-strip--image-content-color-light .jw-element-accordion--style-box .jw-strip--image-content-color-light .jw-element-accordion__content {
    border-color: #997600
}

.jw-strip--image-content-color-light .jw-table.jw-table--header.jw-table--border th,.jw-strip--image-content-color-light .jw-table.jw-table--header.jw-table--striped th {
    background-color: #cc9e00;
    color: #fff
}

.jw-strip--image-content-color-light .jw-table.jw-table--border tr,.jw-strip--image-content-color-light .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(255,255,255,0.1)
}

.jw-strip--image-content-color-light .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(255,255,255,0.05)
}

.jw-strip--image-content-color-light .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(255,255,255,0.15)
}

.jw-strip--image-content-color-light .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--image-content-color-light .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.3)
}

.jw-strip--image-content-color-light .handsontable .jw-table--header.jw-table--border tr:first-child td,.jw-strip--image-content-color-light .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #cc9e00;
    color: #fff
}

.jw-strip--image-content-color-light .product,.jw-strip--image-content-color-light .product__description,.jw-strip--image-content-color-light .product-page__description,.jw-strip--image-content-color-light .product-page__social {
    border-color: rgba(255,255,255,0.2)
}

.jw-strip--image-content-color-light .jw-columns .jw-product .product,.jw-strip--image-content-color-light .image-gallery__thumbnail-item {
    border-radius: 3px
}

.jw-strip--image-content-color-light .product__free-shipping-motivator {
    color: #cc9e00
}

.jw-strip--image-content-color-light .product-gallery--empty {
    border: 1px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.5)
}

.jw-strip--image-content-color-light .product-gallery__content {
    background: black
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(255,255,255,0.3)
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__content:hover,.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__content:hover {
    background: #0f0f0f;
    border-color: rgba(255,255,255,0.6)
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__content:focus-within,.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #0f0f0f;
    border-color: rgba(255,255,255,0.6)
}

.jw-strip--image-content-color-light .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(15,15,15,0.9)
}

.jw-strip--image-content-color-light .product-gallery__price {
    color: #b3b3b3
}

.jw-strip--image-content-color-light .product-gallery {
    --button-height: 34px;
    --select-height: calc(var(--jw-form-element-input-padding) * 2 + (16px * 1.5))
}

.jw-strip--image-content-color-light .product-gallery-filter__button {
    color: #cc9e00
}

.jw-strip--image-content-color-light .jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500
}

.jw-strip--image-content-color-light .jw-icon-image__inner {
    background-color: #cc9e00
}

.jw-strip--image-content-color-light .jw-image-is-square .jw-icon-image,.jw-strip--image-content-color-light .jw-image-is-rounded .jw-icon-image,.jw-strip--image-content-color-light .jw-image-is-round .jw-icon-image {
    background-color: #cc9e00
}

.jw-strip--image-content-color-light .jw-image-is-square .jw-icon-image__inner,.jw-strip--image-content-color-light .jw-image-is-rounded .jw-icon-image__inner,.jw-strip--image-content-color-light .jw-image-is-round .jw-icon-image__inner {
    background-color: black
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-light {
        line-height:1.425
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-light {
        line-height:1.35;
        font-size: 1.4rem
    }
}

.jw-strip--image-content-color-light a,.jw-strip--image-content-color-light .jw-link-color {
    color: #cc9e00;
    text-decoration: none
}

.jw-strip--image-content-color-light a:hover,.jw-strip--image-content-color-light .jw-link-color:hover {
    color: #ffc500;
    text-decoration: underline
}

.jw-strip--image-content-color-light p,.jw-strip--image-content-color-light ol,.jw-strip--image-content-color-light ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--image-content-color-light span[style*='color'] a {
    color: inherit
}

.jw-strip--image-content-color-light button {
    line-height: 1.5
}

.jw-strip--image-content-color-light .jw-text-small {
    font-size: 1.12rem
}

.jw-strip--image-content-color-light .jw-accent-text-color {
    color: #cc9e00
}

.jw-strip--image-content-color-light .jw-accent-background {
    color: #fff9e6;
    background-color: #cc9e00
}

.jw-strip--image-content-color-light .jw-accent-background a,.jw-strip--image-content-color-light .jw-accent-background .jw-link-button {
    color: #fff9e6
}

.jw-strip--image-content-color-light .jw-accent-border-link-color {
    border-color: #cc9e00
}

.jw-strip--image-content-color-light .jw-accent-border-color {
    border-color: #fff
}

.jw-strip--image-content-color-light h1,.jw-strip--image-content-color-light h2,.jw-strip--image-content-color-light h3,.jw-strip--image-content-color-light h4,.jw-strip--image-content-color-light h5,.jw-strip--image-content-color-light h6 {
    line-height: 1.1;
    color: #fff;
    font-family: "Merriweather","serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-light h1,.jw-strip--image-content-color-light h2,.jw-strip--image-content-color-light h3,.jw-strip--image-content-color-light h4,.jw-strip--image-content-color-light h5,.jw-strip--image-content-color-light h6 {
        line-height:1.1
    }
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-light h1,.jw-strip--image-content-color-light h2,.jw-strip--image-content-color-light h3,.jw-strip--image-content-color-light h4,.jw-strip--image-content-color-light h5,.jw-strip--image-content-color-light h6 {
        line-height:1.1
    }
}

.jw-strip--image-content-color-light h1 a,.jw-strip--image-content-color-light h2 a,.jw-strip--image-content-color-light h3 a,.jw-strip--image-content-color-light h4 a,.jw-strip--image-content-color-light h5 a,.jw-strip--image-content-color-light h6 a,.jw-strip--image-content-color-light h1 .jw-link-color,.jw-strip--image-content-color-light h2 .jw-link-color,.jw-strip--image-content-color-light h3 .jw-link-color,.jw-strip--image-content-color-light h4 .jw-link-color,.jw-strip--image-content-color-light h5 .jw-link-color,.jw-strip--image-content-color-light h6 .jw-link-color {
    text-decoration: underline;
    color: #cc9e00
}

.jw-strip--image-content-color-light h1 a:hover,.jw-strip--image-content-color-light h2 a:hover,.jw-strip--image-content-color-light h3 a:hover,.jw-strip--image-content-color-light h4 a:hover,.jw-strip--image-content-color-light h5 a:hover,.jw-strip--image-content-color-light h6 a:hover,.jw-strip--image-content-color-light h1 .jw-link-color:hover,.jw-strip--image-content-color-light h2 .jw-link-color:hover,.jw-strip--image-content-color-light h3 .jw-link-color:hover,.jw-strip--image-content-color-light h4 .jw-link-color:hover,.jw-strip--image-content-color-light h5 .jw-link-color:hover,.jw-strip--image-content-color-light h6 .jw-link-color:hover {
    color: #ffc500
}

.jw-strip--image-content-color-light .product-page .product__price__price {
    color: #fff
}

.jw-strip--image-content-color-light .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-light .jw-heading-200 {
        font-size:4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-light .jw-heading-200 {
        font-size:4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-strip--image-content-color-light .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-light .jw-heading-150 {
        font-size:3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-light .jw-heading-150 {
        font-size:3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-strip--image-content-color-light .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-light .jw-heading-130 {
        font-size:3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-light .jw-heading-130 {
        font-size:2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-light .jw-heading-120 {
        font-size:3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-light .jw-heading-120 {
        font-size:2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light h1,.jw-strip--image-content-color-light .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-light h1,.jw-strip--image-content-color-light .jw-heading-100 {
        font-size:2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-light h1,.jw-strip--image-content-color-light .jw-heading-100 {
        font-size:2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light h2,.jw-strip--image-content-color-light .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-light h2,.jw-strip--image-content-color-light .jw-heading-85 {
        font-size:2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-light h2,.jw-strip--image-content-color-light .jw-heading-85 {
        font-size:2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light h3,.jw-strip--image-content-color-light .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-light h3,.jw-strip--image-content-color-light .jw-heading-70 {
        font-size:2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-light h3,.jw-strip--image-content-color-light .jw-heading-70 {
        font-size:1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width: 1020px) {
    .jw-strip--image-content-color-light h4 {
        font-size:1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width: 768px) {
    .jw-strip--image-content-color-light h4 {
        font-size:1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light .jw-strip__backdrop {
    background-color: rgba(0,0,0,0.3)
}

.jw-strip--image-content-color-light .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(0,0,0,0.8)
}

.topmenu,.jw-slideshow {
    width: 100%;
    max-width: var(--simple-brick-max-width);
    margin: 0 auto;
    transition: max-width 300ms ease-out
}

@media (min-width: 1020px) {
    .jw-slideshow {
        margin-bottom:var(--strip-content-padding-block)
    }
}

.jw-background {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-size: auto;
    background-repeat: repeat;
    background-position: top left;

}

.jw-background {
    background-color: #ffffff;
}

.topmenu {
    padding: 50px 0
}

@media (max-width: 1080px) {
    .topmenu {
        padding:30px 20px
    }
}

@media (max-width: 720px) {
    .topmenu {
        padding:20px 10px
    }
}

.jw-element-separator.jw-element-separator {
    border-top-width: 2px
}

.jw-element-separator.jw-element-separator--normal {
    border-top-width: 3px
}

.jw-element-separator.jw-element-separator--thick {
    border-top-width: 4px
}

.jw-element-separator.jw-element-separator--extra-thick {
    border-top-width: 5px
}

.jw-element-separator--double.jw-element-separator {
    border-top-width: 6px
}

.jw-element-separator--double.jw-element-separator--normal {
    border-top-width: 9px
}

.jw-element-separator--double.jw-element-separator--thick {
    border-top-width: 12px
}

.jw-element-separator--double.jw-element-separator--extra-thick {
    border-top-width: 15px
}

.topmenu-inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.jw-header {
    flex: 0 0 auto;
    margin-bottom: 30px
}

@media (min-width: 1080px) {
    .jw-header {
        margin-bottom:50px
    }
}

#jw.jw-header-toggler {
    bottom: 15px
}

body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy {
    width: 100%;
    display: flex
}

body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:before,body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:after {
    display: inline-block;
    color: #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    content: '';
    width: 100%;
    flex: 1 1 1px;
    position: relative;
    transform: translate(0, -50%)
}

body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:before {
    margin-right: 15px
}

body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:after {
    margin-left: 15px
}

body:not(.jw-menu-is-mobile) .jw-menu {
    justify-content: center
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item {
    margin: 0 5px;
    float: none;
    vertical-align: top
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item>.jw-menu-link {
    border-radius: .2em
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-is-active>.jw-menu-link {
    background: #cc9e00;
    color: #fff
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item>.jw-submenu {
    margin-top: 10px
}

body:not(.jw-menu-is-mobile).jw-is-menu-multiline .jw-menu>.jw-menu-item {
    margin-bottom: 10px
}

body:not(.jw-menu-is-mobile) .jw-submenu {
    box-shadow: none
}

.jw-menu-is-mobile .topmenu {
    display: none
}

.jw-menu-is-mobile .jw-menu>.jw-menu-is-active>.jw-menu-link {
    color: #fff;
    background-color: #cc9e00
}

.jw-menu-is-mobile .jw-menu>.jw-menu-is-active>.jw-menu-link .jw-arrow {
    color: #fff
}

.jw-menu-is-mobile .jw-menu-clone {
    width: 100%;
    min-height: 100vh
}

.jw-menu-clone .jw-menu {
    margin-top: 50px
}

.jw-menu-copy {
    max-width: 100%
}

@media (min-width: 1020px) {
    html .main-content .jw-strip--primary.jw-strip--style-color.jw-strip--color-default {
        --strip-content-padding-block-start:0
    }
}

.jw-body {
    min-height: 100vh
}

.jw-body,.jw-sticky-footer-container {
    display: flex;
    flex-direction: column
}

.jw-body>*,.jw-sticky-footer-container>* {
    flex: 0 0 auto
}

.jw-body>.main-content,.jw-sticky-footer-container>.main-content,.jw-body>.jw-sticky-footer-container,.jw-sticky-footer-container>.jw-sticky-footer-container {
    flex: 1 0 auto
}

@media (min-width: 1020px) {
    .block-sidebar {
        --strip-content-padding-block--primary:0
    }
}

.jw-section-sidebar {
    border-top: 2px solid #e6e6e6
}

@media (min-width: 1020px) {
    .jw-section-sidebar {
        border-left:2px solid #e6e6e6;
        border-top: none
    }
}

.jw-section-footer .jw-strip__content::before {
    content: '';
    display: block;
    transform: translateY(calc(-1 * var(--strip-content-padding-block--primary)));
    border-top: 2px solid #e6e6e6
}

.jw-header-logo {
    justify-content: center;
    flex: 0 0 auto
}

.jw-section-content .jw-element-form-input-text,.jw-section-sidebar .jw-element-form-input-text,.jw-section-footer .jw-element-form-input-text {
    border-color: transparent
}

#jw-variable-loaded {
    color: #fc0
}

.jw-variable-value-background-color {
    color: #ffffff
}

.jw-variable-value-paragraph-color {
    color: #737373
}

.jw-variable-value-paragraph-link-color {
    color: #cc9e00
}

.jw-variable-value-heading-color {
    color: #cc9e00
}

.jw-variable-value-heading-link-color {
    color: #cc9e00
}

.jw-variable-value-menu-text-color {
    color: #737373
}

.jw-variable-value-menu-text-link-color {
    color: #cc9e00
}

.jw-variable-value-footer-text-color {
    color: #737373
}

.jw-variable-value-footer-text-link-color {
    color: #737373
}

@media (min-width: 1020px) {
    :root {
        --simple-brick-max-width:980px
    }

    .jw-is-sidebar .block-content {
        --simple-brick-max-width: 633px
    }

    .block-sidebar {
        --simple-brick-max-width: 305px
    }

    .simple-brick-max-width-sidebar {
        --simple-brick-max-width: 305px
    }

    .block-footer {
        --simple-brick-max-width: 980px
    }

    .jw-strip--narrow {
        --simple-brick-max-width: 490px
    }

    .jw-strip--default {
        --simple-brick-max-width: 980px
    }

    .jw-strip--wide {
        --simple-brick-max-width: 1274px
    }
}

/* compiled in: 0.342s */
