/** Shopify CDN: Minification failed

Line 133:0 Unexpected "}"

**/
/* 
    Add here your own custom css styles
*/

/* fix for ultra wide monitors for hover effect  featured products */
.product-item .card .product-item-img {
    width: 100%;
}

/* 以下是博客CSS */

/* 🔹 主要布局 */
.cnc-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* 🔹 标题 */
.cnc-title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 10px;
}

.cnc-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

/* 🔹 小标题 */
.cnc-section-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    border-bottom: 2px solid #ddd;
    display: inline-block;
    padding-bottom: 5px;
}

/* 🔹 功能部分 */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    color: #444;
}

/* 🔹 规格表 */
.cnc-specs {
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
}

.cnc-specs th, .cnc-specs td {
    border: 1px solid #ddd;
    padding: 10px;
}

.cnc-specs th {
    background: #f5f5f5;
    font-weight: bold;
}

/* 🔹 选择理由 */
.cnc-benefits {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.cnc-benefits li {
    font-size: 16px;
    margin: 10px 0;
}

/* 🔹 CTA 区域 */
.cta-section {
    background: #777;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
    color: white;
}

.cta-section h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.cta-button {
    display: inline-block;
    margin-top: 10px;
    background: linear-gradient(45deg, #ff4b2b, #ff416c);
    padding: 12px 20px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}

.cta-button:hover {
    background: linear-gradient(45deg, #ff416c, #ff4b2b);
    box-shadow: 0px 4px 10px rgba(255, 75, 43, 0.5);
}

.youtube {padding-bottom: 57%;position: relative;}
.elementor-video-iframe{max-width: 100%;width: 100%;border: none;position: absolute;height: 100%;}
}


/* 以下是产品CSS */
