body {
    background: #f2f2f2
}

.visual-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

section.banner {
    padding: 0 0 64px 0
}

section.banner .text {
    text-align: center;
    max-width: 693px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgba(0, 0, 0, .85)
}

section.banner .text .logo {
    line-height: 1;
    margin-bottom: 16px
}

section.banner .text .logo img {
    height: 100%;
    display: block
}

section.banner .text h1.title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600
}

section.banner .text p.content {
    font-size: 16px;
    margin-top: 16px;
    line-height: 24px
}

nav.dui-sidenav {
    padding: 0;
    min-height: 474px
}

nav.dui-sidenav ul.sidenav-menu li {
    padding: 14px 24px;
    cursor: pointer;
    border-radius: 999px;
    transition: background-color .3s ease
}

nav.dui-sidenav ul.sidenav-menu li a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    display: flex;
    align-items: center;
    word-break: break-word
}

nav.dui-sidenav ul.sidenav-menu li a span {
    color: rgba(0, 0, 0, .65);
    width: auto;
    font-size: 16px;
    line-height: 20px;
    transition: font-weight .3s ease;
    max-width: calc(100% - 68px)
}

nav.dui-sidenav ul.sidenav-menu li a span.label {
    width: auto;
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px
}

nav.dui-sidenav ul.sidenav-menu li a span.label-hide {
    display: none
}

nav.dui-sidenav ul.sidenav-menu li a i.fa-angle-right {
    display: none;
    margin-left: 16px;
    font-weight: 600
}

nav.dui-sidenav ul.sidenav-menu li.active a span,
nav.dui-sidenav ul.sidenav-menu li:hover a span {
    color: rgba(0, 0, 0, .85)
}

nav.dui-sidenav ul.sidenav-menu li.active,
nav.dui-sidenav ul.sidenav-menu li.active:hover {
    background-color: rgba(0, 0, 0, .08)
}

nav.dui-sidenav ul.sidenav-menu li:hover {
    background-color: rgba(0, 0, 0, .04)
}

.dui-sidenav.fixed-top {
    top: 20px
}

.dui-sidenav.fixed-bottom,
.dui-sidenav.fixed-top {
    position: fixed;
    width: 285px
}

section.products-series {
    padding: 20px 0 80px;
    min-height: 800px
}

.products-series .grid-container .grid {
    margin: 0 -8px
}

.products-series .grid-container .cell {
    padding: 0 8px
}

.products-list .product-item {
    background: #fff;
    transition: all .3s ease;
    margin-bottom: 16px;
    height: calc(100% - 16px);
    padding-bottom: 96px;
    position: relative;
    border-radius: 8px
}

.products-list .product-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.products-list .product-item .product-content {
    padding: 8px 48px 0;
    text-align: center
}

.products-list .product-item .product-content .label {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    color: #be4e04;
    min-height: 20px
}

.products-list .product-item .product-content .label-hide {
    display: none
}

.products-list .product-item .product-content .title {
    color: rgba(0, 0, 0, .85);
    min-height: 24px;
    font-size: 20px;
    padding: 0;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.03em;
    margin-bottom: 16px
}

.products-list .product-item .product-content .content {
    color: rgba(0, 0, 0, .65);
    margin-bottom: 24px;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.02em
}

.products-list .product-item .product-content .action {
    line-height: 1;
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    height: 48px;
    width: 100%
}

.products-list .product-item .product-content .action .dui-btn-primary,
.products-list .product-item .product-content .action .dui-learn-more {
    height: 48px;
    line-height: 48px;
    border-radius: 999px;
    padding: 0 32px;
    transition: all .3s ease;
    background-image: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em
}

.products-list .product-item .product-content .action .dui-learn-more {
    background-color: rgba(0, 0, 0, .04);
    color: rgba(0, 0, 0, .85)
}

.products-list .product-item .product-content .action .dui-learn-more:hover {
    background-color: rgba(0, 0, 0, .06)
}

.products-list .product-item .product-content .action .dui-learn-more:active {
    background-color: rgba(0, 0, 0, .15)
}

.products-list .product-item .product-content .action .dui-btn-primary {
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
    /*margin-right: 24px*/
}

.products-list .product-item .product-content .action .dui-btn-primary:hover {
    background-image: none;
    background-color: #434343
}

.products-list .product-item .product-content .action .dui-btn-primary:active {
    background-image: none;
    background-color: #1f1f1f
}

.products-list .product-item .product-img {
    padding: 0;
    width: 100%;
    height: 272px;
    overflow: hidden;
    display: block
}

.products-list .product-item .product-img figure {
    margin: 0 auto;
    width: 272px;
    height: 272px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.products-list .eol-collections .product-item {
    padding-bottom: 56px
}

.products-list .eol-collections .product-item .product-content {
    padding: 16px 24px 0
}

.products-list .eol-collections .product-item .product-content .title {
    min-height: 20px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em
}

.products-list .eol-collections .product-item .product-content .action {
    bottom: 24px;
    height: 32px
}

.products-list .eol-collections .product-item .product-content .action .dui-btn-primary,
.products-list .eol-collections .product-item .product-content .action .dui-learn-more {
    height: 32px;
    line-height: 32px;
    padding: 0 26px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.02em
}

.products-list .eol-collections .product-item .product-img {
    height: 144px
}

.products-list .eol-collections .product-item .product-img figure {
    width: 144px;
    height: 144px
}

.eol-split-divider {
    margin: 32px auto 48px;
    text-align: center;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -.02em;
    color: rgba(0, 0, 0, .45)
}

.eol-split-divider .eol-tip-text {
    display: inline-block;
    padding: 0 8px;
    background-color: #f2f2f2;
    position: relative;
    z-index: 1;
    word-wrap: break-word;
    max-width: calc(100% - 16px)
}

.eol-split-divider .eol-split-divider-line {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    position: absolute;
    top: 50%;
    width: 100%
}