/* Eagle Hockey Category Pages - Base Styles */

/* Reset and Base */
.eagle-category-page {
    min-height: 100vh;
}

.eagle-category-page * {
    box-sizing: border-box;
}

/* Container */
.eagle-category-page .container {
    width: 100%;
    max-width: 100%;
}
.h1-wrap{
width: 1200px;
  margin: 0 auto;
}
.category-hero h1{
}
/* Typography */
.eagle-category-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}
.section-background{
        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;

}
/* Made in Canada Section */
.made-in-canada {
    background: transparent;
    margin: 0;
}
.made-in-canada-badge{
    width: 100%;
}
.made-in-canada-badge .maple-leaf{
    width: 2em;
}
.made-in-canada-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.made-in-canada .badge-text{
    width: 75%;
  font-family: 'inter tight', sans-serif;
  font-size: 2em;
  font-weight: 200;
  letter-spacing: .35em;
}

/* Video Column */
.video-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.manufacturing-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}




/* Content Column */
.made-in-canada .content-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.made-in-canada .made-in-canada-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    align-self: flex-start;
}

.made-in-canada .made-in-canada-badge .maple-leaf {
    font-size: 40px;
    color: #ff0000;
}

.made-in-canada .badge-text {
    display: flex;
    flex-direction: column;
    color: #333;
}

.made-in-canada .social-section p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.made-in-canada .social-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.made-in-canada .social-handle {
  font-weight: 400;
  font-size: 2em;
  color: #333;
  font-family: inter, sans-serif;
  letter-spacing: .15em;


}

.made-in-canada .social-icons {
    display: flex;
    gap: 15px;
}

.made-in-canada .social-icons a {
    font-size: 28px;
    color: #333;
    transition: color 0.3s ease;
}

.made-in-canada .social-icons a:hover {
    color: #555;
}








/* Hero Section Base */
.category-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    padding: 0 60px;
}

.category-title {
color: #f2f2f2;
  font-size: 2.5em;
  font-weight: 300;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-family: 'inter tight', sans-serif;

}

/* Price Formatting */
.woocommerce-Price-amount {
    display: inline-block;
}

.woocommerce-Price-currencySymbol {
    font-size: 0.85em;
}
.product-title{
    font-family: "inter", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
      color: #333;
          margin: 0 0 12px 0;


}
/* Variable Product Price Range */
.price del {
    opacity: 0.5;
    margin-right: 8px;
}

.price ins {
    text-decoration: none;
}

/* Made in Canada Section Base */
.made-in-canada {
    position: relative;
    margin-bottom: 5em;
}

.made-in-canada .container {
    max-width: 100%;
    padding: 0;
}



.social-icons a {
    width: 2em;
}



/* Buttons Base */
.btn {
    font-family: inherit;
    border: none;
    outline: none;
    text-transform: lowercase;
}

.btn:focus {
    outline: 2px solid #4A90E2;
    outline-offset: 2px;
}

/* Loading States */
.eagle-category-page.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Accessibility */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.team-program-inner{
    margin-bottom:0;
    padding: 2.5em 0;
}
#team-program-left{
    padding-left:1em;
}
@media (max-width: 768px) {
  #team-program-left {
flex: 2;
  }
  #team-program-right{
    flex: 1;
  }
}
/* Print Styles */
@media print {
    .category-hero,
    .made-in-canada,
    .btn {
        display: none !important;
    }
}