/* left align product categories on the shop page | 5404028-zen GH/RG */

.wp-container-3 h4:first-of-type,
.wc-block-product-categories-list-item{
  text-align:left;
}

/* Remove mouseover zoom for single product images | 36182212-hc */
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  pointer-events: none;
}

/* white background on zoomed in images */
.pswp__item{background-color:white
}

#pwgc-redeem-gift-card-number {
font-size: 1.5rem;
line-height: 1.7;
}

#pwgc-redeem-button {
	max-width: 15%;
}


/* for new page */

/* Allez! White-Label Page Styles */
:root {
    --allez-green: #4B7C4D;
    --allez-dark-green: #2C4A2D;
    --allez-light-green: #E8F4E9;
    --allez-orange: #FF6B35;
    --text-dark: #2C2C2C;
    --text-gray: #666666;
    --white: #FFFFFF;
    --gray-bg: #F8F8F8;
}

/* Remove default page margins for this page */
.page-id-YOUR-PAGE-ID .entry-content {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Container */
.allez-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.allez-hero {
    background: linear-gradient(135deg, var(--allez-light-green) 0%, var(--white) 100%);
    padding: 80px 0;
    text-align: center;
}

.allez-hero h1 {
    font-size: 48px;
    font-weight: 800;
    color: var(--allez-dark-green);
    line-height: 1.2;
    margin-bottom: 20px;
}

.allez-hero h1 .highlight {
    color: var(--allez-orange);
}

.allez-hero-subtitle {
    font-size: 20px;
    color: var(--text-gray);
    max-width: 700px;
    margin: 0 auto 40px;
}

/* Buttons */
.allez-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.allez-btn {
    display: inline-block;
    padding: 16px 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.allez-btn-primary {
    background: var(--allez-orange);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.allez-btn-primary:hover {
    background: #E55A2B;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    color: white;
}

.allez-btn-secondary {
    background: transparent;
    color: var(--allez-green);
    border: 2px solid var(--allez-green);
}

.allez-btn-secondary:hover {
    background: var(--allez-green);
    color: white;
}

/* Stats Grid */
.allez-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    max-width: 800px;
    margin: 50px auto 0;
}

.allez-stat {
    text-align: center;
}

.allez-stat-number {
    font-size: 42px;
    font-weight: 800;
    color: var(--allez-green);
    line-height: 1;
}

.allez-stat-label {
    font-size: 14px;
    color: var(--text-gray);
    margin-top: 5px;
}

/* Section Styles */
.allez-section {
    padding: 80px 0;
}

.allez-section-gray {
    background: var(--gray-bg);
}

.allez-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.allez-section-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--allez-dark-green);
    margin-bottom: 15px;
}

.allez-section-header p {
    font-size: 18px;
    color: var(--text-gray);
}

/* Logo Grid */
.allez-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.allez-logo-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.allez-logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.allez-logo-card img {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.allez-logo-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--allez-dark-green);
    margin-bottom: 10px;
}

/* Process Timeline */
.allez-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.allez-step {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.allez-step-number {
    width: 50px;
    height: 50px;
    background: var(--allez-orange);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    margin: 0 auto 20px;
}

.allez-step h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--allez-dark-green);
    margin-bottom: 10px;
}

/* Benefits Grid */
.allez-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.allez-benefit {
    padding: 35px;
    background: var(--gray-bg);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.allez-benefit:hover {
    background: var(--allez-light-green);
    transform: translateY(-5px);
}

.allez-benefit-icon {
    font-size: 36px;
    margin-bottom: 20px;
    display: block;
}

.allez-benefit h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--allez-dark-green);
    margin-bottom: 15px;
}

/* Product Showcase */
.allez-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.allez-product-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.allez-product-card img {
    width: 100%;
    max-width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* CTA Section */
.allez-cta {
    background: linear-gradient(135deg, var(--allez-green) 0%, var(--allez-dark-green) 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.allez-cta h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
}

.allez-cta p {
    font-size: 20px;
    opacity: 0.9;
    margin-bottom: 40px;
}

.allez-btn-white {
    background: white;
    color: var(--allez-green);
}

.allez-btn-white:hover {
    background: var(--gray-bg);
    color: var(--allez-green);
}

/* Responsive */
@media (max-width: 768px) {
    .allez-hero h1 {
        font-size: 32px;
    }
    
    .allez-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .allez-timeline {
        grid-template-columns: 1fr;
    }
    
    .allez-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .allez-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Form Styling for Contact Form 7 */
.allez-form {
    max-width: 600px;
    margin: 0 auto;
}

.allez-form p {
    margin-bottom: 20px;
}

.allez-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--allez-dark-green);
}

.allez-form input[type="text"],
.allez-form input[type="email"],
.allez-form input[type="tel"],
.allez-form textarea,
.allez-form select {
    width: 100%;
    padding: 12px 20px;
    border: 2px solid #E0E0E0;
    border-radius: 8px;
    font-size: 16px;
}

.allez-form input[type="submit"] {
    width: 100%;
    padding: 16px;
    background: var(--allez-orange);
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.allez-form input[type="submit"]:hover {
    background: #E55A2B;
    transform: translateY(-2px);
}