


.footer-container {
    max-width: 1560px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 20px;

}

.contact, .footer-links, .social-section {
    flex: 1 1 250px;
    margin: 10px;
}

.contact img {
    max-width: 180px;
    display: block;
}

.contact p {
    display: flex;
    align-items: center;
    margin: 6px 0;
    font-size: 16px;
    color: #333;
}

.contact p img {
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

.contact .address {
    display: flex;
    align-items: flex-start;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.3;
    color: #555;
}

.contact .desc {
    margin-top: 15px;
    font-size: 13px;
    color: #777;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin: 2px 0;
}

.footer-links ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.footer-links ul li a:hover {
    border-bottom: 1px solid #1b1b1b;
}

.social-section p {
    font-weight: bold;
    margin-bottom: 6px;
}

.social-section ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    gap: 8px;
}

.social-section ul li img {
    width: 30px;
    height: 30px;
    transition: transform 0.2s ease;
}

.social-section ul li img:hover {
    transform: scale(1.1);
}

.newsletter {
    margin-top: 15px;
    text-align: left;
}

.newsletter p {
    margin-bottom: 6px;
    font-size: 14px;
}

.newsletter input[type="email"] {
    width: 65%;
    padding: 8px 12px;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.newsletter button {
    padding: 8px 16px;
    border-radius: 20px;
    border: none;
    background-color: #eda920;
    color: #fff;
    margin-left: 6px;
    cursor: pointer;
    font-size: 14px;
}

.newsletter button:hover {
    background-color: #e49612;
}

/* 导航底部手机端优化 */
@media (max-width: 768px) {
    .social-section p {
        font-size: 18px;
    }

    .page-footer {

        padding: 0 0 !important;
        font-size: 12px;

    }

    .newsletter button {
        width: 40%;
        padding: 12px 12px !important;
    }

    .page-footer .footer-container {
        padding: 0px 0px !important;
        text-align: left !important;
    }

    .social-section ul li img {
        width: 22px !important;
        height: 22px !important;
        transition: transform 0.2s ease;
    }

    .footer-links ul li {
        font-size: 18px;
        margin: 0px 0px !important;
    }

    .footer-links ul li:nth-child(n+2) {
        font-size: 16px; /* 新样式举例 */
    }

    .social-section ul li img:hover {
        transform: scale(1.1);
    }

    .newsletter p strong {
        font-size: 12px !important;
        text-align: center;
    }

    .floating-quantity-controls {
        flex: 1;
        font-size: 20px;
        margin-left: 0px !important;
    }

    .product-container {
        padding: 0px !important;
    }

    .delivery-info {
        background-color: white !important;
        padding: 0px !important;
    }
	
    .fabric-grid{
        grid-template-columns: repeat(2, 140px) !important;
        gap:6px !important;
        max-height: 400px !important;
        width: 300px !important;
    }
    .gallery-grid{
        justify-content: center !important;
    }

    .pagination{
        font-size: 10px !important;
    }
    .pagination a, .pagination span{
        padding: 3px 8px !important;
    }
    .ast-menu-toggle{
        border: none !important;
    }
    .ast-builder-menu-mobile .main-navigation .menu-item:hover > .ast-menu-toggle {

        border: none;  /* 去掉边框 */
        outline: none; /* 去掉轮廓（如果有的话） */
    }
    .ast-builder-menu-mobile .main-navigation .menu-item > .ast-menu-toggle {

        border: none;  /* 去掉边框 */
        outline: none; /* 去掉轮廓（如果有的话） */
    }
    .title-header p span {
       font-size: 12px !important;
    }
	
	#content .ast-container{padding-left:10px;padding-right:10px}
	
}

/* 页脚样式 */

