.nalino-about-flex-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
    gap: 2rem;
}

.nalino-about-flex-block.left-text .about-text {
    order: 1;
}
.nalino-about-flex-block.left-text .about-video {
    order: 2;
}

.nalino-about-flex-block.right-text .about-text {
    order: 2;
}
.nalino-about-flex-block.right-text .about-video {
    order: 1;
}

.about-text {
    flex: 1 1 45%;
    max-width: 600px;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.7;
}

.about-video {
    flex: 1 1 45%;
}

.about-video video {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.nalino-slider-item img {
    margin-top: -95px;
}

.nalino-slider-content.about {
    max-width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.nalino-slider-content {
    top: 130px;
}

.nalino-slider-section {
    height: 470px;
}
















/* Button styles */
body .style-btn-hero a{
    border-radius: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.9rem;
    width: unset;
    height: 40px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    line-height: 1;
    text-align: center;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    letter-spacing: .063rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    color: #fff;
}

/* Shop Now button (equivalent to btn--shop) */
body .style-btn-hero {
    background: var(--text-primary);
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 500;
	  border-radius: 0.5px;
}
