/* Sustainable Products Page Styles */

#page-products .products-intro {
    font-weight: 400;
    font-size: var(--primary-fontSize16);
    color: #25272E;
    text-align: left;
    margin: var(--primary-pHeight50) 0 44px 0;
}

#page-products .products-goals-title {
    font-size: var(--primary-fontSize22);
    font-weight: bold;
    color: var(--primary-green);
    margin-bottom: 10px;
}

#page-products .products-goal-intro {
    margin-bottom: 50px;
}
#page-products .products-goals-desc {
    font-size: 13px;
    color: var(--text-gray);
    margin-bottom: 30px;
}

/* Goals Section */
#page-products .goals-section {
    padding: 60px 0;
}

#page-products .goals-header {
    text-align: center;
    margin-bottom: 40px;
}

#page-products .goals-header h2 {
    font-size: var(--primary-fontSize28);
    color: var(--primary-green);
    margin-bottom: 15px;
}

#page-products .goals-header p {
    font-size: var(--primary-fontSize14);
    color: #666;
}

/* Standards Section - Full Width Background */
#page-products .standards-section {
    display: flex;
    width: 100%;
    height: 400px;
    color: var(--bg-white);
    position: relative;
    overflow: hidden;
}
#page-products .standards-section::before, #page-products .standards-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../../images/esg/sustainableProducts/sustainableProducts_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}
#page-products .standards-section::before {
    filter: blur(20px) brightness(1.1);
    transform: scale(1.1);
}
#page-products .standards-section::after {
    max-width: 1440px;
    margin: 0 auto; 
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

#page-products .standards-content {
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 65px;
}

#page-products .standards-content-mobile-box {
    display: none;
}
#page-products .standards-content-mobile-logo {
    display: inline-block;
    height: 66px;
    padding: 0px 101px;
    background: url('../../images/esg/sustainableProducts-mobile/sustainableProducts_icon.png') no-repeat;
    background-size: 100% 100%;
}
#page-products .standards-content-mobile-line {
    width: 46px;
    height: 4px;
    background: var(--bg-white);
    border-radius: 4px;
}
#page-products .standards-content-mobile-logo, #page-products .standards-content-mobile-line {
    margin-bottom: 42px;
}

#page-products .standards-left h3 {
    display: flex;
    align-items: center;
    font-size: var(--primary-fontSize28);
    margin-bottom: 15px;
    font-weight: 500;
}
#page-products .standards-left .standards-left-title {
    display: flex;
    align-items: center;
    font-weight: var(--primary-font-weight600);
    font-size: var(--primary-fontSize48);
    line-height: 52px;
}
#page-products .standards-content-desc {
    width: 696px;
    height: 90px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: var(--primary-fontSize16);
    color: #FFFFFF;
    line-height: 30px;
}
#page-products .standards-content-line {
    width: 2px;
    height: 90px;
    background: var(--bg-white);
    border-radius: 4px;
}
#page-products .standards-content-logo {
    display: inline-block;
    height: 90px;
    padding: 0px 137px;
    background: url('../../images/esg/sustainableProducts/sustainableProducts_icon.png') no-repeat;
    background-size: contain;
    background-position: center;
}
#page-products .standards-left p {
    width: 1100px;
    font-size: var(--primary-fontSize16);
    line-height: 1.8;
    opacity: 0.9;
}

#page-products .standards-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page-products .logo-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255,255,255,0.3);
}

#page-products .logo-circle span {
    font-size: 24px;
    font-weight: bold;
}

#page-products .logo-circle small {
    font-size: 12px;
}

/* Products Grid Section */
#page-products .products-grid-section {
    padding: 0 0 var(--primary-pHeight50) 0;
}

#page-products .products-grid-section .container {
    max-width: 1240px;
    margin: 0 auto;
}
#page-products .products-grid-title {
    padding-top: 20px;
}
#page-products .products-grid-section .environmental-protection-diary-img {
    max-width: 1100px;
    height: 159px;
    background: url('../../images/esg/sustainableProducts/environmental_protection_diary.png') no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 48px;
}
#page-products .products-grid-item {
    margin-bottom: 48px;
}
#page-products .products-grid-lowCarbon {
    margin-bottom: 0;
}
#page-products .products-grid-item-title {
    position: relative;
    font-weight: var(--primary-font-weight600);
    font-size: var(--primary-fontSize28);
    color: #25272E;
    margin-bottom: 20px;
    line-height: 36px;
}
#page-products .products-grid-item-title::after {
    content: '';
    position: absolute;
    top: 21px;
    z-index: -1;
    display: flex;
    width: 248px;
    height: 14px;
    background: #7DFF85;
    border-radius: 7px;
}
#page-products .lowCarbon-title::after {
    width: 166px;
}
#page-products .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    max-width: 1100px;
}

#page-products .product-card {
    background: var(--bg-white);
    /* border-radius: 8px; */
    overflow: hidden;
    transition: all 0.3s ease;
}
#page-products .product-endangered-animals {
    display: flex;
    align-items: center;
}
#page-products .product-endangered-animals i {
    display: block;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    margin: 0 2px;
}
/* #page-products .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
} */

#page-products .product-image {
    width: 100%;
    height: 253px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    margin-bottom: 27px;
}
#page-products .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#page-products .product-info h4 {
    color: #25272E;
    margin-bottom: 12px;
    font-weight: var(--primary-font-weight600);
    font-size: var(--primary-fontSize18);
    line-height: 20px;
}

#page-products .product-info p {
    font-size: var(--primary-fontSize14);
    color: #25272E;
    line-height: 25px;
}
