/* style.css - BenjiBuys Main Stylesheet */

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

body {
    font-family: "Jura", sans-serif;
    background-color: #F9FAFB;
}

/* Color Variables */
:root {
    --green: #16A34A;
    --green-dark: #0F7A37;
    --white: #FFFFFF;
    --dark-gray: #1F2937;
    --light-gray: #F9FAFB;
    --gray-border: #E5E7EB;
    --text-light: #4B5563;
}

/* Background Colors */
.bg-green { background-color: var(--green) !important; }
.bg-dark-gray { background-color: var(--dark-gray) !important; }
.bg-light-gray { background-color: var(--light-gray) !important; }

/* Text Colors */
.text-green { color: var(--green) !important; }
.text-dark-gray { color: var(--dark-gray) !important; }

/* Border Colors */
.border-green { border-color: var(--green) !important; }

/* Navbar Styles */
.navbar-brand, .nav-link, .text-dark-gray, .btn-outline-white {
    font-family: "Jura", sans-serif;
}

.navbar-brand {
    color: #16A34A !important;
    font-weight: 700;
}

.nav-link {
    color: #1F2937 !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #16A34A !important;
}

.nav-link.active {
    color: #16A34A !important;
    font-weight: 700;
}

/* Navbar Toggler */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2316A34A' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Navigation Links */
.nav-links a {
    font-weight: 600;
    color: var(--dark-gray);
    position: relative;
    text-decoration: none;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 3px;
    background: var(--green);
    transition: width 0.2s;
    border-radius: 4px;
}

.nav-links a:hover::after { 
    width: 100%; 
}

/* Button Styles */
.btn-green {
    background-color: var(--green);
    color: white;
    font-weight: 600;
    border-radius: 60px;
    padding: 0.7rem 2.4rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px -8px rgba(22, 163, 74, 0.3);
}

.btn-green:hover {
    background-color: var(--green-dark);
    border-color: #FFFFFF;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 16px 24px -10px rgba(22, 163, 74, 0.5);
}

.btn-outline-white {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 60px;
    padding: 0.7rem 2.4rem;
    transition: 0.2s;
}

.btn-outline-white:hover {
    background-color: #16A34A;
    border-color: #16A34A;
    color: #FFFFFF;
}

.btn-outline-green {
    background-color: transparent;
    border: 2px solid var(--green);
    color: var(--dark-gray);
    font-weight: 600;
    border-radius: 60px;
    padding: 0.65rem 2.2rem;
    transition: 0.2s;
}

.btn-outline-green:hover {
    background-color: var(--green);
    border-color: var(--green);
    color: white;
    transform: scale(1.02);
}

.btn-dark-gray {
    background-color: var(--dark-gray);
    color: white;
    font-weight: 600;
    border-radius: 60px;
    padding: 0.7rem 2.4rem;
    border: none;
    transition: 0.2s;
}

.btn-dark-gray:hover {
    background-color: #111827;
    transform: translateY(-3px);
    box-shadow: 0 16px 24px -10px rgba(31,41,55,0.4);
}

/* Accent Lines */
.accent-line {
    width: 80px;
    height: 4px;
    background-color: #16A34A;
    margin: 1rem auto;
    border-radius: 2px;
}

.accent-line-left {
    width: 80px;
    height: 4px;
    background-color: #16A34A;
    margin: 1rem 0;
    border-radius: 2px;
}

hr.green-hr {
    border: 0;
    height: 3px;
    background: var(--green);
    width: 100px;
    margin: 1.5rem auto;
    opacity: 0.5;
}

/* Banner overlay */
.banner-overlay {
    background: rgba(31, 41, 55, 0.7);
}

/* Footer bottom bar */
.footer-bottom-bar {
    background-color: #0f172a;
    border-bottom: 3px solid #16A34A;
}

/* Footer Modern */
.footer-modern {
    background-color: var(--light-gray);
    border-top: 4px solid var(--green);
}

/* Hero Banner */
.hero-banner {
    background: linear-gradient(125deg, #F0FFF4 0%, #E6F9E6 100%);
    position: relative;
    border-radius: 0 0 48px 48px;
    margin-bottom: 2rem;
    border-bottom: 4px solid var(--green);
}

.hero-content {
    padding: 5rem 1rem;
    position: relative;
    z-index: 2;
}

.hero-shape {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle at 70% 20%, rgba(22,163,74,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

/* Cards */
.category-card {
    background-color: var(--white);
    border-radius: 32px;
    padding: 2rem 1rem;
    text-align: center;
    transition: 0.2s;
    box-shadow: 0 12px 28px -12px rgba(0,0,0,0.04);
    border: 1px solid var(--gray-border);
    height: 100%;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 36px -16px rgba(22,163,74,0.15);
    border-color: var(--green);
}

.category-icon {
    font-size: 2.8rem;
    color: var(--green);
}

.feature-item {
    background: var(--white);
    padding: 2rem 1.5rem;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 16px 32px -16px rgba(0,0,0,0.04);
    height: 100%;
    border: 1px solid var(--gray-border);
}

.feature-item:hover {
    border-color: var(--green);
}

.feature-icon {
    font-size: 2.8rem;
    color: var(--green);
}

/* Product Cards */
.product-card {
    background: var(--white);
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 12px 28px -12px rgba(0,0,0,0.04);
    transition: all 0.25s;
    border: 1px solid var(--gray-border);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    border-color: var(--green);
    box-shadow: 0 24px 36px -14px rgba(22,163,74,0.15);
    transform: scale(1.01);
}

.product-badge {
    background-color: var(--green);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.3rem 1.4rem;
    border-radius: 40px;
    display: inline-block;
    margin: 1rem 1rem 0;
    align-self: flex-start;
    border: 2px solid white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.02);
}

.product-img {
    background: var(--light-gray);
    height: 170px;
    margin: 1rem 1.2rem 0.5rem;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.4rem;
    color: var(--green);
    transition: 0.2s;
}

.product-card:hover .product-img {
    background: #E6F7E6;
}

.trending-tag {
    background: var(--light-gray);
    color: var(--dark-gray);
    font-weight: 600;
    font-size: 0.7rem;
    padding: 0.3rem 1rem;
    border-radius: 30px;
    display: inline-block;
    margin-top: 0.5rem;
}

/* Guide card styles */
.guide-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.guide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(22, 163, 74, 0.1);
}

.flash-sale-badge {
    background-color: #16A34A;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.product-list-item {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.product-list-item:last-child {
    border-bottom: none;
}

.product-number {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #16A34A;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-weight: 600;
    margin-right: 12px;
}

.divider {
    border: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #16A34A, transparent);
    margin: 2rem 0;
}

.guide-section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1.5rem;
}

.guide-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #16A34A;
    margin: 2rem 0 1rem 0;
}

/* Badges */
.badge-green-light {
    background-color: #E6F7E6;
    color: var(--green);
    font-weight: 600;
    padding: 0.4rem 1.6rem;
    border-radius: 40px;
}

.badge-dark {
    background-color: var(--dark-gray);
    color: white;
    padding: 0.4rem 1.6rem;
    border-radius: 40px;
}

/* Privacy & Terms Cards */
.privacy-card, .terms-card, .about-card {
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 3rem;
}

.privacy-section, .terms-section {
    margin-bottom: 2.5rem;
}

.privacy-section h2, .terms-section h2 {
    color: #16A34A;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    border-left: 4px solid #16A34A;
    padding-left: 1rem;
}

.privacy-section h3, .terms-section h3 {
    color: #1F2937;
    font-weight: 600;
    font-size: 1.4rem;
    margin: 1.5rem 0 1rem 0;
}

.privacy-section p, .terms-section p {
    color: #4B5563;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.privacy-section ul, .privacy-section ol,
.terms-section ul, .terms-section ol {
    color: #4B5563;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.privacy-section li, .terms-section li {
    margin-bottom: 0.5rem;
}

.privacy-section a, .terms-section a {
    color: #16A34A;
    text-decoration: none;
    font-weight: 600;
}

.privacy-section a:hover, .terms-section a:hover {
    text-decoration: underline;
}

.privacy-note, .terms-note {
    background-color: #F9FAFB;
    border-left: 4px solid #16A34A;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.privacy-note p, .terms-note p {
    margin-bottom: 0;
    font-style: italic;
}

.effective-date {
    color: #6B7280;
    font-size: 0.95rem;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #E5E7EB;
}

.welcome-message {
    font-size: 1.2rem;
    color: #1F2937;
    background-color: #F9FAFB;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border: 1px solid #E5E7EB;
}

.section-number {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #16A34A;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    margin-right: 12px;
    font-size: 1rem;
}

/* About Page Specific */
.about-header {
    text-align: center;
    margin-bottom: 3rem;
}

.about-header h1 {
    color: #16A34A;
    font-weight: 800;
    font-size: 3.5rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.about-header .subtitle {
    color: #1F2937;
    font-size: 1.3rem;
    font-weight: 500;
    max-width: 600px;
    margin: 0 auto;
}

.mission-section {
    background: linear-gradient(135deg, #F9FAFB 0%, #FFFFFF 100%);
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    border: 1px solid #E5E7EB;
    position: relative;
    overflow: hidden;
}

.mission-section::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 10rem;
    color: #16A34A;
    opacity: 0.1;
    font-family: serif;
}

.mission-section h2 {
    color: #16A34A;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.mission-section p {
    color: #4B5563;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.mission-section .mission-text {
    font-size: 1.4rem;
    color: #1F2937;
    font-weight: 500;
}

.values-section {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2.5rem;
    justify-content: center;
}

.value-item {
    flex: 1 1 200px;
    background-color: #F9FAFB;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #E5E7EB;
}

.value-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(22, 163, 74, 0.1);
    border-color: #16A34A;
}

.value-item i {
    font-size: 2.5rem;
    color: #16A34A;
    margin-bottom: 1rem;
}

.value-item h3 {
    color: #1F2937;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.value-item p {
    color: #6B7280;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.story-section {
    margin-top: 3rem;
    padding: 2rem;
    background-color: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
}

.story-section h3 {
    color: #16A34A;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.story-section p {
    color: #4B5563;
    font-size: 1.1rem;
    line-height: 1.7;
}

.signature {
    font-family: "Jura", sans-serif;
    font-weight: 600;
    color: #16A34A;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    letter-spacing: 1px;
}

/* Deals Page Specific */
.deal-card-compact {
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    border: 1px solid #E5E7EB;
}

.deal-card-compact:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(22, 163, 74, 0.1);
    border-color: #16A34A;
}

.deal-image-compact {
    height: 200px;
    overflow: hidden;
    position: relative;
    background-color: #F9FAFB;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.deal-image-compact img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.deal-card-compact:hover .deal-image-compact img {
    transform: scale(1.05);
}

.deal-category {
    font-size: 0.9rem;
    color: #16A34A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.deal-title-compact {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    min-height: 3rem;
}

.rating {
    color: #FFB800;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.rating i {
    margin-right: 2px;
}

.rating .text-secondary {
    color: #9CA3AF !important;
}

.price-section {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.current-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #16A34A;
}

.original-price {
    font-size: 1rem;
    color: #9CA3AF;
    text-decoration: line-through;
}

.deal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.btn-deal {
    background-color: #16A34A;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    display: inline-block;
}

.btn-deal:hover {
    background-color: #0F7A37;
    color: white;
}

.platform-label {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1F2937;
}

.platform-label i {
    color: #16A34A;
    font-size: 1rem;
}

.quick-view {
    text-align: center;
    font-size: 0.9rem;
    color: #16A34A;
    text-decoration: none;
    display: block;
    padding: 0.75rem 0 0.5rem 0;
    border-top: 1px solid #E5E7EB;
    margin-top: 1rem;
    font-weight: 600;
}

.quick-view:hover {
    color: #0F7A37;
    text-decoration: underline;
}

.trending-header {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}

.trending-header::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: #16A34A;
    border-radius: 2px;
}

.category-header {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F2937;
    margin: 2rem 0 1.5rem 0;
    border-left: 4px solid #16A34A;
    padding-left: 1rem;
}

/* Modal Styles */
.modal-product-image {
    background-color: #F9FAFB;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
}

.modal-product-image img {
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
}

.modal-product-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.modal-product-brand {
    font-size: 1rem;
    color: #16A34A;
    font-weight: 600;
    margin-bottom: 1rem;
}

.modal-price-section {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1rem 0;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}

.modal-current-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #16A34A;
}

.modal-original-price {
    font-size: 1.3rem;
    color: #9CA3AF;
    text-decoration: line-through;
}

.product-details-paragraph {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4B5563;
}

.product-details-paragraph p {
    margin-bottom: 1rem;
}

.product-details-paragraph strong {
    color: #1F2937;
}

.product-details-paragraph ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.product-details-paragraph li {
    margin-bottom: 0.5rem;
}

.campaign-section {
    background-color: #F9FAFB;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    border-left: 3px solid #16A34A;
}

.campaign-section h6 {
    color: #16A34A;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.modal-footer-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.modal-footer-buttons .btn {
    flex: 1;
    padding: 0.75rem;
    font-weight: 600;
}

.why-shop-section {
    background-color: #F9FAFB;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-left: 4px solid #16A34A;
}

.why-shop-section h4 {
    color: #1F2937;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.why-shop-section p {
    color: #4B5563;
    margin-bottom: 0;
}

.campaign-badge {
    background-color: #16A34A;
    color: white;
    font-size: 0.8rem;
    padding: 0.2rem 1rem;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

/* Hover Effects */
.hover-shadow-lg:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(22, 163, 74, 0.15) !important;
    transition: all 0.3s ease;
}

.transition {
    transition: all 0.3s ease;
}

/* Utility Classes */
.fst-italic {
    font-style: italic;
}

.fw-medium {
    font-weight: 500;
}

/* Media Queries */
@media (max-width: 768px) {
    .privacy-card, .terms-card, .about-card {
        padding: 1.5rem;
    }
    
    .privacy-section h2, .terms-section h2 {
        font-size: 1.5rem;
    }
    
    .section-number {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 0.9rem;
    }
    
    .about-card {
        padding: 1.5rem;
    }
    
    .about-header h1 {
        font-size: 2.5rem;
    }
    
    .mission-section h2 {
        font-size: 1.8rem;
    }
    
    .mission-section p {
        font-size: 1.1rem;
    }
    
    .mission-section .mission-text {
        font-size: 1.2rem;
    }
    
    .values-section {
        gap: 1rem;
    }
    
    .value-item {
        flex: 1 1 100%;
    }
    
    .trending-header {
        font-size: 2rem;
    }
    
    .deal-title-compact {
        font-size: 1rem;
        min-height: auto;
    }
    
    .current-price {
        font-size: 1.3rem;
    }
    
    .deal-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
}
/* Add these styles to your assets/css/style.css */

.hover-text-green:hover {
    color: var(--green) !important;
    transition: color 0.2s ease;
}

.hover-shadow-lg:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(22, 163, 74, 0.15) !important;
    transition: all 0.3s ease;
}

.transition {
    transition: all 0.3s ease;
}

.rounded-top-4 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.badge-green-light {
    background-color: #E6F7E6;
    color: var(--green);
}

/* blog card – modern, airy, with subtle shadow & border */
.blog-deal-card {
    background: white;
    border-radius: 32px;
    padding: 2rem 2rem 2.5rem 2rem;
    box-shadow: 0 20px 35px -8px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.02);
    transition: all 0.2s;
    margin-bottom: 2rem;
}
.featured-badge {
    display: inline-block;
    background: #f2b84b;
    color: #1e2f23;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.4rem 1.2rem;
    border-radius: 40px;
    letter-spacing: 0.3px;
    margin-bottom: 1.5rem;
    border: 1px solid #ffe1a0;
}
.blog-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #1a2e24;
    margin-bottom: 1rem;
}
.blog-meta {
    display: flex;
    gap: 1.5rem;
    color: #5b6f65;
    font-weight: 500;
    font-size: 1rem;
    border-bottom: 2px dashed #dde5e0;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}
.blog-meta i { color: #2b6f4b; margin-right: 0.4rem; }

.product-feature-image img {
    width: 100%;
    height: auto;
    border-radius: 36px;
    box-shadow: 0 20px 30px -8px rgba(0,40,20,0.12);
    border: 1px solid rgba(43,111,75,0.15);
}
.product-feature-desc {
    flex: 2 1 400px;
}
.product-feature-desc h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1d2f24;
    margin-bottom: 0.75rem;
}
.product-feature-desc .price-large {
    font-size: 2.2rem;
    font-weight: 800;
    color: #2b6f4b;
    line-height: 1.2;
}
.product-feature-desc .old-price-large {
    font-size: 1.4rem;
    text-decoration: line-through;
    color: #97a9a0;
    margin-left: 1rem;
    font-weight: 400;
}
.full-description {
    margin: 1.5rem 0 2rem 0;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #2f4438;
    background: #f9fdfa;
    padding: 1.6rem 2rem;
    border-radius: 30px;
    border-left: 8px solid #2b6f4b;
}
.view-deal-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: #2b6f4b;
    color: white;
    font-weight: 700;
    font-size: 1.4rem;
    padding: 1rem 2.8rem;
    border-radius: 60px;
    text-decoration: none;
    border: 2px solid #2b6f4b;
    transition: 0.2s;
    margin-top: 0.5rem;
}
.view-deal-cta:hover {
    background: white;
    color: #2b6f4b;
}
.footer-bottom-bar { background-color: #1b3327; }
hr.divider { opacity: 0.2; }
.bg-dark-gray { background-color: #2c3e35; }
.text-dark-gray { color: #2c3e35; }
.btn-outline-white { border: 2px solid white; color: white; background: transparent; }
.btn-outline-white:hover { background: white; color: #1e2f23; }
.btn-deal.btn-outline-deal {
    background: transparent;
    border: 2px solid #059669;
    color: #059669;
}

.btn-deal.btn-outline-deal:hover {
    background: #059669;
    color: white;
}
/* Custom Product Details Template Styles */

.product-main-image {
    background-color: #F9FAFB;
    border-radius: 24px;
    padding: 2rem;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray-border);
}

.product-badge-large {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--green);
    color: white;
    font-weight: 700;
    padding: 0.5rem 2rem;
    border-radius: 40px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
    border: 2px solid white;
}

.product-thumbnails img {
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.product-thumbnails img:hover {
    border-color: var(--green);
    transform: scale(1.05);
}

.price-section-large {
    background-color: #F9FAFB;
    padding: 1rem 1.5rem;
    border-radius: 60px;
    display: inline-block;
}

.amazon-prime-message {
    background: linear-gradient(135deg, #F0FFF4 0%, #E6F9E6 100%);
    border-left: 4px solid var(--green);
    font-size: 0.95rem;
    color: var(--dark-gray);
}

.social-groups-section {
    border-left: 4px solid var(--green);
}

.follow-us-section {
    border-left: 4px solid var(--green);
}

.related-product-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(22, 163, 74, 0.1);
    border-color: var(--green) !important;
}

.review-form {
    border-left: 4px solid var(--green);
}

.email-signup {
    border: 1px solid var(--gray-border);
    border-left: 4px solid var(--green);
}

.disclosure-text {
    line-height: 1.6;
    opacity: 0.9;
}

/* Button variants */
.btn-success {
    background-color: #25D366;
    border-color: #25D366;
}

.btn-success:hover {
    background-color: #128C7E;
    border-color: #128C7E;
}

.btn-info {
    background-color: #0088cc;
    border-color: #0088cc;
}

.btn-info:hover {
    background-color: #006699;
    border-color: #006699;
}

.btn-outline-success {
    color: #25D366;
    border-color: #25D366;
}

.btn-outline-success:hover {
    background-color: #25D366;
    color: white;
}

.btn-outline-info {
    color: #0088cc;
    border-color: #0088cc;
}

.btn-outline-info:hover {
    background-color: #0088cc;
    color: white;
}

.btn-outline-danger {
    color: #E4405F;
    border-color: #E4405F;
}

.btn-outline-danger:hover {
    background-color: #E4405F;
    color: white;
}

/* Form styles */
.form-control.rounded-pill,
.form-select.rounded-pill {
    padding: 0.75rem 1.5rem;
    border: 2px solid var(--gray-border);
}

.form-control.rounded-pill:focus,
.form-select.rounded-pill:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 0.25rem rgba(22, 163, 74, 0.1);
}

.form-check-input:checked {
    background-color: var(--green);
    border-color: var(--green);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-main-image {
        min-height: 300px;
    }
    
    .product-badge-large {
        font-size: 0.9rem;
        padding: 0.4rem 1.5rem;
    }
    
    .price-section-large {
        padding: 0.75rem 1rem;
    }
    
    .price-section-large .display-4 {
        font-size: 2rem;
    }
    
    .price-section-large .fs-3 {
        font-size: 1.25rem;
    }
}