/* 
 * Formawell - Enhanced CSS Styles
 * More elegant design for hair treatment website
 */

/* General Styles with Luxury Enhancements */
body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.8;
    background-color: #fafafa;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #222;
}

a {
    color: #d4a35a;
    transition: all 0.4s ease;
}

a:hover {
    color: #b78a3f;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, #d4a35a 0%, #b78a3f 100%);
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(212, 163, 90, 0.3);
    transition: all 0.4s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212, 163, 90, 0.4);
    background: linear-gradient(135deg, #b78a3f 0%, #d4a35a 100%);
}

.section {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
    font-size: 36px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #d4a35a, #b78a3f);
}

.page-header {
    text-align: center;
    margin-bottom: 70px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(212, 163, 90, 0.2);
}

/* Enhanced Header Styles */
.site-header {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease;
}

.site-header.scrolled {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.logo img {
    max-height: 60px;
    transition: all 0.4s ease;
}

.site-header.scrolled .logo img {
    max-height: 50px;
}

.main-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-menu li {
    margin-left: 30px;
    position: relative;
}

.nav-menu li a {
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0;
    position: relative;
}

.nav-menu li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #d4a35a, #b78a3f);
    transition: width 0.3s ease;
}

.nav-menu li.active a:after,
.nav-menu li a:hover:after {
    width: 100%;
}

.nav-menu li.active a,
.nav-menu li a:hover {
    color: #d4a35a;
}

.mobile-menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #d4a35a;
}

/* Enhanced Carousel Styles */
.main-content {
    margin-top: 100px;
}

.carousel-item {
    height: 700px;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    padding: 40px;
    border-radius: 10px;
    max-width: 60%;
    margin: 0 auto;
    bottom: 20%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.carousel-caption h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.carousel-caption p {
    font-size: 24px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.carousel-indicators li.active {
    background-color: #d4a35a;
    transform: scale(1.2);
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0;
    transition: all 0.3s ease;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    opacity: 0.8;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(212, 163, 90, 0.7);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 20px;
    background-position: center;
}

/* Enhanced Promotion Banner */
.promotion-banner {
    background: linear-gradient(135deg, #d4a35a 0%, #b78a3f 100%);
    color: white;
    padding: 15px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.promotion-banner:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1) 10px,
        transparent 10px,
        transparent 20px
    );
    animation: shine 20s linear infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

.promotion-banner h3 {
    margin: 0;
    font-size: 18px;
    color: white;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.promotion-banner .btn {
    margin-left: 20px;
    background-color: white;
    color: #d4a35a;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.promotion-banner .btn:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.promotion-banner .close-promotion {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    cursor: pointer;
    font-size: 20px;
    z-index: 1;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.promotion-banner .close-promotion:hover {
    opacity: 1;
}

/* Enhanced Featured Product */
.featured-product {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    margin-bottom: 80px;
    position: relative;
    transition: all 0.4s ease;
}

.featured-product:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.featured-product-content {
    padding: 60px;
}

.featured-product h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 36px;
    position: relative;
    padding-bottom: 15px;
}

.featured-product h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #d4a35a, #b78a3f);
}

.featured-product-image {
    height: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.featured-product-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(212, 163, 90, 0.3) 0%, rgba(183, 138, 63, 0.3) 100%);
    opacity: 0;
    transition: all 0.4s ease;
}

.featured-product:hover .featured-product-image:before {
    opacity: 1;
}

.featured-badge {
    display: inline-block;
    background: linear-gradient(135deg, #d4a35a 0%, #b78a3f 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(212, 163, 90, 0.3);
}

.price-tag {
    font-size: 32px;
    font-weight: bold;
    color: #d4a35a;
    margin: 25px 0;
    display: inline-block;
    position: relative;
}

.price-tag:before {
    content: '$';
    font-size: 20px;
    position: absolute;
    top: 0;
    left: -15px;
}

.features-list {
    margin: 30px 0;
    padding-left: 0;
    list-style: none;
}

.features-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}

.features-list li:before {
    content: '✓';
    color: #d4a35a;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Enhanced Countdown Timer */
.countdown-container {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
    min-width: 80px;
}

.countdown-number {
    background: linear-gradient(135deg, #d4a35a 0%, #b78a3f 100%);
    color: white;
    border-radius: 10px;
    padding: 15px;
    font-size: 28px;
    font-weight: bold;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(212, 163, 90, 0.3);
    position: relative;
    overflow: hidden;
}

.countdown-number:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px 10px 0 0;
}

.countdown-label {
    margin-top: 10px;
    font-size: 14px;
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Enhanced Product Cards */
.product-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.5s ease;
    border: 1px solid transparent;
    height: 100%;
    position: relative;
}

.product-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(212, 163, 90, 0.2);
}

.product-image {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.product-card:hover .product-image::after {
    opacity: 1;
}

.product-info {
    padding: 30px;
    position: relative;
}

.product-info h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.product-card:hover .product-info h3 {
    color: #d4a35a;
}

.product-price {
    color: #d4a35a;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.product-price:before {
    content: '$';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: -10px;
}

.product-card .btn {
    margin-top: 15px;
    opacity: 0.9;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.product-card:hover .btn {
    opacity: 1;
    transform: translateY(0);
}

/* Enhanced Testimonials */
.testimonial-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(212, 163, 90, 0.2);
}

.testimonial-card:before {
    content: '"';
    font-family: 'Playfair Display', serif;
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 120px;
    color: rgba(212, 163, 90, 0.1);
    z-index: 0;
    line-height: 1;
}

.testimonial-content {
    position: relative;
    z-index: 1;
    font-style: italic;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.testimonial-author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-author-info {
    display: flex;
    flex-direction: column;
}

.testimonial-author-name {
    font-weight: bold;
    margin: 0;
    font-size: 18px;
    color: #333;
}

.testimonial-author-title {
    font-size: 14px;
    color: #777;
    margin: 5px 0 0;
}

/* Enhanced Footer */
.site-footer {
    background-color: #222;
    color: #fff;
    padding: 80px 0 30px;
    margin-top: 100px;
    position: relative;
}

.site-footer:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to right bottom, transparent 49%, #222 50%);
}

.site-footer h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
}

.site-footer h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, #d4a35a, #b78a3f);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #aaa;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
}

.footer-links a:before {
    content: '›';
    position: absolute;
    left: 0;
    top: -2px;
    color: #d4a35a;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #d4a35a;
    padding-left: 20px;
}

.footer-links a:hover:before {
    left: 5px;
}

.social-icons {
    margin-top: 30px;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #d4a35a 0%, #b78a3f 100%);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.social-icons a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.copyright {
    border-top: 1px solid #333;
    padding-top: 30px;
    margin-top: 50px;
    text-align: center;
    color: #aaa;
}

/* Enhanced Treatment Process Timeline */
.treatment-process {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0;
}

.treatment-process:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #d4a35a, #b78a3f);
    border-radius: 2px;
}

.treatment-step-full {
    display: flex;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.treatment-step-full:nth-child(odd) {
    flex-direction: row-reverse;
}

.treatment-step-full:last-child {
    margin-bottom: 0;
}

.step-number {
    background: linear-gradient(135deg, #d4a35a 0%, #b78a3f 100%);
    color: white;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 5px solid #fff;
}

.step-content {
    width: 45%;
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 40px;
    transition: all 0.4s ease;
}

.treatment-step-full:nth-child(odd) .step-content {
    margin-right: 5%;
}

.treatment-step-full:nth-child(even) .step-content {
    margin-left: 5%;
}

.step-content:before {
    content: '';
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
}

.treatment-step-full:nth-child(odd) .step-content:before {
    left: -10px;
}

.treatment-step-full:nth-child(even) .step-content:before {
    right: -10px;
}

.treatment-step-full:hover .step-content {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.step-content h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
}

.step-content h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, #d4a35a, #b78a3f);
}

.step-content p {
    margin-bottom: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

/* Before & After Comparison Slider */
.comparison-slider-wrapper {
    position: relative;
    width: 100%;
    margin: 50px 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.comparison-slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.comparison-slider .before,
.comparison-slider .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.comparison-slider .before {
    z-index: 1;
    clip-path: polygon(0 0, var(--position) 0, var(--position) 100%, 0 100%);
}

.comparison-slider .after {
    z-index: 0;
}

.comparison-slider .slider-handle {
    position: absolute;
    top: 0;
    left: var(--position);
    width: 4px;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    cursor: ew-resize;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.comparison-slider .slider-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.comparison-slider .slider-handle:after {
    content: '↔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d4a35a;
    font-size: 20px;
    font-weight: bold;
}

.comparison-slider .label {
    position: absolute;
    bottom: 20px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    z-index: 3;
}

.comparison-slider .before-label {
    left: 20px;
}

.comparison-slider .after-label {
    right: 20px;
}

/* Hair Health Meter */
.hair-health-meter {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin: 50px 0;
    text-align: center;
}

.hair-health-meter h3 {
    margin-bottom: 30px;
    font-size: 24px;
}

.meter-container {
    position: relative;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.meter-before,
.meter-after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 20px;
    transition: width 1.5s ease;
}

.meter-before {
    width: 30%;
    background-color: #ff7675;
    z-index: 1;
}

.meter-after {
    width: 90%;
    background: linear-gradient(135deg, #d4a35a 0%, #b78a3f 100%);
    z-index: 2;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.meter-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.meter-label {
    font-size: 14px;
    color: #777;
}

.meter-value {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #fff;
    font-weight: bold;
    z-index: 3;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .carousel-item {
        height: 600px;
    }
    
    .carousel-caption {
        max-width: 80%;
    }
    
    .carousel-caption h2 {
        font-size: 36px;
    }
    
    .carousel-caption p {
        font-size: 18px;
    }
    
    .treatment-process:before {
        left: 30px;
    }
    
    .treatment-step-full,
    .treatment-step-full:nth-child(odd) {
        flex-direction: row;
    }
    
    .step-number {
        left: 30px;
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .step-content {
        width: calc(100% - 60px);
        margin-left: 60px !important;
        margin-right: 0 !important;
    }
    
    .treatment-step-full:nth-child(odd) .step-content:before,
    .treatment-step-full:nth-child(even) .step-content:before {
        left: -10px;
        right: auto;
    }
}

@media (max-width: 767px) {
    .carousel-item {
        height: 500px;
    }
    
    .carousel-caption {
        max-width: 90%;
        padding: 20px;
    }
    
    .carousel-caption h2 {
        font-size: 28px;
    }
    
    .carousel-caption p {
        font-size: 16px;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        z-index: 100;
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .nav-menu li {
        margin: 10px 0;
    }
    
    .main-navigation {
        position: relative;
    }
    
    .logo {
        text-align: center;
    }
    
    .featured-product-content {
        padding: 30px;
    }
    
    .comparison-slider {
        height: 350px;
    }
}

/* Enhanced Product Detail Page */
.breadcrumb-wrapper {
    margin-bottom: 30px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: #777;
}

.breadcrumb-item.active {
    color: #d4a35a;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #777;
}

.product-detail-enhanced {
    margin-bottom: 80px;
}

.product-gallery {
    position: relative;
    margin-bottom: 30px;
}

.main-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.main-image img {
    width: 100%;
    transition: all 0.5s ease;
}

.image-zoom-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4a35a;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
}

.main-image:hover .image-zoom-icon {
    opacity: 1;
}

.main-image:hover img {
    transform: scale(1.05);
}

.thumbnail-images {
    display: flex;
    gap: 15px;
}

.thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail.active {
    opacity: 1;
    border-color: #d4a35a;
}

.thumbnail:hover {
    opacity: 1;
}

.product-info-enhanced {
    padding: 0 20px;
}

.product-category {
    display: inline-block;
    background-color: #f0f0f0;
    color: #777;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.product-info-enhanced h1 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #333;
}

.product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-rating i {
    color: #ffc107;
    margin-right: 2px;
}

.rating-count {
    color: #777;
    margin-left: 10px;
    font-size: 14px;
}

.product-price {
    font-size: 36px;
    font-weight: bold;
    color: #d4a35a;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.product-price:before {
    content: '$';
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: -15px;
}

.product-description {
    margin-bottom: 30px;
    color: #666;
    line-height: 1.8;
}

.product-benefits {
    margin-bottom: 30px;
}

.product-benefits h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.benefits-list li i {
    color: #d4a35a;
    margin-right: 10px;
}

.product-options {
    margin-bottom: 30px;
}

.product-options h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.size-buttons {
    display: flex;
    gap: 10px;
}

.size-button {
    padding: 8px 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.size-button.active {
    border-color: #d4a35a;
    background-color: #d4a35a;
    color: #fff;
}

.size-button:hover {
    border-color: #d4a35a;
}

.product-actions {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.quantity-selector {
    display: flex;
    align-items: center;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.quantity-button {
    width: 40px;
    height: 40px;
    background-color: #f9f9f9;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quantity-button:hover {
    background-color: #f0f0f0;
}

.quantity-input {
    width: 60px;
    height: 40px;
    border: none;
    text-align: center;
    font-weight: bold;
}

.product-actions .btn {
    padding: 12px 30px;
}

.product-meta {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.meta-item {
    margin-bottom: 10px;
    color: #777;
    font-size: 14px;
}

.meta-item i {
    margin-right: 5px;
    color: #d4a35a;
}

.meta-item span {
    color: #333;
}

.meta-item a {
    margin-left: 10px;
    color: #777;
    transition: all 0.3s ease;
}

.meta-item a:hover {
    color: #d4a35a;
}

/* Product Tabs */
.product-tabs {
    margin-top: 50px;
}

.product-tabs .nav-tabs {
    border-bottom: 1px solid #eee;
}

.product-tabs .nav-link {
    border: none;
    color: #777;
    font-weight: 500;
    padding: 15px 30px;
    position: relative;
}

.product-tabs .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #d4a35a, #b78a3f);
    transition: width 0.3s ease;
}

.product-tabs .nav-link.active {
    color: #d4a35a;
    background-color: transparent;
}

.product-tabs .nav-link.active:after {
    width: 100%;
}

.tab-content-inner {
    padding: 30px 0;
}

.tab-content-inner h3 {
    margin-bottom: 20px;
    color: #333;
}

/* Ingredients List */
.ingredients-list {
    margin-top: 20px;
}

.ingredient {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.ingredient:last-child {
    border-bottom: none;
}

.ingredient-name {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.ingredient-description {
    color: #666;
}

/* How to Use Steps */
.how-to-use-steps {
    padding-left: 20px;
    margin-top: 20px;
}

.how-to-use-steps li {
    margin-bottom: 15px;
    color: #666;
}

/* Reviews */
.reviews-summary {
    display: flex;
    margin-bottom: 40px;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
}

.overall-rating {
    text-align: center;
    padding-right: 30px;
    border-right: 1px solid #eee;
    margin-right: 30px;
}

.rating-number {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}

.rating-stars {
    margin: 10px 0;
}

.rating-stars i {
    color: #ffc107;
    font-size: 20px;
}

.rating-count {
    color: #777;
    font-size: 14px;
}

.rating-breakdown {
    flex: 1;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rating-label {
    width: 60px;
    font-size: 14px;
    color: #777;
}

.progress {
    flex: 1;
    height: 10px;
    margin: 0 15px;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar {
    background: linear-gradient(to right, #d4a35a, #b78a3f);
}

.rating-percent {
    width: 40px;
    font-size: 14px;
    color: #777;
    text-align: right;
}

.reviews-list {
    margin-bottom: 40px;
}

.review-item {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.reviewer-info {
    display: flex;
    align-items: center;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.reviewer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviewer-name {
    font-weight: bold;
    color: #333;
}

.review-date {
    font-size: 14px;
    color: #777;
}

.review-rating i {
    color: #ffc107;
}

.review-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.review-content {
    color: #666;
    line-height: 1.8;
}

.write-review {
    text-align: center;
}

/* Feature Box */
.feature-box {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #d4a35a 0%, #b78a3f 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 20px;
}

.feature-box h4 {
    margin-bottom: 15px;
    color: #333;
}

.feature-box p {
    color: #666;
    margin-bottom: 0;
}

/* Notification */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.3s ease;
}

.notification.show {
    transform: translateY(0);
    opacity: 1;
}

.notification.success {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
}

.notification.error {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.notification.info {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
}

/* Add to Cart Animation */
.add-to-cart-animation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: rgba(212, 163, 90, 0.2);
    border-radius: 50%;
    z-index: 9999;
    animation: addToCartPulse 1s ease-out;
}

@keyframes addToCartPulse {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

/* Comparison Cards */
.comparison-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
}

.comparison-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.comparison-card h3 {
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}

.comparison-card h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #d4a35a, #b78a3f);
}

.comparison-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
}

.comparison-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.comparison-list li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #d4a35a;
}

/* Pricing Cards */
.pricing-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.pricing-header {
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.pricing-header h3 {
    margin-bottom: 10px;
    color: #333;
}

.pricing-header p {
    color: #777;
    margin-bottom: 0;
}

.pricing-options {
    padding: 0 20px;
}

.pricing-option {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-option:hover {
    background-color: #f9f9f9;
}

.pricing-option.featured {
    background-color: rgba(212, 163, 90, 0.05);
    border-left: 3px solid #d4a35a;
}

.option-size {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
}

.option-price {
    color: #d4a35a;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.option-description {
    color: #777;
    font-size: 14px;
}

.option-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #d4a35a 0%, #b78a3f 100%);
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.pricing-footer {
    padding: 30px;
    text-align: center;
}

/* Kit Cards */
.kit-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
}

.kit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.kit-card.featured {
    border: 2px solid #d4a35a;
    transform: scale(1.05);
}

.kit-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.kit-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #d4a35a 0%, #b78a3f 100%);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
}

.kit-image {
    padding: 20px;
    text-align: center;
}

.kit-image img {
    max-height: 200px;
    transition: all 0.4s ease;
}

.kit-card:hover .kit-image img {
    transform: scale(1.05);
}

.kit-info {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}

.kit-info h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 20px;
}

.kit-price {
    color: #d4a35a;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.kit-info p {
    color: #777;
    margin-bottom: 5px;
    font-size: 14px;
}
