
 /*
 Theme Name:   Storefront Child
 Template:     storefront
*/
 
 
 
 
 /*style .cc*/
 
 
 /* ===============================
TRACEABILITY PAGE STYLING
=============================== */

.traceability-page {
    max-width: 1100px;
    margin: 40px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    font-family: inherit;
}

/* Page Title */
.traceability-page h1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #1f2933;
}

/* Section Headings */
.traceability-page h2 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #14532d;
    border-bottom: 2px solid #d1fae5;
    padding-bottom: 6px;
}

.traceability-page h3 {
    margin-top: 25px;
    font-size: 18px;
    color: #166534;
}

/* Info Rows */
.traceability-row {
    display: grid;
    grid-template-columns: 240px 1fr;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e7eb;
}

.traceability-row strong {
    color: #374151;
}

/* Product Image */
.traceability-product-image img {
    max-width: 280px;
    border-radius: 10px;
    margin: 20px 0;
    border: 1px solid #e5e7eb;
}

/* Certificates */
.traceability-cert-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.traceability-cert {
    background: #f9fafb;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

.traceability-cert a {
    color: #065f46;
    font-weight: 600;
    text-decoration: none;
}

.traceability-cert a:hover {
    text-decoration: underline;
}

/* Map Links */
.traceability-map a {
    color: #047857;
    font-weight: 600;
    text-decoration: none;
}

.traceability-map a:hover {
    text-decoration: underline;
}

/* Related Products */
.traceability-products ul {
    list-style: none;
    padding: 0;
}

.traceability-products li {
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 10px;
}

.traceability-products a {
    text-decoration: none;
    color: #1f2933;
    font-weight: 600;
}

/* SVG Section */
.traceability-svg {
    margin-top: 40px;
    padding: 20px;
    background: #f0fdf4;
    border-radius: 12px;
}



/* Buttons global */
/* Global Buttons – Gradient Style */
button,
a.button,
 
.woocommerce a.button,
.woocommerce button.button,
input[type="submit"],
input[type="button"] {
    background: #2f6b3f !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    border: none !important;
    transition: all 0.3s ease;
}

/* Hover State – Reverse Gradient */
button:hover,
a.button:hover,
 
.woocommerce a.button:hover,
.woocommerce button.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #2f6b3f !important;
    color: #ffffff !important;
}



/* Mobile Responsive */
@media (max-width: 768px) {

    .traceability-row {
        grid-template-columns: 1fr;
    }

    .traceability-page {
        padding: 18px;
    }

    .traceability-page h1 {
        font-size: 24px;
    }
}





/*FAQ's Styling */
 
 
 
 
 
 
