/* -------- HEADER STUDIO ----------- */

header:has(#headerLogoContainer.headerStudio){
    background-color: #1D1D1B !important;
    color: white;
}

.customPageCenteredContent .lineEffectCenter::before, .headerLink .lineEffectCenter::before {
    background: white !important;
}

.submenuContainer .lineEffectCenter::before {
    background: black !important;
} 

header:has(#headerLogoContainer.headerStudio) .rightItemsContainer img{
    filter: invert(99%) sepia(0%) saturate(4214%) hue-rotate(295deg) brightness(114%) contrast(100%);
}

header:has(#headerLogoContainer.headerStudio)  .rightItemsContainer input::placeholder{
    color: white
}

#headerLogoContainer img {
    filter: invert(4%) sepia(110%) saturate(1%) hue-rotate(295deg) brightness(114%) contrast(100%) !important;
}

.cartAmount, .wishListQuantity{
    color: white !important;
}

header:has(#headerLogoContainer.headerStudio) .searchSite {
    color: white !important;
}

@media screen and (max-width: 1100px) {
    header:has(#headerLogoContainer.headerStudio) .right img{
        filter: invert(99%) sepia(0%) saturate(4214%) hue-rotate(295deg) brightness(114%) contrast(100%);
    }
}

/* ------- END HEADER STUDIO -------- */

#content {
    min-height: auto;
}

#customPageTitle {
    display: none;
}

.studioTotalContainer {
    background-color: #1D1D1B;
}

.highlight {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
    margin-bottom: 0;
}

.highlight img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.studioSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 3rem;
}

.studioSection.servicios,
.studioSection.automaquillaje {
    background-color: #F7F7F7;
    color: black;
}

.studioSection.servicios {
    background: #1D1D1B;
    color: white;
    padding-bottom: 110px;
}

.studioSection.servicios .title.middle {
    display: none;
}

.studioSection img {
    height: 9rem;
    margin-bottom: 3rem;
}

.text {
    width: 45%;
    font-size: 13px;
}

.title {
    font-size: 30px;
    margin-bottom: 1.5rem;
    letter-spacing: 0.3px;
}


.studioSection.servicios .title {
    width: 45%;
}

.title.middle{
    margin-bottom: 2rem;
    margin-top: 4rem;
    width: 100%;
    line-height: 1em;
}

.studioBlogContainer {
    color: white;
    padding-bottom: 4rem;
}

.blogTitleContainer {
    display: flex;
    width: 90%;
    margin: 26px auto;
    justify-content: space-between;
    align-items: flex-end;
}

#titleOfBlog {
    font-size: 24px;
    line-height: 28px;
    font-weight: 100;
    letter-spacing: .5px;
}

#subtitleOfBlog {
    text-transform: uppercase;
    font-size: 13px;
}

.blogCenteredContent {
    width: 90%;
    display: block;
    gap: none;
    grid-template-columns: unset;
    margin-bottom: 80px;
    margin: 0 auto;
}

.blogSliderContainer {
    /* display: grid;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr); */
}

.dataContainer {
    text-align: center;
}

.blogPostTitle {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 300;
}

.blogPostVerMas {
    font-size: calc(var(--base-font-size) - 1px);
    text-transform: uppercase;
    line-height: normal;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 1px solid transparent;
    position: relative;
}

.blogPostVerMas.lineEffectCenter::before{
    background: white !important;
    bottom: 0px;
}

.blogPostRegular .postPreviewFile {
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 1 / 1;
}

.blogPostVerMas:hover {
    font-weight: 400;
}

.productMoreInfoFixed {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-top: 0px;
    max-height: fit-content;
    float: left;
}

.moreInfoDiv {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    /* padding: 16px 0; */
    margin: 0px 0;
    border-top: solid 1px var(--lighter-base);
}

.moreInfoDiv:last-of-type {
    border-bottom: solid 1px var(--lighter-base);
}

.productMoreInfo .moreInfoDiv:last-of-type {
    border-bottom: solid 1px var(--lighter-base);
}

.openClose {
    position: relative;
    float: right;
    right: 20px;
}

.productGroupInfo {
    width: 95%;
    position: relative;
    margin-bottom: 0px;
    text-align: left;
    font-size: 13px;
    overflow: hidden;
    height: 0;
    line-height: 20px;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 10px;
}

.productGrouptitle {
    margin: 20px auto 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }

.sendMessageButton {
  position: relative;
  width: 100%;
  margin-block: 40px 60px;
  font-weight: normal;
  float: left;
  letter-spacing: 1px;
  height: var(--add-to-cart-btn-line-height);
  background-color: var(--base);
  text-align: center;
  line-height: var(--add-to-cart-btn-line-height);
  box-sizing: border-box;
  font-size: 13px;
  color: var(--white);
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  border: 1px solid var(--base);
  text-transform: uppercase;
  position: relative;
  display: block;
  overflow: hidden;
}

.sendMessageButton:hover {
    background-color: transparent;
    color: var(--base);
    border-color: var(--base);
  }

.instagraSliderContainer {
    margin: 1rem 0 4% !important;
}

.instagramSliderTexts {
    margin: 0 auto 0px !important;
}

.instagramSliderSeeMore {
    font-size: 13px !important;
}

.productSlide.slick-slide {
    margin: 0 3px;
}

@media screen and (max-width: 1100px) {
    .studioSection {
        padding: 3rem 5%;
    }
    .text {
        width: 100%;
    }
    .studioSection img {
        height: 10rem;
        margin-bottom: 2rem;
    }

    .blogSliderContainer {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }
    .blogTitleContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .title {
        width: 100%;
    }

    header:has(#headerLogoContainer.headerStudio) .right img{
        filter: invert(99%) sepia(0%) saturate(4214%) hue-rotate(295deg) brightness(114%) contrast(100%);
    }
    
    .headerMobileMenuIcon span {
        background: white;
    }

    .sendMessageButton{
    position: relative;
    width: 100%;
    text-align: center;
    margin-left: 0%;
    float: left;
    height: calc(var(--add-to-cart-btn-line-height) - 2px);
    line-height: calc(var(--add-to-cart-btn-line-height) - 2px);
  }
}