/*GENERALES*/

.home .main-page-wrapper{
    padding-top: 15px;
}

.gsd {
    margin-bottom: 40px;
}

.wd-buttons.wd-pos-r-t {
    display: none !important;
}

.theme-woodmart .product-grid-item .product-element-top:before {
    content: "";
    background: var(--bg-product-card);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.theme-woodmart .arrows-style-1 .flickity-button {
    justify-content: center !important;
}

.theme-woodmart .blog-design-masonry.wd-add-shadow .article-inner {
    box-shadow: none;
    border: 1px solid #f2f2f2;
}

.theme-woodmart .blog-design-masonry.wd-add-shadow:hover .article-inner {
    box-shadow: none;
}

/*SLIDER*/

.theme-woodmart .wd-slide{
	min-height: auto !important;
}

.theme-woodmart .wd-slider-wrapper:not([class*="wd-section-stretch"]) .wd-slider,
.theme-woodmart .wd-slide .wpb_single_image .vc_single_image-wrapper img{
    border-radius: 48px;
}

.theme-woodmart .wd-slide .wpb_single_image .vc_single_image-wrapper img{
	width: 100vw;
}

.theme-woodmart .wd-slider .flickity-button[disabled],
.theme-woodmart .wd-slider .flickity-button[disabled] + ol{
	display: none;
}

.wd-slider .flickity-button {
    background-color: #ffffff1f;
    color: #fff;
    border-radius: 5px;
}

.wd-slider .flickity-button:hover {
    background-color: #ffffff1f;
    color: #fff;
    box-shadow: none;
    opacity: 0.7;
}

.wd-slider .flickity-button.next {
    right: 5%;
}

.wd-slider .flickity-button.previous {
    left: 5%;
}

.wd-slider .flickity-page-dots {
    display: none;
}

.wd-slide-container .wpb_content_element {
    margin-bottom: 0px;
}

.wd-slide-container.slide-without-padding {
    max-width: 95%;
}

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

    .theme-woodmart .pagin-style-1 .flickity-page-dots {
        display: flex;
        bottom: 5%;
    }

    .theme-woodmart .pagin-style-1 .flickity-page-dots li.is-selected {
        border-color: #fff;
        background-color: #fff;
    }

    .theme-woodmart .flickity-button {
        display: none;
    }

    .wd-slide-container.slide-without-padding {
        max-width: 100%;
    }

    .theme-woodmart .wd-slider-wrapper:not([class*="wd-section-stretch"]) .wd-slider,
    .theme-woodmart .wd-slide .wpb_single_image .vc_single_image-wrapper img {
        border-radius: 0px;
    }

}

/*MARCAS*/

/*.home-brands .brand-item {
    position: relative;
}

.home-brands [class*="wd-carousel-spacing-"] .owl-nav>div[class*="prev"] {
    left: calc(-20px + var(--wd-car-sp) / 2);
}

.home-brands [class*="wd-carousel-spacing-"] .owl-nav>div[class*="next"] {
    right: calc(-20px + var(--wd-car-sp) / 2);
}

.brands-widget .brand-item a {
    width: 80%;
    margin: auto;
}

.brands-widget .brand-item a:hover {
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.home-brands .brands-carousel :is(.wd-owl:not(.owl-loaded), .owl-stage) {
    min-height: 160px;
}

.home-brands img {
    filter: grayscale(1);
    opacity: 0.65;
    transition: all .25s ease-in-out;
}

.home-brands .brand-item a:hover img {
    filter: initial;
    opacity: 1;
}

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

    .home-brands .brand-item a {
        background: #FFFFFF;
        box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
    }

    .home-brands .brands-carousel :is(.wd-owl:not(.owl-loaded), .owl-stage) {
        min-height: 135px;
        max-height: 175px;
        height: 30vw;
    }

    .home-brands .brand-item a img {
        filter: initial;
        opacity: 1;
    }

}*/

.gsd.home-brands {
    margin-bottom: 60px;
}

.home-brands p {
    text-align: center;
    width: 650px;
    max-width: 92.5%;
    margin: auto;
}

.home-brands .gallery-images .wd-gallery-item {
    position: relative;
    min-height: 160px;
}

.home-brands .gallery-images [class*="wd-carousel-spacing-"] .owl-nav>div[class*="prev"] {
    left: calc(-20px + var(--wd-car-sp) / 2);
}

.home-brands .gallery-images [class*="wd-carousel-spacing-"] .owl-nav>div[class*="next"] {
    right: calc(-20px + var(--wd-car-sp) / 2);
}

.home-brands .gallery-images .wd-gallery-item a:hover {
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.home-brands .gallery-images :is(.wd-owl:not(.owl-loaded), .owl-stage) {
    min-height: 160px;
}

.home-brands img {
    filter: grayscale(1);
    opacity: 0.65;
    transition: all .25s ease-in-out;
    padding: 20px;
    max-height: 100px;
    width: max-content;
    object-fit: contain;
}

.home-brands .wd-gallery-item a:hover img {
    filter: initial;
    opacity: 1;
}

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

    .home-brands img {
        padding: 20px;
        max-height: 90px;
    }

    .home-brands .gallery-images .wd-gallery-item {
        min-height: 150px;
        max-height: 180px;
        height: 35vw;
    }

    .home-brands .wd-gallery-item a {
        background: #FFFFFF;
        box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
    }

    .home-brands .wd-gallery-item a img {
        filter: initial;
        opacity: 1;
    }

}


/*CARRUSEL DE PRODUCTOS*/

.theme-woodmart .wd-hover-tiled .product-wrapper {
    box-shadow: none;
}

.product-grid-item.wd-hover-tiled .product-element-bottom {
    padding-left: 0;
    padding-right: 0;
}

.product-grid-item :is(.product-image-link, .hover-img) img {
    aspect-ratio: 1;
    object-fit: contain;
}

.theme-woodmart .product-label {
    padding: 6px 12px;
    line-height: 1;
    font-size: 10px;
}

.theme-woodmart .product-labels.labels-rounded {
    top: 10px;
    inset-inline-start: 10px;
}

.onsale.product-label::after {
    content: 'Dscto';
    margin-left: 4px;
}

.theme-woodmart .wd-hover-fw-button .wd-add-btn>a {
    background-color: var(--bg-secondary);
    color: #333;
}

.theme-woodmart .product-grid-item:hover .wd-add-btn>a,
.theme-woodmart .product-grid-item.wd-quantity-overlap:hover div.quantity input[type] {
    background-color: var(--btn-accented-bgcolor);
    color: #fff;
}

.theme-woodmart .wd-quantity-overlap div.quantity input[type] {
    background-color: var(--bg-secondary);
    color: #333;
}

.theme-woodmart .wd-quantity-overlap div.quantity {
    filter: brightness(0.975);
}

.theme-woodmart .slider-type-product .element-title {
    font-size: 26px;
}

.theme-woodmart .home-section-tabs .slider-type-product .element-title {
    color: #000;
}

.theme-woodmart .wd-highlighted-products .elements-grid,
.theme-woodmart .wd-highlighted-products.wd-carousel-container {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.theme-woodmart .wd-add-btn-replace .add-to-cart-loop:hover span {
    transform: none;
}

.theme-woodmart .wd-add-btn-replace .add-to-cart-loop:hover:before {
    display: none;
}

.slider-type-product .owl-nav {
    right: 35px;
    position: absolute;
    top: -30px;
}

.slider-type-product .wd-btn-arrow {
    visibility: visible;
    opacity: 1;
    user-select: auto;
    pointer-events: all;
}

.slider-type-product[class*="wd-carousel-spacing-"] .owl-nav>div[class*="prev"] {
    right: 0;
    left: auto;
    transform: none !important;
}

.slider-type-product[class*="wd-carousel-spacing-"] .owl-nav>div[class*="next"] {
    right: -42px;
    left: auto;
    transform: none !important;
}

.slider-type-product .wd-owl:hover .owl-nav>div {
    transform: none !important;
    z-index: 2;
}

.slider-type-product .wd-btn-arrow:after {
    font-size: 20px;
}

.product-wrapper .product-element-bottom .wd-product-brands-links {
    order: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.product-wrapper .product-element-bottom .wd-entities-title {
    order: 1;
    margin-bottom: 10px;
}

.product-wrapper .product-element-bottom .wrap-price {
    order: 2;
}

.product-wrapper .product-element-bottom .wd-add-btn {
    order: 3;
}

.product-wrapper .product-element-bottom .fade-in-block.wd-scroll {
    display: none !important;
}

.theme-woodmart [class*="title-line-"] {
    --title-line-height: 20px;
}

.theme-woodmart .product-grid-item :is(.star-rating, .wd-star-rating, .wd-quick-shop-2, .wd-swatches-attr, .wd-product-stock) {
    display: none;
}

/*CARRUSEL DE PRODUCTOS EN FONDO DIFERENCIADO*/

.theme-woodmart .products-wb .product-grid-item .product-element-top:before {
    background-color: initial;
}

.products-wb .product-grid-item :is(.product-image-link, .hover-img) img {
    background-color: #fff;
}

.theme-woodmart .products-wb .product-grid-item .wd-add-btn>a,
.theme-woodmart .products-wb .product-grid-item.wd-quantity-overlap div.quantity input[type] {
    background-color: #fff;
}

.theme-woodmart .products-wb .product-grid-item:hover .wd-add-btn>a,
.theme-woodmart .products-wb .product-grid-item.wd-quantity-overlap:hover div.quantity input[type] {
    background-color: var(--wd-primary-color);
}

.theme-woodmart .products-wb .wd-quantity-overlap div.quantity {
    filter: initial;
}

/**/

.theme-woodmart .products-wb.inner-b .product-grid-item .product-element-top:before {
    background: var(--bg-product-card);
}

.theme-woodmart .products-wb.inner-b .product-grid-item .wd-add-btn>a,
.theme-woodmart .products-wb.inner-b .product-grid-item.wd-quantity-overlap div.quantity input[type] {
    background-color: var(--bg-secondary);
}

.products-wb.inner-b .product-grid-item :is(.product-image-link, .hover-img) img {
    object-fit: contain;
}

.theme-woodmart .products-wb.inner-b .product-grid-item:hover .wd-add-btn>a,
.theme-woodmart .products-wb.inner-b .product-grid-item.wd-quantity-overlap:hover div.quantity input[type] {
    background-color: var(--wd-primary-color);
}

.theme-woodmart .products-wb.inner-b .wd-quantity-overlap div.quantity {
    filter: brightness(0.975);
}


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

    .theme-woodmart .product-label {
        padding: 5px 10px;
        font-size: 9px;
    }

    .theme-woodmart .wd-hover-fw-button .wd-add-btn-replace .add-to-cart-loop {
        --btn-height: 45px;
    }

    .theme-woodmart .slider-type-product .element-title {
        font-size: 22px;
        position: relative;
        z-index: 2;
    }

    .theme-woodmart .wd-hover-fw-button:hover .wd-add-btn-replace .add-to-cart-loop:before {
        color: #fff;
        display: flex !important;
    }

    .theme-woodmart .disable-owl-mobile .wd-owl {
        -webkit-mask-image: initial;
        mask-image: initial;
    }

    .products-wb .c1:before {
        content: '';
        position: absolute;
        width: 250px;
        height: 150px;
        background: #62F0C9;
        filter: blur(90px);
        left: -25vw;
        top: -5vw;
    }

    .inner-b .product-wrapper .product-element-bottom .wd-add-btn {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    }

    .theme-woodmart .products-wb.inner-b .product-grid-item .product-element-top:before {
        background: initial;
    }

    .theme-woodmart .products-wb.inner-b .product-grid-item .wd-add-btn>a,
    .theme-woodmart .products-wb.inner-b .product-grid-item.wd-quantity-overlap div.quantity input[type] {
        background-color: #fff;
    }

}

/*BANNERS v1*/

.home-banners-v1 img {
    height: auto;
    border-radius: 24px !important;
    object-fit: cover;
}

.home-banners-v1 .c1 img {
    aspect-ratio: 1/1.4;
}

.home-banners-v1 .c2 img {
    aspect-ratio: 1/0.68;
}

/*BANNER LARGO*/

.home-banner-large img {
    border-radius: 24px !important;
}

.home-banner-large .wpb_content_element {
    margin-bottom: 0px;
}

/*TABS DE CATEGORÍAS*/

.home-cats-tabs .wd-tabs-header {
    max-width: 95%;
    margin: auto;
    position: relative;
    z-index: 2;
}

.home-cats-tabs .wd-nav-tabs-wrapper {
    margin-bottom: 60px;
    min-height: 80px;
    overflow-x: auto;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 1%, #000 99%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 1%, #000 99%, transparent);
    padding: 0 10px;
}

.home-cats-tabs .wd-nav-tabs-wrapper::-webkit-scrollbar {
    height: 0;
    -webkit-appearance: none;
}

/*

.home-cats-tabs .wd-nav-tabs-wrapper::-webkit-scrollbar-thumb{
    -webkit-appearance: none;
    background-color: #ece7dc;
    border-radius: 5px;
}

.home-cats-tabs .wd-nav-tabs-wrapper::-webkit-scrollbar-track{
    -webkit-appearance: none;
    background-color: #ffffff;
    border-radius: 5px;
}

*/

.home-cats-tabs ul.wd-nav-tabs {
    flex-wrap: nowrap;
    min-height: 80px;
}

.home-cats-tabs .wd-nav-tabs li a {
    border: 1px solid #0A0A0A;
    border-radius: 50px;
    padding: 10px 15px;
    width: max-content;
    min-width: 150px;
    display: flex;
    align-items: center;
    min-height: 66px;
}

.home-cats-tabs .wd-nav-tabs li:not(:last-child) {
    margin-right: 20px;
}

.home-cats-tabs .wd-nav li:is(.wd-active) a,
.home-cats-tabs .wd-tabs:not(.wd-inited) .wd-nav-tabs>li:first-child>a {
    border: 1px solid #edae8b;
    background-color: #f8e4d9;
    opacity: 1;
    filter: initial;
}

.home-cats-tabs .wd-nav-tabs li:not(.wd-active) a {
    opacity: 0.6;
    filter: grayscale(1);
}

.home-cats-tabs .wd-nav-tabs li a span {
    max-width: 120px;
    line-height: 1.35;
    text-transform: none;
    color: #0A0A0A;
}

.home-cats-tabs .wd-nav-tabs img {
    width: 50px;
}

.btn-tabs {
    width: 100%;
    position: absolute;
    top: 18px;
    left: 0;
}

.wpb_content_element.btn-tabs {
    margin-bottom: 0px;
}

.btn-tabs button {
    position: absolute;
    font-size: 0;
    min-width: 40px;
    min-height: 40px;
    border-radius: 5px;
    padding: 0;
    background-color: transparent;
    color: #6d6553;
}

.btn-tabs button:hover {
    background-color: #ece7dc;
    color: #6d6553;
    opacity: 0.7;
}

.btn-tabs button#tab-previous {
    left: 0;
}

.btn-tabs button#tab-next {
    right: 0;
}

button#tab-next:before,
button#tab-previous:before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    position: relative;
}

button#tab-next:before {
    content: '\f105';
    right: -0.765px;
}

button#tab-previous:before {
    content: '\f104';
    left: -1px;
}

.vc_section.home-section-tabs.vc_section-has-fill {
    padding-top: 80px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.home-cats-tabs .wd-nav-tabs {
    white-space: initial;
}

.home-cats-tabs .wd-info-box :is(.info-box-subtitle, .info-box-title) {
    margin-bottom: 0px;
    font-size: 24px;
    color: #000;
}

.home-cats-tabs .promo-banner .btn.btn-color-default {
    background-color: #f56531;
    border-radius: 5px;
    color: #fff;
}

.home-cats-tabs .banner-border .wrapper-content-banner {
    border: 5px solid rgb(248 246 241);
}

.home-cats-tabs .subtitle-color-default.subtitle-style-default {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    width: max-content;
    margin: 0 auto 10px auto;
    padding: 0 15px;
    min-height: 30px;
    border-radius: 50px;
    background-color: #F5D058;
    color: #000;
    display: flex;
    align-items: center;
    line-height: 1;
}

.home-cats-tabs .promo-banner :is(.banner-subtitle, .banner-title, .banner-inner):not(:first-child) {
    max-width: 80%;
    margin: 20px auto;
    color: #000;
}

.home-cats-tabs .promo-banner :is(.banner-title) {
    font-size: 32px;
    line-height: 1.175;
}

.home-cats-tabs .promo-banner {
    --button-space: 20px;
}

.home-cats-tabs .promo-banner .btn.btn-color-default:hover {
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

.home-cats-tabs .banner-mask .wrapper-content-banner {
    background-color: rgba(0, 0, 0, 0.1);
}

.home-cats-tabs .banner-mask[class*="banner-hover-zoom"]:hover .wrapper-content-banner {
    background-color: rgba(0, 0, 0, 0.3);
}

.home-cats-tabs .promo-banner .banner-image :is(img, picture) {
    aspect-ratio: 1;
}

.home-cats-tabs img,
.home-cats-tabs .wd-info-box,
.home-banner-large img {
    position: relative;
    z-index: 2;
}

.home-cats-tabs .info-box-wrapper img {
    width: 60px;
    filter: brightness(1.075);
    z-index: 2;
    position: relative;
}

.home-cats-tabs .promo-banner-wrapper:before {
    content: '';
    position: absolute;
    width: 418px;
    height: 480px;
    background: #F5D058;
    filter: blur(200px);
    left: -25vw;
    top: 10vw;
}

.home-banners-v1 .c2:before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: #F56531;
    filter: blur(315px);
    right: -45vw;
    top: 15vw;
}

.home-banner-large .c1:before {
    content: '';
    position: absolute;
    width: 263.17px;
    height: 485.4px;
    background: #F0C962;
    filter: blur(250px);
    left: -15vw;
    top: 0;
}

.home-cats .wd-categories-wrap:before {
    content: '';
    position: absolute;
    width: 414px;
    height: 414px;
    background: #62D0F0;
    filter: blur(300px);
    right: -20vw;
    bottom: 0;
}

.gsd.home-banner-large {
    margin-bottom: 75px;
}

.wd-rs-648890e259d50.wd-wpb {
    margin-bottom: 75px;
}

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

    .vc_section.home-section-tabs.vc_section-has-fill {
        padding-top: 60px;
        padding-bottom: 40px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .btn-tabs {
        top: 21px;
    }

    .btn-tabs button:hover {
        background-color: transparent;
    }

    .home-cats-tabs .wd-nav-tabs-wrapper {
        padding: 0 5px;
    }

    .home-cats-tabs .wd-nav-tabs li a {
        min-width: auto;
    }

    .home-cats-tabs .wd-tabs .wd-tabs-header .img-wrapper img {
        max-height: 35px;
    }

    .home-cats-tabs .promo-banner-wrapper {
        margin-bottom: 0;
    }

    .home-cats-tabs .banner-btn-wrapper :is(.btn-size-default, .btn-size-large, .btn-size-extra-large) {
        padding: 5px 15px;
        min-height: 40px;
    }

    .home-cats-tabs .wd-nav-tabs-wrapper {
        margin-bottom: 20px;
    }

    .home-cats-tabs .wd-info-box :is(.info-box-subtitle, .info-box-title) {
        font-size: 22px;
    }

    .home-cats-tabs .promo-banner-wrapper:before {
        content: '';
        position: absolute;
        width: 250px;
        height: 250px;
        background: #F5D058;
        filter: blur(200px);
        left: 0;
        top: 25%;
    }

    .home-banners-v1 .c2:before {
        display: none;
    }

    .home-banner-large .c1:before {
        content: '';
        position: absolute;
        width: 120px;
        height: 200px;
        background: #F0C962;
        filter: blur(250px);
        left: -15vw;
        top: 0;
    }

    .home-cats .wd-categories-wrap:before {
        content: '';
        position: absolute;
        width: 150px;
        height: 150px;
        background: #62D0F0;
        filter: blur(300px);
        right: -20vw;
        bottom: 0;
    }

}

@media screen and (min-width: 768px) and (max-width: 1150px) {

    .home-cats-tabs .wd-tab-content .wpb_column.vc_column_container.vc_col-sm-4 {
        width: 40%;
    }

    .home-cats-tabs .wd-tab-content .wpb_column.vc_column_container.vc_col-sm-8 {
        width: 60%;
    }

    .home-cats-tabs .wd-tab-content .wpb_content_element {
        margin-bottom: 0px;
    }

    .home-cats-tabs .promo-banner :is(.banner-title) {
        font-size: 2vw;
    }

    .home-cats-tabs .promo-banner :is(.banner-subtitle, .banner-title, .banner-inner):not(:first-child) {
        max-width: 100%;
        margin: 15px auto;
    }

    .home-cats-tabs .timer-size-medium .wd-timer>span {
        font-size: 1.5vw;
    }

    .home-cats-tabs .subtitle-color-default.subtitle-style-default {
        font-size: 0.85vw;
        width: max-content;
        margin: 0 auto 0.5vw auto;
        padding: 0 1.15vw;
        min-height: 2vw;
    }

    .home-cats-tabs .promo-banner .btn.btn-color-default {
        height: 3.75vw;
        max-height: 50px;
    }

    .home-banners-v1 .c2:before {
        display: none;
    }

}

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

    .home-cats-tabs .promo-banner :is(.banner-title) {
        font-size: 24px;
    }

    .home-cats-tabs .promo-banner :is(.banner-subtitle, .banner-title, .banner-inner):not(:first-child) {
        max-width: 100%;
    }

}

@media screen and (min-width: 768px) and (max-width: 900px) {

    .home-cats-tabs .promo-banner .btn.btn-color-default {
        display: none;
    }

    .home-cats-tabs .promo-banner :is(.banner-title) {
        font-size: 2.5vw;
    }

    .home-cats-tabs .subtitle-color-default.subtitle-style-default {
        font-size: 1.25vw;
        min-height: 3vw;
    }

    .home-cats-tabs .promo-banner :is(.banner-inner):not(:first-child) {
        font-size: 1.5vw;
    }

}

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

    .home-cats-tabs .vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
        justify-content: initial;
    }

}


/*CARRUSEL DE CATEGORÍAS*/

.home-cats .category-grid-item img {
    aspect-ratio: 1;
    object-fit: cover;
}

.home-cats .hover-mask .more-products {
    display: none;
    margin-top: 0;
}

.home-cats .category-grid-item .wd-entities-title {
    background-color: #ffffffde;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.home-cats h3 {
    font-size: 26px;
    color: #000;
}

.home-cats .wpb_content_element {
    margin-bottom: 20px;
}

.theme-woodmart .cat-design-default.categories-with-shadow .wrapp-category {
    box-shadow: none;
}

.home-cats .owl-nav {
    right: 35px;
    position: absolute;
    top: -30px;
}

.home-cats .wd-btn-arrow {
    visibility: visible;
    opacity: 1;
    user-select: auto;
    pointer-events: all;
}

.home-cats [class*="wd-carousel-spacing-"] .owl-nav>div[class*="prev"] {
    right: 0;
    left: auto;
    transform: none !important;
}

.home-cats [class*="wd-carousel-spacing-"] .owl-nav>div[class*="next"] {
    right: -42px;
    left: auto;
    transform: none !important;
}

.wd-owl:hover .owl-nav>div {
    transform: none !important;
    z-index: 2;
}

.home-cats .wd-btn-arrow:after {
    font-size: 20px;
}

.home-cats .wd-button-wrapper {
    position: absolute;
    top: 10px;
    right: 15px;
}

.home-cats .wd-button-wrapper a {
    background-color: transparent;
    padding: 0;
    min-height: auto;
    width: auto;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #000;
}

.home-cats .wd-button-wrapper a:hover {
    box-shadow: none;
    opacity: 0.75;
}

.home-cats .categories-style-masonry-first .product-category:first-child .wd-entities-title {
    font-size: 18px;
}

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

    .home-cats .category-grid-item .wd-entities-title {
        background-color: transparent;
        padding: 0;
    }

    .home-cats .wd-button-wrapper {
        position: relative;
        top: initial;
        right: initial;
        text-align: left;
        margin-bottom: 15px;
    }

    .vc_section.home-section-tabs.vc_section-has-fill {
        padding-bottom: 20px;
    }

    .home-cats h3 {
        font-size: 22px;
    }

}

/*BANNERS v2*/

.home-banners-v2 img {
    height: auto;
    border-radius: 24px !important;
    object-fit: cover;
}

.home-banners-v2 .c1 .wpb_wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.home-banners-v2 .c1 img {
    aspect-ratio: 1/0.5;
}

.home-banners-v2 .c2 img {
    aspect-ratio: 1/0.69125;
}

.home-banners-v2 .wpb_content_element {
    margin-bottom: 0px;
}

.gsd.home-banners-v2 {
    margin-bottom: 75px;
}

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

    .home-banners-v1 .c1 img,
    .home-banners-v1 .c2 img,
    .home-banners-v2 .c1 img,
    .home-banners-v2 .c2 img {
        aspect-ratio: auto;
    }

    .home-banners-v2 .wpb_content_element {
        margin-bottom: 30px;
    }

    .home-banners-v2 .c1 .wpb_wrapper {
        display: initial;
        flex-direction: initial;
        gap: initial;
    }

    .vc_row-has-fill+.vc_row.home-banners-v2>.vc_column_container>.vc_column-inner {
        padding-top: 0;
    }

    .gsd.home-banners-v2 {
        margin-bottom: 40px;
    }

}

/*BLOG*/

.home-blog h3 {
    font-size: 26px;
}

.home-blog .wpb_content_element {
    margin-bottom: 20px;
}

.home-blog .wd-button-wrapper {
    position: absolute;
    right: 18px;
    top: 10px;
}

.home-blog .wd-button-wrapper a {
    background-color: transparent;
    padding: 0;
    min-height: auto;
    width: auto;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-blog .wd-button-wrapper a:hover {
    box-shadow: none;
    opacity: 0.75;
}

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

    .home-blog h3 {
        font-size: 22px;
    }

}

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

    .home-blog .wd-button-wrapper {
        position: relative;
        right: auto;
        top: auto;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
    }

}