/* Gloves Category Specific Styles */

.category-gloves {
}

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

/* Hero Section - Gloves */
.category-gloves .category-hero {
    height: 400px;
    overflow: hidden;
}

/* Gloves Grid Layout */
.gloves-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 2rem auto;
}

/* Products Group Container */
.products-group-container {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 20px;
    border-radius: 0 0 5em 0;
    overflow: hidden;
    border: 2px solid transparent;
    background: url("/wp-content/uploads/line.webp") padding-box, 
linear-gradient(to bottom right, #EEEEF0 0%, #EEEEF0 0%) padding-box, 
linear-gradient(45deg, #352f36 0%, #ccc 25%, #ccc 75%, #352f36 100% ) border-box;


}








/* Product Cards - No border radius */
.category-gloves .product-card {
    border-radius: 0;
    overflow: hidden;
}



.products-group-container .product-card{
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.products-group-container .product-card div {

    flex:1;
}




/* Transparent background for first two products */
.category-gloves .product-card.transparent-bg {
    box-shadow: none;
border: 2px solid transparent;



background:radial-gradient(circle at -58% -69%, #fff 59%, transparent 102.05%) padding-box, 
radial-gradient(circle at 48% 54%, #bfbfbf2c 50%, transparent 87.05%) padding-box, 
radial-gradient(circle at 3% 7%, #bfbfbf2a 56%, transparent 77.05%) padding-box, 
linear-gradient(51deg, #ffffff2f 56%, transparent 86.05%) padding-box, 
linear-gradient(51deg, #fff 100%, #fff 100%) padding-box, 
linear-gradient(45deg, #352f36 0%, #ccc 25%, #ccc 75%, #352f36 100% ) border-box;





}
.category-gloves .product-card.transparent-bg:first-child {
    border-radius: 5em 0 0 0;
}

.category-gloves .product-card.transparent-bg .product-image {
    background: transparent;
}

/* Gradient background for products 3-4 */
.category-gloves .product-card.gradient-bg .product-image {
   /*  background: linear-gradient(135deg, #d4a574 0%, #c19660 100%);  */
}

/* Product Image Section */
.category-gloves .product-image {
    position: relative;
    padding: 30px;
    min-height: 20em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-gloves .product-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 300px;
}

/* NEW Badge */
.new-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ff4444;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Product Info */
.category-gloves .product-info {
    padding: 25px;
}

.category-gloves .product-title {

}

.category-gloves .product-price {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 500;
}

.category-gloves .product-price .currency-code {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    text-transform: uppercase;
}

/* Product Meta */
.category-gloves .product-meta {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.4;
}

.category-gloves .meta-label {
    font-weight: 600;
    color: #333;
    display: inline-block;
    min-width: 100px;
    width: 100%;
}

.category-gloves .meta-value {
    color: #666;
}

/* Buttons */
.category-gloves .product-actions {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-gloves .btn {
    display: block;
    text-align: center;
    padding: 14px 24px;
    border-radius: .5em;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-gloves .btn-select {
    background: white;
    color: #333;
    border: 2px solid #333;
}

.category-gloves .btn-select:hover {
    background: #333;
    color: white;
}

.category-gloves .btn-customize {
    background: #333;
    color: white;
    border: 2px solid #333;
}

.category-gloves .btn-customize:hover {
    background: #555;
    border-color: #555;
}


/* Custom Team Program Section */
.custom-team-program {
    position: relative;
    margin: 60px 0;
}

.custom-team-program .section-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.team-program-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Program Info */
.program-info .eyebrow {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 15px;
}

.program-info h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #333;
    display: flex;
    align-items: center;
    gap: 15px;
}

.program-info h2 img {
    height: 40px;
}

.program-info .description {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.program-info .subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

/* CTA Section */
.cta-section {
    display: flex;
    align-items: center;
    gap: 40px;
}

.btn-details {
    background: white;
    color: #333;
    border: 2px solid #333;
    padding: 15px 40px;
    font-size: 16px;
}

.btn-details:hover {
    background: #333;
    color: white;
}

.contact-info {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

/* Visual Placeholder */
.visual-placeholder {
    width: 100%;
    height: 400px;
    background: url('/wp-content/uploads/product-pages/team-pattern.svg') center/cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


/* Responsive */
@media (max-width: 768px) {
    /* Reduce border radius on mobile */
.category-gloves .product-card.transparent-bg:first-child {

        border-radius: 2em 0 0 0;
    }
    
    .products-group-container {
        border-radius: 0 0 2em 0;
    }
    
    /* Stack grid on mobile */
    .gloves-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 15px;
    }
    
    .products-group-container {
        grid-template-columns: 1fr;
        padding: 15px;
    }
    /* Stack team program section */
    .team-program-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .cta-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    /* Stack Made in Canada section */
    .category-gloves .made-in-canada-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .category-gloves .video-wrapper {
        max-width: 300px;
        margin: 0 auto;
    }
}

/* Currency update loading state */
body.updating-currency .gloves-grid {
    opacity: 0.5;
    pointer-events: none;
}