/** Shopify CDN: Minification failed

Line 3256:25 Unexpected "{"
Line 3256:41 Expected ":"
Line 3262:25 Unexpected "{"
Line 3262:41 Expected ":"
Line 3270:25 Unexpected "{"
Line 3270:41 Expected ":"
Line 3276:25 Unexpected "{"
Line 3276:41 Expected ":"
Line 3280:25 Unexpected "{"
Line 3280:41 Expected ":"
... and 30 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from snippet stylesheet tags */
/* START_SNIPPET:comfortset-bundle-selector (INDEX:102) */
.comfortset-selector {
        --comfortset-selected-border: #111827;
        --comfortset-selected-bg: #111827;
        --comfortset-selected-text: #ffffff;
        width: 100%;
        max-width: 100%;
        font-family: inherit;
    }

    .comfortset-selector *,
    .comfortset-selector *::before,
    .comfortset-selector *::after {
        box-sizing: border-box;
    }

    .comfortset-selector__section {
        margin-bottom: 1.4rem;
    }

    .comfortset-selector__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .comfortset-selector__label {
        display: block;
        margin: 0 0 0.75rem;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #666666;
    }

    .comfortset-selector__header .comfortset-selector__label {
        margin-bottom: 0;
    }

    .comfortset-selector__model-options,
    .comfortset-selector__style-options {
        display: grid;
        gap: 0.75rem;
        width: 100%;
    }

    .comfortset-selector__model-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .comfortset-selector__style-options {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .comfortset-selector__model-option,
    .comfortset-selector__style-option {
        position: relative;
        min-width: 0;
    }

    .comfortset-selector__radio {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .comfortset-selector__model-card {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 16px;
        cursor: pointer;
        transition: all 0.2s ease;
        overflow: hidden;
        height: 100%;
        position: relative;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        width: 100%;
    }

    .comfortset-selector__model-card:hover {
        border-color: #999;
    }

    .comfortset-selector__radio:checked + .comfortset-selector__model-card {
        border-color: var(--comfortset-selected-border);
        border-width: 2px;
        margin: -1px;
    }

    .comfortset-selector__model-image {
        position: relative;
        background: #ffffff;
        padding: 1rem 0.75rem 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 120px;
    }

    .comfortset-selector__model-image img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 120px;
        object-fit: contain;
    }

    .comfortset-selector__model-image .comfortset-selector__checkmark {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 24px;
        height: 24px;
        background: var(--comfortset-selected-bg);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 2;
    }

    .comfortset-selector__model-image .comfortset-selector__checkmark svg {
        width: 12px;
        height: 12px;
        fill: #ffffff;
    }

    .comfortset-selector__model-info {
        background: #3d4749;
        color: #ffffff;
        padding: 0.45rem 0.75rem 0.4rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 0.125rem;
        min-height: 60px;
        justify-content: flex-start;
        flex: 1 0 auto;
    }

    .comfortset-selector__model-info .comfortset-selector__name {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
    }

    .comfortset-selector__subtitle {
        font-size: 11px;
        line-height: 1.35;
        color: rgba(255, 255, 255, 0.88);
    }

    .comfortset-selector__style-card {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s ease;
        overflow: hidden;
        height: 100%;
        position: relative;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .comfortset-selector__style-card:hover {
        border-color: #999;
    }

    .comfortset-selector__radio:checked + .comfortset-selector__style-card {
        border-color: var(--comfortset-selected-border);
        border-width: 2px;
        margin: -1px;
    }

    .comfortset-selector__style-image {
        position: relative;
        background: #ffffff;
        padding: 1rem 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100px;
    }

    .comfortset-selector__style-image img {
        max-width: 100%;
        height: auto;
        max-height: 120px;
        object-fit: contain;
    }

    .comfortset-selector__style-image .comfortset-selector__checkmark {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 20px;
        height: 20px;
        background: var(--comfortset-selected-bg);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 2;
    }

    .comfortset-selector__style-image .comfortset-selector__checkmark svg {
        width: 12px;
        height: 12px;
        fill: #ffffff;
    }

    .comfortset-selector__radio:checked + label .comfortset-selector__checkmark {
        opacity: 1;
    }

    .comfortset-selector__style-info {
        background: #3d4749;
        color: #ffffff;
        padding: 0.75rem 0.5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.5rem;
        flex: 1;
    }

    .comfortset-selector__style-info .comfortset-selector__name {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
    }

    .comfortset-selector__style-description {
        font-size: 11px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.3;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .comfortset-selector__style-description-label {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: rgba(255, 255, 255, 0.6);
    }

    .comfortset-selector__style-description-list {
        background: rgba(255, 255, 255, 0.9);
        color: #333;
        border-radius: 4px;
        padding: 0.5rem;
        margin: 0;
        list-style: none;
        text-align: center;
        width: 100%;
    }

    .comfortset-selector__style-description-list li {
        font-size: 11px;
        font-weight: 600;
        line-height: 1.4;
    }

    .comfortset-selector__diameter-options {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }

    .comfortset-selector__diameter-card {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        width: 100%;
        min-height: 44px;
        padding: 0.5rem 0.75rem;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        background: #ffffff;
        cursor: pointer;
        transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    }

    .comfortset-selector__diameter-radio-dot {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        border: 2px solid #d1d5db;
        border-radius: 50%;
        flex: 0 0 auto;
    }

    .comfortset-selector__diameter-radio-dot::after {
        width: 7px;
        height: 7px;
        content: '';
        border-radius: 50%;
        background: currentColor;
        opacity: 0;
    }

    .comfortset-selector__radio:checked + .comfortset-selector__diameter-card {
        color: #111827;
        border-color: var(--comfortset-selected-bg);
        background: #ffffff;
        box-shadow: inset 0 0 0 1px var(--comfortset-selected-bg);
    }

    .comfortset-selector__radio:checked + .comfortset-selector__diameter-card .comfortset-selector__diameter-radio-dot {
        color: var(--comfortset-selected-bg);
        border-color: var(--comfortset-selected-bg);
    }

    .comfortset-selector__radio:checked + .comfortset-selector__diameter-card .comfortset-selector__diameter-radio-dot::after {
        opacity: 1;
    }

    .comfortset-selector__radio:disabled + .comfortset-selector__diameter-card {
        cursor: not-allowed;
        color: #9ca3af;
        background: #f9fafb;
        border-color: #e5e7eb;
        opacity: 0.75;
    }

    .comfortset-selector__summary {
        margin-top: 0.75rem;
        padding: 0.75rem 1rem;
        font-size: 13px;
        line-height: 1.4;
        color: #4b5563;
        background: #f8fafc;
        border-radius: 8px;
    }

    .comfortset-selector__diameter-help .popover-text {
        margin-bottom: 0;
        display: inline-flex !important;
        align-items: center;
        gap: 0.35rem;
    }

    .comfortset-selector__diameter-help button {
        font-size: 13px;
        line-height: 1.3;
        text-align: right;
    }

    .comfortset-selector__selector-help.popover-text,
    .comfortset-selector .popover-text.comfortset-selector__selector-help {
        margin-bottom: 0;
        display: flex !important;
        align-items: center;
        align-self: center;
        gap: 0.35rem;
        font-size: 0;
        line-height: 1;
        margin-left: auto;
        min-width: 0;
        flex: 0 1 auto;
        height: auto;
        padding: 0;
    }

    .comfortset-selector__selector-help .product-form__option-link {
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1.1;
        align-self: flex-end;
    }

    .comfortset-selector__selector-help svg {
        display: block;
        align-self: flex-end;
        flex-shrink: 0;
    }

    .comfortset-selector__diameter-help .product-form__option-link {
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    .comfortset-selector__selector-help button {
        font-size: 13px;
        line-height: 1.3;
        white-space: normal;
        text-align: right;
    }

    .comfortset-selector__modal-richtext > *:first-child {
        margin-top: 0;
    }

    .comfortset-selector__modal-richtext > *:last-child {
        margin-bottom: 0;
    }

    .comfortset-selector__modal-kicker {
        margin: 0 0 0.75rem;
        font-size: 18px;
        font-weight: 700;
        color: #111827;
    }

    .comfortset-selector__modal-link-row {
        margin: 0.75rem 0 1.25rem;
    }

    .comfortset-selector__modal-quiz-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.875rem 1rem;
        border-radius: 8px;
        background: linear-gradient(135deg, #2952cc, #3d65e0);
        color: #ffffff !important;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 2px 8px rgba(41, 82, 204, 0.2);
        transition: transform 0.2s cubic-bezier(.16,1,.3,1), box-shadow 0.2s cubic-bezier(.16,1,.3,1);
    }

    .comfortset-selector__modal-quiz-link:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(41, 82, 204, 0.3);
        color: #ffffff !important;
        text-decoration: none;
    }

    .comfortset-selector__modal-video-intro {
        margin: 0 0 0.875rem;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5;
        color: #111827;
    }

    .comfortset-selector__modal-action-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.875rem 1rem;
        border-radius: 8px;
        background: linear-gradient(135deg, #2952cc, #3d65e0);
        color: #ffffff !important;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 2px 8px rgba(41, 82, 204, 0.2);
        transition: transform 0.2s cubic-bezier(.16,1,.3,1), box-shadow 0.2s cubic-bezier(.16,1,.3,1);
    }

    .comfortset-selector__modal-action-link:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(41, 82, 204, 0.3);
        color: #ffffff !important;
        text-decoration: none;
    }

    .comfortset-selector__modal-secondary-media {
        margin: 0 0 1rem;
    }

    .comfortset-selector__modal-secondary-image {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 18px;
    }

    @media screen and (max-width: 740px) {
        .comfortset-selector__section {
            margin-bottom: 1.25rem;
        }

        .comfortset-selector__label {
            font-size: 13px;
            margin-bottom: 0.625rem;
        }

        .comfortset-selector__header {
            align-items: center;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        .comfortset-selector__header .comfortset-selector__label {
            margin-bottom: 0;
            flex: 1 1 100%;
        }

        .comfortset-selector .popover-text.comfortset-selector__selector-help {
            margin-left: 0;
            align-self: center;
            flex: 1 1 100%;
            justify-content: flex-start;
            width: 100%;
        }

        .comfortset-selector__diameter-help .popover-text {
            margin-left: 0;
            align-self: center;
            flex: 1 1 100%;
            justify-content: flex-start;
            width: 100%;
        }

        .comfortset-selector .comfortset-selector__selector-help button,
        .comfortset-selector__diameter-help button {
            font-size: 12px;
            text-align: left;
        }

        .comfortset-selector .comfortset-selector__selector-help .product-form__option-link,
        .comfortset-selector__diameter-help .product-form__option-link {
            text-align: left;
        }

        .comfortset-selector__model-options,
        .comfortset-selector__style-options {
            gap: 0.5rem;
        }

        .comfortset-selector__style-options {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: hidden;
            grid-template-columns: unset;
            width: 100%;
            padding: 0 4px;
        }

        .comfortset-selector__style-option {
            flex: 1 1 0;
            min-width: 0;
        }

        .comfortset-selector__style-image {
            min-height: 55px;
            padding: 0.35rem;
        }

        .comfortset-selector__style-image img {
            max-height: 80px;
        }

        .comfortset-selector__style-info {
            padding: 0.625rem 0.35rem;
            gap: 0.35rem;
        }

        .comfortset-selector__style-info .comfortset-selector__name {
            font-size: 14px;
            line-height: 1.25;
        }

        .comfortset-selector__style-card {
            border-width: 1.5px;
        }

        .comfortset-selector__radio:checked + .comfortset-selector__style-card {
            margin: 0;
            border-width: 2px;
        }

        .comfortset-selector__style-description {
            gap: 0.25rem;
        }

        .comfortset-selector__style-description-label {
            font-size: 10px;
            line-height: 1.3;
        }

        .comfortset-selector__style-description-list {
            padding: 0.35rem 0.4rem;
        }

        .comfortset-selector__style-description-list li {
            font-size: 12px;
            font-weight: 600;
            line-height: 1.5;
        }

        .comfortset-selector__model-options {
            align-items: stretch;
        }

        .comfortset-selector__model-option {
            display: flex;
        }

        .comfortset-selector__model-card {
            width: 100%;
        }

        .comfortset-selector__model-image {
            min-height: 72px;
            padding: 0.5rem 0.4rem 0.3rem;
        }

        .comfortset-selector__model-image img {
            max-height: 68px;
        }

        .comfortset-selector__model-info {
            min-height: 50px;
            padding: 0.35rem 0.4rem 0.45rem;
        }

        .comfortset-selector__model-info .comfortset-selector__name {
            font-size: 12px;
            line-height: 1.2;
        }

        .comfortset-selector__subtitle {
            font-size: 9px;
            line-height: 1.25;
        }

        .comfortset-selector__model-image .comfortset-selector__checkmark {
            top: 8px;
            right: 8px;
            width: 20px;
            height: 20px;
        }

        .comfortset-selector__model-image .comfortset-selector__checkmark svg {
            width: 10px;
            height: 10px;
        }

        .comfortset-selector__diameter-card {
            min-height: 40px;
            padding: 0.45rem 0.65rem;
            gap: 0.55rem;
        }

        .comfortset-selector__summary {
            font-size: 12px;
            padding: 0.625rem 0.75rem;
        }
    }
/* END_SNIPPET:comfortset-bundle-selector */

/* START_SNIPPET:comfortset-configurator-v2 (INDEX:103) */
.comfortset-v2 {
    --cs-v2-selected-border: #111827;
    --cs-v2-selected-bg: #111827;
    --cs-v2-selected-text: #ffffff;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
  }

  .comfortset-v2 *,
  .comfortset-v2 *::before,
  .comfortset-v2 *::after { box-sizing: border-box; }

  .comfortset-v2__step { margin-bottom: 1.4rem; }
  .comfortset-v2__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .75rem;
  }
  .comfortset-v2__label {
    display: block;
    margin: 0 0 .75rem;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
  }
  .comfortset-v2__header .comfortset-v2__label { margin-bottom: 0; }
  .comfortset-v2__options {
    display: grid;
    gap: .75rem;
    width: 100%;
  }
  .comfortset-v2__options--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .comfortset-v2__options--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .comfortset-v2__options--diameter {
    grid-template-columns: 1fr;
    gap: .4rem;
  }
  .comfortset-v2__option {
    position: relative;
    min-width: 0;
  }
  .comfortset-v2__radio {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .comfortset-v2__card {
    position: relative;
    display: flex;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    transition: all .2s ease;
  }
  .comfortset-v2__card:hover { border-color: #999; }
  .comfortset-v2__radio:focus-visible + .comfortset-v2__card {
    outline: 3px solid rgba(17, 24, 39, .25);
    outline-offset: 2px;
  }
  .comfortset-v2__radio:checked + .comfortset-v2__card {
    margin: -1px;
    border-color: var(--cs-v2-selected-border);
    border-width: 2px;
  }
  .comfortset-v2__radio:disabled + .comfortset-v2__card {
    cursor: not-allowed;
    opacity: .42;
  }
  .comfortset-v2__card--model { border-radius: 16px; }
  .comfortset-v2__check {
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--cs-v2-selected-bg);
    color: var(--cs-v2-selected-text);
    opacity: 0;
    transition: opacity .2s ease;
  }
  .comfortset-v2__radio:checked + .comfortset-v2__card .comfortset-v2__check {
    opacity: 1;
  }
  .comfortset-v2__check svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
  }
  .comfortset-v2__card--model .comfortset-v2__check {
    top: 12px;
    right: 12px;
  }
  .comfortset-v2__card--style .comfortset-v2__check {
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
  }

  .comfortset-v2__card--visual { flex-direction: column; }
  .comfortset-v2__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  .comfortset-v2__image img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
  }
  .comfortset-v2__card--model .comfortset-v2__image {
    min-height: 120px;
    padding: 1rem .75rem .5rem;
  }
  .comfortset-v2__card--style .comfortset-v2__image {
    min-height: 100px;
    padding: 1rem .5rem;
  }
  .comfortset-v2__info {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #3d4749;
    color: #fff;
    flex: 1;
  }
  .comfortset-v2__card--model .comfortset-v2__info {
    min-height: 60px;
    justify-content: flex-start;
    gap: .125rem;
    padding: .45rem .75rem .4rem;
    flex: 1 0 auto;
  }
  .comfortset-v2__card--style .comfortset-v2__info {
    justify-content: center;
    gap: .5rem;
    padding: .75rem .5rem;
  }
  .comfortset-v2__name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }
  .comfortset-v2__subtitle {
    color: rgba(255, 255, 255, .88);
    font-size: 11px;
    line-height: 1.35;
  }
  .comfortset-v2__recommendation {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    color: rgba(255, 255, 255, .8);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
  }
  .comfortset-v2__recommendation-label {
    color: rgba(255, 255, 255, .6);
    font-size: 10px;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .comfortset-v2__recommendation-list {
    width: 100%;
    margin: 0;
    padding: .5rem;
    border-radius: 4px;
    background: rgba(255, 255, 255, .9);
    color: #333;
    list-style: none;
    text-align: center;
  }
  .comfortset-v2__recommendation-list li {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
  }

  .comfortset-v2__card--diameter {
    width: 100%;
    height: auto;
    min-height: 44px;
    align-items: center;
    gap: .6rem;
    padding: .5rem .75rem;
    overflow: visible;
    border-radius: 8px;
    box-shadow: none;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
  }
  .comfortset-v2__dot {
    display: flex;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 2px solid #d1d5db;
    border-radius: 50%;
  }
  .comfortset-v2__dot::after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    content: '';
    opacity: 0;
  }
  .comfortset-v2__radio:checked + .comfortset-v2__card--diameter {
    margin: 0;
    border: 1px solid var(--cs-v2-selected-bg);
    background: #fff;
    color: #111827;
    box-shadow: inset 0 0 0 1px var(--cs-v2-selected-bg);
  }
  .comfortset-v2__radio:checked + .comfortset-v2__card .comfortset-v2__dot {
    color: var(--cs-v2-selected-bg);
    border-color: var(--cs-v2-selected-bg);
  }
  .comfortset-v2__radio:checked + .comfortset-v2__card .comfortset-v2__dot::after { opacity: 1; }
  .comfortset-v2__radio:disabled + .comfortset-v2__card--diameter {
    border-color: #e5e7eb;
    background: #f9fafb;
    color: #9ca3af;
    opacity: .75;
  }

  .comfortset-v2__summary {
    margin-top: .75rem;
    padding: .75rem 1rem;
    border-radius: 8px;
    background: #f8fafc;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.4;
  }
  .comfortset-v2__summary[aria-invalid="true"] {
    background: #fff5f5;
    color: #9b1c1c;
  }
  .comfortset-v2 .popover-text { margin: 0; }
  .comfortset-v2__selector-help.popover-text,
  .comfortset-v2 .popover-text.comfortset-v2__selector-help {
    display: flex !important;
    min-width: 0;
    height: auto;
    flex: 0 1 auto;
    align-items: center;
    align-self: center;
    gap: .35rem;
    margin: 0 0 0 auto;
    padding: 0;
    font-size: 0;
    line-height: 1;
  }
  .comfortset-v2__selector-help .product-form__option-link {
    display: block;
    margin: 0;
    padding: 0;
    align-self: flex-end;
    line-height: 1.1;
  }
  .comfortset-v2__selector-help svg {
    display: block;
    flex-shrink: 0;
    align-self: flex-end;
  }
  .comfortset-v2__selector-help button {
    font-size: 13px;
    line-height: 1.3;
    text-align: right;
    white-space: normal;
  }
  .comfortset-v2__modal-richtext > *:first-child { margin-top: 0; }
  .comfortset-v2__modal-richtext > *:last-child { margin-bottom: 0; }
  .comfortset-v2__modal-link-row { margin: .75rem 0 1.25rem; }
  .comfortset-v2__modal-quiz-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .875rem 1rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #2952cc, #3d65e0);
    box-shadow: 0 2px 8px rgba(41, 82, 204, .2);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: transform .2s cubic-bezier(.16, 1, .3, 1), box-shadow .2s cubic-bezier(.16, 1, .3, 1);
  }
  .comfortset-v2__modal-quiz-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(41, 82, 204, .3);
    color: #fff !important;
    text-decoration: none;
  }
  .comfortset-v2__modal-media-intro {
    margin: 0 0 .875rem;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
  }

  @media screen and (max-width: 740px) {
    .comfortset-v2__step { margin-bottom: 1.25rem; }
    .comfortset-v2__label {
      margin-bottom: .625rem;
      font-size: 13px;
    }
    .comfortset-v2__header {
      flex-wrap: wrap;
      gap: .5rem;
    }
    .comfortset-v2__header .comfortset-v2__label {
      flex: 1 1 100%;
      margin-bottom: 0;
    }
    .comfortset-v2 .popover-text.comfortset-v2__selector-help {
      width: 100%;
      flex: 1 1 100%;
      justify-content: flex-start;
      margin-left: 0;
    }
    .comfortset-v2 .comfortset-v2__selector-help button,
    .comfortset-v2 .comfortset-v2__selector-help .product-form__option-link {
      text-align: left;
    }
    .comfortset-v2__options { gap: .5rem; }
    .comfortset-v2__options--three {
      display: flex;
      width: 100%;
      padding: 0 4px;
      flex-wrap: nowrap;
      overflow-x: hidden;
      grid-template-columns: unset;
    }
    .comfortset-v2__options--three .comfortset-v2__option { flex: 1 1 0; }
    .comfortset-v2__options--two { align-items: stretch; }
    .comfortset-v2__options--two .comfortset-v2__option { display: flex; }
    .comfortset-v2__card--model { width: 100%; }
    .comfortset-v2__card--model .comfortset-v2__image {
      min-height: 72px;
      padding: .5rem .4rem .3rem;
    }
    .comfortset-v2__card--model .comfortset-v2__image img { max-height: 68px; }
    .comfortset-v2__card--model .comfortset-v2__info {
      min-height: 50px;
      padding: .35rem .4rem .45rem;
    }
    .comfortset-v2__card--model .comfortset-v2__name { font-size: 12px; }
    .comfortset-v2__subtitle { font-size: 9px; }
    .comfortset-v2__card--model .comfortset-v2__check {
      top: 8px;
      right: 8px;
      width: 20px;
      height: 20px;
    }
    .comfortset-v2__card--model .comfortset-v2__check svg {
      width: 10px;
      height: 10px;
    }
    .comfortset-v2__card--style { border-width: 1.5px; }
    .comfortset-v2__radio:checked + .comfortset-v2__card--style {
      margin: 0;
      border-width: 2px;
    }
    .comfortset-v2__card--style .comfortset-v2__image {
      min-height: 55px;
      padding: .35rem;
    }
    .comfortset-v2__card--style .comfortset-v2__image img { max-height: 80px; }
    .comfortset-v2__card--style .comfortset-v2__info {
      gap: .35rem;
      padding: .625rem .35rem;
    }
    .comfortset-v2__card--style .comfortset-v2__name {
      font-size: 14px;
      line-height: 1.25;
    }
    .comfortset-v2__recommendation { gap: .25rem; }
    .comfortset-v2__recommendation-label {
      font-size: 10px;
      line-height: 1.3;
    }
    .comfortset-v2__recommendation-list { padding: .35rem .4rem; }
    .comfortset-v2__recommendation-list li {
      font-size: 12px;
      line-height: 1.5;
    }
    .comfortset-v2__card--diameter {
      min-height: 40px;
      gap: .55rem;
      padding: .45rem .65rem;
      font-size: 14px;
    }
    .comfortset-v2__summary {
      padding: .625rem .75rem;
      font-size: 12px;
    }
  }
/* END_SNIPPET:comfortset-configurator-v2 */

/* START_SNIPPET:product-variant-selector (INDEX:175) */
.variant-selector {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        z-index: 0;
    }

    .variant-selector *,
    .variant-selector *::before,
    .variant-selector *::after {
        box-sizing: border-box;
    }

    .variant-selector__quantity-selector {
        display: flex;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
        width: 100%;
        max-width: 100%;
    }

    .variant-selector__title {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .variant-selector__title-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.375rem;
        padding: 0.375rem 0.75rem;
        background: #444e4f;
        color: #ffffff;
        border-radius: 4px;
        font-size: 11px;
        font-weight: 600;
    }

    .variant-selector__title-icon {
        width: 0.875rem;
        height: 0.875rem;
    }

    .variant-selector__title-text {
        margin-left: 0.5rem;
        color: #666;
        font-size: 13px;
    }

    .variant-selector__quantity-card {
        flex: 1;
        position: relative;
        padding: 0.5rem 0.75rem;
        background: var(--card-background);
        border: 2px solid var(--card-border);
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        min-width: 0;
        max-width: 100%;
        overflow: visible;
    }

    .variant-selector__quantity-card:hover {
        border-color: #000000;
    }

    .variant-selector__quantity-card--selected {
        border-color: #000000;
        border-width: 2px;
    }

    .variant-selector__quantity-badge {
        position: absolute;
        top: -16px;
        right: 12px;
        padding: 0.25rem 0.5rem;
        background: #1a1a1a;
        color: #ffffff;
        font-size: 0.625rem;
        font-weight: 600;
        border-radius: 4px;
        text-transform: uppercase;
        z-index: 2;
        transform: translateY(0);
    }

    .variant-selector__quantity-badge--best {
        background: #1a1a1a;
    }

    .variant-selector__quantity-icon {
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #444e4f;
        color: #ffffff;
        border-radius: 50%;
        font-size: 0.875rem;
        font-weight: 600;
        flex-shrink: 0;
    }

    .variant-selector__quantity-content {
        display: flex;
        flex-direction: column;
        gap: 0.125rem;
        flex: 1;
        min-width: 0;
    }

    .variant-selector__quantity-label {
        font-size: 11px;
        font-weight: 500;
        white-space: nowrap;
        flex-shrink: 0;
        line-height: 1.2;
    }

    .variant-selector__quantity-price {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        column-gap: 0.375rem;
        row-gap: 0;
        min-width: 0;
        overflow: hidden;
        flex-wrap: wrap;
    }

    .variant-selector__price {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
    }

    .variant-selector__compare-price {
        font-size: 12px;
        color: #999;
        text-decoration: line-through;
        line-height: 1.2;
    }

    .variant-selector__discount {
        display: inline-flex;
        align-items: center;
        padding: 0.2rem 0.4rem;
        background: #e8f5e9;
        color: #2e9e7b;
        font-size: 12px;
        font-weight: 600;
        border-radius: 4px;
        white-space: nowrap;
        flex-shrink: 0;
        align-self: center;
    }

    .variant-selector__discount--positive {
        background: #ffe0e0;
        color: #d32f2f;
    }

    .variant-selector__selectors {
        margin-bottom: 0.75rem;
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }

    .variant-selector__selector-group {
        margin-bottom: 0.75rem;
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }

    .variant-selector__selector-group:last-child {
        margin-bottom: 0;
    }

    /* Duo Selectors Container */
    .variant-selector__duo-selectors-container {
        background: #f5f5f5;
        border: 2px solid #e5e5e5;
        border-radius: 4px;
        padding: 0.75rem;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .variant-selector__duo-selectors-container--hidden {
        display: none;
    }

    .variant-selector__duo-selectors-container .variant-selector__selectors {
        margin-bottom: 0;
    }

    .variant-selector__duo-selectors-container .variant-selector__selector-group {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e5e5e5;
    }

    .variant-selector__duo-selectors-container .variant-selector__selector-group:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .variant-selector__duo-selectors-container .variant-selector__summary {
        margin-bottom: 0;
        margin-top: 0.75rem;
    }

    /* Simple radio button style for Duo selectors (group 1-duo and group 2) */
    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-options,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-options {
        display: flex;
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-option,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-option {
        flex: 1 1 0;
        min-width: 0;
    }

    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-label,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-label {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.625rem;
        padding: 0.75rem 0.75rem;
        background: #ffffff;
        border: 2px solid #e5e5e5;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.2s ease;
        min-height: auto;
    }

    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-label:hover,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-label:hover {
        border-color: #000000;
    }

    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-radio:checked + .variant-selector__type-label,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-radio:checked + .variant-selector__type-label {
        background: #f5f5f5;
        border-color: #333;
    }

    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-radio-button,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-radio-button {
        width: 15px;
        height: 15px;
        border: 2px solid #999;
        border-radius: 50%;
        background: #ffffff;
        position: relative;
        flex-shrink: 0;
        transition: all 0.2s ease;
    }

    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-radio:checked + .variant-selector__type-label .variant-selector__type-radio-button,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-radio:checked + .variant-selector__type-label .variant-selector__type-radio-button {
        border-color: #333;
        background: #333;
    }

    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-radio:checked + .variant-selector__type-label .variant-selector__type-radio-button::after,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-radio:checked + .variant-selector__type-label .variant-selector__type-radio-button::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #ffffff;
    }

    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-name,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-name {
        font-size: 13px;
        font-weight: 500;
        color: #333;
        margin: 0;
        line-height: 1.2;
        white-space: nowrap;
    }

    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-image,
    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-info,
    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-checkmark,
    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-badge,
    .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-description,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-image,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-info,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-checkmark,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-badge,
    .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-description {
        display: none;
    }

    .variant-selector__selector-group--hidden {
        display: none;
    }

    .variant-selector__selector-label {
        display: block;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #666;
        margin-bottom: 0.5rem;
    }

    .variant-selector__type-options {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.75rem;
        width: 100%;
        max-width: 100%;
        overflow: visible;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }

    .variant-selector__type-options::-webkit-scrollbar {
        height: 4px;
    }

    .variant-selector__type-options::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .variant-selector__type-options::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

    .variant-selector__type-option {
        flex: 1 1 0;
        min-width: 150px;
        max-width: 100%;
    }

    @media screen and (min-width: 741px) {
        .variant-selector__type-options {
            overflow: visible;
        }

        .variant-selector__type-option {
            min-width: 0;
        }
    }

    .variant-selector__type-label {
        width: 100%;
        box-sizing: border-box;
    }

    .variant-selector__type-option {
        position: relative;
        overflow: visible;
    }

    .variant-selector__type-radio {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .variant-selector__type-label {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        border: 2px solid var(--card-border);
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.2s ease;
        overflow: hidden;
        height: 100%;
        position: relative;
    }

    .variant-selector__type-label:hover {
        border-color: var(--selector-selected-background);
    }

    .variant-selector__type-radio:checked + .variant-selector__type-label {
        border-color: var(--selector-selected-background);
    }

    .variant-selector__type-image {
        position: relative;
        background: #ffffff;
        padding: 0.35rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        overflow: visible;
        flex-shrink: 0;
    }

    .variant-selector__type-image img {
        max-width: 100%;
        height: auto;
        max-height: 70px;
        object-fit: contain;
    }

    .variant-selector__type-badge {
        position: absolute;
        top: 4px;
        left: 8px;
        padding: 0.25rem 0.5rem;
        background: #f9ca4f;
        color: #000000;
        font-size: 0.625rem;
        font-weight: 600;
        border-radius: 4px;
        text-transform: uppercase;
        z-index: 1;
    }

    .variant-selector__type-checkmark {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 20px;
        height: 20px;
        background: #000000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .variant-selector__type-checkmark svg {
        width: 10px;
        height: 10px;
        fill: #ffffff;
    }

    .variant-selector__type-radio:checked + .variant-selector__type-label .variant-selector__type-checkmark {
        opacity: 1;
    }

    .variant-selector__type-info {
        background: #3d4749;
        color: #ffffff;
        padding: 0.5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0rem;
        flex: 1;
        min-height: 0;
    }

    .variant-selector__type-name {
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 0;
        line-height: 1.2;
        white-space: nowrap;
    }

    .variant-selector__type-description {
        font-size: 10px;
        opacity: 0.9;
        line-height: 1.2;
    }

    .variant-selector__summary {
        padding: 0.2rem;
        background: #f5f5f5;
        border-radius: 4px;
        text-align: center;
    }

    .variant-selector__summary-label {
        font-size: 11px;
        color: #666;
        margin-bottom: 0.25rem;
        line-height: 1.2;
    }

    .variant-selector__summary-text {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.2;
    }

    @media screen and (max-width: 740px) {
        .variant-selector__quantity-selector {
            flex-direction: row;
            gap: 0.5rem;
        }

        .variant-selector__quantity-card {
            flex-wrap: nowrap;
            gap: 0.375rem;
            padding: 0.4rem 0.5rem;
            border-width: 1.5px;
        }

        .variant-selector__quantity-card--selected {
            border-width: 1.5px;
        }

        .variant-selector__quantity-price {
            flex: 1;
            margin-top: 0;
        }

        .variant-selector__quantity-label {
            font-size: 10px;
        }

        .variant-selector__price {
            font-size: 14px;
        }

        .variant-selector__compare-price {
            font-size: 11px;
        }

        .variant-selector__quantity-icon {
            width: 1.75rem;
            height: 1.75rem;
            font-size: 0.75rem;
        }

        .variant-selector__discount {
            font-size: 11px;
            padding: 0.15rem 0.3rem;
        }

        .variant-selector__type-options {
            flex-wrap: nowrap;
            overflow-x: hidden;
            gap: 0.5rem;
        }

        .variant-selector__type-option {
            flex: 1 1 0;
            min-width: 0;
        }

        .variant-selector__price {
            font-size: 1.125rem;
        }

        .variant-selector__type-label {
            border-width: 1.5px;
        }

        .variant-selector__selector-group[data-selector-group='1-duo'] .variant-selector__type-label,
        .variant-selector__selector-group[data-selector-group='2'] .variant-selector__type-label {
            border-width: 1.5px;
            flex-direction: column;
            gap: 0.375rem;
            padding: 0.5rem 0.375rem;
        }

        .variant-selector__type-image {
            min-height: 45px;
            padding: 0.25rem;
        }

        .variant-selector__type-image img {
            max-height: 70px;
        }

        .variant-selector__type-info {
            padding: 0.5rem 0.25rem;
        }

        .variant-selector__type-name {
            font-size: 13px;
        }

        .variant-selector__type-description {
            font-size: 10px;
        }

        .variant-selector__type-badge {
            top: 2px;
            left: 4px;
            padding: 0.15rem 0.35rem;
            font-size: 0.5rem;
            border-radius: 3px;
        }
    }
/* END_SNIPPET:product-variant-selector */

/* START_SNIPPET:saddle-bundle-selector (INDEX:217) */
.saddle-bundle {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        z-index: 0;
    }

    .saddle-bundle *,
    .saddle-bundle *::before,
    .saddle-bundle *::after {
        box-sizing: border-box;
    }

    .saddle-bundle__quantity-selector {
        display: flex;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
        width: 100%;
        max-width: 100%;
    }

    .saddle-bundle__title {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .saddle-bundle__title-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.375rem;
        padding: 0.375rem 0.75rem;
        background: #444e4f;
        color: #ffffff;
        border-radius: 4px;
        font-size: 11px;
        font-weight: 600;
    }

    .saddle-bundle__title-icon {
        width: 0.875rem;
        height: 0.875rem;
    }

    .saddle-bundle__title-text {
        margin-left: 0.5rem;
        color: #666;
        font-size: 13px;
    }

    .saddle-bundle__quantity-card {
        flex: 1;
        position: relative;
        padding: 0.5rem 0.75rem;
        background: var(--card-background);
        border: 2px solid var(--card-border);
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        min-width: 0;
        max-width: 100%;
        overflow: visible;
    }

    .saddle-bundle__quantity-card:hover {
        border-color: #000000;
    }

    .saddle-bundle__quantity-card--selected {
        border-color: #000000;
        border-width: 2px;
    }

    .saddle-bundle__quantity-badge {
        position: absolute;
        top: -16px;
        right: 12px;
        padding: 0.25rem 0.5rem;
        background: #1a1a1a;
        color: #ffffff;
        font-size: 0.625rem;
        font-weight: 600;
        border-radius: 4px;
        text-transform: uppercase;
        z-index: 2;
        transform: translateY(0);
    }

    .saddle-bundle__quantity-badge--best {
        background: #1a1a1a;
    }

    .saddle-bundle__quantity-icon {
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #444e4f;
        color: #ffffff;
        border-radius: 50%;
        font-size: 0.875rem;
        font-weight: 600;
        flex-shrink: 0;
    }

    .saddle-bundle__quantity-content {
        display: flex;
        flex-direction: column;
        gap: 0.125rem;
        flex: 1;
        min-width: 0;
    }

    .saddle-bundle__quantity-label {
        font-size: 11px;
        font-weight: 500;
        white-space: nowrap;
        flex-shrink: 0;
        line-height: 1.2;
    }

    .saddle-bundle__quantity-price {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        column-gap: 0.375rem;
        row-gap: 0;
        min-width: 0;
        overflow: hidden;
        flex-wrap: wrap;
    }

    .saddle-bundle__price {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
    }

    .saddle-bundle__compare-price {
        font-size: 12px;
        color: #999;
        text-decoration: line-through;
        line-height: 1.2;
    }

    .saddle-bundle__discount {
        display: inline-flex;
        align-items: center;
        padding: 0.2rem 0.4rem;
        background: #e8f5e9;
        color: #2e9e7b;
        font-size: 12px;
        font-weight: 600;
        border-radius: 4px;
        white-space: nowrap;
        flex-shrink: 0;
        align-self: center;
    }

    .saddle-bundle__discount--positive {
        background: #ffe0e0;
        color: #d32f2f;
    }

    .saddle-bundle__selectors {
        margin-bottom: 0.75rem;
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }

    .saddle-bundle__selector-group {
        margin-bottom: 0.75rem;
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }

    .saddle-bundle__selector-group:last-child {
        margin-bottom: 0;
    }

    /* Duo Selectors Container */
    .saddle-bundle__duo-selectors-container {
        background: #f5f5f5;
        border: 2px solid #e5e5e5;
        border-radius: 4px;
        padding: 0.75rem;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .saddle-bundle__duo-selectors-container--hidden {
        display: none;
    }

    .saddle-bundle__duo-selectors-container .saddle-bundle__selectors {
        margin-bottom: 0;
    }

    .saddle-bundle__duo-selectors-container .saddle-bundle__selector-group {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e5e5e5;
    }

    .saddle-bundle__duo-selectors-container .saddle-bundle__selector-group:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .saddle-bundle__duo-selectors-container .saddle-bundle__summary {
        margin-bottom: 0;
        margin-top: 0.75rem;
    }

    /* Simple radio button style for Duo selectors (group 1-duo and group 2) */
    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-options,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-options {
        display: flex;
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-option,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-option {
        flex: 1 1 0;
        min-width: 0;
    }

    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-label,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-label {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.625rem;
        padding: 0.75rem 0.75rem;
        background: #ffffff;
        border: 2px solid #e5e5e5;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.2s ease;
        min-height: auto;
    }

    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-label:hover,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-label:hover {
        border-color: #000000;
    }

    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-radio:checked + .saddle-bundle__type-label,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-radio:checked + .saddle-bundle__type-label {
        background: #f5f5f5;
        border-color: #333;
    }

    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-radio-button,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-radio-button {
        width: 15px;
        height: 15px;
        border: 2px solid #999;
        border-radius: 50%;
        background: #ffffff;
        position: relative;
        flex-shrink: 0;
        transition: all 0.2s ease;
    }

    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-radio:checked + .saddle-bundle__type-label .saddle-bundle__type-radio-button,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-radio:checked + .saddle-bundle__type-label .saddle-bundle__type-radio-button {
        border-color: #333;
        background: #333;
    }

    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-radio:checked + .saddle-bundle__type-label .saddle-bundle__type-radio-button::after,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-radio:checked + .saddle-bundle__type-label .saddle-bundle__type-radio-button::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #ffffff;
    }

    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-name,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-name {
        font-size: 13px;
        font-weight: 500;
        color: #333;
        margin: 0;
        line-height: 1.2;
        white-space: nowrap;
    }

    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-image,
    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-info,
    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-checkmark,
    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-badge,
    .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-description,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-image,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-info,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-checkmark,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-badge,
    .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-description {
        display: none;
    }

    .saddle-bundle__selector-group--hidden {
        display: none;
    }

    .saddle-bundle__selector-label {
        display: block;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #666;
        margin-bottom: 0.5rem;
    }

    .saddle-bundle__type-options {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.75rem;
        width: 100%;
        max-width: 100%;
        overflow: visible;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }

    .saddle-bundle__type-options::-webkit-scrollbar {
        height: 4px;
    }

    .saddle-bundle__type-options::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .saddle-bundle__type-options::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

    .saddle-bundle__type-option {
        flex: 1 1 0;
        min-width: 150px;
        max-width: 100%;
    }

    @media screen and (min-width: 741px) {
        .saddle-bundle__type-options {
            overflow: visible;
        }

        .saddle-bundle__type-option {
            min-width: 0;
        }
    }

    .saddle-bundle__type-label {
        width: 100%;
        box-sizing: border-box;
    }

    .saddle-bundle__type-option {
        position: relative;
        overflow: visible;
    }

    .saddle-bundle__type-radio {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .saddle-bundle__type-label {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        border: 2px solid var(--card-border);
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.2s ease;
        overflow: hidden;
        height: 100%;
        position: relative;
    }

    .saddle-bundle__type-label:hover {
        border-color: var(--selector-selected-background);
    }

    .saddle-bundle__type-radio:checked + .saddle-bundle__type-label {
        border-color: var(--selector-selected-background);
    }

    .saddle-bundle__type-image {
        position: relative;
        background: #ffffff;
        padding: 0.35rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        overflow: visible;
        flex-shrink: 0;
    }

    .saddle-bundle__type-image img {
        max-width: 100%;
        height: auto;
        max-height: 70px;
        object-fit: contain;
    }

    .saddle-bundle__type-badge {
        position: absolute;
        top: 4px;
        left: 8px;
        padding: 0.25rem 0.5rem;
        background: #f9ca4f;
        color: #000000;
        font-size: 0.625rem;
        font-weight: 600;
        border-radius: 4px;
        text-transform: uppercase;
        z-index: 1;
    }

    .saddle-bundle__type-checkmark {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 20px;
        height: 20px;
        background: #000000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .saddle-bundle__type-checkmark svg {
        width: 10px;
        height: 10px;
        fill: #ffffff;
    }

    .saddle-bundle__type-radio:checked + .saddle-bundle__type-label .saddle-bundle__type-checkmark {
        opacity: 1;
    }

    .saddle-bundle__type-info {
        background: #3d4749;
        color: #ffffff;
        padding: 0.5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0rem;
        flex: 1;
        min-height: 0;
    }

    .saddle-bundle__type-name {
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 0;
        line-height: 1.2;
        white-space: nowrap;
    }

    .saddle-bundle__type-description {
        font-size: 10px;
        opacity: 0.9;
        line-height: 1.2;
    }

    .saddle-bundle__summary {
        padding: 0.2rem;
        background: #f5f5f5;
        border-radius: 4px;
        text-align: center;
    }

    .saddle-bundle__summary-label {
        font-size: 11px;
        color: #666;
        margin-bottom: 0.25rem;
        line-height: 1.2;
    }

    .saddle-bundle__summary-text {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.2;
    }

    @media screen and (max-width: 740px) {
        .saddle-bundle__quantity-selector {
            flex-direction: row;
            gap: 0.5rem;
        }

        .saddle-bundle__quantity-card {
            flex-wrap: nowrap;
            gap: 0.375rem;
            padding: 0.4rem 0.5rem;
            border-width: 1.5px;
        }

        .saddle-bundle__quantity-card--selected {
            border-width: 1.5px;
        }

        .saddle-bundle__quantity-price {
            flex: 1;
            margin-top: 0;
        }

        .saddle-bundle__quantity-label {
            font-size: 10px;
        }

        .saddle-bundle__price {
            font-size: 14px;
        }

        .saddle-bundle__compare-price {
            font-size: 11px;
        }

        .saddle-bundle__quantity-icon {
            width: 1.75rem;
            height: 1.75rem;
            font-size: 0.75rem;
        }

        .saddle-bundle__discount {
            font-size: 11px;
            padding: 0.15rem 0.3rem;
        }

        .saddle-bundle__type-options {
            flex-wrap: nowrap;
            overflow-x: hidden;
            gap: 0.5rem;
        }

        .saddle-bundle__type-option {
            flex: 1 1 0;
            min-width: 0;
        }

        .saddle-bundle__price {
            font-size: 1.125rem;
        }

        .saddle-bundle__type-label {
            border-width: 1.5px;
        }

        .saddle-bundle__selector-group[data-selector-group='1-duo'] .saddle-bundle__type-label,
        .saddle-bundle__selector-group[data-selector-group='2'] .saddle-bundle__type-label {
            border-width: 1.5px;
        }

        .saddle-bundle__type-image {
            min-height: 45px;
            padding: 0.25rem;
        }

        .saddle-bundle__type-image img {
            max-height: 70px;
        }

        .saddle-bundle__type-info {
            padding: 0.5rem 0.25rem;
        }

        .saddle-bundle__type-name {
            font-size: 13px;
        }

        .saddle-bundle__type-description {
            font-size: 10px;
        }
    }

    /* Gel Cover Addon Styles */
    .saddle-bundle__addon {
        margin-bottom: 0.75rem;
        width: 100%;
        max-width: 100%;
    }

    .saddle-bundle__addon-checkbox-container {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.5rem 0.75rem;
        background: #ffffff;
        border: 2px solid var(--card-border);
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .saddle-bundle__addon-checkbox-container:hover {
        border-color: #000000;
        background: #ffffff;
    }

    .saddle-bundle__addon-checkbox-container--checked {
        border-color: #000000;
        background: #ffffff;
    }

    .saddle-bundle__addon-checkbox-input {
        width: 15px;
        height: 15px;
        min-width: 15px;
        cursor: pointer;
        accent-color: #000000;
        flex-shrink: 0;
    }

    .saddle-bundle__addon-image {
        width: 50px;
        height: 50px;
        min-width: 50px;
        background: #ffffff;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        flex-shrink: 0;
    }

    .saddle-bundle__addon-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .saddle-bundle__addon-image--loading {
        background: #f0f0f0;
    }

    .saddle-bundle__addon-content {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .saddle-bundle__addon-title {
        font-size: 13px;
        font-weight: 600;
        color: #333;
        line-height: 1.3;
    }

    .saddle-bundle__addon-description {
        font-size: 11px;
        color: #666;
        line-height: 1.3;
    }

    .saddle-bundle__addon-price-container {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 0.375rem;
        flex-shrink: 0;
        margin-left: auto;
        flex-wrap: wrap;
    }

    .saddle-bundle__addon-price {
        font-size: 15px;
        font-weight: 700;
        color: #2e9e7b;
    }

    .saddle-bundle__addon-compare-price {
        font-size: 12px;
        color: #999;
        text-decoration: line-through;
    }

    .saddle-bundle__addon-loading {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        color: #666;
        font-size: 14px;
    }

    .saddle-bundle__addon-error {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        color: #d32f2f;
        font-size: 12px;
        background: #ffe0e0;
        border-radius: 4px;
    }

    @media screen and (max-width: 740px) {
        .saddle-bundle__addon-checkbox-container {
            flex-wrap: nowrap;
            gap: 0.5rem;
            align-items: center;
            border-width: 1.5px;
            padding: 0.4rem 0.5rem;
        }

        .saddle-bundle__addon-content {
            flex: 1;
            min-width: 0;
            padding-right: 0.5rem;
        }

        .saddle-bundle__addon-title {
            font-size: 11px;
            line-height: 1.1;
        }

        .saddle-bundle__addon-description {
            font-size: 10px;
            margin-top: 0;
            line-height: 1.1;
        }

        .saddle-bundle__addon-price-container {
            flex-shrink: 0;
            flex-direction: column;
            align-items: flex-end;
            gap: 0;
            margin-left: 0;
            margin-top: 0;
            flex-wrap: nowrap;
        }

        .saddle-bundle__addon-price-wrap,
        .saddle-bundle__addon-compare-price-wrap {
            display: inline-flex;
            align-items: baseline;
        }

        .saddle-bundle__addon-price {
            font-size: 13px;
        }

        .saddle-bundle__addon-compare-price {
            font-size: 10px;
        }

        .saddle-bundle__addon-image {
            width: 40px;
            height: 40px;
            min-width: 40px;
            flex-shrink: 0;
        }

        .saddle-bundle__addon-checkbox-input {
            flex-shrink: 0;
        }
    }
/* END_SNIPPET:saddle-bundle-selector */

/* START_SNIPPET:single-dual-bundle-selector (INDEX:224) */
.single-dual-bundle {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: visible;
        box-sizing: border-box;
        position: relative;
        z-index: 0;
        font-family: inherit;
    }

    .single-dual-bundle *,
    .single-dual-bundle *::before,
    .single-dual-bundle *::after {
        box-sizing: border-box;
    }

    /* Section 1: Type Selector */
    .single-dual-bundle__selectors {
        margin-bottom: 1.5rem;
        width: 100%;
    }

    .single-dual-bundle__model-selector {
        margin-bottom: 1.5rem;
        width: 100%;
    }

    .single-dual-bundle__model-options {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
        width: 100%;
    }

    .single-dual-bundle__model-option {
        position: relative;
        min-width: 0;
    }

    .single-dual-bundle__model-radio {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .single-dual-bundle__model-label {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 16px;
        cursor: pointer;
        transition: all 0.2s ease;
        overflow: hidden;
        height: 100%;
        position: relative;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        width: 100%;
    }

    .single-dual-bundle__model-label:hover {
        border-color: #999;
    }

    .single-dual-bundle__model-radio:checked + .single-dual-bundle__model-label {
        border-color: #111827;
        border-width: 2px;
        margin: -1px;
    }

    .single-dual-bundle__model-image {
        position: relative;
        background: #ffffff;
        padding: 1rem 0.75rem 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 120px;
    }

    .single-dual-bundle__model-image img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 120px;
        object-fit: contain;
    }

    .single-dual-bundle__model-checkmark {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 24px;
        height: 24px;
        background: #111827;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 2;
    }

    .single-dual-bundle__model-radio:checked + .single-dual-bundle__model-label .single-dual-bundle__model-checkmark {
        opacity: 1;
    }

    .single-dual-bundle__model-checkmark svg {
        width: 12px;
        height: 12px;
        fill: #ffffff;
    }

    .single-dual-bundle__model-info {
        background: #3d4749;
        color: #ffffff;
        padding: 0.45rem 0.75rem 0.4rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 0.125rem;
        min-height: 60px;
        justify-content: flex-start;
        flex: 1 0 auto;
    }

    .single-dual-bundle__model-name {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
    }

    .single-dual-bundle__model-subtitle {
        font-size: 14px;
        line-height: 1.35;
        color: rgba(255, 255, 255, 0.88);
    }

    .single-dual-bundle__selector-label {
        display: block;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #666;
        margin-bottom: 0.75rem;
    }

    .single-dual-bundle__selector-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .single-dual-bundle__selector-header .single-dual-bundle__selector-label {
        margin-bottom: 0;
        flex: 0 1 auto;
    }

    .single-dual-bundle .popover-text.single-dual-bundle__selector-help {
        margin-bottom: 0;
        display: flex !important;
        align-items: center;
        align-self: center;
        gap: 0.35rem;
        font-size: 0;
        line-height: 1;
        margin-left: auto;
        min-width: 0;
        flex: 0 1 auto;
        height: auto;
        padding: 0;
    }

    .single-dual-bundle__selector-help .product-form__option-link {
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1.1;
        align-self: flex-end;
    }

    .single-dual-bundle__selector-help button {
        font-size: 13px;
        line-height: 1.3;
        white-space: normal;
        text-align: right;
    }

    .single-dual-bundle__selector-help svg {
        display: block;
        align-self: flex-end;
        flex-shrink: 0;
    }

    .single-dual-bundle__modal-richtext > *:first-child {
        margin-top: 0;
    }

    .single-dual-bundle__modal-richtext > *:last-child {
        margin-bottom: 0;
    }

    .single-dual-bundle__modal-kicker {
        margin: 0 0 0.75rem;
        font-size: 18px;
        font-weight: 700;
        color: #111827;
    }

    .single-dual-bundle__modal-link-row {
        margin: 0.75rem 0 1.25rem;
    }

    .single-dual-bundle__modal-quiz-link,
    .single-dual-bundle__modal-action-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.875rem 1rem;
        border-radius: 12px;
        background: linear-gradient(135deg, #2952cc, #3d65e0);
        color: #ffffff !important;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 2px 8px rgba(41, 82, 204, 0.2);
        transition: transform 0.2s cubic-bezier(.16,1,.3,1), box-shadow 0.2s cubic-bezier(.16,1,.3,1), background 0.2s ease;
    }

    .single-dual-bundle__modal-quiz-link:hover,
    .single-dual-bundle__modal-action-link:hover {
        background: linear-gradient(135deg, #2952cc, #3d65e0);
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(41, 82, 204, 0.3);
        color: #ffffff !important;
        text-decoration: none;
    }

    .single-dual-bundle__modal-video-intro {
        margin: 0 0 0.875rem;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5;
        color: #111827;
    }

    .single-dual-bundle__modal-secondary-media {
        margin: 0 0 1rem;
    }

    .single-dual-bundle__modal-secondary-image {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 18px;
    }

    .single-dual-bundle .popover-text {
        margin-bottom: 0.5rem;
    }

    .single-dual-bundle__type-options {
        display: grid;
        grid-template-columns: repeat(var(--sd-type-columns, 3), minmax(0, 1fr));
        gap: 0.75rem;
        width: 100%;
    }

    .single-dual-bundle__type-option {
        position: relative;
        min-width: 0;
    }

    .single-dual-bundle__type-radio {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .single-dual-bundle__type-label {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s ease;
        overflow: hidden;
        height: 100%;
        position: relative;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .single-dual-bundle__type-label:hover {
        border-color: #999;
    }

    .single-dual-bundle__type-radio:checked + .single-dual-bundle__type-label {
        border-color: #111827;
        box-shadow: inset 0 0 0 1px #111827, 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .single-dual-bundle__type-image {
        position: relative;
        background: #ffffff;
        padding: 1rem 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100px;
    }

    .single-dual-bundle__type-image img {
        max-width: 100%;
        height: auto;
        max-height: 120px;
        object-fit: contain;
    }

    .single-dual-bundle__type-badge {
        position: absolute;
        top: 8px;
        left: 8px;
        padding: 0.25rem 0.5rem;
        background: #ffd700;
        color: #000000;
        font-size: 10px;
        font-weight: 700;
        border-radius: 4px;
        text-transform: uppercase;
        z-index: 1;
        line-height: 1;
    }

    .single-dual-bundle__type-checkmark {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 20px;
        height: 20px;
        background: #111827;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 2;
    }

    .single-dual-bundle__type-radio:checked + .single-dual-bundle__type-label .single-dual-bundle__type-checkmark {
        opacity: 1;
    }

    .single-dual-bundle__type-checkmark svg {
        width: 12px;
        height: 12px;
        fill: #ffffff;
    }

    .single-dual-bundle__type-info {
        background: #3d4749;
        color: #ffffff;
        padding: 0.75rem 0.5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.5rem;
        flex: 1;
    }

    .single-dual-bundle__type-name {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
    }

    .single-dual-bundle__type-description {
        font-size: 11px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.3;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .single-dual-bundle__type-description-label {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: rgba(255, 255, 255, 0.6);
    }

    .single-dual-bundle__type-description-list {
        background: rgba(255, 255, 255, 0.9);
        color: #333;
        border-radius: 4px;
        padding: 0.5rem;
        margin: 0;
        list-style: none;
        text-align: center;
        width: 100%;
    }

    .single-dual-bundle__type-description-list li {
        font-size: 11px;
        font-weight: 600;
        line-height: 1.4;
    }

    /* Mengen-Rabatt Banner */
    .single-dual-bundle__quantity-title {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .single-dual-bundle__quantity-title-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.375rem;
        padding: 0.25rem 0.5rem;
        background: #444e4f;
        color: #ffffff;
        border-radius: 99px;
        font-size: 10px;
        font-weight: 600;
    }

    .single-dual-bundle__quantity-title-icon {
        width: 0.75rem;
        height: 0.75rem;
    }

    .single-dual-bundle__quantity-title-text {
        color: #666;
        font-size: 12px;
    }

    /* Section 2: Bundle Options */
    .single-dual-bundle__option-selector {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 0.75rem;
        width: 100%;
    }

    .single-dual-bundle__option-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        position: relative;
    }

    .single-dual-bundle__option-card {
        position: relative;
        padding: 0.75rem 0.875rem;
        background: #f9fafb;
        border: 2px solid #e5e7eb;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
        width: 100%;
        min-height: 68px;
    }

    .single-dual-bundle__option-card:hover {
        border-color: #9ca3af;
    }

    .single-dual-bundle__option-card--selected {
        background: #ffffff;
        border-color: #111827;
    }

    /* Floating Badges */
    .single-dual-bundle__floating-badge {
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0.2rem 0.6rem;
        border-radius: 99px;
        font-size: 10px;
        font-weight: 700;
        color: #ffffff;
        z-index: 10;
        white-space: nowrap;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .single-dual-bundle__floating-badge--orange {
        background: #f59e0b;
    }

    .single-dual-bundle__floating-badge--grey {
        background: #4b5563;
    }

    /* Circle Indicators */
    .single-dual-bundle__option-circle {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        flex-shrink: 0;
    }

    .single-dual-bundle__option-circle--1x {
        background: #4b5563;
    }

    .single-dual-bundle__option-circle--2x {
        background: #f59e0b;
    }

    .single-dual-bundle__option-circle--3x {
        background: #4b5563;
    }

    /* Content Area */
    .single-dual-bundle__option-card-main {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 0.0625rem;
    }

    .single-dual-bundle__option-label {
        font-size: 13px;
        font-weight: 500;
        color: #6b7280;
        line-height: 1.2;
    }

    .single-dual-bundle__option-price-box {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 0.4rem;
        flex-wrap: wrap;
    }

    .single-dual-bundle__price {
        font-size: 16px;
        font-weight: 700;
        color: #111827;
    }

    .single-dual-bundle__per-item {
        font-size: 13px;
        font-weight: 500;
        color: #374151;
    }

    .single-dual-bundle__compare-price {
        font-size: 12px;
        color: #9ca3af;
        text-decoration: line-through;
    }

    /* Savings Badge - all red */
    .single-dual-bundle__savings-badge {
        padding: 0.2rem 0.6rem;
        border-radius: 99px;
        font-size: 11px;
        font-weight: 700;
        white-space: nowrap;
        background: #fee2e2;
        color: #b91c1c;
    }

    /* Gift Pill - matches add-on info yellow */
    .single-dual-bundle__gift-pill {
        display: inline-flex;
        align-items: center;
        gap: 0.3rem;
        background: #fffbeb;
        border: 1px solid #fcd34d;
        border-radius: 4px;
        padding: 0.2rem 0.4rem;
        font-size: 10px;
        font-weight: 600;
        color: #92400e;
        width: fit-content;
        margin-top: 0.2rem;
    }

    .single-dual-bundle__gift-pill svg {
        width: 12px;
        height: 12px;
    }

    .single-dual-bundle__gift-teaser {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        margin-top: 0.25rem;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.35;
        color: #2952cc;
        width: fit-content;
        max-width: 100%;
    }

    .single-dual-bundle__gift-teaser svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .single-dual-bundle__gratis-underlined {
        text-decoration: underline;
    }

    /* Storage for expandable when Single is selected - must be hidden */
    .single-dual-bundle__bundle-expandable-storage {
        display: none;
    }

    /* Expandable Area */
    .single-dual-bundle__bundle-expandable-slot {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.3s ease-out;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .single-dual-bundle__bundle-expandable-slot--expanded {
        grid-template-rows: 1fr;
    }

    .single-dual-bundle__bundle-expandable {
        min-height: 0;
        padding-top: 0.5rem;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .single-dual-bundle__bundle-expandable--hidden {
        display: none;
    }

    /* Notification Box */
    .single-dual-bundle__notification-box {
        background: #fffbeb;
        border: 1px solid #fcd34d;
        border-radius: 8px;
        padding: 0.75rem;
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        margin-bottom: 1rem;
    }

    .single-dual-bundle__notification-image {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        object-fit: contain;
    }

    .single-dual-bundle__notification-content {
        font-size: 13px;
        color: #92400e;
        line-height: 1.4;
    }

    .single-dual-bundle__notification-title {
        font-weight: 700;
        display: block;
        margin-bottom: 0.125rem;
    }

    /* Variant Selectors */
    .single-dual-bundle__variant-groups {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 1rem;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-group {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-group-label {
        font-size: 13px;
        font-weight: 600;
        color: #111827;
        margin-bottom: 0.5rem;
        display: block;
    }

    #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-options {
        display: flex;
        gap: 0.5rem;
        width: 100%;
    }

    #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option {
        flex: 1;
    }

    #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option-radio {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        appearance: none;
        -webkit-appearance: none;
        width: 0;
        height: 0;
        margin: 0;
    }

    #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option-label {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.6rem 0.5rem;
        background: #f3f4f6;
        border: 1px solid transparent;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.2s;
        width: 100%;
    }

    #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option-radio:checked + .single-dual-bundle__variant-option-label {
        background: #e5e7eb;
        border-color: #111827;
        font-weight: 600;
    }

    #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option-dot {
        width: 16px;
        height: 16px;
        border: 2px solid #9ca3af;
        border-radius: 50%;
        background: transparent;
        position: relative;
    }

    #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option-radio:checked + .single-dual-bundle__variant-option-label .single-dual-bundle__variant-option-dot {
        border-color: #111827;
    }

    #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option-radio:checked + .single-dual-bundle__variant-option-label .single-dual-bundle__variant-option-dot::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 8px;
        height: 8px;
        background: #111827;
        border-radius: 50%;
    }

    @media screen and (min-width: 741px) {
        #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option-label {
            gap: 0;
        }

        #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option-dot {
            display: none;
        }
    }

    #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option-name {
        font-size: 13px;
        color: #374151;
    }

    #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option-radio:checked + .single-dual-bundle__variant-option-label .single-dual-bundle__variant-option-name {
        color: #111827;
    }

    /* Summary */
    .single-dual-bundle__summary {
        margin-top: 0.75rem;
        text-align: center;
        font-size: 13px;
        color: #6b7280;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .single-dual-bundle__summary-text {
        max-width: 100%;
        min-width: 0;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .single-dual-bundle__gift-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
        margin-top: 0.75rem;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.45;
        color: #6b7280;
        width: 100%;
    }

    .single-dual-bundle__gift-footer[hidden] {
        display: none;
    }

    .single-dual-bundle__gift-footer-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        color: #6b7280;
    }

    .single-dual-bundle__gift-footer-icon svg {
        width: 16px;
        height: 16px;
    }

    .single-dual-bundle__scoped-global {
        margin-bottom: 1rem;
    }

    .single-dual-bundle__scoped-field + .single-dual-bundle__scoped-field {
        margin-top: 0.75rem;
    }

    [data-scoped-global-options] .single-dual-bundle__type-radio:disabled + .single-dual-bundle__type-label {
        opacity: 0.38;
        cursor: not-allowed;
    }

    .single-dual-bundle__scoped-summary-label {
        display: block;
        margin-bottom: 0.25rem;
        font-weight: 700;
        color: #111827;
    }

    [data-scoped-variant-groups] > .single-dual-bundle__variant-group + .single-dual-bundle__variant-group {
        border-top: 1px solid #e5e7eb;
        padding-top: 1rem;
        margin-top: 0.25rem;
    }

    #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option-radio:disabled + .single-dual-bundle__variant-option-label {
        opacity: 0.38;
        cursor: not-allowed;
        text-decoration: line-through;
    }

    @media screen and (max-width: 740px) {
        /* Dein Satteltyp: larger and easier to read (especially bullet points) */
        .single-dual-bundle__selectors {
            margin-bottom: 1.25rem;
        }

        .single-dual-bundle__selector-label {
            font-size: 13px;
            margin-bottom: 0.625rem;
        }

        .single-dual-bundle__selector-header {
            align-items: center;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        .single-dual-bundle__selector-header .single-dual-bundle__selector-label {
            margin-bottom: 0;
            flex: 1 1 100%;
        }

        .single-dual-bundle .popover-text.single-dual-bundle__selector-help {
            margin-left: 0;
            align-self: center;
            flex: 1 1 100%;
            justify-content: flex-start;
            width: 100%;
        }

        .single-dual-bundle .single-dual-bundle__selector-help button {
            font-size: 12px;
            text-align: left;
        }

        .single-dual-bundle .single-dual-bundle__selector-help .product-form__option-link {
            text-align: left;
        }

        .single-dual-bundle__type-options {
            gap: 0.5rem;
        }

        .single-dual-bundle__type-options[data-mobile-layout="scroll"] {
            display: flex;
            flex-wrap: nowrap;
            white-space: normal;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            overscroll-behavior-x: contain;
            touch-action: pan-x;
            scroll-snap-type: x mandatory;
            scrollbar-width: none;
            width: 100%;
            padding: 0 12px 4px 4px;
            font-size: 0;
        }

        .single-dual-bundle__type-options[data-mobile-layout="scroll"]::-webkit-scrollbar {
            display: none;
        }

        .single-dual-bundle__type-options[data-mobile-layout="grid"] {
            display: grid;
            grid-template-columns: repeat(var(--sd-type-mobile-columns, 1), minmax(0, 1fr));
            width: 100%;
            padding: 0;
            overflow: visible;
        }

        .single-dual-bundle__type-options[data-mobile-layout="grid"] .single-dual-bundle__type-option {
            flex: none;
            width: auto;
            min-width: 0;
            scroll-snap-align: unset;
            scroll-snap-stop: normal;
            white-space: normal;
        }

        .single-dual-bundle__type-options[data-mobile-layout="scroll"] .single-dual-bundle__type-option {
            display: block;
            flex: 0 0 calc((100% - 1.5rem) / 4.25);
            width: calc((100% - 1.5rem) / 4.25);
            min-width: calc((100% - 1.5rem) / 4.25);
            scroll-snap-align: start;
            scroll-snap-stop: always;
            white-space: normal;
        }

        .single-dual-bundle__type-image {
            min-height: 55px;
            padding: 0.35rem;
        }

        .single-dual-bundle__type-image img {
            max-height: 80px;
        }

        .single-dual-bundle__type-info {
            padding: 0.625rem 0.35rem;
            gap: 0.35rem;
        }

        .single-dual-bundle__type-name {
            font-size: 12px;
            line-height: 1.2;
        }

        .single-dual-bundle__type-description {
            gap: 0.25rem;
        }

        .single-dual-bundle__type-description-label {
            font-size: 10px;
            line-height: 1.3;
        }

        .single-dual-bundle__type-description-list {
            padding: 0.35rem 0.4rem;
        }

        .single-dual-bundle__type-description-list li {
            font-size: 12px;
            font-weight: 600;
            line-height: 1.5;
        }

        .single-dual-bundle__model-options {
            gap: 0.5rem;
            align-items: stretch;
        }

        .single-dual-bundle__model-option {
            display: flex;
        }

        .single-dual-bundle__model-image {
            min-height: 72px;
            padding: 0.5rem 0.4rem 0.3rem;
        }

        .single-dual-bundle__model-image img {
            max-height: 68px;
        }

        .single-dual-bundle__model-info {
            min-height: 50px;
            padding: 0.35rem 0.4rem 0.45rem;
        }

        .single-dual-bundle__model-name {
            font-size: 12px;
            line-height: 1.2;
        }

        .single-dual-bundle__model-subtitle {
            font-size: 12px;
            line-height: 1.3;
        }

        .single-dual-bundle__model-checkmark {
            top: 8px;
            right: 8px;
            width: 20px;
            height: 20px;
        }

        .single-dual-bundle__model-checkmark svg {
            width: 10px;
            height: 10px;
        }

        .single-dual-bundle__type-label {
            border-width: 1.5px;
        }

        .single-dual-bundle__type-radio:checked + .single-dual-bundle__type-label {
            box-shadow: inset 0 0 0 1px #111827, 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        /* Mengen-Rabatt: more compact and smaller */
        .single-dual-bundle__quantity-title {
            margin-bottom: 0.5rem;
        }

        .single-dual-bundle__quantity-title-badge {
            font-size: 10px;
            padding: 0.25rem 0.5rem;
        }

        .single-dual-bundle__quantity-title-icon {
            width: 0.75rem;
            height: 0.75rem;
        }

        .single-dual-bundle__quantity-title-text {
            font-size: 11px;
        }

        .single-dual-bundle__option-selector {
            gap: 0.5rem;
            margin-bottom: 0.75rem;
        }

        .single-dual-bundle__option-card {
            padding: 0.5rem 0.625rem;
            gap: 0.5rem;
            min-height: 60px;
        }

        .single-dual-bundle__option-circle {
            width: 32px;
            height: 32px;
            font-size: 13px;
        }

        .single-dual-bundle__option-label {
            font-size: 12px;
        }

        .single-dual-bundle__option-price-box {
            gap: 0.35rem;
        }

        .single-dual-bundle__price {
            font-size: 14px;
        }

        .single-dual-bundle__per-item {
            font-size: 11px;
        }

        .single-dual-bundle__compare-price {
            font-size: 11px;
        }

        .single-dual-bundle__savings-badge {
            font-size: 10px;
            padding: 0.15rem 0.4rem;
        }

        .single-dual-bundle__gift-pill {
            font-size: 10px;
            padding: 0.15rem 0.35rem;
            margin-top: 0.15rem;
        }

        .single-dual-bundle__gift-pill svg {
            width: 12px;
            height: 12px;
        }

        .single-dual-bundle__gift-teaser {
            font-size: 10px;
            gap: 0.25rem;
            margin-top: 0.15rem;
        }

        .single-dual-bundle__gift-teaser svg {
            width: 12px;
            height: 12px;
        }

        .single-dual-bundle__floating-badge {
            font-size: 10px;
            padding: 0.15rem 0.5rem;
        }

        /* Notification box (Kaufe 2 Sättel & erhalte...) - more compact on mobile */
        .single-dual-bundle__notification-box {
            padding: 0.5rem 0.625rem;
            gap: 0.5rem;
            margin-bottom: 0.75rem;
        }

        .single-dual-bundle__notification-image {
            width: 32px;
            height: 32px;
        }

        .single-dual-bundle__notification-content {
            font-size: 11px;
            line-height: 1.35;
        }

        .single-dual-bundle__notification-title {
            margin-bottom: 0.0625rem;
        }

        .single-dual-bundle__gift-footer {
            margin-top: 0.625rem;
            font-size: 11px;
            gap: 0.35rem;
        }

        .single-dual-bundle__gift-footer-icon,
        .single-dual-bundle__gift-footer-icon svg {
            width: 14px;
            height: 14px;
        }

        #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-options {
            flex-direction: row;
            flex-wrap: nowrap;
            overflow-x: auto;
        }

        #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-options::-webkit-scrollbar {
            display: none;
        }

        #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option {
            flex: none;
            width: fit-content;
            min-width: 0;
        }

        #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option-label {
            display: inline-flex;
            gap: 0;
            width: fit-content;
            white-space: nowrap;
        }

        #single-dual-bundle-{{ snippet_dom_id }} .single-dual-bundle__variant-option-dot {
            display: none;
        }
    }
/* END_SNIPPET:single-dual-bundle-selector */

/* START_SNIPPET:single-dual-bundle-selector.pre-model-selector-2026-04-08 (INDEX:225) */
.single-dual-bundle {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        box-sizing: border-box;
        position: relative;
        z-index: 0;
        font-family: inherit;
    }

    .single-dual-bundle *,
    .single-dual-bundle *::before,
    .single-dual-bundle *::after {
        box-sizing: border-box;
    }

    /* Section 1: Type Selector */
    .single-dual-bundle__selectors {
        margin-bottom: 1.5rem;
        width: 100%;
    }

    .single-dual-bundle__selector-label {
        display: block;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #666;
        margin-bottom: 0.75rem;
    }

    .single-dual-bundle__type-options {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
        width: 100%;
    }

    .single-dual-bundle__type-option {
        position: relative;
        min-width: 0;
    }

    .single-dual-bundle__type-radio {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .single-dual-bundle__type-label {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s ease;
        overflow: hidden;
        height: 100%;
        position: relative;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .single-dual-bundle__type-label:hover {
        border-color: #999;
    }

    .single-dual-bundle__type-radio:checked + .single-dual-bundle__type-label {
        border-color: #111827;
        border-width: 2px;
        margin: -1px; /* Compensate for border width */
    }

    .single-dual-bundle__type-image {
        position: relative;
        background: #ffffff;
        padding: 1rem 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100px;
    }

    .single-dual-bundle__type-image img {
        max-width: 100%;
        height: auto;
        max-height: 120px;
        object-fit: contain;
    }

    .single-dual-bundle__type-badge {
        position: absolute;
        top: 8px;
        left: 8px;
        padding: 0.25rem 0.5rem;
        background: #ffd700;
        color: #000000;
        font-size: 10px;
        font-weight: 700;
        border-radius: 4px;
        text-transform: uppercase;
        z-index: 1;
        line-height: 1;
    }

    .single-dual-bundle__type-checkmark {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 20px;
        height: 20px;
        background: #111827;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 2;
    }

    .single-dual-bundle__type-radio:checked + .single-dual-bundle__type-label .single-dual-bundle__type-checkmark {
        opacity: 1;
    }

    .single-dual-bundle__type-checkmark svg {
        width: 12px;
        height: 12px;
        fill: #ffffff;
    }

    .single-dual-bundle__type-info {
        background: #3d4749;
        color: #ffffff;
        padding: 0.75rem 0.5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.5rem;
        flex: 1;
    }

    .single-dual-bundle__type-name {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
    }

    .single-dual-bundle__type-description {
        font-size: 11px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.3;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .single-dual-bundle__type-description-label {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: rgba(255, 255, 255, 0.6);
    }

    .single-dual-bundle__type-description-list {
        background: rgba(255, 255, 255, 0.9);
        color: #333;
        border-radius: 4px;
        padding: 0.5rem;
        margin: 0;
        list-style: none;
        text-align: center;
        width: 100%;
    }

    .single-dual-bundle__type-description-list li {
        font-size: 11px;
        font-weight: 600;
        line-height: 1.4;
    }

    /* Mengen-Rabatt Banner */
    .single-dual-bundle__quantity-title {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .single-dual-bundle__quantity-title-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.375rem;
        padding: 0.25rem 0.5rem;
        background: #444e4f;
        color: #ffffff;
        border-radius: 99px;
        font-size: 10px;
        font-weight: 600;
    }

    .single-dual-bundle__quantity-title-icon {
        width: 0.75rem;
        height: 0.75rem;
    }

    .single-dual-bundle__quantity-title-text {
        color: #666;
        font-size: 12px;
    }

    /* Section 2: Bundle Options */
    .single-dual-bundle__option-selector {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 0.75rem;
        width: 100%;
    }

    .single-dual-bundle__option-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
    }

    .single-dual-bundle__option-card {
        position: relative;
        padding: 0.75rem 0.875rem;
        background: #f9fafb;
        border: 2px solid #e5e7eb;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
        width: 100%;
        min-height: 68px;
    }

    .single-dual-bundle__option-card:hover {
        border-color: #9ca3af;
    }

    .single-dual-bundle__option-card--selected {
        background: #ffffff;
        border-color: #111827;
    }

    /* Floating Badges */
    .single-dual-bundle__floating-badge {
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0.2rem 0.6rem;
        border-radius: 99px;
        font-size: 10px;
        font-weight: 700;
        color: #ffffff;
        z-index: 10;
        white-space: nowrap;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .single-dual-bundle__floating-badge--orange {
        background: #f59e0b;
    }

    .single-dual-bundle__floating-badge--grey {
        background: #4b5563;
    }

    /* Circle Indicators */
    .single-dual-bundle__option-circle {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        flex-shrink: 0;
    }

    .single-dual-bundle__option-circle--1x {
        background: #4b5563;
    }

    .single-dual-bundle__option-circle--2x {
        background: #f59e0b;
    }

    .single-dual-bundle__option-circle--3x {
        background: #4b5563;
    }

    /* Content Area */
    .single-dual-bundle__option-card-main {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 0.0625rem;
    }

    .single-dual-bundle__option-label {
        font-size: 13px;
        font-weight: 500;
        color: #6b7280;
        line-height: 1.2;
    }

    .single-dual-bundle__option-price-box {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 0.4rem;
        flex-wrap: wrap;
    }

    .single-dual-bundle__price {
        font-size: 16px;
        font-weight: 700;
        color: #111827;
    }

    .single-dual-bundle__per-item {
        font-size: 13px;
        font-weight: 500;
        color: #374151;
    }

    .single-dual-bundle__compare-price {
        font-size: 12px;
        color: #9ca3af;
        text-decoration: line-through;
    }

    /* Savings Badge - all red */
    .single-dual-bundle__savings-badge {
        padding: 0.2rem 0.6rem;
        border-radius: 99px;
        font-size: 11px;
        font-weight: 700;
        white-space: nowrap;
        background: #fee2e2;
        color: #b91c1c;
    }

    /* Gift Pill - matches add-on info yellow */
    .single-dual-bundle__gift-pill {
        display: inline-flex;
        align-items: center;
        gap: 0.3rem;
        background: #fffbeb;
        border: 1px solid #fcd34d;
        border-radius: 4px;
        padding: 0.2rem 0.4rem;
        font-size: 10px;
        font-weight: 600;
        color: #92400e;
        width: fit-content;
        margin-top: 0.2rem;
    }

    .single-dual-bundle__gift-pill svg {
        width: 12px;
        height: 12px;
    }

    .single-dual-bundle__gratis-underlined {
        text-decoration: underline;
    }

    /* Storage for expandable when Single is selected - must be hidden */
    .single-dual-bundle__bundle-expandable-storage {
        display: none;
    }

    /* Expandable Area */
    .single-dual-bundle__bundle-expandable-slot {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.3s ease-out;
        overflow: hidden;
    }

    .single-dual-bundle__bundle-expandable-slot--expanded {
        grid-template-rows: 1fr;
    }

    .single-dual-bundle__bundle-expandable {
        min-height: 0;
        padding-top: 0.5rem;
    }

    .single-dual-bundle__bundle-expandable--hidden {
        display: none;
    }

    /* Notification Box */
    .single-dual-bundle__notification-box {
        background: #fffbeb;
        border: 1px solid #fcd34d;
        border-radius: 8px;
        padding: 0.75rem;
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        margin-bottom: 1rem;
    }

    .single-dual-bundle__notification-image {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        object-fit: contain;
    }

    .single-dual-bundle__notification-content {
        font-size: 13px;
        color: #92400e;
        line-height: 1.4;
    }

    .single-dual-bundle__notification-title {
        font-weight: 700;
        display: block;
        margin-bottom: 0.125rem;
    }

    /* Variant Selectors */
    .single-dual-bundle__variant-groups {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 1rem;
    }

    .single-dual-bundle__variant-group-label {
        font-size: 13px;
        font-weight: 600;
        color: #111827;
        margin-bottom: 0.5rem;
        display: block;
    }

    .single-dual-bundle__variant-options {
        display: flex;
        gap: 0.5rem;
        width: 100%;
    }

    .single-dual-bundle__variant-option {
        flex: 1;
    }

    .single-dual-bundle__variant-option-radio {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        appearance: none;
        -webkit-appearance: none;
        width: 0;
        height: 0;
        margin: 0;
    }

    .single-dual-bundle__variant-option-label {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.6rem 0.5rem;
        background: #f3f4f6;
        border: 1px solid transparent;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.2s;
        width: 100%;
    }

    .single-dual-bundle__variant-option-radio:checked + .single-dual-bundle__variant-option-label {
        background: #e5e7eb;
        border-color: #111827;
        font-weight: 600;
    }

    .single-dual-bundle__variant-option-dot {
        width: 16px;
        height: 16px;
        border: 2px solid #9ca3af;
        border-radius: 50%;
        background: transparent;
        position: relative;
    }

    .single-dual-bundle__variant-option-radio:checked + .single-dual-bundle__variant-option-label .single-dual-bundle__variant-option-dot {
        border-color: #111827;
    }

    .single-dual-bundle__variant-option-radio:checked + .single-dual-bundle__variant-option-label .single-dual-bundle__variant-option-dot::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 8px;
        height: 8px;
        background: #111827;
        border-radius: 50%;
    }

    .single-dual-bundle__variant-option-name {
        font-size: 13px;
        color: #374151;
    }

    .single-dual-bundle__variant-option-radio:checked + .single-dual-bundle__variant-option-label .single-dual-bundle__variant-option-name {
        color: #111827;
    }

    /* Summary */
    .single-dual-bundle__summary {
        margin-top: 0.75rem;
        text-align: center;
        font-size: 13px;
        color: #6b7280;
    }

    @media screen and (max-width: 740px) {
        /* Dein Satteltyp: larger and easier to read (especially bullet points) */
        .single-dual-bundle__selectors {
            margin-bottom: 1.25rem;
        }

        .single-dual-bundle__selector-label {
            font-size: 13px;
            margin-bottom: 0.625rem;
        }

        .single-dual-bundle__type-options {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: hidden;
            gap: 0.5rem;
            grid-template-columns: unset;
            width: 100%;
            padding: 0 4px;
        }

        .single-dual-bundle__type-option {
            flex: 1 1 0;
            min-width: 0;
        }

        .single-dual-bundle__type-image {
            min-height: 55px;
            padding: 0.35rem;
        }

        .single-dual-bundle__type-image img {
            max-height: 80px;
        }

        .single-dual-bundle__type-info {
            padding: 0.625rem 0.35rem;
            gap: 0.35rem;
        }

        .single-dual-bundle__type-name {
            font-size: 14px;
            line-height: 1.25;
        }

        .single-dual-bundle__type-description {
            gap: 0.25rem;
        }

        .single-dual-bundle__type-description-label {
            font-size: 10px;
            line-height: 1.3;
        }

        .single-dual-bundle__type-description-list {
            padding: 0.35rem 0.4rem;
        }

        .single-dual-bundle__type-description-list li {
            font-size: 12px;
            font-weight: 600;
            line-height: 1.5;
        }

        .single-dual-bundle__type-label {
            border-width: 1.5px;
        }

        .single-dual-bundle__type-radio:checked + .single-dual-bundle__type-label {
            margin: 0;
            border-width: 2px;
        }

        /* Mengen-Rabatt: more compact and smaller */
        .single-dual-bundle__quantity-title {
            margin-bottom: 0.5rem;
        }

        .single-dual-bundle__quantity-title-badge {
            font-size: 10px;
            padding: 0.25rem 0.5rem;
        }

        .single-dual-bundle__quantity-title-icon {
            width: 0.75rem;
            height: 0.75rem;
        }

        .single-dual-bundle__quantity-title-text {
            font-size: 11px;
        }

        .single-dual-bundle__option-selector {
            gap: 0.5rem;
            margin-bottom: 0.75rem;
        }

        .single-dual-bundle__option-card {
            padding: 0.5rem 0.625rem;
            gap: 0.5rem;
            min-height: 60px;
        }

        .single-dual-bundle__option-circle {
            width: 32px;
            height: 32px;
            font-size: 13px;
        }

        .single-dual-bundle__option-label {
            font-size: 12px;
        }

        .single-dual-bundle__option-price-box {
            gap: 0.35rem;
        }

        .single-dual-bundle__price {
            font-size: 14px;
        }

        .single-dual-bundle__per-item {
            font-size: 11px;
        }

        .single-dual-bundle__compare-price {
            font-size: 11px;
        }

        .single-dual-bundle__savings-badge {
            font-size: 10px;
            padding: 0.15rem 0.4rem;
        }

        .single-dual-bundle__gift-pill {
            font-size: 10px;
            padding: 0.15rem 0.35rem;
            margin-top: 0.15rem;
        }

        .single-dual-bundle__gift-pill svg {
            width: 12px;
            height: 12px;
        }

        .single-dual-bundle__floating-badge {
            font-size: 10px;
            padding: 0.15rem 0.5rem;
        }

        /* Notification box (Kaufe 2 Sättel & erhalte...) - more compact on mobile */
        .single-dual-bundle__notification-box {
            padding: 0.5rem 0.625rem;
            gap: 0.5rem;
            margin-bottom: 0.75rem;
        }

        .single-dual-bundle__notification-image {
            width: 32px;
            height: 32px;
        }

        .single-dual-bundle__notification-content {
            font-size: 11px;
            line-height: 1.35;
        }

        .single-dual-bundle__notification-title {
            margin-bottom: 0.0625rem;
        }

        .single-dual-bundle__variant-options {
            flex-direction: row;
            flex-wrap: nowrap;
            overflow-x: auto;
        }

        .single-dual-bundle__variant-option {
            min-width: 100px;
        }
    }
/* END_SNIPPET:single-dual-bundle-selector.pre-model-selector-2026-04-08 */

/* START_SNIPPET:universal-product-option-selector (INDEX:231) */
.universal-option-selector {
    --universal-selected-border: #111827;
    --universal-selected-bg: #111827;
    --universal-selected-text: #ffffff;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
  }

  .universal-option-selector *,
  .universal-option-selector *::before,
  .universal-option-selector *::after { box-sizing: border-box; }

  .universal-option-selector__step { margin-bottom: 1.4rem; }
  .universal-option-selector__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .75rem;
  }
  .universal-option-selector__label {
    display: block;
    margin: 0;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
  }
  .universal-option-selector__modal-richtext > *:first-child { margin-top: 0; }
  .universal-option-selector__modal-richtext > *:last-child { margin-bottom: 0; }
  .universal-option-selector__modal-link-row {
    margin: 0.75rem 0 1.25rem;
  }
  .universal-option-selector__modal-quiz-link,
  .universal-option-selector__modal-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #2952cc, #3d65e0);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(41, 82, 204, 0.2);
    transition: transform 0.2s cubic-bezier(.16,1,.3,1), box-shadow 0.2s cubic-bezier(.16,1,.3,1), background 0.2s ease;
  }
  .universal-option-selector__modal-quiz-link:hover,
  .universal-option-selector__modal-action-link:hover {
    background: linear-gradient(135deg, #2952cc, #3d65e0);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(41, 82, 204, 0.3);
    color: #ffffff !important;
    text-decoration: none;
  }
  .universal-option-selector__modal-video-intro {
    margin: 0 0 0.875rem;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #111827;
  }
  .universal-option-selector__modal-secondary-media { margin: 0 0 1rem; }
  .universal-option-selector__modal-secondary-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .universal-option-selector__options {
    display: grid;
    grid-template-columns: repeat(var(--universal-option-columns, 2), minmax(0, 1fr));
    gap: .75rem;
    width: 100%;
  }
  .universal-option-selector__options[data-layout="compact"] {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: .4rem;
  }
  .universal-option-selector__option {
    position: relative;
    min-width: 0;
  }
  .universal-option-selector__radio {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .universal-option-selector__card {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    transition: border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
  }
  .universal-option-selector__card:hover { border-color: #999; }
  .universal-option-selector__radio:focus-visible + .universal-option-selector__card {
    outline: 3px solid rgba(17, 24, 39, .25);
    outline-offset: 2px;
  }
  .universal-option-selector__radio:checked + .universal-option-selector__card {
    margin: -1px;
    border-color: var(--universal-selected-border);
    border-width: 2px;
  }
  .universal-option-selector__radio:disabled + .universal-option-selector__card {
    cursor: not-allowed;
    opacity: .42;
  }

  .universal-option-selector__card--visual { flex-direction: column; }
  .universal-option-selector__card--recommendation { border-radius: 8px; }
  .universal-option-selector__radio:checked + .universal-option-selector__card--recommendation {
    margin: 0;
    border-width: 1px;
    box-shadow: inset 0 0 0 1px var(--universal-selected-border), 0 1px 2px rgba(0, 0, 0, .05);
  }
  .universal-option-selector__image {
    position: relative;
    display: flex;
    min-height: 110px;
    align-items: center;
    justify-content: center;
    padding: .8rem .6rem .45rem;
    background: #fff;
  }
  .universal-option-selector__image img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 110px;
    object-fit: contain;
  }
  .universal-option-selector__card--model .universal-option-selector__image {
    min-height: 120px;
    padding: 1rem .75rem .5rem;
  }
  .universal-option-selector__card--model .universal-option-selector__image img { max-height: 120px; }
  .universal-option-selector__card--recommendation .universal-option-selector__image {
    min-height: 100px;
    padding: 1rem .5rem;
  }
  .universal-option-selector__card--recommendation .universal-option-selector__image img { max-height: 120px; }
  .universal-option-selector__card--model .universal-option-selector__check {
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
  }
  .universal-option-selector__card--recommendation .universal-option-selector__check {
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
  }
  .universal-option-selector__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    padding: .25rem .5rem;
    border-radius: 4px;
    background: #ffd700;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }
  .universal-option-selector__check {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--universal-selected-bg);
    color: var(--universal-selected-text);
    opacity: 0;
    transition: opacity .2s ease;
  }
  .universal-option-selector__radio:checked + .universal-option-selector__card .universal-option-selector__check {
    opacity: 1;
  }
  .universal-option-selector__check svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
  }
  .universal-option-selector__info {
    display: flex;
    min-height: 58px;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    padding: .55rem .5rem;
    background: #3d4749;
    color: #fff;
    text-align: center;
  }
  .universal-option-selector__card--model .universal-option-selector__info {
    min-height: 60px;
    flex: 1 0 auto;
    justify-content: flex-start;
    gap: .125rem;
    padding: .45rem .75rem .4rem;
  }
  .universal-option-selector__card--recommendation .universal-option-selector__info {
    justify-content: center;
    gap: .5rem;
    padding: .75rem .5rem;
  }
  .universal-option-selector__name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
  }
  .universal-option-selector__subtitle {
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.35;
  }
  .universal-option-selector__description {
    width: 100%;
    margin-top: .25rem;
    padding: .4rem .5rem;
    border-radius: 4px;
    background: rgba(255, 255, 255, .9);
    color: #333;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
  }
  .universal-option-selector__recommendation {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: .25rem;
    color: rgba(255, 255, 255, .8);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
  }
  .universal-option-selector__recommendation-label {
    color: rgba(255, 255, 255, .6);
    font-size: 10px;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .universal-option-selector__recommendation-list {
    width: 100%;
    margin: 0;
    padding: .5rem;
    border-radius: 4px;
    background: rgba(255, 255, 255, .9);
    color: #333;
    list-style: none;
    text-align: center;
  }
  .universal-option-selector__recommendation-list li {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
  }

  .universal-option-selector__card--compact {
    min-height: 44px;
    align-items: center;
    gap: .6rem;
    padding: .55rem .75rem;
    overflow: visible;
    border-radius: 8px;
    box-shadow: none;
    font-size: 14px;
  }
  .universal-option-selector__dot {
    display: flex;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 2px solid #d1d5db;
    border-radius: 50%;
  }
  .universal-option-selector__dot::after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    content: '';
    opacity: 0;
  }
  .universal-option-selector__radio:checked + .universal-option-selector__card--compact {
    margin: 0;
    border: 1px solid var(--universal-selected-bg);
    color: #111827;
    box-shadow: inset 0 0 0 1px var(--universal-selected-bg);
  }
  .universal-option-selector__radio:checked + .universal-option-selector__card .universal-option-selector__dot {
    color: var(--universal-selected-bg);
    border-color: var(--universal-selected-bg);
  }
  .universal-option-selector__radio:checked + .universal-option-selector__card .universal-option-selector__dot::after {
    opacity: 1;
  }

  .universal-option-selector__summary {
    margin-top: .75rem;
    padding: .75rem 1rem;
    border-radius: 8px;
    background: #f8fafc;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.4;
  }
  .universal-option-selector__summary[aria-invalid="true"] {
    background: #fff5f5;
    color: #9b1c1c;
  }
  .universal-option-selector .popover-text { margin: 0; }
  .universal-option-selector__selector-help.popover-text,
  .universal-option-selector .popover-text.universal-option-selector__selector-help {
    display: flex !important;
    min-width: 0;
    height: auto;
    flex: 0 1 auto;
    align-items: center;
    align-self: center;
    gap: .35rem;
    margin: 0 0 0 auto;
    padding: 0;
    font-size: 0;
    line-height: 1;
  }
  .universal-option-selector__selector-help button {
    font-size: 13px;
    line-height: 1.3;
    text-align: right;
    white-space: normal;
  }

  @media screen and (max-width: 740px) {
    .universal-option-selector__step { margin-bottom: 1.25rem; }
    .universal-option-selector__header {
      flex-wrap: wrap;
      gap: .5rem;
    }
    .universal-option-selector__label { font-size: 13px; }
    .universal-option-selector .popover-text.universal-option-selector__selector-help {
      width: 100%;
      flex: 1 1 100%;
      justify-content: flex-start;
      margin-left: 0;
    }
    .universal-option-selector__options { gap: .5rem; }
    .universal-option-selector__image {
      min-height: 72px;
      padding: .5rem .35rem .3rem;
    }
    .universal-option-selector__image img { max-height: 72px; }
    .universal-option-selector__info {
      min-height: 52px;
      padding: .45rem .35rem;
    }
    .universal-option-selector__name { font-size: 12px; }
    .universal-option-selector__subtitle { font-size: 12px; }
    .universal-option-selector__description { font-size: 10px; }
    .universal-option-selector__card--recommendation .universal-option-selector__image {
      min-height: 55px;
      padding: .35rem;
    }
    .universal-option-selector__card--recommendation .universal-option-selector__image img { max-height: 80px; }
    .universal-option-selector__card--recommendation .universal-option-selector__info {
      padding: .625rem .35rem;
      gap: .35rem;
    }
    .universal-option-selector__recommendation-list { padding: .35rem .4rem; }
    .universal-option-selector__recommendation-list li {
      font-size: 12px;
      line-height: 1.5;
    }
  }
/* END_SNIPPET:universal-product-option-selector */