.spartan-specifications {
    width: 100%;
    overflow-x: auto;
}

.spartan-spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    font-family: inherit;
    background: #fff;
}

.spartan-spec-table tr {
    border-bottom: 1px solid #e8e8e8;
}

.spartan-spec-table tr:last-child {
    border-bottom: none;
}

.spartan-spec-table th,
.spartan-spec-table td {
    padding: 14px 18px;
    vertical-align: middle;
}

.spartan-spec-table th {
    width: 38%;
    text-align: left;
    font-weight: 600;
    color: #222;
    background: #fafafa;
    border-right: 1px solid #e8e8e8;
}

.spartan-spec-table td {
    color: #666;
    font-weight: 400;
}

.spartan-spec-table tr:nth-child(even) {
    background: #fcfcfc;
}


.spartan-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.spartan-check-list li {
    position: relative;
    padding: 10px 10px 10px 50px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    color: #444;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s ease;
}

.spartan-check-list li:last-child {
    margin-bottom: 0;
}

.spartan-check-list li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #B42224;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spartan-check-list li:hover {
    border-color: #B42224;
    transform: translateX(4px);
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}


/* Product Overview */

.spartan-product-overview {
    max-width: 700px;
}

.spartan-overview-description {
    margin-bottom: 35px;
    color: #555;
    font-size: 16px;
    line-height: 1.9;
}

.spartan-overview-description p {
    margin: 0 0 18px;
}

.spartan-overview-description p:last-child {
    margin-bottom: 0;
}

/* Overview List */

.spartan-overview-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.spartan-overview-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.spartan-overview-list li:last-child {
    margin-bottom: 0;
}

.spartan-overview-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #B42224;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

/* Hover Effect */

.spartan-overview-list li {
    transition: all .3s ease;
}

.spartan-overview-list li:hover {
    transform: translateX(5px);
    color: #B42224;
}


/* Request a Quote Page */

body.yith-request-a-quote-page .page-header{
    display: none !important;
}

body.yith-request-a-quote-page .woocommerce table.shop_table td{
    padding: 5px !important;
}


body.yith-request-a-quote-page .woocommerce table.shop_table td.product-thumbnail{
    width: 110px !important;
}


body.yith-request-a-quote-page input.input-text.qty.text {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    opacity: 1 !important;
}


body.yith-request-a-quote-page #yith-ywraq-form input[type="submit"].button {
    color: #FFF !important;
}

body.yith-request-a-quote-page form#yith-ywraq-default-form input.raq-send-request[type="submit"]{
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}



/* ===========================
   Featured Products Card
=========================== */

/*.wc-block-grid__products {
    gap: 30px;
}*/

.wc-block-grid__product {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 20px;
    transition: .3s;
    overflow: hidden;
}

.wc-block-grid__product:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

/* Image */

.wc-block-grid__product-image{
    height: 260px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.wc-block-grid__product-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:.3s;
}

.wc-block-grid__product:hover img{
    transform:scale(1.05);
}

/* Title */

.wc-block-grid__product-title{
    font-size: 16px !important;
    font-weight:600;
    color:#222 !important;
    line-height:1.5;
    margin-bottom:15px;
    min-height:55px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* Price */

.wc-block-grid__product-price{
    font-size:22px;
    color:#000;
    font-weight:700;
    margin-bottom:20px;
}

/* Add to Cart */

.wp-block-button.wc-block-grid__product-add-to-cart{
    margin-bottom:12px;
}

.wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link{
    width:100%;
    background:#b91c1c;
    color:#fff !important;
    border-radius:8px;
    padding:14px;
    font-size:15px;
    font-weight:600;
    transition:.3s;
    border:none;
}

.wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link:hover{
    background:#8d1111;
}

/* Quote Button */

.yith-ywraq-add-to-quote{
    width:100%;
}

.yith-ywraq-add-to-quote a{
    display:block;
    width:100%;
    text-align:center;
    padding:13px;
    border: 1px solid #b91c1c;
    border-radius:8px;
    color:#b91c1c;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.yith-ywraq-add-to-quote a:hover{
    background: #b91c1c;
    color: #FFF !important;
}




/* Mobile */
@media (max-width: 768px) {

    .spartan-spec-table th,
    .spartan-spec-table td {
        padding: 12px;
        font-size: 14px;
    }

    .spartan-spec-table th {
        width: 42%;
    }

    .spartan-overview-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .spartan-overview-list li {
        font-size: 15px;
        padding-left: 38px;
        margin-bottom: 15px;
    }
}