body.single-product {
    background: #FAF8F4;
}

.apc-side-info,
.apc-studio {
    direction: rtl;
}

.apc-side-info {
    margin-top: 20px;
    padding: 22px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(216,221,226,.9);
    box-shadow: 0 12px 32px rgba(18,34,45,.06);
}

.apc-eyebrow,
.apc-studio-head span {
    color: #C45A78;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 900;
}

.apc-side-info h3 {
    margin: 8px 0 14px;
    color: #12323A;
    font-size: 21px;
}

.apc-side-info table {
    margin: 0;
    font-size: 14px;
}

.apc-side-info th,
.apc-side-info td {
    padding: 9px 0;
    border-bottom: 1px solid rgba(18,50,58,.08);
}

.apc-call-btn,
.apc-summary a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 13px 24px;
    border-radius: 999px;
    background: #C45A78;
    color: #fff !important;
    text-decoration: none;
    font-weight: 900;
    transition: .25s ease;
}

.apc-call-btn:hover,
.apc-summary a:hover {
    background: #25A6A0;
    transform: translateY(-2px);
}

.apc-studio {
    max-width: 1080px;
    margin: 48px auto 70px;
    padding: 0 18px;
}

.apc-studio-head {
    text-align: center;
    margin-bottom: 22px;
}

.apc-studio-head h2 {
    margin: 10px 0 8px;
    color: #12323A;
    font-size: 34px;
}

.apc-studio-head p {
    margin: 0;
    color: #536469;
}

.apc-studio-panel {
    background: #fff;
    border: 1px solid rgba(216,221,226,.9);
    border-radius: 34px;
    padding: 34px;
    box-shadow: 0 22px 55px rgba(18,34,45,.07);
}

.apc-step {
    padding: 26px 0;
    border-bottom: 1px solid rgba(18,50,58,.08);
}

.apc-step:first-child {
    padding-top: 0;
}

.apc-step-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.apc-step-title span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(196,90,120,.12);
    color: #C45A78;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.apc-step-title h3 {
    margin: 0;
    color: #12323A;
    font-size: 22px;
}

.apc-choice-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.apc-choice {
    appearance: none;
    border: 2px solid rgba(18,50,58,.08);
    background: #FAF8F4;
    border-radius: 999px;
    padding: 12px 18px;
    font-family: inherit;
    cursor: pointer;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    transition: .25s ease;
}

.apc-choice:hover,
.apc-mini-choice:hover,
.apc-plating-choice:hover {
    border-color: #C45A78;
    box-shadow: 0 12px 28px rgba(196,90,120,.14);
    transform: translateY(-2px);
}

.apc-choice.active,
.apc-mini-choice.active,
.apc-plating-choice.active {
    border-color: #25A6A0;
    background: rgba(37,166,160,.10);
    box-shadow: 0 12px 28px rgba(37,166,160,.16);
}

.apc-choice span,
.apc-mini-choice span,
.apc-plating-choice span {
    color: #12323A;
    font-weight: 900;
}

.apc-choice strong,
.apc-mini-choice strong,
.apc-plating-choice strong {
    color: #C45A78;
    font-weight: 900;
    font-size: 14px;
}

.apc-choice.active strong,
.apc-mini-choice.active strong,
.apc-plating-choice.active strong {
    color: #25A6A0;
}

.apc-type-desc {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #FAF8F4;
    color: #536469;
    line-height: 2;
    font-size: 14px;
}

.apc-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.apc-mini-choice {
    position: relative;
    border: 2px solid rgba(18,50,58,.08);
    background: #FAF8F4;
    border-radius: 22px;
    padding: 16px 18px;
    min-width: 170px;
    cursor: pointer;
    transition: .25s ease;
}

.apc-mini-choice input,
.apc-plating-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.apc-mini-choice span,
.apc-mini-choice strong {
    display: block;
}

.apc-mini-choice strong {
    margin-top: 8px;
}

.apc-plating-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
}

.apc-plating-choice {
    position: relative;
    border: 2px solid rgba(18,50,58,.08);
    background: #FAF8F4;
    border-radius: 24px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    transition: .25s ease;
}

.apc-plating-choice img,
.apc-no-image {
    width: 100%;
    height: 110px;
    border-radius: 18px;
    object-fit: cover;
    background: #eee;
    margin-bottom: 10px;
}

.apc-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.apc-plating-choice span,
.apc-plating-choice strong {
    display: block;
}

.apc-plating-choice strong {
    margin-top: 6px;
}

.apc-summary {
    margin-top: 28px;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(135deg, #12323A, #1f555c);
    color: #fff;
    text-align: center;
}

.apc-summary span {
    display: block;
    color: rgba(255,255,255,.78);
    font-size: 14px;
}

.apc-summary strong {
    display: block;
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
}

#apc-total-details {
    margin-top: 14px;
    line-height: 2;
    color: rgba(255,255,255,.82);
    font-size: 14px;
}

@media (max-width: 800px) {
    .apc-studio-panel {
        padding: 24px;
        border-radius: 26px;
    }

    .apc-plating-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .apc-summary strong {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .apc-studio {
        padding: 0 14px;
    }

    .apc-studio-head h2 {
        font-size: 26px;
    }

    .apc-choice-list,
    .apc-mini-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .apc-choice,
    .apc-mini-choice {
        width: 100%;
        justify-content: space-between;
    }

    .apc-plating-list {
        grid-template-columns: 1fr;
    }
}