/** Shopify CDN: Minification failed

Line 583:17 Expected ":"

**/
.m-header__main {
    padding-bottom: 12px;
}
.m-header__main .container-fluid {
    max-width: 1512px;
    padding-left: 46px;
    padding-right: 46px;
}
.m-header__main .m-menu__link {
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    transition: transform 0.3s ease;
    font-size: 12px;
    line-height: 16px;
    color: #1a1918;
    padding: 4px;
    font-family: M-Heading-Font;
}
.m-header__main .m-menu__link:hover {
    transform: translateY(-3px);
    background: none;
}
.m-header__main .m-logo__image {
    padding-top: 12px;
    padding-bottom: 12px;
}
.m-header__main .m-menu {
    gap: 15px;
}
.m-header__main .m-menu__link--main:after {
    content: none;
}
.transparent-on-top .m-sub-menu .m-sub-menu__item a {
    color: #1a1918;
}
.m-topbar__center {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
}
.m-topbar.transparent-on-top {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: center;
}
.transparent-on-top:not(.stuck) .m-menu__link--main {
    color: #fff;
}

.custom-banner-home-section {
    min-height: 800px;
    display: flex;
    align-items: flex-end;
    position: relative;
    isolation: isolate;
    width: 100%;
    padding: 100px 20px;
    overflow: hidden;
}

.custom-banner-home-section m-custom-home-banner {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.custom-banner-home-section .m-banner-custom__media,
.custom-banner-home-section .m-banner-custom__media .swiper-wrapper,
.custom-banner-home-section .m-banner-custom__media .swiper-slide {
    width: 100%;
    height: 100%;
}

.custom-banner-home-section .m-banner-custom__slide-media,
.custom-banner-home-section .m-banner-custom__slide-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.custom-banner-home-section .m-banner-custom__slide-media picture,
.custom-banner-home-section .m-banner-custom__slide-media picture img {
    position: absolute;
    inset: 0;
}

.custom-banner-home-section .m-banner-custom__slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-banner-home-section .m-banner-custom__slide-placeholder {
    width: 100%;
    height: 100%;
    min-height: inherit;
}
.m-banner-custom__content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; 
}

.custom-banner-home-section .m-banner-custom__description {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 28px;
    color: #fff;
}
.custom-banner-home-section .m-banner-custom__heading {
    font-weight: 500;
    font-size: 64px;
    line-height: 68px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}
.custom-banner-home-section .m-button--link {
    font-family: "Asap Condensed";
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.m-footer-bottom-section {
    border-top: 1px solid #7A7A7A80;
    background: #DBE5ED;
}
.m-footer-bottom-section .container {
    max-width: none;
    padding: 0 46px;
}
.m-footer-bottom-section .flex-wap {
    display: grid;
    grid-template-columns: 300px 1fr 300px;
    align-items: center;
}
.m-footer-bottom-section .m-payment-list {
    display: flex;
    justify-content: center;
}
.m-currency-select {
    background: transparent;
    border: none;
    border-bottom: 1px solid currentColor;
    padding: 2px 15px 2px 0;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}
.m-payment-list {
    gap: 24px;
}
.m-footer-bottom__copyright {
    text-align: right;
}
.m-payment-img {
    display: block;
    transition: transform 0.3s ease;
}
.m-footer--block-newsletter {
    border-left: 1px solid #7A7A7A80;
}
.m-footer--bottom-inner {
    display: none;
}

.m-footer--block-newsletter .m-footer--block-inner  {
    max-width: 500px;
    margin: 0 auto;
}
.m-footer--block-newsletter-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}
.m-footer--block-newsletter .m-footer--newsletter-img {
    display: block;
    max-width: 332px;
}

.m-footer--block-inner .custom-footer--block-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A1918;
    margin-bottom: 28px;
}
.m-footer--block-newsletter .custom-footer--block-title {
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #28465E;
    margin-bottom: 8px;
}
.m-footer--block-newsletter-desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: center;
}
.m-footer--block-newsletter .m-newsletter-form--minimal .m-newsletter-form__button {
    font-family: "Asap Condensed";
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    position: static;
    background: #5D778C;
    padding: 8px 12px !important;
    text-transform: uppercase;
}
.m-footer--block-newsletter .m-newsletter-form--minimal .m-newsletter-form__input-wrapper {
    width: auto;
    flex: 1;
}
.m-footer--block-newsletter .m-newsletter-form--minimal .m-newsletter-form__input {
    font-family: "Asap Condensed";
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0 !important;
    border-bottom: solid 1px #5D778C;
}
.m-footer--block-newsletter .m-newsletter-form__icon {
    display: none;
}
.m-footer--block-newsletter .m-newsletter-form__wrapper {
    gap: 12px;
    max-width: 332px;
    margin: 0 auto;
}


.custom-cta-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    min-height: 600px;
}
.m-custom-hero__bg {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    z-index: 1;
}
.m-custom-hero__img {
  width: 100%; 
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.m-custom-hero__overlay {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background: #000;
    z-index: 2;
}
.m-custom-hero__content-wrapper {
    position: relative;
    z-index: 3;
    color: #fff;
    max-width: 620px;
    padding: 40px 20px;
}
.m-custom-hero__title {
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}
.m-custom-hero__description {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 28px;
}
.m-custom-hero__button {
    font-family: "Asap Condensed";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 8px;
}

.m-custom-hero__button:hover {
  opacity: 0.7;
}

.m-footer--block-menu .m-footer--block-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.m-footer--block-content .m-link-lists--item {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
}
.m-footer--middle .m-footer--block ul li a {
    color: #1A1918;
}
.m-footer--middle .container-full {
    padding-left: 46px;
    padding-right: 46px;
}
.copyright-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
}
.m-footer--bottom {
    display: none;
}
.sf__page-about .m-custom-content__block-inner .m-richtext__description {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: center;
}
.m-custom-content .container {
    max-width: 1512px;
    padding-left: 46px;
    padding-right: 46px;
}
.m-custom-content .m-custom-content__block-text .m-custom-content__block-inner {
    max-width: 350px;
    margin: 0 auto;
}
.sf__page-about .m-custom-content__block-inner .m-richtext__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 12px;
}

.m-contact-form__description-custom {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #1A1918;
    margin-bottom: 40px;
}

.m-contact-form__heading-custom {
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 40px;
}

.m-contact-form__wrapper { 
    width: 100%; 
}
.m-contact-form-custom .form-field--custom {
    width: 100%;
    padding: 16px 20px;
    border: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    outline: none;
    background: #F5F0E7;
    color: #1A1918;
}
.form-group { 
    margin-bottom: 13px; 
}
.m-contact-form-custom .select-custom { 
    appearance: none; 
    background-image: url('drop-down.svg'); 
    background-repeat: no-repeat; 
    background-position: right 20px center; 
}
.m-contact-form-custom .m-button-submit-custom {
    font-family: "Asap Condensed";
    width: 100%;
    background-color: #1A1918;
    color: #fff;
    padding: 16px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
    transition: opacity 0.3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.m-contact-form-custom .container {
    max-width: 740px;
    padding-left: 20px;
    padding-right: 20px;
}
.m-blog-featured {
    padding: 40px 0;
}
.m-blog-featured__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 940px;
    margin: 0 auto;
}
.m-blog-featured__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #fff;
    margin: 24px 0 24px -40px;
    padding: 60px;
    position: relative;
}
.m-blog-featured__image a {
    position: relative;
    display: block;
    padding-bottom: 100%;
}
.m-blog-featured__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.m-blog-featured__title {
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    color: #1A1918;
    margin-bottom: 12px;
}

.m-blog-featured__excerpt {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    color: #7A7A7A;
}

.m-blog-list__title {
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    color: #1A1918;
    text-align: center;
    margin-bottom: 40px;
}

.m-blog-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 8px;
    margin-bottom: 40px;
    padding: 0 5px;
}
.m-blog-pagination {
    padding: 24px 0;
    border-top: solid 1px #7A7A7A1A;
    border-bottom: solid 1px #7A7A7A1A;
    margin-bottom: 40px;
}
.m-blog-pagination .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-blog-pagination .page,
.m-pagination .page,
.m-collection--pagination .m-pagination .page a {
    font-family: "Asap Condensed";
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1A1918;
    padding-bottom: 8px;
    min-width: 26px;
    text-align: center;
}
.m-blog-pagination .page.current {
    border-bottom: solid 1px #1A1918;
}
.m-blog-pagination .pagination__arrow {
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
}
.m-blog-card { 
    display: flex; 
    flex-direction: column; 
    transition: transform 0.3s ease; 
}
.m-blog-card:hover { 
    transform: translateY(-5px); 
}
.m-blog-card__image { 
    aspect-ratio: 4/5; 
    overflow: hidden; 
}

.m-blog-card__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #1A1918;
}

.m-blog-card__excerpt {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    color: #7A7A7A;
}

.m-blog-card__info {
    padding-top: 24px;
    flex-grow: 1;
}

.m-blog-readmore {
    font-family: "Asap Condensed";
    font-weight: 400;
    font-style: normal;
}
.m-blog-list-custom .container {
    max-width: none;
    padding: 0;
}
.m-article-banner__inner img {
    width: 100%;
}
.m-article-banner {
    margin-bottom
}
.m-breadcrumb {
    margin-bottom: 4px;
    color: #28465E;
}
.m-breadcrumb a {
    color: #7A7A7A;
}
.m-article-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    color: #1A1918;
    margin-bottom: 40px;
}
.m-article-body {
    max-width: 940px;
    margin: -60px auto 40px;
    padding: 30px;
    background: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #1A1918;
    position: relative;
}
.m-article-richtext h2 {
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
}
.m-related-articles__heading {
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    color: #1A1918;
    text-align: center;
    margin-bottom: 40px;
}
.m-related-articles .container {
    max-width: 1512px;
    padding-left: 46px;
    padding-right: 46px;
}
.m-featured-collection .m-product-card {
    padding: 0 5px;
}
.m-product-option--content .m-product-option--swatch .m-product-option--node__label {
    width: 18px;
    height: 18px;
    box-shadow: none;
}
.m-product-option--content .m-product-option--swatch .m-product-option--node__label:before {
    content: '';
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: -4px;
    top: -4px;
    border: solid 1px var(--swatch-background);
    border-radius: 50%;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.m-product-option--content .m-product-option--swatch:hover .m-product-option--node__label {
    transform: none;
    box-shadow: none;
}
.m-product-option--content .m-product-option--swatch:hover .m-product-option--node__label:before  {
    opacity: 1;
    visibility: visible;
}
.m-product-option--content .m-product-option--swatch .m-product-option--node__label[data-selected="true"]:before {
    opacity: 1;
    visibility: visible;
}
.m-product-option--color .m-product-option--content {
    gap: 4px;
}
.header-drawer-open .m-hamburger-box__inner,
.header-drawer-open .m-hamburger-box__inner:before,
.header-drawer-open .m-hamburger-box__inner:after,
.stuck.scroll-up .m-hamburger-box__inner,
.stuck.scroll-up .m-hamburger-box__inner:before, 
.stuck.scroll-up .m-hamburger-box__inner:after {
    background: #1A1918;
}

.m-custom-grid {
    padding: 0;
    margin: 0;
}
.m-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.m-grid-item {
    flex: 0 0 25%;
    position: relative;
    overflow: hidden;
}
.m-grid-item__inner {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
}
.m-grid-item__inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000026;
}
.m-grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.m-grid-item:hover .m-grid-image {
    transform: scale(1.05);
}
.m-grid-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: #fff;
}
.m-grid-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #fff;
}
.m-grid-link {
    font-family: "Asap Condensed";
    font-weight: 400;
    font-style: normal;
    color: #fff;
}
.m-grid-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}
.m-footer-bottom-section .m-currency-wrapper {
    display: none;
}

.m-collection-header {
    padding: 40px 0;
    text-align: center;
}
.m-collection-header__inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-collection-title {
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    color: #1A1918;
}
.facest-filters-section .m-collection--wrapper {
    margin-top: 0;
}
.facest-filters-section .m-sidebar--title {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #1A1918;
    text-transform: uppercase;
}
.facest-filters-section .m-filter--widget-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #1A1918;
}
.facest-filters-section .m-facets .m-facet--checkbox {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #1A1918;
}
.facest-filters-section .m-facets-price--ranges {
    display: none;
}
.facest-filters-section .m-facets-price--input {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
}
.facest-filters-section .m-facets-price--input .form-field {
    background: #F5F0E7;
    padding: 16px 12px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #7A7A7A;
    border: none;
    outline: none;
    border-radius: 0;
}
.facest-filters-section .m-facets-price--input .m-facets-price--field-currency {
    color: #1A1918;
}

.facest-filters-section .m-facets-price--highest {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #1A1918;
    margin-top: 16px;
}
.facest-filters-section .m-filter--wrapper .m-accordion--item:not(:last-child) {
    border-bottom: 1px solid #7A7A7A80;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.m-facet--checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.m-facet--checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.m-facet--custom-checkbox {
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid rgba(26, 25, 24, 0.35);
    border-radius: 4px;
    margin-right: 6px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 2px;
}
.m-facet--checkbox:hover input ~ .m-facet--custom-checkbox {
    border-color: #1A1918;
}
.m-facet--checkbox input:checked ~ .m-facet--custom-checkbox {
    background-color: #1A1918;
    border-color: #1A1918;
}
.m-facet--custom-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}
.m-facet--checkbox input:checked ~ .m-facet--custom-checkbox:after {
    display: block;
}
.m-facet--checkbox .m-facet--custom-checkbox:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.m-facet--checkbox__disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.m-filter--widget .m-facets .m-facet--color-label {
    display: flex;
    width: 28px;
    height: 28px;
    box-shadow: none;
    border: solid 1px #EAE8E6;
    border-radius: 0;
}
.m-facets .m-facet--color.active .m-facet--color-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top left, 
        transparent 0%, 
        transparent 46%, 
        white 48%, 
        white 52%, 
        transparent 54%, 
        transparent 100%
    );
}
.m-filter--widget .m-facets .m-facet--color.active .m-facet--color-label {
    box-shadow: none;
}
.m-filter--widget .m-facets .m-facet--color:hover .m-facet--color-label {
    box-shadow: none;
}
.m-filter--widget .m-facets .m-facet--color {
    padding: 0;
}
.m-filter--widget .m-facets {
    gap: 12px;
    overflow: hidden;
    max-height: none;
}
.m-toolbar--column-switcher>button[data-column="1"],
.m-toolbar--column-switcher>button[data-column="4"],
.m-toolbar--column-switcher>button[data-column="5"] {
    display: none;
}
.m-collection-toolbar--wrapper .m-toolbar--column-switcher>button, 
.m-collection-toolbar--wrapper .m-toolbar--column-switcher>button {
    background: none;
    padding: 0;
    margin: 0;
    width: 28px;
    height: 28px;
}
.m-collection-toolbar--wrapper .m-toolbar--column-switcher>button.active, 
.m-collection-toolbar--wrapper .m-toolbar--column-switcher>button:hover {
    background: none;
}
.m-collection-toolbar--wrapper .m-toolbar--column-switcher button.active path, 
.m-collection-toolbar--wrapper .m-toolbar--column-switcher button.active circle,
.m-collection-toolbar--wrapper .m-toolbar--column-switcher button:hover path,
.m-collection-toolbar--wrapper .m-toolbar--column-switcher button:hover circle {
    fill: #1A1918;
}
.m-collection-toolbar--wrapper .m-toolbar--column-switcher {
    gap: 4px;
    padding: 0;
    margin: 0;
}
.m-collection-toolbar--wrapper .m-toolbar--right {
    justify-content: flex-end;
    gap: 24px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #1A1918;
}
#CollectionProductGrid .m-collection-products .m-product-item {
    padding: 0 4px;
    margin-bottom: 40px;
}
#CollectionProductGrid .m-collection-products {
    margin-left: -4px;
    margin-right: -4px;
}
#CollectionProductGrid .m-collection--pagination {
    margin-top: 0;
}
#CollectionProductGrid .m-blog-pagination {
    margin-bottom: 0;
}
.facest-filters-section div.m-collection--wrapper {
    margin-bottom: 40px;
}
span.m-tooltip__content {
    display: none;
}
#CollectionProductGrid #ActiveFacets {
    display: none;
}
div.m-product-card .m-product-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1A1918;
    margin-bottom: 8px;
}
div.m-product-card .m-product-card__title a {
    color: #1A1918;
}
div.m-product-card .m-price-item .m-price-item--regular {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #104922;
}
div.m-product-card .m-price__sale .m-price-item--regular {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #7A7A7A;
}
div.m-product-card .m-product-card__info {
    margin-top: 8px;
}
.m-filter--wrapper #ActiveFacets {
    border-bottom: 1px solid #7A7A7A80;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
div.m-product-card .m-product-option {
    margin-top: 0;
    margin-bottom: 8px;
}
#ActiveFacets .m-active-facets--item {   
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    background: #EAE8E6;
    color: #7A7A7A;
    padding: 6px 12px;
    border-radius: 30px;
}
#ActiveFacets .m-active-facets--item span {
    gap: 8px;
}
#ActiveFacets .m-active-facets--item:not(.m-active-facets--item-remove-all):hover {
    background: #1A1918;
    color: #fff;
}
#ActiveFacets .m-active-facets--item-remove-all {   
    padding: 0;
    background: none;
}
#ActiveFacets .m-active-facets--remove-all {
    color: #1A1918;
    text-decoration: none;
}
#ActiveFacets .m-active-facets--remove-icon {
    order: 2;
    margin: 0;
}
.m-accordion-icon-custom {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.m-accordion-icon-custom::before,
.m-accordion-icon-custom::after {
    content: "";
    position: absolute;
    background-color: currentColor;
    transition: transform 0.3s ease;
}
.m-accordion-icon-custom::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.5px;
    transform: translateY(-50%);
}
.m-accordion-icon-custom::after {
    top: 0;
    left: 50%;
    width: 1.5px;
    height: 100%;
    transform: translateX(-50%);
}
.m-collapsible.is-open .m-accordion-icon-custom::after,
.m-collapsible[open] .m-accordion-icon-custom::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.m-collapsible.is-open .m-accordion-icon-custom::before,
.m-collapsible[open] .m-accordion-icon-custom::before {
    transform: translateY(-50%) rotate(180deg);
}
.m-collapsible--button {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 !important;
    border-bottom: 1px solid #ebebeb;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.m-main-product .container {
    max-width: 1512px;
    padding-left: 46px;
    padding-right: 46px;
}
.m-main-product .main-product__block .m-product-title {
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
}
.main-product__block-badge+.main-product__block-title {
    
}
.m-main-product  .main-product__block .product-block-group--title {
    padding-right: 0;
}
.m-main-product  .main-product__block .m-product-wishlist {
    display: none;
}
.m-main-product .main-product__block-title + .main-product__block-price {
    margin-top: 24px;
}
.m-main-product .m-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1A1918;
}
.m-main-product .m-price__sale .m-price-item--regular {
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: line-through;
    color: #7A7A7A;
}
.m-main-product .m-price__sale .m-price-item--last {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1A1918;
}
.m-main-product .m-price--on-sale .m-price__sale {
    gap: 8px 16px;
}
.m-product-card__price .m-price__sale .m-price-item--last {
    color: #1A1918;
    font-weight: 500;
}
.m-product-option--label {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
    color: #1A1918;
}
.m-product-option--label  .m-product-option .option-label--selected {
    font-weight: 500;
}
.m-product-special-accordions {
    border-top: solid 1px #1A1918;
}
.m-product-special-accordions .m-collapsible--button {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #7A7A7A;
    border: none;
}
.m-product-special-accordions .is-expanded .m-collapsible--button {
    color: #1A1918;
}
.m-product-special-accordions .m-collapsible .m-collapsible--content__inner {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #1A1918;
    padding-top: 0;
}
.m-product-special-accordions  .m-collapsible {
    position: relative;
}
.m-product-special-accordions  .m-collapsible:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1A1918;
    bottom: 0;
    left: 0;
}
.m-product-text-image {
    display: flex;
    align-items: center;
    gap: 4px;
}
.m-product-text-image__img {
    
}
.m-product-text-image__img img {
    display: block;
    width: 24px;
    height: 24px;
}
.m-product-text-image__content {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #1A1918;
}
.m-product-info--wrapper .main-product__block-text_with_image + .main-product__block-text_with_image {
    margin-top: 8px;
}
.shopify-payment-button__button {
    
}
.m-product-info--wrapper .m-product-form--input {
    width: 160px;
    margin-right: 8px;
}
.m-product-info--wrapper .m-quantity {
    background: none;
    border-radius: 0;
    border-color: #1A1918;
    min-height: 50px;
}
.m-product-info--wrapper .m-quantity__input {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #1A1918;
}
.m-product-info--wrapper .m-add-to-cart--text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
}
.m-product-info--wrapper .m-add-to-cart--text svg {
    position: relative;
    top: -1px;
}
.m-product-info--wrapper .m-product-form .m-add-to-cart,
.m-product-info--wrapper .shopify-payment-button__button {
    background: #000000;
    border-radius: 0 !important;
    min-height: 50px;
    border: solid 1px #000;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.m-product-info--wrapper .shopify-payment-button__button:hover:not([disabled]),
.m-product-info--wrapper .m-product-form .m-add-to-cart:hover {
    box-shadow: none !important;
    background: #FAFAF0 !important;
    color: #1A1918;
}
.m-product-info--wrapper .m-product-form .m-add-to-cart:hover path {
    transition: all .3s ease;
}
.m-product-info--wrapper .m-product-form .m-add-to-cart:hover path {
    fill: #1A1918;
}
.m-product-info--wrapper .main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart {
    margin-top: 8px;
}
.m-product-info--wrapper .m-product-option--content .m-product-option--swatch .m-product-option--node__label {
    width: 30px;
    height: 30px;
    border-radius: 0;
}
.m-product-info--wrapper .m-product-option--content {
    gap: 12px;
}
.m-product-info--wrapper .m-product-option--content .m-product-option--swatch .m-product-option--node__label:before {
    border-radius: 0;
}
.m-product-info--wrapper .m-product-option--swatch .m-product-option__input:checked+.m-product-option--node__label:before {
    opacity: 1;
    visibility: visible;
}
.m-product-recommendations .container-fluid {
    max-width: none;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 0;
}
.m-product-recommendations .m-section__header {
    margin-bottom: 24px;
}
.m-product-recommendations .m-section__heading {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #1A1918;
}
.template-product #MainContent {
    padding-bottom: 40px;
}
product-info.m-main-product {
    margin-top: 66px;
    margin-bottom: 46px;
}
.m-main-product--media .m-media-gallery__wrapper .swiper-button-control {
    background: none;
    border: none;
    box-shadow: none;
}
.m-main-product--media .m-media-gallery__wrapper .swiper-button-control:hover {
    background: #FAFAF0;
}
.m-product-info--wrapper .m-product-option--content {
    width: 100%;
}
.m-product-info--wrapper .m-product-option--content select {
    width: 100%;
    border: solid 1px #1A1918;
    border-radius: 0;
    padding: 12px 16px;
    min-height: 50px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #1A1918;
    background-position: center right 16px;
    outline: none;
}
@media (min-width: 1024px) {
    .m-main-product--media .m-media-gallery__wrapper .m-product-media--slider__thumbnails {
        margin-top: 0;
    }
    .m-main-product--media .m-media-gallery__wrapper .nav-swiper-container .swiper-slide-thumb-active .m-product-media {
        border: none;
    }
    .m-main-product--media .m-media-gallery__wrapper .nav-swiper-container .m-product-media {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        border: none;
    }
    media-gallery .m-media-gallery__wrapper {
        display: flex !important;
        flex-direction: row-reverse !important;
        gap: 16px;
    }
    media-gallery .m-media-gallery__inner {
        flex: 1;
    }
    media-gallery .m-product-media--slider__thumbnails {
        width: 150px !important;
    }
    .nav-swiper-container .swiper-wrapper {
        flex-direction: column !important;
        display: flex !important;
    }
    media-gallery .nav-swiper-container {
        height: 660px !important;
    }
    .m-main-product .m-main-product--wrapper {
        margin-left: -20px;
        margin-right: -20px;
    }
    .m-main-product .m-main-product--media,
    .m-main-product .m-main-product--info {
        padding-left: 20px;
        padding-right: 20px;
    }
    .m-main-product .m-main-product--media {
        width: 65%;
    }
    .m-main-product .m-main-product--info {
        width: 35%;
    }

}
@media (max-width: 1199.98px) {
    .m-footer--middle .container-full,
    .m-related-articles .container    {
        padding-left: 30px;
        padding-right: 30px;
    }
    .m-footer-bottom-section .container {
        padding: 0 30px;
    }
    .m-footer-bottom-section .flex-wap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
    .m-footer-bottom__currency {
        display: none;
    }
    .m-custom-content .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .custom-banner-home-section {
        min-height: 600px;
    }
    .m-product-info--wrapper .m-product-form--input {
        width: 120px;
    }
    
}
@media (max-width: 1023.98px) {
    .m-footer .m-footer--middle .m-footer--block-newsletter {
        order: -9999 !important;
        width: 100%;
        padding: 0 !important;
        border: none;
        margin-bottom: 48px;
    }
    .m-custom-content .m-custom-content__block-text {
        order: 2;
    }
    .custom-cta-banner {
        min-height: 400px;
    }
    .m-main-product .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767.98px) {
    .m-grid-item {
        flex: 0 0 50%;
    }
    .m-custom-hero {
        min-height: 450px;
    }
    .m-footer .m-footer--middle .m-footer--block {
        width: 50%;
        margin-bottom: 32px;
    }
    .m-footer .m-footer--middle .m-footer--block-newsletter {
        width: 100%;
        border: none;
    }
    .m-footer--middle .m-footer--block-content {
        max-height: none;
    }
    .m-accordion--item-icon {
        display: none;
    }
    .m-footer--bottom {
        display: none;
    }
    .m-footer--block-menu .m-footer--block-content {
        gap: 12px;
    }
    .m-footer--block-inner .custom-footer--block-title {
        margin-bottom: 16px;
    }
    .m-icon-box--small .m-icon-box__heading {
        font-size: 14px;
        line-height: 1.2;
    }
    .m-icon-box-section__wrapper .m-mixed-layout__inner {
        grid-template-columns: 1fr 1fr;
    }
    .m-footer--middle .container-full {
        padding-left: 15px;
        padding-right: 15px;
    }
    .m-payment-list {
        gap: 12px;
    }
    .m-footer-bottom-section .container, 
    .m-custom-content .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-cta-banner {
        min-height: 300px;
    }
    .m-blog-featured__inner {
        grid-template-columns: 1fr;
    }
    .m-blog-featured__content {
        margin: 0;
        padding: 20px;
    }
    .m-blog-featured__title {
        font-size: 24px;
        line-height: 1.4;
    }
    .m-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .m-blog-card__title {
        font-size: 18px;
        line-height: 1.4;
    }
    .m-article-title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .m-article-body {
        max-width: 940px;
        margin-top: -40px;
        padding: 20px;
    }
    .m-article-richtext h2,
    .m-related-articles__heading {
        font-size: 24px;
        line-height: 1.2;
    }
    .m-related-articles__heading {
        padding: 0 15px;
    }
    .m-related-articles .container {
        padding: 0;
    }
    
    .custom-banner-home-section {
        min-height: 400px;
        padding: 40px 20px;
    }
    .custom-banner-home-section .m-banner-custom__heading {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 16px;
    }
    .custom-banner-home-section .m-banner-custom__description {
        margin-bottom: 16px;
    }
    .m-custom-hero__title {
        font-size: 24px;
        line-height: 1.2;
    }
    .m-main-product--wrapper .m-product-form--input label {
        margin-bottom: 12px;
    }
    .m-product-info--wrapper .m-product-form--input {
        width: 160px;
        margin-bottom: 0;
        display: block;
    }
}