@font-face {
    font-family: "Afacad";
    src: url("./fonts/Afacad-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Italiana";
    src: url("./fonts/Italiana-Regular.ttf");
}

:root{
    --color-primary: #7E2D90;
    --color-primary-light: #A039B7;
    --color-secondary: #371D56;
    --color-accent: #DDAFE9;
    --color-accent-light: #EED7F4;
    --color-accent-bg: #E3D7F4;
    --color-black: #121212;
    --color-white: #FAFAFA;
}

html, body {
    font-family: 'Afacad', Helvetica, Arial, sans-serif;
    font-weight: regular;
    font-size: 1.05rem;
    background-color: var(--color-white);
    overflow-x: hidden;
    
}

.page{
    min-height: 100vh;
}

h1 {
    font-size: 2rem;
    font-weight: semibold;
    text-transform: uppercase;
    color: var(--color-primary);
}

h2 {
    font-size: 1.5rem;
    font-weight: medium;
}

.text-body{
    font-family: 'Afacad', Helvetica, Arial, sans-serif;
    font-weight: regular;
    font-size: 1rem;
}

.text-hero {
    font-family: 'Italiana', sans-serif;
    font-size: 6rem;
    margin-top: 9rem;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.text-body-bold {
    font-size: 1rem;
    font-weight: bold;
}

.text-body-medium {
    font-size: 1rem;
    font-weight: medium;
}

.button-primary {
    background-color: var(--color-primary);
    color: var(--color-accent-light);
    border-radius: 16px 0 16px 0;
    border: none;
    height: 3rem;
    padding: 0 1rem;
    cursor: pointer;
    text-transform: uppercase;
}

.button-primary:hover {
    background-color: var(--color-primary-light);
    color: var(--color-white);
}

.button-primary:disabled {
    background-color: var(--color-secondary);
    color: var(--color-primary);
    cursor: default;
}

.button-primary .text-body-medium {
    text-transform: uppercase;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    /*margin-top: -80px;*/
}

.main-section {
    height: 100vh;
    min-width: 800px;
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.section-content{
    text-align: center;
    max-width: 1280px;
    max-height: 90vh;
    margin: auto;
}

.section-content h1{
    margin-bottom: 2rem;
}

.subpage-content{
    max-width: 1280px;
    margin: 6rem auto 0 auto;
}

.subpage-content h1{
    margin: 7rem auto 4rem auto !important;
    width: fit-content;
}

.hero-text {
    text-transform: uppercase;
    font-family: "Italiana", sans-serif;
}

.hero {
    /*margin-top: -10rem;*/
    /*max-height: calc(100vh + 80px);*/
    height: 100vh;
}

.hero-hidden{
    z-index: -2 !important;
    margin-top: -100vh !important;
}

.hero-hidden .cta-button{
    position: fixed;
    top: 5.75rem;
    z-index: 1000;
    width: 12rem;
    height: 3rem !important;
}

.hero-hidden .cta-button > .rz-button-box{
    flex-direction: row;
}

.hero-hidden .cta-button > .rz-button-box > .rz-button-text{
    font-size: 1rem !important;
}

.hero-hidden .cta-button > .rz-button-box > img{
    margin-top: 0;
    margin-left: 1rem;
    width: 1.5rem;
}

.hero-hidden .social-wrapper{
    position: fixed;
    top: 0.15rem;
    margin-left: 14rem;
    z-index: 1000;
    width: 12rem;
    height: 3rem !important;
}

.hero-hidden .social-wrapper p{
    display: none;
}

.hero > .section-content {
    margin: 0 auto 0 auto;
    padding: 0 2rem 0 2rem;
    width: fit-content;
    max-width: 95vw;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}

.hero-content {
    display: flex;
    width: 100%;
    height: fit-content;
    max-height: 100vh;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 2rem;
}

.hero-wrapper{
    gap: 2rem !important;
    height: 100vh;
}

.hero-left {
    min-width: 840px;
    max-width: 1280px;
    max-height: 100vh;
    height: 100vh;
    gap: 2rem !important;
}

.hero-left-bottom{
    gap: 2rem !important;
    height: 22vh;
    justify-content: space-between;
}

.hero-right {
    max-height: 100vh;
    height: fit-content;
    width: 35%;
}

.hero-content-left {
    max-height: 100vh;
    height: fit-content;
    width: calc(62% - 16px);
}

.hero-main-image{
    height: 50vh;
    margin-top: -6rem;
    object-fit: cover;
    user-select: none;
}

.hero-right-image{
    height: 80vh;
    object-fit: cover;
}

.hero-images {
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
    gap: 2rem;
    padding: 0;
}

.hero-bottom-left-image{
    width: 30%;
    object-fit: cover;
    user-select: none;
}

.hero-bottom-right-image{
    width: 100%;
    object-fit: cover;
    object-position: top;
    user-select: none;
}

.hero-content-right {
    display: flex;
    height: fit-content;
    max-height: 100vh;
    flex-direction: column;
    width: calc(38% - 16px);
}

.hero-content-right img {
    max-height: 90vh;
    height: auto;
    object-fit: cover;
    object-position: top;
    user-select: none;
}

.social-wrapper{
    margin: 1rem auto 0 auto;
    gap: 0!important;
    transition:
            height 250ms ease,
            width 250ms ease,
            z-index 250ms ease,
            margin-left 250ms ease,
            right 250ms ease,
            top 250ms ease,
            margin-top 250ms ease,
            transform 250ms ease !important;
}

.social-wrapper p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.social-button-wrapper{
    margin: 0 auto;
}

.social-button{
    background-color: var(--color-accent) !important;
    width: 2rem !important;
    height: 2rem !important;
    padding: 0 !important;
    border-radius: 0.5rem 0 0.5rem 0 !important;
    box-shadow: none !important;
    transition:
            height 250ms ease,
            width 250ms ease,
            z-index 250ms ease,
            margin-left 250ms ease,
            transform 250ms ease !important;
}

.social-button:hover{
    background-color: var(--color-primary-light) !important;
}

.social-button-image{
    width: 20px !important;
    max-height: 22px !important;
    margin: auto;
}

.social-wrapper.socials-stuck{
    position: fixed;
    top: 0.15rem;
    margin-left: 14rem;
    z-index: 1000;
    width: 12rem;
    height: 3rem !important;
}

.social-wrapper.socials-stuck p{
    display: none;
}

.dress-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.wedding-dress, .accessories, .makeup {
    background-color: #f5f5f5;
}


h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.menu{
    gap:2rem;
    background-color: transparent !important;
}

.menu-item{
    background-color: transparent !important;
}

.rz-navigation-item-text{
    color: var(--color-black);
    text-transform: uppercase;
}

.menu-item:hover > .rz-navigation-item-wrapper > .rz-navigation-item-link > .rz-navigation-item-text{
    color: var(--color-primary);
}

.rz-menu:not(.rz-profile-menu) .rz-navigation-menu{
    background-color: var(--color-white) !important;
    padding: 0 !important;
}

i.rzi{
    display: none !important;
}

/*PRIMARY BUTTON*/
.primary-button{
    background-color: var(--color-primary) !important;
    color: var(--color-accent-light) !important;
    box-shadow: none !important;
    border-radius: 1rem 0 1rem 0 !important;
    height: 3rem !important;
    min-width: 6rem !important;
    font-weight: 800 !important;
}

.primary-button:hover{
    box-shadow: none !important;
    background-color: var(--color-primary-light) !important;
    color: var(--color-white) !important;
}

.primary-button:hover > .rz-button-box > img{
    /*margin-left: 0.75rem !important;*/
}

/*CTA BUTTON*/

.cta-button {
    width: 18rem;
    height: 8rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -5rem !important;
    border-radius: 24px 0 24px 0;
    transition:
            height 250ms ease,
            width 250ms ease,
            z-index 250ms ease,
            transform 250ms ease !important;
}

.cta-button > .rz-button-box{
    flex-direction: column;
}

.cta-button > .rz-button-box > .rz-button-text{
    font-size: 1.25rem !important;
}

.cta-button > .rz-button-box > img{
    margin-top: 0.5rem;
    width: 2rem; 
}

/*CTA BUTTON STUCK*/

.cta-button.cta-button-stuck{
    position: fixed;
    top: 5.75rem;
    z-index: 1000;
    width: 12rem;
    height: 3rem !important;
}

.cta-button.cta-button-stuck > .rz-button-box{
    flex-direction: row;
}

.cta-button.cta-button-stuck > .rz-button-box > .rz-button-text{
    font-size: 1rem !important;
}

.cta-button.cta-button-stuck > .rz-button-box > img{
    margin-top: 0;
    margin-left: 1rem;
    width: 1.5rem;
}

/*MAIN ITEM CARD*/
.main-item-card{
    box-shadow: none !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.main-item-card-stack{
    gap: 0.25rem !important;
    height: 70vh;
    justify-content: center;
    vertical-align: middle;
    text-align: start;
}

.main-item-card-image{
    min-width: 100%;
    max-width: 400px;
    min-height: 200px;
    max-height: 60vh;
    flex-grow: 1;
    object-fit: cover;
    object-position: top;
    margin-bottom: 1rem;
}

.main-item-card-footer{
    margin-top: auto !important;
    align-items: center !important;
}

.main-item-card-footer p{
    margin: auto 0 auto 0;
}


.main-card-stack{
    gap: 3rem !important;
}

.card-price-section{
    text-align: center;
    gap: 1.5rem !important;
}

.card-price-section p{
    margin: 0;
}

.card-price-section-col{
    gap: 0 !important;
    text-align: center;
}

.price-description{
    font-size: 0.8rem !important;
}

.price-text{
    color: var(--color-secondary);
    font-size: 24px;
    font-weight: bold;
}

/*ROADMAP*/
.roadmap-content{
    text-align: center;
}

.roadmap-road-container{
    width: 100%;
    max-width: 1280px; /* Fixed Max Width */
    height: 60vh;     /* Scales with Viewport Height */
    position: relative;
    overflow: hidden;
}

.roadmap-svg {
    width: 100%;
    height: 100%;
    display: block;
}

.roadmap-content article {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}


.roadmap-item{
    background-color: var(--color-white);
    position: relative;
    width: fit-content;
    max-height: 100px;
}

.roadmap-road{
    width: 100%;
    background-image: url('img/main/roadmap/road-path.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2rem;
    max-height: 60vh;
    aspect-ratio: 1.69 / 1;
    position: relative;
}

.roadmap-road .roadmap-item:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
}

.roadmap-road .roadmap-item:nth-child(2){
    position: absolute;
    top: 30%;
    left: 20%;
}

.roadmap-road .roadmap-item:nth-child(3){
    position: absolute;
    top: 10%;
    right: 3%;
}

.roadmap-road .roadmap-item:nth-child(4){
    position: absolute;
    top: 50%;
    right: 0;
}

.roadmap-road .roadmap-item:nth-child(5){
    position: absolute;
    bottom: 0;
    left: 40%;
}

.roadmap-road .roadmap-item:nth-child(6){
    position: absolute;
    bottom: 18%;
    left: 2%;
}

.roadmap-item-position{
    font-family: 'Italiana', sans-serif;
    font-size: 4rem !important;
    color: var(--color-primary);
    margin: 0;
}


.roadmap-description{
    text-align: left;
    max-width: 460px;
    gap: 0 !important;
    margin: auto 0 auto 0;
}

.roadmap-description h2, .roadmap-description p {
    margin-bottom: 0;
}

/*MAKEUP*/

.makeup-description{
    max-width: 700px !Important;
    gap: 2rem !important;
}

.makeup-image{
    margin: 0 auto 0 auto;
    max-width: 800px;
    height: 55vh;
    max-height: 1000px;
    object-fit: contain;
}


/*FITTING*/

.fitting-container{
    gap: 3rem !important;
}

.dress-tryout{
    gap: 3rem !important;
    margin-top: auto;
}

.dress-tryout img{
    width: 35%;
    height: 30vh;
    object-fit: cover;
    object-position: center;
    
}

.dress-tryout-description{
    text-align: start;
    gap: 0 !important;
    width: 65%;
    max-width: 640px !important;
    justify-content: center !important;
}

.dress-change{
    gap: 3rem !important;
    margin-bottom: auto;
    justify-content: space-evenly !important;
    align-items: center !important;
}

.dress-change img{
    width: 35% !important;
    height: 35vh;
    object-fit: cover;
    object-position: center;
}

.dress-change-description{
    text-align: start;
    gap: 0 !important;
    width: 65%;
    max-width: 640px !important;
    justify-content: center !important;
}

/*ACCESSORIES*/
.accessories-description{
    margin: 0 auto 0 auto;
    max-width: 840px !important;
}

.accessories-images{
    height: 55vh;
    max-height: 1000px;
    text-align: center;
    margin: 1rem auto 0 auto;
    gap: 3rem !important;
}

/*STORY*/
.story-container{
    margin-top: 3rem !important;
    gap: 2rem !important;
}

.story-description{
    text-align: start;
    max-width: 640px !important;
    max-height: 70vh;
    gap: 0.25rem !important;
}

.story-image{
    width: 45%;
    height: auto;
    max-width: 400px !important;
    max-height: 70vh;
    object-fit: cover;
    
}

/*FOOTER*/

.footer{
    width: 100%;
    height: 560px;
    background-color: var(--color-primary);
    padding-top: 3rem;
    position: relative;
    bottom: 0;
}

.footer-content{
    margin: 0 auto 0 auto;
    max-width: 1280px;
    
}

.footer h1 {
    color: var(--color-white);
    margin-bottom: 3rem;
    text-align: center;
}

.contact-card-header{
    color: var(--color-white);
    font-size: 1.25rem !important;
}

.contact-card-lines {
    gap: 0 !important;
    color: var(--color-white);
}

.contact-card-lines p{
    margin-bottom: 0;
}

.contact-card-text{
    gap: 2rem !important;
}

.contact-card-content{
    gap: 2rem !important;
}

.contact-address-icon{
    width: 24px;
    margin-left: 0.25rem;
    color: var(--color-primary-light);
    height: auto;
    object-fit: contain;
    fill: var(--color-primary-light);
}

.contact-person-icon{
    width: 24px;
    margin-left: 0.25rem;
    color: var(--color-primary-light);
    height: auto;
    object-fit: contain;
}

.contact-hours-icon{
    width: 32px;
    color: var(--color-primary-light);
    height: auto;
    object-fit: contain;
}


/*DRESS ITEM GALLERY AND CARD*/

.dress-item-card{
    max-height: 75vh !important;
}

.dress-item-card img{
    object-fit: contain;
    object-position: center;
    max-height: 60vh;
}


.dress-subpage-dialog-wrapper{
    pointer-events: all;
}

.dress-subpage-dialog-wrapper > .rz-dialog-mask{
    background-color: transparent;
}

.dress-subpage-dialog-wrapper > .rz-dialog.rz-open{
    background-color: var(--color-white) !important;
}

.photoswipe-gallery{
    width: 100%;
}

.dress-item-gallery{
    margin: 0 auto !important;
    justify-items: center;
    justify-content: center;
    gap: 3rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
}


.dress-item-gallery .photoswipe-item{
    border-radius: 0 !important;
    height: fit-content !important;
    max-height: 70vh !important;
    width: fit-content !important;
    max-width: 480px !important;
    overflow: hidden;
    margin-bottom: 1rem;
    color: var(--color-black);
    background: transparent !important;
}

.dress-item-gallery  .photoswipe-item:hover{
    transform: none !important;
    box-shadow: none !important;
}

.dress-item-gallery  .photoswipe-item:hover img{
    transform: scale(1.01);
    overflow: hidden;
    transition: transform .4s ease-in-out;
}

.dress-item-gallery-content{
    background: var(--color-white);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.02);
    margin: -2.5rem 1rem 0.25rem 1rem;
    padding: 1rem !important;
    z-index: 2;
    border-radius: 0;
    justify-content: space-between !important;
    flex-wrap: nowrap;
}

.dress-item-gallery-left{
    gap: 0 !important;
}


.dress-item-gallery-left p {
    margin: 0;
    font-size: 1rem !important;
}

.dress-sizes{
    gap: 0 !important;
    line-height: 1.25rem !important;
}

.pswp__button--arrow--prev{
    display: none !important;
}

.pswp__button--arrow--next{
    display: none !important;
}

.dress-item-gallery .card-price-section-col{
    gap: 0 !important;
}

.dress-item-gallery .price-text{
    margin: 0 !important;
    color: var(--color-primary);
}

.dress-item-gallery .price-description{
    margin: 0 !important;
}



.sticky-nav {
    position: fixed;
    top: 64px;         /* JS overrides this immediately on load */
    left: 0;
    right: 0;
    z-index: 900;
    padding: 0.25rem;

    transition:
            background              300ms ease,
            border-color            300ms ease,
            backdrop-filter         300ms ease,
            -webkit-backdrop-filter 300ms ease;
}

.sticky-nav.nav-stuck  {
    background-color: var(--color-white);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02);
    top: 0;
}

/* ── Inner row ─────────────────────────────────────────────────────────── */

.nav-inner {
    display:     flex;
    align-items: center;
    gap:         2rem;
    max-width:   1280px;
    margin:      0 auto;
    padding:     0 1rem;
    height:      68px;
}

/* ── Logo ──────────────────────────────────────────────────────────────── */

.nav-logo {
    display:         flex;
    align-items:     center;
    gap:             0.6rem;
    text-decoration: none;
    color:           #f0ede6;
    flex-shrink:     0;
    width: 12rem;
}

.nav-logo-icon {
    max-width: 128px;
    max-height: 128px;
}

.sticky-nav.nav-stuck .nav-logo-icon {
    max-width: 80px;
    max-height: 80px;
    transition: ease-in-out 100ms;
}

.nav-links {
    display:     flex;
    align-items: center;
    gap:         3rem;
    list-style:  none;
    margin:      0;
    padding:     0;
    flex:        1;
}

.nav-link {
    display:         inline-block;
    text-decoration: none;
    text-transform:  uppercase;
    font-size:       1rem;
    font-weight:     regular;
    color:           var(--color-black);
    position:        relative;
}

.nav-link:hover {
    color:      var(--color-primary-light);
}



@media (max-width: 1200px) {
    
/* ------------- NAV ------------- */
    
    .content{
        width: 100vw !important;
    }
    
    .sticky-nav {
        top: 0 !important;
        right: 0;
        width: 100vw !important;
        background-color: var(--color-white);
    }

    .nav-inner {
        max-width: 100vw !important;
        height: 3.25rem !important;
        padding: 0;
    }
    
    .nav-logo-icon{
        max-height: 64px !important;
        max-width: 64px;
        margin-right: 0.5rem;
    }
    
    .nav-logo img{
        max-height: 48px;
        max-width: 96px;
    }  
    
    .menu-section {
        width: 100%;
    }

    /* ------------- MAIN SECTIONS ------------- */
    .main-section {
        min-width: 100px;
        margin: 0;
        height: fit-content !important;
        padding: 5rem 1rem 3rem 1rem !important;
        justify-content: center;
    }
    
    .section-content{
        padding: 0 !important;
        max-width: 100vw !important;
        max-height: fit-content !important;
    }
    
    /* ------------- SUBPAGE ------------- */
    .subpage-content{
        padding-top: 12rem!important;
    }
    
    .subpage-content h1{
        margin-bottom: 2rem !important;
    }


    /* ------------- HERO ------------- */

    .hero-wrapper{
        margin-top: 1rem !important;
        gap: 0 !important;
        height: fit-content !important;
    }

    .hero-left{
        min-width: fit-content !important;
        gap: 1rem !important;
        max-height: fit-content !important;
        min-height: fit-content !important;
    }

    .hero-left-bottom{
        gap: 1rem !important;
        max-height: 15vh !important;
    }
    
    .hero-right{
        display: none !important;
    }

    .text-hero{
        margin-top: 0rem;
        font-size: 3.25rem !important;
        text-wrap: wrap !important;
        max-width: calc(100vw - 2rem);
        line-height: 2.5rem;
    }

    .hero-main-image{
        margin-top: -2.5rem !important;
        object-position: center;
        max-width: calc(100vw - 2rem);
        object-fit: contain;
        height: fit-content !important;
    }
    
    .hero > .section-title{
        max-width: calc(100vw - 2rem) !important;
    }
    
    .hero-hidden .cta-button{
        display: none !important;
    }

    /* ------------- CTA ------------- */
    .cta-button{
        width: 240px !important;
        max-width: 80vw !important;
        height: 80px !important;
        margin-top: -2.5rem !important;
        font-size: 1rem !important;
    }

    .rz-button-md .rz-button-box{
        gap: 0 !important;
    }
    
    .cta-button > .rz-button-box > .rz-button-text{
        font-size: 1rem !important;
    }

    .cta-button > .rz-button-box > img {
        width: 1.25rem !important;
    }
    
    .cta-button-stuck{
        /*top: 1.75rem !important;*/
        /*left: 50% !important;*/
        /*transform: translate(-50%, -50%) !important;*/
        /*margin: 0 auto !important;*/
        /*width: 128px !important;*/
        display: none !important;
    }
    
    .cta-button-stuck > .rz-button-box img{
        display: none !important;
    }
    
    /* ------------- CARDS ------------- */
    .main-card-stack{
        gap: 4rem !important;
    }
    
    .main-item-card-stack{
        gap: 0 !important;
        padding: 0 1rem !important;
        max-width: calc(100vw - 2rem);
    }

    /* ------------- ROADMAP ------------- */
    .roadmap{
        padding: 4rem 2rem !important;
    }
    
    .roadmap article{
        text-align: justify;
    }
    
    .roadmap-road{
        max-height: 300vh !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 3.5rem !important;
        position: inherit !important;
        background: inherit !important;
    }
    
    .roadmap-item{
        position: inherit !important;    
    }
    
    /* ------------- ACCESSORIES ------------- */
    .accessories{
        padding: 4rem 2rem !important;
    }
    
    .accessories-description p{
        text-align: justify;
    }
    
    .accessories-images{
        gap: 2rem !important;
        height: 45vh !important;
    }
    
    .accessories-images img{
        max-width: calc(50vw - 3rem) !important;
        max-height: 40vh;
        object-fit: cover;
        object-position: center;
    }

    /* ------------- FITTING ------------- */
    .fitting{
        padding: 4rem 2rem !important;
    }
    
    /* ------------- DRESS TRYOUT ------------- */
    .dress-tryout-description{
        width: 100%;
        text-align: justify;
    }
    
    .dress-tryout-description h1{
        text-align: center;
    }
    
    .dress-tryout{
        gap: 1rem !important;
        margin-bottom: 2rem !important;
    }
    
    .dress-tryout img{
        width: 100%;
        height: auto;
        max-height: 30vh;
    }

    /* ------------- DRESS CHANGE ------------- */
    .dress-change-description{
        width: 100%;
        text-align: justify;
    }

    .dress-change-description h1{
        text-align: center;
    }

    .dress-change{
        gap: 1rem !important;
        margin-bottom: 2rem !important;
    }

    .dress-change img{
        width: 100% !important;
        height: auto;
        max-height: 30vh;
    }
    
    /* ------------- MAKEUP ------------- */
    .makeup-description p{
        text-align: justify;
        padding: 0 1rem;
    }
    
    .makeup-image{
        max-height: 40vh;
    }

    /* ------------- STORY ------------- */
    .story{
        padding: 4rem 2rem !important;
    }
    
    .story > .section-content{
        max-height: fit-content !important;
    }
    
    .story-description{
        text-align: justify;
        min-height: fit-content !important;
    }
    
    .story-image{
        display: none !important;
    }

    .story-container{
        height: fit-content !important;
    }
    
    /* ------------- FOOTER ------------- */
    .footer{
        max-width: 100% !important;
        height: fit-content !important;
        overflow-x: hidden;
        padding-bottom: 2rem;
    }
    
    .footer-content{
        padding: 1rem !important;
    }

    /* ------------- CONTACT ------------- */
    .contact-card-text{
        gap: 0.75rem !important;
        margin: 0 auto;
    }
    
    .contact-card-header{
        text-align: center;
    }
    
    .contact-card-content{
        justify-content: center;
    }
    
    .contact-card-content iframe{
        display: none;
    }

    /* ------------- DRESS GALLERY ------------- */
    .dress-item-gallery{
        gap: 1rem !important;
    }
    
    .dress-item-gallery-content{
        max-width: 100%;
    }

    /* ------------- SIDEBAR ------------- */
    .rz-sidebar-expanded .rz-navigation-item-link{
        background-color: var(--color-white) !important;
    }
    
    .menu-sidebar{
        width: 100% !important;
        height: calc(100% - 60px) !important;
        top: 60px !important;
        padding: 1rem !important;
        background-color: var(--color-white) !important;
    }
    
    .sidebar-toggle-button{
        background-color: var(--color-white) !important;
        margin: 0 1rem 0 auto !important;
        padding: 0 !important;
        box-shadow: none !important;
    }

    .sidebar-toggle{
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between;
        height: 1.5rem;
        width: 1.5rem;
        cursor: pointer;
    }

    .sidebar-toggle .bar {
        height: 4px;
        background: var(--color-primary);
        transform-origin: left;
        transition: all 0.5s;
    }

    .sidebar-toggle.expanded .top {
        transform: rotate(45deg);
        width: 1.75rem;
        margin-left: 0.1rem;
    }

    .sidebar-toggle.expanded .middle {
        opacity: 0;
    }

    .sidebar-toggle.expanded .bottom {
        transform: rotate(-45deg);
        width: 1.75rem;
        margin-left: 0.1rem;
    }
    
    .cta-button.link{
        display: flex;
        flex-flow: column;
        gap: 0.25rem !important;
        justify-content: center;
        justify-items: center;
        text-align: center !important;
        padding: 0.8rem !important;
    }

    .cta-button.link img{ 
        width: 1.25rem !important;
        height: 1.25rem !important;
        margin: 0 auto;
    }
    
    .menu-sidebar .cta-button{
        display: block !important;
        margin: 0 auto !important;
        height: 3rem !important;
    }

    .menu-sidebar .cta-button{
        display: block !important;
        margin: 2rem auto !important;
        height: 3rem !important;
    }
    
    .menu-sidebar .cta-button img{
        display: none !important;
    }
    
    .menu-sidebar .social-wrapper{
        text-align: center;
    }
    
}
