.puf-kit-info,
.puf-kit-selector {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-inline-size: 0;
    margin: 0 0 16px;
    padding: 14px;
    overflow: hidden;
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
    color: #252525;
    font-size: 14px;
    line-height: 1.5;
}

.puf-kit-info *,
.puf-kit-selector * {
    max-width: 100%;
    box-sizing: border-box;
}

.puf-kit-info strong,
.puf-kit-info span {
    display: block;
}

.puf-kit-info > strong {
    margin-bottom: 4px;
    color: #111;
    font-size: 15px;
}

.puf-option-info > strong {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.puf-option-info__price {
    flex: 0 0 auto;
    white-space: nowrap;
}

.puf-option-info__delivery {
    margin-top: 7px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #f3f5f6;
    color: #33383d;
    font-size: 12px;
}

.puf-kit-info span + span {
    margin-top: 4px;
}

.puf-kit-selector__legend {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #111;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.puf-kit-selector__intro {
    margin: 5px 0 13px;
    color: #5d6268;
    font-size: 13px;
}

.puf-kit-selector__options {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}

.puf-kit-choice {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    cursor: pointer;
}

.puf-kit-choice__input {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 14px;
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #111;
}

.puf-kit-choice__body {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 100%;
    padding: 12px 12px 12px 41px;
    border: 1px solid #d9dde2;
    border-radius: 8px;
    background: #fafafa;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.puf-kit-choice:hover .puf-kit-choice__body {
    border-color: #888f98;
    background: #fff;
}

.puf-kit-choice__input:focus-visible + .puf-kit-choice__body {
    outline: 3px solid rgba(0, 0, 0, .16);
    outline-offset: 2px;
}

.puf-kit-choice__input:checked + .puf-kit-choice__body {
    border-color: #111;
    background: #fff;
    box-shadow: 0 0 0 1px #111;
}

.puf-kit-choice__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: flex-start;
    gap: 8px;
}

.puf-kit-choice__title,
.puf-kit-choice__price {
    min-width: 0;
    color: #111;
    font-size: 14px;
    line-height: 1.35;
}

.puf-kit-choice__title,
.puf-kit-choice__description {
    overflow-wrap: anywhere;
    word-break: normal;
}

.puf-kit-choice__price {
    white-space: nowrap;
}

.puf-kit-choice__description {
    display: block;
    margin-top: 5px;
    color: #666c73;
    font-size: 12px;
    line-height: 1.4;
}

.puf-kit-choice__delivery {
    display: block;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid #e2e5e8;
    color: #3f464d;
    font-size: 11px;
    line-height: 1.4;
}

.puf-kit-selector__delivery,
.puf-kit-selector__summary,
.puf-kit-selector__error {
    margin: 12px 0 0;
    font-size: 13px;
}

.puf-kit-selector__delivery {
    padding: 10px 12px;
    border-radius: 7px;
    background: #f3f5f6;
    color: #33383d;
}

.puf-kit-selector__summary {
    color: #111;
}

.puf-kit-selector__error {
    padding: 9px 11px;
    border-left: 3px solid #b42318;
    background: #fff1f0;
    color: #8a1c14;
    font-weight: 600;
}

.puf-kit-selector [hidden] {
    display: none !important;
}

.tutor-add-to-cart-button.puf-kit-awaiting,
.single_add_to_cart_button.puf-kit-awaiting,
button[name="add-to-cart"].puf-kit-awaiting {
    opacity: .58;
}

.puf-price-from {
    white-space: nowrap;
}

@media (max-width: 420px) {
    .puf-kit-choice__top {
        grid-template-columns: minmax(0, 1fr);
        gap: 3px;
    }

    .puf-kit-choice__price {
        white-space: normal;
    }
}
