:root {

--font: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;

--base-color: #120033;


--base-text-color: #FFFFFF;


--footer-color: #120033;


--footer-text-color: #FFFFFF;


--button-color: #120033;


--button-hover-color: #71717A;


--button-text-color: #FFFFFF;



--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

/* =========================================
   ROOT VARIABLES
========================================= */

:root {
    /* Brand */
    --primary-red: #120033;
    --primary-red-soft: rgba(224, 24, 57, 0.06);

    /* Neutral palette */
    --white: #ffffff;
    --light-bg: #fafafa;
    --dark-bg: #2e2e2e;

    --grey-100: #f7f7f7;
    --grey-200: #f1f1f1;
    --grey-300: #ececec;
    --grey-400: #e5e5e5;
    --grey-500: #dcdcdc;
    --grey-600: #585858;

    --text-dark: #333333;
    --text-medium: #4f4f4f;

    /* Radius */
    --radius-sm: 7px;
    --radius-md: 10px;
    --radius-lg: 12px;
    --radius-pill: 999px;

    /* Spacing */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 14px;
    --space-lg: 20px;

    /* Motion */
    --transition-fast: 0.2s ease;

    /* Shadows */
    --shadow-soft: 0 4px 14px rgba(0, 0, 0, 0.05);
}

/* =========================================
   GLOBAL RESET
========================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* =========================================
   GLOBAL STYLES
========================================= */

.page-content {
    position: relative;
    margin-top: 25px;
    background: var(--white);
}

.bx-wrapper {
    border: 5px solid transparent;
    background: transparent;
    box-shadow: none;
}

/* =========================================
   GLOBAL TRANSITIONS
========================================= */

.first-page-content .banners img,
.promotion-item,
.product-search-input-container,
.prodlist-row,
.product-list-category-button,
.product-card-tabs .accordion-title,
.product-option-group-items .accordion-title {
    transition:
        background-color var(--transition-fast),
        border-color var(--transition-fast),
        color var(--transition-fast),
        transform var(--transition-fast),
        box-shadow var(--transition-fast),
        opacity var(--transition-fast);
}

/* =========================================
   ACCESSIBILITY
========================================= */

:focus-visible {
    outline: 2px solid var(--primary-red);
    outline-offset: 2px;
}

/* =========================================
   SECTION HEADERS
========================================= */

.frontpage-section-title,
.dynamic-html h2,
.section h2 {
    padding-top: 10px;
    text-align: center;
    color: var(--primary-red);
    font-size: 30px;
    font-weight: 700;
}

/* =========================================
   PRODUCT IMAGE GRID
========================================= */

.first-page-content .section .images.images-6 li {
    width: calc(100% / 6);
}

/* =========================================
   PROMOTIONS & BANNERS
========================================= */

.first-page-content .banners img {
    border-radius: var(--radius-lg);
}

.promotion-item {
    will-change: transform;
}

.promotion-item:hover {
    transform: translate3d(0, -2px, 0);
}

.promotion-item.only-picture {
    border: none;
}

.promotion-item.only-picture .promotion-item-image img {
    border-radius: var(--radius-sm);
}

.promoted-products__item {
    border: none;
}

@media (min-width: 640px) {
    .promotion-item {
        border-radius: var(--radius-lg);
    }
}

@media (min-width: 1024px) {
    .product-search-input-container {
        border-radius: var(--radius-lg);
    }
}

/* =========================================
   CUSTOMER PAGE
========================================= */

#customer-page {
    padding: 20px;
    text-align: center;
    background: var(--light-bg);
}

#customer-page .container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: var(--radius-md);
    background: var(--dark-bg);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#customer-page .logo {
    max-width: 250px;
    margin: 5px auto;
}

#customer-page .sales-person {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;

    border-radius: var(--radius-md);

    background-size: cover;
    background-position: center;
}

#customer-page .sales-person-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

#customer-page .sales-person-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#customer-page .sales-person-info {
    text-align: left;
    color: var(--white);
}

#customer-page .sales-person-info p {
    margin-bottom: 0;
}

#customer-page .sales-person-info a {
    color: var(--white);
    text-decoration: none;
}

#customer-page h1 {
    color: var(--primary-red);
}

#customer-page > .container > p {
    margin: 5px 0 0;
    color: var(--white);
}

/* =========================================
   FOOTER
========================================= */

#footer > footer > div.row {
    max-width: 1300px;
}

/* =========================================
   ACCESSORIES IMAGE FIX
========================================= */

.product__compare {
    padding-top: 5px;
    padding-right: 10px;
}

.small-product-list-image img {
    position: relative;
    z-index: 0;
    border: none;
}

/* =========================================
   SIDE PROMOTIONS
========================================= */

.bf-promotion {
    position: absolute;
    max-height: 100vh;
}

.bf-promotion.right {
    right: 0;
}

@media (max-width: 1400px) {
    .bf-promotion {
        display: none;
    }
}

/* =========================================
   RESPONSIVE LAYOUT TWEAKS
========================================= */

@media print, screen and (min-width: 64em) {
    .large-2 {
        width: 15.66667%;
    }
}

@media (max-width: 768px) {

    .frontpage-section-title,
    .dynamic-html h2,
    .section h2 {
        font-size: 24px;
    }

    #customer-page .sales-person {
        flex-direction: column;
        text-align: center;
    }

    #customer-page .sales-person-info {
        text-align: center;
    }
}

/* =========================================
   RECENTLY VIEWED PRODUCTS
========================================= */

body:has(.product-card) .promoted-promotion-products > h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

body:has(.product-card) .promoted-promotion-products .promotion-container {
    width: 16.6667% !important;
    max-width: 16.6667% !important;
    flex: 0 0 16.6667% !important;

    margin-bottom: 1rem;
    padding: 0 0.5rem !important;
}

@media (max-width: 1024px) {
    body:has(.product-card) .promoted-promotion-products .promotion-container {
        width: 25% !important;
        max-width: 25% !important;
        flex: 0 0 25% !important;
    }
}

@media (max-width: 640px) {
    body:has(.product-card) .promoted-promotion-products .promotion-container {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

body:has(.product-card) .promoted-promotion-products .promotion-item.only-product {
    display: flex;
    flex-direction: column;

    min-height: 100%;
    padding: 0.75rem;

    border: 1px solid var(--grey-300);
    border-radius: 4px;

    background: var(--white);
    text-align: center;
}

body:has(.product-card) .promoted-promotion-products .promotion-item-image {
    margin: 0 auto 0.5rem;
}

body:has(.product-card) .promoted-promotion-products .promotion-item-image img {
    display: block;
    width: auto;
    max-height: 120px;
    margin: 0 auto;
}

body:has(.product-card) .promoted-promotion-products .promotion-item-info h5.bold {
    display: -webkit-box;
    overflow: hidden;

    margin: 0.25rem 0;

    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.25;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body:has(.product-card) .promoted-promotion-products .promotion-item-info h5.bold.show-for-small-only,
body:has(.product-card) .promoted-promotion-products .promotion-item-information,
body:has(.product-card) .promoted-promotion-products .descriptionDesktop,
body:has(.product-card) .promoted-promotion-products .descriptionMobile,
body:has(.product-card) .promoted-promotion-products .campaign-info,
body:has(.product-card) .promoted-promotion-products .campaign-info-mobile,
body:has(.product-card) .promoted-promotion-products .product__stock,
body:has(.product-card) .promoted-promotion-products .promotion-buy,
body:has(.product-card) .promoted-promotion-products .buy-button-warning-message {
    display: none !important;
}

body:has(.product-card) .promoted-promotion-products .promotion-item-bar {
    margin-top: auto;
    padding: 0;

    border: 0;
    background: transparent;
}

body:has(.product-card) .promoted-promotion-products .promotion-price-stock {
    padding: 0;
    text-align: center;
}

body:has(.product-card) .promoted-promotion-products .product-price.promotion-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;

    margin: 0;
    padding: 0;

    font-size: 0.95rem;
    font-weight: 700;
}

body:has(.product-card) .promoted-promotion-products .price-suffix {
    display: inline !important;

    font-size: 0.7rem;
    font-weight: 400;
    color: #777777;

    white-space: nowrap;
}

/* =========================================
   MEGA MENU
========================================= */

.menu-bar-desktop-categories-menu-item:hover img,
.menu-bar-desktop-categories-menu-item.active img {
    filter:
        brightness(0)
        saturate(100%)
        invert(17%)
        sepia(97%)
        saturate(5105%)
        hue-rotate(343deg)
        brightness(93%)
        contrast(97%);
}

.menu-bar-desktop-products-menu-label,
.menu-bar-desktop-products-menu-show-more {
    color: var(--primary-red);
}

.menu-bar-desktop-products-menu-label {
    border-bottom-color: var(--primary-red) !important;
}

.menu-bar-desktop-products-menu-show-more {
    font-weight: 600;
}

.menu-bar-desktop-products-menu-show-more:hover {
    opacity: 0.8;
}

/* =========================================
   FILTERS / FACETS
========================================= */

.noUi-connect {
    background: var(--primary-red) !important;
}

.noUi-handle {
    border-color: var(--primary-red) !important;
}

.es-expand-filter,
.es-expand-category {
    color: #120033 !important;
    font-weight: 600;
}

.es-options-header-clear-button .fa-xmark:before {
    content: "\f2ed" !important;
    color: #120033 !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.es-options-header-clear-button:hover {
    border-radius: 4px;
    background: var(--primary-red-soft) !important;
}

/* =========================================
   CATEGORY BUTTONS
========================================= */

.product-list-category-button {
    padding: 14px 18px !important;

    border: 1px solid var(--grey-500) !important;
    border-radius: var(--radius-md) !important;

    background: var(--grey-100) !important;
    color: var(--text-dark) !important;

    font-weight: 600;
}

.product-list-category-button:hover,
.product-list-category-button:focus,
.product-list-category-button.active,
.product-list-category-button.selected {
    border-color: var(--grey-600) !important;
    background: var(--grey-600) !important;
    color: var(--white) !important;
}

.product-list-category-check {
    margin-left: 8px;
    color: var(--primary-red) !important;
}

.button.product-list-category-button {
    box-shadow: none !important;
}

/* =========================================
   PRODUCT PAGE ACCORDIONS
========================================= */

.product-card-tabs .accordion-item,
.product-option-group-items .accordion-item {
    overflow: hidden;
    margin-bottom: 6px;
    border-radius: var(--radius-md);
}

.product-card-tabs .accordion-title,
.product-option-group-items .accordion-title {
    padding: 14px 18px !important;

    border: 1px solid var(--grey-400);
    border-radius: var(--radius-md) !important;

    background: var(--grey-100);
    color: var(--text-dark);
}

.product-option-group-items .accordion-title {
    border: none !important;
    background: #5b5b5b !important;
    color: var(--white) !important;
}

.product-card-tabs .accordion-title:hover,
.product-option-group-items .accordion-title:hover {
    border-color: var(--grey-600) !important;
    background: var(--grey-600) !important;
    color: var(--white) !important;
}

.product-card-tabs .accordion-item.is-active .accordion-title,
.product-option-group-items .accordion-item.is-active .accordion-title {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.product-card-tabs .accordion-content,
.product-option-group-items .accordion-content {
    margin-right: 0 !important;
    margin-left: 0 !important;

    padding: 15px;

    border: 1px solid var(--grey-400);
    border-top: none;

    border-bottom-left-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);

    background: var(--white);
}

.product-card-tabs .accordion-title:before {
    color: var(--primary-red) !important;
}

/* =========================================
   EXTENDED SPECIFICATIONS
========================================= */

.ccs-ds-extendedSpec {
    overflow: hidden;

    border: 1px solid var(--grey-300);
    border-radius: var(--radius-lg);

    background: var(--white);
}

.ccs-ds-extendedSpec-group {
    overflow: hidden;

    margin-bottom: 20px;

    border: 1px solid #f0f0f0;
    border-radius: var(--radius-md);

    background: var(--white);
}

.ccs-ds-extendedSpec-header {
    position: relative;

    padding: 14px 18px !important;

    border: none !important;
    border-bottom: 1px solid var(--grey-300) !important;

    background: var(--grey-100) !important;
    background-image: none !important;

    color: var(--dark-bg) !important;

    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.ccs-ds-extendedSpec-header:before {
    content: "";

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 4px;

    border-radius: 0 4px 4px 0;
    background: var(--primary-red);
}

.ccs-ds-extendedSpec-body table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.ccs-ds-extendedSpec-body tr {
    border-bottom: 1px solid var(--grey-200);
    transition: background var(--transition-fast);
}

.ccs-ds-extendedSpec-body tr:hover {
    background: rgba(224, 24, 57, 0.025);
}

.ccs-ds-extendedSpec-body tr:last-child {
    border-bottom: none;
}

.ccs-ds-extendedSpec-body td {
    padding: 14px 20px;

    background: transparent;

    vertical-align: top;

    font-size: 0.95rem;
    line-height: 1.5;
}

.ccs-ds-extendedSpec-body td:first-child {
    width: 32%;
    color: var(--dark-bg);
    font-weight: 600;
}

.ccs-ds-extendedSpec-body td:last-child {
    color: var(--text-medium);
}

@media (max-width: 768px) {

    .ccs-ds-extendedSpec-body td {
        display: block;
        width: 100% !important;
        padding: 10px 14px;
    }

    .ccs-ds-extendedSpec-body td:first-child {
        padding-bottom: 0;
    }

    .ccs-ds-extendedSpec-body td:last-child {
        padding-top: 4px;
    }
}

/* =========================================
   PRODUCT GRID
========================================= */

.prodlist-row {
    border: 1px solid #e8e8e8;
    border-radius: 14px;

    background: var(--white);
}

.prodlist-row:hover {
    border-color: var(--grey-500);
    box-shadow: var(--shadow-soft);
    transform: translate3d(0, -2px, 0);
}

/* =========================================
   BUY BUTTONS
========================================= */

.buy-button,
.button.buy-button {
    border-color: var(--primary-red) !important;
    background: var(--primary-red) !important;
    color: var(--white) !important;
}

.buy-button:hover,
.button.buy-button:hover {
    border-color: var(--grey-600) !important;
    background: var(--grey-600) !important;
}

.buy-button i,
.buy-button svg,
.buy-button .fa-cart-shopping {
    color: var(--white) !important;
}

/* =========================================
   QUANTITY INPUTS
========================================= */

.buy-quantity__input input,
.buy-quantity input,
.buy-quantity__container input {
    border: 1px solid var(--grey-500) !important;
    background: var(--white) !important;
    color: var(--text-dark) !important;
}

.buy-quantity__input input:focus,
.buy-quantity input:focus,
.buy-quantity__container input:focus {
    border-color: var(--primary-red) !important;
}

/* =========================================
   PROMOTION PRICE LAYOUT
========================================= */

.promotion-item .product-price.promotion-price {
    display: flex;
    align-items: baseline;
    gap: 6px;

    flex-wrap: nowrap;
}

.promotion-item .product-price.promotion-price .price-suffix {
    display: inline !important;

    font-size: 0.8rem;
    color: #777777;

    white-space: nowrap;
}

.promotion-item .product-price.promotion-price .price-text {
    line-height: 1;
}

/* =========================================
   PRODUCT IMAGE QUALITY IMPROVEMENTS
   Sharper thumbnails + cleaner scaling
========================================= */

/* Image wrapper */

.prodlist-row__img-wrapper,
.product-list-image-link,
.small-product-list-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Main product images */

img.prodlist-row__img,
.prodlist-row__img,
.product-list-image-link img,
.small-product-list-image img {
    display: block;

    width: auto;
    height: auto;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;

    /* Prevent blurry transforms */
    transform: translateZ(0);
    backface-visibility: hidden;

    /* Better scaling behaviour */
    will-change: transform;
}

/* Prevent browser interpolation blur on hover */

.prodlist-row:hover img.prodlist-row__img,
.prodlist-row:hover .prodlist-row__img,
.prodlist-row:hover .product-list-image-link img {
    transform: translateZ(0) scale(1.01);
}

/* Force consistent image area */

.prodlist-row__img-wrapper {
    min-height: 120px;
}

/* Higher density displays */

@media 
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    img.prodlist-row__img,
    .prodlist-row__img,
    .product-list-image-link img,
    .small-product-list-image img {
        image-rendering: auto;
    }
}

/* =========================================
   OPTIONAL - CLEAN PRODUCT IMAGE SPACING
========================================= */

.prodlist-row__img-wrapper img {
    padding: 4px;
}

/* =========================================
   OPTIONAL - CONSISTENT PRODUCT THUMB SIZE
========================================= */

.prodlist-row__img-wrapper {
    width: 140px;
}

.prodlist-row__img {
    max-width: 130px;
    max-height: 100px;
}

/* =========================================
   PRODUCT IMAGE QUALITY FIX
========================================= */

.prodlist-row__img-wrapper,
.product-list-image-link,
.small-product-list-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Product images */

img.prodlist-row__img,
.prodlist-row__img,
.product-list-image-link img,
.small-product-list-image img {
    display: block;

    width: auto;
    height: auto;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;

    /* REMOVE pixelation */
    image-rendering: auto;

    /* Better rendering */
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Consistent image area */

.prodlist-row__img-wrapper {
    min-height: 120px;
}

/* Optional slight hover polish */

.prodlist-row:hover img.prodlist-row__img,
.prodlist-row:hover .prodlist-row__img,
.prodlist-row:hover .product-list-image-link img {
    transform: translateZ(0) scale(1.01);
    transition: transform 0.2s ease;
}