.gc-item-body {
    min-height: 100vh;
    background: #eef3f8;
}

.gc-item-page {
    max-width: 760px;
    padding-top: 30px;
    padding-bottom: 56px;
}

.gc-checkout-card {
    overflow: hidden;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(18, 32, 51, 0.12);
}

.gc-checkout-header {
    display: flex;
    min-height: 92px;
    padding: 18px 26px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #e4e9ef;
}

.gc-back-link {
    display: inline-flex;
    margin-bottom: 8px;
    align-items: center;
    gap: 7px;
    color: #6c7a8d;
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
}

.gc-back-link:hover,
.gc-back-link:focus-visible {
    color: #2563eb;
}

.gc-checkout-header h1 {
    max-width: 620px;
    margin: 0;
    color: #101828;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.gc-share-button {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8e1eb;
    border-radius: 50%;
    background: #ffffff;
    color: #617087;
    font-size: 16px;
}

.gc-share-button:hover,
.gc-share-button:focus-visible {
    border-color: #9cb6dc;
    color: #2563eb;
}

.gc-checkout-content {
    padding: 22px 26px 28px;
}

.gc-item-summary {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dce3eb;
}

.gc-item-summary dl {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.gc-item-summary dl > div {
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #f8fafc;
}

.gc-item-summary dt {
    margin-bottom: 5px;
    color: #7b8798;
    font-size: 11px;
    font-weight: 600;
}

.gc-item-summary dd {
    margin: 0;
    color: #263449;
    font-size: 13px;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.gc-item-summary .gc-unit-price {
    color: #e11d48;
    font-size: 17px;
    font-weight: 850;
}

.gc-delivery-badge {
    display: inline-flex;
    padding: 3px 7px;
    border-radius: 4px;
    background: #ffe8ee;
    color: #d62b59;
    font-size: 11px;
    font-weight: 750;
}

.gc-checkout-form {
    gap: 16px;
}

.gc-checkout-form label,
.gc-checkout-form legend {
    margin: 0;
    color: #526176;
    font-size: 13px;
    font-weight: 700;
}

.gc-field-row {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.gc-checkout-form .form-control,
.gc-checkout-form input[type="text"],
.gc-checkout-form input[type="password"],
.gc-checkout-form input[type="number"],
.gc-checkout-form select,
.gc-checkout-form textarea {
    min-height: 40px;
    border: 1px solid #d7dee7;
    border-radius: 6px;
    background: #ffffff;
    color: #1f2937;
    font-size: 13px;
    box-shadow: none;
}

.gc-checkout-form .form-control:focus,
.gc-checkout-form input:focus,
.gc-checkout-form select:focus,
.gc-checkout-form textarea:focus {
    border-color: #6d9bf1;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.gc-option-group {
    display: grid;
    min-width: 0;
    margin: 0;
    padding: 0;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    border: 0;
}

.gc-option-group legend {
    padding-top: 7px;
}

.gc-option-group .sku-list {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    gap: 8px;
}

.gc-option-group .sku,
.gc-checkout-form .optional-card {
    position: relative;
    display: inline-flex;
    min-height: 34px;
    max-width: 100%;
    padding: 7px 12px;
    align-items: center;
    gap: 5px;
    border: 1px solid #dbe2ea;
    border-radius: 17px;
    background: #ffffff;
    color: #4d5b6d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    overflow-wrap: anywhere;
    box-shadow: 0 2px 5px rgba(16, 24, 40, 0.06);
}

.gc-option-group .sku:hover,
.gc-option-group .sku:focus-visible,
.gc-option-group .sku.is-primary {
    border-color: #f3a4bb;
    background: #fff0f4;
    color: #d82f61;
}

.gc-option-group .badge-money {
    color: #e11d48;
    font-size: 10px;
    white-space: nowrap;
}

.gc-purchase-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

.gc-quantity-field label {
    display: block;
    margin-bottom: 7px;
}

.gc-quantity-field .qty-group {
    display: grid;
    width: 144px;
    grid-template-columns: 40px 64px 40px;
}

.gc-quantity-field .qty-group button {
    min-height: 40px;
    border: 1px solid #d9e1ea;
    background: #f6f8fb;
    color: #3d4c61;
    font-size: 18px;
    font-weight: 800;
}

.gc-quantity-field .qty-group button:first-child {
    border-radius: 6px 0 0 6px;
}

.gc-quantity-field .qty-group button:last-child {
    border-radius: 0 6px 6px 0;
}

.gc-quantity-field .qty-group input {
    width: 64px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.gc-order-total {
    display: flex;
    min-width: 180px;
    align-items: baseline;
    justify-content: flex-end;
    gap: 10px;
}

.gc-order-total > span {
    color: #68768a;
    font-size: 13px;
    font-weight: 700;
}

.gc-order-total .price {
    color: #e11d48;
    font-size: 22px;
    font-weight: 850;
}

.gc-captcha-field .input-group {
    display: grid;
    max-width: 300px;
    grid-template-columns: minmax(0, 1fr) 94px;
}

.gc-captcha-field .captcha-input {
    width: 100% !important;
    min-width: 0;
    border-radius: 6px 0 0 6px;
}

.gc-captcha-field .input-group-append {
    width: 94px;
}

.gc-captcha-field .captcha-img {
    width: 94px;
    height: 40px;
    padding: 0;
    object-fit: cover;
    border-radius: 0 6px 6px 0;
}

.gc-checkout-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.gc-checkout-actions a {
    display: flex;
    min-height: 42px;
    padding: 10px 14px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.gc-guide-link {
    background: #101828;
    color: #ffffff;
}

.gc-guide-link:hover,
.gc-guide-link:focus-visible {
    background: #1c2a40;
    color: #ffffff;
}

.gc-login-link {
    background: #fde8ee;
    color: #bd2350;
}

.gc-login-link:hover,
.gc-login-link:focus-visible {
    background: #fbdce5;
    color: #a61d46;
}

.gc-payment-panel {
    margin-top: 4px;
    padding-top: 18px;
    border-top: 1px dashed #e4cbd3;
}

.gc-payment-panel h2 {
    margin: 0 0 12px;
    color: #7a6570;
    font-size: 14px;
    font-weight: 800;
}

.gc-payment-panel .pay-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.gc-payment-panel .pay-list > * {
    min-width: 0;
}

.gc-item-description {
    margin-top: 18px;
    padding: 22px 26px 28px;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    background: #ffffff;
}

.gc-item-description h2 {
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6ebf1;
    color: #172033;
    font-size: 16px;
    font-weight: 800;
}

.gc-description-content {
    color: #354257;
    font-size: 14px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.gc-description-content img,
.gc-description-content video,
.gc-description-content iframe {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .gc-item-page {
        width: 100%;
        padding: 10px 10px 34px;
    }

    .gc-checkout-card,
    .gc-item-description {
        border-radius: 6px;
    }

    .gc-checkout-header {
        min-height: 78px;
        padding: 14px 16px;
    }

    .gc-checkout-header h1 {
        font-size: 18px;
    }

    .gc-checkout-content {
        padding: 16px;
    }

    .gc-item-summary dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .gc-field-row,
    .gc-option-group {
        grid-template-columns: minmax(0, 1fr);
        gap: 7px;
    }

    .gc-option-group legend {
        padding-top: 0;
    }

    .gc-purchase-row {
        align-items: flex-end;
    }

    .gc-order-total {
        min-width: 0;
        flex-direction: column;
        align-items: flex-end;
        gap: 2px;
    }

    .gc-checkout-actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .gc-payment-panel .pay-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gc-item-description {
        margin-top: 10px;
        padding: 18px 16px 22px;
    }
}

@media (max-width: 359.98px) {
    .gc-item-page {
        padding-right: 6px;
        padding-left: 6px;
    }

    .gc-checkout-content {
        padding: 14px 12px;
    }

    .gc-purchase-row {
        align-items: stretch;
        flex-direction: column;
    }

    .gc-order-total {
        align-items: baseline;
        flex-direction: row;
        justify-content: space-between;
    }

    .gc-payment-panel .pay-list {
        grid-template-columns: minmax(0, 1fr);
    }
}
