a {
    color: inherit;
}

.hero-section {
    min-height: 100vh;
    position: relative;
    padding: 32px;
}

.hero-section-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.hero-section-image {
    position: absolute;
    inset: 0;
}

.hero-section-image img {
    object-fit: cover;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-section-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 32px;
    color: #fff;
    text-align: center;
}

.hero-section-subtitle {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-section-title {
    font-size: 3.625rem;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    margin: 6px 0;
}

.home-page-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
}

@media (hover:hover) {
    .home-page-link:hover {
        color: #4E4E4E;
    }
}

.hero-section-active-brands {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FF5000;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 6px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
    font-size: 0.75rem;
}

.section-default {
    padding: 72px 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.section-header-title {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

ul.products-grid {
    margin: 0 -4px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.products-grid.products li.product {
    width: 100%;
    float: none;
    padding: 0 4px;
}

.products-grid.products:before,
.products-grid.products:after {
    display: none;
}

.brand-section {
    padding: 32px 0;
}

.brand-section.-dark {
    color: #fff;
}

.brand-section-head {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 8px;
}

.brand-section-content {
    text-align: center;
    width: 50%;
    padding: 24px;
}

.brand-section-image {
    width: 50%;
    aspect-ratio: 2;
    object-fit: cover;
}

.brand-section-title {
    font-size: 1.875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 24px 0;
}

.brand-section-tag {
    font-weight: 500;
    border-radius: 21px;
    border: 1px solid #DDE1E6;
    padding: 6px 10px;
    display: inline-block;
    margin: 0 auto;
}

.brand-section .home-page-link {
    font-weight: 500;
    border: 1px solid #161619;
    padding: 10px;
    transition: border-color 0.3s;
}

.brand-section.-dark .home-page-link {
    border-color: #fff;
    color: #fff;
}

@media (hover:hover) {
    .brand-section .home-page-link:hover {
        color: #4E4E4E;
        border-color: #4E4E4E;
    }

    .brand-section.-dark .home-page-link:hover {
        color: #ECECEC;
        border-color: #ECECEC;
    }
}

.trending-category-grid {
    display: flex;
    gap: 8px;
    overflow: auto;
}

.trending-category {
    max-width: 25%;
    min-width: 250px;
    flex: 1;
}

.trending-category-link {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

@media (hover: hover) {
    .trending-category-link:hover {
        color: #4E4E4E;
    }
}

.trending-category-image {
    display: block;
    margin-bottom: 16px;
    aspect-ratio: 0.83;
    object-fit: cover;
}

.trending-link {
    display: inline-flex;
    gap: 8px;
    text-transform: uppercase;
}

.inspiration-section {
    background-color: #520B00;
    color: #fff;
}

.inspiration-grid {
    display: flex;
    gap: 20px;
    overflow: auto;
}

.inspiration-item {
    flex: 0 0 300px;
    background: rgba(255, 255, 255, 0.11);
}

.inspiration-item-image {
    display: block;
    aspect-ratio: 0.9;
    object-fit: cover;
    width: 100%;
}

.inspiration-item-content {
    padding: 16px 16px 20px;
}

.inspiration-item-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-size: 1rem;
    color: #fff;
    margin: 0;
}

.inspiration-item-text {
    color: rgba(255, 255, 255, 0.49);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
    font-variant: small-caps;
}

.primir-section {
    background-color: #1B1818;
    padding-bottom: 99px;
    color: #fff;
}

.primir-section .section-header {
    padding: 38px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.primir-highlight {
    border-radius: 64px;
    border: 1px solid rgba(255, 250, 250, 0.35);
    background: #000;
    background: linear-gradient(119deg, #F2A74A 21.8%, #FF7661 32.58%, #FF75B4 44.94%, #A185FF 56.9%, #6DB2CD 76.68%, #81C6C8 88.21%, #9ED081 104.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.primir-grid {
    display: flex;
    overflow: auto;
    gap: 20px;
}

.primir-item {
    min-width: 260px;
    aspect-ratio: 0.55;
    flex: 0 0 20%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 72.56%);
}

.primir-item-bg {
    position: absolute;
    inset: 0;
    object-fit: cover;
}

.primir-item-footer {
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
}

.primir-item-title {
    font-weight: 600;
}

.primir-item-content {
    padding: 10px 7px;
    display: flex;
    gap: 12px;
    background: rgba(26, 26, 26, 0.14);
    backdrop-filter: blur(5px);
}

.primir-item-btn {
    margin-left: auto;
}

.primir-item-price {
    font-weight: 600;
    font-size: 0.875rem;
}

.primir-item-image {
    aspect-ratio: 16/21;
    width: 40px;
    border-radius: 5px;
    background-color: #F6F6F6;
}

.brands-grid {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    width: 100%;
}

.brands-grid-item {
    display: grid;
    aspect-ratio: 1.8;
    width: 12.5%;
    place-items: center;
    padding: 1.2rem 1.5rem;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

@media screen and (min-width: 1500px) {
    .container-fluid {
        padding: 0 44px;
    }
}

@media screen and (max-width: 1199px) {
    .products-grid.products {
        display: grid;
    }

    .inspiration-grid {
        margin: 0 -15px;
        padding: 0 15px;
    }

    .brands-grid-item {
        padding: 12px;
    }
}


@media screen and (max-width: 991px) {
    .products-grid.products {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .products-grid.products li.product {
        width: 25%;
        flex-shrink: 0;
    }

    .brands-grid-item {
        width: 25%;
    }
}

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

    .brand-section-head {
        flex-direction: column;
        gap: 16px;
    }

    .brand-section-content,
    .brand-section-image {
        width: 100%;
    }

    .brand-section-title {
        font-size: 1rem;
    }

    .brand-section-image {
        aspect-ratio: 1;
    }

    .brand-section-head.-reverse {
        flex-direction: column-reverse;
    }

    .section-default {
        padding: 32px 0;
    }

    .inspiration-grid {
        gap: 11px;
    }
}

@media screen and (max-width: 575px) {
    .products-grid.products li.product {
        width: 50%;
        flex-shrink: 0;
    }

    .hero-section-content {
        top: auto;
        bottom: 24px;
        transform: none;
        padding: 24px;
    }

    .hero-section-subtitle {
        font-size: 0.625rem;
    }

    .hero-section-title {
        font-size: 2rem;
        margin: 6px 0 24px;
    }

    .hero-section-active-brands {
        font-size: 0.625rem;
        gap: 32px;
    }

    .home-page-link.-mobile-outline {
        border: 1px solid #161619;
        width: 100%;
        padding: 4px 20px;
        justify-content: center;
        line-height: 2.5rem;
    }

    .section-header-title {
        font-size: 0.9375rem;
    }

    .brands-grid {
        margin-bottom: 24px;
    }
}

    /*MAIN STYLES*/
.site-content-container.product-content-container.konte-container-fluid {
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
}

header#masthead {
    z-index: 1000 !important;
}

.site.ls-overflow-visible {
    overflow: hidden !important;
}

.ls-gui-element.ls-bottom-nav-wrapper {
    text-align: left;
    padding-left: 12%;
}

.ls-gui-element.ls-bottom-nav-wrapper .ls-thumbnail-hover {
    display: none !important;
}

body .ls-v6 .ls-bottom-slidebuttons a {
    width: 6px !important;
    height: 6px;
    border: none !important;
    background: #cdcfd0;
    border-radius: 10px;
    margin: 0 12px;
}

body .ls-v6 .ls-bottom-slidebuttons a:hover {
    border: none !important;
    background: #9b9b9b;
}

body .ls-v6 .ls-bottom-slidebuttons a.ls-nav-active {
    background: #161616;
}

.site-content {
    padding-top: 0;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.title {
    font-size: 35px;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: 5px;
    font-weight: 500;
    color: #161619;
    text-align: center;
}

.title-small {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
    color: #161619;
    text-align: center;
}

.description {
    font-size: 13px;
    font-weight: 500;
    color: #161619;
    text-align: center;
}

/*MAIN SLIDER*/
.desktop-swiper,
.mobile-swiper {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-swiper {
    display: none;
}

.desktop-swiper.swiper-initialized,
.mobile-swiper.swiper-initialized {
    opacity: 1;
}

.swiper-slide-image,
.desktop-swiper video,
.mobile-swiper video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.desktop-swiper .slide-text,
.mobile-swiper .slide-text {
    position: absolute;
    bottom: 100px;
    left: 60px;
    color: #fff;
    opacity: 0;
    transform: translateX(100%);
    will-change: opacity, transform;
    animation: none;
}

.slide-text * {
    margin: 0;
    padding: 0;
    display: flex;
}

.mobile-swiper .slide-text {
    left: 20px;
    bottom: 100px;
}

@keyframes slideTextIn {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideTextOut {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0%);
    }
}

.desktop-swiper .swiper-pagination-bullet,
.mobile-swiper .swiper-pagination-bullet {
    opacity: 0.5;
    width: 6px !important;
    height: 6px;
    border: none !important;
    background: #cdcfd0;
    border-radius: 10px;
    margin: 0 12px;
}

.desktop-swiper .swiper-pagination-bullet-active,
.mobile-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #161616;
}

.desktop-swiper .swiper-pagination,
.mobile-swiper .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 12%;
    z-index: 1;
}

.mobile-swiper .swiper-pagination {
    bottom: 20px;
}

/*BUTTONS*/

.button-default {
    min-width: 586px;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    background-color: #161619;
    cursor: pointer;
    transition: 0.4s;
    border: 1px solid;
    border-color: transparent;
    width: fit-content;
    -webkit-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    padding: 0 20px;
}

.button-default.outline {
    font-weight: 400;
    color: #161619;
    background: transparent;
    border-color: #161619;
}

@media (hover: hover) {
    .button-default:hover {
        background-color: #7f8487;
    }

    .button-default.outline:hover {
        background: #161619;
        color: #ffffff;
        border-color: #161619;
    }

    .desktop-swiper .swiper-pagination-bullet:hover,
    .mobile-swiper .swiper-pagination-bullet:hover {
        border: none !important;
        background: #9b9b9b;
    }
}

/*ABOUT SHORT SECTION*/

.about-short-section {
    margin-bottom: 70px;
}

.about-short-section h1 {
    letter-spacing: 0.2em;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    margin: 60px 0 35px;
}

.about-short-section p {
    margin: 0;
    text-align: center;
    font-size: 14px;
}

.about-short-section p:last-child {
    margin-bottom: 35px;
}

/*PRODUCT SLIDER SECTION*/

.swiper-container.linked-products-carousel {
    padding: 0 45px;
    margin-bottom: 70px;
}

.swiper-container.linked-products-carousel .swiper-pagination {
    text-align: center;
}

.swiper-container.linked-products-carousel .button-default {
    height: unset;
    min-width: unset;
    margin: unset;
    display: unset;
    font-size: 14px;
    font-weight: 500;
    border: none;
}

.swiper-container.linked-products-carousel .product-thumbnail {
    position: relative;
    overflow: visible;
}

.swiper-container.linked-products-carousel .product-thumbnail .primir-ai-button-float {
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    z-index: 10;
}

.swiper-container.linked-products-carousel .product-thumbnail .primir-ai-button-float span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    flex: 1 1 auto;
    border-radius: inherit;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(
        119.21deg,
        #fdf7ef 21.8%,
        #fff9f8 32.58%,
        #fff3f8 44.94%,
        #f9f7ff 56.9%,
        #f9fdff 76.68%,
        #eafeff 88.21%,
        #f8fff4 104.22%
    );
    position: relative;
}

@media (hover: hover) {
    .swiper-container.linked-products-carousel .product-thumbnail .primir-ai-button-float:hover {
        transform: translateX(-50%) scale(1.1);
        color: #000000;
    }
}

/*BANNER SECTION*/

.banner-section {
    margin-bottom: 100px;
}

.banner-item.video-banner video {
    width: 100%;
    object-fit: cover;
    pointer-events: none;
    aspect-ratio: 0.8;
}

.banner-section.two-banners {
    margin-bottom: 30px;
}

.video-container {
    display: flex;
    width: 100%;
}

.banner-section.two-banners .banners-container {
    padding: 0;
}

.banners-container {
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 24px;
}

.banner-section .banner-item {
    position: relative;
    display: flex;
    overflow: hidden;
    flex: 1;
    max-height: 740px;
    user-select: none;
}

.banner-section .banner-item img {
    transition: transform 1s;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 0.8;
}

.banner-section .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.banner-section .banner-button {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 5px;
    color: #ffffff;
}

.banner-section .banner-button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
}

@media (hover: hover) {
    .banner-section .banner-item:hover img {
        transform: scale(1.1);
    }
}

/*REVIEWS SECTION*/

.reviews-section {
    margin-bottom: 70px;
}

.reviews-section .title {
    margin-bottom: 35px;
}

.reviews-section .swiper-container {
    margin-bottom: 35px;
}

.reviews-section .swiper-pagination {
    margin-top: 20px;
}

.isotope-item {
    padding: 80px;
    background: #ebebeb;
    box-sizing: border-box;
}

/*SUBSCRIBE SECTION*/

.subscribe-wrapper {
    display: flex;
    flex-direction: row;
    background-color: #fffbef;
    gap: 85px;
}

.subscribe-image {
    flex: 1;
    display: flex;
}

.subscribe-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.subscribe-text-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
    width: 100%;
}

.subscribe-title-tag {
    width: fit-content;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    background-color: #f9f2df;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 6px;
    color: #0b0f14;
    margin: 0 0 34px;
    align-items: center;
}

.subscribe-title-big {
    font-size: 32px;
    line-height: 41px;
    color: #161616;
    margin: 0 0 3px;
    text-transform: uppercase;
    max-width: 516px;
    font-weight: 600;
}

.subscribe-wrapper .subscribe-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 35px;
    color: #161616;
    text-transform: none;
}

.subscribe-title-tag::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../img/gift-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*SUBSCRIBE SHORTCODE EMAIL-FORM*/

.subscribe-wrapper span.ajax-loader {
    display: none !important;
}

.subscribe-wrapper .mc4wp-form {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subscribe-wrapper .mc4wp-form-fields {
    width: 100%;
}

.subscribe-wrapper .mc4wp-form input[type='email'] {
    width: calc(100% - 286px - 40px);
    margin-right: 40px;
    background: transparent;
}

.subscribe-wrapper .mc4wp-form input[type='submit'] {
    width: 286px;
}

.subscribe-wrapper .mc4wp-form input[type='email']:not(:focus)::-webkit-input-placeholder,
.subscribe-wrapper .mc4wp-form input[type='email']:not(:focus):-ms-input-placeholder,
.subscribe-wrapper .mc4wp-form input[type='email']:not(:focus)::-moz-placeholder,
.subscribe-wrapper .mc4wp-form input[type='email']:not(:focus)::placeholder {
    color: #0a0a0a;
    opacity: 1;
}

.subscribe-wrapper .mc4wp-form input[type='email'] {
    font-size: 20px;
    padding: 16px 30px;
    color: #0a0a0a !important;
    border: 2px solid #0a0a0a;
    background-color: transparent;
    height: 68px;
    width: 100%;
    max-width: 100%;
    background-clip: border-box;
}

.subscribe-wrapper .mc4wp-form input[type='email']:focus {
    background-color: #fff;
    color: #161616;
}

.subscribe-wrapper .mc4wp-form input[type='submit'] {
    height: 68px;
    color: #ffffff;
    background-color: #0b0f14;
    border: 2px solid #0b0f14;
    box-sizing: border-box;
    font-size: 16px !important;
    margin-top: 0;
    float: right;
    text-transform: uppercase;
}

.subscribe-wrapper .mc4wp-form .subscription-submit:not(.active) input[type='submit']:hover {
    color: #ffffff;
    background-color: #7f8487;
    border-color: #7f8487;
}

.subscribe-wrapper .wpcf7-form-control-wrap {
    width: calc(100% - 320px);
    float: left;
}

.subscribe-wrapper h3 {
    margin: 0;
}

@media screen and (max-width: 1440px) and (min-width: 992px) {
    .subscribe-wrapper {
        min-height: 540px;
    }

    .subscribe-wrapper .mc4wp-form input[type='email'] {
        height: 55px;
        font-size: 16px;
        line-height: 55px;
    }

    .subscribe-wrapper .mc4wp-form input[type='submit'] {
        width: 200px;
        height: 55px;
        padding: 0 10px;
        font-size: 16px !important;
    }

    .subscribe-wrapper .wpcf7-form-control-wrap {
        width: calc(100% - 230px);
    }
}

@media screen and (max-width: 1200px) {
    .subscribe-wrapper {
        gap: 45px;
    }
}

@media (max-width: 991px) {
    /*MAIN STYLES*/
    .title {
        font-size: 30px;
    }

    .ls-fullscreen-wrapper {
        margin-bottom: 40px;
    }

    /*BUTTONS*/
    .button-default {
        min-width: 286px;
    }

    /*ABOUT SHORT SECTION*/
    .about-short-section {
        margin-bottom: 50px;
    }

    .about-short-section h1 {
        margin: 40px 0 35px;
    }

    /*BANNER SECTIONS*/
    .banner-section {
        margin-bottom: 80px;
    }

    .banner-item video {
        position: static;
    }

    .banners-container::-webkit-scrollbar {
        display: none;
    }

    .banner-section.with-video {
        margin-bottom: 50px;
    }

    .banner-section .banner-text {
        font-size: 20px;
    }

    .swiper-container.linked-products-carousel {
        margin-bottom: 50px;
    }

    /*REVIEWS SECTION*/
    .reviews-section {
        margin-bottom: 100px;
    }

    .isotope-item {
        padding: 15px;
    }

    .reviews-section .swiper-container {
        padding: 0 20px;
    }

    /*SUBSCRIBE SECTION*/
    .subscribe-wrapper {
        min-height: 460px;
    }

    .subscribe-text-wrapper {
        padding: 30px;
    }

    .subscribe-image {
        display: none;
    }

    .subscribe-wrapper .wpcf7-form p:nth-child(2) {
        display: none;
        width: calc(100% - 250px - 40px);
    }

    .subscribe-wrapper .wpcf7-form p:nth-child(3) {
        width: 200px;
    }

    .subscribe-title-tag {
        margin: 0 auto 29px;
    }

    .subscribe-wrapper .subscribe-desc {
        text-align: center;
    }

    .subscribe-title-big {
        text-align: center;
        margin: 0 auto 3px;
        line-height: 1.2;
    }

    .subscribe-wrapper .mc4wp-form {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    /*MAIN STYLES*/
    .title-small {
        font-weight: 400;
        max-width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .swiper-container.linked-products-carousel
        .product-thumbnail
        .primir-ai-button-float
        .primir-ai-button-float-small-text {
        display: flex;
    }

    .swiper-container.linked-products-carousel
        .product-thumbnail
        .primir-ai-button-float
        .primir-ai-button-float-full-text {
        display: none;
    }

    .title {
        max-width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        font-size: 25px;
    }

    .desktop-swiper {
        display: none;
    }

    .mobile-swiper {
        display: block;
    }

    /*BUTTONS*/
    .button-default {
        min-width: 200px;
        font-size: 16px;
        height: 46px;
    }

    /*BANNERS SECTIONS*/
    .banner-section .banner-item {
        height: 100%;
    }

    .swiper-slide {
        height: unset;
    }

    .banner-section .banner-text {
        font-size: 24px;
        font-weight: 500;
    }

    .banner-section .banner-button {
        font-size: 14px;
    }

    .banner-section.two-banners {
        margin-bottom: 40px;
    }

    #bannerSection3 .swiper-container {
        margin-bottom: 40px;
    }

    .swiper-container.linked-products-carousel .swiper-pagination {
        text-align: left;
    }

    .swiper-container.linked-products-carousel {
        padding: 0 40px;
    }

    /*REVIEWS SECTION*/
    .isotope-item {
        padding: 45px;
    }

    .reviews-section {
        margin-bottom: 60px;
    }

    /*SUBSCRIBE SECTION*/
    .subscribe-title-tag,
    .subscribe-desc {
        font-size: 14px;
    }

    .subscribe-title-big {
        font-size: 20px;
        line-height: 33px;
    }

    .subscribe-wrapper .mc4wp-form {
        flex-direction: column;
        gap: 17px;
    }

    .subscribe-wrapper .wpcf7-form-control-wrap {
        width: 100%;
    }

    .subscribe-wrapper .mc4wp-form input[type='submit'] {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .ls-fullscreen-wrapper:has(#layerslider_16) {
        display: none;
    }
}

@media (min-width: 575px) {
    .ls-fullscreen-wrapper:has(#layerslider_18) {
        display: none;
    }
}

@media (max-width: 560px) {
    /*MAIN STYLES*/
    .title {
        font-size: 22px;
        letter-spacing: normal;
        margin-bottom: 30px;
    }

    .title-small {
        font-size: 13px;
    }

    /*BUTTONS*/
    .button-default {
        width: calc(100% - 40px);
    }

    /*ABOUT SHORT SECTION*/
    .about-short-section {
        margin-bottom: 40px;
    }

    .about-short-section p {
        font-size: 16px;
        line-height: 20px;
    }

    /*BANNERS SECTIONS*/
    .banner-section,
    .banner-section.with-video,
    .instagram-section {
        margin-bottom: 40px;
    }

    .isotope-item {
        padding: 20px;
    }

    .swiper-container.linked-products-carousel {
        padding: 0 10px;
        margin: 0 0 50px;
    }

    /*SUBSCRIBE SECTION*/
    .subscribe-wrapper .mc4wp-form input[type='email'] {
        height: 50px;
        text-align: center;
        font-size: 16px;
    }

    .subscription-submit {
        width: 100%;
    }

    .subscribe-wrapper .mc4wp-form input[type='submit'] {
        float: none;
        width: 100%;
        height: 50px;
        margin-top: 0;
        padding: 0 15px;
        font-size: 16px !important;
        line-height: 50px;
    }

    .subscribe-wrapper .mc4wp-form {
        justify-content: center;
        margin-bottom: 40px;
    }

    .subscribe-wrapper .wpcf7-form-control-wrap {
        width: 100%;
        float: none;
    }

    .subscribe-wrapper .wpcf7 form.invalid .wpcf7-response-output,
    .subscribe-wrapper .wpcf7 form.sent .wpcf7-response-output {
        font-size: 16px;
        text-align: center;
    }

    .subscribe-wrapper .wpcf7-form {
        margin-bottom: 40px !important;
    }

    .subscribe-wrapper span.ajax-loader {
        height: 50px;
        transform: translateY(-100%);
    }

    .subscribe-wrapper .mc4wp-form-fields {
        margin-bottom: 40px;
        text-align: center;
    }

    .subscribe-wrapper .subscribe-desc {
        font-size: 14px;
        max-width: 286px;
        margin: 0 auto 29px;
    }
}
