/* CSS */

/* Variables root */
@import url('./variables.css');

/* Estilos base */
@import url('./styles.css');


/* Estilos personalizados */

body.admin-panel,
.db-sidebar-nav-menu {
    color: #464667;
}

body.admin-panel .nav-brand {
    width: 260px;
    padding: 0;
    margin-left: 10px;
}

body.admin-panel .nav-brand::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-color: #d3d6dc;
}


body.admin-panel .nav-brand .logo {
    height: 66px !important;
    padding: 0 5px;
    background: #fff;
    z-index: 9;
}

body:not(.admin-panel) header {
    border-bottom: 2px solid #000;
}

body:not(.admin-panel) .brand-logo {
    height: 2.5rem;
    margin-left: -5px;
}

body:not(.admin-panel) .brand-logo .logo {
    height: 65px;
    margin-top: -13px;
}

footer.bg-secondary {
    background-color: rgb(var(--primary)) !important;
}

body:not(.admin-panel) h1,
body:not(.admin-panel) h2,
body:not(.admin-panel) h3:not(.text-sm) {
    font-family: var(--title-font) !important;
    color: rgb(var(--primary)) !important;
    font-size: 150%;
}

body:not(.admin-panel) h4.text-xl {
    font-family: var(--title-font) !important;
    font-size: 1.5rem;
}

body:not(.admin-panel) #filter-canvas button span {
    font-family: var(--title-font) !important;
    color: rgb(var(--primary)) !important;
}

.valkiria {
    position: absolute;
    top: 0;
    z-index: 9;
    height: stretch;
    transform: translateX(-155px);
}

.super-border.swiper {
    min-height: 510px;
    width: 100%;
    background: rgb(250, 250, 250);
}

.super-border {
    border-top: 10px solid rgb(var(--primary)) !important;
    border-bottom: 11px solid rgb(var(--primary)) !important;
}

body:not(.admin-panel) .border {
    border-width: 2px !important;
}

.border-footer {
    border-top: 2px solid #2c2c32 !important;
}

.leading-1 {
    line-height: 1 !important;
}

.border-t-2 {
    border-top-width: 2px !important;
}

.border-b-2 {
    border-bottom-width: 2px !important;
}

.border-l-2 {
    border-left-width: 2px !important;
}

.border-r-2 {
    border-right-width: 2px !important;
}

.gallery-swiper.product-img-swiper {
    border: 2px solid rgb(var(--primary)) !important;
    border-left: 4px solid rgb(var(--primary)) !important
}

body:not(.admin-panel) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.categories-block .border {
    border-color: rgb(var(--primary)) !important;
}

.promotions-block {
    padding: 2.75rem 0 2.5rem;
    background: rgb(250, 250, 250);
    border-top: 2px solid #eee;
}