.thm-top-bar-wrapper .container {
    justify-content: space-around !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

@media screen and (min-width: 991px) {
    .is-ctl-product.is-act-index .js-magnifier-zoom-image-container {
        display: flex;
        flex-direction: column;
    }
    .is-ctl-product.is-act-index .product-detail-ordernumber-container {
        order: -1 !important;
    }
}

.min-height-for-shift {
    aspect-ratio: 14 / 5.2;
    width: 100%;
    object-fit: cover;
}

.min-height-for-shift-mobile {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
}

.min-height-for-shift-category {
    aspect-ratio: 14 / 3.5;
    width: 100%;
    object-fit: cover;
}

.min-height-for-shift-category-mobile {
    aspect-ratio: 6.24 / 4.24;
    width: 100%;
    object-fit: cover;
}

.swag-custom-notification-banner {
    padding: 9px;
}

html[lang="de-DE"] .thm-usp-bar-item:nth-child(1) span,
html[lang="de-DE"] .thm-usp-bar-item:nth-child(2) span,
html[lang="de-DE"] .thm-usp-bar-item:nth-child(3) span {
    font-size: 0;
    position: relative;
}

html[lang="en-GB"] .thm-usp-bar-item:nth-child(1) span,
html[lang="en-GB"] .thm-usp-bar-item:nth-child(2) span,
html[lang="en-GB"] .thm-usp-bar-item:nth-child(3) span {
    font-size: 0;
    position: relative;
}

html[lang="de-DE"] .thm-usp-bar-item:nth-child(1) span::after {
    content: "   VERSAND MIT DHL ODER SPEDITION";
    font-size: 15px;
}

html[lang="de-DE"] .thm-usp-bar-item:nth-child(2) span::after {
    content: "   100% VEGANE LEBENSMITTEL";
    font-size: 15px;
}

html[lang="de-DE"] .thm-usp-bar-item:nth-child(3) span::after {
    content: "   KEIN MINDESTBESTELLWERT";
    font-size: 15px;
}

html[lang="en-GB"] .thm-usp-bar-item:nth-child(1) span::after {
    content: "   SHIPPING WITH DHL OR FREIGHT FORWARDER";
    font-size: 15px;
}

html[lang="en-GB"] .thm-usp-bar-item:nth-child(2) span::after {
    content: "   100% VEGAN FOOD";
    font-size: 15px;
}

html[lang="en-GB"] .thm-usp-bar-item:nth-child(3) span::after {
    content: "   NO MINIMUM ORDER VALUE";
    font-size: 15px;
}

#bst-age-check .content {
    width: 37.5rem;
    padding: 1.875rem 5%;
    border-radius: 3.125rem;
    background-color: #006e70;
}

#bst-age-check .content h2 {
    color: white !important;
}

@media (max-width: 768px) {
    #bst-age-check .content {
        width: 90%;
    }
    #bst-age-check .content li.actions ul li {
        padding: 10px 10px;
    }
}

#product-detail-accordion {
    display: flex !important;
    flex-direction: column !important;
}

#product-detail-accordion .accordion-item:nth-of-type(2) {
    order: 1;
}
#product-detail-accordion .accordion-item:nth-of-type(5) {
    order: 2;
}
.logged-out .cms-element-buy-box .price-delivery-wrapper .cheapest-price-30 {
    display: none;
    visibility: hidden;
}

.cookie-permission-container .align-items-center {
    width: 90% !important;
    max-width: 37.5rem !important;
    padding: 1.875rem 5% !important;
    border-radius: 3.125rem !important;
    background-color: #006e70 !important;
    color: #fff !important;
    text-align: center !important;

    line-height: 1.5;
    font-family: "Barlow", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #595b59;
    letter-spacing: 0.0625rem;

    flex-direction: column;
    gap: 30px;
}

.cookie-permission-container .cookie-permission-content {
    margin: 1rem 0 2rem;
    font-size: 0.875rem;
}

.cookie-permission-container .js-cookie-accept-all-button .btn {
    width: 100%;
    background-color: #95c11f;
    font-size: 1.125rem;
    font-style: italic;
    text-transform: uppercase;
    padding: 0.125rem 1.25rem;
    border-radius: unset;
}

.cookie-permission-container .js-cookie-configuration-button .btn {
    background-color: #e2e8df;
    color: #595b59;
    border-radius: unset;
    font-size: 1.125rem;
    font-style: italic;
    text-transform: uppercase;
    padding: 0.125rem 1.25rem;
}

.cookie-permission-container a {
    color: white;
}

.cookie-permission-container .cookie-permission-button button {
    display: none;
}

.cookie-permission-container .cookie-permission-content .js-cookie-permission-button {
    text-decoration: underline !important;
    text-underline-offset: 0.25em;
}

.cookie-permission-container .cookie-permission-actions {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}

.cookie-permission-container .container .row {
    width: 90% !important;
    max-width: 38.5rem !important;
    padding: 1.875rem 5% !important;
    border-radius: 3.125rem !important;
    background-color: #006e70 !important;
    color: #fff !important;
    text-align: center !important;
    margin-bottom: 6% !important;
}

.cookie-permission-container .align-items-center .cookie-permission-content {
    margin-top: 155px !important;
    text-align: center;
    position: relative;
}

.cookie-permission-container .js-cookie-permission-button {
    cursor: pointer !important;
}

.cookie-permission-container .align-items-center .cookie-permission-content::before {
    content: "";
    display: block;
    aspect-ratio: auto 165 / 138;
    background-image: url("/media/93/39/f9/1691065417/cookie_image.png?ts=1691065417");
    background-size: cover;
    background-repeat: no-repeat;

    position: absolute;
    top: -155px;
    left: 48%;
    transform: translateX(-50%);

    width: 165px;
    height: 138px;
}

.cookie-permission-content {
    color: white;
}