.clearfix:after {
    content: "";
    display: table;
    clear: both
}
.btn--loading {
    background-color: var(--bg-color);
    color: rgb(12, 180, 231);
    position: relative;
    text-indent: -9999%;
}
.btn--loading:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border: 3px solid;
    border-color: rgb(12, 180, 231);
    border-top-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -11px;
    animation: spin 1s linear infinite;
}
*{
    -WEBkit-tap-highlight-color: transparent;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadeIn {

    0%,
    35% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {

    0%,
    35% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {

    0%,
    35% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {

    0%,
    35% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes heroContentIn {

    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }

    60% {
        opacity: 1
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes heroContentIn {

    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }

    60% {
        opacity: 1
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes heroContentIn {

    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }

    60% {
        opacity: 1
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes heroContentIn {

    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }

    60% {
        opacity: 1
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    src: url('./font/Montserrat.woff2') format("woff2"), url('./font/Montserrat.woff') format("woff")
}

@font-face {
    font-family: Arapey;
    font-weight: 400;
    font-style: normal;
    src: url('./font/Arapey.woff2') format("woff2"), url('./font/Arapey.woff') format("woff")
}

@font-face {
    font-family: Old Standard TT;
    font-weight: 400;
    font-style: normal;
    src: url('./font/Standard.woff2') format("woff2"), url('./font/Standard.woff') format("woff")
}

@font-face {
    font-family: Old Standard TT Regular;
    font-weight: 400;
    font-style: normal;
    src: url('./font/Standard.woff2') format("woff2"), url('./font/Standard.woff') format("woff")
}

@font-face {
    font-family: Montserrat Semi Bold;
    font-weight: 400;
    font-style: normal;
    src: url('./font/Montserrat-SemiBold.otf') format("opentype")
}

/*Montserrat-SemiBold.otf*/
@font-face {
    font-family: Arapey;
    font-weight: 400;
    font-style: italic;
    src: url('./font/italic_1.woff2') format("woff2"), url('./font/italic_1.woff') format("woff")
}

@font-face {
    font-family: Montserrat;
    font-weight: 900;
    font-style: normal;
    src: url('./font/MontserratN9.woff2') format("woff2"), url('./font/MontserratN9.woff') format("woff")
}

@font-face {
    font-family: icons;
    src: url('./font/icons.eot');
    src: url('./font/icons.eot') format("embedded-opentype"), url('./font/icons.woff') format("woff"), url('./font/icons.ttf') format("truetype");
    font-weight: 400;
    font-style: normal
}

.icon-cart:before {
    content: '\e600';
    cursor: pointer;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.Buy_it_now_d {

    background: #f6f6f6f6 !important;
    width: 100%;
    color: rgb(113, 113, 113) !important;
    letter-spacing: .1em;
    font-size: 11px;
    height: 100%;
    font-family: Montserrat, sans-serif;
    opacity: 1;
    cursor: no-drop
}

.Buy_it_now_Click {
    margin-right: 0;
    width: 100%;
    font-family: Montserrat, sans-serif;
    height: 100%;
    background: #1f2021;
    border-radius: 0;
    padding: 11px 0px;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px #0009;
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px #0009;
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

hr,
.hr--small,
.hr--medium,
.hr--large {
    border-width: 1px 0 0 0;
    width: 50px
}

.hr--small {
    margin: 20px auto;
}

.hr--medium {
    margin: 35px auto
}
@media screen and (min-width:591px) {
    .section-header {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 769px) {
    .hr--medium {
        margin: 45px auto
    }
}

@media screen and (max-width: 767px) {
    .section-header {
        margin-bottom: 30px;
    }
}



.hr--large {
    margin: 60px auto
}

.hr--left {
    margin-left: 0;
    margin-right: 0
}

table {
    position: relative;
    border: 0 none;
    background-color: #f6f6f6
}

td,
th {
    border: 0 none
}

td {
    padding: 10px 15px
}

tr:first-child th,
tr:first-child td {
    position: relative
}

tr:first-child th:after,
tr:first-child td:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -15px;
    right: 15px;
    border-bottom: 1px solid #1f2021
}

.product-form__item tr:first-child th:after,
.product-form__item tr:first-child td:after {
    border-bottom: unset;
}

.product-form__item .accordion {
    border: none;
}

tr:first-child th:first-child:after,
tr:first-child td:first-child:after {
    left: 15px;
    right: -15px
}

@media screen and (max-width: 590px) {
    .table--responsive thead {
        display: none
    }

    .table--responsive tr {
        display: block
    }

    .table--responsive th,
    .table--responsive td {
        display: block;
        text-align: right;
        padding: 15px
    }

    .table--responsive td:before {
        content: attr(data-label);
        float: left;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-style: normal;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-size: 12px;
        padding-right: 10px
    }
}

@media screen and (max-width: 590px) {
    .table--small-hide {
        display: none !important
    }

    .table__section+.table__section {
        position: relative;
        margin-top: 10px;
        padding-top: 15px
    }

    .table__section+.table__section:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        border-bottom: 1px solid #1f2021
    }
}

body {
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--main-color);
    line-height: 1.563;
}

input,
textarea,
button,
select {
    font-size: 16px;
    line-height: 1.563
}

.btn,
.btn--secondary,
.rte .btn--secondary,
.rte .btn,
.rte .btn--secondary {
    line-height: 1.42;
}

.h1 {
    font-size: 1.875em
}


.h2 {
    font-size: 1.6875em
}


.h3 {
    font-size: 1.4375em
}


.h4 {
    font-size: 1.1875em
}


.h5 {
    font-size: 1em
}

.h6 {
    font-size: .9375em
}


.h3,
.h4,
.h5,
.h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase
}

th,
.table__title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .8125em;
    letter-spacing: .15em
}


.rte .h1,

.rte .h2 {
    text-align: center
}


.rte .h1:after,

.rte .h2:after {
    content: "";
    display: block;
    margin: 20px auto;
    border-bottom: 1px #1f2021 solid;
    max-width: 50px
}


.rte .h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center
}

.rte .h4,
.rte .h5,
.rte .h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase
}

blockquote {
    font-style: italic;
    font-size: 1.4375em;
    line-height: 1.385;
    text-align: center
}

@media screen and (min-width: 591px) {
    blockquote {
        font-size: 1.625em
    }
}

.section-header .rte {
    font-style: italic;
    font-size: 1.125em
}

.article .rte h2,
.article .rte .h2,
.article .rte h3,
.article .rte .h3,
.page .rte h2,
.page .rte .h2,
.page .rte h3,
.page .rte .h3 {
    margin-bottom: 2em
}

.date {
    font-style: italic;
    display: inline-block;
    line-height: 1.7;
    margin-bottom: 5px
}

@media screen and (min-width: 769px) {
    .date {
        margin-bottom: 0
    }
}

.section-header .date:last-child {
    margin-bottom: 40px
}

.comment-author {
    font-style: italic;
    margin-bottom: 0
}

.comment-date {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .75em
}

.ajaxcart__product-name,
.cart__product-name {
    font-style: italic
}

.ajaxcart__product-name {
    font-size: 1.0625em;
    line-height: 1.3
}

.ajaxcart__price,
.cart__price,
.cart__subtotal {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase
}

.cart__unit-price {
    display: block
}

.ajaxcart__price {
    font-size: .8125em;
    display: block
}

.ajaxcart__discount {
    display: block;
    font-style: italic
}

.ajaxcart__subtotal {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
}

.ajaxcart__qty-num[type=text] {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-style: normal;
    font-size: .8125em
}

.ajaxcart__note {
    font-style: italic;
    font-weight: 400;
    opacity: .7
}

.ajaxcart__policies {
    font-weight: 400;
    opacity: .7
}

.ajaxcart__policies a {
    border-bottom: 1px solid white
}

.ajaxcart__policies a:hover {
    border-bottom: none
}

.drawer__title {
    font-family: var(--title-font-family)!important;
    font-weight: 400;
    font-style: normal;
    font-size: 1.41176em;
}

span.collection-grid__item-title {
    font-family: var(--body-font-family) !important;
    font-size: 26px;
    line-height: 1.1
}

@media screen and (min-width: 591px) {
    span.collection-grid__item-title {
        font-size: 32px
    }
}

label {
    font-style: italic;
    font-weight: 400
}

::-webkit-input-placeholder {
    color: #1f2021;
    opacity: .6
}

:-moz-placeholder {
    color: #1f2021;
    opacity: .6
}

:-ms-input-placeholder {
    color: #1f2021;
    opacity: .6
}

::-ms-input-placeholder {
    color: #1f2021;
    opacity: 1
}

input,
textarea,
select {
    font-style: italic;
    font-size: 1.125em;
    border-color: transparent;
    background-color: #f6f6f6;
    color: #1c1d1d;
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -ms-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out
}

input[disabled],
input.disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
    background-color: #f6f6f6;
    border-color: transparent
}

.opeartion-btn-box input[disabled] {
    background-color: #000;
}

input:hover,
textarea:hover,
select:hover {
    -webkit-transition: opacity .15s ease-out;
    -moz-transition: opacity .15s ease-out;
    -ms-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    opacity: .9
}

input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
    opacity: 1
}

select:hover {
    outline: 1px solid #dddddd
}

input[type=number] {
    font-family: Montserrat, Anonymous Pro,sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .94118em;
    color: #1c1d1d;
}

input[type=image] {
    background-color: transparent
}

.js-qty {
    color: #1c1d1d
}

.js-qty__adjust:hover {
    background-color: #e9e9e9;
    color: #1c1d1d
}

.js-qty__adjust--minus,
.js-qty__adjust--plus {
    border-color: #e9e9e9;
    color: #1c1d1d
}

.newsletter {
    background-color: #f6f6f6;
    padding: 30px 15px;
}

@media screen and (min-width: 591px) {
    .newsletter {
        padding: 60px 0
    }
}

@media screen and (max-width: 591px) {
    .minhr--large {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 590px) {
    .newsletter .section-header {
        margin-bottom: 20px
    }
}

.newsletter .section-header+.section-subheading {
    margin-bottom: 20px
}

@media screen and (min-width: 591px) {
    .newsletter .section-header+.section-subheading {
        margin-top: -50px;
        margin-bottom: 50px
    }
}

@media screen and (max-width: 590px) {
    .newsletter .rte p {
        margin-bottom: 22px
    }
}

.newsletter form {
    margin: 0 auto;
    max-width: 520px
}

.newsletter form .newsletter--form {
    padding: 10px
}

.newsletter form .note,
.newsletter form .errors {
    margin-bottom: 0
}

.newsletter form .newsletter--form,
.newsletter .newsletter__input {
    background-color: #fff;
    color: #1f2021
}

.newsletter .newsletter__input {
    font-size: 14px !important;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

.newsletter .newsletter__input::-webkit-input-placeholder {
    color: #1f2021;
    opacity: 1
}

.newsletter .newsletter__input:-moz-placeholder {
    color: #1f2021;
    opacity: 1
}

.newsletter .newsletter__input::-moz-placeholder {
    color: #1f2021;
    opacity: 1
}

.newsletter .newsletter__input:-ms-input-placeholder {
    color: #1f2021
}

.newsletter .newsletter__input::-ms-input-placeholder {
    color: #1f2021;
    opacity: 1
}

@media screen and (min-width: 591px) {
    .newsletter .newsletter__input {
        font-size: 1.3125em
    }
}

.newsletter .newsletter__submit-text--large {
    white-space: nowrap
}

@media screen and (max-width: 590px) {

    .newsletter__submit-text--large,
    .password-page__login-form__submit-text--large {
        display: none
    }

    .newsletter__submit-text--small,
    .password-page__login-form__submit-text--small {
        display: block
    }
}

@media screen and (min-width: 591px) {

    .newsletter__submit-text--large,
    .password-page__login-form__submit-text--large {
        display: block
    }

    .newsletter__submit-text--small,
    .password-page__login-form__submit-text--small {
        display: none
    }
}

.newsletter__label {
    padding-left: 10px
}

.grid__row-separator {
    clear: both;
    width: 100%
}

.grid-collage {
    margin-bottom: -13px
}

@media screen and (max-width: 590px) {
    .grid-collage .grid-product__image-link {
        height: 310px
    }
}

.grid-collage .grid-product__image-link {
    vertical-align: middle;
    display: table-cell
}

@media screen and (min-width: 591px) {
    .large--two-thirds.reverse {
        float: right
    }

    .grid-collage .large--two-thirds {
        clear: both
    }

    .grid-collage .large--two-thirds.reverse,
    .grid-collage .grid__item.large--one-third {
        clear: none
    }

    .grid-collage .large--one-half {
        float: left;
        display: inline-block
    }

    .grid-collage .large--one-third {
        clear: inherit
    }

    .grid-collage .grid-product__image-link {
        height: 670px
    }

    .grid-collage .large--one-half .grid-product__image-link {
        height: 310px
    }

    .grid-collage .large--two-thirds .grid-product__image-link {
        height: 520px
    }

    .grid-collage .large--one-third .grid-product__image-link {
        height: 230px
    }
}

.collection-grid {
    margin-bottom: -15px
}

@media screen and (min-width: 591px) {
    .collection-grid {
        margin-bottom: -30px
    }
}

.collection-collage__item {
    position: relative;
    margin-bottom: 15px;
    height: 310px
}

@media screen and (max-width: 590px) {


    .collection-collage__item.one-half {
        height: 130px
    }
}

@media screen and (min-width: 591px) {
    .collection-collage__item {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 591px) {


    .collection-collage__item.large--one-third {
        height: 280px
    }
}

a {
    color: #1f2021;
    text-decoration: none;
    background: transparent
}

a:hover {
    color: #1f2021
}

.rte a,
.text-link {
    color: var(--Url-color);
}
.rte a{
    display: inline;
    background: transparent;
}
.rte a:hover,
.text-link:hover {
    color: #1f2021
}

.return-link {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .875em
}

.btn,
.btn--secondary {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: var(--uppercase);
    padding: 12px 20px;
    font-size: .8125em
}


.input-group .btn--secondary,
{
height: 45px
}

.supports-csstransforms .btn--loading {
    position: relative;
    background-color: #131314;
    color: #131314
}

.supports-csstransforms .btn--loading:hover,
.supports-csstransforms .btn--loading:active {
    background-color: #131314;
    color: #131314
}

.supports-csstransforms .btn--loading:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

.drawer {
    overflow: hidden
}

.drawer__inner {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 26px 15px 26px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media screen and (min-width: 769px) {
    .drawer__inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

.drawer--has-fixed-footer .drawer__inner {
    overflow: hidden
}

.drawer-left__inner {
    top: 0;
}

.drawer__fixed-header {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 80px;
    overflow: visible
}

@media screen and (min-width: 769px) {
    .drawer__fixed-header {
        left: 30px;
        right: 30px
    }
}

.drawer__header {
    padding: 15px 0;
    margin: 0
}

@media screen and (max-width: 768px) {
    .drawer__close-button .icon {
        font-size: 1.375em
    }
}

@media screen and (min-width: 591px) {
    .drawer__close-button {
        right: 0
    }
}

@media screen and (min-width: 1051px) {
    .drawer__close-button {
        right: -20px
    }
}

.ajaxcart__inner--has-fixed-footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 15px 15px 0;
    bottom: 130px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media screen and (min-width: 769px) {
    .ajaxcart__inner--has-fixed-footer {
        padding: 30px 30px 0
    }
}

.ajaxcart__footer {
    border-top: 1px solid #1f2021;
    padding-top: 15px
}

.ajaxcart__footer--fixed {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    min-height: 130px;
    padding-bottom: 30px
}

@media screen and (max-width: 590px) {
    .ajaxcart__footer--fixed {
        padding-bottom: 15px
    }
}

@media screen and (min-width: 769px) {
    .ajaxcart__footer--fixed {
        left: 30px;
        right: 30px
    }
}

.ajaxcart__discounts {
    margin-bottom: 15px
}

.ajaxcart__qty {
    max-width: 75px
}

.ajaxcart__qty input[type=text] {
    padding: 0 20px
}

.ajaxcart__qty .js-qty__adjust,
.ajaxcart__qty .ajaxcart__qty-adjust {
    padding: 0 5px;
    line-height: 1
}

.ajaxcart__product:last-child .ajaxcart__row {
    border-bottom: 0 none;
    padding-bottom: 0
}

.btn--secondary {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.btn--secondary:hover {
    background-color: #d88600
}

.social-sharing {
    font-family: var(--body-font-family);
    font-weight: 400;
    font-style: normal
}

.social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.product-single__media-group-wrapper a{
    width: auto;
}
.social-sharing a {
    display: inline-block;
    color: #1f2021;
    border-radius: 2px;
    margin: 5px 0;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    font-weight: 400;
    background: transparent;
}

.social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 12px
}

.social-sharing .icon {
    padding-inline-end: 5px;
    padding-inline-start: 10px;
}

.social-sharing .icon:before {
    line-height: 22px
}

.social-sharing.is-large a {
    height: 44px;
    line-height: 44px
}

.social-sharing.is-large a span {
    height: 44px;
    line-height: 44px;
    font-size: 18px
}

.social-sharing.is-large a .icon {
    padding: 0 10px 0 18px
}

.social-sharing.is-large a .icon:before {
    line-height: 44px
}

.share-title {
    font-size: 1.125em;
    padding-inline-end: 10px;
}

.is-large .share-title {
    padding-right: 16px
}

.social-sharing.clean a span {
    height: 30px;
    line-height: 30px;
    font-size: 12px
}
.social-sharing.clean a:first-of-type span:first-of-type {
    padding-inline-start: 0;
}

.social-sharing.clean a:hover,
.social-sharing.clean a:hover .share-count {
    opacity: .8
}

.social-sharing.clean a:hover .share-count:after {
    border-right-color: #fff
}

.social-sharing.clean a .share-title {
    font-weight: 400
}

.social-sharing.clean .share-count {
    top: -1px
}

.grid-search {
    margin-bottom: 30px
}

.grid-search__product {
    position: relative;
    text-align: center
}

@media screen and (min-width: 769px) {
   #boxDetails .social-sharing{
        text-align: left;
    }
    .grid-search__page-link,
    .grid-search__product-link {
        height: 280px
    }
}

.grid-search__page-link {
    display: block;
    background-color: #f8f8f8;
    padding: 20px;
    color: #1f2021;
    overflow: hidden
}

.grid-search__page-link:hover,
.grid-search__page-link:focus {
    background-color: #f0f0f0
}

.grid-search__page-content {
    display: block;
    height: 100%;
    overflow: hidden
}

.grid-search__image {
    display: block;
    padding: 20px;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%
}

@media screen and (min-width: 769px) {
    .grid-search__image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.index-sections .shoppaas-section:first-child {
    margin: 0
}

.index-sections .shoppaas-section:first-child:not(.shoppaas-section--full-width) {
    margin-top: 110px
}

.index-sections .shoppaas-section {
    margin-top: 90px
}

@media screen and (max-width: 768px) {
    .index-sections .shoppaas-section {
        margin-top: 45px
    }
}

.index-slideshow-section+.shoppaas-section--full-width,
.shoppaas-section--full-width+.shoppaas-section--full-width {
    margin-top: 0
}

.placeholder-svg {
    fill: #1f202159;
    background-color: #1f20211a;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.placeholder-background {
    background-color: #1f20211a;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hero .placeholder-background {
    background-color: transparent
}

.placeholder-background .placeholder-svg {
    fill: #1f20211a;
    background-color: transparent
}

.hero__slide.slide--placeholder {
    background-color: #1f20211a !important
}

.helper-section .grid-product__image-link,
.helper .grid-product__image-link {
    background-color: transparent
}

.helper-section .grid-product__image-wrapper {
    height: 275px !important
}

.feature-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .feature-row {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.feature-row__item {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

@media screen and (max-width: 768px) {
    .feature-row__item {
        -webkit-flex: 1 1 100%;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

.feature-row__image-wrapper {
    position: relative
}

.no-js .feature-row__image-wrapper {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
    padding-top: 0 !important
}

.feature-row__image-no-js {
    display: block;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .feature-row__image-no-js {
        order: 1
    }
}

.feature-row__image {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

@media screen and (max-width: 768px) {
    .feature-row__image {
        order: 1
    }
}

.feature-row__text {
    padding-top: 35px;
    padding-bottom: 35px
}

@media screen and (max-width: 768px) {
    .feature-row__text {
        order: 2;
        padding-bottom: 0
    }
}

@media screen and (min-width: 769px) {
    .feature-row__text--left {
        padding-left: 35px
    }

    .feature-row__text--right {
        padding-right: 35px
    }
}

.slick-slider .slick-dots {
    margin: 0;
    bottom: 10px
}

.slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle
}

.slick-slider .slick-dots li button {
    position: relative
}

.slick-slider .slick-dots li button:before,
.slick-slider .slick-dots li a:before {
    text-indent: -9999px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid transparent;
    width: 10px;
    height: 10px;
    margin: .3rem 0 0 .3rem;
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.slick-slider .slick-dots li.slick-active button:before {
    background-color: transparent;
    border-color: #fff;
    opacity: 1;
    width: .75rem;
    height: .75rem;
    margin: .25rem 0 0 .25rem
}

.slick-slider .slick-dots li button:active:before {
    opacity: .5
}


.hero .slick-prev {
    left: 0
}

.hero .slick-next {
    right: 0
}

.hero__slide {
    position: relative
}

.hero__image {
    position: relative;
    opacity: 0
}

.slick-initialized .hero__image {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(.44, .13, .48, .87);
    -moz-animation: fadeIn 1s cubic-bezier(.44, .13, .48, .87);
    -o-animation: fadeIn 1s cubic-bezier(.44, .13, .48, .87);
    animation: fadeIn 1s cubic-bezier(.44, .13, .48, .87)
}

.hero__image img {
    display: block;
    width: 100%
}

.slideshow__overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.hero__slide--hidden {
    visibility: hidden
}

.supports-touch .hero__slide--hidden {
    visibility: visible
}



.hero.slick-slider {
    margin-bottom: 0
}

@media screen and (max-width: 1050px) {}

.hero .slick-list,
.hero .slick-track {
    height: 100%
}

@media screen and (max-width: 1050px) {

    .hero .slick-list,
    .hero .slick-track {
        min-height: 50vw
    }
}

.hero .hero__image {
    height: 100%;
    width: 100%;
    font-family: "object-fit: cover"
}

/*.hero[data-adapt=false],*/
/*.hero[data-adapt=false] .slideshow__overlay:before {*/
/*    height: 100vh*/
/*}*/

@media screen and (max-width: 1050px) {
    .hero[data-adapt=true] .slideshow__overlay:before {
        min-height: 50vw
    }
}

.no-js .hero__image {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.hero__image-no-js {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100vh;
    min-height: 550px;
    opacity: 1
}

.hero__text-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.hero__slide:not(:first-of-type) .hero__text-wrap {
    display: none
}

.slick-initialized .hero__slide:not(:first-of-type) .hero__text-wrap {
    display: block
}

.hero__text-align {
    display: table;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 768px) {
    .hero--adapt .hero__text-align {
        display: none
    }
}

.hero__text-content {
    position: relative;
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    padding: .94rem .6rem 0;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

@media screen and (max-width: 768px) {
    .hero__text-content {
        padding: 0
    }
}

.slick-initialized .hero__text-content {
    opacity: 1;
    -webkit-animation: heroContentIn 1s cubic-bezier(.44, .13, .48, .87);
    -moz-animation: heroContentIn 1s cubic-bezier(.44, .13, .48, .87);
    -o-animation: heroContentIn 1s cubic-bezier(.44, .13, .48, .87);
    animation: heroContentIn 1s cubic-bezier(.44, .13, .48, .87)
}

.hero__text-content .slick-dots {
    position: static
}

.hero__adapt-text-wrap {
    margin-bottom: 1rem;
    margin-top: 1.5rem
}

@media screen and (min-width: 769px) {
    .hero__adapt-text-wrap {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .hero__adapt-text-wrap {
        color: #1f2021
    }
}

.hero__adapt-text-wrap .hero__text-content {
    display: none
}

.hero__text-content--adapt {
    opacity: 1
}

.hero__slide .hero__title,
.hero--adapt .hero__title {
    margin-bottom: 1.25rem;
    line-height: 1.25;
    letter-spacing: 0
}

.hero__slide .hero__subtitle,
.hero--adapt {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: .94rem
}

.hero__slide a.hero__cta,
.hero--adapt a.hero__cta {
    margin-bottom: 0
}

.hero__slide .hero__title,
.hero--adapt .hero__title {
    font-size: 3.125em
}

.hero__slide .hero__subtitle,
.hero--adapt .hero__subtitle {
    font-size: .9375em
}

@media screen and (min-width: 591px) {

    .hero__slide .hero__title,
    .hero--adapt .hero__title {
        font-size: 3.75em
    }

    .hero__slide .hero__subtitle,
    .hero--adapt .hero__subtitle {
        font-size: 1.125em
    }
}

@media screen and (min-width: 769px) {

    .hero__slide .hero__title,
    .hero--adapt .hero__title {
        font-size: 4em
    }
}

.header-wrapper--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2
}

.template-index .header-wrapper {
    opacity: 0;
    z-index: 2;
    -webkit-animation: fadeIn .8s cubic-bezier(.44, .13, .48, .87) forwards;
    -moz-animation: fadeIn .8s cubic-bezier(.44, .13, .48, .87) forwards;
    -o-animation: fadeIn .8s cubic-bezier(.44, .13, .48, .87) forwards;
    animation: fadeIn .8s cubic-bezier(.44, .13, .48, .87) forwards
}

.supports-no-cssanimations .template-index .header-wrapper {
    opacity: 1;
    -webkit-animation: fadeIn .8s cubic-bezier(.44, .13, .48, .87);
    -moz-animation: fadeIn .8s cubic-bezier(.44, .13, .48, .87);
    -o-animation: fadeIn .8s cubic-bezier(.44, .13, .48, .87);
    animation: fadeIn .8s cubic-bezier(.44, .13, .48, .87)
}

.header-container {
    position: relative;
    z-index: 2
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 1.875rem
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-loading .slick-list {
    background: white url(//cdn.shoppaas.com/s/files/1/0260/0583/1702/t/3/assets/ajax-loader.gif?v=41356863302472015721583884118) center center no-repeat
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translateZ(0)
}

.slick-track {
    max-height: 100vh;
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-prev,
.slick-next {
    width: 40px;
    line-height: 0;
    cursor: pointer;
    padding: 0;
    border: none;
}

.slick-prev .icon:before,
.slick-next .icon:before {
    bottom: 0
}

.slick-prev .icon:before,
.slick-next .icon:before {
    position: relative;
    transition: top .1s linear;
    font-size: .6rem;
    color: #1f2021;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev:hover .icon:before,
.slick-next:hover .icon:before {
    top: -.125rem
}

.slick-dots {
    list-style: none;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li.slick-active button:before {
    color: #1f2021
}

.slick-dots button,
.slick-dots a {
    border: 0;
    background: transparent;
    display: block;
    height: 1.25rem;
    width: 1.25rem;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer
}

.slick-dots button:before,
.slick-dots a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 1.25rem;
    height: 1.25rem;
    font-family: "slick-icons, sans-serif";
    font-size: .375rem;
    line-height: 1.25rem;
    text-align: center;
    color: #1f2021;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hero .slick-dots {
    margin: 0 auto;
    bottom: .9rem;
    width: auto;
    left: 0;
    right: 0
}

.hero .slick-dots a:hover:before {
    top: -.125rem
}

.hero__controls {
    width: 100%;
    height: 3.125rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    align-items: center;
}

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

.hero__pause {
    position: absolute;
    right: 4.5rem;
    transition: bottom .1s linear;
    bottom: 0;
    height: 3.125rem;
    width: 3.125rem;
    font-size: .6rem;
    line-height: .6rem
}

.hero__pause:hover {
    bottom: .125rem
}

.hero__pause .icon {
    height: .4rem
}

.icon-pause {
    display: block
}

.is-paused .icon-pause,
.icon-play {
    display: none
}

.is-paused .icon-play {
    display: block
}

.collection-hero {
    margin-top: -35px;
    margin-bottom: 35px;
    overflow: hidden
}

@media screen and (min-width: 769px) {
    .collection-hero {
        margin-top: -65px;
        margin-bottom: 80px
    }
}

@media screen and (max-width: 768px) {
    .collection-hero {
        margin-bottom: 60px
    }
}

.collection-hero__image-wrapper {
    position: relative
}

.no-js .collection-hero__image-wrapper {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.collection-hero__image-wrapper:after {
    padding-bottom: 70%;
    content: "";
    display: block;
    height: 0;
    width: 100%
}

@media screen and (min-width: 769px) {
    .collection-hero__image-wrapper:after {
        padding-bottom: 45%
    }
}

.collection-hero__image {
    position: absolute;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: "object-fit: cover";
    opacity: 0
}

.collection-hero__image.is-init {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(.44, .13, .48, .87);
    -moz-animation: fadeIn 1s cubic-bezier(.44, .13, .48, .87);
    -o-animation: fadeIn 1s cubic-bezier(.44, .13, .48, .87);
    animation: fadeIn 1s cubic-bezier(.44, .13, .48, .87)
}

.collection-hero__image-no-js {
    padding-bottom: 70%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 1
}

@media screen and (min-width: 769px) {
    .collection-hero__image-no-js {
        padding-bottom: 45%
    }
}

.filter-dropdown__label {
    margin-right: .3em
}

@media screen and (max-width: 768px) {
    .site-header {
        padding: 0
    }

    .site-header .grid--table {
        min-height: 80px
    }
}

.site-header__logo .logo--inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0
}

.is-light .site-header__logo .logo--inverted {
    opacity: 1;
    visibility: visible;
    height: auto
}

.site-header__logo {
    font-size: 1.25em
}

@media screen and (min-width: 769px) {
    .site-header__logo {
        text-align: center;
        font-size:calc(var(--body-font-size) * 1.47059);
    }
}

@media screen and (max-width: 768px) {
    .site-header__logo img {
        max-height: 65px!important;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.site-header__logo a,
.header-logo a {
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase
}

.site-nav,
.site-nav--open {
    white-space: nowrap;
    opacity: 0
}

.no-js .site-nav,
.site-nav.site-nav--init,
.no-js .site-nav--open,
.site-nav--open.site-nav--init {
    opacity: 1;
    -webkit-transition: color .2s, opacity .1s;
    -moz-transition: color .2s, opacity .1s;
    -ms-transition: color .2s, opacity .1s;
    -o-transition: color .2s, opacity .1s;
    transition: color .2s, opacity .1s
}

.burger-icon {
    display: block;
    height: 2px;
    width: 18px;
    position: absolute;
    transition: all .35s ease-out;
    background: #1f2021
}

.js-drawer-open-left .burger-icon,
.js-drawer-open-right .burger-icon {
    width: 24px;
    top: calc(50% - 1px);
    left: calc(50% - 4px)
}

@media screen and (min-width: 769px) {
    .burger-icon {
        width: 20px;
        left: 27px;
        margin-left: -12px
    }

    .js-drawer-open-left .burger-icon,
    .js-drawer-open-right .burger-icon {
        width: 25px;
        top: calc(50% - 1px);
        left: calc(50% - 2px)
    }
}

.burger-icon--top {
    top: 18px
}

.js-drawer-open-left .burger-icon--top,
.js-drawer-open-right .burger-icon--top {
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger-icon--mid {
    top: 24px
}

.js-drawer-open-left .burger-icon--mid,
.js-drawer-open-right .burger-icon--mid {
    opacity: 0
}

.burger-icon--bottom {
    top: 30px
}

.js-drawer-open-left .burger-icon--bottom,
.js-drawer-open-right .burger-icon--bottom {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.site-nav__link--burger {
    width: 40px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    background-color: transparent;
    border: 0;
    position: relative;
    transition: transform .15s ease-out
}

.site-nav__link--burger svg {
    width: 20px;
    height: 30px
}

.site-nav__link--burger:after {
    border-color: #000
}

.site-nav__item {
    white-space: normal
}

.site-nav__link {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    font-size: 14px
}

.site-nav--has-dropdown>a {
    position: relative;
    z-index: 6
}

.site-nav--has-dropdown:hover>a,
.site-nav--has-dropdown>a.nav-focus,
.site-nav--has-dropdown.nav-hover>a {
    color: #1f2021;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.site-nav--has-dropdown:hover>a:before,
.site-nav--has-dropdown>a.nav-focus:before,
.site-nav--has-dropdown.nav-hover>a:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 30px;
    bottom: 0;
    display: block;
    background-color: #1f2021;
    height: 1px;
    z-index: 6
}

.site-nav--has-dropdown.site-nav--has-dropdown-grandchild a:before {
    display: none
}

.site-nav__dropdown {
    background-color: #fff;
    min-width: 100%;
    padding: 10px 0;
    box-shadow: 0 10px 20px #00000017;
    -webkit-transform: translate3d(0px, -12px, 0px);
    -moz-transform: translate3d(0px, -12px, 0px);
    -ms-transform: translate3d(0px, -12px, 0px);
    -o-transform: translate3d(0px, -12px, 0px);
    transform: translate3d(0, -12px, 0)
}

.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown,
.site-nav--has-dropdown.nav-hover .site-nav__dropdown,
.nav-focus+.site-nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translateZ(0)
}

.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown,
.site-nav--has-dropdown.nav-hover .site-nav__dropdown {
    -webkit-transition: transform .3s cubic-bezier(.2, .06, .05, .95);
    -moz-transition: transform .3s cubic-bezier(.2, .06, .05, .95);
    -ms-transition: transform .3s cubic-bezier(.2, .06, .05, .95);
    -o-transition: transform .3s cubic-bezier(.2, .06, .05, .95);
    transition: transform .3s cubic-bezier(.2, .06, .05, .95)
}

.site-nav__dropdown-grandchild {
    min-width: 100%;
    box-shadow: 0 10px 20px #00000017;
    -webkit-transform: translate3d(-12px, 0px, 0px);
    -moz-transform: translate3d(-12px, 0px, 0px);
    -ms-transform: translate3d(-12px, 0px, 0px);
    -o-transform: translate3d(-12px, 0px, 0px);
    transform: translate3d(-12px, 0, 0)
}

.nav-outside+.site-nav__dropdown-grandchild {
    -webkit-transform: translate3d(12px, 0px, 0px);
    -moz-transform: translate3d(12px, 0px, 0px);
    -ms-transform: translate3d(12px, 0px, 0px);
    -o-transform: translate3d(12px, 0px, 0px);
    transform: translate3d(12px, 0, 0)
}

.supports-no-touch .site-nav--has-dropdown-grandchild:hover .site-nav__dropdown-grandchild,
.site-nav--has-dropdown-grandchild.nav-hover .site-nav__dropdown-grandchild,
.nav-focus+.site-nav__dropdown-grandchild {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translateZ(0)
}

.supports-no-touch .site-nav--has-dropdown-grandchild:hover .site-nav__dropdown-grandchild,
.site-nav--has-dropdown-grandchild.nav-hover .site-nav__dropdown-grandchild {
    -webkit-transition: transform .3s cubic-bezier(.2, .06, .05, .95);
    -moz-transition: transform .3s cubic-bezier(.2, .06, .05, .95);
    -ms-transition: transform .3s cubic-bezier(.2, .06, .05, .95);
    -o-transition: transform .3s cubic-bezier(.2, .06, .05, .95);
    transition: transform .3s cubic-bezier(.2, .06, .05, .95)
}

.site-nav__dropdown a,
.site-nav__grandchild-dropdown a {
    background-color: transparent
}

.site-nav__dropdown a:hover,
.site-nav__dropdown a:active,
.site-nav__dropdown a:focus,
.site-nav__grandchild-dropdown a:hover,
.site-nav__grandchild-dropdown a:active,
.site-nav__grandchild-dropdown a:focus {
    background-color: transparent
}

.site-nav__dropdown-link {
    font-style: italic;
    display: block;
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 1em
}

.site-nav--has-grandchildren .site-nav__dropdown-link {
    padding-right: 45px
}

.site-nav--compress .site-nav__item:not(.site-nav__item--compressed) {
    display: none
}

@media screen and (min-width: 769px) {
    .site-nav--open {
        display: none
    }
}

.site-nav--open.site-nav--open__display {
    display: inline-block
}

.site-nav--search__bar {
    vertical-align: middle;
    padding: 0 10px 7px 0
}

.site-nav--search__bar input {
    background-color: #f6f6f6
}

.tags a {
    padding: 4px 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .8125em;
    letter-spacing: .15em
}

.tags--collection {
    max-width: 75%;
    margin: 0 auto 25px
}

@media screen and (min-width: 769px) {
    .tags--collection li {
        display: inline-block
    }
}

@media screen and (max-width: 590px) {
    .tags--collection li {
        display: block
    }
}

.tags--article a {
    padding-right: 15px;
    padding-left: 0
}

.tags__title {
    margin-right: 15px
}

.tag--active a {
    color: #a56600
}

.single-option-radio {
    border: 0;
    padding-top: 0;
    position: relative;
}

@media screen and (max-width: 591px) {
    .grid-product__image-wrapper {
        /*height: 340px !important;*/
    }
}

@media screen and (max-width: 768px) {
    .shoppaas-section {
        margin-top: 45px;
    }
}

.section-header__title {
    margin-top: 0px;
}

#featured-goodss .example.grid-product .grid-product__image-wrapper {
    height: 309px !important;
}

.single-option-radio input {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.single-option-radio label {
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 9px 11px;
    margin: 3px 4px 7px 3px;
    font-size: 14px;
    font-style: normal;
    border: 1px solid white;
    color: #1f2021
}

.single-option-radio label.disabled:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
    border-color: #1f2021;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.single-option-radio label:active,
.single-option-radio label:focus {
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.single-option-radio input[type=radio]:checked+label {
    border-color: #1f2021
}

.single-option-radio input[type=radio]:focus+label {
    background-color: #f2f2f2
}

.radio-wrapper .single-option-radio__label {
    display: block;
    margin-bottom: 10px;
    cursor: default;
    font-style: normal
}

.product-form__item {
    margin-bottom: 13px
}

.mfp-bg {
    background-color: #fff
}

.mfp-bg.mfp-fade {
    -webkit-backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-bg.mfp-fade.mfp-ready {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-bg.mfp-fade.mfp-removing {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    filter: alpha(opacity=0)
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade.mfp-wrap.mfp-removing button {
    opacity: 0
}

.mfp-counter {
    display: none
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: zoom-out
}

.mfp-figure:after {
    background-color: #f8f8f8;
    box-shadow: none
}

.mfp-img {
    background-color: #f8f8f8
}

button.mfp-close {
    margin: 30px;
    font-size: 2.5em;
    font-weight: 300px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #1f2021
}

button.mfp-arrow {
    top: 0;
    height: 100%;
    width: 20%;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1045
}

button.mfp-arrow:after,
button.mfp-arrow .mfp-a {
    display: none
}

button.mfp-arrow:before,
button.mfp-arrow .mfp-b {
    display: none
}

button.mfp-arrow:active {
    margin-top: 0
}

.mfp-chevron {
    position: absolute;
    pointer-events: none
}

.mfp-chevron:before {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 25px;
    width: 25px;
    border-style: solid;
    border-width: 4px 4px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mfp-chevron.mfp-chevron-right {
    right: 55px
}

.mfp-chevron.mfp-chevron-right:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mfp-chevron.mfp-chevron-left {
    left: 55px
}

.mfp-chevron.mfp-chevron-left:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.grid-product__wrapper {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.grid-collage .grid-product__wrapper {
    margin-bottom: 0
}

.grid-product__image-wrapper {
    position: relative;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    background: var(--Product-color) !important;
    table-layout: fixed;
    overflow: hidden;
}

.section-goods_recommendation .grid-product__image-wrapper {
    height: auto !important;
}

.product--wrapper {
    height: 100%;
    margin: 0 !important;
    display: block;
    background: var(--Product-color) !important;
}

.grid-product__image-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -ms-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out
}

.grid-collage .grid-product__image-link {
    padding: 0 20px
}

.grid-product__image-link:hover,
.grid-product__image-link:focus {
    opacity: .9;
    -webkit-transition: opacity .15s ease-in;
    -moz-transition: opacity .15s ease-in;
    -ms-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in
}

.grid-uniform .grid-product__image-link {
    display: table-cell;
    padding: 0px;
    vertical-align: middle;
    overflow: hidden
}

@media screen and (max-width: 590px) {
    .grid-uniform .grid-product__image-link {
        display: table-cell;
        vertical-align: middle;
        overflow: hidden
    }
}

.grid-product__image-link--loading {
    background-color: #1f2021;
    -webkit-animation: placeholder-background-loading 1.5s infinite linear;
    -moz-animation: placeholder-background-loading 1.5s infinite linear;
    -o-animation: placeholder-background-loading 1.5s infinite linear;
    animation: placeholder-background-loading 1.5s infinite linear
}

.grid-product__image {
    display: block;
    margin: 0 auto
}


.grid-collage .grid-product__image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    padding: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.product--wrapper {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%
}

@media screen and (max-width: 590px) {
    .product--wrapper {
        margin: 20px auto
    }
}

.product--wrapper .product--image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}


.product--image.lazyload {
    opacity: 0
}

.is-sold-out .product--image {
    opacity: .5
}

.grid-product__meta {
    position: relative;
    display: block;
    padding: 13px 0
}

.grid-product__price-wrap {
    white-space: nowrap
}

.long-dash {
    margin: 0 4px
}

.grid-product__title {
    font-style: italic;
    font-size: 1.25em
}

.grid-product__vendor {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .6875em;
    margin: 1px 0
}

.grid-product__price {
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.grid-product__price-min {
    position: relative;
    top: -1px;
    font-size: .625em;
    margin-left: -4px
}

.grid-product__sold-out,
.grid-product__on-sale {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .6875em;
    line-height: 1.3;
    position: absolute;
    min-width: 50px;
    border-radius: 25px;
    top: -8px;
    left: -8px
}

.grid-product__sold-out p,
.grid-product__on-sale p {
    padding: 12px 8px 10px 9px;
    margin: 0;
    letter-spacing: 1px
}

.grid-product__sold-out sup,
.grid-product__on-sale sup {
    display: none
}

.grid-product__sold-out {
    color: #1f2021;
    border: 1px solid #1f2021
}

.grid-product__on-sale {
    color: #a56600;
    border: 1px solid #a56600
}

@-webkit-keyframes placeholder-background-loading {
    0% {
        opacity: .02
    }

    50% {
        opacity: .05
    }

    to {
        opacity: .02
    }
}

@-moz-keyframes placeholder-background-loading {
    0% {
        opacity: .02
    }

    50% {
        opacity: .05
    }

    to {
        opacity: .02
    }
}

@-ms-keyframes placeholder-background-loading {
    0% {
        opacity: .02
    }

    50% {
        opacity: .05
    }

    to {
        opacity: .02
    }
}

@keyframes placeholder-background-loading {
    0% {
        opacity: .02
    }

    50% {
        opacity: .05
    }

    to {
        opacity: .02
    }
}

.product-single__media-group-wrapper .product-single__media-group:not(.slick-initialized)~.slick__controls {
    display: none
}

.product-single__media-group-wrapper .slick__controls {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

.product-single__media-group-wrapper .slick__dots-wrapper {
    max-width: 180px;
    padding: 5px 0;
    overflow: hidden
}

.product-single__media-group-wrapper .slick-dots {
    background-color: #fff;
    bottom: 0;
    position: relative;
    display: flex;
    transition: all .25s;
    transform: translate(0)
}

.product-single__media-group-wrapper .slick-dots li {
    margin: 0
}

.product-single__media-group-wrapper .slick__arrow {
    padding: 15px;
    display: flex;
    z-index: 1;
    line-height: 1.9
}

.product-single__media-group-wrapper .slick__arrow .icon {
    font-size: .6rem;
    width: 14px;
    height: 14px
}

.product-single__media-group-wrapper .slick__arrow.slick-disabled {
    opacity: .3
}

.product-single__media-group-wrapper .slick__arrow--next {
    order: 1
}

.product-single__media-group-wrapper .slick__arrow--previous {
    order: -1
}

.product-single__media-group-wrapper .slick-dots li a {
    position: relative
}

.product-single__media-group-wrapper .slick-dots li a:before {
    background-color: transparent;
    border-color: #1f2021;
    width: 10px;
    height: 10px
}

.product-single__media-group-wrapper .slick-dots li.slick-active a:before {
    background-color: #1f2021;
    border-color: #1f2021;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin-top: .3rem;
    margin-left: .3rem
}

.product-recommendations {
    margin-top: 90px
}

@media screen and (max-width: 768px) {
    .product-recommendations {
        margin-top: 45px
    }
}

.rich-text .section-header {
    margin-bottom: 12px
}

.rich-text__heading--large {
    font-size: 2.25em
}

.rich-text__heading--small {
    font-size: 1.5em
}

.rich-text__text--large {
    font-size: 1.1875em
}

.rich-text__text--small {
    font-size: .875em
}

.collection-collage__item {
    overflow: hidden;
    padding-bottom: 0px;
}

.divDataSecin .collection-collage__item {
    margin-bottom: 30px;
}

.collection-collage__item-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.collection-collage__item-wrapper .collection-grid__item-overlay {
    position: relative;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.collection-collage__item-wrapper .collection-grid__item-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .25;
    background-color: #000;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.collection-collage__item-wrapper .collection-grid__item-overlay:hover,
.collection-collage__item-wrapper .collection-grid__item-overlay:focus {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03)
}

.collection-collage__item-wrapper .collection-grid__item-overlay:hover:after,
.collection-collage__item-wrapper .collection-grid__item-overlay:focus:after {
    opacity: .5
}

.collection-grid__item-link {
    display: block;
    width: 100%;
    height: 100%
}

.collection-grid__item-overlay {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.collection-grid__item-title--wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    display: table;
    table-layout: fixed;
    color: #fff;
    cursor: pointer
}

.collection-grid__item-title--wrapper .collection-grid__item-title {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto
}

.custom-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin-bottom: -30px;
    margin-left: -30px
}

@media screen and (max-width: 590px) {
    .custom-content {
        margin-bottom: -22px;
        margin-left: -22px
    }
}

.custom__item {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 30px;
    padding-left: 30px;
    max-width: 100%
}

@media screen and (max-width: 590px) {
    .custom__item {
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 22px;
        margin-bottom: 22px
    }

    .custom__item.small--one-half {
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

.custom__item-inner {
    position: relative;
    display: inline-block;
    text-align: left;
    max-width: 100%
}

.custom__item-inner--video,
.custom__item-inner--html {
    display: block
}

.align--top-middle {
    text-align: center
}

.align--top-right {
    text-align: right
}

.align--middle-left {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

.align--center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-align: center
}

.align--middle-right {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-align: right
}

.align--bottom-left {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end
}

.align--bottom-middle {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: center
}

.align--bottom-right {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: right
}

.featured-blog__post,
.featured-blog__meta,
.title--one-post {
    margin-bottom: 52.5px
}

@media screen and (max-width: 590px) {

    .featured-blog__post,
    .featured-blog__meta,
    .title--one-post {
        margin-bottom: 38.5px
    }
}

.featured-blog__author {
    display: inline-block;
    font-style: italic;
    line-height: 1.7
}

.featured-blog__author:after {
    content: "\2022";
    margin: 0 5px
}

.featured-blog__date {
    display: inline-block
}

.article__heading-link {
    color: #1f2021
}

.map-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 768px) {
    .map-section {
        min-height: auto;
        padding: 0 30px;
        margin-top: 45px
    }
}

@media screen and (max-width: 590px) {
    .map-section {
        padding: 0 15px
    }
}

.map-section__wrapper {
    height: 100%;
    flex-shrink: 0;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 768px) {
    .map-section__wrapper {
        padding: 0
    }
}

.map-section--load-error {
    height: auto
}

.map-section__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 0
}

.map-section__error {
    position: relative;
    z-index: 3
}

@media screen and (max-width: 768px) {
    .map-section__error {
        position: absolute;
        margin: 0 2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.map-section__content-wrapper {
    position: relative;
    text-align: center;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-grow: 0
}

.map-section__content {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 35px;
    text-align: center;
    z-index: 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 350px
}

.map-section__content>* {
    width: 100%
}

@media screen and (max-width: 768px) {
    .map-section__content {
        background-color: #f6f6f6;
        min-height: auto;
        display: block
    }
}

.map-section--load-error .map-section__content {
    position: static;
    transform: translateY(0)
}

.map-section__link {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translate(-50%)
}

.map-section__container {
    position: absolute;
    height: 100%;
    min-height: auto;
    left: 0;
    top: 0;
    width: 130%
}

@media screen and (max-width: 768px) {
    .map-section__container {
        position: relative;
        max-width: 1050px;
        width: 100%;
        height: 55vh
    }
}

.map_section__directions-btn [class^=icon] {
    height: 1em
}

.map_section__directions-btn * {
    vertical-align: middle
}

.map-section__background-wrapper {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 768px) {
    .map-section__background-wrapper {
        overflow: hidden;
        position: relative;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%
    }
}

.map-section--onboarding .map-section__background-wrapper {
    min-height: 350px
}

.map-section__background-wrapper .placeholder-background {
    height: 100%
}

.no-js .map-section__background-wrapper .js {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.map-section__image {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media screen and (max-width: 768px) {
    .map-section__image {
        position: relative
    }
}

.map-section--display-map .map-section__image {
    display: none !important
}

.map-section--load-error .map-section__image {
    display: block !important
}

.gm-style-cc,
.gm-style-cc+div {
    visibility: hidden
}

.flex--third {
    -ms-flex-preferred-size: 33%;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    flex-basis: 33%
}

@media screen and (max-width: 768px) {
    .flex--third {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%
    }
}

.selectors-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 591px) {
    .selectors-form {
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        margin-left: -5px
    }
}

@media screen and (min-width: 769px) {
    .selectors-form {
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        margin: 0 0 0 5px
    }
}

.selectors-form--single-column {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.selectors-form__item {
    margin: 0 5px 15px
}

.disclosure {
    position: relative
}

.disclosure__toggle {
    min-height: 44.46px;
    font-style: italic;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    color: #1c1d1d;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 13px 28px 8px 10px;
    text-indent: .01px;
    text-overflow: "";
    white-space: nowrap;
    background-color: #f6f6f6;
    background-position: right 10px center;
    background-repeat: no-repeat
}

.disclosure__toggle:hover {
    outline: 1px solid #dddddd
}

.disclosure-list {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #fff;
    bottom: 120%;
    box-shadow: 0 10px 20px #00000017;
    display: none;
    max-height: 300px;
    min-height: 92px;
    overflow-y: auto;
    padding: 11px 0;
    position: absolute;
    left: 50%;
    margin: 0
}

@media screen and (min-width: 591px) {
    .disclosure-list {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translate(0);
        right: 0;
        left: auto
    }
}

.disclosure-list--visible {
    display: block
}

.disclosure-list__item {
    padding: 5px 45px 4px 15px;
    text-align: left;
    white-space: nowrap
}

.disclosure-list__item .disclosure-list__option {
    font-style: italic;
    color: #1f2021
}

.disclosure-list__item .disclosure-list__option:focus,
.disclosure-list__item .disclosure-list__option:hover {
    color: #a56600
}

@media screen and (max-width: 591px) {
    .disclosure-list__item:active {
        background-color: #a5660014
    }
}
.disclosure .disclosure__toggle span{
    font-family: var(--body-font-family);
}
.disclosure-list__item--current .disclosure-list__option {
    color: #1f2021 !important;
}

.shoppaas-model-viewer-ui .shoppaas-model-viewer-ui__controls-area {
    background: white;
    border-color: #1f20210d
}

.shoppaas-model-viewer-ui .shoppaas-model-viewer-ui__button {
    color: #1f2021
}

.shoppaas-model-viewer-ui .shoppaas-model-viewer-ui__button--control:hover {
    color: #1f20218c
}

.shoppaas-model-viewer-ui .shoppaas-model-viewer-ui__button--control:active,
.shoppaas-model-viewer-ui .shoppaas-model-viewer-ui__button--control.focus-visible:focus {
    color: #1f20218c;
    background: rgba(31, 32, 33, .05)
}

.shoppaas-model-viewer-ui .shoppaas-model-viewer-ui__button--control:not(:last-child):after {
    border-color: #1f20210d
}

.shoppaas-model-viewer-ui .shoppaas-model-viewer-ui__button--poster {
    background: white;
    border-color: #1f20210d
}

.shoppaas-model-viewer-ui .shoppaas-model-viewer-ui__button--poster:hover,
.shoppaas-model-viewer-ui .shoppaas-model-viewer-ui__button--poster:focus {
    color: #1f20218c
}

.plyr.plyr--full-ui.plyr--video {
    color: #1f2021;
    background-color: transparent
}

.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
    background-color: transparent
}

.plyr.plyr--full-ui.plyr--video .plyr__poster {
    background-color: #f8f8f8
}

.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
    background-color: #fff;
    border-color: #1f20210d
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus,
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
    color: #1f20218c
}

.plyr.plyr--full-ui.plyr--video .plyr__controls {
    background-color: #fff;
    border-color: #1f20210d;
    margin: 0
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
    box-shadow: 2px 0 #fff
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
    box-shadow: 2px 0 #fff
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
    box-shadow: 2px 0 #fff
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(31, 32, 33, .6) var(--value, 0))
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
    background-color: #1f202199
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
    background-color: #1f202199
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px #1f202140
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px #1f202140
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px #1f202140
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px #1f202140
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
    box-shadow: 0 0 0 3px #1f202140
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #1f202140
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
    background-color: #1f2021;
    color: #fff
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip:before {
    border-top-color: #1f2021
}

.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
    background-image: linear-gradient(-45deg, rgba(31, 32, 33, .6) 25%, transparent 25%, transparent 50%, rgba(31, 32, 33, .6) 50%, rgba(31, 32, 33, .6) 75%, transparent 75%, transparent)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
    color: #fff
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
    box-shadow: 2px 0 #1f2021
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
    box-shadow: 2px 0 #1f2021
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
    box-shadow: 2px 0 #1f2021
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(255, 255, 255, .6) var(--value, 0))
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track,
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
    background-color: #fff9
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px #ffffff40
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px #ffffff40
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px #ffffff40
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px #ffffff40
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
    box-shadow: 0 0 0 3px #ffffff40
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #ffffff40
}

.article {
    margin-bottom: -15px
}

.article__featured-image-wrapper {
    position: relative
}

.no-js .article__featured-image-wrapper {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.article__featured-image {
    display: block;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0
}

.article__featured-image-link {
    display: block;
    margin-bottom: 30px
}

.rss-link {
    font-size: .6em
}

.comment.last {
    margin-bottom: -15px
}

.template-password {
    height: 100vh;
    text-align: center
}

.password-page__wrapper {
    display: table;
    height: 100%;
    width: 100%;
    background-image: url(//cdn.shoppaas.com/s/files/1/0260/0583/1702/t/3/assets/password-page-background.jpg?v=129873446965807520001583884125);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

.password-page__wrapper h1,
.password-page__wrapper .h1,
.password-page__wrapper h2,
.password-page__wrapper .h2,
.password-page__wrapper h3,
.password-page__wrapper .h3,
.password-page__wrapper h4,
.password-page__wrapper .h4,
.password-page__wrapper h5,
.password-page__wrapper .h5,
.password-page__wrapper h6,
.password-page__wrapper .h6 {
    color: #fff
}

.password-page__wrapper a {
    color: inherit
}

.password-page__wrapper hr,
.password-page__wrapper .hr--small,
.password-page__wrapper .hr--medium,
.password-page__wrapper .hr--large {
    border-color: inherit
}

.password-page__wrapper .rte a:hover {
    color: #a56600;
    border-bottom: 1px solid #a56600
}

.password-page__wrapper .social-sharing.clean a {
    color: inherit;
    background: transparent
}

.password-header-section {
    display: table-row
}

.password-page__header {
    display: table-cell;
    height: 1px
}

.password-page__header__inner {
    padding: 15px 30px
}

.password-page__logo {
    margin-top: 90px
}

.password-page__logo .logo {
    max-width: 100%
}

.password-page__main {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.password-page__main__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px
}

.password-page__hero {
    font-family: Old Standard TT, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.625em;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0;
    text-rendering: optimizeLegibility
}
.shoppaas-sku .shoppaas-sku-group .shoppaas-sku-radios{
    gap:0;
    -WEBkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 591px) {
    .password-page__hero {
        font-size: 3.75em
    }
}

@media screen and (min-width: 769px) {
    .password-page__hero {
        font-size: 4em
    }
}

.password-page__message {
    font-style: italic;
    font-size: 120%
}

.password-page__message img {
    max-width: 100%
}

.password-page__hr {
    margin: 30px auto
}

.password-page__message,
.password-page__login-form,
.password-page__signup-form {
    max-width: 500px;
    margin: 0 auto
}

.password-page__login-form {
    text-align: center;
    padding: 30px
}

@media screen and (min-width: 590px) {

    .password-page__login-form,
    .password-page__signup-form {
        padding: 0 30px
    }
}

.password-page__login-form .input-group,
.password-page__signup-form .input-group {
    width: 100%
}

.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
    list-style-type: none;
    margin-left: 0
}

.password-page__signup-form__heading {
    margin-bottom: .8em
}

.password-page__social-sharing {
    margin-top: 30px
}

.password-page__social-sharing__heading {
    margin-bottom: 0
}

.password-login,
.admin-login {
    margin-top: 15px
}

.password-login a:hover,
.admin-login a:hover {
    color: inherit
}

.password-login {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .8em;
    line-height: 12.8px
}

.lock-icon-svg {
    width: 12.8px;
    height: 12.8px;
    display: inline-block;
    vertical-align: baseline
}

.lock-icon-svg path {
    fill: currentColor
}

.admin-login {
    font-size: 95%
}

.password-page__footer {
    display: table-row;
    height: 1px
}

.password-page__footer_inner {
    display: table-cell;
    vertical-align: bottom;
    padding: 30px;
    line-height: 24px;
    font-size: 95%
}

.shoppaas-link,
.shoppaas-link:hover {
    color: inherit
}

.shoppaas-logo-svg {
    width: 82.28571px;
    height: 24px;
    display: inline-block;
    line-height: 0;
    vertical-align: top
}

.shoppaas-logo-svg path {
    fill: currentColor
}

.shoppaas-name {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.order-table tbody tr+tr {
    border-top: lightgray
}

.order-table thead {
    border-bottom: 1px solid #1f2021
}

.order-table tfoot {
    border-top: 1px solid #1f2021
}

.order-table tfoot tr:first-child th,
.order-table tfoot tr:first-child td {
    padding-top: 1.5em
}

.order-table tfoot tr:nth-last-child(2) th,
.order-table tfoot tr:nth-last-child(2) td {
    padding-bottom: 1.5em
}

.order-table tfoot tr:last-child th,
.order-table tfoot tr:last-child td {
    border-top: 1px solid #1f2021;
    font-weight: 400;
    padding-top: 1.5em;
    padding-bottom: 1em;
    font-size: .8125em;
    letter-spacing: .15em;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase
}

.order-table td,
.order-table th {
    padding: .5em 1em
}

.order-table tbody th,
.order-table tfoot th {
    font-family: Arapey, serif;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0
}

.order-table tr th:first-child {
    padding-left: 0
}

.order-table tr th:last-child,
.order-table tr td:last-child {
    padding-right: 0
}

.order-table tr:first-child th:after,
.order-table tr:first-child td:after {
    display: none
}

@media screen and (min-width: 591px) {

    .order-table tbody tr:first-child th,
    .order-table tbody tr:first-child td {
        padding-top: 1.25em
    }

    .order-table tbody tr:last-child th,
    .order-table tbody tr:last-child td {
        padding-bottom: 1.25em
    }

    .order-table tfoot tr td,
    .order-table tfoot tr th {
        vertical-align: bottom
    }
}

@media screen and (max-width: 590px) {
    .order-table {
        border: 0
    }

    .order-table thead {
        display: none
    }

    .order-table th,
    .order-table td {
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        padding: .5rem 0;
        border: 0;
        margin: 0
    }

    .order-table th:before,
    .order-table td:before {
        content: attr(data-label);
        float: left;
        text-align: left;
        padding-right: 2em;
        max-width: 80%
    }

    .order-table tbody th:before,
    .order-table tbody td:before {
        font-size: .8125em;
        letter-spacing: .15em;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-style: normal;
        letter-spacing: .1em;
        text-transform: uppercase
    }

    .order-table tbody tr td:first-child {
        padding-top: 1.5em
    }

    .order-table tbody tr td:last-child {
        padding-bottom: 1.5em
    }
}

@media screen and (max-width: 590px) {
    .order-table__product {
        display: flex;
        justify-content: space-between
    }
}

.order-discount {
    text-transform: uppercase;
    color: #a56600;
    display: block;
    line-height: 1.2em
}

.order-discount .icon-saletag {
    margin-right: .5em;
    font-size: .75em
}

.order-discount--title {
    word-break: break-word;
    padding-right: 1em
}

.order-discount--list {
    margin: .3em 0 0 1.3em;
    list-style: none;
    padding: 0
}

.order-discount--cart {
    text-align: right
}

.order-discount--cart-list {
    display: inline-block;
    width: 80%;
    margin-top: 1em
}

.order-discount--ajax-cart {
    color: inherit;
    font-size: .9em
}

.order-discount--ajax-cart-list {
    width: 60%;
    display: block;
    margin-top: .8em;
    margin-left: auto;
    line-height: 1.1
}

.order-discount__item {
    text-indent: -1.3em;
    margin-bottom: 0
}

.order-discount__item+.order-discount__item {
    margin-top: .6em
}

@media screen and (max-width: 590px) {
    .order-discount-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%
    }
}

.preview-custom-img-mask-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999;
    user-select: none;
}

.preview-custom-img-mask {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.exit-preview-custom-mask {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.preview-custom-img-text {
    cursor: pointer;
    text-decoration: underline !important;
}

.brooklyn-playful-custom-wrapper {
    padding: 20px 0;
    text-align: left;
}

.preview-custom-img-mask #preview-img {
    max-width: 98%;
    max-height: 98%;
}

/*# sourceMappingURL=/s/files/1/0260/0583/1702/t/3/assets/theme.scss.css.map?enable_css_minification=1&v=133496282669698496501656082063 */

/*# sourceMappingURL=/s/files/1/0260/0583/1702/t/3/assets/theme.scss.css.map?enable_css_minification=1&v=133496282669698496501656082063 */
@font-face {
    font-family: Alegreya Italic-wght;
    src: url('./fonts/Alegreya-Italic-wght.ttf')
}

@font-face {
    font-family: Alegreya wght;
    src: url('./fonts/Alegreya-wght.ttf')
}

@font-face {
    font-family: AlegreyaSans Black;
    src: url('./fonts/AlegreyaSans-Black.ttf')
}

@font-face {
    font-family: AlegreyaSans BlackItalic;
    src: url('./fonts/AlegreyaSans-BlackItalic.ttf')
}

@font-face {
    font-family: AlegreyaSans Bold;
    src: url('./fonts/AlegreyaSans-Bold.ttf')
}

@font-face {
    font-family: AlegreyaSans BoldItalic;
    src: url('./fonts/AlegreyaSans-BoldItalic.ttf')
}

@font-face {
    font-family: AlegreyaSans ExtraBold;
    src: url('./fonts/AlegreyaSans-ExtraBold.ttf')
}

@font-face {
    font-family: AlegreyaSans ExtraBoldItalic;
    src: url('./fonts/AlegreyaSans-ExtraBoldItalic.ttf')
}

@font-face {
    font-family: AlegreyaSans Italic;
    src: url('./fonts/AlegreyaSans-Italic.ttf')
}

@font-face {
    font-family: AlegreyaSans Light;
    src: url('./fonts/AlegreyaSans-Light.ttf')
}

@font-face {
    font-family: AlegreyaSans LightItalic;
    src: url('./fonts/AlegreyaSans-LightItalic.ttf')
}

@font-face {
    font-family: AlegreyaSans Medium;
    src: url('./fonts/AlegreyaSans-Medium.ttf')
}

@font-face {
    font-family: AlegreyaSans MediumItalic;
    src: url('./fonts/AlegreyaSans-MediumItalic.ttf')
}

@font-face {
    font-family: AlegreyaSans Regular;
    src: url('./fonts/AlegreyaSans-Regular.ttf')
}

@font-face {
    font-family: AlegreyaSans ThinItalic;
    src: url('./fonts/AlegreyaSans-ThinItalic.ttf')
}

@font-face {
    font-family: AlegreyaSans Thin;
    src: url('./fonts/AlegreyaSans-Thin.ttf')
}

@font-face {
    font-family: ArchivoNarrow Italic wght;
    src: url('./fonts/ArchivoNarrow-Italic[wght].ttf')
}

@font-face {
    font-family: ArchivoNarrow wght;
    src: url('./fonts/ArchivoNarrow[wght].ttf')
}

@font-face {
    font-family: BioRhyme Bold;
    src: url('./fonts/BioRhyme-Bold.ttf')
}

@font-face {
    font-family: BioRhyme ExtraLight;
    src: url('./fonts/BioRhyme-ExtraLight.ttf')
}

@font-face {
    font-family: BioRhyme ExtraBold;
    src: url('./fonts/BioRhyme-ExtraBold.ttf')
}

@font-face {
    font-family: BioRhyme Light;
    src: url('./fonts/BioRhyme-Light.ttf')
}

@font-face {
    font-family: BioRhyme Regular;
    src: url('./fonts/BioRhyme-Regular.ttf')
}

@font-face {
    font-family: Cardo Bold;
    src: url('./fonts/Cardo-Bold.ttf')
}

@font-face {
    font-family: Cardo Italic;
    src: url('./fonts/Cardo-Italic.ttf')
}

@font-face {
    font-family: Cardo Regular;
    src: url('./fonts/Cardo-Regular.ttf')
}

@font-face {
    font-family: Chivo Black;
    src: url('./fonts/Chivo-Black.ttf')
}

@font-face {
    font-family: Chivo BlackItalic;
    src: url('./fonts/Chivo-BlackItalic.ttf')
}

@font-face {
    font-family: Chivo Bold;
    src: url('./fonts/Chivo-Bold.ttf')
}

@font-face {
    font-family: Chivo BoldItalic;
    src: url('./fonts/Chivo-BoldItalic.ttf')
}

@font-face {
    font-family: Chivo Italic;
    src: url('./fonts/Chivo-Italic.ttf')
}

@font-face {
    font-family: Chivo Light;
    src: url('./fonts/Chivo-Light.ttf')
}

@font-face {
    font-family: Chivo LightItalic;
    src: url('./fonts/Chivo-LightItalic.ttf')
}

@font-face {
    font-family: Chivo Regular;
    src: url('./fonts/Chivo-Regular.ttf')
}

@font-face {
    font-family: Cormorant Bold;
    src: url('./fonts/Cormorant-Bold.ttf')
}

@font-face {
    font-family: Cormorant BoldItalic;
    src: url('./fonts/Cormorant-BoldItalic.ttf')
}

@font-face {
    font-family: Cormorant Italic;
    src: url('./fonts/Cormorant-Italic.ttf')
}

@font-face {
    font-family: Cormorant Light;
    src: url('./fonts/Cormorant-Light.ttf')
}

@font-face {
    font-family: Cormorant LightItalic;
    src: url('./fonts/Cormorant-LightItalic.ttf')
}

@font-face {
    font-family: Cormorant Medium;
    src: url('./fonts/Cormorant-Medium.ttf')
}

@font-face {
    font-family: Cormorant MediumItalic;
    src: url('./fonts/Cormorant-MediumItalic.ttf')
}

@font-face {
    font-family: Cormorant Regular;
    src: url('./fonts/Cormorant-Regular.ttf')
}

@font-face {
    font-family: Cormorant SemiBold;
    src: url('./fonts/Cormorant-SemiBold.ttf')
}

@font-face {
    font-family: Cormorant SemiBoldItalic;
    src: url('./fonts/Cormorant-SemiBoldItalic.ttf')
}

@font-face {
    font-family: CormorantGaramond Bold;
    src: url('./fonts/CormorantGaramond-Bold.ttf')
}

@font-face {
    font-family: CormorantGaramond BoldItalic;
    src: url('./fonts/CormorantGaramond-BoldItalic.ttf')
}

@font-face {
    font-family: CormorantGaramond Italic;
    src: url('./fonts/CormorantGaramond-Italic.ttf')
}

@font-face {
    font-family: CormorantGaramond Light;
    src: url('./fonts/CormorantGaramond-Light.ttf')
}

@font-face {
    font-family: CormorantGaramond LightItalic;
    src: url('./fonts/CormorantGaramond-LightItalic.ttf')
}

@font-face {
    font-family: CormorantGaramond Medium;
    src: url('./fonts/CormorantGaramond-Medium.ttf')
}

@font-face {
    font-family: CormorantGaramond MediumItalic;
    src: url('./fonts/CormorantGaramond-MediumItalic.ttf')
}

@font-face {
    font-family: CormorantGaramond Regular;
    src: url('./fonts/CormorantGaramond-Regular.ttf')
}

@font-face {
    font-family: CormorantGaramond SemiBold;
    src: url('./fonts/CormorantGaramond-SemiBold.ttf')
}

@font-face {
    font-family: CormorantGaramond SemiBoldItalic;
    src: url('./fonts/CormorantGaramond-SemiBoldItalic.ttf')
}

@font-face {
    font-family: CormorantInfant Bold;
    src: url('./fonts/CormorantInfant-Bold.ttf')
}

@font-face {
    font-family: CormorantInfant BoldItalic;
    src: url('./fonts/CormorantInfant-BoldItalic.ttf')
}

@font-face {
    font-family: CormorantInfant Italic;
    src: url('./fonts/CormorantInfant-Italic.ttf')
}

@font-face {
    font-family: CormorantInfant Light;
    src: url('./fonts/CormorantInfant-Light.ttf')
}

@font-face {
    font-family: CormorantInfant LightItalic;
    src: url('./fonts/CormorantInfant-LightItalic.ttf')
}

@font-face {
    font-family: CormorantInfant Medium;
    src: url('./fonts/CormorantInfant-Medium.ttf')
}

@font-face {
    font-family: CormorantInfant MediumItalic;
    src: url('./fonts/CormorantInfant-MediumItalic.ttf')
}

@font-face {
    font-family: CormorantInfant Regular;
    src: url('./fonts/CormorantInfant-Regular.ttf')
}

@font-face {
    font-family: CormorantInfant SemiBold;
    src: url('./fonts/CormorantInfant-SemiBold.ttf')
}

@font-face {
    font-family: CormorantInfant SemiBoldItalic;
    src: url('./fonts/CormorantInfant-SemiBoldItalic.ttf')
}

@font-face {
    font-family: CormorantSC Bold;
    src: url('./fonts/CormorantSC-Bold.ttf')
}

@font-face {
    font-family: CormorantSC Light;
    src: url('./fonts/CormorantSC-Light.ttf')
}

@font-face {
    font-family: CormorantSC Medium;
    src: url('./fonts/CormorantSC-Medium.ttf')
}

@font-face {
    font-family: CormorantSC Regular;
    src: url('./fonts/CormorantSC-Regular.ttf')
}

@font-face {
    font-family: CormorantSC SemiBold;
    src: url('./fonts/CormorantSC-SemiBold.ttf')
}

@font-face {
    font-family: CormorantUnicase Bold;
    src: url('./fonts/CormorantUnicase-Bold.ttf')
}

@font-face {
    font-family: CormorantUnicase Light;
    src: url('./fonts/CormorantUnicase-Light.ttf')
}

@font-face {
    font-family: CormorantUnicase Medium;
    src: url('./fonts/CormorantUnicase-Medium.ttf')
}

@font-face {
    font-family: CormorantUnicase Regular;
    src: url('./fonts/CormorantUnicase-Regular.ttf')
}

@font-face {
    font-family: CormorantUnicase SemiBold;
    src: url('./fonts/CormorantUnicase-SemiBold.ttf')
}

@font-face {
    font-family: CormorantUpright Bold;
    src: url('./fonts/CormorantUpright-Bold.ttf')
}

@font-face {
    font-family: CormorantUpright Light;
    src: url('./fonts/CormorantUpright-Light.ttf')
}

@font-face {
    font-family: CormorantUpright Medium;
    src: url('./fonts/CormorantUpright-Medium.ttf')
}

@font-face {
    font-family: CormorantUpright Regular;
    src: url('./fonts/CormorantUpright-Regular.ttf')
}

@font-face {
    font-family: CormorantUpright SemiBold;
    src: url('./fonts/CormorantUpright-SemiBold.ttf')
}

@font-face {
    font-family: DMSans Bold;
    src: url('./fonts/DMSans-Bold.ttf')
}

@font-face {
    font-family: DMSans BoldItalic;
    src: url('./fonts/DMSans-BoldItalic.ttf')
}

@font-face {
    font-family: DMSans Italic;
    src: url('./fonts/DMSans-Italic.ttf')
}

@font-face {
    font-family: DMSans Medium;
    src: url('./fonts/DMSans-Medium.ttf')
}

@font-face {
    font-family: DMSans MediumItalic;
    src: url('./fonts/DMSans-MediumItalic.ttf')
}

@font-face {
    font-family: DMSans Regular;
    src: url('./fonts/DMSans-Regular.ttf')
}

@font-face {
    font-family: Eczar wght;
    src: url('./fonts/Eczar-wght.ttf')
}

@font-face {
    font-family: FiraSans Black;
    src: url('./fonts/FiraSans-Black.ttf')
}

@font-face {
    font-family: FiraSans BlackItalic;
    src: url('./fonts/FiraSans-BlackItalic.ttf')
}

@font-face {
    font-family: FiraSans Bold;
    src: url('./fonts/FiraSans-Bold.ttf')
}

@font-face {
    font-family: FiraSans BoldItalic;
    src: url('./fonts/FiraSans-BoldItalic.ttf')
}

@font-face {
    font-family: FiraSans ExtraBold;
    src: url('./fonts/FiraSans-ExtraBold.ttf')
}

@font-face {
    font-family: FiraSans ExtraBoldItalic;
    src: url('./fonts/FiraSans-ExtraBoldItalic.ttf')
}

@font-face {
    font-family: FiraSans ExtraLight;
    src: url('./fonts/FiraSans-ExtraLight.ttf')
}

@font-face {
    font-family: FiraSans ExtraLightItalic;
    src: url('./fonts/FiraSans-ExtraLightItalic.ttf')
}

@font-face {
    font-family: FiraSans Italic;
    src: url('./fonts/FiraSans-Italic.ttf')
}

@font-face {
    font-family: FiraSans Light;
    src: url('./fonts/FiraSans-Light.ttf')
}

@font-face {
    font-family: FiraSans LightItalic;
    src: url('./fonts/FiraSans-LightItalic.ttf')
}

@font-face {
    font-family: FiraSans Medium;
    src: url('./fonts/FiraSans-Medium.ttf')
}

@font-face {
    font-family: FiraSans MediumItalic;
    src: url('./fonts/FiraSans-MediumItalic.ttf')
}

@font-face {
    font-family: FiraSans Regular;
    src: url('./fonts/FiraSans-Regular.ttf')
}

@font-face {
    font-family: FiraSans SemiBold;
    src: url('./fonts/FiraSans-SemiBold.ttf')
}

@font-face {
    font-family: FiraSans SemiBoldItalic;
    src: url('./fonts/FiraSans-SemiBoldItalic.ttf')
}

@font-face {
    font-family: FiraSans Thin;
    src: url('./fonts/FiraSans-Thin.ttf')
}

@font-face {
    font-family: FiraSans ThinItalic;
    src: url('./fonts/FiraSans-ThinItalic.ttf')
}

@font-face {
    font-family: FiraSansCondensed Black;
    src: url('./fonts/FiraSansCondensed-Black.ttf')
}

@font-face {
    font-family: FiraSansCondensed BlackItalic;
    src: url('./fonts/FiraSansCondensed-BlackItalic.ttf')
}

@font-face {
    font-family: FiraSansCondensed Bold;
    src: url('./fonts/FiraSansCondensed-Bold.ttf')
}

@font-face {
    font-family: FiraSansCondensed BoldItalic;
    src: url('./fonts/FiraSansCondensed-BoldItalic.ttf')
}

@font-face {
    font-family: FiraSansCondensed ExtraBold;
    src: url('./fonts/FiraSansCondensed-ExtraBold.ttf')
}

@font-face {
    font-family: FiraSansCondensed ExtraBoldItalic;
    src: url('./fonts/FiraSansCondensed-ExtraBoldItalic.ttf')
}

@font-face {
    font-family: FiraSansCondensed ExtraLight;
    src: url('./fonts/FiraSansCondensed-ExtraLight.ttf')
}

@font-face {
    font-family: FiraSansCondensed ExtraLightItalic;
    src: url('./fonts/FiraSansCondensed-ExtraLightItalic.ttf')
}

@font-face {
    font-family: FiraSansCondensed Italic;
    src: url('./fonts/FiraSansCondensed-Italic.ttf')
}

@font-face {
    font-family: FiraSansCondensed Light;
    src: url('./fonts/FiraSansCondensed-Light.ttf')
}

@font-face {
    font-family: FiraSansCondensed LightItalic;
    src: url('./fonts/FiraSansCondensed-LightItalic.ttf')
}

@font-face {
    font-family: FiraSansCondensed Medium;
    src: url('./fonts/FiraSansCondensed-Medium.ttf')
}

@font-face {
    font-family: FiraSansCondensed MediumItalic;
    src: url('./fonts/FiraSansCondensed-MediumItalic.ttf')
}

@font-face {
    font-family: FiraSansCondensed Regular;
    src: url('./fonts/FiraSansCondensed-Regular.ttf')
}

@font-face {
    font-family: FiraSansCondensed SemiBold;
    src: url('./fonts/FiraSansCondensed-SemiBold.ttf')
}

@font-face {
    font-family: FiraSansCondensed SemiBoldItalic;
    src: url('./fonts/FiraSansCondensed-SemiBoldItalic.ttf')
}

@font-face {
    font-family: FiraSansCondensed Thin;
    src: url('./fonts/FiraSansCondensed-Thin.ttf')
}

@font-face {
    font-family: FiraSansCondensed ThinItalic;
    src: url('./fonts/FiraSansCondensed-ThinItalic.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed Black;
    src: url('./fonts/FiraSansExtraCondensed-Black.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed BlackItalic;
    src: url('./fonts/FiraSansExtraCondensed-BlackItalic.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed Bold;
    src: url('./fonts/FiraSansExtraCondensed-Bold.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed BoldItalic;
    src: url('./fonts/FiraSansExtraCondensed-BoldItalic.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed ExtraBold;
    src: url('./fonts/FiraSansExtraCondensed-ExtraBold.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed ExtraBoldItalic;
    src: url('./fonts/FiraSansExtraCondensed-ExtraBoldItalic.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed ExtraLight;
    src: url('./fonts/FiraSansExtraCondensed-ExtraLight.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed ExtraLightItalic;
    src: url('./fonts/FiraSansExtraCondensed-ExtraLightItalic.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed Italic;
    src: url('./fonts/FiraSansExtraCondensed-Italic.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed Light;
    src: url('./fonts/FiraSansExtraCondensed-Light.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed LightItalic;
    src: url('./fonts/FiraSansExtraCondensed-LightItalic.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed Medium;
    src: url('./fonts/FiraSansExtraCondensed-Medium.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed MediumItalic;
    src: url('./fonts/FiraSansExtraCondensed-MediumItalic.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed Regular;
    src: url('./fonts/FiraSansExtraCondensed-Regular.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed SemiBold;
    src: url('./fonts/FiraSansExtraCondensed-SemiBold.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed SemiBoldItalic;
    src: url('./fonts/FiraSansExtraCondensed-SemiBoldItalic.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed Thin;
    src: url('./fonts/FiraSansExtraCondensed-Thin.ttf')
}

@font-face {
    font-family: FiraSansExtraCondensed ThinItalic;
    src: url('./fonts/FiraSansExtraCondensed-ThinItalic.ttf')
}

@font-face {
    font-family: IBMPlexSans Bold;
    src: url('./fonts/IBMPlexSans-Bold.ttf')
}

@font-face {
    font-family: IBMPlexSans BoldItalic;
    src: url('./fonts/IBMPlexSans-BoldItalic.ttf')
}

@font-face {
    font-family: IBMPlexSans ExtraLight;
    src: url('./fonts/IBMPlexSans-ExtraLight.ttf')
}

@font-face {
    font-family: IBMPlexSans ExtraLightItalic;
    src: url('./fonts/IBMPlexSans-ExtraLightItalic.ttf')
}

@font-face {
    font-family: IBMPlexSans Italic;
    src: url('./fonts/IBMPlexSans-Italic.ttf')
}

@font-face {
    font-family: IBMPlexSans Light;
    src: url('./fonts/IBMPlexSans-Light.ttf')
}

@font-face {
    font-family: IBMPlexSans LightItalic;
    src: url('./fonts/IBMPlexSans-LightItalic.ttf')
}

@font-face {
    font-family: IBMPlexSans Medium;
    src: url('./fonts/IBMPlexSans-Medium.ttf')
}

@font-face {
    font-family: IBMPlexSans MediumItalic;
    src: url('./fonts/IBMPlexSans-MediumItalic.ttf')
}

@font-face {
    font-family: IBMPlexSans Regular;
    src: url('./fonts/IBMPlexSans-Regular.ttf')
}

@font-face {
    font-family: IBMPlexSans SemiBold;
    src: url('./fonts/IBMPlexSans-SemiBold.ttf')
}

@font-face {
    font-family: IBMPlexSans SemiBoldItalic;
    src: url('./fonts/IBMPlexSans-SemiBoldItalic.ttf')
}

@font-face {
    font-family: IBMPlexSans Thin;
    src: url('./fonts/IBMPlexSans-Thin.ttf')
}

@font-face {
    font-family: IBMPlexSans ThinItalic;
    src: url('./fonts/IBMPlexSans-ThinItalic.ttf')
}

@font-face {
    font-family: Inconsolata Black;
    src: url('./fonts/Inconsolata-Black.ttf')
}

@font-face {
    font-family: Inconsolata Bold;
    src: url('./fonts/Inconsolata-Bold.ttf')
}

@font-face {
    font-family: Inconsolata Condensed;
    src: url('./fonts/Inconsolata-Condensed.ttf')
}

@font-face {
    font-family: Inconsolata CondensedBlack;
    src: url('./fonts/Inconsolata-CondensedBlack.ttf')
}

@font-face {
    font-family: Inconsolata CondensedBold;
    src: url('./fonts/Inconsolata-CondensedBold.ttf')
}

@font-face {
    font-family: Inconsolata CondensedExtraBold;
    src: url('./fonts/Inconsolata-CondensedExtraBold.ttf')
}

@font-face {
    font-family: Inconsolata CondensedExtraLight;
    src: url('./fonts/Inconsolata-CondensedExtraLight.ttf')
}

@font-face {
    font-family: Inconsolata CondensedLight;
    src: url('./fonts/Inconsolata-CondensedLight.ttf')
}

@font-face {
    font-family: Inconsolata CondensedMedium;
    src: url('./fonts/Inconsolata-CondensedMedium.ttf')
}

@font-face {
    font-family: Inconsolata CondensedRegular;
    src: url('./fonts/Inconsolata-CondensedRegular.ttf')
}

@font-face {
    font-family: Inconsolata CondensedSemiBold;
    src: url('./fonts/Inconsolata-CondensedSemiBold.ttf')
}

@font-face {
    font-family: Inconsolata Expanded;
    src: url('./fonts/Inconsolata-Expanded.ttf')
}

@font-face {
    font-family: Inconsolata ExpandedBlack;
    src: url('./fonts/Inconsolata-ExpandedBlack.ttf')
}

@font-face {
    font-family: Inconsolata ExpandedBold;
    src: url('./fonts/Inconsolata-ExpandedBold.ttf')
}

@font-face {
    font-family: Inconsolata ExpandedExtraBold;
    src: url('./fonts/Inconsolata-ExpandedExtraBold.ttf')
}

@font-face {
    font-family: Inconsolata ExpandedExtraLight;
    src: url('./fonts/Inconsolata-ExpandedExtraLight.ttf')
}

@font-face {
    font-family: Inconsolata ExpandedLight;
    src: url('./fonts/Inconsolata-ExpandedLight.ttf')
}

@font-face {
    font-family: Inconsolata ExpandedMedium;
    src: url('./fonts/Inconsolata-ExpandedMedium.ttf')
}

@font-face {
    font-family: Inconsolata ExpandedRegular;
    src: url('./fonts/Inconsolata-ExpandedRegular.ttf')
}

@font-face {
    font-family: Inconsolata ExpandedSemiBold;
    src: url('./fonts/Inconsolata-ExpandedSemiBold.ttf')
}

@font-face {
    font-family: Inconsolata ExtraBold;
    src: url('./fonts/Inconsolata-ExtraBold.ttf')
}

@font-face {
    font-family: Inconsolata ExtraCondensed;
    src: url('./fonts/Inconsolata-ExtraCondensed.ttf')
}

@font-face {
    font-family: Inconsolata ExtraCondensedBlack;
    src: url('./fonts/Inconsolata-ExtraCondensedBlack.ttf')
}

@font-face {
    font-family: Inconsolata ExtraCondensedBold;
    src: url('./fonts/Inconsolata-ExtraCondensedBold.ttf')
}

@font-face {
    font-family: Inconsolata ExtraCondensedExtraBold;
    src: url('./fonts/Inconsolata-ExtraCondensedExtraBold.ttf')
}

@font-face {
    font-family: Inconsolata ExtraCondensedExtraLight;
    src: url('./fonts/Inconsolata-ExtraCondensedExtraLight.ttf')
}

@font-face {
    font-family: Inconsolata ExtraCondensedLight;
    src: url('./fonts/Inconsolata-ExtraCondensedLight.ttf')
}

@font-face {
    font-family: Inconsolata ExtraCondensedMedium;
    src: url('./fonts/Inconsolata-ExtraCondensedMedium.ttf')
}

@font-face {
    font-family: Inconsolata ExtraCondensedRegular;
    src: url('./fonts/Inconsolata-ExtraCondensedRegular.ttf')
}

@font-face {
    font-family: Inconsolata ExtraCondensedSemiBold;
    src: url('./fonts/Inconsolata-ExtraCondensedSemiBold.ttf')
}

@font-face {
    font-family: Inconsolata ExtraExpanded;
    src: url('./fonts/Inconsolata-ExtraExpanded.ttf')
}

@font-face {
    font-family: Inconsolata ExtraExpandedBlack;
    src: url('./fonts/Inconsolata-ExtraExpandedBlack.ttf')
}

@font-face {
    font-family: Inconsolata ExtraExpandedBold;
    src: url('./fonts/Inconsolata-ExtraExpandedBold.ttf')
}

@font-face {
    font-family: Inconsolata ExtraExpandedExtraBold;
    src: url('./fonts/Inconsolata-ExtraExpandedExtraBold.ttf')
}

@font-face {
    font-family: Inconsolata ExtraExpandedExtraLight;
    src: url('./fonts/Inconsolata-ExtraExpandedExtraLight.ttf')
}

@font-face {
    font-family: Inconsolata ExtraExpandedLight;
    src: url('./fonts/Inconsolata-ExtraExpandedLight.ttf')
}

@font-face {
    font-family: Inconsolata ExtraExpandedMedium;
    src: url('./fonts/Inconsolata-ExtraExpandedMedium.ttf')
}

@font-face {
    font-family: Inconsolata ExtraExpandedRegular;
    src: url('./fonts/Inconsolata-ExtraExpandedRegular.ttf')
}

@font-face {
    font-family: Inconsolata ExtraExpandedSemiBold;
    src: url('./fonts/Inconsolata-ExtraExpandedSemiBold.ttf')
}

@font-face {
    font-family: Inconsolata ExtraLight;
    src: url('./fonts/Inconsolata-ExtraLight.ttf')
}

@font-face {
    font-family: Inconsolata Light;
    src: url('./fonts/Inconsolata-Light.ttf')
}

@font-face {
    font-family: Inconsolata Medium;
    src: url('./fonts/Inconsolata-Medium.ttf')
}

@font-face {
    font-family: Inconsolata Regular;
    src: url('./fonts/Inconsolata-Regular.ttf')
}

@font-face {
    font-family: Inconsolata SemiBold;
    src: url('./fonts/Inconsolata-SemiBold.ttf')
}

@font-face {
    font-family: Inconsolata SemiCondensed;
    src: url('./fonts/Inconsolata-SemiCondensed.ttf')
}

@font-face {
    font-family: Inconsolata SemiCondensedBold;
    src: url('./fonts/Inconsolata-SemiCondensedBold.ttf')
}

@font-face {
    font-family: Inconsolata SemiCondensedBlack;
    src: url('./fonts/Inconsolata-SemiCondensedBlack.ttf')
}

@font-face {
    font-family: Inconsolata SemiCondensedExtraBold;
    src: url('./fonts/Inconsolata-SemiCondensedExtraBold.ttf')
}

@font-face {
    font-family: Inconsolata SemiCondensedExtraLight;
    src: url('./fonts/Inconsolata-SemiCondensedExtraLight.ttf')
}

@font-face {
    font-family: Inconsolata SemiCondensedLight;
    src: url('./fonts/Inconsolata-SemiCondensedLight.ttf')
}

@font-face {
    font-family: Inconsolata SemiCondensedMedium;
    src: url('./fonts/Inconsolata-SemiCondensedMedium.ttf')
}

@font-face {
    font-family: Inconsolata SemiCondensedRegular;
    src: url('./fonts/Inconsolata-SemiCondensedRegular.ttf')
}

@font-face {
    font-family: Inconsolata SemiCondensedSemiBold;
    src: url('./fonts/Inconsolata-SemiCondensedSemiBold.ttf')
}

@font-face {
    font-family: Inconsolata SemiExpanded;
    src: url('./fonts/Inconsolata-SemiExpanded.ttf')
}

@font-face {
    font-family: Inconsolata SemiExpandedBlack;
    src: url('./fonts/Inconsolata-SemiExpandedBlack.ttf')
}

@font-face {
    font-family: Inconsolata SemiExpandedBold;
    src: url('./fonts/Inconsolata-SemiExpandedBold.ttf')
}

@font-face {
    font-family: Inconsolata SemiExpandedExtraBold;
    src: url('./fonts/Inconsolata-SemiExpandedExtraBold.ttf')
}

@font-face {
    font-family: Inconsolata SemiExpandedExtraLight;
    src: url('./fonts/Inconsolata-SemiExpandedExtraLight.ttf')
}

@font-face {
    font-family: Inconsolata SemiExpandedLight;
    src: url('./fonts/Inconsolata-SemiExpandedLight.ttf')
}

@font-face {
    font-family: Inconsolata SemiExpandedMedium;
    src: url('./fonts/Inconsolata-SemiExpandedMedium.ttf')
}

@font-face {
    font-family: Inconsolata SemiExpandedRegular;
    src: url('./fonts/Inconsolata-SemiExpandedRegular.ttf')
}

@font-face {
    font-family: Inconsolata SemiExpandedSemiBold;
    src: url('./fonts/Inconsolata-SemiExpandedSemiBold.ttf')
}

@font-face {
    font-family: Inconsolata UltraCondensed;
    src: url('./fonts/Inconsolata-UltraCondensed.ttf')
}

@font-face {
    font-family: Inconsolata UltraCondensedBlack;
    src: url('./fonts/Inconsolata-UltraCondensedBlack.ttf')
}

@font-face {
    font-family: Inconsolata UltraCondensedBold;
    src: url('./fonts/Inconsolata-UltraCondensedBold.ttf')
}

@font-face {
    font-family: Inconsolata UltraCondensedExtraBold;
    src: url('./fonts/Inconsolata-UltraCondensedExtraBold.ttf')
}

@font-face {
    font-family: Inconsolata UltraCondensedExtraLight;
    src: url('./fonts/Inconsolata-UltraCondensedExtraLight.ttf')
}

@font-face {
    font-family: Inconsolata UltraCondensedLight;
    src: url('./fonts/Inconsolata-UltraCondensedLight.ttf')
}

@font-face {
    font-family: Inconsolata UltraCondensedMedium;
    src: url('./fonts/Inconsolata-UltraCondensedMedium.ttf')
}

@font-face {
    font-family: Inconsolata UltraCondensedRegular;
    src: url('./fonts/Inconsolata-UltraCondensedRegular.ttf')
}

@font-face {
    font-family: Inconsolata UltraCondensedSemiBold;
    src: url('./fonts/Inconsolata-UltraCondensedSemiBold.ttf')
}

@font-face {
    font-family: Inconsolata UltraExpanded;
    src: url('./fonts/Inconsolata-UltraExpanded.ttf')
}

@font-face {
    font-family: Inconsolata UltraExpandedBlack;
    src: url('./fonts/Inconsolata-UltraExpandedBlack.ttf')
}

@font-face {
    font-family: Inconsolata UltraExpandedBold;
    src: url('./fonts/Inconsolata-UltraExpandedBold.ttf')
}

@font-face {
    font-family: Inconsolata UltraExpandedExtraBold;
    src: url('./fonts/Inconsolata-UltraExpandedExtraBold.ttf')
}

@font-face {
    font-family: Inconsolata UltraExpandedExtraLight;
    src: url('./fonts/Inconsolata-UltraExpandedExtraLight.ttf')
}

@font-face {
    font-family: Inconsolata UltraExpandedLight;
    src: url('./fonts/Inconsolata-UltraExpandedLight.ttf')
}

@font-face {
    font-family: Inconsolata UltraExpandedMedium;
    src: url('./fonts/Inconsolata-UltraExpandedMedium.ttf')
}

@font-face {
    font-family: Inconsolata UltraExpandedRegular;
    src: url('./fonts/Inconsolata-UltraExpandedRegular.ttf')
}

@font-face {
    font-family: Inconsolata UltraExpandedSemiBold;
    src: url('./fonts/Inconsolata-UltraExpandedSemiBold.ttf')
}

@font-face {
    font-family: Inconsolata wdth-wght;
    src: url('./fonts/Inconsolata-wdth-wght.ttf')
}

@font-face {
    font-family: InknutAntiqua Black;
    src: url('./fonts/InknutAntiqua-Black.ttf')
}

@font-face {
    font-family: InknutAntiqua Bold;
    src: url('./fonts/InknutAntiqua-Bold.ttf')
}

@font-face {
    font-family: InknutAntiqua ExtraBold;
    src: url('./fonts/InknutAntiqua-ExtraBold.ttf')
}

@font-face {
    font-family: InknutAntiqua Light;
    src: url('./fonts/InknutAntiqua-Light.ttf')
}

@font-face {
    font-family: InknutAntiqua Medium;
    src: url('./fonts/InknutAntiqua-Medium.ttf')
}

@font-face {
    font-family: InknutAntiqua Regular;
    src: url('./fonts/InknutAntiqua-Regular.ttf')
}

@font-face {
    font-family: InknutAntiqua SemiBold;
    src: url('./fonts/InknutAntiqua-SemiBold.ttf')
}

@font-face {
    font-family: Inter Italic-wght;
    src: url('./fonts/Inter-Italic-wght.ttf')
}

@font-face {
    font-family: Inter wght;
    src: url('./fonts/Inter-wght.ttf')
}

@font-face {
    font-family: Karla Italic-wght;
    src: url('./fonts/Karla-Italic-wght.ttf')
}

@font-face {
    font-family: Karla wght;
    src: url('./fonts/Karla-wght.ttf')
}

@font-face {
    font-family: Lato Black;
    src: url('./fonts/Lato-Black.ttf')
}

@font-face {
    font-family: Lato BlackItalic;
    src: url('./fonts/Lato-BlackItalic.ttf')
}

@font-face {
    font-family: Lato Bold;
    src: url('./fonts/Lato-Bold.ttf')
}

@font-face {
    font-family: Lato BoldItalic;
    src: url('./fonts/Lato-BoldItalic.ttf')
}

@font-face {
    font-family: Lato ExtraBold;
    src: url('./fonts/Lato-ExtraBold.ttf')
}

@font-face {
    font-family: Lato ExtraBoldItalic;
    src: url('./fonts/Lato-ExtraBoldItalic.ttf')
}

@font-face {
    font-family: Lato ExtraLight;
    src: url('./fonts/Lato-ExtraLight.ttf')
}

@font-face {
    font-family: Lato ExtraLightItalic;
    src: url('./fonts/Lato-ExtraLightItalic.ttf')
}

@font-face {
    font-family: Lato Italic;
    src: url('./fonts/Lato-Italic.ttf')
}

@font-face {
    font-family: Lato Light;
    src: url('./fonts/Lato-Light.ttf')
}

@font-face {
    font-family: Lato LightItalic;
    src: url('./fonts/Lato-LightItalic.ttf')
}

@font-face {
    font-family: Lato Medium;
    src: url('./fonts/Lato-Medium.ttf')
}

@font-face {
    font-family: Lato MediumItalic;
    src: url('./fonts/Lato-MediumItalic.ttf')
}

@font-face {
    font-family: Lato Regular;
    src: url('./fonts/Lato-Regular.ttf')
}

@font-face {
    font-family: Lato SemiBold;
    src: url('./fonts/Lato-SemiBold.ttf')
}

@font-face {
    font-family: Lato SemiBoldItalic;
    src: url('./fonts/Lato-SemiBoldItalic.ttf')
}

@font-face {
    font-family: Lato Thin;
    src: url('./fonts/Lato-Thin.ttf')
}

@font-face {
    font-family: Lato ThinItalic;
    src: url('./fonts/Lato-ThinItalic.ttf')
}

@font-face {
    font-family: LibreBaskerville Bold;
    src: url('./fonts/LibreBaskerville-Bold.ttf')
}

@font-face {
    font-family: LibreBaskerville Italic;
    src: url('./fonts/LibreBaskerville-Italic.ttf')
}

@font-face {
    font-family: LibreBaskerville Regular;
    src: url('./fonts/LibreBaskerville-Regular.ttf')
}

@font-face {
    font-family: LibreFranklin Italic-wght;
    src: url('./fonts/LibreFranklin-Italic-wght.ttf')
}

@font-face {
    font-family: LibreFranklin wght;
    src: url('./fonts/LibreFranklin-wght.ttf')
}

@font-face {
    font-family: Ligconsolata Bold;
    src: url('./fonts/Ligconsolata-Bold.ttf')
}

@font-face {
    font-family: Ligconsolata Regular;
    src: url('./fonts/Ligconsolata-Regular.ttf')
}

@font-face {
    font-family: Lora Italic-wght;
    src: url('./fonts/Lora-Italic-wght.ttf')
}

@font-face {
    font-family: Lora wght;
    src: url('./fonts/Lora-wght.ttf')
}

@font-face {
    font-family: Manrope wght;
    src: url('./fonts/Manrope-wght.ttf')
}

@font-face {
    font-family: Merriweather Black;
    src: url('./fonts/Merriweather-Black.ttf')
}

@font-face {
    font-family: Merriweather BlackItalic;
    src: url('./fonts/Merriweather-BlackItalic.ttf')
}

@font-face {
    font-family: Merriweather Bold;
    src: url('./fonts/Merriweather-Bold.ttf')
}

@font-face {
    font-family: Merriweather BoldItalic;
    src: url('./fonts/Merriweather-BoldItalic.ttf')
}

@font-face {
    font-family: Merriweather Italic;
    src: url('./fonts/Merriweather-Italic.ttf')
}

@font-face {
    font-family: Merriweather Light;
    src: url('./fonts/Merriweather-Light.ttf')
}

@font-face {
    font-family: Merriweather LightItalic;
    src: url('./fonts/Merriweather-LightItalic.ttf')
}

@font-face {
    font-family: Merriweather Regular;
    src: url('./fonts/Merriweather-Regular.ttf')
}

@font-face {
    font-family: Montserrat Italic-wght;
    src: url('./fonts/Montserrat-Italic-wght.ttf')
}

@font-face {
    font-family: Montserrat wght;
    src: url('./fonts/Montserrat-wght.ttf')
}

@font-face {
    font-family: Neuton Bold;
    src: url('./fonts/Neuton-Bold.ttf')
}

@font-face {
    font-family: Neuton ExtraBold;
    src: url('./fonts/Neuton-ExtraBold.ttf')
}

@font-face {
    font-family: Neuton ExtraLight;
    src: url('./fonts/Neuton-ExtraLight.ttf')
}

@font-face {
    font-family: Neuton Italic;
    src: url('./fonts/Neuton-Italic.ttf')
}

@font-face {
    font-family: Neuton Light;
    src: url('./fonts/Neuton-Light.ttf')
}

@font-face {
    font-family: Neuton Regular;
    src: url('./fonts/Neuton-Regular.ttf')
}

@font-face {
    font-family: OpenSans Italic wdth wght;
    src: url('./fonts/OpenSans-Italic[wdth,wght].ttf')
}

@font-face {
    font-family: OpenSans wdth-wght;
    src: url('./fonts/OpenSans-wdth-wght.ttf')
}

@font-face {
    font-family: PlayfairDisplay Italic-wght;
    src: url('./fonts/PlayfairDisplay-Italic-wght.ttf')
}

@font-face {
    font-family: PlayfairDisplay wght;
    src: url('./fonts/PlayfairDisplay-wght.ttf')
}

@font-face {
    font-family: Poppins Black;
    src: url('./fonts/Poppins-Black.ttf')
}

@font-face {
    font-family: Poppins BlackItalic;
    src: url('./fonts/Poppins-BlackItalic.ttf')
}

@font-face {
    font-family: Poppins Bold;
    src: url('./fonts/Poppins-Bold.ttf')
}

@font-face {
    font-family: Poppins BoldItalic;
    src: url('./fonts/Poppins-BoldItalic.ttf')
}

@font-face {
    font-family: Poppins ExtraBold;
    src: url('./fonts/Poppins-ExtraBold.ttf')
}

@font-face {
    font-family: Poppins ExtraBoldItalic;
    src: url('./fonts/Poppins-ExtraBoldItalic.ttf')
}

@font-face {
    font-family: Poppins ExtraLight;
    src: url('./fonts/Poppins-ExtraLight.ttf')
}

@font-face {
    font-family: Poppins ExtraLightItalic;
    src: url('./fonts/Poppins-ExtraLightItalic.ttf')
}

@font-face {
    font-family: Poppins Italic;
    src: url('./fonts/Poppins-Italic.ttf')
}

@font-face {
    font-family: Poppins Light;
    src: url('./fonts/Poppins-Light.ttf')
}

@font-face {
    font-family: Poppins LightItalic;
    src: url('./fonts/Poppins-LightItalic.ttf')
}

@font-face {
    font-family: Poppins Medium;
    src: url('./fonts/Poppins-Medium.ttf')
}

@font-face {
    font-family: Poppins MediumItalic;
    src: url('./fonts/Poppins-MediumItalic.ttf')
}

@font-face {
    font-family: Poppins Regular;
    src: url('./fonts/Poppins-Regular.ttf')
}

@font-face {
    font-family: Poppins SemiBold;
    src: url('./fonts/Poppins-SemiBold.ttf')
}

@font-face {
    font-family: Poppins SemiBoldItalic;
    src: url('./fonts/Poppins-SemiBoldItalic.ttf')
}

@font-face {
    font-family: Poppins Thin;
    src: url('./fonts/Poppins-Thin.ttf')
}

@font-face {
    font-family: Poppins ThinItalic;
    src: url('./fonts/Poppins-ThinItalic.ttf')
}

@font-face {
    font-family: ProzaLibre Bold;
    src: url('./fonts/ProzaLibre-Bold.ttf')
}

@font-face {
    font-family: ProzaLibre BoldItalic;
    src: url('./fonts/ProzaLibre-BoldItalic.ttf')
}

@font-face {
    font-family: ProzaLibre ExtraBold;
    src: url('./fonts/ProzaLibre-ExtraBold.ttf')
}

@font-face {
    font-family: ProzaLibre ExtraBoldItalic;
    src: url('./fonts/ProzaLibre-ExtraBoldItalic.ttf')
}

@font-face {
    font-family: ProzaLibre Italic;
    src: url('./fonts/ProzaLibre-Italic.ttf')
}

@font-face {
    font-family: ProzaLibre Medium;
    src: url('./fonts/ProzaLibre-Medium.ttf')
}

@font-face {
    font-family: ProzaLibre MediumItalic;
    src: url('./fonts/ProzaLibre-MediumItalic.ttf')
}

@font-face {
    font-family: ProzaLibre Regular;
    src: url('./fonts/ProzaLibre-Regular.ttf')
}

@font-face {
    font-family: ProzaLibre SemiBold;
    src: url('./fonts/ProzaLibre-SemiBold.ttf')
}

@font-face {
    font-family: ProzaLibre SemiBoldItalic;
    src: url('./fonts/ProzaLibre-SemiBoldItalic.ttf')
}

@font-face {
    font-family: PT_Sans Web-Bold;
    src: url('./fonts/PT_Sans-Web-Bold.ttf')
}

@font-face {
    font-family: PT_Sans Web-BoldItalic;
    src: url('./fonts/PT_Sans-Web-BoldItalic.ttf')
}

@font-face {
    font-family: PT_Sans Web-Italic;
    src: url('./fonts/PT_Sans-Web-Italic.ttf')
}

@font-face {
    font-family: PT_Sans Web-Regular;
    src: url('./fonts/PT_Sans-Web-Regular.ttf')
}

@font-face {
    font-family: PT_Serif Web-Bold;
    src: url('./fonts/PT_Serif-Web-Bold.ttf')
}

@font-face {
    font-family: PT_Serif Web-BoldItalic;
    src: url('./fonts/PT_Serif-Web-BoldItalic.ttf')
}

@font-face {
    font-family: PT_Serif Web-Italic;
    src: url('./fonts/PT_Serif-Web-Italic.ttf')
}

@font-face {
    font-family: PT_Serif Web-Regular;
    src: url('./fonts/PT_Serif-Web-Regular.ttf')
}

@font-face {
    font-family: Raleway Italic-wght;
    src: url('./fonts/Raleway-Italic-wght.ttf')
}

@font-face {
    font-family: Raleway wght;
    src: url('./fonts/Raleway-wght.ttf')
}

@font-face {
    font-family: Roboto Black;
    src: url('./fonts/Roboto-Black.ttf')
}

@font-face {
    font-family: Roboto BlackItalic;
    src: url('./fonts/Roboto-BlackItalic.ttf')
}

@font-face {
    font-family: Roboto Bold;
    src: url('./fonts/Roboto-Bold.ttf')
}

@font-face {
    font-family: Roboto BoldItalic;
    src: url('./fonts/Roboto-BoldItalic.ttf')
}

@font-face {
    font-family: Roboto Italic-wdth-wght;
    src: url('./fonts/Roboto-Italic-wdth-wght.ttf')
}

@font-face {
    font-family: Roboto Italic;
    src: url('./fonts/Roboto-Italic.ttf')
}

@font-face {
    font-family: Roboto Light;
    src: url('./fonts/Roboto-Light.ttf')
}

@font-face {
    font-family: Roboto LightItalic;
    src: url('./fonts/Roboto-LightItalic.ttf')
}

@font-face {
    font-family: Roboto Medium;
    src: url('./fonts/Roboto-Medium.ttf')
}

@font-face {
    font-family: Roboto MediumItalic;
    src: url('./fonts/Roboto-MediumItalic.ttf')
}

@font-face {
    font-family: Roboto Regular;
    src: url('./fonts/Roboto-Regular.ttf')
}

@font-face {
    font-family: Roboto Thin;
    src: url('./fonts/Roboto-Thin.ttf')
}

@font-face {
    font-family: Roboto ThinItalic;
    src: url('./fonts/Roboto-ThinItalic.ttf')
}

@font-face {
    font-family: Roboto wdth-wght;
    src: url('./fonts/Roboto-wdth-wght.ttf')
}

@font-face {
    font-family: RobotoCondensed Bold;
    src: url('./fonts/RobotoCondensed-Bold.ttf')
}

@font-face {
    font-family: RobotoCondensed BoldItalic;
    src: url('./fonts/RobotoCondensed-BoldItalic.ttf')
}

@font-face {
    font-family: RobotoCondensed Italic;
    src: url('./fonts/RobotoCondensed-Italic.ttf')
}

@font-face {
    font-family: RobotoCondensed Light;
    src: url('./fonts/RobotoCondensed-Light.ttf')
}

@font-face {
    font-family: RobotoCondensed LightItalic;
    src: url('./fonts/RobotoCondensed-LightItalic.ttf')
}

@font-face {
    font-family: RobotoCondensed Medium;
    src: url('./fonts/RobotoCondensed-Medium.ttf')
}

@font-face {
    font-family: RobotoCondensed MediumItalic;
    src: url('./fonts/RobotoCondensed-MediumItalic.ttf')
}

@font-face {
    font-family: RobotoCondensed Regular;
    src: url('./fonts/RobotoCondensed-Regular.ttf')
}

@font-face {
    font-family: RobotoSlab wght;
    src: url('./fonts/RobotoSlab-wght.ttf')
}

@font-face {
    font-family: Rubik Italic-wght;
    src: url('./fonts/Rubik-Italic-wght.ttf')
}

@font-face {
    font-family: Rubik wght;
    src: url('./fonts/Rubik-wght.ttf')
}

@font-face {
    font-family: SourceSansPro Black;
    src: url('./fonts/SourceSansPro-Black.ttf')
}

@font-face {
    font-family: SourceSansPro BlackItalic;
    src: url('./fonts/SourceSansPro-BlackItalic.ttf')
}

@font-face {
    font-family: SourceSansPro Bold;
    src: url('./fonts/SourceSansPro-Bold.ttf')
}

@font-face {
    font-family: SourceSansPro BoldItalic;
    src: url('./fonts/SourceSansPro-BoldItalic.ttf')
}

@font-face {
    font-family: SourceSansPro ExtraLight;
    src: url('./fonts/SourceSansPro-ExtraLight.ttf')
}

@font-face {
    font-family: SourceSansPro ExtraLightItalic;
    src: url('./fonts/SourceSansPro-ExtraLightItalic.ttf')
}

@font-face {
    font-family: SourceSansPro Italic;
    src: url('./fonts/SourceSansPro-Italic.ttf')
}

@font-face {
    font-family: SourceSansPro Light;
    src: url('./fonts/SourceSansPro-Light.ttf')
}

@font-face {
    font-family: SourceSansPro LightItalic;
    src: url('./fonts/SourceSansPro-LightItalic.ttf')
}

@font-face {
    font-family: SourceSansPro Regular;
    src: url('./fonts/SourceSansPro-Regular.ttf')
}

@font-face {
    font-family: SourceSansPro SemiBold;
    src: url('./fonts/SourceSansPro-SemiBold.ttf')
}

@font-face {
    font-family: SourceSansPro SemiBoldItalic;
    src: url('./fonts/SourceSansPro-SemiBoldItalic.ttf')
}

@font-face {
    font-family: SourceSerifPro Black;
    src: url('./fonts/SourceSerifPro-Black.ttf')
}

@font-face {
    font-family: SourceSerifPro BlackItalic;
    src: url('./fonts/SourceSerifPro-BlackItalic.ttf')
}

@font-face {
    font-family: SourceSerifPro Bold;
    src: url('./fonts/SourceSerifPro-Bold.ttf')
}

@font-face {
    font-family: SourceSerifPro BoldItalic;
    src: url('./fonts/SourceSerifPro-BoldItalic.ttf')
}

@font-face {
    font-family: SourceSerifPro ExtraLight;
    src: url('./fonts/SourceSerifPro-ExtraLight.ttf')
}

@font-face {
    font-family: SourceSerifPro ExtraLightItalic;
    src: url('./fonts/SourceSerifPro-ExtraLightItalic.ttf')
}

@font-face {
    font-family: SourceSerifPro Italic;
    src: url('./fonts/SourceSerifPro-Italic.ttf')
}

@font-face {
    font-family: SourceSerifPro Light;
    src: url('./fonts/SourceSerifPro-Light.ttf')
}

@font-face {
    font-family: SourceSerifPro LightItalic;
    src: url('./fonts/SourceSerifPro-LightItalic.ttf')
}

@font-face {
    font-family: SourceSerifPro Regular;
    src: url('./fonts/SourceSerifPro-Regular.ttf')
}

@font-face {
    font-family: SourceSerifPro SemiBold;
    src: url('./fonts/SourceSerifPro-SemiBold.ttf')
}

@font-face {
    font-family: SourceSerifPro SemiBoldItalic;
    src: url('./fonts/SourceSerifPro-SemiBoldItalic.ttf')
}

@font-face {
    font-family: SpaceGrotesk wght;
    src: url('./fonts/SpaceGrotesk-wght.ttf')
}

@font-face {
    font-family: SpaceMono Bold;
    src: url('./fonts/SpaceMono-Bold.ttf')
}

@font-face {
    font-family: SpaceMono BoldItalic;
    src: url('./fonts/SpaceMono-BoldItalic.ttf')
}

@font-face {
    font-family: SpaceMono Italic;
    src: url('./fonts/SpaceMono-Italic.ttf')
}

@font-face {
    font-family: SpaceMono Regular;
    src: url('./fonts/SpaceMono-Regular.ttf')
}

@font-face {
    font-family: Spectral Bold;
    src: url('./fonts/Spectral-Bold.ttf')
}

@font-face {
    font-family: Spectral BoldItalic;
    src: url('./fonts/Spectral-BoldItalic.ttf')
}

@font-face {
    font-family: Spectral ExtraBold;
    src: url('./fonts/Spectral-ExtraBold.ttf')
}

@font-face {
    font-family: Spectral ExtraBoldItalic;
    src: url('./fonts/Spectral-ExtraBoldItalic.ttf')
}

@font-face {
    font-family: Spectral ExtraLight;
    src: url('./fonts/Spectral-ExtraLight.ttf')
}

@font-face {
    font-family: Spectral ExtraLightItalic;
    src: url('./fonts/Spectral-ExtraLightItalic.ttf')
}

@font-face {
    font-family: Spectral Italic;
    src: url('./fonts/Spectral-Italic.ttf')
}

@font-face {
    font-family: Spectral Light;
    src: url('./fonts/Spectral-Light.ttf')
}

@font-face {
    font-family: Spectral LightItalic;
    src: url('./fonts/Spectral-LightItalic.ttf')
}

@font-face {
    font-family: Spectral MediumItalic;
    src: url('./fonts/Spectral-MediumItalic.ttf')
}

@font-face {
    font-family: Spectral Regular;
    src: url('./fonts/Spectral-Regular.ttf')
}

@font-face {
    font-family: Spectral SemiBold;
    src: url('./fonts/Spectral-SemiBold.ttf')
}

@font-face {
    font-family: Spectral SemiBoldItalic;
    src: url('./fonts/Spectral-SemiBoldItalic.ttf')
}

@font-face {
    font-family: Syne wght;
    src: url('./fonts/Syne-wght.ttf')
}

@font-face {
    font-family: SyneMono Regular;
    src: url('./fonts/SyneMono-Regular.ttf')
}

@font-face {
    font-family: SyneTactile Regular;
    src: url('./fonts/SyneTactile-Regular.ttf')
}

@font-face {
    font-family: WorkSans Italic-wght;
    src: url('./fonts/WorkSans-Italic-wght.ttf')
}

@font-face {
    font-family: WorkSans wght;
    src: url('./fonts/WorkSans-wght.ttf')
}

@font-face {
    font-family: Spectral Medium;
    src: url('./fonts/Spectral-Medium.ttf')
}

@font-face {
    font-family: Montserrat Black;
    src: url('./fonts/Montserrat-Black.ttf')
}

@font-face {
    font-family: Montserrat BlackItalic;
    src: url('./fonts/Montserrat-BlackItalic.ttf')
}

@font-face {
    font-family: Montserrat BoldItalic;
    src: url('./fonts/Montserrat-BoldItalic.ttf')
}

@font-face {
    font-family: Montserrat Bold;
    src: url('./fonts/Montserrat-Bold.ttf')
}

@font-face {
    font-family: Montserrat ExtraBold;
    src: url('./fonts/Montserrat-ExtraBold.ttf')
}

@font-face {
    font-family: Montserrat ExtraBoldItalic;
    src: url('./fonts/Montserrat-ExtraBoldItalic.ttf')
}

@font-face {
    font-family: Montserrat ExtraLight;
    src: url('./fonts/Montserrat-ExtraLight.ttf')
}

@font-face {
    font-family: Montserrat ExtraLightItalic;
    src: url('./fonts/Montserrat-ExtraLightItalic.ttf')
}

@font-face {
    font-family: Montserrat Italic-VariableFont_wght;
    src: url('./fonts/Montserrat-Italic-VariableFont_wght.ttf')
}

@font-face {
    font-family: Montserrat Italic;
    src: url('./fonts/Montserrat-Italic.ttf')
}

@font-face {
    font-family: Montserrat Light;
    src: url('./fonts/Montserrat-Light.ttf')
}

@font-face {
    font-family: Montserrat LightItalic;
    src: url('./fonts/Montserrat-LightItalic.ttf')
}

@font-face {
    font-family: Montserrat Medium;
    src: url('./fonts/Montserrat-Medium.ttf')
}

@font-face {
    font-family: Montserrat MediumItalic;
    src: url('./fonts/Montserrat-MediumItalic.ttf')
}

@font-face {
    font-family: Montserrat Regular;
    src: url('./fonts/Montserrat-Regular.ttf')
}

@font-face {
    font-family: Montserrat SemiBold;
    src: url('./fonts/Montserrat-SemiBold.ttf')
}

@font-face {
    font-family: Montserrat Thin;
    src: url('./fonts/Montserrat-Thin.ttf')
}

@font-face {
    font-family: Montserrat SemiBoldItalic;
    src: url('./fonts/Montserrat-SemiBoldItalic.ttf')
}

@font-face {
    font-family: Montserrat ThinItalic;
    src: url('./fonts/Montserrat-ThinItalic.ttf')
}

@font-face {
    font-family: Montserrat VariableFont_wght;
    src: url('./fonts/Montserrat-VariableFont_wght.ttf')
}

@font-face {
    font-family: WorkSans Italic-VariableFont_wght;
    src: url('./fonts/WorkSans-Italic-VariableFont_wght.ttf')
}

@font-face {
    font-family: WorkSans VariableFont_wght;
    src: url('./fonts/WorkSans-VariableFont_wght.ttf')
}

.site-header__logo-link:has(.shopname) {
    width: auto !important;
    color: white;
}

a.emphasize-family {
    text-transform: none;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


body.js-drawer-open-left .site-header .wrapper {
    padding-left: 0;
}

body.js-drawer-open-left .site-header .site-nav__link--burger {
    margin-left: 0;
}

html:has(.js-drawer-open) {
    overflow: hidden;
}

.mobile-cart-wrapper {
    display: none;
}

.no-large--left {
    float: unset !important;
}

.mobile-nav__item a {
    padding: 15px;
}

.mobile-nav__item.user a {
    font-size: 16px;
    color: #8f8f8f;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hero__slide .hero__title.h1 {
    font-size: 64px !important;
}

.hero__slide p.hero__subtitle {
    font-size: 18px !important;
}

.hero__slide a.hero__cta {
    font-size: 13px;
}

.hero__controls .slider-image-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
}

.hr--small {
    border-block-color: var(--line-color);
}

hr.hr--large.hr--small {
    margin: 50px auto;
}

.grid {
    margin-left: -30px !important;
}

.grid__item {
    padding-left: 30px !important;
}

.shoppaas-section:has(.shoppaas-section--full-width) {
    padding-left: 0;
    padding-right: 0;
}

.site-header.header_box .grid__item {
    padding-left: 0 !important;
}

.shoppaas-sku .shoppaas-sku-group .shoppaas-sku-title.SkuName {
    font-size: var(--body-font-size) !important;
    font-family: var(--body-font-family) !important;
    margin-bottom: 10px !important;

}

.shoppaas-sku .shoppaas-sku-group .shoppaas-sku-radios .shoppaas-sku-radio.shoppaas-sku-disabled{
    color: #ccc;
}

.type_quantity_selector div.quantity-selector {
    margin-top: 10px;
}

.original_price_box {
    color: var(--title-color) !important;
}

#addToCart,
#buyItNow {
    font-size: 13px;
}

.homePageGoods.box-fu {
    margin-top: 20px;
}

.text_image_box .h3.title_image_text {
    font-size: var(--title-font-size);
    color: var(--title-color);
}

.rich-text__text--large {
    color: var(--main-color);
}

span.newsletter__submit-text--large {
    font-family: Montserrat, sans-serif !important;
    font-size: inherit !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.btn.newsletter__submit {
    padding: 10.29px 20px;
    min-height: 45px;
}

#shoppaas-section-footer .disclosure-box.wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
}

.flex-1 {
    flex: 1;
}

.padding-0 {
    padding: 0 !important;
}

.text-align-center {
    text-align: center;
}

.gridBox_D .fridBoxFu .grid__item {
    padding-left: 0 !important;
}

#pagination li>a:has(.icon) {
    font-size: 10px;
}

.product-single__title {
    font-size: 1.76471em;
    margin: 0 0 0.5em;
    margin-bottom: 15px;
    word-wrap: break-word;
    line-height: 1.4;
    font-weight: 400;
}

@media screen and (min-width: 591px) {
    .product-single__title {
        font-size: 2.11765em;
    }
}

.goods_recommendation .h1.section-header__title {
    text-align: center;
    font-size: 2em;
}

div.Discount p {
    font-family: Montserrat, sans-serif !important;
    min-width: 50px;
}

/*.grid-product__title{*/
/*    font-size: var(--title-font-size) !important;*/
/*}*/
.collection-recommendations .recommendation-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    grid-column-gap: 30px !important;
    align-items: start;
}

.collection-recommendations .recommendation-list .grid__item {
    padding-left: 0 !important;
}

#msshop-section-template--msshop__cart .h1.section-header__title {
    /* margin-bottom: 17px; */
    font-size: 2em;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 0.5em;
    line-height: 1.4;
}

#msshop-section-template--msshop__cart .hr--small {
    margin: 20px auto;
}

.section-search .search-result-title {
    font-size: var(--title-font-size);
    font-weight: 400;
    padding: 0 15px;
    color: var(--title-color);
}

.section-search.wrapper.title_top {
    /*margin-top: 80px!important;*/
}

#msshop-section-template--list_collections__main .list-collections .title_top {
    margin-top: 50px !important;
}

.site-nav__item.user a {
    color: inherit;
}

.order-item .order-line {
    margin-bottom: 20px;
}

#msshop-section-template--msshop__cart .check-out-box a {
    color: inherit;
    text-decoration: underline !important;
}

.product-single__form .product-form__item .shoppaas-payment-button {
    margin: 10px 0 0 0;
}

.update-checkout-cart__wrapper .icon-arrow-right:before {
    color: white;
}

#msshop-section-address-edit {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

#msshop-section-address-add .form-row .form-group select,
#msshop-section-address-edit .form-row .form-group select {
    padding: 0;
    padding-inline-start: 16px;
}

#shoppaas-section-featured-content .rich-text {
    max-width: 650px;
    margin: 0 auto;
}

.grid-product__meta .grid-product__title {
    /* font-size: calc(var(--body-font-size) + 4px) !important; */
    font-size: 1.23529em !important;
}

.grid-product__meta .grid-product__price {
    /* font-size: 14px; */
    font-size: .82353em;
}

#currency-list .disclosure-list__option,
#lang-list .disclosure-list__option,
.currency-list-button,
.lang-list-button {
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--main-color);
}

.currency-list-button,
.lang-list-button {
    color: #1c1d1d;
}

.original_price_box,
#ProductPrice.product-single__price {
    font-size: 1.05882em;
    font-weight: normal;
}

.site-footer .grid__item:first-of-type {
    padding-left: 0 !important;
}

.product-single .hr--small.commodityPriceLine {
    margin: 20px auto;
}

.body-font__main-color {
    font-family: var(--body-font-family);
    font-size: var(--body-font-size) !important;
    color: var(--main-color) !important;
}

#msshop-section-template--msshop__cart .box_Cart h4 {
    font-weight: 400;
}

.site-nav__link--icon .icon {
    font-size: 1.29412em;
}

.supports-fontface .swiper-pages .icon:before {
    color: var(--main-color);
}

.supports-fontface .newsletter--form .icon:before {
    font-size: 13px;
}

.blog-img {
    text-align: center;
    display: flex;
    place-content: center;
}

.blog-item .continue-reading {
    text-transform: capitalize;
}

.banner-with-text-section .h3.title_image_text {
    font-size: calc(var(--title-font-size) - 8px);
}

.box-left .h3.title_image_text ,.box-left .rich-text__text--large{
    text-align: start;
}
.box-right .h3.title_image_text  ,.box-right .rich-text__text--large{
    text-align: end;
}

.box_r.box-right{
    padding-inline-start:35px;
}
.box_r.box-left{
    padding-inline-end:35px;
}

.box-left .content-flex,.box-right .content-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box_r ,a.emphasize-family,.box_l ,a.emphasize-family{
    width: fit-content;
    /* transition: .3s ease; */
}

/* a.emphasize-family:hover{
    opacity: .45;
} */


.box_r.box-right a.emphasize-family{
    margin-inline-start: auto;
}

.site-nav--init .icon.icon-customer,
.site-nav--init .icon.icon-search,
.site-nav--init .icon.icon-cart {
    /* font-size: 22px; */
}

div.shoppaas-sku .shoppaas-sku-group .shoppaas-sku-radios .shoppaas-sku-radio {
    padding: 9px 11px;
    color: var(--title-color);
    line-height: 1;
    -WEBkit-tap-highlight-color: transparent;
}

.shoppaas-sku .shoppaas-sku-group div.shoppaas-sku-title {
    color: var(--main-color);
}

#minBox .swiper-contianer .swiper-pagination-bullets.swiper-pagination-horizontal {
    border-color: transparent;
}

.grid-product__image-wrapper .grid-product__image-link>div {
    background: var(--Product-color);
}

.grid-product__image-wrapper .grid-product__image-link .product--image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media (max-width: 1000px) {
    .collection-recommendations .recommendation-list {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-column-gap: 15px !important;
    }

    .grid {
        margin-left: -15px !important;
    }

    .grid__item {
        padding-left: 15px !important;
    }

    .collection-recommendations .grid__item {
        padding-left: 0 !important;
    }
}
.drawer{
    z-index: 100;
    display: block;
}
body.popups-mask .body-after-placeholder:after {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 99;
}
.product-filters.section-header{
    margin-bottom: 50px;
}
.product-filters.section-header h1{
    font-size: 2em;
}
.product-filters.section-header .hr--small{
    margin-bottom: 20px;
}
.product-filters .sort-top{
    text-align: center;
}

.item.last.custom-fee{
    grid-template-columns: 60% 16% 20%;
}
.product-single__form .product-form__item .shoppaas-payment-button {
    padding-inline-end:0;
}
#size-guide-open-button {
    font-size: var(--sku-radio-font-size);
}
.shoppaas-sku {
    --sku-radio-hover-bg-color: #fff;
    --sku-radio-active-bg-color: #fff;
    --sku-radio-bg-color:#fff;
    --sku-title-font-size: 18px;
    --sku-radio-font-size: 13px;
    text-transform: var(--uppercase);
}
.homePageGoods .width-50 {
    width: 50%;
    padding-inline-end: 5px;
    margin: 10px 0 0 0;
}

.quantity_BOX {
    position: relative;
}

.btnClickquantity {
    transition: all .2s ease-out;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 10;
    align-items: center;
    justify-content: center;
    padding: initial;
    width: 25px;
    /*margin: 2px*/
}

.btnClickquantity:first-child {
    left: 0;
    border: none;
    border-right: 1px solid #e9e9e9;
    border-left: none;
}

.btnClickquantity:last-child {
    right: 0;
    border: none;
    border-right: none;
    border-left: 1px solid #e9e9e9;
}

.btnClickquantity:hover {
    background-color: #e9e9e9 !important;
}

.input_quantity {
    max-width: 100px;
    min-width: 75px;
    transition: all .2s ease-out;
}
.cart-popup .ajaxcart__subtotal {
    text-align: left;
}
.cart-popup .input_quantity.add-reduce{
    width: 55px !important;
}
.input_quantity.add-reduce{
    text-align: center;
}
.input_quantity.arrow {
     max-width: unset;
     width: 171px;
     transition: unset;
     text-align: left;
}
.site-nav__item .site-nav__link {
    font-weight: 400;
    transition: all .2s ease-out;
}


.disclosure__toggle span {
    color: #1c1d1d !important;
}

.disclosure__toggle span svg {
    fill: var(--main-color) !important;
}

.disclosure-list__item .disclosure-list__option:hover{
    color: #1f2021 !important;
}
.search-bar .search-box input[type=search]{
    font-family: var(--body-font-family)!important;
}

.shoppaas-sku .shoppaas-sku-group .shoppaas-sku-radios{
    grid-column-gap: 0px;
}
.shoppaas-sku .shoppaas-sku-group .shoppaas-sku-radios .shoppaas-sku-radio{
    font-family: var(--emphasize-font-family) !important;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1;
    font-size: .76471em;
    font-style: normal;
    border-radius: unset;
    background: var(--bg-color);
    margin: 3px 4px 7px 3px;
}
.shoppaas-sku.selector .shoppaas-sku-group .shoppaas-sku-radios .shoppaas-sku-radio{
    font-family: var(--body-font-family)!important;
    font-size: calc(var(--body-font-size) * 1.05882);
}
.shoppaas-sku .shoppaas-sku-group{
    margin: 0 2px;
    padding: 0 15px 15px;
    margin-bottom: 13px;
}

.shoppaas-sku .shoppaas-sku-group .shoppaas-sku-radios .shoppaas-sku-radio,
.shoppaas-sku .shoppaas-sku-group .shoppaas-sku-radios .shoppaas-sku-radio:hover{
    border:1px solid transparent;
}

.shoppaas-sku.selector .shoppaas-sku-group .shoppaas-sku-radios,
.shoppaas-sku.selector .shoppaas-sku-group .shoppaas-sku-radios .shoppaas-sku-radio {
    background: #fff;
}
.shoppaas-sku .shoppaas-sku-group .shoppaas-sku-radios .shoppaas-sku-active:active,
.shoppaas-sku .shoppaas-sku-group .shoppaas-sku-radios .shoppaas-sku-active:focus{
    background-color: var(--btn-focus-color)!important;
}
.shoppaas-sku .shoppaas-sku-group .shoppaas-sku-radios .shoppaas-sku-active,
.shoppaas-sku .shoppaas-sku-group .shoppaas-sku-radios .shoppaas-sku-active.shoppaas-sku-radio:hover{
    border-color:var(--title-color);
}
.shoppaas-sku.selector .shoppaas-sku-group{
    text-align: center;
}
.shoppaas-sku.selector .shoppaas-sku-group .shoppaas-sku-radios .shoppaas-sku-radio{
    text-align: left;
}

#boxDetails #productRating{
    margin-bottom: 15px;
}
#boxDetails .product-single__meta--wrapper .price-container {
    margin-top: 0;
}
.supports-fontface  .type_quantity_selector .icon:before {
    font-size: 8px;
}

.swiper-pages .icon-slide-prev,
.swiper-pages .icon-slide-next{
    font-size: .6rem;
}
.bundle-plugin__product select{
    font-size: 1em;
}
.price-container p a{
    text-transform: capitalize;
    border-bottom: 1px solid;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -moz-appearance: none !important;
    -webkit-appearance: none!important;
    margin: 0;
}
input[type='number'].input_quantity.arrow::-webkit-inner-spin-button,
input[type='number'].input_quantity.arrow::-webkit-outer-spin-button {
    -moz-appearance: textfield !important;
    -webkit-appearance: textfield!important;
    margin: 0;
    opacity: 0;
}

input[type="number"].input_quantity.arrow:hover::-webkit-inner-spin-button,
input[type="number"].input_quantity.arrow:hover::-webkit-outer-spin-button {
    -webkit-appearance: textfield!important; /* 恢复箭头显示（对于支持WebKit内核的浏览器） */
    -moz-appearance: textfield !important;
    opacity: 1;
}
 input[type="number"].input_quantity.add-reduce:hover::-webkit-inner-spin-button,
 input[type="number"].input_quantity.add-reduce:hover::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    -moz-appearance: none !important;
}


.quantity-selector .input_quantity.add-reduce {
    font-family: var(--body-font-family)!important;
    font-size: 1.05882em;
}
.quantity-selector .input_quantity.arrow{
    font-family: var(--emphasize-font-family)!important;
    font-size: calc(0.94118 * var(--body-font-size));
}
.quantity-selector .input_quantity.arrow {
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 0;
    min-width: 171px;
    width: 171px!important;
    background-color: #f6f6f6;
    line-height: 1.563;
}
.input_quantity.arrow{
    border: 2px solid transparent;
    height: 43px;
}
.input_quantity.arrow:focus-visible {
    border-color: var(--line-color);
    border-radius: 4px;
}
.input_quantity.add-reduce:focus-visible {
    border: none!important;
}
.cart .input_quantity.arrow.cart__product-qty{
    max-width: 80px;
    min-width: 80px;
    font-size: calc(var(--body-font-size) * .94118) !important; ;
    text-align: center;
}
.cart .input_quantity.arrow:focus-visible {
    border: unset;
}
html:has(.popups-mask),
body.popups-mask{
    overflow: hidden!important;
}
body:not(.template-index) .main-content {
    padding-top: 80px;
}
hr.hr--clear{
    background: transparent;
}
.popup-table .price, .input_quantity,
.check-out .shape-wrapper .box-v .ajaxcart__subtotal,
.check-out .shape-wrapper .box-v .one-third {
    font-family: var(--emphasize-font-family)!important;
    letter-spacing: .1em;
}

div.shoppaas-section{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 90px;
}
.img-postion{
    position: absolute;
}
.product-single__price{
    color: var(--title-color)!important;
}
.newsletter .h1.section-header__title{
    font-size: 2em;
}
.section-header .h1{
    font-size: 2em;
}
.main-content {
    padding-bottom: 0;
}
.product-single__description{
    margin-bottom: 15px;
}
.product-filters .category-content{
    color:var(--main-color);
    margin-bottom: 25px;
    text-align: center;
}
.lang-and-money.wrapper{
    gap: 10px;
}
.powery-by{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
}
.cart .table-header{
    white-space: nowrap;
}
.discountOffer-save-value{
    white-space: nowrap;
}
@media (min-width: 768px) {
.footer-have-menu .powery-by{
    justify-content: end;
}
.footer-have-menu .lang-and-money{
    justify-content: end!important;
}
.product-filters .category-content img{
    max-width: 500px;
}
.grid-product__image-wrapper{
    padding: 0;
}
}
.disclosure .disclosure__list li {
    padding: 5px 45px 4px 15px;
}
.product-single__media-group-wrapper img{
    width: auto;
}
/*放在最后*/
@media (max-width: 767.98px) {
    .site-nav__link--icon.cart-link .icon {
        /* width: 24px; */
    }
    .powery-by{
        text-align: center;
    }
    #msshop-section-template--msshop__cart .cart .pc-table .p-1>a{
        width: calc(33.333% - 10px);
    }
    #msshop-section-template--msshop__cart .cart .pc-table .product-info{
        width: calc(66.666% + 10px);
    }
    #msshop-section-template--msshop__cart .cart .pc-table .p-2 .quantity{
        text-align: center;
    }

    .minwidth{
        display: flex !important;
    }
    .product-single__media-group-wrapper{
        margin-left: 0;
        margin-right: 0;
    }
    body:not(.template-index) .main-content {
        padding-top: 30px;
    }
    .selector-wrapper:has(.arrow) {
        /*flex-direction: column;*/
    }
    #shoppaas-section-product-template .social-sharing{
        margin-top: 25px;
        text-align: center;
        justify-content: center;
    }
    .site-nav__item .site-nav__link {
        padding-inline-start: 8px;
    }
    .site-nav__link--icon.cart-link .icon {
        margin-inline-end: 8px;
        margin-inline-start:8px;
    }

    .item.last.custom-fee{
        grid-template-columns: 55% 44%;
    }
    .product-filters.section-header {
        margin-bottom: 30px;
    }
    .grid__item:has(.site-footer__payment-icons){
        padding-left:0!important;
    }
    .site-footer__payment-icons{
        text-align: center;
        margin-left: 0;
    }
    .product-form__item .add-to-cart__wrapper,
    .product-form__item .shoppaas-payment-button{
        margin-right: 0!important;
    }
    .burger-icon--top {
        top: 16px
    }

    .product-form__item .expanded.quantity-selector {
        margin-bottom: 0 !important;
    }

    .homePageGoods.box-fu{
        margin-top: 25px !important;
        margin-bottom: 0;
    }
    .ajax-cart__info-wrapper a.closed {
        margin-top: 15px !important;
    }
    .post a.btn {
        padding: 0 !important;
    }

    .burger-icon--mid {
        top: 23px;
    }

    .burger-icon--bottom {
        top: 30px;
    }

    .site-nav__link--icon.cart-link .icon {
        font-size: 30px;
    }

    .site-footer .grid__item:has(ul.payment-icons) {
        width: 100%;
    }

    #addToCart,
    #buyItNow {
        min-height: 44px;
    }

    .update-checkout-cart__wrapper {
        column-gap: 0 !important;
        row-gap: 10px;
    }

    div.video_box_mr {
        height: 208px;
    }

    #msshop-section-template--index__category-collection,
    #msshop-section-template--index__featured-collection {
        margin-top: 5px;
    }

    #msshop-section-template--index__featured-collection .featured-collection .grid__item {
        padding-left: 0px !important;
    }

    .order-item .order-line {
        margin-bottom: 0px;
    }

    .collection-recommendations .recommendation-list {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 0 !important;
        grid-column-gap: 15px !important;
    }

    .collection-recommendations .recommendation-list .grid-product__image-wrapper {
        height: auto !important;
    }

    .recommendation-list .grid-product__wrapper {
        margin-bottom: 29px;
    }

    #featured-goodss .medium--one-half {
        width: 100%;
    }
    /*商品列表分两列*/
    .featured-collection .fridBoxFu,
    .featured-collection #featured-goodss{
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 0;
    }

    .featured-collection .fridBoxFu .mobile_product_col-2 .grid-product__image-wrapper,
    .featured-collection #featured-goodss .mobile_product_col-2 .grid-product__image-wrapper {
        height: auto !important;
        overflow: hidden;
    }

    .newsletter div.unifiedReferenceStation {
        padding: 0;
        margin-bottom: 15px;
    }

    .text_image_box .h3.title_image_text {
        margin-bottom: 13px;
    }

    .product-single .product-single__media-group-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 50px;
    }
    .grid {
        margin-left: -15px !important;
    }

    #featured-goodss.grid {
        margin: 0 !important;
    }

    .grid__item {
        padding-left: 15px !important;
    }

    .grid__item.minwidth {
        padding-left: 0 !important;
    }

    .site-nav__link--burger {
        padding-left: 7.5px;
    }

    .hero__slide .hero__title.h1 {
        font-size: 50px !important;
    }

    .hero__slide p.hero__subtitle {
        font-size: 15px !important;
    }

    a.site-header__logo-link {
        max-width: 80% !important;
        margin: 0 auto;
    }

    .mobile-header {
        height: 80px;
    }

    .mobile-cart-wrapper {
        display: block;
    }

    .minwidth.site-nav__item {
        width: auto;
    }
    .site-footer .grid__item{
        padding-left: 0!important;
    }
    .site-footer ul.site-footer__linklist:last-of-type{
        margin-bottom: 0;
    }
    .explosions_box_r{
        margin-top: 20px;
    }
    .homePageGoods div.width-50 {
        padding-inline-end: 0;
    }
    .js-drawer-open .site-nav__item .site-nav__link:hover {
        opacity: 1;
    }
    #cartBuyItNow{
        white-space: nowrap;
    }
}

@media screen and (max-width: 590px) {
    /*商品列表分两列*/
    .featured-collection .fridBoxFu,
    .featured-collection #featured-goodss{
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 0;
    }
    /*商品列表分两列*/
    .featured-collection .fridBoxFu:has(.mobile_product_col-2),
    .featured-collection #featured-goodss:has(.mobile_product_col-2) {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 0;
    }
}

@font-face {
    font-family: alfie_n4;
    src: url('./fonts/alfie_n4.woff2')
}
@font-face {
    font-family: arapey_i4;
    src: url('./fonts/arapey_i4.woff2')
}
@font-face {
    font-family: arapey_n4;
    src: url('./fonts/arapey_n4.woff2')
}
@font-face {
    font-family: bizudpmincho_n4;
    src: url('./fonts/bizudpmincho_n4.woff2')
}
@font-face {
    font-family: chivo_n4;
    src: url('./fonts/chivo_n4.woff2')
}
@font-face {
    font-family: chongmodern_n4;
    src: url('./fonts/chongmodern_n4.woff2')
}
@font-face {
    font-family: cooperbt_n5;
    src: url('./fonts/cooperbt_n5.woff2')
}
@font-face {
    font-family: cormorant_n4;
    src: url('./fonts/cormorant_n4.woff2')
}
@font-face {
    font-family: crimsontext_n4;
    src: url('./fonts/crimsontext_n4.woff2')
}
@font-face {
    font-family: daytona_n4;
    src: url('./fonts/daytona_n4.woff2')
}
@font-face {
    font-family: dinneuzeitgrotesk_n3;
    src: url('./fonts/dinneuzeitgrotesk_n3.woff2')
}
@font-face {
    font-family: dinnext_n4;
    src: url('./fonts/dinnext_n4.woff2')
}
@font-face {
    font-family: dinnextslab_n4;
    src: url('./fonts/dinnextslab_n4.woff2')
}
@font-face {
    font-family: electra_n4;
    src: url('./fonts/electra_n4.woff2')
}
@font-face {
    font-family: eurostilenext_n4;
    src: url('./fonts/eurostilenext_n4.woff2')
}
@font-face {
    font-family: ffmeta_n4;
    src: url('./fonts/ffmeta_n4.woff2')
}
@font-face {
    font-family: ffmetaserif_n4;
    src: url('./fonts/ffmetaserif_n4.woff2')
}
@font-face {
    font-family: fftisa_n4;
    src: url('./fonts/fftisa_n4.woff2')
}
@font-face {
    font-family: fftisasans_n4;
    src: url('./fonts/fftisasans_n4.woff2')
}
@font-face {
    font-family: ffunitrounded_n4;
    src: url('./fonts/ffunitrounded_n4.woff2')
}
@font-face {
    font-family: ffunitslab_n4;
    src: url('./fonts/ffunitslab_n4.woff2')
}
@font-face {
    font-family: fssiena_n4;
    src: url('./fonts/fssiena_n4.woff2')
}
@font-face {
    font-family: hinamincho_n4;
    src: url('./fonts/hinamincho_n4.woff2')
}
@font-face {
    font-family: mplusrounded1c_n4;
    src: url('./fonts/mplusrounded1c_n4.woff2')
}
@font-face {
    font-family: memphissoftrounded_n5;
    src: url('./fonts/memphissoftrounded_n5.woff2')
}
@font-face {
    font-family: merriweathersans_n4;
    src: url('./fonts/merriweathersans_n4.woff2')
}
@font-face {
    font-family: mochiypoppone_n4;
    src: url('./fonts/mochiypoppone_n4.woff2')
}
@font-face {
    font-family: monotypebodoni_n4;
    src: url('./fonts/monotypebodoni_n4.woff2')
}
@font-face {
    font-family: monotypegoudymodern_n4;
    src: url('./fonts/monotypegoudymodern_n4.woff2')
}
@font-face {
    font-family: monotypenewclarendon_n5;
    src: url('./fonts/monotypenewclarendon_n5.woff2')
}
@font-face {
    font-family: montserrat_n4;
    src: url('./fonts/montserrat_n4.woff2')
}
@font-face {
    font-family: montserrat_n6;
    src: url('./fonts/montserrat_n6.woff2')
}
@font-face {
    font-family: muli_n4;
    src: url('./fonts/muli_n4.woff2')
}
@font-face {
    font-family: mundosans_n4;
    src: url('./fonts/mundosans_n4.woff2')
}
@font-face {
    font-family: neosans_n4;
    src: url('./fonts/neosans_n4.woff2')
}
@font-face {
    font-family: neueplak_n4;
    src: url('./fonts/neueplak_n4.woff2')
}
@font-face {
    font-family: neueswift_n4;
    src: url('./fonts/neueswift_n4.woff2')
}
@font-face {
    font-family: notosansjapanese_n4;
    src: url('./fonts/notosansjapanese_n4.woff2')
}
@font-face {
    font-family: notoserifjapanese_n4;
    src: url('./fonts/notoserifjapanese_n4.woff2')
}
@font-face {
    font-family: oldstandardtt_n4;
    src: url('./fonts/oldstandardtt_n4.woff2')
}
@font-face {
    font-family: opensanscondensed_n3;
    src: url('./fonts/opensanscondensed_n3.woff2')
}
@font-face {
    font-family: oswald_n4;
    src: url('./fonts/oswald_n4.woff2')
}
@font-face {
    font-family: ovo_n4;
    src: url('./fonts/ovo_n4.woff2')
}
@font-face {
    font-family: oxygen_n4;
    src: url('./fonts/oxygen_n4.woff2')
}
@font-face {
    font-family: pacifico_n4;
    src: url('./fonts/pacifico_n4.woff2')
}
@font-face {
    font-family: plantin_n4;
    src: url('./fonts/plantin_n4.woff2')
}
@font-face {
    font-family: playball_n4;
    src: url('./fonts/playball_n4.woff2')
}
@font-face {
    font-family: playfairdisplay_n4;
    src: url('./fonts/playfairdisplay_n4.woff2')
}
@font-face {
    font-family: pmncaecilia_n4;
    src: url('./fonts/pmncaecilia_n4.woff2')
}
@font-face {
    font-family: prompt_n4;
    src: url('./fonts/prompt_n4.woff2')
}
@font-face {
    font-family: prozalibre_n4;
    src: url('./fonts/prozalibre_n4.woff2')
}
@font-face {
    font-family: ptmono_n4;
    src: url('./fonts/ptmono_n4.woff2')
}
@font-face {
    font-family: ptsans_n4;
    src: url('./fonts/ptsans_n4.woff2')
}
@font-face {
    font-family: ptsansnarrow_n4;
    src: url('./fonts/ptsansnarrow_n4.woff2')
}
@font-face {
    font-family: quantico_n4;
    src: url('./fonts/quantico_n4.woff2')
}
@font-face {
    font-family: quattrocento_n4;
    src: url('./fonts/quattrocento_n4.woff2')
}
@font-face {
    font-family: questrial_n4;
    src: url('./fonts/questrial_n4.woff2')
}
@font-face {
    font-family: quicksand_n4;
    src: url('./fonts/quicksand_n4.woff2')
}
@font-face {
    font-family: quiresans_n4;
    src: url('./fonts/quiresans_n4.woff2')
}
@font-face {
    font-family: rajdhani_n4;
    src: url('./fonts/rajdhani_n4.woff2')
}
@font-face {
    font-family: raleway_n4;
    src: url('./fonts/raleway_n4.woff2')
}
@font-face {
    font-family: robotocondensed_n4;
    src: url('./fonts/robotocondensed_n4.woff2')
}
@font-face {
    font-family: robotomono_n4;
    src: url('./fonts/robotomono_n4.woff2')
}
@font-face {
    font-family: robotoslab_n4;
    src: url('./fonts/robotoslab_n4.woff2')
}
@font-face {
    font-family: rockwell_n4;
    src: url('./fonts/rockwell_n4.woff2')
}
@font-face {
    font-family: rubik_n4;
    src: url('./fonts/rubik_n4.woff2')
}
@font-face {
    font-family: sabonnext_n4;
    src: url('./fonts/sabonnext_n4.woff2')
}
@font-face {
    font-family: scherzo_n4;
    src: url('./fonts/scherzo_n4.woff2')
}
@font-face {
    font-family: shipporimincho_n4;
    src: url('./fonts/shipporimincho_n4.woff2')
}
@font-face {
    font-family: slabo13px_n4;
    src: url('./fonts/slabo13px_n4.woff2')
}
@font-face {
    font-family: slate_n4;
    src: url('./fonts/slate_n4.woff2')
}
@font-face {
    font-family: sohogothic_n4;
    src: url('./fonts/sohogothic_n4.woff2')
}
@font-face {
    font-family: sourcesanspro_n4;
    src: url('./fonts/sourcesanspro_n4.woff2')
}
@font-face {
    font-family: spacemono_n4;
    src: url('./fonts/spacemono_n4.woff2')
}
@font-face {
    font-family: ubuntu_n4;
    src: url('./fonts/ubuntu_n4.woff2')
}
@font-face {
    font-family: universnext_n4;
    src: url('./fonts/universnext_n4.woff2')
}
@font-face {
    font-family: universnexttypewriter_n4;
    src: url('./fonts/universnexttypewriter_n4.woff2');
    display:swap;
    
}
@font-face {
    font-family: unna_n4;
    src: url('./fonts/unna_n4.woff2')
}
@font-face {
    font-family: varela_n4;
    src: url('./fonts/varela_n4.woff2')
}
@font-face {
    font-family: varelaround_n4;
    src: url('./fonts/varelaround_n4.woff2')
}
@font-face {
    font-family: verdanapro_n4;
    src: url('./fonts/verdanapro_n4.woff2')
}
@font-face {
    font-family: ysobel_n4;
    src: url('./fonts/ysobel_n4.woff2')
}
@font-face {
    font-family: zenkurenaido_n4;
    src: url('./fonts/zenkurenaido_n4.woff2')
}
@font-face {
    font-family: zenoldmincho_n4;
    src: url('./fonts/zenoldmincho_n4.woff2')
}
@font-face {
    font-family: zurich_n4;
    src: url('./fonts/zurich_n4.woff2')
}

@font-face {
    font-family: abel_n4;
    src: url('./fonts/abel_n4.woff2')
}
@font-face {
    font-family: abrilfatface_n4;
    src: url('./fonts/abrilfatface_n4.woff2')
}
@font-face {
    font-family: agmena_i3;
    src: url('./fonts/agmena_i3.woff2')
}
@font-face {
    font-family: agmena_i4;
    src: url('./fonts/agmena_i4.woff2')
}
@font-face {
    font-family: agmena_i6;
    src: url('./fonts/agmena_i6.woff2')
}
@font-face {
    font-family: agmena_i7;
    src: url('./fonts/agmena_i7.woff2')
}
@font-face {
    font-family: agmena_n3;
    src: url('./fonts/agmena_n3.woff2')
}
@font-face {
    font-family: agmena_n4;
    src: url('./fonts/agmena_n4.woff2')
}
@font-face {
    font-family: agmena_n6;
    src: url('./fonts/agmena_n6.woff2')
}
@font-face {
    font-family: agmena_n7;
    src: url('./fonts/agmena_n7.woff2')
}
@font-face {
    font-family: akko_i2;
    src: url('./fonts/akko_i2.woff2')
}
@font-face {
    font-family: akko_i3;
    src: url('./fonts/akko_i3.woff2')
}
@font-face {
    font-family: akko_i4;
    src: url('./fonts/akko_i4.woff2')
}
@font-face {
    font-family: akko_i5;
    src: url('./fonts/akko_i5.woff2')
}
@font-face {
    font-family: akko_i7;
    src: url('./fonts/akko_i7.woff2')
}
@font-face {
    font-family: akko_i9;
    src: url('./fonts/akko_i9.woff2')
}
@font-face {
    font-family: akko_n2;
    src: url('./fonts/akko_n2.woff2')
}
@font-face {
    font-family: akko_n3;
    src: url('./fonts/akko_n3.woff2')
}
@font-face {
    font-family: akko_n4;
    src: url('./fonts/akko_n4.woff2')
}
@font-face {
    font-family: akko_n5;
    src: url('./fonts/akko_n5.woff2')
}
@font-face {
    font-family: akko_n7;
    src: url('./fonts/akko_n7.woff2')
}
@font-face {
    font-family: akko_n9;
    src: url('./fonts/akko_n9.woff2')
}
@font-face {
    font-family: anonymouspro_i4;
    src: url('./fonts/anonymouspro_i4.woff2')
}
@font-face {
    font-family: anonymouspro_i7;
    src: url('./fonts/anonymouspro_i7.woff2')
}
@font-face {
    font-family: anonymouspro_n4;
    src: url('./fonts/anonymouspro_n4.woff2')
}
@font-face {
    font-family: anonymouspro_n7;
    src: url('./fonts/anonymouspro_n7.woff2')
}
@font-face {
    font-family: baskervilleno2_i4;
    src: url('./fonts/baskervilleno2_i4.woff2')
}
@font-face {
    font-family: baskervilleno2_i7;
    src: url('./fonts/baskervilleno2_i7.woff2')
}
@font-face {
    font-family: baskervilleno2_n4;
    src: url('./fonts/baskervilleno2_n4.woff2')
}
@font-face {
    font-family: baskervilleno2_n7;
    src: url('./fonts/baskervilleno2_n7.woff2')
}
@font-face {
    font-family: beefcakes_i4;
    src: url('./fonts/beefcakes_i4.woff2')
}
@font-face {
    font-family: beefcakes_n4;
    src: url('./fonts/beefcakes_n4.woff2')
}
@font-face {
    font-family: bernhardmodern_i4;
    src: url('./fonts/bernhardmodern_i4.woff2')
}
@font-face {
    font-family: bernhardmodern_i7;
    src: url('./fonts/bernhardmodern_i7.woff2')
}
@font-face {
    font-family: bernhardmodern_n4;
    src: url('./fonts/bernhardmodern_n4.woff2')
}
@font-face {
    font-family: bernhardmodern_n7;
    src: url('./fonts/bernhardmodern_n7.woff2')
}
@font-face {
    font-family: cooperbt_i2;
    src: url('./fonts/cooperbt_i2.woff2')
}
@font-face {
    font-family: cooperbt_i5;
    src: url('./fonts/cooperbt_i5.woff2')
}
@font-face {
    font-family: cooperbt_i7;
    src: url('./fonts/cooperbt_i7.woff2')
}
@font-face {
    font-family: cooperbt_i9;
    src: url('./fonts/cooperbt_i9.woff2')
}
@font-face {
    font-family: cooperbt_n2;
    src: url('./fonts/cooperbt_n2.woff2')
}
@font-face {
    font-family: cooperbt_n7;
    src: url('./fonts/cooperbt_n7.woff2')
}
@font-face {
    font-family: cooperbt_n9;
    src: url('./fonts/cooperbt_n9.woff2')
}
@font-face {
    font-family: eczar_n4;
    src: url('./fonts/eczar_n4.woff2')
}
@font-face {
    font-family: eczar_n5;
    src: url('./fonts/eczar_n5.woff2')
}
@font-face {
    font-family: eczar_n6;
    src: url('./fonts/eczar_n6.woff2')
}
@font-face {
    font-family: eczar_n7;
    src: url('./fonts/eczar_n7.woff2')
}
@font-face {
    font-family: eczar_n8;
    src: url('./fonts/eczar_n8.woff2')
}
@font-face {
    font-family: lobstertwo_i4;
    src: url('./fonts/lobstertwo_i4.woff2')
}
@font-face {
    font-family: lobstertwo_i7;
    src: url('./fonts/lobstertwo_i7.woff2')
}
@font-face {
    font-family: lobstertwo_n4;
    src: url('./fonts/lobstertwo_n4.woff2')
}
@font-face {
    font-family: lobstertwo_n7;
    src: url('./fonts/lobstertwo_n7.woff2')
}
@font-face {
    font-family: oldstandardtt_i4;
    src: url('./fonts/oldstandardtt_i4.woff2')
}
@font-face {
    font-family: oldstandardtt_n7;
    src: url('./fonts/oldstandardtt_n7.woff2')
}
@font-face {
    font-family: robotomono_i1;
    src: url('./fonts/robotomono_i1.woff2')
}
@font-face {
    font-family: robotomono_i3;
    src: url('./fonts/robotomono_i3.woff2')
}
@font-face {
    font-family: robotomono_i4;
    src: url('./fonts/robotomono_i4.woff2')
}
@font-face {
    font-family: robotomono_i5;
    src: url('./fonts/robotomono_i5.woff2')
}
@font-face {
    font-family: robotomono_i7;
    src: url('./fonts/robotomono_i7.woff2')
}
@font-face {
    font-family: robotomono_n1;
    src: url('./fonts/robotomono_n1.woff2')
}
@font-face {
    font-family: robotomono_n3;
    src: url('./fonts/robotomono_n3.woff2')
}
@font-face {
    font-family: robotomono_n5;
    src: url('./fonts/robotomono_n5.woff2')
}
@font-face {
    font-family: robotomono_n7;
    src: url('./fonts/robotomono_n7.woff2')
}
@font-face {
    font-family: shadowsintolight_n4;
    src: url('./fonts/shadowsintolight_n4.woff2')
}
@font-face {
    font-family: universnexttypewriter_i4;
    src: url('./fonts/universnexttypewriter_i4.woff2')
}
@font-face {
    font-family: universnexttypewriter_i7;
    src: url('./fonts/universnexttypewriter_i7.woff2')
}
@font-face {
    font-family: universnexttypewriter_n7;
    src: url('./fonts/universnexttypewriter_n7.woff2')
}
@font-face {
    font-family: assistant_n2;
    src: url('./fonts/assistant_n2.woff2')
}
@font-face {
    font-family: assistant_n3;
    src: url('./fonts/assistant_n3.woff2')
}
@font-face {
    font-family: assistant_n4;
    src: url('./fonts/assistant_n4.woff2')
}
@font-face {
    font-family: assistant_n6;
    src: url('./fonts/assistant_n6.woff2')
}
@font-face {
    font-family: assistant_n7;
    src: url('./fonts/assistant_n7.woff2')
}
@font-face {
    font-family: assistant_n8;
    src: url('./fonts/assistant_n8.woff2')
}



