.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.j-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.j-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gap-default {
    gap: 10px;
}

body.pageId1 {
    background: #ffffff;
}

.container {
    width: 100%;
}

.section-space{
    margin:40px 0
}

/* cookies */
.w-cookie-options .switch-rail{
    background: #ccc!important;
}

.w-cookie-actions-wrapper .w-cookie-actions.w-cookie-actions button:first-child{
    background: #ccc;
    color: #000;
}

.w-cookie-actions-wrapper .w-cookie-actions.w-cookie-actions button:last-child{
    background: #879576;
    color: #fff;
    font-weight: 700;
}

/* topBar */
.topBar {
    padding: 10px 0;
}

.topItem {
    color: #fff!important;
    text-align: center;
    padding: 0 20px;
    font-weight: 700;
}

.topItem a{
    color: #fff!important;
}

/* header */
.site-header {
    padding: 0;
}

.container.with-xlarge.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 3em 0;
}

.site-header .logo.w-logo {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.site-header .logo.w-logo a {
    text-align: center;
    font-weight: 700;
    font-size: 76px;
    color: #000;
}

.header-icons-left{
    width: 33.333%;
    z-index: 999;
}

.header-icons-left a{
    text-decoration: underline;
}

.header-icons {
    margin-left: auto;
    z-index: 2;
}

.header-icons .icon {
    display: block;
    margin-left: 20px;
}

.header-icons .icon svg {
    width: 30px;
}

.header-icons .search-module .icon svg {
    width: 28px;
}

.shopping-cart-container svg {
    fill: #000;
    width: 36px !important;
}

.shopping-cart-container .shopping-cart-number {
    top: -8px;
    left: 22px;
}

.dropdown-menu {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.08);
}

.user-menu .dropdown-menu ul {
    padding: 0 10px !important;
}

.search-text {
    display: none;
}

.shopping-cart-container span{
    background: #879576;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.button-mobile{
    margin-left: 0 !important;
    margin-right: 20px !important;
}

.button-mobile + a{
    display: block !important;
    margin-top: 10px;
    white-space: pre;
    font-size: 11px;
}

/* menu */
.site-navigation .category-menu .b-category-li-1 > .level1-main-category{
    font-weight: 700!important;
    line-height: 24px;
}

.catPic img{
    max-width: 25px;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 5px;
    margin-left: 0;
}
/* Cards & Brands Section */
.cards,
.brands,
.circles {
    padding: 80px 0;
}

.circles {
    margin: 40px 0;
}

.cards .container,
.brands .container,
.circles .container {
    width: 100%;
}

.cards-list,
.circles-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    max-width: 900px;
    margin: 0 auto;
    list-style: none;
}

.brands-list {
    max-width: 900px;
    margin: 0 auto;
    list-style: none;
}

.cards-list {
    grid-template-columns: repeat(4, 1fr);
}

.cards-item {
    position: relative;
    text-align: center;
}

.cards-item-image,
.brands-item-image,
.circles-item-image {
    width: 100%;
    height: 400px;
    margin: 0;
    object-fit: cover;
    transition: all .3s;
}

.cards-item-image {
    height: 100% !important;
}

.cards-item-image:hover,
.brands-item-image:hover,
.circles-item-image:hover {
    filter: opacity(0.6);
}

.brands-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brands-item {
    width: 33.3333%;
    padding: 10px 5px;
}

.brands-item-image {
    height: 100px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.circles-list {
    grid-gap: 10px;
}

.circles-item-image {
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
}


.site-slider.frontpage-section .hero-slider-theme {
    /* margin-top: 1.5em; */
    margin-top: 0;
}

.slider-overlay .slider-overlay-wrapper .item-text {
    display: block;
}

.owl-carousel .owl-item{
    //overflow: hidden;
}

.pageId1 .site-content > .container {
    padding-top: 0;
    padding-bottom: 0;
    /* margin-bottom: 60px; */
}

.site-slider{
        position: relative;
    overflow: hidden;
}

.site-slider img {
    width: 100% !important;
    filter: brightness(0.8);
}

.site-slider .placeholder-wrapper {
    max-width: 100% !important;
}

.slider-overlay {
    top: 50%;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
    transform: translateY(-50%);
    bottom: auto;
}

.slider-overlay-opacity {
    background: transparent;
}

.slider-overlay .slider-overlay-wrapper .h2,
.slider-overlay .slider-overlay-wrapper .h4 {
    font-family: "Century Gothic", sans-serif;
    color: #ffffff;
text-shadow: 
    0 0 25px rgba(0, 0, 0, 0.8), 
    0 0 50px rgba(0, 0, 0, 0.7), 
    0 0 75px rgba(0, 0, 0, 0.6), 
    0 0 100px rgba(0, 0, 0, 0.5);

}

.slider-overlay .slider-overlay-wrapper .h2 {
    font-weight: 700;
    font-size: 3em;
}

.slider-overlay .slider-overlay-wrapper .h4 {
    font-size: 2em;
}

.grid-section-item {
    position: relative;
    display: flex;
    height: 100%;
}

.cards-item span,
.grid-section-item-title {
    font-family: "Century Gothic", sans-serif;
    font-size: 2em;
    line-height: 1em;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
}

.cards-item span {
    font-size: 1em;
}

.grid-section-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* temporary styles */

.grid-section-item img {
    max-height: 436px;
    object-fit: cover;
}

.grid-section-item .placeholder-wrapper {
    max-height: 436px !important;
}


.grid-container .grid-item:nth-child(4n) {
    width: 100%;
}

.grid-container-2 .grid-row,
.grid-container .grid-row {
    display: flex;
    flex-wrap: wrap;
}

.grid-container-2 .grid-row .grid-item,
.grid-container .grid-row .grid-item {
    padding: 0 10px;
}

.grid-item {
    width: 100%;
}


.swiper-categories {
    margin: 1.5em 0;
}

.category-item-content {
    position: relative;
}

.category-item-content .trailing-db {
    margin-bottom: 0 !important;
}

.category-item {
    margin-bottom: 20px;
}

.category-item-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    right: 5px;
}

.category-item-image {
    display: flex;
}

.category-item-title .h5 {
    font-family: "Century Gothic", sans-serif;
    font-size: 1em;
    line-height: 1em;
    text-shadow: 0 0 15px #000;
    color: #ffffff !important;
    margin-bottom: 0;
}

.row.categorylist{
    margin-bottom: 40px;
}

.categorylist>.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.categorylist a.link-simple {
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    border-radius: 40px;
    text-align: center;
    padding: 15px 20px;
    height: 100%;
    transition: transform 0.3s ease;
}

.categorylist a.link-simple:hover {
    transform: scale(1.2);
}

.category-description {
    transition: max-height 0.25s ease;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.panel-description-btn {
    display: block;
    margin: 1em auto !important;
    width: max-content;
    background: none !important;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000!important;
}

.category-description.blured-content-category + .panel-description-btn .less {
    display: none;
}

.category-description:not(.blured-content-category) + .panel-description-btn .more {
    display: none;
}

.blured-content {
    position: relative;
    height: 120px;
    overflow: hidden;
}

.blured-content-category {
    position: relative;
    height: 75px;
    overflow: hidden;
}

.blured-content-category:after,
.blured-content:after {
    content: "";
    position: absolute;
    height: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.productItem .type-col .product-description{
    min-height: 67px;
}

/* fixes */
.productsortbar .productlist-display .input-group-button>.button {
    background-color: initial;
    color: #636363;
}
.productItem .type-col img {
    border-radius: 10px 10px 0 0;
}
.productItem .type-col,
.category-item-content {
    box-shadow: 0 0 15px #00000070;
    border-radius: 16px;
}
.productItem .type-col,
.productItem .productContent{
    height: 100%;
}

.productItem .productContent form{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.productItem .m-productlist-variants,
.productItem .type-col .product-transaction {
    padding: 0 10px 10px;
    margin: 0;
}

.content.product-transaction.product-action{
    margin-top: auto;
}
.content.product-transaction.product-action .button-primary,
.w-cart-goto-cart .button-primary,
.m-productlist-input {
    border-radius: 16px;
}

.productItem .image {
    z-index: 1;
}
.m-productlist-list-item h4.h5.m-productlist-title {
    font-size: 1em;
    padding: 1em 10px 0;
}

.m-quick-cart > .dropdown > .dropdown-menu.w-cart-list {
    pointer-events: none;
}

.m-quick-cart > .dropdown:hover > .dropdown-menu.w-cart-list {
    pointer-events: all;
}

.stepColumn .panel-border, .panel-border .panel-footer, .panel-border .panel-heading, .panel-border .t-striped > li:nth-child(odd) {
    background: #fff;
}
.button, .button:visited,
.button.button-icon > .fa,
.small.button-icon, .small.pager-group>.button-icon{
    background: #000;
    color: #fff;
}

.m-product .splash, 
.m-productlist .splash{
    right: .3em;
}
.m-productlist-figure:hover .img-hover-product-front {
    opacity: 0;
}
.splash.m-productlist-splash .badge,
.splash.m-product-splash .badge{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splash.m-productlist-splash .saleBadge,
.splash.m-product-splash .saleBadge{
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 168px;
    height: 84px;
    background: #38AD9D;
    color: #ffffff;
    text-align: center;
    font-size: 9px;
    font-weight: 700;
    border-radius: 0;
    transform: rotate(-45deg);
    position: absolute;
    top: -37px;
    left: -73px;
    padding: 7px;
    line-height: 14px;
}

.splash.m-productlist-splash .saleBadge span,
.splash.m-product-splash .saleBadge span{
    font-size: 21px;
    margin: 3.5px 0;
}

.splash.m-product-splash .saleBadge{
    top: -36px;
    left: -78px;
}

/* .splash.m-productlist-splash .saleBadge + .badgesRest,
.splash.m-product-splash .saleBadge + .badgesRest{
    top: 70px;
} */

.badgesRest{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.m-product .image{
    overflow: hidden;
}


@media (max-width: 479px) {
    /* .splash.m-product-splash .saleBadge + .badgesRest{
        top: 70px;
    }
    .splash.m-productlist-splash .saleBadge + .badgesRest{
        top: 50px;
    } */
    .m-productlist-splash .badgesRest{
        top: -5px;
    }
    .splash.m-productlist-splash .saleBadge{
        top: -47px;
        left: -83px;
        font-size: 7px;
    }

    .splash.m-productlist-splash .saleBadge span{
        font-size: 14px;
        margin:0;
    }

    .splash.m-productlist-splash .badge, 
    .splash.m-product-splash .badge{
        width: 45px!important;
        height: 45px!important;
        font-size: 9px;
        margin-right: 0;
        margin-left: auto;
        margin-bottom: 0!important;
    }

    .splash.m-product-splash  .badge-image img,
    .splash.m-productlist-splash .badge-image img{
        width: 45px!important;
        height: 45px!important;
    }

}

@media (min-width: 960px) and (max-width: 1240px) {
    /* .splash.m-product-splash .saleBadge + .badgesRest{
        top: 70px;
    }
    .splash.m-productlist-splash .saleBadge + .badgesRest{
        top: 50px;
    } */
    .m-productlist-splash .badgesRest{
        top: -5px;
    }
    .splash.m-productlist-splash .saleBadge{
        top: -47px;
        left: -83px;
        font-size: 7px;
    }

    .splash.m-productlist-splash .saleBadge span{
        font-size: 14px;
        margin:0;
    }

    .splash.m-productlist-splash .badge{
        width: 45px!important;
        height: 45px!important;
        font-size: 9px;
        margin-right: 0;
        margin-left: auto;
        margin-bottom: 0!important;
    }

    .splash.m-productlist-splash .badge-image img{
        width: 45px!important;
        height: 45px!important;
    }
}

.m-cart-free-delivery,
.w-cart-free-delivery{
    background:  #879576;
    color: #fff;
}

.panel-border{
    background: #fff;
}

@media (min-width: 420px) {
    .cards-item span {
        font-size: 2em;
    }

    .circles-list {
        grid-gap: 20px;
    }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
    .cards-item span {
        font-size: 1em;
    }

    .brands-item {
        width: 25%;
    }

    .circles-list {
        grid-gap: 40px;
    }
}

@media(min-width:768px) {

    .grid-container-2 .grid-row .grid-item:nth-child(2),
    .grid-container-2 .grid-row .grid-item:nth-child(5),
    .grid-container .grid-row .grid-item:nth-child(1),
    .grid-container .grid-row .grid-item:nth-child(4) {
        width: 60%;
    }

    .grid-container-2 .grid-row .grid-item:nth-child(3),
    .grid-container-2 .grid-row .grid-item:nth-child(4),
    .grid-container .grid-row .grid-item:nth-child(2),
    .grid-container .grid-row .grid-item:nth-child(3) {
        width: 40%;
    }

    .grid-container-2 .grid-row .grid-item:nth-child(1),
    .grid-container .grid-row .grid-item:nth-child(5) {
        width: 100%;
    }
    
    .slider-overlay .slider-overlay-wrapper .h2 {
        font-size: 4em;
    }
}

@media (min-width: 960px) {
    .brands-item {
        width: 16.66666%;
    }

    .circles-list {
        grid-gap: 60px;
    }

    .categorylist a.link-simple {
        font-size: 16px;
    }

}

@media (max-width: 479px) {
    /* .slider-overlay .slider-overlay-wrapper .h2 {
        font-size: 2.6em;
    } */
    .slider-overlay .slider-overlay-wrapper .h2 {
        font-size: 1.6em;
    }
}

@media (max-width: 850px) {
    /* .brands-list {
        grid-template-columns: repeat(4, 1fr);
    } */
}

@media (max-width: 768px) {
    /* .brands-list {
        grid-template-columns: repeat(3, 1fr);
    } */
}

@media (max-width: 600px) {
    .cards-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 450px) {
    .cards-item-image {
        height: 250px;
    }
}

.section + .section {
    padding-top: 0;
}

.site-navigation {
    padding: 1em 0;
}

/* Site Navigation Hover */
.site-navigation a span {
    transition: all .3s ease;
}

@media (max-width: 960px) {
    body {
        padding-top: 0;
    }
}

/* Frontpage images hover effect */
.site-slider .slider-overlay-wrapper,
.site-slider img,
.category-item img,
.frontpage-section img {
    transition: all .3s;
}

/* .frontpage-section img{
    max-height: 435px;
    object-fit: cover;
} */

/* .site-slider img:hover,
.category-item:hover img {
    filter: brightness(0.8);
} */

.site-slider:hover .slider-overlay-wrapper {
    transform: translateY(-10px);
}

/* Header Font Family */


/* Filter */
.productfilter fieldset.form-group {
    margin-bottom: 0;
}

.productfilter.panel-border,
.productfilter.panel-border .panel-heading {
    background: none;
    border: none;
}

.productfilter.panel-border .panel-heading .h5 {
    margin: 0 10px 0 0;
    font-weight: 600;
}

.productfilter.panel-border .panel-heading .button {
    padding: 0 10px;
}

.productfilter.panel-border .button {
    background: none;
    border: none;
    font-size: 21px;
    width: auto;
}

.filter-btn > .form-label {
    font-weight: 600 !important;
}

.productfilter.panel-border .form-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    background: none;
}

.productfilter .form-group .input-group-addon {
    border: none;
    padding: 0;
    min-width: unset;
    vertical-align: bottom;
    align-items: center;
    height: 14px;
}

.productfilter .form-group .input-group-addon + .form-label {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.toggle-btn .button-icon {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}

.toggle-btn {
    cursor: pointer;
}

.toggle-btn .button-icon circle {
    fill: #fff;
    transition: transform .4s cubic-bezier(.11, .44, .03, 1);
}

.toggle-btn--revealed-desktop .button-icon svg circle:nth-child(3) {
    transform: translate(6px);
}

.toggle-btn--revealed-desktop .button-icon svg circle:nth-child(4) {
    transform: translate(-6px);
}

.productfilter .panel-footer {
    background: none;
    border: none;
    text-align: left;
}

.productfilter .panel-footer .button {
    padding: 0;
    font-size: 16px;
    font-weight: 700;
}

/* category menu */
.site-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-navigation a {
    color: #636363;
    display: block;
}

.category-menu {
    position: relative;
    display: none;
}

.category-menu > li {
    position: static;
    padding: 0;
}

.category-menu > li.b-category-144 > a {
    color: #a4a6a4;
}

.category-menu > li > a {
    padding: 15px 5px;
    font-size: 13px;
}

.category-menu li a {
    position: relative;
    color: #000;
}

.category-menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 2px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 2px solid transparent;
}

.category-menu > li > ul li a::before {
    bottom: 0;
}

.category-menu li a:hover:before {
    border-color: #ed4927 !important;
}

.site-navigation .category-menu > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    transition: all .2s ease-in;
    opacity: 0;
    visibility: hidden;
    padding: 1em;
    list-style: none;
    z-index: 999;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 8px 16px 10px rgba(0, 0, 0, 0.2);
    max-height: 80vh;
    overflow-y: auto;
}

.site-navigation .category-menu > li > ul > li {
    display: inline-block;
    width: 20%;
    padding: 0 .5em;
}

.site-navigation .category-menu > li > ul > li > .level1-main-category {
    display: inline-block;
    font-weight: 600;
    padding: 10px 0 4px 0;
    color: #323232;
}

.site-navigation .category-menu > li > ul > li >ul > li{
    line-height: 18px;
    margin: 3px 0;
}

.site-navigation .category-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.site-navigation .category-menu > li > ul .level2-main-category {
    color: #323232!important;
    display: inline-block;
    line-height: 24px;
    font-weight: 400;
}

.categoriesCentered{
    justify-content: center;
}

.categoriesCentered > li{
    width: auto !important;
    padding: 0 1em !important;
}

.showMore{
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 10px;
}

.search-container-widget #searchBox2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: auto;
    z-index: 101;
    background-color: #fff;
    color: #656764;
}

div#searchButton2 {
    cursor: pointer;
    margin-right: 0;
    display: flex;
    align-items: center;
    color: #000;
}

div#searchButton2 .search-icon {
    height: 25px;
    width: 25px;
    fill: #636363;
}

.productLinks {
    margin: 0 -5px;
    overflow-y: auto;
}
@media (min-width: 960px) {
    .productLinks {
        flex-wrap: wrap;
    }
}

.productLinkItem {
    width: 30px;
    padding: 0 5px;
    margin-bottom: 10px;
    height: 30px;
    border-radius: 50%;
    box-sizing: content-box;
    flex: none;
}

.productLinkItem a {
    display: flex;
    height: 100%;
}


.productLinkItem img {
    width: 100%;
    border-radius: 50%;
    margin: 0;
    border: 1px solid #eee;
}

.productItem .productContent .image a {
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    bottom: 0;
    z-index: 9;
}
/* front page new */

.banner-desktop .placeholder-wrapper{
    max-height: 873px!important;
}

.banner-desktop .swiper {
    padding: 0;
}
.banner-desktop img{
    max-height: 873px!important;
    object-fit: cover;
    margin: 0;
}


.frontpage-content .productItem{
margin-bottom: 0;
}

.page-title-frontpage {
    margin: 0 0 40px 0;
    padding-top: 0;
}

.frontpage-content .page-title-frontpage {
    padding-top:  0;
}

.subscribe-section{
    /* margin-bottom: 100px; */
}

.subscribe-section .panel-heading .h6,
.page-title-frontpage .h1 {
    font-size: 21px;
    font-weight: 900;
    color: #000;
}


.site-navigation .navbar-header .utilities-bar {
    min-width: 130px;
    position: absolute;
    right: 0;
}

.site-main-categories{
    margin-bottom: 20px;
}

.site-main-categories .container {
    width: 100%;
}

.category-item-content,
.site-main-categories .cItem {
    position: relative;
    overflow: hidden;
}
.category-item-image img,
.site-main-categories .cItem img {
    filter: brightness(0.7);
}

.site-main-categories .cItem.cItem-special a {
    position: relative;
}

.site-main-categories .cItem.cItem-special a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6e896ebd;
    z-index: 1;
}

.site-main-categories .cItem.cItem-special .cItem-title {
    z-index: 2;
}

.site-main-categories .cItem.cItem-special img {
    filter: brightness(1);
}

.site-main-categories .cItem a {
    display: flex;
}

:not(.ielt9) .site-main-categories .placeholder-wrapper {
    max-width: 100% !important;
}

.site-main-categories .cItem img {
    width: 100% !important;
}

.site-main-categories .cItem .cItem-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 10px;
    color: #fff;
    font-size: 28px;
    text-shadow: 0 0 15px #000;
}

.site-main-categories .cItem:not(.cItem-big) .cItem-title{
    font-size: 13px;
}

.category-item-content .category-item-title .h5,
.site-main-categories .cItem .cItem-title span {
    transition: all .3s;
    display: block;
}
.category-item-content:hover .category-item-title .h5,
.site-main-categories .cItem:hover .cItem-title span {
    transform: translateY(-10px);
}
.category-item-content img,
.site-main-categories .cIte img {
    transition: transform 0.5s ease;
}

.category-item-content:hover img,
.site-main-categories .cItem:hover img{
    transform: scale(1.2);
}
/* usps */

.usps {
    padding: 10px 0 0;
}

.usps .row{
    max-width: 1400px;
    margin: 0 auto;
}
.usps img {
    filter: invert();
}
.usp-item img {
    max-height: 45px;
    object-fit: contain;
}
.usp-product img {
    height: 45px;
    max-width: 100px;
}


.usp-item{
    margin-bottom: 10px;
}
.usps .usp-title {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.usp-product {
    margin: 10px 0;
    width: calc(33.333% - 10px);
    font-size: 12px;
    flex-direction: column;
    text-align: center;
}

/* swiper */
.swiper {
    padding: 15px 0;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    color: #000;
}

/* reviews */
.reviews {
    position: relative;
    overflow: hidden;
    padding: 0 0 50px 0;
}

.reviews .page-title-frontpage{
    padding-top: 55px;
}

.reviews .h1 {
    color: #fff;
}

.reviews__slider {
    min-width: 100px;
    margin-bottom: 50px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.reviews__slider .slick-arrow {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    border: none;
    padding: 0;
    background-color: transparent;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    cursor: pointer;
}

.reviews__slider .slick-prev {
    left: -30px;
}

.reviews__slider .slick-next {
    right: -30px;
}

.reviews__slider-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews__slider-item .reviews__slider-item-decor {
    font-weight: 600;
    font-size: 110px;
    line-height: 120px;
    color: rgba(0, 0, 0, .3);
}

.reviews__slider-item-title {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
    color: #fff;
}

.reviews__slider-item-text {
    margin: 0;
    max-width: 185px;
    color: #fff;
    text-align: center;
}

.reviews__slider-item-text a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
}

.reviews__slider-item-text .inner-text {
    display: none;
    /*font-size: 0;*/
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.reviews__slider-item-text .dots {
    max-width: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.reviews__slider-item-text .read-more {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.reviews__slider-item-text.reviews__slider-item-text--opened .dots {
    /*display: none;*/
    max-width: 0;
    font-size: 0;
    overflow: hidden;
    opacity: 0;
}

.reviews__slider-item-text.reviews__slider-item-text--opened .inner-text {
    display: inline;
    /*font-size: 16px;*/
    opacity: 1;
}

.reviews__slider-item-text a:visited {
    text-decoration: none;
    color: #ffffff;
}

.reviews__trustpilot,
.reviews__trustpilot img {
    min-width: 312px;
}

.reviews:not(:has(.reviews__trustpilot)) .reviews__slider {
    margin-bottom: 0;
}

.reviews .swiper-button-prev:after,
.reviews .swiper-button-next:after {
    color: #fff;
}

/* blog */
.blogPost-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blogPost-content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blogPost-title {
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.blogPost-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.blogPost-content .button-readmore {
    border-bottom: 1px solid #000;
    margin-top: auto;
    align-self: flex-start;
}

/* subscribe */
.subscribe-section .panel-heading{
    padding: 0;
}

.subscribe-section .panel-footer{
    padding-bottom: 0;
}

.subscribe-section .panel-footer,
.subscribe-section .panel-heading {
    border: none;
    text-align: center;
}

.subscribe-section .panel-body {
    max-width: 370px;
    margin: 0 auto;
}
.w-newsletter-popup .form-input,
.subscribe-section .form-input {
    height: 42px;
    font-size: 12px;
}

.subscribe-section .form-submit {
    background: #879576;
    border: none;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.m-newsletter-newsletter,
.m-newsletter-consent{
    display: flex;
    justify-content: center;
}

/* instagram */
.instagram-headline {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.instagram-headline p{
    margin-bottom: 0;
}

.instagram-headline .fa {
    background: #879576;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-top: 20px;
}

/* categorylist */
.categorylist .owl-item {
    padding: 0 10px;
    text-align: center;
}

.owl-carousel .owl-controls {
    opacity: 1;
}

.categorylist .owl-page span{
    background: #a4a6a4;
}

.categorylist .owl-page:hover span,
.categorylist .owl-page.active span{
    background: #000!important;
}



.panel-warning {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.splash.m-productlist-splash{
    top: 10px;
    z-index: 7;
}

.w-blog{
    overflow: hidden;
}

.w-blog .owl-buttons{
    display: block!important;
}

.w-blog .owl-controls .owl-buttons .owl-prev:before,
.w-blog .owl-controls .owl-buttons .owl-next:before{
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    color: #000;
}

.productItem .productContent .image a{
    text-align: center;
}

.w-blog .owl-controls .owl-buttons .owl-prev:before{
    left: auto;
    right: 0;
}

.helpCenter{
    background:#879576;
    padding: 20px;
    margin-top: 15px;
}

.helpCenter h1,
.helpCenter p{
    color: #ffffff;
}

.helpCenter-item{
    background: #FAFAFA;
    border-radius: 10px;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.06);
                
}

.helpCenter-image{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #879576;
    padding: 10px;
}

.helpCenter-title{
    display: block;
    font-weight: 700;
    padding-top: 20px;
    color: #879576!important;
}

/* FAQ */
.faq__list {
  max-width: 700px;
  margin: 40px auto 0;
}
.faq__item + .faq__item {
  margin-top: 16px;
}
.faq__accordion-headline {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
}

.faq__accordion-content.accordion__content p{
  margin-bottom: 1em;
}

.faq__accordion-content.accordion__content ul{
  list-style: circle;
  padding-left: 20px;
  margin-bottom: 1em;
}
.accordion {
  border-bottom: 2px solid #000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.accordion__head {
  display: block;
  padding: 16px 30px 16px 0;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.accordion__head::-webkit-details-marker {
  display: none;
}
.accordion__head::after, .accordion__head::before {
  content: "";
  height: 2px;
  width: 16px;
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.accordion__head::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.accordion__content-wrapper {
  padding-bottom: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  max-height: 0;
  overflow: hidden;
}
.accordion__details[open] .accordion__head::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.accordion__details[open] .accordion__head::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.accordion__details[open] + .accordion__content-wrapper {
  max-height: none;
  padding-bottom: 16px;
}
.accordion:hover {
  border-color: #879576;
}

@media (max-width: 600px) {
  .faq__item + .faq__item {
    margin-top: 8px;
  }
  .faq__text {
    display: none;
  }
}

@media (max-width: 355px) {
    .button-mobile + a{
    display: none!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-blog .container,
    .frontpage-content{
        max-width: 80%;
        margin: 0 auto;
    }
}

@media(min-width:360px) {
    .site-main-categories .cItem:not(.cItem-big) .cItem-title{
        font-size: 17px;
    }
}

@media(min-width:380px) {
    .site-main-categories .cItem:not(.cItem-big) .cItem-title{
        font-size: 18px;
    }
}

@media(min-width:420px) {
    .button-mobile + a{
        font-size: 13px;
    }
}

@media(min-width:480px) {
    .site-navigation .navbar-header .utilities-bar > * {
        margin-left: 10px;
    }

    .subscribe-section .panel-heading .h6,
    .page-title-frontpage .h1 {
        font-size: 28px;
    }

    .reviews__slider-item-text {
        max-width: 245px;
    }
    .category-item-title .h5{
        font-size: 2em;
    }
}

@media(max-width:767px) {
    .banner-desktop {
        display: none;
    }

    .productLinkItem-btn.is-hidden,
    .expanded .productLinkItem.is-hidden,
    .expanded .productLinkItem {
        display: block !important;
        visibility: visible !important;
    }

    .productLinkItem-btn a {
        width: 52px;
        margin-bottom: 10px;
        height: 52px;
        border-radius: 50%;
        box-sizing: border-box;
        border: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-left: 5px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 21px !important;
    }

    .categoriesFlex{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .categoriesFlex .order1{
        order: 1;
    }
    .categoriesFlex .order2{
        order: 2;
    }
}

@media(min-width:768px) {
    .productLinkItem.is-hidden {
        display: block !important;
        visibility: visible !important;
    }

    .site-main-categories .cItem .cItem-title {
        font-size: 19px;
    }

    .banner-mobile {
        display: none;
    }

    .w-blog{
        overflow: hidden;
    }

    .w-blog .row{
        margin:0 -25px!important
    }

    .w-blog .col-s-4{
        padding: 0 30px!important;
    }
    .helpCenter .container{
        margin-bottom: -80px;
    }
}

@media(max-width:959px) {
    .topBar{
        position: sticky;
        top: 0;
        z-index: 999;
    }
    .site-navigation {
        position: sticky!important;
        top: 55px!important;
        width: 100%;
        z-index: 10000;
    }
    .site-navigation .utilities-bar {
        display: flex !important;
        align-items: center;
    }

    div#searchButton,
    .site-navigation .utilities-bar .icon-item {
        width: 23px;
        height: auto;
    }
    .m-breadcrumb {
        display: none;
    }
}

@media(min-width:960px) {
    .category-menu {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .site-main-categories .cItem .cItem-title {
        font-size: 24px;
    }
    .section-space{
        margin:100px 0
    }
    .site-main-categories{
        margin-bottom: 80px;
    }
    .m-product-title.product-title {
        margin-top: -5px;
    }
}

@media(min-width:1280px) {
    .category-menu > li > a {
        font-size: 15px;
    }

    div#searchButton2 {
        border-bottom: 1px solid #ccc;
        margin-bottom: -5px;
    }

    #searchButton2 .icon {
        padding-bottom: 5px;
    }

    .search-text {
        display: block;
    }

    .site-main-categories .cItem .cItem-title {
        font-size: 30px;
    }

    .site-main-categories .cItem.cItem-big .cItem-title {
        font-size: 62px;
    }

    .site-main-categories .cItem:not(.cItem-big) .cItem-title{
        font-size: 30px;
    }

    .slider-overlay .slider-overlay-wrapper .h2 {
        font-size: 5em;
    }

}

.customContact{
    max-width: 630px;
    margin: 20px auto 0 auto;
}
.customContact .form-input::placeholder{
    font-size: 16px;
}

.customContact .form-label{
    display: none;
}

.customContact .form-input {
    height: 51px;
    font-size: 16px;
}

.customContact .form-submit{
    display: block;
        background: #879576;
    border: none;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0;
    min-width: 150px;
}

.m-usercreate-consent .col-l-6,
.m-contact-consent .col-l-6,
.m-newsletter-consent .col-l-6{
    width: 100%!important;
}
.m-usercreate-consent,
.m-contact-consent{
    display: flex;
}

.m-newsletter-article .m-newsletter-consent{
    justify-content: flex-start;
}

/* newsletter */

.w-newsletter-popup {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	z-index: 99999;
	color: #202020;
	translate: 0 125%;
    transition: translate .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .2);
}

.w-newsletter-popup .w-newsletter-signup{
    overflow: visible;
}

.w-newsletter-popup .popup-inner-wrapper {
    max-width: 90%;
    width: 800px;
	-webkit-box-shadow: 5px -5px 15px rgba(0, 0, 0, .4);
	box-shadow: 5px -5px 15px rgba(0, 0, 0, .4);
	position: relative;
    flex-direction: column;
    margin: 0 20px;
}

.w-newsletter-popup .popup-inner-wrapper.popup-no-image{
	max-width: 450px;
}

.w-newsletter-popup .toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    font-size: 30px;
    color: #2F2F2F;
    padding: 10px;
    line-height: 1;
}

.popup-inner-wrapper {
    background-color: #fff;
}

.popup-inner-wrapper img{
    margin: 0;
    object-fit: contain;
    object-position: center;
    height: 100% !important;
    width: 100% !important;
    max-height: 30vh;
}

.popup-inner-wrapper>div{
    width: 100%;
}

.popup-inner-wrapper>div:last-child{
    padding:20px;
    background: #ffffff;
    text-align:center;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.w-newsletter-popup.visible {
	translate: 0;
}

.w-newsletter-popup h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	color: #000000;
	margin: 0;
}

.w-newsletter-popup p {
	font-size: 12px;
	font-weight: 400;
    color: #000000;
	margin: 20px 0;
}

.w-newsletter-popup .popup-link-btn {
	display: block;
	max-width:250px;
	margin:0 auto;
	border: 2px solid #000000;
	color: #000000;
	padding: 10px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	transition:.3s linear;
}

.w-newsletter-popup .popup-link-btn:hover{
    background:#000000;
    color: #ffffff;
}

.w-newsletter-popup .popup-link-btn:hover {
	border-color: black;
}

a.tab {
	position: fixed;
	bottom: 0;
	right: 80px;
	color: #fff;
	background: #2F2F2F;
	z-index: 98;
	padding: 10px 25px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}

.w-newsletter-popup-image {
    padding-top: 20px;
}
.w-newsletter-popup .w-newsletter-signup{
    padding: 0;
}

.w-newsletter-popup .w-newsletter-signup form{
    margin-bottom: 0;
}

.w-newsletter-popup .w-newsletter-signup .form-submit{
	background: #879576;
	border: none;
	color: #fff;
	font-size: 1em;
}
 .m-newsletter-consent.text-left,
.m-newsletter-newsletter.text-left{
    justify-self: flex-start;
}

.m-newsletter-consent .form-label,
.m-newsletter-newsletter .form-label{
    font-weight: 400;
}

@media (min-width: 768px) {
    .w-newsletter-popup h2  {
		font-weight: 600;
		font-size: 31px;
	}
	.w-newsletter-popup p {
		font-size: 16px;
	}
    .w-newsletter-popup .popup-inner-wrapper{
         flex-direction:row;         
     }
    .popup-inner-wrapper>.w-newsletter-popup-image {
        width: 55%;
        padding: 0;
    }
    .popup-inner-wrapper img {
        max-height: 100%;
    }
    .popup-inner-wrapper>.w-newsletter-popup-image + div {
        width: 45%;
    }
}

.product-image .w-slider-img {
    border-radius: 16px;
}
.product-slider-theme .owl-controls .owl-buttons {
    display: block;
}
.product-slider-theme .owl-controls .owl-buttons > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-slider-theme .owl-controls .owl-buttons > div:before {
    position: static !important;
}
.thumbelina {
    display: flex;
    gap: 10px;
    flex-direction: row;
    overflow-x: auto;
    position: static;
    margin: 10px 0 20px;
}
.thumbelina li {
    flex: none;
}
.thumbelina li img {
    border: 1px solid transparent;
    border-radius: 16px;
}
.thumbelina li img.cloudzoom-gallery-active {
    border: 1px solid #cfcfcf;
}
.productslider-wrap img {
    border-radius: 16px;
    margin: 0;
}


.product-image  .swiper {
    padding: 0;
}
.product-image .productslider-wrap {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
@media (min-width: 960px) {
    .product-image {
        display: flex;
        gap: 10px;
    }
    .thumbelina {
        flex-direction: column;
        order: -1;
        position: absolute;
        margin-top: -1px;
    }
    .thumbelina {
        left: 0;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        max-width: 120px;
    }
    .product-image .productslider-wrap {
        width: calc(100% - 120px);
        margin-left: auto;
    }
    .sticky {
        position: sticky;
        top: 100px;
    }
}

.overflow-auto {
    overflow-y: auto;
}
.m-product-buttons-list-button label input {
    display: none !important;
}
.m-product-buttons-list-button label span {
    padding: 10px 20px;
    display: block;
    border: 1px solid #ccc;
    font-weight: normal;
    font-size: 12px;
    transition: all .2s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
    outline: 1px solid transparent;
    white-space: nowrap;
    border-radius: 16px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.m-product-buttons-list-button label input:checked + span {
    border-color: #2F2F2F;
    outline: 1px solid #2f2f2f;
}
.product-priceLines .h5 {
    margin: 0;
}
.selected-stock-text {
    background: #6d6b6b;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 25px;
}

.m-product-information .page-title,
.m-product-information hr {
    border-color: transparent;
}

.m-product-wishlist .wishlist-button {
    font-size: 20px;
}
.m-product-wishlist .wishlist-button,
.m-product-wishlist + input {
    border-radius: 50%;
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.m-product-transaction .button-primary {
    height: 40px;
    border-radius: 25px;
}

.product-tabs {
    margin: 1em 0 2em;
}
.product-tabs>div {
    border: solid #dadce0;
    border-width: 0 0 1px;
}
.product-tabs .button-text {
    width: 100%;
    text-align: left;
    font-size: 1em;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
.product-tabs .button-text svg {
    transform: rotateX(180deg);
}
.product-tabs .panel-product {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.product-tabs .panel-product.panel-opened {
    padding: 1em 0;
    max-height: unset;
}

.content.product-transaction.m-productlist-transactions {
    width: 100%;
    font-size: .9em;
}
.productItem .m-productlist-price {
    white-space: nowrap;
}
.productItem .m-productlist-price-before-discount {
    font-size: 12px;
}
.m-productlist-transactions .prices p {
    margin: 0;
}

.productItem .title,
.productItem .description,
.productItem .type-col .product-description {
    margin: 0;
}
.productItem .type-col {
    overflow: hidden;
}

.m-productlist-list .swiper {
    margin: 0;
    width: 100%;
}

.quick-card.dropdown-container footer .button-primary {
    margin-bottom: 10px;
}
.quick-card.dropdown-container footer .button-primary.default {
    background-color: #cdcece;
    color: #1c1c1c !important;
    border: none;
}

.video__wrapper {
    position: relative;
    margin: 32px 0;
}
.video__wrapper video {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}
.video__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    translate: -50% -50%;
    color: #FFF;
    padding: 1em;
    text-align: right;
    max-width: 1260px;
    margin: auto;
    text-shadow: 0 0 15px #000;
}
.video__wrapper img {
    width: 100%;
}
.video__title {
    margin-bottom: 10px;
    font-size: 50px;
    color: #FFF;
}
.video__link {
    color: #fff;
    border-radius: 15px;
    font-size: 1.2em;
    border: 2px solid;
    padding: 5px 15px;
    display: inline-block;
    margin: 1em 0;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
}

@media (max-width: 600px) {
    .video__title {
        font-size: 20px;
    }
    .video__subtitle {
        font-size: 16px;
    }
    .video__wrapper video {
        min-height: 150px;
    }
}


.blog-grid .main-title,
.blog-grid .main-subtitle {
    text-align: center;
    margin-inline: auto;
}
.blog-grid__items {
    padding: 0;
    margin: 0 0 2em;
}
.blog-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-grid__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.blog-grid__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 32px;
  width: 50%;
}
.blog-grid__item-image {
  width: 50%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.blog-grid__item-category,
.blog-grid__item-title > span {
  font-size: 11px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.blog-grid__item-title > span {
  display: block;
  margin-bottom: 20px;
}
.blog-grid__item-title {
  font-size: 29px;
  line-height: 23px;
  font-weight: 600;
  margin: 0;
}
.blog-grid__item-text {
  font-size: 15px;
  line-height: 21px;
}
.blog-grid__item-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  white-space: pre-wrap;
}
.blog-grid__item-link {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-top: 0;
}

@media (max-width: 900px) {
  .blog-grid__item-image {
    width: 30%;
    height: 350px;
  }
  .blog-grid__item-content {
      width: 70%;
  }
}
@media (max-width: 768px) {
  .blog-grid__item-content {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .blog-grid__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .blog-grid__item {
    position: relative;
    overflow: hidden;
    flex-direction: column !important;
  }
  .blog-grid__item-image,
  .blog-grid__item-content {
    width: 100%;
  }
  .blog-grid__item-category {
    padding: 5px 10px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    border-radius: 7px;
    background-color: #eae5e0;
    color: #1a1a1a;
  }
  .blog-grid__item-title {
    line-height: 32px;
    color: inherit;
  }
  .blog-grid .blog-grid__item-link,
  .blog-grid .blog-grid__item-link:visited {
    color: #FFF;
    border-color: #FFF;
  }
  .blog-grid .blog__item-link::before,
  .blog-grid .blog__item-link:visited::before {
    background-color: #fff;
  }
  .blog-grid .blog__item-link:hover,
  .blog-grid .blog__item-link:visited:hover {
    color: #000;
  }
      .blog-grid.blog-grid--image-separated .blog-grid__item {
        display: block;
    }
    .blog-grid.blog-grid--image-separated .blog-grid__item-image {
        width: 100%;
        height: auto;
        position: static;
        filter: none;
    }
    .blog-grid.blog-grid--image-separated .blog-grid__item-content {
        color: #000;
    }
}

.swiper-additionals {
    padding: 0 0 1em;
    margin-bottom: 2em;
}
.swiper-additionals .swiper-button-prev {
    left: 0px;
}
.swiper-additionals .swiper-button-next {
    right: 0px;
}
.swiper-additionals .swiper-button-prev:after,
.swiper-additionals .swiper-button-next:after {
    font-size: 15px;
}

.m-product-additionals-list label {
    display: block;
    font-weight: normal;
    cursor: pointer;
    transition: all .2s ease-in;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #ccc;
}
.m-product-additionals-list input {
    display: none;
}
.m-product-additionals-list input:checked + label {
    border: 1px solid #000;
}

.m-cart .button,
.m-cart .button-primary,
.m-checkout .button,
.m-checkout .button-primary {
    border-radius: 16px;
    border: none;
}
.button-group li:first-child .button {
    border-radius: 16px 0 0 16px;
}
.button-group li:last-child .button {
    border-radius: 0 16px 16px 0;
}

.m-product-title.product-title,
.m-productlist-title {
    font-weight: bold;
}

.m-productlist-title,
.m-product-extrabuy-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.m-product-extrabuy-title {
    -webkit-line-clamp: 2;
}
.m-productlist-title {
    -webkit-line-clamp: 3;
}
.m-product-extrabuy-figure {
    flex: none;
    max-width: 60px;
}

.productItem .type-col .alternative-products {
    padding: 1em 0 0;
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.productItem .type-col .alternative-products img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0;
}

.variantInfoPanel {
    max-width: calc(100% - 100px);
    margin: 0 0 0 auto;
}
.variantInfoPanel .panel {
    background: none;
    border: none;
    margin-top: 1em;
}
.variantInfoPanel .panel .panel-body {
    padding: 0;
}
.variantInfoPanel .panel.panel-danger {
    color: initial;
    font-size: 12px;
}
.variantInfoPanel .panel:not(.panel-danger),
.variantInfoPanel.open {
    display: none;
}