.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d4a59a;
}	
	
	
	.owl-carousel .owl-stage-outer {
    padding-top: 20px;
}
	
	
/* Related Products Slider */
.nalino-related-products-section {
    padding: 10px 0;
}
	.owl-stage-outer,
	.owl-carousel {
    width: calc(100% + 12px);
}
h4.product-name {
    font-family: var(--font-titel);
}
.nalino-related-products-section .related-products-title {
    font-family: var(--font-titel);
    font-size: 18px;
    color: var(--text-primary);
    margin-bottom: 20px;
    text-align: left;
	font-weight: 900;
    text-transform: uppercase;
}
	
	.related-products-slider .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
    height: 100%;
}

.related-products-slider {
    position: relative;
}

.product-item {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--text-primary);
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-item img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out; /* smooth animation */
}

.product-item:hover img {
  transform: scale(1.05);
}


span.woocommerce-Price-amount.amount {
    color: #000000;
}

.product-image-wrapper {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
}

.product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure images fill the wrapper without stretching */
    max-width: 100%;
    display: block;
}

.product-rating {
    margin-bottom: 10px;
}

.product-name {
    font-size: 16px;
    margin-bottom: 10px;
}

.product-name a {
    color: #333;
    text-decoration: none;
}

.product-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.4;
}



.product-price {
    font-size: 16px;
    color: #d4a59a;
    font-weight: bold;
}

.product-hover-card {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    transform: translateY(200%);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
	border-radius: 0px 0 10px 10px;
}
section.nalino-related-products-section.section-wide {
    background: #fff;
}
section.nalino-related-products-section .container {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 5px;
}
.product-item:hover .product-hover-card {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
	bottom: 0px;
}

.product-hover-card h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}


.product-hover-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}



.product-hover-card .hover-cta {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(45deg, #d4a59a, #c48b7d);
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s;
}

.product-hover-card .hover-cta:hover {
    background: linear-gradient(45deg, #c48b7d, #d4a59a);
}

/* Owl Carousel Custom Styles */
.related-products-slider .owl-nav button.owl-prev,
.related-products-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #d4a59a;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 28px;
    transition: background 0.3s;
}

.related-products-slider .owl-nav button.owl-prev:hover,
.related-products-slider .owl-nav button.owl-next:hover {
    background: transparent;
}

.related-products-slider .owl-nav button.owl-prev {
    left: -40px;
	width: 32px;
}

.related-products-slider .owl-nav button.owl-next {
    right: -40px;
	width: 32px;
}

.related-products-slider .owl-dots {
    position: absolute;
    top: -32px;
    right: 10px;
    display: flex;
    gap: 8px;
}

.related-products-slider .owl-dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}


.owl-carousel.owl-drag .owl-item .product-item {
    min-height: 350px;
    max-height: 350px;
}





















section.nalino-before-product-section.nalino-section-1,
	section.nalino-result-section {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 5px;
}

    /* Section Styles */
    .nalino-before-product-section, 
	.nalino-result-section {
        animation: fadeIn 0.5s ease-in;
    }

	section.nalino-before-product-section.nalino-section-1 {
    padding-top: 20px;
}
	
section.nalino-before-product-section.nalino-section-1 .container,	
section.nalino-result-section .container {
    padding: 0;
}
	
	video.nalino-video {
    border-radius: 10px 0px 0px 10px;
}

.nalino-videos {
     border-radius: 10px 10px 10px 10px;
}

.results-image,
.facts-wrapper {
    border-radius: 10px;
}
	
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    .small-title {
        font-size: 14px;
        color: #d4a59a;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .section-title {
        font-family: 'Reem Kufi Fun', cursive;
        font-size: 19px;
        color: #333;
        margin-bottom: 20px;
    }



    /* Videos Section */
    .nalino-videos {
        margin-bottom: 30px;
		background: #fff;
    }
	
	.video-item {
    display: flex;
}
	
	

    .video-layout {
        display: flex;
		align-items: center;
		flex-direction: row-reverse;
    }

    .video-text {
        flex: 1;
        max-width: 50%;
		padding: 0 20px 0 20px;
    }

    .videos-title {
        font-family: 'Reem Kufi Fun', cursive;
        font-size: 24px;
        color: #d4a59a;
        margin-bottom: 10px;
    }

    .videos-description {
        font-size: 13px;
        color: #333;
        line-height: 1.5;
    }


    .video-grid-wrapper {
        flex: 1;
        max-width: 50%;
    }

    .video-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .video-item .nalino-video {
        width: 100%;
        height: auto;
    }

    .video-title {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
    }

    /* About Columns */
    .nalino-about-columns {
        margin-bottom: 30px;
    }

    .columns-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .column-item {
        background: rgba(255, 255, 255, 0.9);
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        line-height: 1.5;
    }



    /* Result Section */
    .result-layout {
        display: flex;
        gap: 20px;
        align-items: flex-start;
		flex-direction: row-reverse;
		margin-bottom: 32px;
    }
	


    .results-image {
	flex: 1;
    max-width: 50%;
    background: #fff;
    height: 377px;
    display: flex;
	padding: 1.25rem;
    }

    .results-image img {
        width: 100%;
        box-shadow: 0 6px 15px rgba(212, 165, 154, 0.2);
    }

    .facts-wrapper {
    flex: 1;
    max-width: 50%;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
		height: 377px;
    }

	.facts-left ul {
    padding: 0;
}

	.facts-right ul {
		padding-left: 10px;
	}

    .facts-left, .facts-right {
        flex: 1;
    }

	.facts-left, .facts-right {
    margin-top: 100px;
}
	
	
    .facts-left h3, .facts-right h3 {
    font-size: 20px;
    color: #000;
    margin-top: -100px;
    position: absolute;
		
    }
	
	
	.facts-wrapper,.facts-wrapper h3 {
    text-transform: lowercase;
}
	
	
	.facts-left li,.facts-right li {
    display: flex;
    flex-direction: column;
}





    li strong {
        color: #333;
    }



    li span {
        font-size: 14px;
        color: #666;
    }



    /* Build a Routine */
    .build-routine {
        margin-top: 30px;
        text-align: center;
    }

    .build-routine h3 {
        font-size: 24px;
        color: #d4a59a;
        margin-bottom: 10px;
    }

    .build-routine p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    section .cta:hover {
        transform: unset;
        background: linear-gradient(45deg, #c48b7d, #d4a59a);
    }
	
	.result-layout span {
    font-size: 12px;
}

.result-layout strong {
    font-size: 0.975em;
}











/* Mobile devices (up to 767px wide) */
@media (max-width: 599px) {
.owl-carousel.owl-drag .owl-item .product-item {
    min-height: 290px;
    max-height: 290px;
	    padding: 12px;
}
.product-image-wrapper {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
}	
h4.product-name {
    word-break: break-word;
}
.owl-carousel {
    margin: 20px auto;
}
.nalino-related-products-section .container {
    width: 100%;
    padding-right: 7px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}	
}