html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

p {
    font-family: 'Poppins', sans-serif;
}

button.ma-2.ml-0.v-btn.v-btn--disabled.v-btn--outlined.theme--dark {
    color: #3478a5 !important;
}

span.sub-chip {
    position: absolute;
    bottom: 22px;
    left: 50px;
}

.main-jumbotron {
    min-height: 90vh;
    background-color: rgb(249, 249, 249);
    border-color: rgb(249, 249, 249);
    overflow: hidden;
    position: relative;
    background-image: url(../images/hero.svg);
    background-size: 75%;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* .showroom-jumbotron {
    min-height: 90vh;
    background-color: rgb(255, 255, 255);
    border-color: rgb(249, 249, 249);
    overflow: hidden;
    position: relative;
    background-size: 75%;
    background-position: bottom;
    background-repeat: no-repeat;
} */
h1.page-header {
    margin-bottom: 25px;
    font-size: 50px;
    margin-top: -8px;
}

.showroom-card-main {
    background: white !important;
    position: absolute;
    top: 15vh;
    max-width: 500px;
}

.showroom-home-image {
    background-image: url(../images/showroom-bg.jpg);
    background-position: top;
    background-size: cover;
}

.catalogo {
    min-height: 100vh;
}

.catalog-card {
    border-radius: 8px;
    padding: 10px 10px 0px 10px;
    z-index: 49;
}

.catalog-card-title {
    margin-top: 10px;
    margin-left: 5px;
}

hr.inset-mini-divider {
    margin-bottom: 25px;
    max-width: 80px;
    border: 2px solid #3478a5;
}

hr.inset-mini-divider-default {
    margin-bottom: 25px;
    max-width: 80px;
    border: 2px solid #686868;
}

.soft-shadow {
    box-shadow: 0px 6px 12px 0px rgb(14 17 51 / 14%) !important;
}

.profile-product-tabs .v-slide-group__content.v-tabs-bar__content {
    align-items: center;
}

.heading1 {
    font-size: 32px;
    line-height: initial;
}

img.featured-img {
    width: 100%;
}

.profile-product-select .v-item-group.theme--light.v-slide-group.v-tabs-bar {
    margin-top: 0%;
}

.doors-section {
    background-image: url(../images/download-thumb.png);
    background-position: right;
    background-repeat: no-repeat;
}

.top-blue {
    border-top: 8px solid #e2f6fe !important;
}

.top-yellow {
    border-top: 8px solid #fef1e1 !important;
}

.top-green {
    border-top: 8px solid #e5fde6 !important;
}

.top-purple {
    border-top: 8px solid #fcedf7 !important;
}

.appie-video-player-item .thumb {
    position: relative;
    overflow: hidden;
}

.appie-video-player-item .thumb img {
    width: 100%;
}

.appie-video-player-item .thumb .video-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.appie-video-player-item .thumb .video-popup a {
    text-decoration: none;
}

.v-input.price-switch.theme--light.v-input--selection-controls.v-input--switch.v-input--switch--inset {
    display: inline-flex;
}

.main-title {
    font-size: xx-large;
}

.popular-chip {
    z-index: 5;
    float: right;
    background-color: #3478a5 !important;
    color: white !important;
    margin-top: -13px;
    left: -8px;
}


a {
    text-decoration: none;
    color: rgb(0 0 0 / 87%) !important;
}

.logo-wrapper {
    text-align: center;
    padding: 50px;
}

/* Grayscale Image Hover Effect CSS */
.grayscale {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.5s;
    cursor: pointer;
}

.grayscale:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.door-shadow {
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
    /* height: 71px; */
    /* max-width: 100px; */
    /* position: relative; */
    /* top: -50px; */
}

a.v-breadcrumbs__item {
    color: #3478a5 !important;
}

.no-bg-field.theme--light.v-text-field--filled>.v-input__control>.v-input__slot {
    background: none;
}

/* PROFILE PAGE STYLES */

.condensed-list .v-list-item {
    height: 20px !important;
    min-height: 35px !important;
}

.company-card-title {
    max-height: 50px;
    overflow: hidden;
}

.profile-header .v-image__image--cover {
    background-size: contain;
}

.profile-product-tabs .v-slide-group__content.v-tabs-bar__content {
    align-items: center;
}

.profile-product-select .v-item-group.theme--light.v-slide-group.v-tabs-bar {
    margin-top: 0%;
}

.top {
    position: sticky;
    bottom: 20px;
    margin-right: 10px;

    /* visual styling */
    width: 32px;
    aspect-ratio: 1;
    background: #ff8b24;
    border-radius: 10px;
}

.top:before {
    content: "";
    position: absolute;
    inset: 30%;
    transform: translateY(20%) rotate(-45deg);
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
}

.profile-image-container {
    display: grid !important;
}

.profile-image {
    margin: auto !important;
    margin-top: -80px !important;
    border: 8px solid #ffffff6b !important;
    border-radius: 0px !important;
    box-shadow: 0 0 1px #888 !important;
    background-color: white !important;
    /* max-width: 261px; */
}

.profile-image .v-image__image--cover {
    background-size: contain;
}

.profile-background {
    height: 100% !important;
    background: white !important;
    color: #d32424 !important;
}

.v-bottom-navigation.profile-bottom-nav {
    position: fixed;
    z-index: 3;
}

span.bottom-nav-btn {
    display: block;
    margin-left: 5px;
}

.extra-dense-list.v-list--two-line .v-list-item .v-list-item__icon, .v-list-item--two-line .v-list-item__icon {
    margin-bottom: 16px;
}

.extra-dense-list.v-application--is-ltr .v-list-item__action:first-child, .v-application--is-ltr .v-list-item__icon:first-child {
    margin-right: 16px;
}

.extra-dense-list.v-list--two-line .v-list-item, .v-list-item--two-line {
    min-height: 55px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .profile-header {
        min-height: 50vh;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 767px) {
    .main-jumbotron {
        min-height: 90vh;
        background-color: rgb(249, 249, 249);
        border-color: rgb(249, 249, 249);
        overflow: hidden;
        position: relative;
        background-image: url(../images/jumbotron-small.png);
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .profile-header {
        min-height: 50vh;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .profile-header {
        min-height: 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .profile-header {
        min-height: 100%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .profile-header {
        min-height: 100%;
    }
}
/* ===== Public navbar (catálogo y páginas públicas) ===== */
.public-navbar { background: rgba(255,255,255,0.72) !important; -webkit-backdrop-filter: blur(14px) saturate(160%); backdrop-filter: blur(14px) saturate(160%); border-bottom: 1px solid rgba(213,221,224,0.55) !important; box-shadow: 0 1px 14px rgba(38,70,83,0.06); }
.public-navbar .v-btn { text-transform: none; letter-spacing: 0; font-weight: 500; }
.public-navbar .v-btn--text { color: #4a5a64; }
.public-nav-cta { border-radius: 10px !important; font-weight: 600 !important; color: #fff !important; }
.public-nav-cta .v-btn__content, .public-nav-cta .v-btn__content .v-icon { color: #fff !important; }

/* ===== Catálogo: vistas de detalle (/doors, /windows, etc.) ===== */
.detail-page { background: #f7f8fa; min-height: 100vh; padding: 32px 0 72px; }
.detail-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.det-breadcrumb { font-size: 13px; color: #8a949b; margin-bottom: 24px; font-family: 'Poppins', sans-serif; }
.det-breadcrumb a { color: #3478a5; text-decoration: none; font-weight: 500; }
.det-breadcrumb a:hover { text-decoration: underline; }
.det-bc-sep { margin: 0 8px; color: #c4ccd1; }
.det-bc-current { color: #5b6770; }

.det-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-bottom: 26px; margin-bottom: 30px; border-bottom: 1px solid #e6eaee; }
.det-eyebrow { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; color: #3478a5; margin-bottom: 8px; }
.det-title { font-family: 'Montserrat', 'Poppins', sans-serif; font-size: 2.4rem; font-weight: 800; color: #264653; line-height: 1.05; margin: 0 0 10px; }
.det-sub { font-family: 'Poppins', sans-serif; font-size: 1rem; color: #6b757d; line-height: 1.55; max-width: 620px; margin: 0; }
.det-share { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #d8e2ea; color: #3478a5; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; padding: 10px 18px; border-radius: 11px; cursor: pointer; transition: all 0.2s ease; white-space: nowrap; flex-shrink: 0; }
.det-share:hover { background: #e8f2f9; border-color: #b9d3e6; }

.det-section { margin-bottom: 36px; }
.det-section-title { font-family: 'Poppins', sans-serif; font-size: 1.15rem; font-weight: 700; color: #264653; margin: 0 0 4px; }
.det-section-title:after { content: ''; display: block; width: 46px; height: 3px; border-radius: 3px; background: #3478a5; margin-top: 8px; margin-bottom: 22px; }

.model-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); gap: 18px; }
.model-card { background: #fff; border: 1px solid #e9eef1; border-radius: 14px; overflow: hidden; transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease; }
.model-card:hover { transform: translateY(-4px); border-color: #cfe0ec; box-shadow: 0 12px 26px rgba(38, 70, 83, 0.12); }
.model-card-media { height: 200px; display: flex; align-items: center; justify-content: center; padding: 16px; background: linear-gradient(160deg, #f4f8fb 0%, #eaf2f8 100%); border-bottom: 1px solid #eef2f5; }
.model-card-media img { max-height: 100%; max-width: 100%; object-fit: contain; }
.model-card-name { text-align: center; font-family: 'Poppins', sans-serif; font-size: 0.92rem; font-weight: 700; color: #3a4a54; padding: 11px 8px; letter-spacing: 0.02em; }

/* Acordeón on-brand */
.det-accordion.v-expansion-panels { border-radius: 14px !important; gap: 10px; }
.det-accordion .v-expansion-panel { border: 1px solid #e9eef1 !important; border-radius: 12px !important; margin-bottom: 0 !important; box-shadow: none !important; }
.det-accordion .v-expansion-panel:before { box-shadow: none !important; }
.det-accordion .v-expansion-panel--active { border-color: #cfe0ec !important; }
.det-accordion .v-expansion-panel-header { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.98rem; color: #264653; padding: 16px 20px; min-height: 56px; }
.det-accordion .v-expansion-panel--active > .v-expansion-panel-header { color: #3478a5; }
.det-accordion .v-expansion-panel-header .v-icon { color: #3478a5 !important; }
.det-accordion .v-expansion-panel-content__wrap { padding: 8px 20px 22px !important; }

@media (max-width: 600px) {
    .detail-page { padding: 20px 0 56px; }
    .det-title { font-size: 1.7rem; }
    .det-sub { font-size: 0.92rem; }
    .model-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 12px; }
    .model-card-media { height: 170px; }
    .det-share { padding: 9px 14px; font-size: 13px; }
}
