body,html{
    overflow-x:hidden;
}
img, figure, svg{
    user-select:none;
    -moz-user-select:none;
}
img{
    max-width:100%;
}

.sc{
    display: flex;
    justify-content:center;
    padding:var(--section-padding, 60px 0);
    line-height:1.3em;
    position: relative;
    flex-direction:column;
    align-items:center;
}
.sc > .row{
    margin:0 auto !important;
    max-width:90%;
    width:var(--row-width, 1320px);
    display: flex;
    gap:var(--row-gap, 40px);
    z-index:1;
}

form.cart a.added_to_cart{
    display: none !important;
}

.menu-search{
    display:flex;
    align-items:center;
}
/* FIBOSEARCH */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
    background:transparent !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
    border:1px solid #000 !important;
    background-color:#fbf9f7 !important;
    border-radius:50px !important;
    padding:13px 48px 13px 24px;
}
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp{
    transform:translateY(10px);
    border-radius:10px !important;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    left:unset;
    right:23px;
}
.dgwt-wcas-suggestion-cat{
    text-decoration: none !important;
}

.mobile-menu-search{
    display: none;
}

.item.main-menu ul.sub-menu{
    pointer-events:none;
}
.item.main-menu ul.show-menu{
    pointer-events:all;
}

.search-results div#sidebar{
    display:none !important;
}
.search-results section#primary{
    grid-template-columns:1fr;
}

/* SHOP FILTERS */
.rnz-bsl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
	margin-bottom:20px;
}
.rnz-bsl .woocommerce-notices-wrapper{
	width:100%;
}
.rnz-bsl :is(.woocommerce-result-count, .woocommerce-ordering){
	margin-bottom:0;
}

/* SHOP */
:is(ul, div).products{
    gap:20px;
    margin: 0 !important;
    padding: 0 !important;
}
:is(ul, div).products.columns-1{
    display: flex !important;
    flex-direction:column !important;
}
:is(ul, div).products.columns-2{
    display: grid !important;
    grid-template-columns:repeat(2,1fr) !important;
}
:is(ul, div).products.columns-3{
    display: grid !important;
    grid-template-columns:repeat(3,1fr) !important;
}
:is(ul, div).products::before, .woocommerce :is(ul, div).products::after{
    display: none !important;
}
:is(ul, div).products li.product{
    padding:20px !important;
    padding-top:80px !important;
    position: relative !important;
    margin: 0 !important;
    width:100% !important;
    height:100% !important;
    border:0 !important;
    border-radius:6px !important;
    display:flex;
    gap:10px;
    flex-direction:column;
    justify-content:space-between;
}
:is(ul, div).products li.product .woocommerce-loop-product__title{
    font-weight:700;
    transition: all .25s linear;
    font-size: 1.05em !important;
    text-align:  left !important;
    text-transform: uppercase;
    color:#24211e !important;
}
:is(ul, div).products li.product .woocommerce-loop-product__title a{
    color:#24211e !important;
}
:is(ul, div).products li.product .price{
    margin:0;
    padding:0;
    color:#24211E !important;
    font-size:1em !important;
}
:is(ul, div).products li.product .price bdi{
    font-size:16px !important;
}
:is(ul, div).products li.product .price ins{
    text-decoration: none !important;
}
:is(ul, div).products li.product .product-loop-image{
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 65%;
    width: 100%;
    aspect-ratio: 1;
    transition: all .25s linear;
}
:is(ul, div).products li.product .product-loop-image img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
}
:is(ul, div).products li.product .product-loop-catprice{
    gap:10px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    transition: all .25s linear;
    font-size:.92em !important;
}
:is(ul, div).products li.product .product-loop-cat,
:is(ul, div).products li.product .product-loop-cat a{
    text-transform: uppercase;
    color:#24211e !important;
}
:is(ul, div).products li.product .product-loop-buttons{
    gap:10px;
    display: flex;
    justify-content: space-between;
    font-size: .98em;
    text-transform: uppercase;
    font-weight: 400;
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
    opacity:0;
    pointer-events:none;
    transform:translateY(20px);
    transition: all .25s linear;
}
:is(ul, div).products li.product .product-loop-buttons > *{
    margin:0 !important;
    display: inline-flex;
    padding: 0 4px !important;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13px !important;
    border-radius: 8px;
    border: 1px solid #24211e;
    color: #24211e;
    height: 38px;
    text-align: center;
    text-transform: capitalize;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    user-select: none;
}
:is(ul, div).products li.product .product-loop-buttons > *:first-child{
    width:55%;
}
:is(ul, div).products li.product .product-loop-buttons > *:last-of-type{
    width:45%;
}
:is(ul, div).products li.product .onsale,
:is(ul, div).products li.product .product-loop-buttons .added_to_cart{
    display: none !important;
}
:is(ul, div).products li.product .product-loop-buttons > .button{
    background-color: #24211e !important;
    color: #efe9e2 !important;
    display: inline-flex !important;
    justify-content:center !important;
    align-items:center !important;
}

:is(ul, div).products li.product:hover :is(.product-loop-image, .product-loop-catprice, .woocommerce-loop-product__title){
    transform:translateY(-60px);
}
:is(ul, div).products li.product:hover .product-loop-buttons{
    opacity:1;
    pointer-events:all;
    transform:translateY(0);
}

/* BRANDS */
.sc.brands{
    --section-padding:100px 0;
    background-color:var(--row-bg, #dcd5ce);
    color:var(--row-color, #24211E);
}
.sc.brands .brands__header{
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    gap:10px;
    flex-wrap:nowrap;
    text-align: center;
    margin-bottom:60px !important;
}
.sc.brands .brands__header h2{
    color:var(--row-color, #24211E);
    text-transform: uppercase;
    line-height:1.2em;
}
.sc.brands .brands__header--bprev{
    transform:rotate(-90deg);
}
.sc.brands .brands__header--bnext{
    transform:rotate(90deg);
}
.sc.brands .brands__list--item{
    position: relative;
    border:1px solid var(--row-color, #24211e);
    border-radius:10px;
    transition:all .2s linear;
}
.sc.brands .brands__list--item:hover{
    box-shadow:inset 0 4px 20px 0 rgba(36,33,30,.34);
}
.marcas-negro .brands__list--item:hover{
    box-shadow:inset 0 4px 20px 0 rgba(220,213,206,.4) !important;
}
.sc.brands .brands__list--item a{
    display: flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    padding:6px 16px 16px;
}
.sc.brands .brands__list--item figure{
    width:100%;
    padding-top:100%;
    height:0;
    overflow: hidden;
}
.sc.brands .brands__list--item figure img{
    position: absolute;
    transform:translate(-50%,-50%);
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    width:80%;
    height:80%;
    object-fit:contain;
}
.sc.brands .brands__list--item svg{
    width:80%;
}

@media screen and (min-width: 64em){
    #open-search-modal{
        display: none !important;
    }
}
@media screen and (max-width: 64em){
    #main-header{
        overflow: visible;
    }
    .menu-search{
        display: none !important;
    }
    .mobile-menu-search{
        background-color:#fbf9f7;
        display: flex;
        position: absolute;
        align-items:center;
        bottom:0;
        max-height:62px;
        left:0;
        right:0;
        opacity:0;
        pointer-events:none;
        z-index:-1;
        transition:all .2s linear;
    }
    .mobile-menu-search.active{
        pointer-events:all;
        transform:translateY(100%);
        opacity:1;
    }
    .dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp{
        box-shadow:none !important;
        border-radius:0 !important;
    }
}
@media screen and (max-width:1450px){
    :is(ul, div).products{
        grid-template-columns:repeat(2, 1fr) !important;
    }
}
@media screen and (max-width:1020px){
    :is(ul, div).products.columns-3{
        grid-template-columns:repeat(2, 1fr) !important;
    }
}
@media screen and (max-width:767px){
    :is(ul, div).products{
        grid-template-columns:repeat(2, 1fr) !important;
    }
}

@media screen and (min-width:520px) and (max-width:620px){
    :is(ul, div).products li.product .product-loop-buttons{
        flex-direction:column;
    }
    :is(ul, div).products li.product .product-loop-buttons > *{
        width:100% !important;
    }
}
@media screen and (min-width:520px) and (max-width:620px) and (hover:none){
    :is(ul, div).products li.product{
        padding-bottom:70px !important;
    }
}

@media screen and (max-width:560px){
    :is(ul, div).products{
        grid-template-columns:1fr !important;
    }
}
@media screen and (max-width:520px){
    :is(ul, div).products.columns-3{
        grid-template-columns:1fr !important;
    }
}

@media (hover: none){
    :is(ul, div).products li.product :is(.product-loop-image, .product-loop-catprice, .woocommerce-loop-product__title){
        transform:translateY(-60px);
    }
    :is(ul, div).products li.product .product-loop-buttons{
        opacity:1;
        pointer-events:all;
        transform:translateY(0);
    }
}

body #main-header{
	position: relative;
}
body #main-header.scrolled{
	position: fixed;
    top:0;
}
body.admin-bar #main-header.scrolled{
	top:32px;
}
@media screen and (max-width:767px){
    body.admin-bar #main-header.scrolled{
		top:0;
	}
}