/** Shopify CDN: Minification failed

Line 106:2 Unexpected "/"

**/
.artiligence-product-description table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

.artiligence-product-description th,
.artiligence-product-description td {
    padding: 6px;
    border: 1px solid #ddd;
    text-align: left;
}

.artiligence-product-description th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.artiligence-product-description tr:nth-child(even) {
    background-color: #f9f9f9;
}

.artiligence-product-description .icon {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle;
}

.icon-base-material::before {
    content: "🌲";
}
.icon-leg-material::before {
    content: "🪵";
}
.icon-upholstery::before {
    content: "🛋️";
}
.icon-colour::before {
    content: "🎨";
}

.icon-dimensions::before {
    content: "📏";
}

.icon-storage::before {
    content: "📦";
}
.icon-care::before {
    content: "🧼";
}
.icon-caring::before {
    content: "🧼";
}
.icon-sits::before {
    content: "🪑";
}
.icon-extendable::before {
    content: "↔️";
}
.icon-assembly::before {
    content: "🔧";
}

.icon-warranty::before {
    content: "🛡️";
}

.icon-finishing::before {
    content: "✨";
} 

 /* Weight Icon */
.icon-weight::before {
    content: "⚖️"; /* Ağırlık simgesi */
}

/* Dimensions Icon */
.icon-dimensions::before {
    content: "📏"; /* Ölçüler */
}
/* Upholstery Icon */
.icon-upholstery::before, .icon-fabric::before {
    content: "🪡"; /* Dikiş ve döşeme işlemi */
}

/* Foam Type Icon */
.icon-foam-type::before {
    content: "🧽"; /* Yumuşak dolgu veya sünger ikonu */
}



.highlight {
    color: #ff0000 !important;  
    font-weight: bold;
    font-size: 20px;
    transition: color 0.3s ease-in-out;
}*/
