/** Shopify CDN: Minification failed

Line 2296:70 Expected identifier but found ":"
Line 2931:10 Expected identifier but found whitespace
Line 2931:12 Unexpected "{"
Line 2931:21 Expected ":"
Line 2945:21 Expected identifier but found whitespace
Line 2945:23 Unexpected "{"
Line 2945:32 Expected ":"

**/
/*CUSTOM EDIT*/
/* Entfernt Fokus für Maus-User (optional, wenn du :focus-visible nutzt) */
:focus:not(:focus-visible) {
  outline: none;
}

span[data-variant-href] {
    cursor:pointer;
}

.mega-menu__nav {
    max-width: unset;
    line-height: 18px;
}

.mega-menu__nav>li {
    width: auto;
}

.product-details{
    border-top: solid 1px #cfcfcf;
    font-size: 16px;
}

.product-details__sections {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.product-details__tabs {
    padding: 20px 30px;
    background: #f9f9f9;
    z-index: 200;
    border-bottom: solid 1px #cfcfcf;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    max-width: 100%;
}

.product-details__tab.active {
    border-bottom: solid 2px #00d998;
    position: relative;
}

.product-details__tab {
    display: inline-block;
    width: auto;
    margin-right: 5%;
}

.product-details__tab.active .product-details__tab-link {
    color: #00d998;
}

.product-details__tab-link {
    font: 700 16px 'din-2014',sans-serif;
    text-transform: uppercase;
    line-height: 24px;
    color: #151515;
}

@media (max-width: calc(1919px)) {
    .product-details {
        margin: 0 -15px;
    }
}

@media (max-width: calc(767px)) {
    .page-title-wrapper, .top-pager, .footer-pager, .product-details {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .product-details__tabs {
        padding: 20px 10px;
    }
}

@media (max-width: 768px) {
    .product-details__tab {
        margin-right: 36px;
    }
}

.product-attribute--description {
    margin-top: 24px;
}

.product-details__content--description {
    background: url("/cdn/shop/files/description-bg.svg?v=1688366785")
    no-repeat -110px 40px;
    background-size: 500px 500px;
    overflow: hidden;
}

.product-details__content {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 60px;
    padding: 0 30px;
}

.product-details__content--description .product-details__content-title {
    display: none;
}

.product-details__content-title {
    margin-bottom: 10px;
    margin-top: 15px;
}

.pdp-description {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pdp-description__info {
    flex: 1 0 50%;
}

.brand-logo {
    margin-bottom: 7px;
}

.teaser_full_width {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1920px;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.teaser_full_width_inner {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.teaser_full_width_settings {
    text-align: center;
    margin: 0;
    padding: 0;
    border-style: none;
}

.teaser_full_width_pic {
    max-width: 100%;
    height: auto;
}

.two_teaser {
    justify-content: flex-start;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.two_teaser_inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    width: 100%;
}

.two_teaser_columns {
    display: flex;
}

.one_teaser_column_left {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
    padding: 20px 0 0;
    align-self: stretch;
}

.teaser_left_inner {
    text-align: right;
    margin: 10px;
    padding: 0;
    border-style: none;
}

.one_teaser_column_right {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
    padding: 20px 0 0;
    align-self: stretch;
}

.teaser_right_inner {
    text-align: right;
    margin: 10px;
    padding: 0;
    border-style: none;
}

@media (max-width: 992px) {
    .product-details__content {
        padding: 0 10px;
        margin-bottom: 35px;
    }
}

@media (max-width: 480px) {
    .product-details__content {
        padding: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .product-attribute--description {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .pdp-description__info {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .two_teaser_columns {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {
    .one_teaser_column_left,.one_teaser_column_right   {
        width: 100%;
    }
}

.product-attribute__block-title {
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
}
.product-attribute__block-text {
    line-height: 16px;
    margin: 15px 0;
    width: 85%;
    font-size: 16px;
}
@media (max-width: 768px) {
    .product-attribute__block-title,
    .product-attribute__block-text {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .pdp-description__info {
        padding: 0 10px;
    }
}


.pdp-description .brand-logo img {
    max-width: 200px;
}

/*<=====PDP SPECS======>*/

.product-details__content--additional {
    display: flex;
    background: #f2f2f2;
    padding: 30px;
    margin-bottom: 30px;
}
.product-details__content--additional .product-details__content-title {
    width: 30%;
}

.additional-attributes__wrapper {
    width: 70%;
}

.additional-attributes__section {
    margin-bottom: 20px;
}

.additional-attributes__name {
    width: 90%;
    margin-bottom: 22px;
    margin-right: 10%;
    padding-left: 38px;
    position: relative;
    cursor: pointer;
}

.additional-attributes__name:after {
    content: '';
    background: url(/cdn/shop/files/angle_right.svg?v=1688555573) 0 0 no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%) rotate(90deg);
}

.product-details__content-title {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 55px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.additional-attributes__content {
    font-size: 16px;
    position: relative;
    margin-left: 38px;
}

.so-tab {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
}
.so-tab label {
    position: relative;
    display: block;
    padding: 0 25px 0 0;
    margin-bottom: 15px;
    line-height: normal;
    cursor: pointer;
}
.so-tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.so-tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s;
}
/* :checked */
.so-tab input:checked ~ .so-tab-content {
    max-height: none;
}
/* Icon */
.so-tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.additional-attributes__section--medien {
    display: none;
}

.additional-attributes__section.active .additional-attributes__content {
    display: block;
}

.so-tab input[type=checkbox]:checked + label .additional-attributes__name:after {
    transform: translateY(-50%) rotate(-90deg);
}

.additional-attributes__item {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .additional-attributes__content {
        margin-left:32px;
    }
}

@media (max-width: 992px) {
    .additional-attributes__item {
        flex-direction:column;
        margin-bottom: 20px;
    }
}

.additional-attributes__item-name {
    flex: 0 0 30%;
    padding-right: 20px;
    padding-left: 44px;
    display: flex;
    align-items: center;
}

.additional-attributes__item-value {
    flex: 0 1 70%;
}

@media (max-width: 992px) {
    .additional-attributes__item-value {
        padding-left:42px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    .product-details__content--additional {
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .product-details__content {
        padding: 0 10px;
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .product-details__content--additional .product-details__content-title {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .additional-attributes__wrapper {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .additional-attributes__name {
        width: 100%;
        padding-left: 32px;
    }
}

.additional-attributes__note {
    font-size: 12px;
}

.attribute-icon {
    position: relative;
}

.attribute-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.attribute-icon--rahmen:before {
    background: url(/cdn/shop/files/rahmen.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 16px;
    display: block;
}

.attribute-icon--kette:before {
    background: url(/cdn/shop/files/kette.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 12px;
    display: block;
}

.attribute-icon--schalthebel:before {
    background: url(/cdn/shop/files/schalthebel.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 16px;
    display: block;
}

.attribute-icon--schaltwerk:before {
    background: url(/cdn/shop/files/schaltwerk.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--bremsen:before {
    background: url(/cdn/shop/files/bremsen.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 22px;
    display: block;
}

.attribute-icon--daempfer:before {
    background: url(/cdn/shop/files/daempfer.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--gabel:before {
    background: url(/cdn/shop/files/gabel.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--kurbel:before {
    background: url(/cdn/shop/files/kurbel.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--lenker:before {
    background: url(/cdn/shop/files/lenker.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 16px;
    display: block;
}

.attribute-icon--naben:before {
    background: url(/cdn/shop/files/naben.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--reifen:before {
    background: url(/cdn/shop/files/reifen.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--sattel:before {
    background: url(/cdn/shop/files/sattel.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 10px;
    display: block;
}

.attribute-icon--sattelstuetze:before {
    background: url(/cdn/shop/files/sattelstuetze.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 16px;
    display: block;
}

.attribute-icon--vorbau:before {
    background: url(/cdn/shop/files/vorbau.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--felge:before {
    background: url(/cdn/shop/files/felge.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--kassette:before {
    background: url(/cdn/shop/files/kassette.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--umwerfer:before {
    background: url(/cdn/shop/files/umwerfer.svg?v=1688557703) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--laufradgroesse:before {
    background: url(/cdn/shop/files/laufradgroesse.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--griffe:before {
    background: url(/cdn/shop/files/griffe.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--pedale:before {
    background: url(/cdn/shop/files/pedale.svg?v=1688557861) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--steuersatz:before {
    background: url(/cdn/shop/files/steuersatz.svg?v=1688557375) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--schutzbleche:before {
    background: url("") 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--gepaecktrager:before {
    background: url("") 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--staender:before {
    background: url("") 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--licht_hinten:before {
    background: url("") 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--licht_vorne:before {
    background: url("") 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--tretlager:before {
    background: url("") 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--laufradsatz:before {
    background: url("") 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--extras:before {
    background: url(/cdn/shop/files/extras.svg?v=1688558359) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--e_bike_antrieb:before {
    background: url(/cdn/shop/files/ebike_antrieb.svg?v=1688558359) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--e_bike_akku:before {
    background: url(/cdn/shop/files/ebike_akku.svg?v=1688558358) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.attribute-icon--e_bike_display:before {
    background: url(/cdn/shop/files/ebike_display.svg?v=1688558358) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}


.product-details__content .toggle.open {
    background: none;
}


@media (max-width: 992px) {
    .additional-attributes__name {
        width: 100%;
        padding-left: 32px;
    }
}


.additional-attributes__content {
    font-size: 16px;
    position: relative;
    display: none;
    margin-left: 38px;
}

.additional-attributes__item {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}

.attribute-icon {
    position: relative;
}

.footer-bottom__wrapper {
    margin: auto;
    background-color: #151515;
}

.footer-bottom__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.footer-bottom__info {
    display: flex;
    align-items: center;
}

.footer-bottom__logo {
    max-width: 128px;
    max-height: 20px;
    margin-right: 25px;
}

.footer-bottom__text {
    color: #a0a0a0;
    font-size: 14px;
    padding-bottom: 25px;
}

.footer-bottom__text-link {
    color: #fff;
    font-weight: 600;
}

a.footer-bottom__text-link {
    color: #00d998;
    text-decoration: none;
}

.footer-bottom__socials-link {
    display: inline-block;
}

.footer-bottom__socials-img {
    width: 22px;
    height: 16px;
    margin-right: 20px;
    display: inline-block;
}
.footer-bottom__socials-img:hover {
    fill: #00d998;
    transition: 300ms ease-in-out;
}

.footer-bottom__socials-img--fb {
    width: 10px;
}

.footer-bottom__link:hover {
    color: #00d998;
    transition: 300ms ease-in-out;
}

.footer-links {
    display: flex;
    justify-content: space-between;
}

.footer-links__item:hover {
    color: #00d998;
    transition: 300ms ease-in-out;
}

.footer-links__link {
    font-size: 16px;
    line-height: 22px;
}

.footer-links__section {
    display: flex;
    width: 40%;
}
.footer-links__column {
    padding: 0 10px;
    width: 100%;
}
.footer-links__title {
    margin-bottom: 24px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    font-size: 18px;
}

.footer-links__icons--shipping,
.footer-links__icons--payment {
    margin-left: -7px;
}

.footer-links__icons--shipping img,
.footer-links__icons--payment img {
    max-width: 47px;
    margin: 0 7px 16px 7px;
    vertical-align: middle;
}

.footer-links__section--payment {
    width: 20%;
}

.footer-links__section--payment .footer-links__column {
    width: 100%;
}

.footer-links__icons--payment img {
    display: unset;
}

.footer-links__icons--shipping img {
    display: unset;
}

.footer-links__icons--leasing img {
    display: block;
    margin-bottom: 24px;
}
.footer-links__icons--payment img.icon-wide {
    max-width: 109px;
}

.brand-static-link__item a,
.brand-static-link__title{
    color: rgb(100, 100, 100);
    display: inline;
    font-size: 12px;
    font-weight: 600;
}

.brand-static-link__title{
    line-height: 24px;
}

.brand-static-link__item a:visited{
    color: rgb(100, 100, 100);
}

.brand-static-link__title{
    float: left;
    margin: 0 10px;
}

.brand-static-link__content{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px;
    scrollbar-width: none;
    border-bottom: 2px solid #333333;
}

.brand-static-link__clear{
    clear: both;
}

.brand-static-link__content::-webkit-scrollbar {
    display: none;
}

.brand-static-link__item {
    padding: 5px;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
}

.accordion__content .accordion__content {
    overflow: hidden;
}

.accordion__content .checkbox-list::-webkit-scrollbar,
.accordion__content .collection__categories-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

.accordion__content .checkbox-list::-webkit-scrollbar-thumb,
.accordion__content .collection__categories-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.accordion__content .checkbox-list,
.accordion__content .collection__categories-list {
    max-height: 300px;
    overflow: auto;
    padding-right: var(--spacing-1-5);
}

.facet-search .form-control {
    background-image: var(--icon);
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: left center;
    margin-bottom: var(--spacing-3);
}

.facet-search input[type="search"].input {
    width: 100%;
    height: 2.5rem;
    padding: var(--spacing-2);
    padding-left: calc(1rem + var(--spacing-2));
    border: 0;
    border-bottom: 2px solid rgb(var(--text-color) / 0.12);
    box-shadow: none;
    font-weight: 600;
}

.product-list > .product-list__promo {
    grid-template-rows: none!important;
    border: solid 1px #f8f9f9;
    border-radius: 0.5rem;
    color: #000000 !important;
    background-color: #ffffff !important;
}

.product-list > .product-list__promo promo-collapse.product-list__promo--collapsed {
    position: absolute;
    width: 100%;
    height: 100%;
}

.product-list > .product-list__promo promo-collapse.product-list__promo--collapsed > *:first-child {
    height: 100%;
    -webkit-mask-image: linear-gradient(0deg, transparent 0%,#000 20%);
    mask-image: linear-gradient(0deg, transparent 0%,#000 20%);
}

.promo-image-w100 {
  max-width: 100% !important;
  min-height: unset !important;
  width: unset !important;
}

promo-collapse .product-list__promo-arrow {
    content: '';
    position: absolute !important; /* Gets overriden by more general rule */
    bottom: 0;
    left: calc(-1 * var(--spacing-10));
    width: calc(100% + (2 * var(--spacing-10)));
    height: var(--spacing-10);
    padding: var(--spacing-4);
    z-index: 1;
    display: flex;
    justify-content: center;
}

promo-collapse .product-list__promo-arrow .icon {
    height: 100%;
    width: auto;
    transform: rotate(180deg);
}

promo-collapse.product-list__promo--collapsed .product-list__promo-arrow .icon {
    transform: rotate(0deg);
}

.collection__categories-grid {
    padding-inline: 0;
    padding-bottom: 0;
}

.collection__categories-grid .h2 {
    margin-bottom: var(--spacing-4);
}

@media screen and (max-width: 699px) {
    .collection__categories-grid .content-over-media {
        --content-over-media-gap: var(--spacing-1-5);
        border: solid 1px #dddddd;
    }
}

.collection__categories-grid .media-grid__item {
    --media-grid-column-span: 2;
    --media-grid-row-span: 1
}

@media screen and (min-width: 360px) {
    .collection__categories-grid .media-grid__item {
        --media-grid-column-span: 1;
    }
}

.collection__categories-grid .content-over-media .h-stack {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    gap: var(--spacing-2);
}

.collection__categories-grid .content-over-media__media {
    max-height: var(--spacing-14);
    max-width: 80% !important;
    width: auto;
    object-position: right;
    object-fit: contain;
}

@media screen and (max-width: 699px) {
.collection__categories-grid .content-over-media__media {
  max-height: unset;
}
}

@media screen and (min-width: 1000px) {
    .collection__categories-grid {
        display: none;
    }
}

@media screen and (max-width: 699px) {
    .collection__categories-grid .media-grid__item p.h5 {
        text-align: center;
        line-height: 1.1;
    }
}

.brand-static-link__content.slider--scrollable.slider--scrolled-to-start:not(.slider--scrolled-to-end) {
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100vw - var(--spacing-8)), transparent);
    mask-image: linear-gradient(90deg, #000 calc(100vw - var(--spacing-8)), transparent);
}

.brand-static-link__content.slider--scrollable:not(.slider--scrolled-to-start):not(.slider--scrolled-to-end) {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%,#000 var(--spacing-8), #000, #000 calc(100vw - var(--spacing-8)), transparent);
    mask-image: linear-gradient(90deg, transparent 0%,#000 var(--spacing-8), #000, #000 calc(100vw - var(--spacing-8)), transparent);
}

.brand-static-link__content.slider--scrollable.slider--scrolled-to-end:not(.slider--scrolled-to-start) {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%,#000 var(--spacing-8), #000);
    mask-image: linear-gradient(90deg, transparent 0%,#000 var(--spacing-8), #000);
}

/* Homepage */

.section-stack__main .accordion {
    padding: var(--spacing-2) 0px;
    border-bottom: 1px solid;
}

.section-stack__main .accordion:last-child {
    border-bottom: none;
}

.section-stack__main .accordion__toggle {
    letter-spacing: 1px;
    text-transform: unset;
}

.wishlist-header-link .wkh-selected .wkh-counter {
    display: flex !important;
}

/*Search inpput field overflow fix*/
.search-input-field input{
    width: 100%;
}

/*Buy Buttons 100% */
.product-info__buy-buttons form {
    width: 100% !important;
}

/* PDP Express Buttons */
.shopify-cleanslate .jjzYeefyWpPZLH9pIgyw {
    height: 60px;
}

/* PDP Images
.product-gallery__media img {
  height: 560px !important;
  width: auto;
}*/

/*LL Content Container > Border on PDP */
.ll_main_container {
    width: 100%;
    max-width: unset;
    padding: 0 15px;
    margin: 0 auto;
}

.llmaincontent {
    max-width:1920px;
    margin:auto;
}

@media (min-width: 1920px) {
    .page_main {
        border-left: solid 1px #cfcfcf;
        border-right: solid 1px #cfcfcf;
    }
}

/*PDP Variant TrafficLight*/
:root{
    --available: #007600;
    --almostsoldout:rgb(var(--warning-text));
    --unavailable:  rgb(var(--error-text));
}

/*Customerservice FAQ Section*/

.faqservice {
    text-align:left;
}

@media screen and (max-width:699px) {
    .faqservice {
        text-align: center !important;
    }

    .green-para {
        justify-content: center;
    }
}

.green-para {
    color: #00d998;
    display: flex;
    align-items: center;
}

.green-para::before {
    content: "";
    margin-right: 8px;
}

.green-para.tel::before {
    background: url("/cdn/shop/files/telephone_green_icon_d41fdae7-b9a2-4a77-a04a-4e1c0f8bc211.svg?v=1702289515") 0 0 no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: block;
}

.green-para.email::before {
    background: url("/cdn/shop/files/green_mail_icon_48b79b2b-c6a2-4f13-99e6-227cc15f57df.svg?v=1702289420") 0 0 no-repeat;
    background-size: contain;
    width: 12px;
    height: 10px;
    display: block;
}

.green-para.map::before {
    background: url("/cdn/shop/files/map_green_icon_98a1799d-c1ce-46d5-a26d-6e3cf039ca53.svg?v=1702289518") 0 0 no-repeat;
    background-size: contain;
    width: 12px;
    height: 16px;
    display: block;
}

.logo-text-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#location-icon_Brilon {
    margin-right: 65px;
    width: 15px;
    height: 20px;
    align-content: center;
}

#location-icon_Paderborn {
    margin-right: 95px;
    width: 15px;
    height: 20px;
    align-content: center;
}

#location-icon_Bielefeld {
    margin-right: 80px;
    width: 15px;
    height: 20px;
    align-content: center;
}

.location-text {
    color: #000;
}

@media only screen and (max-width: 699px) {
    #location-icon_Brilon {
        margin-right: 56px !important;
    }
    #location-icon_Paderborn {
        margin-right: 83px !important;
    }
    #location-icon_Bielefeld {
        margin-right: 73px !important;
    }

}



/*Product Title Size and Space */
.product-info__title {
    margin-top:0px;
    margin-bottom:0px;
}

.product-info__pickup-availability {
    margin-top:0px;
    margin-bottom:0px;
}

/*Style Pickup Button PDP */
.button-pickup {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    align-items: center;
    background-color: #4B4A4A;
}

.button_pickup {
    margin-top:0px;
    margin-bottom:0px;
}

/*Product USP's */
.product-info-usp-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.usps {
    display: flex;
    justify-content: space-between;
    min-height: 60px;
    flex-wrap: wrap;
    align-content: center;
}

.usps__section {
    display: flex;
    width: 100%;
    cursor: pointer;
}

@media screen and (max-width:400px) {
    .usps__section {
        flex-direction: column;
    }
}

.usps__block {
    padding-left: 26px;
    line-height: 20px;
    margin-bottom: 7px;
    text-decoration: underline;
    white-space: nowrap;
    flex: 1 1;
    color: #151515;
    display: block;
}

.usps__block:hover, .usps__block:visited {
    color: #151515;
}

.usps__block--shipping {
    background: url("/cdn/shop/files/shipping.svg?v=1702455375") 0 0 no-repeat;
    background-size: contain;
    width: 50%;
    height: 18px;
    margin-right: 10px;
    display: block;
}

.usps__block--refund {
    background: url("/cdn/shop/files/return.svg?v=1702455417") 0 0 no-repeat;
    background-size: contain;
    width: 50%;
    height: 18px;
    display: block;
    width: 55%;
}

.usps__block--starter {
    background: url("/cdn/shop/files/gift.svg?v=1702455436") 0 0 no-repeat;
    background-size: contain;
    width: 50%;
    height: 18px;
    display: block;
    margin-right: 10px;
    width: 55%;
}

.usps__block--bikeleasing {
    background: url("/cdn/shop/files/bikeleasing.svg?v=1702455455") 0 0 no-repeat;
    background-size: contain;
    width: 50%;
    height: 18px;
    display: block;
    width: 55%;
    background-size: 16px;
    background-position: 0 center;
}

.ll-wishlist-button {
  flex-grow: 1;
  height: 50px;
  width: 110px;
  border: 2px solid #151515 !important;
  color: #151515;
  background-color: #ffffff;
  font-weight: 600;
  min-width: 50px;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}

.ll-wishlist-button:active {
  top: 1px;
}

.ll-wishlist-button:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 0 10px 40px white;
}

.ll-wishlist-button:active:after {
  box-shadow: 0 0 0 0 white;
  opacity: 1;
  transition: 0s;
}

.ll-wishlist-button .ll-wishlist-icon {
  height: 24px;
  width: 24px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.wishcenter {
    justify-content: center !important;
}

.variant-picker--unavailable .variant-picker__dropdown:before, .variant-picker--availability .variant-picker__dropdown::before{
    background: var(--currentcolor);
}

/*Cookiebot Style & Branding*/


#CybotCookiebotDialog {
  box-shadow: #F0F0F0 0px 0px 10px !important;
  height: 75% !important;
}

a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
    display: none;
}

@media only screen and (min-width: 601px) {
div#CybotCookiebotDialogBodyButtonsWrapper {
  flex-direction: row-reverse !important;
}
}

.line-item__info .product-card__variant-availability{
    position: static;
}

@supports (-moz-appearance:none) {
    .product-card__info{
        padding: 60px var(--spacing-4);
    }
}

.discount-pdp {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.rating-with-text{
  margin-top: var(--spacing-2);
  margin-bottom: var(--spacing-1);
}
/*PDP LINK FINANZIERUNG */
.link-financing {
  transition: color 0.2s ease-in-out;
  margin-bottom: 5px;
}
.ll_financing_info:hover {
  background-color: rgba(0, 217, 152, 0.85);
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}

/*PDP BADGES POSITION */
.pdp_sale_badges {
    display: flex;
    gap: 7px;
    margin-block-start: 0;
    margin-block-end: 0;
}

/* PDP BADGES */
.badge__pdp {
  --badge-background: var(--text-color) / .5;
  --badge-color: var(--text-color);
  align-items: center;
  width: max-content;
  border-radius: 5px;
  font-size: 12px !important;
  font-weight: bold;
  display: flex;
  padding: 1px 5px 0px 5px!important;
  line-height: 1.6!important;
}

.promo_action {
    border: 1px dashed;
    background-color: unset;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* ATC-BUTTON EDIT */
button.button.button--atc.w-full {
    font-size: 16px;
    font-weight: bold;
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 60px;
}

.buy-buttons--square {
  border-radius: 5px !important;
}

.shopify-payment-button__button {
    border-radius: 5px !important;
}
.shopify-payment-button__more-options{
  display: none !important;
}
.buy-buttons {
    gap: var(--spacing-1);
}

.variant_picker_pdp {
    margin-bottom: 10px;
}


/* Logo List Brand-Seite with Title */
.logo-list__item {
  border: 1px solid #DDD;
  border-radius: 5px;
  position:relative;
}

.logo-list__item:hover {
  box-shadow: 0px 0px 40px 0px #E4E4E4;
  color: green;
}


.logo-list__item span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 5px;
}


/*CART BUTTON COLOR */
.cart_button {
    background-color: #00D998;
    color: #FFF;
}

.variant-picker__dropdown.select > span{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[data-href] {
    cursor:pointer;
}

/* DISABLE FLASH SALE WITH TAGS - PDP */
.hide-flash-sale .badge--flash-discount,
.hide-flash-sale .offer,
.hide-flash-sale .flash-grid {
  display: none !important;
}

/* DISABLE FLASH SALE WITH TAGS - COLLECTION CARD 
.hide-flash-sale product-card.badge--flash-discount {
  display: none !important;
}*/

/* DISABLE FLASH SALE WITH BRANDS */
product-card.product--Ortlieb .product-card__badge-list,
product-card.product--Ortlieb .badge__pdp,
product-card.product--Ortlieb .badge--flash-discount,
product-card.product--Ortlieb .offer {
    display: none !important;
}

/* Productcard Disable Badge*/
span.badge__pdp.badge--flash-discount.unvisible {
  display: none;
}

/* COUNTDOWNTIMER FLASH SALE */
    .countdown-active {
      margin-top:0px;
      margin-bottom:0px;
    }

    .countdown-active .flash-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 0px;
    border: 1px dashed;
    padding-bottom:10px;
    padding-top:10px;
    border-radius:8px;
    background-color: #F1F1F1;
  }
    
  .countdown-active .promo_action {
  border: unset;
  margin-top: 0px;
   margin-bottom:0px;
  }
  
  .countdown-active .offer {
    padding-right: 5px;
  }

  .countdown-active .text-lg {
   line-height: 1.2;
  }

  .text-cdt {
      line-height: 1;
      font-size: 20px !important;
      font-weight: 600;
  }
  
  .countdown-active .discount-pdp {
    margin-bottom:0px;
  }
  
  .countdown-active .deal-countdown-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1.2;
}

 .countdown-active .countdown-square {
  height: 25px;
}

.discount-pdp {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#discount_banner {
    background: red;
    height: 60px;
    display: none;
    text-align: center;
    line-height: 3.5rem;
    font-size: 30px;
    color: #fff;
}

#discount_text {
    text-align: center;
    margin-top: 2rem;
    font-size: 2rem;
    display: none;
}

.search-input-field input {
  color: #000;
}
/* PDP SHIPPING */
.free_shipping_pdp {
  text-align: end;
}

.pdp_shipping_text {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  text-decoration: underline;
}

@media only screen and (max-width: 425px) {
  .pdp_shipping_text {
    font-size: 12px;
  }
}

.pdp_text_message_stock {
  color: rgb(var(--text-color));
  font-size: 15px;
  margin-top: 2px;
}

/*
@media only screen and (max-width: 425px) {
  .pdp_text_message_stock {
  font-size: 12px;
  }
}
*/

/*PDP BIKE EQUIPMENT BERATER */

.ll-help-widget {
  background-color: #00D998;
  height: 56px;
  width: 56px;
  position: fixed;
  bottom: 16px;
  right: 16px; 
  margin-top: 0px;
  box-shadow: 0px 0px 10px black;
  z-index: 999999; 
  border-radius: 50%;
  cursor: pointer;
  z-index: 7;
}

.ll-help-widget--text {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #151515;
}


.pdp-top-equipment {
box-shadow: rgb(204, 204, 204) 0px 2px 2px 0px;
margin-top: 32px;
margin-bottom: 24px;
max-width: 100%;
}

.pdp-top-equipment-button {
background-color: unset;
border: unset;
outline: none;
cursor: pointer;
width: 100%;
}

.pdp-top-equipment-button-wrapper {
display: flex;
}

.pdp-top-equipment-button-inner {
width: 95%;
padding: 16px;
}

.pdp-top-equipment-button-contact-text {
  margin: auto 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.67;
  font-weight: bold; 
  text-align: start;
  margin-left: 5px;
}

.pdp-top-equipment-button-contact-text--heading {
  font-size: 18px;
}

.pdp-top-equipment-button-contact-text--subheading {
  font-size: 16px;
  margin-left: 5px;
}

@media only screen and (min-width: 650px) and (max-width: 1149px) {
  .pdp-top-equipment-button-contact-text--subheading {
    font-size: 14px;
  }
}

.pdp-top-equipment-button-contact--berater,
.pdp-top-equipment-button-contact--drawer {
  width: 150px;
  height: auto;
  margin-top: 5px;
}

.pdp-top-equipment-button-contact--drawer {
  margin: auto;
}

.pdp-top-equipment-button-contact-arrow {
  align-items: center;
  width: auto;
  display: flex;
  margin-right: 5%;
}

.pdp-top-equipment-button-contact-arrow--background {
  background-color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: 1px solid #151515;
}

.pdp-top-equipment-button-contact-arrow--arrow-icon {
  position: absolute;
  width: 30px;
  height: 15px;
}

.support__header {
  background-color: #f5f5f5;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 16px 16px 16px 0px;
}

.support__header--heading {
  font-size: 20px !important;
  line-height: 1.67;
  font-weight: bold;
}

.support__contact-overview {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.support__contact {
  padding: 12px 12px;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
}

.support__contact--text {
  font-size: 14px;
  line-height: 1.54;
  font-weight: bold;
  margin: 0 !important;
  padding-left: 10px;
}

.support__contact--phone,
.support__contact--email {
    position: relative;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 100%;
}

.support_header--head {
    display: flex;
    flex-direction: column;
    padding: 0px 24px;
}

.support_footer {
    display: flex;
    flex-direction: column;
}

.pdp-top-equipment-button-contact {
    background-color: #FFF;
    width: 48px;
    min-width: 48px;
    height: auto;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 0;
    margin: 5px;
}

.pdp-top-equipment-button-contact-profile,
.pdp-top-equipment-button-contact-profile--drawer-pic {
  object-position: 50% 50%;
  height: 100%; 
  object-fit: cover;
}

@media only screen and (max-width: 649px) {
  .pdp-top-equipment-button-contact-text--heading {
    font-size: 16px;
  }
  .pdp-top-equipment-button-contact-text--subheading {
    font-size: 14px;
  }

  .pdp-top-equipment-button-contact {
    width: 48px;
    height: 48px;
    margin: unset;
  }
}

.badge-new--bikeberater {
  position: absolute;
  top: -3px;
  left: 0px;
  background-color: red;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 6px;
  line-height: 1;
  z-index: 2;
}


/*PRICE ALERT */
.best-price-button {
  height: 39px;
  padding:0;
  color: var(--text-primary);
}

/*
.best_price {
  flex-direction: row-reverse;
}*/

/*BRAND BREADCRUMB */
.breadcrumb .brand_breadcrumb__item {
  position: relative;
  display: inline-flex;
}

ol.breadcrumb__list li+li:before {
  content: '/';
  padding: 0px 3px;
  color: rgb(var(--text-color));
  text-decoration: none;
}

@media only screen and (max-width: 425px) {
  .breadcrumb .brand_breadcrumb__item {
    font-size: 10px;
  }
}

ol.breadcrumb__list li:hover {
  color: rgb(var(--accent));
  transition: color .2s ease-in-out;
}

ol.breadcrumb__list li+li:hover:before {
  color: rgb(var(--text-primary));
}
  

.breadcrumb .breadcrumb__list .brand_breadcrumb__item a.breadcrumb__link {
  text-decoration: none;
}

.breadcrumb .breadcrumb__list .brand_breadcrumb__item a.breadcrumb__link:hover {
  text-decoration: none;
}

.breadcrumb__list .brand_breadcrumb__item:last-child .breadcrumb__link {
    font-weight: bold;
}


/* ONLINE-SIZING & GEOMETRY */
.geometry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--spacing-3);
}

.geometry .button--subdued {
  background-color: #fff;
  color: #151515;
  border: 1px solid #151515;
  white-space: nowrap;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}
@media (max-width: 475px) or ((max-width: 1250px) and (min-width: 1000px)) {
  .geometry {
    flex-direction: column;
  }

  .geometry .button--subdued {
    width: 100%;
    margin-bottom: var(--spacing-3);
  }

  .geometry .button--subdued:last-child {
    margin-bottom: 0;
  }
}

/* 360° Ansicht / Video Ansicht  */

ll-view-thumbnail .thumbnail-container svg {
    width: 54px;
    height: 54px;
    border-radius: 50px;
}

ll-view-thumbnail .thumbnail-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    clear: float;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    border: 3px solid #00D998;
}

.ll-view-thumbnail,
.ll-video-thumbnail {
    display: flex;
    position: absolute;
    top: 10px;
    right: 0;
    width: 54px;
    height: 54px;
    z-index: 5;
}

ll-view-thumbnail .thumbnail-container,
ll-video-thumbnail .video-thumbnail-container {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    cursor: pointer;
}

ll-video-thumbnail .video-thumbnail-container {
    position: absolute;
    top: 0;
    left: 0;
    clear: float;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    border: 3px solid #00D998;
}

ll-video-thumbnail .play-btn {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

ll-video-thumbnail .play-btn .arrow-right {
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 20px solid black;
    transform: rotate(180deg);
    cursor: pointer;
}

ll-video-thumbnail .ll-video-popup-container {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
  background: #000;
  width: 100%;
  height: 100%;
  }
  
ll-video-thumbnail .ll-video-popup-container.show {
    display: flex;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
ll-video-thumbnail .ll-video-popup-container .video-container {
  max-height: 90%;
  width: 90%;
  max-width: 90%;
  height: 90%;
  }
  
ll-video-thumbnail .ll-video-popup-container .video-container .ll-product-video {
  width: 100%;
  height: 100%;
  }
  
ll-video-thumbnail .ll-video-popup-container .video-container video {
  width: 100%;
  height: 100%;
  }
  
ll-video-thumbnail .ll-video-popup-container .btn-close {
  position: fixed;
  top: 5px;
  right: 15px;
  color: #5b6770;
  font-size: 20px;
  cursor: pointer;
  }
  
ll-video-thumbnail .ll-video-popup-container .btn-close:hover {
    color: #fff;
  }
  
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
  }
  
  @keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
  }

/* COLORSWATCH */
.color-swatch {
  border: 1px solid black;
}

/* DESIGN-REVAMP-2024-TYPO-START */

/* Hier wird das Accordeon aus Startseite und FAQs mit DIN-2014 gestyled.  */
.accordion-box span {
  font-family: "DIN-2014";
  font-size: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Verhinderung der Großschreibung im Menü  */
p.h5, a.h5 {
  text-transform: unset;
}

/* Anpassung h0 auf DemiBold*/
p.h0 {
  font-weight: 500;
}

/* Bold Schruft für Algolia Search Header */
.ais-header {
  font-weight: bold;
}

/* Bold Schrift für Mehr ansehen auf Normal und Din geändert */
.h3#other-models span.reversed-link {
  font-family: "DIN-2014";
  font-weight: 500;
  font-size: 20px;
}

.h3#other-models {
  text-transform: unset;
}

/* Anpassung Filter Styling Headline Bold und Links und Checkboxen Regular */
.collection__facets .accordion__toggle {
  font-weight: 600;
}

.collection__facets .collection__categories-link span {
  font-weight: 400;
}

.collection__facets .accordion__content .checkbox-list label {
  font-weight: unset;
}

.facet-link {
    cursor: pointer;
}

/* H1 Korrektur Product Detail Page */

@media (min-width: 768px) {
  .product-info__title.h1 {
    font-size: 3.125em;
  }
}

@media (max-width: 699px) {
  .product-info__title.h1 {
    font-size: 2.188em;
  }
}

@media (min-width: 768px) {
  a.button {
    font-size: 1em;
  }
}

a.button {
  font-weight: bold;
}

/* Normalschrift für das Sidebar Menü */
#header-sidebar-menu .h3 {
  text-transform: unset;
}

/* Breadcrumb Update */
.breadcrumbs-wrapper .breadcrumb .breadcrumb__item::before,
.breadcrumbs-wrapper .breadcrumb .breadcrumb__item::after {
  content: none; /* Entfernt den aktuellen Inhalt */
  position: static; /* Setzt die Positionierung zurück */
  top: auto; /* Setzt die top-Eigenschaft zurück */
  margin-top: 0; /* Setzt den margin-top-Wert zurück */
  left: auto; /* Setzt die left-Eigenschaft zurück */
  z-index: auto; /* Setzt den z-index zurück */
  display: inline; /* Setzt das Display-Verhalten zurück */
  width: auto; /* Setzt die Breite zurück */
  height: auto; /* Setzt die Höhe zurück */
  border: none; /* Entfernt alle Rahmen */
  margin-left: 0; /* Setzt den margin-left-Wert zurück */
  background: none; /* Entfernt den Hintergrund */
  color: inherit; /* Setzt die Farbe zurück */
  padding: 0; /* Setzt das Padding zurück */
  margin: 0; /* Setzt die Margin zurück */
}

.breadcrumbs-wrapper .breadcrumb .breadcrumb__item:not(:first-child)::before {
  content: "/";
  padding-right: 8px;
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb__item:not(:first-child):::hover:before {
  color: rgb(var(--text-primary));
}    
.breadcrumbs-wrapper .breadcrumb .breadcrumb__item {
  padding-left: 2px;
}


.breadcrumbs-wrapper .breadcrumb .breadcrumb__item:last-child {
  font-weight: bold;
  cursor: default;
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb__item:last-child:hover {
  color: rgb(var(--text-primary));
}

/* Entfernt den Hintergrund der Breadcrumb */
.breadcrumb {
  --background: unset;
}

/* Entfernt Entfernt Dickschrift bei den Spec Tabellen */
.feature-chart__table-item  .text-subdued {
font-weight: unset;
}

/* Entfernt graue Border des Page-Containers */
.page_main {
  border: unset;
}

/* Anpassung Breadcrumb Collection Page */
.shopify-section.shopify-section--breadcrumbs {
  padding-top: unset !important;
  padding-bottom: unset !important;
  background-color: #FFF;
  z-index: 2;
}

.shopify-section-group-header-group {
  z-index: 2;
  position: relative;
}

/* Anpassungen für PDP Ganze Breite und Fix für Smartphone START */
.llmaincontent {
  max-width: 100%;
  margin: 0px;
}

.ll_main_container {
  padding: unset;
}

@media (max-width: 768px) {
  
  .shopify-section--breadcrumbs .container_mobile.container {
    margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  }


  .product-gallery__media {
    padding-inline-start: max(
      var(--calculated-section-spacing-inline),
      50% - var(--container-max-width) / 2
    );
    padding-inline-end: max(
      var(--calculated-section-spacing-inline),
      50% - var(--container-max-width) / 2
    );
  }
}
/* Anpassungen für PDP Ganze Breite und Fix für Smartphone END */

/* LL-REVAMP 2024 */

.ll_pdp_sku {
    color: rgb(var(--text-color) / .7);
    margin-top: var(--spacing-2);
}

sale-price.text-lg.text-on-sale {
  font-size: 24px;
  font-weight: normal;
  color: rgb(var(--on-sale-text)) !important;
}

sale-price.text-md.text-on-sale {
  font-weight: bold;
}

.price-list sale-price,
.price-list compare-at-price {
  font-weight: normal;
}


.ll_custom_pdp_financing {
  margin-bottom: 15px;
}

.ll_financing_info {
    margin-top: 10px;
    border: 1px solid #151515;
    border-radius: 60px;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
}

.targobank-logo-pdp {
  height: 15px;
  vertical-align: unset;
  display: unset;
}

.ll_price_list_gap {
  row-gap: 0;
  flex-direction: column;
}

.ll_price-list__savings {
  width: 100%;
}

.ll_text-xxs {
  font-size: 14px;
  line-height: 21px;
}

.smart_buttons {
    margin-top: 3px;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

.ll-bike-variant {
  font-size: 16px;
  line-height: 1;
}

legend.text-subdued {
  font-size: 16px;
}

button.variant-picker__dropdown.select {
  border-color: #999999;
}

.ll_variant_selected {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  margin-right: var(--spacing-2);
}

.ll_last_variant_selected,
.ll_last_variant_selected_secondary {
  font-size: 14px;
  line-height: 16px;
  margin-left: auto;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  text-transform: none;
}

.ll_last_variant_selected_secondary {
  display:flex;
  align-items: center;
}

.ll_size_variant_selected {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  font-style: normal;
  padding-right: 5px;
}

.ll_size_variant_title {
  display:none
}

@media (max-width: 600px) {
  .ll_size_variant_title {
    display: block;
  }  
  .ll_size_variant_selected {
    display: none;
  }
}

.pdp-info-revamp {
    color: rgb(var(--button-text-color));
    font-weight: 700;
    font-size: 14px;
    justify-content: left;
    display: flex;
    height: 35px;
    align-items: center;
    padding: 12px 12px;
    text-transform: none;
    border-radius: 5px !important;
}

.ll_button_outline {
    margin-top: 10px;
    border: 1px solid #151515;
    border-radius: 60px;
    background: #ffffff;
    font-family: "DIN-2014";
    font-weight: bold;
    color: #151515;
}
.ll_button_outline:hover{
    background: #F5F5F5;
}

.ll-pickup-revamp {
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  width: 80%;
  background-color: #FFF;
  color: #151515;
  border: 2px solid #151515;
}


.ll-pickup-revamp:hover {
  background-color: unset !important;

}

div.h-stack.gap-2 {
  gap: var(--spacing-1);
}

div.v-stack.gap-4 {
  gap: var(--spacing-1);
}

ul.product-info__info-box-list.v-stack.gap-2 {
  gap: 5;
}

div.product-info__info-box > ul > li > button > div > div > svg {
  width: 30px;
}

.product-info__info-box-paypal{
  position: relative;
}

.pp-message-financing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 35px;
  display: flex;
  z-index: 1;
  opacity: 0;
}

.product-info__info-box-paypal-hover {
  background-color: rgba(0, 217, 152, 0.85);
  color: #000000;
  transition: 0.3s ease-in-out;
}

.multi-column__item-button_wrapper {
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
    bottom: var(--spacing-14);
}

@media (max-width: 768px) {
    .multi-column__item-button_wrapper {
        bottom: var(--spacing-8);
    }
}

.multi-column__item-button_wrapper p{
    padding-bottom: 20px;
}

.multi-column__item-button_wrapper button{
    font-weight: bold;
}

.place-center {
  place-items: center;
}

.ll-revamp-outline {
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #FFF !important;
  color: var(--text-primary);
  border: 2px solid #151515;
  height: auto;
}

.aspect-bike {
    aspect-ratio: 1.3 / 1;
}

.removable-facet {
  background: rgb(var(--button-text-primary));
  color: rgb(var(--button-background-primary));
  border: 1px solid #DDDDDD;
}

.clearFilter {
  color: #999999
}

.product-card, .collection .product-card, .product-list>.product-list__promo {
  border: solid 1px #dddddd;
}

.ll-leasing-btn,
.ll-bestprice-btn {
  border: 1px solid black;
  border-radius: 5px;
  background-color: unset !important;
}

.media-grid--subheading {
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  font-size: 14px;
  margin-top: 5px !important;
}

.product-card .price-list compare-at-price {
  order: 0;
  font-size: var(--text-sm)!important;
}

.button--xs-sm {
  font-size: var(--text-xs);
  padding-inline-start: var(--spacing-2);
  padding-inline-end: var(--spacing-2);
  padding-block-start: var(--spacing-1-5);
  padding-block-end: var(--spacing-1-5);
}

.icon-chevron-bottom.rotate {
  transform: rotate(180deg);
}

.quick-add-btn {
  width: 80%;
}

#chatresponse {
  position: absolute;
  display: none;
  border: 2px solid red;
  border-radius: 50px;
  padding: 0 8px;
  right: -10px;
  top: -10px;
  background: red;
  color: white;
}

.custom-rental-iframe {
  height: 700px;
}

@media only screen and (max-width: 769px) {
  .custom-rental-iframe {
  height: 1200px;
  }
}

@media screen and (max-width: 769px) {
  #SupportDrawer::part(content) {
    height: 100dvh;
    max-height: unset;
  }
}

/* Klaviyo Back in Stock START */
#klaviyo-bis-modal button {
  border-radius: 5px;
}

#klaviyo-bis-modal .modal-title {
  padding-top: 32px;
  font-family: sofia-sans-extra-condensed-v2-latin, sans-serif;
}

#klaviyo-bis-modal .close {
  font-weight: 500;
  color: black;
}

#klaviyo-bis-modal #container {
  margin: 8px;
  border-radius: 5px;
}
/* Klaviyo Back in Stock END */
/* horizontal-product-list */
.shopify-section--main-product .horizontal-product-list-carousel .horizontal-product__image,
.shopify-section--main-product .horizontal-product-list .horizontal-product__image{
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;  
}
.shopify-section--main-product .horizontal-product-list-carousel--stack_mobile{
  display: none;
}
.quick-buy-drawer__info .h6 {
  color: rgb(var(--on-sale-text));
  text-align: center;
} 
.quick-buy-drawer__info .horizontal-product__image{
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;  
}
@media (min-width: 700px) {
  .quick-buy-drawer__info .horizontal-product-listborder {
    overflow-y: scroll;
    max-height: 250px;
  }
  .quick-buy-drawer__info .horizontal-product-listborder::-webkit-scrollbar {
    width: 4px;
  }
  .quick-buy-drawer__info .horizontal-product-listborder::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 5px;
  }
  .quick-buy-drawer__info .horizontal-product-listborder::-webkit-scrollbar-track {
    background-color: rgb(var(--text-color) / .1);
  }
}
@media (max-width: 699px) {
  .shopify-section--main-product .horizontal-product-list-carousel>.horizontal-product-list {
    grid: auto / auto-flow 65vw;
  }
  .shopify-section--main-product .horizontal-product-list-carousel .horizontal-product__info .title {
    min-height: 70px;
  }
  .shopify-section--main-product .horizontal-product-list-carousel--stack_mobile{
    display: block;
  }
  .shopify-section--main-product .horizontal-product-list--stack_mobile{
    display: none;
  }
  .quick-buy-drawer__info .scrollbar{
    display: flex!important;
  }
  .quick-buy-drawer__info .horizontal-product-listborder {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    width: 50svw;
    min-width: 175px;
    max-width: 250px;
  }
    .quick-buy-drawer__info .horizontal-product {
    flex: 0 0 100%;
    scroll-snap-align: start;
    box-sizing: border-box;
    border: none;
    padding-bottom: 0;
  }  
  .quick-buy-drawer__info .horizontal-product__image {
    width: 100%;
    max-height: 100px;
  }  
  .quick-buy-drawer__info .horizontal-product__info .title {
    min-height: 90px;
  }
}
/* horizontal-product-list END */

/* ARTICLE CONTAINER SIZE */
.article {
--article-margin-block-end: auto !important;
}

.shopify-payment-button__button {
  height: 60px!important;
}
.panel__scroller .reversed-link{
  text-transform: none;
}

/* WEITERE ARTIKEL IN DIESER KATEGORIE  */
.shopify-section-artikel-dieser-kategorie .product-card__info-inner {
min-height: unset;
}

.shopify-section-artikel-dieser-kategorie .section-stack {
  gap: unset;
}

.shopify-section-artikel-dieser-kategorie .section-header {
  position: absolute;
}

.shopify-section-artikel-dieser-kategorie .heading {
  margin: auto;
  max-width: 1520px;
  margin-bottom: var(--spacing-1-5);
}

.shopify-section-artikel-dieser-kategorie .product-card__title,
.shopify-section-artikel-dieser-kategorie .product-card__variant-availability,
.shopify-section-artikel-dieser-kategorie .product-card__aside,
.shopify-section-artikel-dieser-kategorie .wk-button,
.shopify-section-artikel-dieser-kategorie .product-card__badge-list {
  display: none;
}

.shopify-section-artikel-dieser-kategorie .scrollbar {
  gap: unset;
}
.shopify-section-artikel-dieser-kategorie .product-card__info:has(.product-card__variant-availability) {
  --variant-availability: 0;
}

.shopify-section-artikel-dieser-kategorie .product-card__info {
  padding-top: 0 !important;
}

.shopify-section-artikel-dieser-kategorie .product-card__figure {
  padding-top: 0;
}

.shopify-section-artikel-dieser-kategorie .product-card {
  width: 200px;
}

.shopify-section-artikel-dieser-kategorie .product-list {
  gap: var(--spacing-5);
  display: -webkit-box;
}

.shopify-section-artikel-dieser-kategorie .scroll-area {
  max-width: 1520px;
  margin: auto;
}

.shopify-section-artikel-dieser-kategorie .floating-controls-container .circle-button {
  visibility: visible;
  opacity: 1;
}

.shopify-section-artikel-dieser-kategorie .bleed {
  padding-inline-start: unset;
  padding-inline-end: unset;
}

.shopify-section-artikel-dieser-kategorie .scrollbar {
  max-width: 1520px;
  margin: auto;
  padding-top: 10px;
}

.shopify-section-artikel-dieser-kategorie .h3 {
  font-size: 20px;
}

  @media screen and (min-width: 700px) {
  .shopify-section-artikel-dieser-kategorie .scrollable-with-controls {
  gap: unset;
  }
}

  @media only screen and (max-width: 1149px) {
  .shopify-section-artikel-dieser-kategorie .product-list {
    gap: 5px;
  }

    
  .shopify-section-artikel-dieser-kategorie .product-card {
    width: 120px;
  }
        
  .shopify-section-artikel-dieser-kategorie .floating-controls-container .circle-button {
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

.ll-leasing-custom-btn {
    background-color: #00D998;
    color: #000000;
    border-radius: 60px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ll-bestprice-custom-btn {
    background-color: #FF3030;
    color: #FFF;
    border-radius: 60px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Produkt Highlights */
  .shopify-section--product-highlights {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .shopify-section--product-highlights h2 {
    align-self: flex-start;
  }

  .shopify-section--product-highlights span {
    color: {{ section.settings.text_color }};
  }

  .shopify-section--product-highlights .product-highlights-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .shopify-section--product-highlights .product-highlight-short {
    flex: 1 1 125px;
  }

  .shopify-section--product-highlights .product-highlight {
    background-color: {{ section.settings.background_color }};
    border: solid 1px #dddddd;
    padding: 20px;
    flex: 1 1 200px;
  }

  .shopify-section--product-highlights .product-highlight-short img,
  .shopify-section--product-highlights .product-highlight img{
    display: block;
    margin: auto;
    margin-bottom: 10px;

  }

  .shopify-section--product-highlights .product-highlight-short img{
     height: 100px;
  }

  .shopify-section--product-highlights .product-highlights .hightlight{
    display: none;
    border-radius: var(--rounded);
    padding: var(--spacing-12);
    margin-bottom: var(--spacing-12);
  }

@media screen and (max-width: 699px) {
  .shopify-section--product-highlights .product-highlights .hightlight{
    border-radius:0;
    margin-inline-start: calc(-1* var(--container-gutter));
    margin-inline-end: calc(-1* var(--container-gutter));
    padding-inline-start: var(--container-gutter);
    padding-inline-end: var(--container-gutter);
  }
}

  .shopify-section--product-highlights .product-highlights .highlight:last-of-type {
    margin-bottom: 0;
  }
  
  .shopify-section--product-highlights .product-highlights{
    margin-top: var(--spacing-8);
  }

  .shopify-section--product-highlights .bullet-image img{    
    max-width: 100px;
    height: 100px;
    object-fit: contain;
    transition: transform 0.75s ease;
  }

  .shopify-section--product-highlights .bullet-image img[data-target] {    
    cursor: pointer;
  }

  .shopify-section--product-highlights .bullet-image img[data-target]:hover {
    transform: scale(1.1);
  }

  @media (max-width: 1000px) {
    .shopify-section--product-highlights .bullet-image img {
      max-width: 50px;
      height: 50px;
    }
  }  

  .shopify-section--product-highlights #motor-description,
  .shopify-section--product-highlights #akku-description,
  .shopify-section--product-highlights #remote-description,
  .shopify-section--product-highlights #display-description{
    position: relative;
    max-height: 270px;
    overflow: hidden;
    transition: max-height 1s linear;
  }
  .shopify-section--product-highlights #motor-description.expanded,
  .shopify-section--product-highlights #akku-description.expanded,
  .shopify-section--product-highlights #remote-description.expanded,
  .shopify-section--product-highlights #display-description.expanded{
    max-height: none;
    margin-bottom: var(--spacing-10)
  }
  .shopify-section--product-highlights #motor-description.expanded::after,
  .shopify-section--product-highlights #akku-description.expanded::after,
  .shopify-section--product-highlights #remote-description.expanded::after,
  .shopify-section--product-highlights #display-description.expanded::after{
    height: 0;
  }
  .shopify-section--product-highlights .highlight__collapse-button{
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0;
    width: 100%;
    background: rgba(var(--background));            
  }
  .shopify-section--product-highlights .highlight__collapse-button:hover{
    color: rgb(var(--button-background-secondary));            
  }
  .shopify-section--product-highlights .highlight__toggle-button{
    transition: transform .2s ease-in-out;
  }
  .shopify-section--product-highlights {
    --multi-column-grid: none;
    --multi-column-list-gap: var(--grid-gutter);
  }
.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}
promo-collapse img{
  min-height: unset!important;
}
/* Sticky Product-Gallery */
@media screen and (min-width: 1000px) {
  .product-gallery{
    position: sticky;
    top: 150px;
  }
}
.google-star-rating {
  display: flex;
  text-align: center;
}
.google-star-rating .google-logo {
    margin-bottom: auto;
    margin-top: auto;
}
.google-star-rating img {
  max-height: 35px;
}
.google-star-rating .stars {
  display: flex;
  gap: 2px;
  justify-content: center;
  position: relative;
}
.google-star-rating .star {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: gray;
  clip-path: polygon(
    50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 
    50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%
  );
}
.google-star-rating .star.full {
  background: #fbbc04;
}
.google-star-rating .star-text{
  display: inline-flex;
  gap: var(--spacing-1-5);
  font-size: 1.15rem;
  font-family: var(--heading-font-family);
}
.google-star-rating .stars-containter{
  align-content: center;
}

@media screen and (max-width: 1440px) {
  .header__icon-list .google-star-rating{
    display: none;
  }
}
.header__icon-list .stars-containter, .navigation-drawer .stars-containter{
  display: flex;
  gap: var(--spacing-2-5);
  align-items: center;
}
.header__icon-list .star-text{
  line-height: 1.3rem;
  gap: var(--spacing-1-5);
}
.header__icon-list .google-star-rating img{
  max-height: 20px;
}

/* STREICHPREIS */
.freeship {
  position: relative;
  text-decoration: none;
}

/* EQUIPMENT SHIPPING INFO TEXT */
.shippingequip {
  display: flex;
  align-items: center;
  color: #008a00;
}
.shippingequip2 {
  display: flex;
  align-items: center;
}

.freeship::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    right: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: rgb(var(--text-color));
    transform: rotate(-8deg);
}
div[id^="shopify-block-judge_me_reviews_preview_badge"] {
    margin: var(--spacing-3) 0;
}
/* Product-card 2.0 */
.product-card {
  --product-card-badge-spacing: var(--spacing-4);
  --product-card-info-padding: var(--spacing-4);
  --product-card-quick-buy-inset: var(--spacing-4);
}
.product-card .usp{
  font-size: 13px;
}
.product-card .product-card__price-block{
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.product-card .product-card__variant-availability .product-card__variant {
  padding: var(--spacing-1) var(--spacing-1);
  border: 0;
  background-color: #eaeaea;
}
.product-card .product-card__info {
  --swatch-size: 60px;
  padding: calc(var(--product-card-info-padding) + calc(calc(var(--swatch-size) + var(--product-card-info-padding)) * var(--variant-list, 0)))
          var(--product-card-info-padding)
          calc(var(--product-card-info-padding) + calc(calc(12px + var(--product-card-info-padding)) * var(--variant-availability, 0)));
}
.product-card .product-card__info-inner {
  justify-content: space-between;
}
.product-card .product-card__info .link-financing {
  font-weight: 400;
  color: #000000;
  font-size: 13px;
}
.product-card .product-card__deliverytime {
  font-weight: 400;
  color: rgb(var(--success-text));
}
.product-card .price-list {
  display: flex;
}
.product-card .product-info__financing{
  cursor: text;
}
.product-card .price-list compare-at-price {
  color: rgb(var(--text-color) / .7);
  font-weight: 400;
}
.product-card .price-list sale-price,
.product-card .price-list compare-at-price {
  font-weight: normal;
  font-size: 13px;
}
.product-card .ll_price-list__savings {
  margin-top: 10px;
}
.product-card sale-price.text-lg.text-on-sale {
  font-weight: bold;
}
.product-card .line-through {
  font-weight: 400;
}
.product-card .ll_text-xxs {
  font-weight: bold;
}
.product-card .media-swatch {
  height: unset;
  aspect-ratio: 1 / 1;
}
.product-card .media-swatch--xs {
  --swatch-size: 60px;
}
.product-card .product-card__variant-list {
  min-height: 70px;
}
.product-card .media-swatch--sm {
  --swatch-size: 65px;
}
.product-card .product-card__price-block .regular_price{
  margin-bottom: 20px;
}
.product-card:not(.shopify-section-artikel-dieser-kategorie .product-card) .product-card__info price-list {
  /*margin-top: var(--spacing-2);*/
  margin-top:0px !important;
  text-align: unset;
}
.product-card .product-card__info sale-price {
  margin: var(--spacing-1) 0;
}
@media screen and (max-width: 699px) {
  .product-card {
    --product-card-badge-spacing: var(--spacing-2);
    --product-card-info-padding: var(--spacing-2);
    --product-card-quick-buy-inset: var(--spacing-2);
  }
  .product-card .product-card__variant-list .media-swatch {
    --swatch-size: 35px;
  }
  .product-card .product-card__variant-list {
    min-height: 40px;
  }
  .product-card .product-card__info {
    padding-top: var(--spacing-3);
  }
  .product-card .price-list compare-at-price{
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .product-card .usp{
    display: none;
  }
  .aspect-bike {
    aspect-ratio: 1 / 1;
  }
  .product-card .product-card__price-block .regular_price{
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 999px) {
  .product-card:not(.shopify-section-artikel-dieser-kategorie .product-card) .price-list {
    gap: 0 !important;
    flex-direction: column;
  }
}


/* BUYMOREPAYLESS */
.uzjkk {
  padding:0px;
}

.komnckx {
  border: 1px dotted grey;
  padding: 5px;
  background-color: #F9FAFB;
}

.uitmdlk {
    background-color: #FACC15;
    color: black;
    padding: 3px;
    font-weight: 550;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
}

.kljkaij {
  display: block;
  font-size: 12px
}

.jikafja {
  display: inline-block;
  font-size: 12px
}
.brush-bg{
  padding: 10px 75px;
}
.brush-bg:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: -15%;
    left: 0;
    background: var(--brush_color);
    z-index: -1;
    clip-path: url(#brush);
}
/* VARIANTPICKER 2.0 */
.dropdown-swatch:before {
  display: none;
}

.dropdown-swatch__info {
  align-items: center !important;
  text-align: center;
}

variant-picker-tm > div > span.ll_variant_selected {
  padding-left: 20px;
}
variant-picker-drawer > div.variant-picker__option-values.variant-picker__option-values--frame-size{
  margin-bottom: var(--spacing-4);
}
.dropdown--swatch-new:hover {
  background-color: #f5f5f5;
}

.variantpckr {
    background: rgb(var(--picker-background));
    color: rgb(var(--picker-text-color));
    width: 100%;
    border-radius: 5px;
    border: 2px solid rgb(var(--picker-border));
}

.dropdown-swatch {
  padding-left: 0px !important;
}

variant-picker-bttn.button.variantpckr.variant-picker__trigger:hover {
  background-color: rgba(240,240,240,1);
  cursor: pointer;
} 
.sr-only[type=radio]:focus-visible+label.picker2-swatch{
  outline: none;
}
.picker2-swatch{
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 20px 10px!important;
  margin-top: 10px;
  outline:none;
}
.picker2-swatch.is-selected{
  border: 2px solid #151515;
}
.picker2-swatch .dropdown-swatch__info {
  padding: 0;
  gap: var(--spacing-4);
}
.dropdown-swatch:after{
  opacity: 0!important;
}
.pulse_dot,
.pulse_dot_seconday {
    background: var(--dot-color);
    border-radius: 50%;
    margin: var(--spacing-2);
    min-height: var(--spacing-3);
    min-width: var(--spacing-3);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}
.pulse_dot--no_animate{
  animation: none;
}
.pulse_dot_seconday {
  height: 12px;
  width: 12px;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}  
.bodysize-text {
    margin-bottom: var(--spacing-4);
    color: rgb(var(--text-color) / .5);
}
@media (max-width: 460px) {
  .break-after {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 699px) {
  :is(.drawer--variant-picker)::part(close-button) {
    display: none;
  }
}
.drawer--variant-picker #ll-custom-smartfit-button-picker span{
  margin-left: 0!important;
}
.drawer--variant-picker #ll-custom-smartfit-button-picker svg{
  display: none;
}

#ll-custom-smartfit-button-picker-widget {
  z-index: 999999 !important;
}
.smartfit_button_size {
  display: flex;
}

.smartfit_button_size::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="20" fill="none" viewBox="0 0 16 20"><path fill="%23151515" d="M2.5 17.25V13h-.746a.733.733 0 0 1-.535-.216A.722.722 0 0 1 1 12.25V8.495c0-.413.147-.766.441-1.057A1.452 1.452 0 0 1 2.501 7h3.004c.413 0 .766.147 1.058.44.291.294.437.646.437 1.058v3.746a.735.735 0 0 1-.216.537.72.72 0 0 1-.534.219H5.5v4.25c0 .212-.072.39-.215.534a.723.723 0 0 1-.533.216H3.255a.735.735 0 0 1-.536-.216.72.72 0 0 1-.219-.534ZM3.995 5.5c-.483 0-.894-.172-1.235-.516a1.699 1.699 0 0 1-.51-1.24c0-.482.172-.893.516-1.234.343-.34.757-.51 1.24-.51.482 0 .893.172 1.234.516.34.343.51.757.51 1.24 0 .482-.172.893-.516 1.234-.343.34-.757.51-1.24.51Zm10.717.85c.357-.346.387-.857.062-1.21L12.15 2.283a.884.884 0 0 0-1.3 0L8.226 5.139c-.324.354-.295.865.065 1.211a.887.887 0 0 0 1.235-.06l1.1-1.2v9.82l-1.1-1.2a.888.888 0 0 0-1.235-.06.845.845 0 0 0-.065 1.21l2.625 2.858a.89.89 0 0 0 1.3 0l2.624-2.857a.845.845 0 0 0-.062-1.211.888.888 0 0 0-1.236.06l-1.1 1.2V5.09l1.1 1.2a.888.888 0 0 0 1.236.06Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.clickcollect_stocktext{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
#ShippingInformationDrawer{
  align-items: center;
  display: flex;  
}
#ProductDescription > div > ul > li{
  list-style-position: outside;
  margin-left: 15px;
}

/* PRODUCTCARD REDESIGN */

@media only screen and (max-width: 699px) {
  .card_padding {
    padding-top: 8px;
  }
} 

@media only screen and (min-width: 700px) {
  .card_padding {
    padding-top: 26px;
  }
}   

#LeasingDrawer::part(body){
  padding:0;
}

oz-banner-frame {
  display: block;
  margin-bottom: -25px;
  z-index: 5;
  position: relative;
}

/* CUBE BOSCH UPGRADE ICON - PDP */
.cubexbosch-bttn {
  cursor: pointer;
}

.bosch-upgrade--icon {
  position: absolute;
  top: 45px;
  left: 10px;
  z-index: 9;
}

@media screen and (min-width: 1000px) {
  .bosch-upgrade--icon {
    top: 50px;
  }  
}

@media screen and (max-width: 699px) {
  .bosch-upgrade--icon {
    height: 70px;
    width: 70px;
  }
}

/* CUBE BOSCH UPGRADE ICON - PRODUCT CARD */
.bosch-upgrade-card--icon,
.free-range-extender--icon {
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 8;
}

@media screen and (min-width: 700px) {
.free-range-extender--icon {
  width: 70px;
  height: auto;
}
}

#footer > div > div > div.footer__disclaimer.links-container--accent > p > a{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.footer__block--menu > ul > li{
  margin-bottom: 5px;
}

/* PRODUCT CARD */
a.product-card__vendor {
  padding-bottom: 10px;
}

.product-card__title {
  font-size: 18px;
}

@media screen and (max-width: 699px) {
.product-card__title {
  font-size: 14px;
}
}

@media screen and (max-width: 989px) {
  a.product-card__vendor {
    margin-bottom: 5px;
  }
}

.wcag-menu{
  display: none;
}

video-media[controls] {
    pointer-events: auto!important;
}

/* Delisted Popup */
.ll-delisted-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2147483647;
  max-width: 100%;
  transform: translateY(0);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  font-family: inherit;
  width: 100%;
  height: 100%;
}
.ll-delisted-popup.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.ll-delisted-popup__card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 90%;
  max-width: 600px;
}
.ll-delisted-popup__content { padding: 14px 16px 12px; }
.ll-delisted-popup__title {
  display: block; margin: 0 0 4px 0; font-weight: 600; font-size: 18px; line-height: 1.35;
}
.ll-delisted-popup__text {
  margin: 0 0 10px 0; font-size: 16px; line-height: 1.5; color: #333;
}
.ll-delisted-popup__close {
  position: absolute; top: 6px; right: 8px; border: 0; background: transparent;
  font-size: 22px; line-height: 1; cursor: pointer; padding: 6px; color: #666;
}