:root {
    --main-biege: #eedbbe;
    --secondary-biege: #f6f5f2;
    --main-green: #4ba05d;
    --secondary-green: #99b4a8;
    --main-text-color: #333;
    --secondary-text-color: #808080;
    --mm-color-background: #f6f5f2;
}
.mm-wrapper--position-left .mm-slideout,
.mm-wrapper--position-right .mm-slideout {
    transform: none;
}
body {
    line-height: 1.5;
}
.p {
    font-size: 1rem;
    line-height: 1.5rem;
}
.container,
.container.with-xlarge {
    max-width: 1740px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.pageTypeproduct .container.with-xlarge.site-wrapper.site-main-content {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 0;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-row {
    margin-left: -10px;
    margin-right: -10px;
}
.flex-row>div {
    padding-left: 10px;
    padding-right: 10px;
}
.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.center {
    justify-content: center;
}
.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.align-self-bottom {
    align-self: flex-end
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.full-height {
    height: 100%;
}
.hide-mobile {
    display: none;
}
.form-input {
    background: var(--secondary-biege);
    color: var(--main-text-color);
    border: none;
    border-radius: 0px;
}
.button-primary,
.button {
    font-weight: bold;
    font-size: 1em;
    border: none;
    border-radius: 0px;
}

.site-header {
    padding: .5em 0;
}
.site-header .header-icons .dropdown-menu {
    left: auto;
    right: 0;
    text-align: right;
}
.site-header .header-icons>div,
.site-header .header-icons>a {
    max-width: 25%;
}
.site-header .header-icons img {
    margin: 0;
    aspect-ratio: 1;
    max-width: 100%;
    height: auto;
}
.site-header .header-icons .mmenu-button {
    width: 55px;
    padding: 13px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.site-header .header-icons .mmenu-button span {
    display: block;
    background: #020000;
    width: 100%;
    height: 2px;
}
.site-header .top-search-form {
    background: var(--secondary-biege);
}
.site-header .top-search-form input,
.site-header .top-search-form button {
    background: none !important;
    border: none;
    height: auto;
}
.site-header .top-search-form button {
    display: inline-block;
    width: auto;
    padding: 5px 5px 0;
}
.site-header .top-search-form img {
    margin: 0;
}
.site-header .quick-cart-link {
    display: block;
    position: relative;
}
.site-header .quick-cart-link>span {
    width: 35%;
    height: 32%;
    background: var(--main-green);
    border-radius: 50%;
    position: absolute;
    top: 15%;
    left: 15%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.site-header .logo {
    max-width: 75%;
}

.site-usp {
    padding-top: 1em;
    height: 100px;
}

.pageTypeproduct .site-usp {
    border: none;
}

.hero-slider-theme {
    margin-top: 0;
}

.page-title h1,
.page-title .h1,
.frontpage-content>p {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin: 1em 0;
}
.category-headline h2 {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.m-products-category-headline {
    text-align: center;
    text-transform: uppercase;
}
.page-title.product .h1,
.page-title.product .h4,
.frontpage-content>p {
    text-align: center;
}
.page-title.product .h4 {
    text-transform: uppercase;
}
.page-title.product > .h4:first-child {
    display: block;
    text-align: center;
}

.pageId1 .page-title.product > .h1:first-child {
    margin-bottom: 2rem;
}
.pageId1 .page-title.product > .h4:first-child {
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.page-title.product {
    margin: 0;
    padding: 0;
}
.w-categories .wrapper {
    padding: 5em 2em;
}
.w-categories .wrapper .h4 {
    margin-bottom: 5px;
    font-weight: 500;
}
.w-newsletter {
    background: var(--secondary-green);
    padding: 2em 0;
    margin: 1em 0;
    text-align: center;
}
.w-newsletter .container {
    max-width: 1630px;
}
.w-newsletter input {
    display: block;
    width: 100%;
    border-radius: 10px;
    height: auto;
}
.w-newsletter .h4 {
    font-weight: 500;
    margin-bottom: 10px;
}
.w-newsletter .button {
    width: 100%;
    max-width: 250px;
    margin: auto;
}

.site-brands {
    padding: 2em 0;
    margin: 0 0 2em;
    background: var(--secondary-biege);
}
.site-brands .trailing-db {
    margin: 0 0 20px;
}
.site-brands img {
    background: #fff;
    padding: 10px;
}

.site-featured-brands {
    --featured-brands-gap: clamp(16px, 1.8vw, 24px);
    --featured-brands-max-width: 1600px;
    margin: 0;
    padding: 48px 64px 64px;
    background: #f6f5f2;
    color: #333333;
}
.site-featured-brands__title {
    margin: 0 0 16px 16px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
}
.site-featured-brands__main-box {
    display: flex;
    width: 100%;
    max-width: var(--featured-brands-max-width);
    margin: 0 auto;
}
.site-featured-brands__section {
    min-width: 0;
}
.site-featured-brands__section--logos {
    flex: 1 1 auto;
    width: 100%;
}
.site-featured-brands__logo-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(3, 155px);
    column-gap: var(--featured-brands-gap);
    row-gap: var(--featured-brands-gap);
}
.site-featured-brands__logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 155px;
    padding: 0 40px;
    box-sizing: border-box;
    background: #ffffff;
    text-decoration: none;
}
.site-featured-brands__logo-image {
    display: block;
    width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}
.site-featured-brands__bottom-box {
    display: none;
}

.site-footer {
    font-weight: 500;
    border: none;
}
.site-footer.site-footer-custom {
    --footer-base-width: 1440;
    --footer-base-height: 860;
    --footer-col-gap: clamp(16px, 2.2vw, 32px);
    --footer-col-ratio-newsletter: 2.1905;
    --footer-col-ratio-small: 1;
    --footer-col-ratio-total: 5.1905;
    --footer-col-small: calc((100% - (3 * var(--footer-col-gap))) / var(--footer-col-ratio-total));
    --footer-col-newsletter: calc(var(--footer-col-small) * var(--footer-col-ratio-newsletter));
    --footer-mh-price-width: calc((100% - var(--footer-col-gap)) / 2);
    position: relative;
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
    height: auto;
    margin: 0;
    left: auto;
    transform: none;
    padding: 48px 32px 32px;
    background: #fff;
    color: #000;
    border: none;
    overflow: visible;
}
.pageTypeproduct .site-footer.site-footer-custom {
    background: #fff;
}
.site-footer-custom__line {
    position: static;
    left: auto;
    width: 100%;
    height: 1px;
    background: #000;
}
.site-footer-custom__line--top {
    margin-bottom: 48px;
}
.site-footer-custom__line--bottom {
    margin-top: 56px;
    margin-bottom: 32px;
}
.site-footer-custom__main-box {
    position: static;
    left: auto;
    top: auto;
    width: calc(100% - 64px);
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    column-gap: var(--footer-col-gap);
    row-gap: 56px;
    direction: ltr;
}
.site-footer-custom__section {
    flex: 0 0 auto;
    max-width: none;
    min-width: 0;
    direction: ltr;
}
.site-footer-custom__section--newsletter {
    display: block;
    order: 1;
    flex-basis: var(--footer-col-newsletter);
    max-width: var(--footer-col-newsletter);
}
.site-footer-custom__newsletter-embed {
    margin-top: 16px;
}
.site-footer-custom__section--newsletter #mc_embed_signup,
.site-footer-custom__section--newsletter #mc_embed_signup_scroll,
.site-footer-custom__section--newsletter #mce-responses {
    width: 100% !important;
    max-width: 414px;
}
.site-footer-custom__section--hours {
    order: 2;
    flex-basis: var(--footer-col-small);
    max-width: var(--footer-col-small);
}
.site-footer-custom__section--information {
    order: 3;
    flex-basis: var(--footer-col-small);
    max-width: var(--footer-col-small);
}
.site-footer-custom__section--contact {
    order: 4;
    flex-basis: var(--footer-col-small);
    max-width: var(--footer-col-small);
}
.site-footer-custom__section--mh-price {
    order: 5;
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    flex: 0 0 var(--footer-mh-price-width);
    width: var(--footer-mh-price-width);
    max-width: var(--footer-mh-price-width);
    margin-left: 0;
    max-height: none;
    overflow: visible;
}
.site-footer-custom__section--mh-price > :last-child {
    margin-bottom: 0;
}
.site-footer-custom__section .h4 {
    margin: 0 0 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}
.site-footer-custom__section p:not(.p-sm):not(.p-xs),
.site-footer-custom__section li,
.site-footer-custom__section td,
.site-footer-custom__section span:not(.p-sm):not(.p-xs) {
    color: #000;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}
.site-footer-custom__section p {
    margin: 0 0 10px;
}
.site-footer-custom__section ul {
    margin: 0;
    padding: 0;
}
.site-footer-custom__section a {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}
.site-footer-custom__section table {
    margin: 0;
    width: 100%;
}
.site-footer-custom__section table td {
    padding: 0;
}
.site-footer-custom .footer-mobile-accordion .accordion-header {
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    text-align: left;
    cursor: default;
    display: block;
}
.site-footer-custom .footer-mobile-accordion .accordion-header::after {
    display: none;
}
.site-footer-custom .footer-mobile-accordion .accordion-header .accordion-header-text.h4 {
    display: block;
    margin: 0 0 16px;
    color: #000;
}
.site-footer-custom .footer-mobile-accordion .accordion-content {
    max-height: none;
    overflow: visible;
    padding: 0;
    background: transparent;
}
.site-footer-custom .footer-mobile-accordion,
.site-footer-custom .footer-mobile-accordion .accordion-header,
.site-footer-custom .footer-mobile-accordion .accordion-content,
.site-footer-custom .footer-mobile-accordion .accordion-content p,
.site-footer-custom .footer-mobile-accordion .accordion-content li,
.site-footer-custom .footer-mobile-accordion .accordion-content table,
.site-footer-custom .footer-mobile-accordion .accordion-content td,
.site-footer-custom .footer-mobile-accordion .accordion-content span,
.site-footer-custom .footer-mobile-accordion .accordion-content a {
    background: transparent !important;
    background-color: transparent !important;
}
.site-footer-custom__bottom-box {
    position: static;
    left: auto;
    top: auto;
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.site-footer-custom__bottom-item {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 100%;
}
.site-footer-custom__copyright {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #000;
}
.site-footer-custom__built-with {
    margin-left: 10px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    white-space: nowrap;
}
.site-footer-custom__bottom-item--payments {
    display: flex;
    align-items: center;
}
.site-footer-custom .footer-paymenticons {
    width: auto;
}
.site-footer-custom .payment-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}
.site-footer-custom .payment-icons .payments-icon {
    background: #fff;
    padding: 0 8px;
    min-height: 32px;
    width: fit-content;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.site-footer-custom .payment-icons .payments-icon.placeholder-wrapper {
    width: auto;
    height: auto;
}
.site-footer-custom .payment-icons .payments-icon .placeholder {
    display: none;
}
.site-footer-custom .footer-paymenticons img {
    filter: none;
    max-height: 16px;
    width: auto;
    margin: 0;
    display: block;
    position: static;
}
.site-footer-custom .payment-logo-image {
    display: block;
    height: 16px;
    width: auto;
    max-width: none;
}
.site-footer-custom .social-links {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 100%;
    flex-wrap: nowrap;
}
.site-footer-custom .social-links .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    font-size: 24px;
    line-height: 0;
    margin: 0;
    color: #000;
    position: relative;
    top: auto;
    transform: none;
    overflow: hidden;
}
.site-footer-custom .social-links .social-link img {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    object-fit: contain;
    display: block !important;
    margin: 0 !important;
    position: static !important;
    transform: none !important;
    vertical-align: middle;
    filter: brightness(0) saturate(100%);
}
.site-footer-custom__bottom-item--socials {
    flex: 0 0 auto;
    min-height: 32px;
}
@media (min-width: 960px) {
    .site-footer-custom__line--bottom {
        margin-bottom: 32px;
    }
    .site-footer-custom__main-box {
        justify-content: space-between;
        column-gap: 0;
    }
    .site-footer-custom__bottom-box {
        height: auto;
    }
    .site-footer-custom__section--newsletter {
        flex: 0 0 auto;
        width: min(100%, 414px);
        max-width: 414px;
    }
    .site-footer-custom__section--hours,
    .site-footer-custom__section--information,
    .site-footer-custom__section--contact {
        flex: 0 0 auto;
        width: fit-content;
        max-width: 100%;
    }
    .site-footer-custom__section--mh-price {
        flex: 0 0 calc((100% - var(--footer-col-gap)) / 2);
        width: calc((100% - var(--footer-col-gap)) / 2);
        max-width: calc((100% - var(--footer-col-gap)) / 2);
    }
    .site-footer-custom .social-links .social-link {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        line-height: 0;
    }
}
@media (min-width: 1400px) {
    .site-footer-custom__section--mh-price {
        flex-basis: calc((100% - var(--footer-col-gap)) / 2);
        width: calc((100% - var(--footer-col-gap)) / 2);
        max-width: calc((100% - var(--footer-col-gap)) / 2);
    }
}
@media (min-width: 1800px) {
    .site-footer-custom__section--mh-price {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    .site-featured-brands {
        padding: 32px 24px;
    }
    .site-featured-brands__logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .site-footer.site-footer-custom {
        width: 100%;
        aspect-ratio: auto;
        height: auto;
        max-width: none;
        left: auto;
        transform: none;
        padding: 32px 24px;
    }
    .site-footer-custom__line,
    .site-footer-custom__main-box,
    .site-footer-custom__bottom-box {
        position: static;
        width: 100%;
        left: auto;
        top: auto;
    }
    .site-footer-custom__line {
        margin: 16px 0 24px;
    }
    .site-footer-custom__main-box {
        height: auto;
        row-gap: 40px;
        column-gap: var(--footer-col-gap);
        align-items: flex-start;
    }
    .site-footer-custom .footer-mobile-accordion {
        border: 1px solid #000;
        background: transparent;
    }
    .site-footer-custom .footer-mobile-accordion .accordion-header {
        padding: 16px;
        cursor: pointer;
        position: relative;
        color: #000;
    }
    .site-footer-custom .footer-mobile-accordion .accordion-header .accordion-header-text.h4 {
        margin: 0;
    }
    .site-footer-custom .footer-mobile-accordion .accordion-header::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 1rem;
        width: 0.5rem;
        height: 0.5rem;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: translateY(-50%) rotate(45deg);
        transition: transform 0.2s ease;
    }
    .site-footer-custom .footer-mobile-accordion .accordion-header.is-open::after {
        transform: translateY(-35%) rotate(-135deg);
    }
    .site-footer-custom .footer-mobile-accordion .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0 16px;
    }
    .site-footer-custom .footer-mobile-accordion .accordion-header:not(.is-open) + .accordion-content {
        max-height: 0 !important;
    }
    .site-footer-custom .footer-mobile-accordion .accordion-content > *:last-child {
        margin-bottom: 16px;
    }
    .site-footer-custom__section {
        flex: 0 0 calc((100% - var(--footer-col-gap)) / 2);
        max-width: calc((100% - var(--footer-col-gap)) / 2);
        width: auto;
    }
    .site-footer-custom__section--newsletter {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    .site-footer-custom__section--hours,
    .site-footer-custom__section--information,
    .site-footer-custom__section--contact,
    .site-footer-custom__section--mh-price {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        flex-basis: calc((100% - var(--footer-col-gap)) / 2);
        max-width: calc((100% - var(--footer-col-gap)) / 2);
        width: auto;
        margin-left: 0;
    }
    .site-footer-custom__bottom-box {
        height: auto;
        gap: 24px;
        flex-wrap: wrap;
        margin-top: 24px;
    }
}
@media (max-width: 767px) {
    .site-featured-brands {
        display: none;
    }
    .site-featured-brands {
        padding: 24px 16px;
    }
    .site-featured-brands__title {
        margin-bottom: 12px;
    }
    .site-featured-brands__logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer-custom__main-box {
        row-gap: 24px;
    }
    .site-footer-custom .footer-mobile-accordion {
        margin: 0;
    }
    .site-footer-custom__section--newsletter {
        position: relative;
        padding-bottom: 24px;
    }
    .site-footer-custom__section--newsletter::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: #000;
    }
    .site-footer-custom__line--bottom {
        margin-top: 24px;
    }
    .site-footer-custom__section {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    .site-footer-custom__section--hours,
    .site-footer-custom__section--information,
    .site-footer-custom__section--contact,
    .site-footer-custom__section--mh-price {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    .site-footer-custom .payment-icons {
        gap: 8px;
        flex-wrap: wrap;
    }
    .site-footer-custom__bottom-item--payments {
        display: none;
    }
}
@media (min-width: 1025px) {
    .site-featured-brands {
        padding-left: 64px;
        padding-right: 64px;
    }
    .site-featured-brands__main-box {
        max-width: none;
    }
    .site-featured-brands__logo-grid {
        --featured-brands-card-width: calc((100vw - 128px - (3 * 24px)) / 4);
        grid-template-columns: repeat(4, var(--featured-brands-card-width));
        column-gap: 24px;
        row-gap: 24px;
    }
    .site-featured-brands__logo-card {
        width: var(--featured-brands-card-width);
    }

    /* Desktop footer: force-remove any inherited dark box styles */
    .pageTypeproduct .site-footer-custom .footer-mobile-accordion,
    .pageTypeproduct .site-footer-custom .footer-mobile-accordion .accordion-header,
    .pageTypeproduct .site-footer-custom .footer-mobile-accordion .accordion-content,
    .pageTypeproduct .site-footer-custom .social-links .social-link,
    .pageTypeproduct .site-footer-custom .social-links .social-link img {
        background: transparent !important;
        background-color: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }
}

/* PRODUCTS */

.category-item {
    margin: 2em 0;
    text-align: center;
}

/* BRANDS CATEGORY (pageCategory66) - A-Z index */
.pageCategory66 .brands-index {
    margin: 1.5em 0 3em;
}
.pageCategory66 .brands-index-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    justify-content: center;
    margin: 0 0 2em;
}
.pageCategory66 .brands-index-btn {
    background: transparent;
    border: 1px solid transparent;
    padding: 6px 8px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}
.pageCategory66 .brands-index-btn.is-active {
    border-color: #333;
}
.pageCategory66 .brands-index-btn.is-disabled {
    opacity: 0.3;
    cursor: default;
}
.pageCategory66 .brands-index-list {
    column-count: 4;
    column-gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.pageCategory66 .brands-index-item {
    break-inside: avoid;
    margin: 0 0 12px;
}
.pageCategory66 .brands-index-item a {
    text-decoration: none;
    color: var(--main-text-color);
    font-size: 14px;
}
.pageCategory66 .brands-index-item a:hover {
    text-decoration: underline;
}
@media (max-width: 959px) {
    .pageCategory66 .brands-index-list {
        column-count: 2;
        column-gap: 24px;
    }
}
@media (max-width: 600px) {
    .pageCategory66 .brands-index-list {
        column-count: 1;
    }
}

.productContent  {
    text-align: center;
}
.productItem .type-col .product-transaction {
    background: transparent;
    padding: 0;
}
.m-productlist-price {
    font-weight: 600;
    padding-top: 0.5em;
}
.productItem .type-col .product-transaction .col-xl-8,
.productItem .type-col .product-transaction .button-primary .fa {
    display: none;
}
.productItem .type-col .product-transaction .col-xl-16 {
    width: 100%;
}
.productContent form>div {
    width: 100%;
}
.productItem .type-col .product-transaction .button-primary {
    color: var(--main-text-color);
    background-color: var(--secondary-biege);
    padding: .5em 1em;
    max-width: 250px;
    margin: auto;
}
.productContent .button {
    max-width: 250px;
    margin: auto;
}
.productItem .type-col .product-transaction .button-primary:before,
.productContent .button:before {
    content: "";
}
.m-product-price {
    font-weight: bold;
}
.select2-container .select2-choice {
    padding: 10px 20px;
    height: auto;
    background: var(--secondary-biege);
    box-shadow: none;
    border: none !important;
    border-radius: 0px;
    font-size: 1em;
    color: var(--main-text-color) !important;
    font-weight: 500;
}
.m-product-transaction .m-transaction-input {
    padding: 10px 15px;
    height: auto;
    max-width: 65px;
    text-align: center;
    margin-right: 10px;
    background: #fff !important;
    border: 1px solid #000 !important;
}

.m-product .m-product-orderform-transaction-input,
.m-product .m-product-extrabuy-input {
    background: #fff !important;
    border: 1px solid #000 !important;
}
.m-product-transaction .button-primary {
    text-transform: uppercase;
}

.nav-tabs {
    display: flex;
}
.nav-tabs>li {
    margin-left: 0;
    width: 100%;
}
.nav-tabs>li>a {
    text-transform: uppercase;
    font-weight: 500;
    padding: 1em;
    background: #fcfcfc;
    text-align: center;
    height: 100%;
}
.t-panel-clean>.pane {
    padding: 2em;
}
.t-panel-clean>.pane .h4 {
    text-transform: uppercase;
    font-weight: 500;
}

/* STEPS */
.steps {
    margin: 2.5em 0 1em;
}
.steps li {
    color: #cecece;
    padding: 0 3%;
    position: relative;
}
.steps li:before,
.steps li:after {
    content: "";
    width: 50%;
    height: 3px;
    display: block;
    background: #c3c3c3;
    position: absolute;
    top: 17px;
    z-index: 1;
}
.steps li:before {
    left: 0;
}
.steps li:after {
    right: 0;
}
.steps li .step-count {
    display: flex;
    width: 35px;
    height: 35px;
    border: 3px solid;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    position: relative;
    z-index: 2;
    background: #fff;
}
.steps .active {
    color: #616161;
}
.steps .active .step-count {
    color: #fff;
    border-color: #616161;
    background: #616161;
}
.steps .active:before,
.steps .active:after {
    background: #616161;
}

/* CART CHECKOUT */
.m-cart-headline {
    text-transform: uppercase;
}
.m-cart .h5 {
    font-weight: 700;
}
.m-cart-headline-container .h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: block;
}
.m-cart-list {
    margin-bottom: 2em;
}
.m-cart-row {
    padding: 1em 0;
    border: solid;
    border-width: 1px 0;
    margin-top: -1px;
}
.m-cart-row .form-input {
    width: 50px;
    text-align: center;
    margin-right: 10px;
    font-weight: 700;
}
.m-cart-headline-total-container .h5 {
    padding-right: 70px;
}
.cart-total-value img {
    margin: 0 0 0 20px;
}
.m-cart-nav input[type="text"] {
    border: 2px solid var(--secondary-biege);
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
}
.m-cart-nav .button,
.m-cart-nav .button-primary,
.buttonContainer .button,
.buttonContainer .button-primary {
    text-transform: uppercase;
    font-size: 1.1em;
}
.m-delivery-info-container td {
    padding: 0 1em;
    font-size: 1.1em;
    font-weight: 500;
    width: 50%;
}
#m-contact .form-input,
.stepContainer .form-input {
    background: #fff;
}
.form-label {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2;
    margin: .5em 0;
}
.stepColumn img {
    margin: 0;
}
.stepColumn .step5 {
    border: none;
}
.stepColumn .orderLine  {
    padding: 1em 2em;
    margin: 0 -1em 10px;
    background: #fff;
}

.stepColumn .step1 input,
.stepColumn .step2 input {
    margin-right: 10px;
}

.contactInfoContainer .flex {
    margin-left: -10px;
    margin-right: -10px;
}
.contactInfoContainer .flex>.form-group {
    margin: .5em 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.form-required {
    color: red;
}

.modal-open-cart {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.modal-open-cart .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    border: none;
}
.modal-open-cart .cart-outer-wrapper {
    padding: 2em;
    background: #fff;
    position: relative;
    max-width: 680px;
    margin-left: auto;
}
.modal-open-cart .cart-outer-wrapper button {
    background: none;
    border: none;
    margin: 0;
}
.modal-open-cart .cart-outer-wrapper button img {
    margin: 0;
}
.modal-open-cart .cart-outer-wrapper .site-usp {
    margin: 1em -2em 2em;
    padding: 0;
    background: var(--secondary-biege);
    height: auto;
}
.modal-open-cart .cart-outer-wrapper .site-usp .h5 {
    font-weight: 600;
}
.modal-open-cart .cart-outer-wrapper .site-usp .placeholder-wrapper {
    max-width: 40px;
}
.modal-open-cart .cart-outer-wrapper .button-primary {
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 1em 0;
}
.modal-open-cart .productItem .productContent {
    text-align: left;
}
.modal-open-cart .productItem .productContent .align-self-bottom {
    display: none;
}
.modal-open-cart .cart-outer-wrapper .h5 {
    margin: 0;
}
.modal-open-cart .products-related-headline {
    text-transform: uppercase;
}

.pagination > li a {
    background: none !important;
    border-width: 0 0 1px;
}
.pagination > li.current a,
.pagination > li:hover a {
    border-color: #333;
}

.thumbelina li {
    width: auto !important;
}
.thumbelina-but.horiz {
    height: 150px;
    line-height: 150px;
    background: none;
}

.m-text-article .hero-slider-theme img {
    width: 100% !important;
    margin: 0 auto 1em;
}

@media (min-width: 768px) {
    .contactInfoContainer .flex>.form-group {
        width: 50%;
    }
    .w-newsletter .h4{
        margin-bottom: 15px;
    }
}

@media (min-width: 960px) {
    .hide-mobile {
        display: block;
    }
    .hide-desktop {
        display: none;
    }
    .sticky {
        position: sticky;
        top: 20px;
    }
    .site-header {
        padding-top: 2.5em;
    }
    .site-header .top-search-form {
        max-width: 450px;
        margin-left: auto;
        margin-top: 5px;
    }
    .site-header .header-icons {
        margin-top: 15px;
    }
    .site-header .header-icons .mmenu-button {
        display: none;
    }
    .site-navigation {
        border: none;
        padding: 0 0 1em;
        position: relative;
    }
    .site-navigation a {
        display: block;
        text-transform: uppercase;
    }
    .site-navigation .navigation,
    .site-navigation .navigation ul {
        margin: 0;
    }
    .site-navigation .navigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .site-navigation .navigation>li>a {
        padding: 10px 5px;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }
    .site-navigation .navigation>li>ul {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 999;
        left: 0;
        top: 100%;
        right: 0;
        padding: 2em;
        background: #fff;
        transition: all .2s ease-in;
        max-width: 1700px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .site-navigation .navigation>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }
    .site-navigation .navigation>li>ul>li {
        width: 25%;
    }
    .site-navigation .navigation>li>ul>li>a {
        padding: 10px;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 700;
    }
    .t-panel-clean>.pane {
        padding: 3em;
    }
    .contactInfoContainer .flex>.form-group {
        width: 33.333%;
    }
}

@media (min-width: 1280px) {
    .container.with-xlarge .productItem {
        width: 20%;
    }
    .container.with-xlarge .modal-open-cart .productItem {
        width: 25%;
    }
    .site-navigation .navigation>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 959px) {
    .site-header .panel-search {
        order: 1;
    }
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
    .order-3 {
        order: 3;
    }
    .order-4 {
        order: 4;
    }
    .order-5 {
        order: 5;
    }
    .order-4 ul {
        column-count: 2;
    }
/* SIKKERHEDS-LUKNING */
}

/* 1. PRODUKTKNAPPER - Rammer alle "+Tilf&oslash;j til kurv" og "V&aelig;lg variant" */
/* Vi bruger de pr&aelig;cise klasser fra dine sk&aelig;rmbilleder: .button.is-block */
.productlist-item .button,
.productlist-item button,
.m-productlist-item .button,
.m-productlist-item button,
.product-btn-container a,
.add-to-cart {
    border-radius: 0px !important;
    background-color: #f4f2f0 !important;
    color: #333333 !important;
    border: none !important;
    padding: 12px 20px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    transition: background-color 0.2s ease !important;
    display: block !important;
    width: auto !important;         /* Fjerner de 120% */
    margin-left: 1em !important;    /* 1em luft til venstre */
    margin-right: 1em !important;   /* 1em luft til h&oslash;jre */
    max-width: none !important;     /* Sikrer at intet andet stopper bredden */
    text-align: center !important;
    cursor: pointer !important;
    text-decoration: none !important;
    margin-bottom: 1em !important;
}

/* 2. HOVER EFFEKT - Aktiveres KUN p&aring; produkterne */
/* Vi udelukker alt i kurv-popup'en (relaterede-produkters-kurv-knapper undtaget) */
.productlist-item .button:hover,
.productlist-item button:hover,
.m-productlist-item .button:hover,
.m-productlist-item button:hover,
.product-btn-container a:hover,
.add-to-cart:hover {
    background-color: #8da493 !important;
    color: #ffffff !important;
}

/* 3. KURV-DRAWER ISOLERING - Her m&aring; intet &aelig;ndre sig */
/* Vi s&oslash;rger for at "G&Aring; TIL INDK&Oslash;BSKURV" i popup'en beholder sit eget look */
#basket-drawer .button,
.mini-cart .button,
.cart-drawer .button,
.basket-opened .button.is-block:not(.add-to-cart) {
    background-color: #8da493 !important; /* Beholder den gr&oslash;nne farve den har nu */
    color: #ffffff !important;
    width: auto !important;
}
/* --- PRODUKT-RAMME (Shadow effekt) --- */
/* Vi rammer alle de forskellige produkt-bokse din shop bruger */
.product-items, 
.m-productlist-item, 
.productlist-item, 
.product-card {
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
    border-radius: 0px !important; /* Valgfrit: giver selve kassen bl&oslash;de hj&oslash;rner */
}

/* EFFEKT N&Aring;R MUSEN HOLDES OVER PRODUKTET */
.product-items:hover, 
.m-productlist-item:hover, 
.productlist-item:hover, 
.product-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important; /* Bl&oslash;d skygge der l&oslash;fter produktet */
    background-color: #ffffff !important;
    z-index: 10;
    position: relative;
}
.m-productlist-link {
    padding-bottom: 0.25em;
    font-style: normal;
    font-size: inherit;
    display: block;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;      /* Holder teksten p&aring; &eacute;n linje */
    overflow: hidden;         /* Skjuler overskydende tekst */
    text-overflow: ellipsis;  /* Laver de tre prikker (...) */
}
.m-productlist-brand-link {
    font-style: normal;
    font-size: inherit;
}

/* Product card type scale */
.m-productlist-item .m-productlist-title {
    font-weight: 500;     /* medium */
    margin: 0;
}
.m-productlist-item .m-productlist-brand-link,
.m-productlist-item .m-productlist-brand {
    font-weight: 400;      /* regular */
}
.m-productlist-item .m-productlist-price {
    font-weight: 600;     /* semibold */
}
.m-productlist-item .m-productlist-transactions .button-primary,
.m-productlist-item .product-action .button-primary,
.m-productlist-item .align-self-bottom .button {
    font-weight: 700;     /* bold */
}
/* G&oslash;r hele toppen sticky */
.pageId1 .sticky-wrapper {
    position: -webkit-sticky; /* Til Safari support */
    position: sticky;
    top: 0;
    z-index: 1000; /* S&oslash;rger for at menuen ligger over billeder/tekst */
    background-color: #ffffff; /* Giver hvid baggrund s&aring; den ikke er gennemsigtig */
    width: 100%;
}

/* Sikrer at der ikke er m&aelig;rkelige mellemrum i toppen */
.pageId1 .site-header, .site-navigation {
    margin-top: 0 !important;
}
.ProductActions-BrandAndDesigner {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 2px;
    margin-bottom: 10px;
}

.ProductActions-BrandAndDesigner p {
    margin: 0;
}

.ProductActions-BrandAndDesigner a {
    display: inline-flex;
}

.site-header .top-search-form {
    position: relative;
    width: 100%;
}

/* Product page: custom related carousels (same brand + same main category) */
.products-related.products-related-custom {
    position: relative;
}

.products-related.products-related-custom::before {
    content: "";
    position: absolute;
    top: 0;
    left: -4rem;
    right: -4rem;
    border-top: 1px solid #333;
    z-index: 1;
}

.products-related-custom .products-related-block {
    position: relative;
    z-index: 0;
    margin-bottom: 0;
}

.products-related-custom .products-related-block + .products-related-block {
    margin-top: 0;
}

.products-related-custom .products-related-brand::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4rem;
    right: -4rem;
    border-bottom: 1px solid #333;
    z-index: 1;
    pointer-events: none;
}

.products-related-custom .products-related-block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4rem;
    right: -4rem;
    background: #f6f5f2;
    z-index: -1;
}

.pageTypeproduct .products-also-bought {
    position: relative;
    z-index: 0;
}

.pageTypeproduct .products-also-bought::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4rem;
    right: -4rem;
    background: #f6f5f2;
    z-index: -1;
}

.pageTypeproduct .products-related-list .flex.flex-row.wrap,
.pageTypeproduct .products-also-bought-list .flex.flex-row.wrap {
    padding-top: 0;
    padding-bottom: 4rem;
    gap: 1.5rem;
    margin-left: 0;
    margin-right: 0;
}

.pageTypeproduct .products-related-list.related-carousel {
    position: relative;
}

.pageTypeproduct .products-related-list.related-carousel .related-carousel-viewport {
    overflow: hidden;
}

.pageTypeproduct .products-related-list.related-carousel .flex.flex-row.wrap {
    flex-wrap: nowrap !important;
    transition: transform 0.35s ease;
    will-change: transform;
}

.pageTypeproduct .products-related-list.related-carousel .related-carousel-arrow {
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.pageTypeproduct .products-related-list.related-carousel .related-carousel-arrow .related-carousel-arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform-origin: center;
}

.pageTypeproduct .products-related-list.related-carousel .related-carousel-arrow-left .related-carousel-arrow-icon {
    left: 48%;
    transform: translate(-40%, -50%) rotate(135deg);
}

.pageTypeproduct .products-related-list.related-carousel .related-carousel-arrow-right .related-carousel-arrow-icon {
    left: 52%;
    transform: translate(-60%, -50%) rotate(-45deg);
}

.pageTypeproduct .products-related-list.related-carousel .related-carousel-arrow-left {
    left: calc(-2rem - 1.25rem);
}

.pageTypeproduct .products-related-list.related-carousel .related-carousel-arrow-right {
    right: calc(-2rem - 1.25rem);
}

.pageTypeproduct .products-related-list.related-carousel .related-carousel-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

.pageTypeproduct .products-related-list.related-carousel.is-static .related-carousel-arrow {
    visibility: hidden;
    pointer-events: none;
}

.pageTypeproduct .products-related-block .page-title.product,
.pageTypeproduct .products-also-bought .page-title.product {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pageTypeproduct .products-related-headline,
.pageTypeproduct .products-also-bought-headline {
    margin: 0;
    text-align: left;
    font-weight: 500;
}

.pageTypeproduct .products-related-block .products-related-headline {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.pageTypeproduct .products-related-list .flex.flex-row.wrap > div,
.pageTypeproduct .products-also-bought-list .flex.flex-row.wrap > div {
    padding-left: 0;
    padding-right: 0;
}

.pageTypeproduct .products-related-list .productItem .type-col,
.pageTypeproduct .products-also-bought-list .productItem .type-col {
    background-color: #fff;
}

.pageTypeproduct .products-related-list .productItem,
.pageTypeproduct .products-also-bought-list .productItem {
    margin-bottom: 0;
}

.pageTypeproduct .products-related-list .flex.flex-row.wrap > .productItem,
.pageTypeproduct .products-also-bought-list .flex.flex-row.wrap > .productItem {
    width: calc((100% - (4 * 1.5rem)) / 5) !important;
    max-width: calc((100% - (4 * 1.5rem)) / 5) !important;
    flex: 0 0 calc((100% - (4 * 1.5rem)) / 5) !important;
}

@media (max-width: 959px) {
    .pageTypeproduct .products-related-list.related-carousel .flex.flex-row.wrap > .productItem {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .pageTypeproduct .products-related-list.related-carousel .related-carousel-arrow-left {
        left: calc(-2rem - 1.25rem);
    }

    .pageTypeproduct .products-related-list.related-carousel .related-carousel-arrow-right {
        right: calc(-2rem - 1.25rem);
    }
}

.top-search-live-results {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 1500;
    display: none;
    max-height: 70vh;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.top-search-live-results.is-open {
    display: block;
}

.top-search-live-list {
    display: block;
}

.top-search-live-item {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #efefef;
    color: #222;
    text-decoration: none;
}

.top-search-live-item:hover {
    background: #f6f7f6;
}

.top-search-live-image-wrap {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-search-live-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-search-live-content {
    min-width: 0;
}

.top-search-live-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 3px;
}

.top-search-live-description {
    display: block;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-search-live-price {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.top-search-live-empty {
    padding: 12px;
    color: #666;
    font-size: 13px;
}

.top-search-live-all {
    display: block;
    padding: 12px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    background: #f8f8f8;
}

.top-search-live-all:hover {
    background: #eef2ef;
}

@media (min-width: 960px) {
    .site-header .top-search-form {
        max-width: 760px;
        margin-left: auto;
        margin-top: 5px;
    }
}

@media (max-width: 959px) {
    .top-search-live-item {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .top-search-live-price {
        display: none;
    }
}

/* Breadcrumb styling */
.m-breadcrumb .nav-breadcrumbs .page a {
    color: #333;
    opacity: 0.8;
}

.m-breadcrumb .nav-breadcrumbs .page.active a {
    opacity: 1;
}

.m-breadcrumb .nav-breadcrumbs .page a:hover,
.m-breadcrumb .nav-breadcrumbs .page a:focus {
    color: #333;
}

.m-breadcrumb .nav-breadcrumbs .seperator {
    color: #333;
    opacity: 0.8;
}

/* Cart-only care feed */
.m-cart-care-feed {
    margin-top: 32px;
}

.m-cart-care-feed .m-cart-care-feed-headline {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.m-cart-care-feed .m-cart-care-feed-item {
    margin-bottom: 28px;
}

.m-cart-care-feed .m-cart-care-card {
    background: #fff;
    border: 1px solid #ececec;
    padding: 18px;
    text-align: center;
    height: 100%;
}

.m-cart-care-feed .m-cart-care-card-image {
    display: block;
    margin-bottom: 14px;
}

.m-cart-care-feed .m-cart-care-card-img {
    max-height: 185px;
    width: auto;
    margin: 0 auto;
}

.m-cart-care-feed .m-cart-care-card-title-link {
    color: inherit;
    text-decoration: none;
}

.m-cart-care-feed .m-cart-care-card-title {
    font-size: 30px;
    line-height: 1.35;
    min-height: 42px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.m-cart-care-feed .m-cart-care-card-price {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 16px;
}

.m-cart-care-feed .m-cart-care-card-buy-form {
    margin-top: auto;
}

.m-cart-care-feed .m-cart-care-card-buy-btn {
    background: #efefef;
    border-color: #efefef;
    color: #222;
    text-transform: uppercase;
}

.m-cart-care-feed .m-cart-care-card-buy-btn:hover,
.m-cart-care-feed .m-cart-care-card-buy-btn:focus {
    background: #e3e3e3;
    border-color: #e3e3e3;
    color: #222;
}

/* Collection pages: expert callout */
.collection-help-callout {
    margin: 24px 0 8px;
    display: flex;
    justify-content: center;
}

.collection-help-callout-inner {
    width: 100%;
    max-width: 720px; /* roughly two product cards on desktop */
    background: #f6f5f2;
    border: 1px solid #ece8e0;
    padding: 20px 24px;
    text-align: center;
}

.collection-help-callout-title {
    margin: 0 0 8px;
    font-weight: 700;
}

.collection-help-callout p {
    margin: 0 0 6px;
}

.collection-help-callout a {
    color: #333;
    text-decoration: underline;
    font-weight: 700;
}

.collection-help-callout-template {
    display: none !important;
}

.collection-help-callout-item {
    display: flex;
}

.collection-help-callout-item .collection-help-callout {
    margin: 0;
    width: 100%;
    align-items: stretch;
}

.collection-help-callout-item .collection-help-callout-inner {
    max-width: 720px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.collection-help-callout-item--full .collection-help-callout {
    justify-content: center;
}

@media (max-width: 959px) {
    .collection-help-callout-inner {
        max-width: 100%;
        padding: 16px;
    }
}

.m-product-splash-preorder,
.m-productlist-splash-preorder {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}
