.category-title {
    color: #54565a;
    font-weight: bold;
    font-size: 18px;
}

.product-title {
    margin: -6px 0 0 0 !important;
    padding: 0 !important;
    font-size: 40px !important;
    font-weight: 900 !important;
    color: #e2211c !important;
    font-style: italic !important;
    text-transform: uppercase !important;
    text-align: left !important;
    letter-spacing: 2px !important;
    line-height: 1 !important;
}

.product-tagline {
    font-size: 20px !important;
    font-weight: bold !important;
}

.product-gallery img {
    border-radius: 10px !important;
}

.why-section {
    background-color: #f8f9f9;
    border-radius: 10px;
}

.why-section-title {
    color: #e2211c;
    font-weight: bold;
    font-size: 22px !important;
}

.why-card {
    text-align: center;
    --bs-card-border-color: #f4f4f4;
    --bs-card-bg: #fefefe;
    --bs-card-border-radius: 10px;
}

.why-card .card-body {
    /* background-color: #fefefe;
    border-color: #f4f4f4; */
}

.why-card .why-icon {
    color: #e2211c;
    width: 40px;
    height: 40px;
}

.why-card .why-title {
    color: #e2211c;
    font-weight: bold;
}

.why-card .why-content {
    font-size: 18px;
    color: #3a383e;
}

/* Specs */

.spec-card {
    --bs-card-border-color: #f9f9f9;
    --bs-card-bg: #f9f9f9;
    --bs-card-border-radius: 10px;
}

.spec-title {
    color: #e2211c !important;
    font-weight: bold !important;
    font-size: 22px !important;
}

.specs-table {
    --bs-table-bg: #f9f9f9;
}

.specs-table td,
.specs-table th {
    padding: 0.65rem 0.75rem;
    border-color: #e5e5e5;
    vertical-align: top;
}

.specs-table th {
    width: 34%;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    margin-bottom: 0 !important;
}

.specs-table td {
    color: #333;
}

.cleaning-card {
    --bs-card-border-color: #f9f9f9;
    --bs-card-bg: #f9f9f9;
    --bs-card-border-radius: 10px;
}

.cleaning-title {
    color: #e2211c !important;
    font-weight: bold !important;
    font-size: 22px !important;
}

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

.cleaning-list li {
    position: relative;
    padding-left: 2.25rem;
    margin-bottom: 1rem;
    color: #3a383e;
    font-size: 18px;
}

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

.cleaning-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #e2211c;
    border-radius: 50%;
}

.cleaning-list li::after {
    content: "";
    position: absolute;
    left: 0.53rem;
    top: 0.52rem;
    width: 0.38rem;
    height: 0.7rem;
    border: solid #fff;
    border-width: 0 0.2rem 0.2rem 0;
    transform: rotate(45deg);
}

/* Data sheet button */

.data-sheet-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    background: #e2211c;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0.5rem;
    box-shadow: var(--bs-box-shadow-sm);
}

.data-sheet-btn:hover,
.data-sheet-btn:focus {
    background: rgba(var(--bs-danger-rgb), 0.95);
    color: #fff;
    text-decoration: none;
}

.data-sheet-btn:focus {
    outline: 0;
    box-shadow:
        var(--bs-box-shadow-sm),
        0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.35);
}

.data-sheet-btn .data-sheet-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.4rem;
    flex: 0 0 auto;
}

.data-sheet-btn .data-sheet-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    stroke-width: 2.25;
}

.data-sheet-btn .data-sheet-text {
    line-height: 1.2;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    background: transparent;
    color: #3a383e;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0.5rem;
    border: 2px solid rgba(var(--bs-danger-rgb), 0.45);
}

.contact-btn:hover,
.contact-btn:focus {
    color: #3a383e;
    text-decoration: none;
    border-color: rgba(var(--bs-danger-rgb), 0.7);
}

.contact-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.15);
}

.contact-btn .contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    color: #e2211c;
    flex: 0 0 auto;
}

.contact-btn .contact-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    stroke-width: 2.25;
}

.product-price-box {
    display: inline-flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 1rem 1.25rem;
    border: 1px solid #eee;
    border-left: 4px solid #ed1c24;
    border-radius: 0.5rem;
    background: #fff;
}

.price-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #666;
}

.price-value {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
    color: #ed1c24;
}

.price-note {
    max-width: 28rem;
    font-size: 0.85rem;
    color: #666;
}
