#studio_banner {
    padding: 4em 0;
    background: url(/wp-content/uploads/2025/04/studio-page-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#studio_banner::before {
	content: "";
	position: absolute;
    width: 100%;
    height: 100%;
	background: #4d4d4d;
	opacity: 0.6;
	top: 0;
    left: 0;
}

#studio_banner .section-inner {
    position: relative;
}

.studio-types {
    margin-top: 3em;
    display: flex;
    justify-content: center;
}

.studio-type {
    margin: 0 60px !important;
}

.studio-type img {
    border-radius: 12px;
    border: 1px solid white;
}

.studio-types .studio-type:nth-child(3) img {
    border: none;
}

.studio-type h5 {
    margin-bottom: 0;
    margin-top: 12px;
}

.studio-type h5 a {
    color: #ffffff;
}

section#studio_products {
    padding: 4em 0;
}

.studio-product {
    width: 100%;
    display: flex;
}

.studio-product:nth-child(even) .details-col {
    order: 1;
}

.studio-product .image-col {
    background-position: center;
    background-size: cover;
}

.details-col img.product-thumbnail {
    width: 60% !important;
}

.studio-product:hover h6, 
.studio-product:hover p {
    color: var(--fs-experimental-link-color-hover);
}

.studio-product img.product-thumbnail {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 12px;
    margin-left: 0;
}

.studio-product .see-more a {
    align-items: center;
    margin-top: 10px;
}

.studio-product .see-more p {
    margin-bottom: 0;
    line-height: 1em;
    margin-left: 6px;
    position: relative;
    top: 1px;
}

.studio-product>div {
    flex: 1;
}

.studio-product h3 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 1.75rem !important;
}

.studio-product a img {
    width: 14px;
    margin-left: 8px;
}

.studio-product a {
    font-size: 0.875rem;
    display: block;
    text-align: center;
    margin-bottom: 32px;
}

.finish-materials {
    text-align: center;
    padding-bottom: 36px;
}

.finish-materials img {
    width: 50px;
    margin: 0 8px;
}

.details-inner {
    padding: 10px;
}

.details-col p {
    max-width: 70%;
    margin: 0 auto 20px;
    text-align: center;
}

@media (max-width: 767px) {
    #studio_banner h2, #studio_banner h5 {
        text-align: center !important;
    }

    .studio-type h5 a {
        display: block;
        text-align: center;
    }

    .studio-type {
        margin: 0 10px !important;
    }
    
    .studio-type h5 {
        font-size: 0.875rem !important;
        text-align: left;
    }
    
    #studio_banner {
        padding: 3em 0;
    }

    section#studio_products {
        padding-bottom: 20px;
    }
    
    .studio-product {
        margin: 0 10px 30px;
        width: 100%;
    }
    
    .studio-products {
        justify-content: space-between;
    }
    
    .studio-product h6 {
        font-size: 0.875rem !important;
    }

    .studio-product:nth-child(even) .details-col {
        order: unset;
    }

    .studio-product>div {
        flex: 0 0 100%;
    }

    .studio-product {
        flex-wrap: wrap;
    }

    .details-col p {
        max-width: 100%;
    }

    .studio-product .image-col {
        min-height: 260px;
    }
}