﻿.saveBasketName {
    display: none;
}

.text-red {
    color: red;
}

.text-orange {
    color: #f56f2c;
}

.expando-small {
    height: 20px;
    overflow: hidden;
}

.expando-big {
    height: auto;
}

.blog-tag-active {
    color: white !important;
    background-color: #f56f2c !important;
}

large, .large {
    font-size: 1.125em;
}

larger, .larger {
    font-size: 1.250em;
}

smaller, .smaller {
    font-size: 0.750em;
}
/* video poster frame or placeholder image */
.video-wrap .placeholder {
    /*max-width: 700px;*/
    width: 100%;
}
/* SVG play button container */
.video-wrap .play-btn {
    position: absolute;
    /*max-width: 700px;*/
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .video-wrap .play-btn svg {
        transition: all .2s ease;
        fill: #F56F2C;
    }

.video-wrap:hover svg,
.video-wrap:focus svg {
    cursor: pointer;
    fill: #0071CE;
}


/* adjust your icon size, add different breakpoints as needed */
@media screen and (max-width: 600px) {
    .video-wrap .play-btn {
        width: 70px;
        height: 70px;
    }
}

.btn-config {
    padding: 13px 29px;
    color: #ffffff;
    letter-spacing: 0.05em;
    border: 0px;
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.col-md-1 .resize-font-small, .col-md-2 .resize-font-small {
    font-size: 83%;
}

.col-md-6 .resize-font-small {
    font-size: 100%;
}

.col-md-12 .resize-font-small {
    font-size: 200%;
}

.col-md-1 .resize-font-large, .col-md-2 .resize-font-large {
    font-size: 175%;
}

.col-md-3 .resize-font-large {
    font-size: 200%;
}

.col-md-4 .resize-font-large, .col-md-5 .resize-font-large, .col-md-6 .resize-font-large {
    font-size: 300%;
}

.col-md-12 .resize-font-large {
    font-size: 400%;
}

.btn-rtf {
    display: inline-block;
    height: 48px;
    padding: 12px 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 39px;
    background: var(--Brand-Primary-blue, #2e2e5c);
    color: #dad4c8;
    border: 0;
    color: var(--brand-secondary-60, #dad4c8);
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.32px;
}

    .btn-rtf:hover {
        background-color: #25254b;
        color: white
    }


/* Basket Summary - @todo. Matt Payne 06/02/2024 - Added styles 
    here temporarily while i wait for guidance on SCSS compilation */
.o-basket--summary h4 {
    font-weight: bold;
    margin: 0 0 14px 0;
}

    .o-basket--summary h4 svg {
        width: 18px;
    }

.o-basket .dashboard-sidebar-top-sec p {
    font-size: 0.92rem; /** @todo remove !importance once in scss */
}

.o-basket--summary h5 {
    font-size: 0.92rem;
    line-height: 1.1rem;
    padding: 12px 0;
    font-weight: bold;
}

.o-basket--summary .row > div {
    padding: inherit !important;
}

.o-basket--summary .row {
    flex-wrap: nowrap;
    gap: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.8rem !important;
}

.o-basket--summary .allowed-payment-type-list {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin: 18px 0 0 0;
    padding: 0 18px;
    flex-flow: wrap;
    text-align: center;
}

    .o-basket--summary .allowed-payment-type-list img {
        width: 50px;
        vertical-align: middle;
        padding-top: 8px;
    }

.o-checkout .o-basket--summary .btn {
    display: none;
}

.o-basket--summary .trust-pilot-holder {
    display: flex;
    justify-content: center;
    margin: 18px 0 0 0;
}

.o-basket--summary .o-product-breakdown {
    margin: 18px 0 0 0;
}

    .o-basket--summary .o-product-breakdown li .no-vat {
        font-size: 13px !important;
    }

    .o-basket--summary .o-product-breakdown li {
        margin: 8px 0;
    }

        .o-basket--summary .o-product-breakdown li.highlight {
            font-weight: bold;
        }

.o-basket--summary span.warn-18-plus {
    color: #F82700 !important;
    font-weight: bold !important;
}

.o-basket--summary .o-product-breakdown li.is-total-price {
    margin-top: 22px;
}

.o-basket--summary .o-product-breakdown .highlight {
    font-weight: bold;
}

.o-basket--summary .o-basket-adult-item-warning {
    background: #FFF;
    padding: 12px;
    font-weight: bold;
    font-size: 0.8rem;
    border: 1px solid #DDD;
    border-radius: 8px;
    margin-top: 22px;
}

    .o-basket--summary .o-basket-adult-item-warning .o-basket-adult-item-warning--inner {
        border-left: 4px solid #F82700;
        padding-left: 12px;
    }

.badge-18-plus {
    background: #F82700;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    font-size: 14px !important;
    flex-basis: auto !important;
}

    .badge-18-plus::after {
        content: "18+";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        color: #FFF;
    }


a.no-link-style {
    color: inherit;
}

/* Alternative Header - For evaluation purposes */
body.mp-alt {
}

    body.mp-alt header .nav {
        background: #2E2E5C;
        max-width: 100%;
        padding-bottom: 12px;
        margin-top: 18px;
    }

    body.mp-alt .form_search {
        box-shadow: none;
        background: #EEE;
    }

    body.mp-alt .onhover-show-div {
        background: #2E2E5C;
        border-radius: 4px !important;
        top: 20px;
    }

    body.mp-alt header .header-search #desktop-search-icon {
        color: #dc3545 !important;
    }

    body.mp-alt .onhover-dropdown .onhover-show-div li a {
        color: #FFF !important;
    }

    body.mp-alt header.tablet-header .container-fluid .nav__top .basket-link > .bar-style span {
        font-size: 16px;
    }

    body.mp-alt header.tablet-header .nav #main-menu li a {
        color: #FFF;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 0.01rem;
    }

    body.mp-alt header .header-search .form_search:after {
        background: none;
    }

    body.mp-alt header.tablet-header .container-fluid .nav__top--quick-links {
        gap: 24px;
        font-size: 16px;
    }

        body.mp-alt header.tablet-header .container-fluid .nav__top--quick-links div {
            gap: 8px;
            display: flex;
        }

    body.mp-alt .header-dropdown.top-right-links {
        gap: 24px;
    }

        body.mp-alt .header-dropdown.top-right-links li {
            font-size: 16px !important;
        }


    body.mp-alt header.tablet-header .nav #main-menu .mega-menu {
        background: #2E2E5C;
    }

        body.mp-alt header.tablet-header .nav #main-menu .mega-menu a {
            text-transform: none;
        }

    body.mp-alt header.tablet-header .nav #main-menu .mega-menu {
        margin-top: 18px !important;
    }

    body.mp-alt header {
        border-bottom: none;
    }

    body.mp-alt .o-announcement-bar {
        display: none;
    }

    body.mp-alt header.tablet-header .container-fluid .nav__top {
        display: grid;
        grid-template-areas: "header header header header header header" "search . logo . phonenumber iconbasket";
    }

        body.mp-alt header.tablet-header .container-fluid .nav__top .nav__top--logo {
            margin-left: -88px;
        }

    body.mp-alt header.tablet-header .container-fluid .nav__top--links {
        border-bottom: none;
    }

    body.mp-alt .home-slider .home, .center-slider .home {
        height: 50vh;
    }

    body.mp-alt .home-slider .slider-contain, .center-slider .slider-contain {
        height: 50vh;
    }

    body.mp-alt .o-hero .slider-contain .o-hero--contain {
        max-width: 470px;
        border-radius: 0;
    }

    body.mp-alt .o-hero {
        /*border-bottom: 15px solid #f8d6d9 !important;*/
        position: relative;
    }

        body.mp-alt .o-hero::after {
            content: "";
            position: absolute;
            bottom: -15px;
            right: 1%;
            width: 98%;
            height: 15px;
            background: #57577c;
        }

        body.mp-alt .o-hero .slick-slider::after {
            content: "";
            position: absolute;
            bottom: -30px;
            right: 2%;
            width: 96%;
            height: 15px;
            background: #81819d;
        }

    body.mp-alt .o-hero--contain.u-text--centre {
        box-shadow: 0 0 98px #000;
        border-left: 16px solid red;
    }

    body.mp-alt .o-checkout .dashboard-sidebar.dashboard-sidebar-step-1 {
        border: 0;
    }

    body.mp-alt .o-checkout .o-option-list {
        margin-top: 12px;
        margin-left: 14px;
        margin-right: 14px;
    }

    body.mp-alt .o-checkout .o-option {
        box-shadow: none !important;
        border: 0;
        border-left: 4px solid #2E2E5C;
    }




.account-address-picker.mode-picker {
    max-width: 600px;
}

.mode-picker .o-grid-option {
    min-width: 250px;
}

.mode-picker .o-grid-option-list {
    overflow-y: scroll;
    height: 495px;
}

.account-address-picker .search-filter {
    padding: 8px;
    width: 300px;
}

@media (min-width: 600px) {
    .mode-picker.account-address-picker {
        width: 600px;
    }
}

[v-cloak] {
    display: none;
}

/* Autosuggest */
.nav__top {
    position: relative;
}

.header-search .autosuggest-overlay {
    background: white;
    box-shadow: 0 0 20px #aaa;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    z-index: 999999;
    border-radius: 4px;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    max-width: 800px;
    min-height: 637px;
}

    .header-search .autosuggest-overlay .close-button {
        position: absolute;
        right: 12px;
        top: 12px;
        cursor: pointer;
        z-index: 9999999;
    }

    .header-search .autosuggest-overlay h3 {
        font-size: 18px;
        padding-bottom: 18px;
        color: #333333;
    }


    .header-search .autosuggest-overlay .keyword-result {
        padding: 6px 6px;
        color: #333333;
    }

        .header-search .autosuggest-overlay .keyword-result.active {
            background: #F82700;
            color: #FFF;
        }

            .header-search .autosuggest-overlay .keyword-result.active:hover {
                background: #F82700;
                color: #FFF;
            }

    .header-search .autosuggest-overlay .keyword-results {
        border-right: 2px solid #eee;
    }

    .header-search .autosuggest-overlay .keyword-result:hover {
        background: #eee;
        cursor: pointer;
    }

    .header-search .autosuggest-overlay .product-suggest {
        clear: both;
        overflow: hidden;
        margin-bottom: 4px;
        cursor: pointer;
        background: #eee;
        padding: 8px;
    }

        .header-search .autosuggest-overlay .product-suggest:hover {
            background: #F82700;
            color: #FFF;
        }

            .header-search .autosuggest-overlay .product-suggest:hover .title {
                color: #fff;
            }

    .header-search .autosuggest-overlay a {
        color: #000;
    }

    .header-search .autosuggest-overlay .product-suggest img {
        float: left;
        margin-right: 18px;
    }

    .header-search .autosuggest-overlay .product-suggest .price {
        display: block;
        font-weight: bold;
    }

    .header-search .autosuggest-overlay .view-products-button {
        justify-content: center;
        display: flex;
        margin-top: 16px;
    }

.popular-searches {
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.product-detail-highlight {
    position: absolute;
    top: 12px;
    border-radius: 8px;
    left: 12px;
    background: #2E2E5C;
    padding: 4px 8px;
    color: white;
}

    .product-detail-highlight.on-sale {
        right: 12px;
        background: #f82700;
        left: auto;
    }

.product-box img {
    animation: fadeIn ease-in .8s; /* Adjust timing as needed */
    animation-fill-mode: forwards; /* Keeps the image visible after animation ends */
}


/* Generic warning panel */
.info-panel {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CBCBCB;
    border-radius: 6px;
    opacity: 1;
    padding: 20px;
}

    .info-panel.subtle {
        background: none;
        border: none;
    }

.info-panel-inner {
    width: 100%;
    border-left: 3px solid #2e2e5c;
    opacity: 1;
    padding-left: 18px;
}

.info-panel-warning .info-panel-inner {
    border-color: #F82700;
}

.info-panel-inner ul li {
    display: block;
}


/* form validation */
form label.error {
    color: red;
}

form input.error, form textarea.error {
    border-color: red !important;
}

form input.inline-checkbox {
    width: auto;
    display: inline;
}

.product-rating-form {
    margin-bottom: 22px;
}

.review-success-box {
    padding: 22px;
    margin-bottom: 22px;
}

.tab-product {
    padding-bottom: 2rem;
}

a.coloured {
    color: #F82700;
}





/* Mobile collection filter overrides */




@media (max-width: 991px) {
    .collection-collapse-block {
        padding-right: 12px;
        border-bottom: none !important;
    }

    .collapse-block-title {
        padding-top: 8px;
    }
}



.validation-errors {
    color: red;
}

.title-case {
    text-transform: capitalize;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #F82700;
}

.account-address-picker-ajax #criteria {
    height: 42px;
}

.btn-address-picker-add-new {
    margin-left: 12px;
}


.login-page .validation-errors {
    background: #fff;
    border: 2px solid red;
    padding: 12px 8px;
    max-width: 488px;
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 12px;
}

.nav__top--logo h1 {
    padding: 0;
    margin: 0
}

.delivery-address-default-form {
    display: flex;
    gap: 8px;
}

    .delivery-address-default-form input {
        margin-top: 5px;
    }

.home-slider .slider-contain, .hero-slider .slider-contain {
    overflow: hidden;
}

.o-hero {
    overflow: hidden;
    height: 75vh;
}

    .o-hero.slider-reduced {
        max-height: 280px;
    }

.trust-pilot {
    display: flex;
    justify-content: center;
    margin: 8px 0 8px 0;
}

.header-trust-pilot {
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #DAD4C8;
    margin-bottom: 0;
}

.slider-reduced .o-hero--contain {
    padding: 23px 40px !important;
}

.slider-reduced .hero-title {
    font-size: 30px;
}

.slider-reduced .hero-subtitle {
    font-size: 26px;
}

.slider-reduced .hero-button {
    padding: 8px 16px !important;
    margin-top: 4px;
}

@media screen and (max-width: 480px) {
    .slider-reduced .hero-title {
        font-size: 24px;
        line-height: 32px;
        text-align: center !important;
    }

    .slider-reduced .hero-subtitle {
        font-size: 22px;
        line-height: 32px;
        text-align: center !important;
    }

    .slider-reduced .hero-button-container {
        text-align: center !important;
    }
}


.o-option span.warning {
    color: #2e2e5c !important;
    font-weight: bold;
    font-size: 11px;
}

.o-option.disabled {
    cursor: default;
    padding-left: 53px;
    opacity: 0.7;
}

.o-option:hover.disabled {
    box-shadow: none;
}

.o-option-badge {
    margin-top: 12px;
    color: white !important;
}


.super-product-slider {
    min-height: 422px;
}

body {
    overflow-y: scroll !important;
}

.nav__top--links__vat-switch.checked .nav__top--links__vat-switch__slider.nav__top--links__vat-switch__slider--round {
    background: #f82700;
}

.nav__top--links__vat-switch {
    margin-left: 4px;
}


.slick-slider {
    text-align: center;
}

    .slick-slider .img-wrapper img {
        margin: 0 auto;
    }

.hero-button-container {
    display: flex !important;
    justify-content: center !important;
}

.no-slider .product-box {
    margin-bottom: 30px !important;
}

.search-product .product-box {
    height: 100%;
}

.ds-overlay {
    display: flex;
    flex-direction: row;
    padding: 0;
    border-radius: 12px;
    letter-spacing: 0;
}

    .ds-overlay h2 p {
        font-size: 32px;
        font-weight: bold;
    }

    .ds-overlay h3 p {
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
        letter-spacing: 0;
    }

    .ds-overlay p {
        color: #2E2E5C;
    }

    .ds-overlay .image-holder {
        width: 50%;
        border-radius: 12px 0 0 12px;
        background-size: cover;
    }

    .ds-overlay .content-holder {
        padding: 50px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .ds-overlay .reveal-button, .voucher-code-outer {
        margin-top: 50px;
    }

    .ds-overlay .voucher-code-reveal {
        padding: 8px 12px;
        background: #eee;
        border: dashed 1px #25254b;
        color: #25254b;
        font-size: 18px;
        font-weight: bold;
    }

    .ds-overlay .voucher-code-outer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .ds-overlay .voucher-code-outer .ds-button {
            border-radius: 0 39px 39px 0;
        }

        .ds-overlay .voucher-code-outer .voucher-code-reveal {
            height: 100%;
        }

@media (max-width: 600px) {

    .ds-overlay {
        display: flex;
        flex-direction: column;
        padding: 0;
        border-radius: 12px;
        letter-spacing: 0;
        height: auto !important;
    }

        .ds-overlay .image-holder {
            display: none;
        }

        .ds-overlay .content-holder {
            padding: 50px;
            justify-content: center;
            align-items: center;
            display: flex;
            flex-direction: column;
        }
}

#voucher-tab {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.voucher-btn {
    position: relative;
    background-color: white;
    left: 12px;
    bottom: 12px;
    color: white;
    padding: 35px 35px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 100%;
    background-image: url(/assets/svg/voucher-coupon.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    border: 4px dashed rgb(248, 39, 0);
    transition: transform 0.5s ease-in-out;
    box-shadow: 0 0 12px #aaa;
}

    .voucher-btn:hover {
        transform: rotate(360deg);
        border-color: #2e2e5c;
        box-shadow: 0 0 18px #000;
    }


    .voucher-btn .expires {
        position: absolute;
        left: 58px;
        color: #25254b;
    }

.voucher-content {
    display: none;
    background-color: #2e2e5c;
    border-radius: 0 8px 0 0;
    max-width: 480px;
    min-width: 320px;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: left 0.3s ease;
    padding: 12px;
    box-shadow: 0 0 15px #aaa;
}

.voucher-button-info {
    padding: 1rem 0px 0px;
    display: block;
    background: #efefef;
    padding: 12px;
    border-radius: 12px;
    margin-top: 12px;
}

.voucher-content h2 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
}

#voucherList {
    display: flex;
    width: 100%;
    flex-direction: column;
    max-height: 500px;
    overflow-y: auto;
    padding: 12px;
}

    #voucherList > div h4 {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        color: #25254b;
    }

    #voucherList > div {
        background: white;
        padding: 12px;
        margin-top: 12px;
        border-radius: 12px;
        width: 100%;
    }

        #voucherList > div > div {
            display: flex;
            flex-direction: row;
        }

        #voucherList > div span:first-child {
            padding: 8px 12px;
            background: #eee;
            border: dashed 1px #25254b;
            color: #25254b;
            font-size: 18px;
            font-weight: bold;
            width: 100%;
        }

    #voucherList button {
        border-radius: 0 39px 39px 0;
    }

.voucher-content img.close_btn {
    right: 12px;
    top: 12px;
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    filter: invert(1);
}

    .voucher-content img.close_btn:hover {
    }

.voucher-content .expires {
    font-size: 13px;
    color: #25254b;
}



.voucher-content ul {
    list-style-type: none;
}

    .voucher-content ul li {
        padding: 8px;
        font-size: 14px;
    }

        .voucher-content ul li span.code {
            background-color: #f9f9f9;
            margin-bottom: 5px;
            border: 1px solid #ddd;
        }

        .voucher-content ul li:last-child {
            margin-bottom: 0;
        }



header > .container > .row, header > .container-fluid > .row {
    margin: 0 !important;
}




@media (max-width: 540px) {
    .grecaptcha-badge {
        display: none;
    }

    .voucher-btn {
        padding: 24px;
        background-size: 30px;
        right: 12px;
        left: auto;
    }

    #voucher-tab {
        bottom: 0;
        right: 0;
        left: auto;
    }

    .voucher-content {
        right: 0;
        left: auto;
        border-radius: 8px 0 0 0;
    }
}


.referral-code-entry-form-group {
    display: flex;
    gap: 12px;
}

.valid-referral-code i {
    color: green;
}

.referral-registration {
    width: 500px;
    border: 1px solid #AAA;
    border-radius: 6px;
    padding: 16px;
    margin-top: 22px;
}


.knowledge {
    margin-bottom: 20px;
}

    .knowledge .category-menu ul {
        border-right: 1px solid #DFE3EB;
    }


    .knowledge .category-menu li {
        display: block;
        margin-bottom: 4px;
    }

@media (max-width: 768px) {
    .knowledge .category-menu ul {
        display: inline-block;
        border: 1px solid grey;
        padding: 12px;
        margin-top: 18px;
        width: 100%;
        text-align: center;
    }

}

    .knowledge .category-body h1 {
        font-size: 28px;
    }

    .knowledge .category-body p {
        font-size: 16px;
    }

    .knowledge .category-body hr {
        border-color: #DFE3EB;
    }

    .knowledge .article-list li {
        font-size: 16px;
        display: block;
        margin-bottom: 8px;
    }

    .knowledge .article-list li a {
        border-bottom: 1px dotted black;
    }

    .knowledge .category-menu li.selected {
        font-weight: bold;
    }

    .knowledge .knowledge-categories {
        display: flex;
        flex-wrap: wrap;
       
    }

        .knowledge .knowledge-categories > div {
            -webkit-box-flex: 0;
            -ms-flex: 0 350px;
            flex: 0 350px;
            position: relative;
            padding: 1.75rem 2rem 2rem 4rem;
            margin-bottom: 1.25rem;
            border-radius: 3px;
            color: #2D3E50;
        }



    .knowledge .knowledge-categories > div:Hover {
        box-shadow: 0 0 15px #aaa;
    }

    .knowledge .knowledge-categories > div h2 {
        font-size: 22px;
        color: #2D3E50;
        padding-left: 34px;
    }

    .knowledge .knowledge-categories > div p {
        font-size: 14px;
        color: #2D3E50;
        padding-left: 34px;
    }

    .knowledge .knowledge-categories > div .fa {
        color: #f82700;
        float: left;
        margin-right: 8px;
        font-size: 22px;
    }



    .knowledge .category-body p {
        font-size: 18px;
    }

    .knowledge .category-body hr {
        border-color: #DFE3EB;
    }

    .knowledge .article-list li {
        font-size: 16px;
        display: block;
        margin-bottom: 8px;
    }

    .knowledge .category-menu li.selected {
        font-weight: bold;
    }

.validation-summary-errors {
    color: red;
}

#backButton {
    width: 100%;
}

    #backButton a {
        color: #2E2E5C;
        font-weight: bold;
    }

.umbraco-forms-page {
    display: flex;
    flex-direction: column;
    width: 800px;
    background: #fff;
    margin: 22px auto;
    border: 2px solid #2e2e5c;
    border-radius: 6px;
    padding: 22px;
    
}

.ds-overlay .umbraco-forms-page {
    border: 0;
    width: auto;
    margin: 0;
    padding: 0;
}

.ds-overlay .umbraco-forms-caption {
    display: none;
}

.ds-overlay .umbraco-forms-form {
    background: none;
}

.umbraco-forms-form {
    background: #efefef;
}

    .umbraco-forms-form .umbraco-forms-tooltip {
        font-size: 0.9rem;
    }

    .umbraco-forms-form .btn {
        background: #2e2e5c 0 0 no-repeat padding-box;
        border-color: #2e2e5c;
        border-radius: 5px !important;
        box-shadow: 0 3px 6px rgba(0,0,0,.161) !important;
        color: #fff;
        margin-bottom: 10px;
        padding: 9px 16px;
        text-transform: none;
    }


.umbraco-forms-form input[type=text], .umbraco-forms-form textarea {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
    padding: 11px 13px !important;
    min-width: 320px;
}

.o-form .form-control {
   
}

.umbraco-forms-form label, .container .umbraco-forms-page legend {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: .5rem;
}

.dataconsent .umbraco-forms-field-wrapper .field {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .dataconsent .umbraco-forms-field-wrapper .field input {
        margin-top: 12px;
    }

    .checkboxlist input {
        margin-right: 12px;
    }

.umbraco-forms-field {
    margin-bottom: 18px;
}

.checkboxlist {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.umbraco-forms-form .checkboxlist > div {
    display: flex;
    justify-content: start;
    align-items: baseline;
}

.umbraco-forms-form .umbraco-forms-field-wrapper {
   
}

.umbraco-forms-form .umbraco-forms-field-wrapper > input[type=checkbox] {
    margin-left: 12px;
    margin-right: 12px;
}

.ad-inject {
    width: 100%;
    min-height: 120px;
}

    .ad-inject > div {
        display: flex;
        height: 100%;
        border-radius: 8px;
        padding: 22px;
        gap: 8px;
        background-size: cover;
        justify-content: space-between;
        align-content: center;
    }

.ad-inject .cta {
    margin-top: 0;
    display: flex;
    align-items: center;
}

    .ad-inject .content {
        display:flex;
        flex-direction:column;
        gap: 8px;
        background: rgba(1,1,1, 0.5);
        padding: 8px 22px;
        color: #fff;
        border-radius: 8px;
        width: 75%;
    }
    .ad-inject .content p {
        color: #fff;
    }

    .ad-inject .btn {
        align-items: center;
        background: var(--Brand---Primary-red, #f82700);
        border-radius: 39px;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        gap: 8px;
        height: 48px;
        justify-content: center;
        padding: 8px 32px;
        width: auto;
        color: white;
    }

@media screen and (max-width: 400px) {
    .ad-inject > div {
        flex-direction:column;
        align-items: center;
        justify-content: center;
    }
    .ad-inject > div .content {
        width: 100%;
    }
    .ad-inject > div .cta {
       margin-top: 22px;
    }
}

.product-no-slick-4.no-slick-slider {
    display: grid;
    gap: 20px;
    justify-content: center; 
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 1200px; 
    margin: 0 auto;
}

    

@media (max-width: 1200px) {
    .product-no-slick-4.no-slick-slider {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .product-no-slick-4.no-slick-slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 570px) {
    .product-no-slick-4.no-slick-slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* optional: center single items */
.product-no-slick-4.no-slick-slider:has(.product-box:only-child) {
    justify-content: center;
}

.newsletter-signup {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
   
    gap: 2px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 12px;
    max-width: 500px;
    border: 1px solid #cbcbcb;
}

.newsletter-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.newsletter-terms {
    font-size: 13px;
}
    .newsletter-terms a {
        color: #2e2e5c;
        text-decoration: underline;
    }


.newsletter-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-bottom: 0 !important;
}
.contain-banner {
    padding: 8px;
    margin: 8px 8px;
    text-align: center;
 
}
    .contain-banner h4 {
        font-size: 1.4rem;
        color: #2e2e5c;
        font-weight: 700;
    }
    .contain-banner h6 {
        font-size: 1.1rem;
        color: #2e2e5c;
    }
.collection-banner .image-part {
    border-radius: 8px;
}