header{
  position:static !Important
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}
.navbar-brand img {
    max-height: 4rem;
}

.s-product-card-entry .s-product-card-image {
    max-height: 300px !important;
}

@media(max-width:480px){
.s-product-card-entry .s-product-card-image {
    max-height: 200px !important;
}
.details-sec .grid {
    height: 125vh !important;
}
}

/* Double Sections */

.double-section .absolute {
    top: unset;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
}


.double-section .container > div h1,
.double-section .container > div button a {
    color: #fff !important;
}

.double-section div button {
   width: 100% !important;
    background: var(--color-primary);
    border:unset !important 
}

.media .shape {
    background-color: var(--color-primary) !important;
}

.media p span {
    color: #fff !important;
}

.rooms h1 {
    color: #fff !important;
}