.feather-16 {
    width: 16px;
    height: 16px;
}

.checkout-header {
    min-height: 60px;
    border-bottom: 1px solid #eeeef4;
}

.ws-header__content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 15px;
}

/* Tablet */
@media (max-width: 1024px) {
    .ws-header__content {
        padding: 12px 18px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .ws-header__content {
        padding: 20px 34px;
        gap: 10px;
    }
}


.container.ws__checkout {
    max-width: 1180px;
}

.ws-checkout__section,
.ws-checkout__section * {
    box-sizing: border-box;
}

.ws-checkout__section {
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden;
}

.ws-checkout__grid {
    display: flex;
    width: 100%;
    height: 100%;
    /* min-height: calc(100vh - 60px); */
}

/* BOTH PANELS */
.ws-checkout__panel {
    width: 50%;
}

.ws-checkout__panel--form {
    width: 50%;
    background: #fff;
    overflow-y: scroll;
    height: 100%;
}

.ws-checkout__panel--summary {
    background: #f5f5f5;
    border-left: 1px solid #e9e9e9;
    width: 50%;
    position: sticky;
    top: 0;


    height: calc(100vh - 60px);
    overflow-y: auto;
}

.ws-checkout__form-content,
.ws-checkout__summary-content {
    width: 100%;
    max-width: 700px;
    padding: 40px;
}

.ws-checkout__form-content {
    max-width: 700px;
    margin-left: auto;
    padding: 40px;
}

.ws-checkout__summary-content {
    max-width: 560px;
    margin-right: auto;
    padding: 40px;
}

.ws-checkout__summary-toggle {
    display: none;
}

/* Tablet / mobile */
@media (max-width: 768px) {
    .ws-checkout__grid {
        /* flex-direction: column;*/
        min-height: auto;
        display: block;
    }

    .ws-checkout-form::after {
        content: "" !important;
        display: none !important;
    }

    .ws-checkout__section {
        height: auto;
    }

    .ws-checkout__panel {
        width: 100%;
    }

    .ws-checkout__panel--summary {
        order: -1;
        border-left: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .ws-checkout__summary-toggle {
        width: 100%;
        min-height: 58px;
        padding: 0 16px;
        border: none;
        background: #f5f5f5;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        color: #222;
        border-bottom: 1px solid #e9e9e9;
    }

    .ws-checkout__summary-toggle-icon {
        font-size: 22px;
        line-height: 1;
    }

    .ws-checkout__summary-content,
    .ws-checkout__form-content {
        max-width: 100%;
        padding: 20px 16px;
    }

    .ws-checkout__panel--summary .ws-checkout__summary-content {
        display: none;
    }

    .ws-checkout__panel--summary.ws-open .ws-checkout__summary-content {
        display: block;
    }

    .ws-checkout__panel--summary.ws-open .ws-checkout__summary-toggle-icon {
        transform: rotate(45deg);
    }
}

/*
* SUMMARY PANEL
*/

.ws-checkout__summary-toggle {
    display: none;
}

.ws-checkout__summary-content {
    display: block;
}

.ws-checkout__summary-inner {
    width: 100%;
    max-width: 560px;
    margin-right: auto;
    padding: 40px 32px;
}

.ws-checkout__summary-products {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ws-checkout__summary-product {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.ws-checkout__summary-product-content {
    flex: 1;
    min-width: 0;
}

.ws-checkout__summary-product-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.ws-checkout__summary-product-title {
    font-size: 15px;
    font-weight: 500;
    color: #111;
    line-height: 1.3;
}

.ws-checkout__summary-product-variant {
    margin-top: 4px;
    font-size: 13px;
    color: #6b6b6b;
}

.ws-checkout__summary-product-left {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
    flex: 1;
}

.ws-checkout__summary-product-image-wrap {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: visible;
    flex: 0 0 auto;
    background: #fff;
    border: 1px solid #dedede;
}

.ws-checkout__summary-product-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.ws-checkout__summary-product-qty {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.ws-checkout__summary-product-info {
    min-width: 0;
    padding-top: 6px;
}

.ws-checkout__summary-product-variant {
    font-size: 13px;
    line-height: 1.4;
    color: #6b6b6b;
}

.ws-checkout__summary-product-price {
    flex: 0 0 auto;
    padding-top: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    white-space: nowrap;
}

.ws-checkout__summary-totals {
    margin-top: 28px;
    padding-top: 8px;
}

.ws-checkout__summary-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #111;
}

.ws-checkout__summary-line:last-child {
    margin-bottom: 0;
}

.ws-checkout__summary-line--total {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 700;
}

.ws-checkout__summary-line--total span:last-child {
    font-size: 18px;
    font-weight: 700;
}

.ws-summary-total-card {
    margin-top: 28px;
    padding: 24px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e7e7e7;
}

.ws-summary-total-card__lines {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ws-summary-total-card__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ws-summary-total-card__label,
.ws-summary-total-card__value {
    font-size: 15px;
    line-height: 1.4;
    color: #111;
}

.ws-summary-total-card__value {
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}

.ws-summary-total-card__divider {
    height: 1px;
    background: #e4e4e4;
    margin: 22px 0;
}

.ws-summary-total-card__total {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.ws-summary-total-card__total-label {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}

.ws-summary-total-card__total-right {
    text-align: right;
}

.ws-summary-total-card__total-value {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}

.ws-summary-total-card__total-note {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
    color: #6f6f6f;
}

.ws-summary-total-card__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 54px;
    margin-top: 24px;
    border: none;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.ws-summary-total-card__btn:hover {
    opacity: 0.92;
}

.ws-summary-total-card__btn:active {
    transform: translateY(1px);
}

@media (max-width: 768px) {
    .ws-summary-total-card {
        margin-top: 20px;
        padding: 18px 16px;
        border-radius: 12px;
    }

    .ws-summary-total-card__label,
    .ws-summary-total-card__value {
        font-size: 14px;
    }

    .ws-summary-total-card__total-label,
    .ws-summary-total-card__total-value {
        font-size: 16px;
    }

    .ws-summary-total-card__total-note {
        font-size: 12px;
    }

    .ws-summary-total-card__btn {
        min-height: 50px;
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .ws-checkout__panel--summary {
        order: -1;
        border-left: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .ws-checkout__summary-toggle {
        width: 100%;
        min-height: 58px;
        padding: 0 16px;
        background: #f5f5f5;
        border: none;
        border-bottom: 1px solid #e9e9e9;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        cursor: pointer;
    }

    .ws-checkout__summary-toggle-title {
        font-size: 15px;
        font-weight: 600;
        color: #111;
        text-align: left;
    }

    .ws-checkout__summary-toggle-right {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 0 0 auto;
    }

    .ws-checkout__summary-toggle-price {
        font-size: 15px;
        font-weight: 600;
        color: #111;
        white-space: nowrap;
    }

    .ws-checkout__summary-toggle-chevron {
        width: 18px;
        height: 18px;
        color: #111;
        transition: transform 0.2s ease;
        flex: 0 0 auto;
    }

    .ws-checkout__summary-inner {
        max-width: 100%;
        padding: 18px 16px 20px;
    }

    .ws-checkout__summary-content {
        display: none;
    }

    .ws-checkout__panel--summary.ws-open .ws-checkout__summary-content {
        display: block;
    }

    .ws-checkout__panel--summary.ws-open .ws-checkout__summary-toggle-chevron {
        transform: rotate(180deg);
    }

    .ws-checkout__summary-product {
        gap: 12px;
    }

    .ws-checkout__summary-product-title,
    .ws-checkout__summary-product-price {
        font-size: 15px;
    }

    .ws-checkout__summary-product-variant,
    .ws-checkout__summary-line {
        font-size: 14px;
    }

    .ws-checkout__summary-line--total,
    .ws-checkout__summary-line--total span:last-child {
        font-size: 16px;
    }
}

/*
* STEPPER FORM
*/

.ws-checkout-form,
.ws-checkout-form * {
    box-sizing: border-box;
}

.ws-checkout-form {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    padding: 40px 32px 56px;
    background: #fff;
}

.ws-checkout-form::after {
    content: "";
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;

    /* background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #ffffff
  ); */
    background: white;
    border-top: 1px solid #f5f5f5;

    pointer-events: none;
    display: block;
}

.ws-checkout-stepper {
    margin-bottom: 34px;
}

.ws-checkout-stepper__current-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
}

.ws-checkout-stepper__lines {
    display: flex;
    gap: 10px;
    width: 100%;
}

.ws-checkout-stepper__progress {
    flex: 1;
    height: 4px;
    border-radius: 999px;
    background: #e3e3e3;
    display: block;
}

.ws-checkout-stepper__progress--active {
    background: #f5f5f5;
}

@media (max-width: 768px) {
    .ws-checkout-stepper {
        margin-bottom: 24px;
    }

    .ws-checkout-stepper__current-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .ws-checkout-stepper__lines {
        gap: 8px;
    }

    .ws-checkout-stepper__progress {
        height: 3px;
    }
}

.ws-checkout-step {
    display: none;
}

.ws-checkout-step--active {
    display: block;
}

.ws-checkout-block {
    margin-bottom: 32px;
}

.ws-checkout-block__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.ws-checkout-block__title {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}

.ws-checkout-block__head .ws-checkout-block__title {
    margin-bottom: 0;
}

.ws-checkout-block__link {
    font-size: 14px;
    color: #111;
    text-decoration: underline;
}

.ws-checkout-block__desc {
    margin: -6px 0 14px;
    font-size: 14px;
    color: #757575;
}

.ws-checkout-fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ws-checkout-fields--2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ws-checkout-field {
    position: relative;
}

.ws-checkout-input,
.ws-checkout-select {
    width: 100%;
    height: 50px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
    padding: 0 14px;
    font-size: 14px;
    color: #111;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ws-checkout-input::placeholder {
    color: #757575;
}

.ws-checkout-input:focus,
.ws-checkout-select:focus {
    border-color: #111;
}

.ws-checkout-select-wrap {
    position: relative;
}

.ws-checkout-select {
    appearance: none;
    -webkit-appearance: none;
    padding-top: 16px;
    padding-bottom: 4px;
    cursor: pointer;
}

.ws-checkout-select-wrap::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #666;
    border-bottom: 1.5px solid #666;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.ws-checkout-label--top {
    position: absolute;
    left: 14px;
    top: 8px;
    font-size: 11px;
    line-height: 1;
    color: #757575;
    pointer-events: none;
}

.ws-checkout-field--icon .ws-checkout-input {
    padding-right: 42px;
}

.ws-checkout-field--phone {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.ws-checkout-phone-prefix {
    flex: 0 0 110px;
}

.ws-checkout-select {
    width: 100%;
    height: 100%;
    min-height: 48px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
}

.ws-checkout-select:focus {
    border-color: #111;
    outline: none;
}

/* make input take remaining space */
.ws-checkout-field--phone .ws-checkout-field--icon {
    flex: 1;
}

.ws-checkout-field__icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #8a8a8a;
    border-radius: 50%;
    color: #666;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.ws-checkout-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-top: 2px;
}

.ws-checkout-checkbox input {
    display: none;
}

.ws-checkout-checkbox__box {
    width: 15px;
    height: 15px;
    border: 1px solid #d0d0d0;
    background: #fff;
    flex: 0 0 auto;
}

.ws-checkout-checkbox__text {
    font-size: 14px;
    color: #111;
}

.ws-checkout-checkbox input:checked+.ws-checkout-checkbox__box {
    background: #111;
    border-color: #111;
}

.ws-checkout-shipping-card,
.ws-checkout-payment-card {
    min-height: 50px;
    border: 1px solid #111;
    border-radius: 8px;
    background: #fff;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    color: #111;
}

.ws-checkout-billing {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.ws-checkout-radio-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 14px;
    cursor: pointer;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
}

.ws-checkout-radio-card:last-of-type {
    border-bottom: 1px solid #111;
}

.ws-checkout-radio-card input {
    display: none;
}

.ws-checkout-radio-card__circle {
    width: 14px;
    height: 14px;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    background: #fff;
    position: relative;
    flex: 0 0 auto;
}

.ws-checkout-radio-card__text {
    font-size: 14px;
    color: #111;
}

.ws-checkout-radio-card input:checked+.ws-checkout-radio-card__circle {
    border-color: #111;
}

.ws-checkout-radio-card input:checked+.ws-checkout-radio-card__circle::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #111;
}

.ws-checkout-billing__content {
    padding: 12px;
    background: #f7f7f7;
}

.ws-checkout-actions {
    margin-top: 8px;
}

.ws-checkout-btn {
    width: 100%;
    min-height: 54px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}

.ws-checkout-btn--primary {
    background: #000;
    color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
    .ws-checkout-form {
        max-width: 100%;
        padding: 24px 16px 40px;
    }

    .ws-checkout-stepper {
        margin-bottom: 24px;
    }

    .ws-checkout-stepper__items {
        gap: 8px;
    }

    .ws-checkout-stepper__title {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .ws-checkout-stepper__line {
        height: 3px;
    }

    .ws-checkout-block {
        margin-bottom: 26px;
    }

    .ws-checkout-block__title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .ws-checkout-fields--2 {
        grid-template-columns: 1fr;
    }

    .ws-checkout-input,
    .ws-checkout-select,
    .ws-checkout-shipping-card,
    .ws-checkout-payment-card,
    .ws-checkout-radio-card {
        min-height: 50px;
        height: 50px;
    }

    .ws-checkout-btn {
        min-height: 48px;
        font-size: 17px;
    }
}

/*
* PACKS OPTIONS
*/

.ws-pack-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (max-width: 768px) {
    .ws-pack-options {
        grid-template-columns: 1fr;
    }
}

.ws-pack-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.ws-pack-card:hover {
    border-color: #111;
}

.ws-pack-card input {
    display: none;
}

.ws-pack-card__radio {
    position: relative;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border: 1.5px solid #c8c8c8;
    border-radius: 50%;
    background: #fff;
    flex: 0 0 auto;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.ws-pack-card__content {
    flex: 1;
    min-width: 0;
}

.ws-pack-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0px;
    margin-bottom: 6px;
    flex-direction: column;
}

.ws-pack-card__title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #111;
}

.ws-pack-card__price {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
    flex: 0 0 auto;
}

.ws-pack-card__desc {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    font-weight: 400;
}

.ws-pack-card input:checked+.ws-pack-card__radio {
    border-color: #111;
}

.ws-pack-card input:checked+.ws-pack-card__radio::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #111;
}

.ws-pack-card:has(input:checked) {
    border-color: #111;
    background: #fcfcfc;
    box-shadow: 0 0 0 1px #111 inset;
}

@media (max-width: 768px) {
    .ws-pack-card {
        padding: 14px;
    }

    .ws-pack-card__top {
        flex-direction: column;
        gap: 4px;
    }

    .ws-pack-card__title {
        font-size: 15px;
    }

    .ws-pack-card__price {
        font-size: 14px;
    }

    .ws-pack-card__desc {
        font-size: 13px;
    }
}

/*
* DELIVERY OPTIONS RADIOS
*/
/* wrapper */
.ws-delivery-options {
    margin-top: 18px;
}

/* small title */
.ws-delivery-options__title {
    font-size: 14px;
    font-weight: 400;
    /* 👈 normal */
    color: #666;
    margin-bottom: 10px;
}

/* list */
.ws-delivery-options__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* card */
.ws-delivery-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
}

.ws-delivery-card:hover {
    border-color: #111;
}

.ws-delivery-card input {
    display: none;
}

/* radio */
.ws-delivery-card__radio {
    width: 16px;
    height: 16px;
    border: 1.5px solid #c8c8c8;
    border-radius: 50%;
    position: relative;
    flex: 0 0 auto;
}

.ws-delivery-card input:checked+.ws-delivery-card__radio {
    border-color: #111;
}

.ws-delivery-card input:checked+.ws-delivery-card__radio::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #111;
}

/* content */
.ws-delivery-card__content {
    flex: 1;
    min-width: 0;
}

.ws-delivery-card__name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.ws-delivery-card__desc {
    display: block;
    font-size: 13px;
    color: #777;
}

/* price */
.ws-delivery-card__price {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
}

/* active state */
.ws-delivery-card:has(input:checked) {
    border-color: #111;
    background: #fcfcfc;
}

/* mobile */
@media (max-width: 768px) {
    .ws-delivery-card {
        padding: 12px;
    }

    .ws-delivery-options__title {
        font-size: 13px;
    }
}

/*
* SONG CONFIGURATION
*/
.ws-config-section {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.ws-config-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ws-config-group__title {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.4;
}

.ws-config-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ws-config-tag {
    position: relative;
    cursor: pointer;
}

.ws-config-tag input {
    display: none;
}

.ws-config-tag__text {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.ws-config-tag:hover .ws-config-tag__text {
    border-color: #111;
}

.ws-config-tag input:checked+.ws-config-tag__text {
    background: #111;
    border-color: #111;
    color: #fff;
}

.ws-config-tag input:checked+.ws-config-tag__text.--lang {
    background: #c9a6ff;
    border-color: #c9a6ff;
    color: #fff;
}

.ws-config-tag input:checked+.ws-config-tag__text.--mood {
    background: #FFA8DC;
    border-color: #FFA8DC;
    color: #fff;
}

.ws-config-tag input:checked+.ws-config-tag__text.--style {
    background: #A8FFCB;
    border-color: #A8FFCB;
    color: #000;
}

.ws-config-tag input:checked+.ws-config-tag__text.--occasion {
    background: #BBBEE4;
    border-color: #BBBEE4;
    color: #fff;
}

@media (max-width: 768px) {
    .ws-config-section {
        gap: 18px;
    }

    .ws-config-group__title {
        font-size: 13px;
    }

    .ws-config-tags {
        gap: 8px;
    }

    .ws-config-tag__text {
        min-height: 34px;
        padding: 0 12px;
        font-size: 13px;
    }
}

/*
* SONG DESCRIPTION
*/
.ws-description-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ws-checkout-textarea {
    width: 100%;
    min-height: 140px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
    padding: 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    outline: none;
    resize: vertical;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ws-checkout-textarea:focus {
    border-color: #111;
}

.ws-checkout-textarea::placeholder {
    color: #757575;
}

.ws-checkout-textarea--lyrics {
    min-height: 180px;
}

.ws-description-toggle {
    margin-top: -2px;
}

.ws-description-lyrics {
    display: none;
}

.ws-description-lyrics.ws-open {
    display: block;
}

@media (max-width: 768px) {
    .ws-checkout-textarea {
        min-height: 120px;
        font-size: 14px;
        padding: 12px;
    }

    .ws-checkout-textarea--lyrics {
        min-height: 160px;
    }
}

.ws-summary-variation {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border: 1px solid #d0cbcb;
    padding: 12px;
    border-radius: 10px;
}

.ws-summary-variation .text h6 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0;
    line-height: 1;
}

.ws-summary-variation .text p {
    font-size: 12px;
    color: black;
    line-height: 1;

}

.ws-summary-variation .meta h6 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.ws-summary-variation .meta p {
    color: black;
    line-height: 1;
}

.btn-loader {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid white;
    animation:
        l20-1 0.8s infinite linear alternate,
        l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}

.ws-toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ws-toast {
    min-width: 260px;
    max-width: 320px;
    padding: 14px 16px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(-10px);
    animation: ws-toast-in 0.3s ease forwards;
}

/* types */
.ws-toast--error {
    background: #e53935;
}

.ws-toast--success {
    background: #2e7d32;
}

.ws-toast--info {
    background: #333;
}

/* animation */
@keyframes ws-toast-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ws-toast-out {
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.ws-success-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.ws-success-modal.active {
    display: block;
}

/* overlay */
.ws-success-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}

/* content */
.ws-success-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);

    background: #fff;
    border-radius: 20px;
    padding: 30px 25px;
    width: 90%;
    max-width: 400px;

    text-align: center;

    opacity: 0;
    transition: all 0.3s ease;
}

.ws-success-modal.active .ws-success-modal__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* icon */
.ws-success-modal__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;

    border-radius: 50%;
    background: #111;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
}

/* title */
.ws-success-modal__title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

/* text */
.ws-success-modal__text {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* button */
.ws-success-modal__btn {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;

    background: #000;
    color: #fff;

    font-weight: 600;
    font-size: 14px;
    cursor: pointer;

    transition: 0.2s;
}

.ws-success-modal__btn:hover {
    opacity: 0.9;
}

/* 
*
* MUSIC PLAYER
*
*/

.ws-player-section,
.ws-player-section * {
    box-sizing: border-box;
}

.ws-player-section {
    width: 100%;
}

.ws-player {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    background: #f3f3f3;
    border-radius: 24px;
    padding: 16px 16px 18px;
}

.ws-player__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.ws-player__meta {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.ws-player__cover {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
    background: #ddd;
}

.ws-player__cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ws-player__infos {
    min-width: 0;
}

.ws-player__infos h3 {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}

.ws-player__infos p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #111;
}

.ws-player__timeline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.ws-player__time {
    width: 42px;
    font-size: 12px;
    color: #444;
    flex: 0 0 auto;
}

.ws-player__time:last-child {
    text-align: right;
}

.ws-player__progress-wrap {
    flex: 1;
}

.ws-player__progress {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: #d7d7d7;
    outline: none;
    cursor: pointer;
}

.ws-player__progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
}

.ws-player__progress::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
}

.ws-player__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    margin-top: 16px;
}

.ws-player__control-btn,
.ws-player__play-btn {
    border: none;
    background: transparent;
    color: #000;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.ws-player__control-btn {
    font-size: 28px;
}

.ws-player__play-btn {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.ws-player__playlist {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #dddddd;
}

.ws-player__playlist-title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.ws-player__playlist-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ws-player__track {
    width: 100%;
    border: 1px solid #e4e4e4;
    background: #fff;
    border-radius: 14px;
    padding: 10px 12px;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.ws-player__track:hover {
    border-color: #111;
}

.ws-player__track.ws-active {
    border-color: #111;
    background: #f9f9f9;
}

.ws-player__track-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.ws-player__track-cover {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
    background: #ddd;
}

.ws-player__track-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ws-player__track-infos {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ws-player__track-infos strong {
    font-size: 14px;
    color: #111;
    line-height: 1.3;
    font-weight: 600;
}

.ws-player__track-infos small {
    font-size: 13px;
    color: #666;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .ws-player {
        border-radius: 20px;
        padding: 14px 14px 16px;
    }

    .ws-player__infos h3 {
        font-size: 15px;
    }

    .ws-player__infos p {
        font-size: 13px;
    }

    .ws-player__controls {
        gap: 18px;
    }

    .ws-player__control-btn {
        font-size: 24px;
    }

    .ws-player__play-btn {
        width: 58px;
        height: 58px;
        font-size: 34px;
    }
}

.ws-hero-music,
.ws-hero-music * {
    box-sizing: border-box;
}

.ws-hero-music {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
}

/* split backgrounds */
.ws-hero-music__top,
.ws-hero-music__bottom {
    position: absolute;
    left: 0;
    width: 100%;
}

.ws-hero-music__top {
    top: 0;
    height: 50%;
    background: #e9dff0;
}

.ws-hero-music__bottom {
    bottom: 0;
    height: 50%;
    background: linear-gradient(180deg, #e8dff0 0%, #6a34ea 100%);
}

/* ticker */
.ws-ticker {
    height: 50px;
    overflow: hidden;
    position: relative;
    background: rgba(125, 95, 175, 0.18);
    display: flex;
    align-items: center;
    backdrop-filter: blur(4px);
}

.ws-ticker__track {
    display: flex;
    gap: 60px;
    white-space: nowrap;
    animation: ws-ticker-scroll 18s linear infinite;
}

.ws-ticker__item {
    font-size: 24px;
    font-weight: 500;
    color: #2d183d;
    letter-spacing: 0.2px;
}

@keyframes ws-ticker-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* line image behind woman */
.ws-hero-music__line-wrap {
    position: absolute;
    left: 50%;
    top: 16%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

.ws-hero-music__line {
    width: 100%;
    display: block;
    object-fit: cover;
    opacity: 0.9;
}

/* woman image */
.ws-hero-music__woman-wrap {
    position: absolute;
    left: 50%;
    bottom: 21%;
    transform: translateX(-50%);
    z-index: 3;
    width: min(34vw, 1480px);
    pointer-events: none;
}

.ws-hero-music__woman {
    width: 100%;
    height: auto;
    display: block;
}

/* player area */
.ws-hero-music__player-wrap {
    /* position: absolute; */
    /* left: 50%; */
    bottom: 4%;
    /* transform: translateX(-50%); */
    z-index: 4;
    /* width: min(92%, 860px); */
}

/* player base */
.ws-player {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    border-radius: 24px;
    padding: 18px 18px 20px;
}

/* glass style */
.ws-player--glass {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 20px 60px rgba(33, 12, 78, 0.2);
}

.ws-player__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.ws-player__meta {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.ws-player__cover {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    overflow: hidden;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.6);
}

.ws-player__cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ws-player__infos {
    min-width: 0;
}

.ws-player__infos h3 {
    margin: 0 0 4px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}

.ws-player__infos p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #1f1f1f;
}

.ws-player__timeline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.ws-player__time {
    width: 42px;
    font-size: 12px;
    color: #232323;
    flex: 0 0 auto;
}

.ws-player__time:last-child {
    text-align: right;
}

.ws-player__progress-wrap {
    flex: 1;
}

.ws-player__progress {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
    outline: none;
    cursor: pointer;
}

.ws-player__progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
}

.ws-player__progress::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
}

.ws-player__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    margin-top: 18px;
}

.ws-player__control-btn,
.ws-player__play-btn {
    border: none;
    background: transparent;
    color: #000;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.ws-player__control-btn {
    font-size: 28px;
}

.ws-player__play-btn {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.ws-player__playlist {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ws-player__playlist-title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.ws-player__playlist-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 220px;
    overflow-y: auto;
    padding-right: 4px;
}

.ws-player__playlist-list::-webkit-scrollbar {
    width: 6px;
}

.ws-player__playlist-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 999px;
}

.ws-player__track {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    padding: 10px 12px;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.ws-player__track:hover {
    border-color: rgba(0, 0, 0, 0.18);
}

.ws-player__track.ws-active {
    border-color: rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.45);
}

.ws-player__track-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.ws-player__track-cover {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.65);
}

.ws-player__track-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ws-player__track-infos {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ws-player__track-infos strong {
    font-size: 14px;
    color: #111;
    line-height: 1.3;
    font-weight: 600;
}

.ws-player__track-infos small {
    font-size: 13px;
    color: #4f4f4f;
    line-height: 1.3;
}

/* responsive */
@media (max-width: 1024px) {
    .ws-hero-music {
        min-height: 920px;
    }

    .ws-hero-music__woman-wrap {
        width: min(42vw, 420px);
        bottom: 28%;
    }

    .ws-hero-music__player-wrap {
        width: min(94%, 760px);
    }
}

@media (max-width: 768px) {
    .ws-hero-music {
        min-height: 980px;
    }

    .ws-hero-music__top {
        height: 42%;
    }

    .ws-hero-music__bottom {
        height: 58%;
    }

    .ws-ticker {
        height: 64px;
    }

    .ws-ticker__item {
        font-size: 14px;
    }

    .ws-hero-music__line-wrap {
        top: 12%;
    }

    .ws-hero-music__woman-wrap {
        width: min(62vw, 340px);
        bottom: 40%;
    }

    .ws-hero-music__player-wrap {
        width: calc(100% - 20px);
        bottom: 18px;
    }

    .ws-player {
        border-radius: 20px;
        padding: 14px 14px 16px;
    }

    .ws-player__infos h3 {
        font-size: 15px;
    }

    .ws-player__infos p {
        font-size: 13px;
    }

    .ws-player__controls {
        gap: 18px;
    }

    .ws-player__control-btn {
        font-size: 24px;
    }

    .ws-player__play-btn {
        width: 58px;
        height: 58px;
        font-size: 34px;
    }

    .ws-player__playlist-list {
        max-height: 180px;
    }
}

/* CHECKOUT ORDER OPTIONS  */
/* ===== OPTIONS GRID ===== */
.ws-option-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

/* ===== CARD ===== */
.ws-option-card {
    position: relative;
    display: block;
    cursor: pointer;
}

/* hide native radio */
.ws-option-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* ===== CUSTOM RADIO ===== */
.ws-option-card__radio {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: #fff;
    z-index: 3;
    transition: 0.2s;
}

/* ===== CONTENT ===== */
.ws-option-card__content {
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: 0.25s;
    min-height: 310px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: start;
    align-items: end;
    padding-bottom: 10px;
    position: relative;
}

.ws-option-card .--overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

/* ===== IMAGE (FULL WIDTH) ===== */
.ws-option-card__image {
    display: block;
    width: 100%;
    height: 160px;
}

.ws-option-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== TEXT ===== */
.ws-option-card__text {
    display: block;
    padding: 12px;
    text-align: left;
    z-index: 3;
    color: white;
    min-height: 100px;
}

.ws-option-card__title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    color: white;
}

.ws-option-card__desc {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    line-height: 1.4;
}

/* ===== ACTIVE STATE ===== */
.ws-option-card input:checked+.ws-option-card__radio {
    border-color: #000;
    background: #000;
}

.ws-option-card input:checked+.ws-option-card__radio::after {
    content: '';
    position: absolute;
    inset: 4px;
    background: #fff;
    border-radius: 50%;
}

.ws-option-card input:checked~.ws-option-card__content {
    border-color: #000;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* ===== HOVER ===== */
.ws-option-card:hover .ws-option-card__content {
    border-color: #bbb;
}

/* ===== RESPONSIVE ===== */

/* tablets */
@media (max-width: 768px) {
    .ws-option-options {
        grid-template-columns: 1fr;
    }

    .ws-option-card__image {
        height: 130px;
    }
}

/* small phones */
@media (max-width: 556px) {
    .ws-option-card__content {
        border-radius: 14px;
    }

    .ws-option-card__image {
        height: 110px;
    }

    .ws-option-card__text {
        padding: 10px;
    }

    .ws-option-card__title {
        font-size: 14px;
    }

    .ws-option-card__desc {
        font-size: 12px;
    }

    .ws-option-card__radio {
        width: 16px;
        height: 16px;
    }
}