

// Evitar conflictos de box-sizing
*, *::before, *::after {
    box-sizing: border-box;
}

// Ejemplo usando Bootstrap utilities
.container {
    max-width: 1200px;
}
// Variables para Boostrap
:root {
    --bs-body-font-family: 'Roboto', Arial, sans-serif;
    --bs-body-font-size: 1.4rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #333333;
    --bs-body-bg: #ffffff;
}

// page-header
.page-header {
    .panel.wrapper {
        background-color: #292a2c;
        border-bottom: 0;
    }
}
.page-wrapper {
    .page-header {
        .panel.wrapper {
            border-bottom:none;
            .panel.header{
                .minicart-wrapper {
                    .action.showcart {
                        text-decoration: none;
                        font-weight: bold;
                        &:visited {
                            color: #ffffff;
                        }
                        &:hover {
                            color: #ffffff;
                        }
                        color: #ffffff;
                        &:before {
                            line-height: 54px;
                            content: ' ';
                            background-image: url('../images/icon-minicart.svg');
                            background-repeat: no-repeat;
                            background-size: 25.5px 25.5px;
                            padding: 13px 13px;
                            position: relative;
                            top: 2px;
                            left: 0px;
                            max-width: 25.5px;
                            text-align: center;
                        }
                        .text {

                            clip: auto;
                            width: 100px;
                            height: auto;
                            padding: 4px;
                        }
                        .counter.qty {
                            background: rgb(244,0,70);
                        }
                    }
                }
                .cont-minilogin {
                    .mini-login {
                        .header.links {
                            .link.authorization-link {
                                a {
                                    text-decoration: none;
                                    font-weight: bold;
                                    &:visited {
                                        color: #ffffff;
                                    }
                                    &:hover {
                                        color: #ffffff;
                                    }
                                    color: #ffffff;
                                }
                            }
                        }
                    }
                }
                .link.wishlist {
                    list-style: none;
                    width: 120px;
                    a {
                        font-size: 0;

                        &:before {
                            line-height: 54px;
                            content: ' ';
                            background-image: url('../images/wishlist-icon.svg');
                            background-repeat: no-repeat;
                            background-size: 25.5px 25.5px;
                            padding: 13px 13px;
                            position: relative;
                            top: 2px;
                            left: 0;
                            max-width: 25.5px;
                            text-align: center;
                        }

                    }
                }
            }
        }
        .header.content {
            max-width: 100%;
            display: flex;
            justify-content: center;
            background: #4a4b53;
            padding: 15px 20px 15px;
            .block.block-search {
                margin-left: 50px;
                width: 530px;
                input {
                    height: 40px;
                    border-radius: 5px;
                }
                .action.search{
                    opacity: 1;
                    &:before {
                        line-height: 40px;
                        font-size: 22px;
                        color: #000000;
                    }
                }
            }
            .logo {
                margin: 0;
            }
        }
    }


    .page-footer {
        background: #292a2c;
        padding-top: 25px;
        .footer.content.container {
            padding-bottom: 25px;
            .row {
                .logox {
                    .logo-footer {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        min-height: -webkit-fill-available;
                    }
                }
                .first-links {
                    .contact-links {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        min-height: -webkit-fill-available;
                        .links-contact {
                            li {
                                line-height: 2;
                                a {
                                    text-decoration: none;
                                    font-weight: bold;
                                    &:visited {
                                        color: #ffffff;
                                    }
                                    &:hover {
                                        color: #ffffff;
                                    }
                                    color: #ffffff;
                                }
                            }
                        }
                    }
                }
                .second-links {
                    .links-second {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        min-height: -webkit-fill-available;
                        .links-questions {
                            li {
                                line-height: 2;
                                a {
                                    text-decoration: none;
                                    font-weight: bold;
                                    &:visited {
                                        color: #ffffff;
                                    }
                                    &:hover {
                                        color: #ffffff;
                                    }
                                    color: #ffffff;
                                }
                            }
                        }
                    }
                }
                .third-links {
                    .links-third {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        min-height: -webkit-fill-available;
                        flex-wrap: wrap;
                        .redes-sociales {
                            margin-bottom: 15px;
                            .link-face {
                                width: 40px;
                                display: inline-block;
                                text-align: center;
                                &:before {
                                    content: ' ';
                                    background-image: url('../images/icon-facebook.svg');
                                    background-repeat: no-repeat;
                                    background-size: 25.5px 25.5px;
                                    padding: 6px 13px;
                                    position: relative;
                                    top: 1px;
                                    text-align: center;
                                }

                            }
                            .link-ista {
                                width: 40px;
                                display: inline-block;
                                text-align: center;
                                &:before {
                                    content: ' ';
                                    background-image: url('../images/icon-instagram.svg');
                                    background-repeat: no-repeat;
                                    background-size: 25.5px 25.5px;
                                    padding: 6px 13px;
                                    position: relative;
                                    top: 1px;
                                    text-align: center;
                                }

                            }
                            .link-tiktok {
                                width: 40px;
                                display: inline-block;
                                text-align: center;
                                &:before {
                                    content: ' ';
                                    background-image: url('../images/icon-tiktok.svg');
                                    background-repeat: no-repeat;
                                    background-size: 25.5px 25.5px;
                                    padding: 6px 13px;
                                    position: relative;
                                    top: 1px;
                                    text-align: center;
                                }

                            }
                            .link-whatsappe {
                                width: 40px;
                                display: inline-block;
                                text-align: center;
                                &:before {
                                    content: ' ';
                                    background-image: url('../images/icon-whatsapp.svg');
                                    background-repeat: no-repeat;
                                    background-size: 25.5px 25.5px;
                                    padding: 6px 13px;
                                    position: relative;
                                    top: 1px;
                                    text-align: center;
                                }

                            }
                        }
                        .mail-telefono {
                            width: 100%;
                            background: #464648;
                            padding: 5px 0 5px 42px;
                            border-radius: 10px;
                            .telefono-mail {
                                li {
                                    a {
                                        text-decoration: none;
                                        font-weight: bold;
                                        &:visited {
                                            color: #ffffff;
                                        }
                                        &:hover {
                                            color: #ffffff;
                                        }
                                        color: #ffffff;
                                        line-height: 2;
                                        &.link-telefono {
                                            &:before {
                                                content: ' ';
                                                background-image: url('../images/icon-phone.svg');
                                                background-repeat: no-repeat;
                                                background-size: 25.5px 25.5px;
                                                padding: 6px 18px;
                                                position: relative;
                                                top: 1px;
                                                text-align: center;
                                            }
                                        }
                                        &.link-mail {
                                            &:before {
                                                content: ' ';
                                                background-image: url('../images/icon-mail.svg');
                                                background-repeat: no-repeat;
                                                background-size: 25.5px 25.5px;
                                                padding: 6px 18px;
                                                position: relative;
                                                top: 1px;
                                                text-align: center;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

}



.nav-sections.nav-sections-loaded {
    visibility: hidden;
}






// Custom styles
@import '_responsive.less';
