/* --- Home page --- */

.css-home {
    background: #ffffff;
}

.home-hero-wrapper {
    display: block;
    width: 100%;
    max-width: 1900px;
    overflow: hidden;
}

.css-home-hero-slide {
    position: relative;
    min-width: 0;
}

.css-home-slide-wrap,
.css-home-slide,
.css-home .home-hero-wrapper .g_slide,
.css-home .home-hero-wrapper .image-container,
.css-home .home-hero-wrapper .css-home-hero-slide .switch_main {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    background: #ffffff;
}

.css-home-slide.g_slide {
    overflow: hidden;
    border: none !important;
}

.css-home .home-hero-wrapper .css-home-hero-slide .switch_main .switch_item {
    width: 100%;
}

.css-home-slide::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
    pointer-events: none;
    z-index: 5;
}

.css-home-slide .css-slide-img,
.css-home .home-hero-wrapper .css-home-hero-slide .switch_main .switch_item img,
.css-home .image-container img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.css-home-slide.g_slide .prev,
.css-home-slide.g_slide .next {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    background-image: none;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(62, 46, 28, 0.18);
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    z-index: 12;
    transform: translateY(-50%);
    transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.css-home-slide.g_slide .prev {
    left: 12px;
    right: auto;
}

.css-home-slide.g_slide .next {
    left: auto;
    right: 12px;
}

.css-home-hero-slide:hover .css-home-slide.g_slide .prev,
.css-home-hero-slide:hover .css-home-slide.g_slide .next,
.css-home-slide.g_slide:hover .prev,
.css-home-slide.g_slide:hover .next {
    margin: 0;
    opacity: 1;
    pointer-events: auto;
}

.css-home-slide.g_slide .prev:hover,
.css-home-slide.g_slide .next:hover {
    background: #ffffff;
    background-image: none;
    background-position: 0 0;
    box-shadow: 0 6px 18px rgba(62, 46, 28, 0.22);
}

.css-home-slide.g_slide .prev::before,
.css-home-slide.g_slide .next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #3e2e1c;
    border-left: 2px solid #3e2e1c;
}

.css-home-slide.g_slide .prev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
}

.css-home-slide.g_slide .next::before {
    transform: translate(-65%, -50%) rotate(135deg);
}

.css-home-slide.g_slide .switch_nav {
    left: auto;
    right: 16px;
    bottom: 12px;
    width: auto;
    display: block;
    text-align: right;
    z-index: 12;
}

.css-home-slide.g_slide .switch_nav_item {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 0 5px;
    line-height: 0;
    font-size: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.css-home-slide.g_slide .switch_nav_item_current {
    width: 8px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.css-home-band,
    .promo-products-section {
    padding: 34px 0 38px;
    background: #ffffff;
    border-top: 1px solid #f0f2f5;
}

.css-home-band-alt {
    background: #f8f9fb;
}

.css-home-band-promo {
    background: linear-gradient(180deg, #fff5f4 0%, #ffffff 100%);
    border-top-color: #f8dedc;
    border-bottom: 1px solid #f8dedc;
}

.css-home-band > .container {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.css-home-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 22px 0;
    padding: 0;
    background: transparent;
    border-bottom: 0;
}

.css-home-heading-main {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}

.css-home-heading-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff2f1;
    border-radius: 14px;
    color: #ee1a19;
    font-size: 18px;
}

.css-home-band-promo .css-home-heading-icon {
    background: #ee1a19;
    color: #ffffff;
}

.css-home-heading-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.css-home-heading-kicker {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    color: #ee1a19;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}

.css-home-band-promo .css-home-heading-kicker {
    padding: 4px 8px;
    background: #ee1a19;
    border-radius: 6px;
    color: #ffffff;
    letter-spacing: 0.8px;
}

.css-home-heading-title {
    margin: 0;
    color: #1b1f24;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 1.12;
    text-transform: none;
}

.css-home-heading-subtitle {
    margin: 0;
    color: #6f767f;
    font-size: 14px;
    line-height: 1.4;
}

.css-home-heading-all {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: transparent;
    border: 0;
    color: #ee1a19;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.18s ease, transform 0.18s ease;
}

.css-home-heading-all i {
    font-size: 11px;
    transition: transform 0.18s ease;
}

.css-home-heading-all:hover {
    color: #c41716;
    text-decoration: none;
    transform: translateX(3px);
}

.css-home-heading-all:hover i,
.css-home-cat:hover .css-home-cat-overlay i {
    transform: translateX(3px);
}

.css-home-carousel {
    margin-top: 2px;
}

.css-home-cat,
.css-home-cat:hover {
    text-decoration: none;
}

.css-home-cat-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.css-home-cat-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 10px;
    background: linear-gradient(180deg, rgba(27, 31, 36, 0) 0%, rgba(27, 31, 36, 0.82) 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    opacity: 0;
    transition: opacity 0.22s ease;
}

.css-home-cat-overlay i {
    font-size: 10px;
    transition: transform 0.22s ease;
}

.css-home-cat:hover .css-home-cat-overlay {
    opacity: 1;
}

/* --- Product cards --- */

.css-product-item__inner {
    position: relative;
    overflow: visible !important;
    background: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 12px !important;
    padding: 16px 14px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.css-product-item__inner:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08) !important;
    border-color: #f60000 !important;
}

.promo-products-section .css-product-item__inner {
    border: 1px solid #f0f0f0 !important;
    padding: 14px 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.promo-products-section .css-product-item__inner:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08) !important;
    border-color: #f60000 !important;
}

.css-product-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.css-product-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.css-product-figure {
    height: 176px;
}

.css-product-figure {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-height: 176px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

.css-product-figure a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.css-product-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center top;
    padding: 10px;
    content-visibility: auto;
}

.css-product-figure .css-quickview-btn {
    left: 50%;
    right: auto;
    bottom: 12px;
    width: auto;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px 0 5px !important;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 999px;
    background: rgba(20, 24, 31, 0.62) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(12, 16, 22, 0.28);
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.1px;
    white-space: nowrap;
    opacity: 0;
    transform: translate(-50%, 10px) scale(0.96);
    z-index: 10;
    transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease, box-shadow 0.25s ease;
}

.css-product-figure:hover .css-quickview-btn {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}

.css-product-figure .css-quickview-btn:hover {
    background: rgba(238, 26, 25, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 10px 26px rgba(238, 26, 25, 0.36);
}

.css-quickview-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}

.css-quickview-icon i {
    margin: 0;
    font-size: 11px;
    color: #ffffff;
}

.css-quickview-label {
    padding: 0;
}

.css-product-figure .css-quickview-btn:hover .css-quickview-icon {
    background: rgba(255, 255, 255, 0.24);
}



.css-product-title {
    min-height: 36px;
    max-height: 36px;
    margin: 0 0 4px;
    overflow: hidden;
}

.css-product-title a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.css-product-foot {
    margin-top: auto;
    padding-top: 6px;
}

.css-product-badges {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 11;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.css-stock-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
}

.css-stock-in {
    background: #e7f6ec;
    color: #1b7a3c;
}

.css-stock-out {
    background: #fdecea;
    color: #c0392b;
}

.css-badge-new,
.css-badge-sale {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
}

.css-badge-new {
    border: 1px solid #ee1a19;
    background: #fff;
    color: #ee1a19;
}

.css-badge-sale {
    background: #fff4e5;
    color: #c56a00;
}

.css-product-item .wishlist-btn {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
}

.css-product-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 8px;
    min-height: 18px;
}

.css-product-stars {
    color: #f5b301;
    font-size: 12px;
    letter-spacing: 1px;
}

.css-product-stars .far {
    color: #d0d0d0;
}

.css-product-rating-count {
    color: #8a8a8a;
    font-size: 12px;
}

.css-product-item .css-oos-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
}

/* --- Sliders --- */

.promo-products-slider .slick-prev,
.promo-products-slider .slick-next,
.new-products-slider .slick-prev,
.new-products-slider .slick-next {
    background: #ffffff !important;
    border-radius: 50% !important;
    z-index: 5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.promo-products-slider .slick-prev,
.promo-products-slider .slick-next {
    border: 1px solid #e0e0e0 !important;
    width: 34px !important;
    height: 34px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.2s ease !important;
}

.new-products-slider .slick-prev,
.new-products-slider .slick-next {
    border: none !important;
    width: 34px !important;
    height: 34px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
    transition: all 0.2s ease !important;
    opacity: 1 !important;
}

.promo-products-slider .slick-prev,
.new-products-slider .slick-prev {
    left: -8px !important;
}

.promo-products-slider .slick-next,
.new-products-slider .slick-next {
    right: -8px !important;
}

.new-products-slider .slick-prev {
    left: 3px !important;
}

.new-products-slider .slick-next {
    right: 3px !important;
}

.promo-products-slider .slick-prev:hover,
.promo-products-slider .slick-next:hover {
    border-color: #ee1a19 !important;
    box-shadow: 0 4px 12px rgba(238, 26, 25, 0.15) !important;
}

.promo-products-slider .slick-prev .fa,
.promo-products-slider .slick-next .fa,
.promo-products-slider .slick-prev .fas,
.promo-products-slider .slick-next .fas,
.promo-products-slider .slick-prev i,
.promo-products-slider .slick-next i,
.promo-products-slider .slick-prev .fa-angle-left,
.promo-products-slider .slick-next .fa-angle-right,
.new-products-slider .slick-prev .fa,
.new-products-slider .slick-next .fa,
.new-products-slider .slick-prev .fas,
.new-products-slider .slick-next .fas,
.new-products-slider .slick-prev i,
.new-products-slider .slick-next i,
.new-products-slider .slick-prev .fa-angle-left,
.new-products-slider .slick-next .fa-angle-right {
    display: none !important;
}

.new-products-slider .slick-prev::before,
.new-products-slider .slick-next::before {
    font-size: 16px !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    display: block !important;
    line-height: 1 !important;
    opacity: 1 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.new-products-slider .slick-prev::before {
    content: "◀" !important;
}

.new-products-slider .slick-next::before {
    content: "▶" !important;
}

.promo-products-slider .slick-list,
.new-products-slider .slick-list {
    margin: 0 30px !important;
    padding: 8px 0 12px !important;
}

.promo-products-slider .slick-dots,
.new-products-slider .slick-dots {
    bottom: -35px !important;
}

.promo-products-slider .slick-dots li,
.new-products-slider .slick-dots li {
    margin: 0 3px !important;
}

.promo-products-slider .slick-dots li button,
.new-products-slider .slick-dots li button {
    background: #d0d0d0 !important;
    border-radius: 50% !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    transition: all 0.2s ease !important;
}

.promo-products-slider .slick-dots li button::before,
.new-products-slider .slick-dots li button::before {
    display: none !important;
}

.promo-products-slider .slick-dots li.slick-active button,
.new-products-slider .slick-dots li.slick-active button {
    background: #ee1a19 !important;
    width: 12px !important;
    height: 12px !important;
}

.promo-products-slider .slick-slide,
.new-products-slider .slick-slide {
    padding: 0 6px !important;
}

.new-products-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.new-products-slider .slick-slide {
    display: flex;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
}

.new-products-slider .css-product-item,
.new-products-slider .product-item__outer,
.new-products-slider .css-product-item__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.new-products-slider .css-product-item__inner {
    padding: 16px 14px !important;
}

.new-products-slider .product-item__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.4rem;
}

.new-products-slider .css-product-item {
    width: 100%;
}

.new-products-slider figure {
    margin-bottom: 0.75rem;
}

.new-products-slider .product-item__body .border-top {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.new-products-slider .product-item__title {
    margin-bottom: 0.35rem;
}

.new-products-slider .prodcut-price {
    margin-bottom: 0;
}

.new-products-slider .product-item {
    margin-bottom: 0 !important;
}

.promo-products-slider .input-group.prodcut-add-cart,
.new-products-slider .input-group.prodcut-add-cart {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow: hidden;
}

.promo-products-slider .css-add-to-cart-quantity,
.new-products-slider .css-add-to-cart-quantity {
    flex: 0 0 64px !important;
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    padding: 0 4px !important;
    overflow: hidden;
    z-index: 2;
    justify-content: center;
}

.promo-products-slider .css-add-to-cart-quantity .css-add-to-cart-quantity-input,
.new-products-slider .css-add-to-cart-quantity .css-add-to-cart-quantity-input {
    width: 18px !important;
    max-width: 18px !important;
    min-width: 16px !important;
}

.promo-products-slider .css-add-to-cart-quantity::after,
.new-products-slider .css-add-to-cart-quantity::after {
    display: none !important;
}

.promo-products-slider .css-btn-add-cart,
.new-products-slider .css-btn-add-cart {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 8px !important;
    font-size: 12px !important;
    letter-spacing: 0.2px !important;
    white-space: nowrap !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-left: 1px solid #ee1a19 !important;
}

.promo-products-slider .css-btn-add-cart i,
.new-products-slider .css-btn-add-cart i {
    flex-shrink: 0;
    margin-right: 4px !important;
    font-size: 14px !important;
}

.new-products-slider .u-slick__arrow-normal {
    color: #333;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    transform: translate(0, -50%) !important;
}

.new-products-slider .u-slick__arrow-normal:hover {
    color: #ee1a19 !important;
    transform: translate(0, -50%) !important;
}

.new-products-slider .u-slick__pagination {
    margin-top: 8px !important;
}

@media (min-width: 992px) {
    .new-products-slider .slick-slide {
        padding: 0;
    }
}

/* --- Add to cart --- */

.css-add-to-cart-quantity {
    display: flex !important;
    align-items: center !important;
    background: #f5f5f5 !important;
    border: 1px solid #ee1a19 !important;
    border-right: 0 !important;
    border-radius: 4px 0 0 4px !important;
    padding: 0 4px !important;
    min-width: 60px !important;
    height: 32px !important;
}

.css-add-to-cart-quantity button,
.css-add-to-cart-quantity a {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #333 !important;
    cursor: pointer !important;
    padding: 0 4px !important;
    transition: color 0.2s ease !important;
    background: transparent !important;
    border: none !important;
    line-height: 1 !important;
}

.css-add-to-cart-quantity button:hover,
.css-add-to-cart-quantity a:hover {
    color: #ee1a19 !important;
}

.css-add-to-cart-quantity-input {
    width: 24px !important;
    max-width: 30px !important;
    min-width: 20px !important;
    padding: 0 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    color: #333 !important;
}

.css-add-to-cart-quantity-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.css-btn-add-cart {
    flex: 1 1 0% !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    border-radius: 0 4px 4px 0 !important;
    background: #ee1a19 !important;
    border: 1px solid #ee1a19 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 0 12px !important;
    height: 32px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

.css-btn-add-cart i {
    flex-shrink: 0;
}

.css-btn-add-cart.css-btn-added {
    font-size: 12px !important;
    letter-spacing: 0.2px !important;
    padding: 0 8px !important;
    gap: 4px !important;
}

.css-btn-add-cart .ec {
    font-family: font-electro !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: none !important;
}

.css-btn-add-cart:hover {
    background: #c41716 !important;
    border-color: #c41716 !important;
    box-shadow: 0 4px 14px rgba(238, 26, 25, 0.35) !important;
    color: #ffffff !important;
}

.prodcut-price .text-red {
    color: #ee1a19 !important;
}

.prodcut-price .font-size-16 {
    font-size: 18px !important;
    font-weight: 800 !important;
}

.prodcut-add-cart,
#form_fastOrder {
    opacity: 1 !important;
}

/* --- Service highlights --- */

.service-highlights {
    background: #ffffff;
    padding: 18px 0;
    border-top: 1px solid #edeff2;
}

.service-highlights-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.service-highlight-item {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    padding: 8px 0;
}

.service-highlight-divider {
    width: 1px;
    height: 40px;
    background: #d0d0d0;
    flex-shrink: 0;
    margin: 0 12px;
}

.service-highlight-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.service-highlight-card:hover {
    transform: translateY(-2px);
}

.service-highlight-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: rgba(238, 26, 25, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.service-highlight-card:hover .service-highlight-icon {
    background: rgba(238, 26, 25, 0.16);
}

.service-highlight-icon i {
    font-size: 16px;
    color: #ee1a19;
}

.service-highlight-content {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

.service-highlight-title {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.service-highlight-text {
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

/* --- Category filter --- */

.category-filter-scroller {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 16px !important;
    padding: 8px 0 16px !important;
}

.category-filter-item {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
}

.category-filter-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #eceef2;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(25, 31, 38, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    cursor: pointer;
    width: 100%;
}

.category-filter-card:hover {
    transform: translateY(-3px);
    border-color: #ee1a19;
    box-shadow: 0 12px 28px rgba(25, 31, 38, 0.1);
}

.category-filter-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #ffffff;
}

.category-filter-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.category-filter-card:hover .category-filter-image img {
    transform: scale(1.05);
}

/* --- Home blocks --- */

.css-img-hover img:hover {
    opacity: 0.8;
    transform: scale(1.2);
    transition: transform 0.2s ease;
}

.css-slide-img {
    width: 100%;
}

.css-inquiry-btn {
    background: #55b355;
    color: #fff;
}

.section2::after {
    display: none;
}
