/* Multi-Product Bundle Customiser V2 */

/* Popup Container */
.sc-bundle-customiser-popup-v2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    font-family: "Lexend Deca" !important;
}

.sc-bundle-customiser-popup-v2.active {
    display: block;
}

.sc-customiser-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.sc-customiser-container {
    position: relative;
    max-width: 900px;
    background: #fff;
    border-radius: 16px;
    padding: 24px 16px;
    max-height: 90vh;
    min-height: 415px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    max-width: min(640px, 95vw);
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.sc-customiser-container .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10.5px;
}

.sc-customiser-container .top .text {
    color:  #1D1921;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.sc-customiser-container .top .sc-customiser-close {
    position: absolute;
    right: 16px;
}

.sc-customiser-close {
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    padding: 5px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.sc-customiser-close svg {
    display: block;
}

.sc-customiser-content {
    padding: 0;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 12px 0;
}

/* Product Tabs (Pills) */
.sc-bundle-product-tabs {
    display: flex;
    gap: 8px;
    background: #CDCBDB;
    padding: 4px;
    border-radius: 24px;
    transition: background 0.5s;
}

.sc-bundle-product-tab {
    flex: 1;
    padding: 8px 23.81px;
    border: none;
    background: transparent;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s;
    background: #CDCBDB;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    color: rgba(31, 25, 59, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.sc-bundle-product-tab.active {
    background: #453784;
    color: #fff;
}

.sc-bundle-product-tab:hover:not(.active) {
    background: rgba(69, 55, 132, 0.0);
    color: rgba(31, 25, 59, 0.70);
}

.sc-bundle-product-tab .sc-tab-checkmark {
    display: none;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.sc-bundle-product-tab.complete .sc-tab-checkmark {
    display: block;
}

.sc-bundle-product-tab.complete.active .sc-tab-checkmark circle {
    fill: #FFF;
}

.sc-bundle-product-tab.complete.active .sc-tab-checkmark path {
    stroke: #453784;
}

/* Accordions */
.sc-bundle-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.sc-bundle-accordion-item {
    border: none;
    border-radius: 8px;
    background: #ECEBF3;
    overflow: hidden;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sc-bundle-accordion-header {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0px;
    background-color: #00000000 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    transition: background-color 0.18s ease;
    color: #1D1921 !important;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.sc-bundle-accordion-header:hover {
    background: #ececec;
}

.sc-bundle-accordion-icon {
    transition: transform 0.18s ease;
    margin: 0px;
    width: 20px;
    height: 11px;
}

.sc-bundle-accordion-icon svg {
    display: block;
}

.sc-bundle-accordion-content {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 8px;
    background: #ECEBF3;
}

.sc-bundle-accordion-item.is-open .sc-bundle-accordion-content {
    display: flex;
}

.sc-bundle-accordion-item.is-open .sc-bundle-accordion-icon svg {
    transform: rotate(180deg);
    transform-origin: center;
}

/* Color Options */
.sc-color-options {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
    background-color: #FFF;
    border-radius: 8px;
    padding: 16px 20px;
    align-items: flex-start;
    align-self: stretch;
}

.sc-color-btn {
    padding: 0;
    border: 2px solid #000000;
    border-radius: 100%;
    font-size: 0;
    color: transparent;
    transition: all 0.2s;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sc-color-btn:hover {
    opacity: 0.8;
}

.sc-color-btn.selected {
    border-color: #333;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333;
}

@media screen and (max-width: 768px) {
    .sc-color-options {
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }
    .sc-bundle-accordion-item {
        padding: 16px 12px;
    }
    .sc-size-grids-container {
        padding: 12px;
    }
    .sc-bundle-accordion-header{
        font-size: 12px;
    }
    .sc-color-header-text{
        font-size: 12px;
        text-align: start;
    }
    .sc-bundle-product-tab{
        font-size: 14px;
    }
    .sc-navigation-buttons{
        padding-top: 8px;
    }
}

/* Size Grid */
.sc-size-grids-container {
    display: none;
    flex-direction: column;
    gap: 16px;
    background-color: #FFF;
    padding: 12px 20px 16px 20px;
    border-radius: 8px;
}

.sc-size-grids-container.is-visible {
    display: flex;
}

.sc-color-size-section {
    margin-bottom: 0px;
    background: #FFF;
    border-radius: 8px;
    width: 100%;
}

.sc-color-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px 0;
    gap: 8px;
}

.sc-color-header-left {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sc-color-swatch {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #000;
    flex-shrink: 0;
}

.sc-color-header-text {
    margin: 0;
    color: #1D1921;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.sc-size-guide-link {
    font-family: "Lexend Deca";
    text-decoration-style: solid !important;
    text-decoration-thickness: auto !important;
    text-decoration: underline !important;
    color: #1D1921;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration-skip-ink: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media screen and (max-width: 768px) {
    .sc-color-section-header {
        flex-direction: column-reverse;
    }
    .sc-color-header-left {
        align-self: flex-start;
    }
}

.sc-size-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc-size-header h4 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.sc-size-guide-link:hover {
    color: #362a66;
}

.sc-quantity-counter {
    color: #1D1921;
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.sc-sizes-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.sc-size-grid {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

@media screen and (max-width: 538px) {
    .sc-sizes-grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 470px) {
    .sc-sizes-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

.sc-size-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #ECEBF3;
    background-color: #ECEBF3;
    padding-bottom: 8px;
}

.sc-size-item.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.sc-size-label {
    color: #18132E;
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 8px;
    text-align: center;
}

.sc-quantity-control {
    display: flex;
    padding: 4px 4px;
    margin: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: #FFF;
}

.sc-quantity-decrease,
.sc-quantity-increase {
    display: flex !important;
    width: 20px !important;
    height: 20px !important;
    padding: 5.263px 5.263px 6.316px 5.263px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5.263px !important;
    border-radius: 999px !important;
    background: #ECEBF3 !important;
    border: 0px !important;
    color: #453784 !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.sc-quantity-decrease:hover,
.sc-quantity-increase:hover {
    color: #379859;
}

.sc-quantity-display {
    padding: 0 !important;
    border: 0 !important;
    text-align: center;
    background-color: #FFF;
    color: #000527;
    font-family: "Lexend Deca", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    width: 100% !important;
    -moz-appearance: textfield;
}

.sc-quantity-display::-webkit-outer-spin-button,
.sc-quantity-display::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sc-quantity-display:focus-visible {
    border: none;
    outline: none;
}

/* Position Grid */
.sc-position-selection {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #FFF;
    padding: 16px 20px;
    border-radius: 8px;
}

.sc-position-selection h6 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.sc-position-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .sc-position-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
}

.sc-position-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    border: 1.5px solid #ECEBF3;
    border-radius: 8px;
    background-color: #FFF;
    cursor: pointer;
}

.sc-position-item.selected {
    border-color: #453784;
}

.sc-position-icon {
    max-width: 100%;
    height: auto;
    display: block;
}

.sc-position-label {
    margin-top: 0.5rem;
    font-family: "Lexend Deca";
    font-size: 14px;
    text-align: center;
}

.sc-position-price {
    font-family: "Lexend Deca";
    font-size: 13px;
    font-weight: 500;
    color: #666;
}

/* Method Tabs */
.sc-tab-navigation {
    display: flex;
    gap: 8px;
    background: #CDCBDB;
    padding: 4px;
    border-radius: 24px;
    transition: background 0.5s;
    width: 100%;
}

.sc-tab-btn {
    flex: 1;
    padding: 8px 23.81px;
    border: none;
    background: transparent;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s;
    background: #CDCBDB;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(31, 25, 59, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.sc-tab-btn.active {
    background: #453784;
    color: #fff;
}

.sc-tab-btn:hover:not(.active) {
    background: transparent;
    color: rgba(31, 25, 59, 0.70) !important;
}

@media screen and (max-width: 768px) {
    .sc-tab-btn {
        padding: 8px 16px;
    }
}

/* Page 2 Header */
.sc-page-2-header {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sc-page-2-title {
    font-size: 18px;
    font-weight: 600;
    color: #1D1921;
}

.sc-page-2-subtitle {
    font-size: 13px;
    color: #777;
}

.sc-page-3-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sc-page-3-title {
    font-size: 16px;
    font-weight: 600;
    color: #1D1921;
}

/* Smart Notification */
.sc-smart-notification {
    display: none;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    margin: 0;
    border-radius: 8px;
    background: rgba(255, 77, 77, 0.1);
    border: 1px solid rgba(255, 77, 77, 0.3);
    color: #d32f2f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    opacity: 0;
    transition: max-height 0.3s ease, padding 0.3s ease, margin 0.3s ease, opacity 0.3s ease;
}

.sc-smart-notification.show {
    display: flex;
    max-height: 200px;
    padding: 12px 20px;
    opacity: 1;
}

/* Text Configuration */
.sc-text-config {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.sc-text-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sc-text-input-group label {
    font-size: 14px;
    font-weight: 600;
    color: #1D1921;
}

.sc-text-input-group input[type="text"] {
    padding: 12px 16px;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    font-size: 14px;
    color: #1D1921;
    outline: none;
    transition: border-color 0.2s;
}

.sc-text-input-group input[type="text"]:focus {
    border-color: #453784;
}

.sc-text-input-group input[type="text"]::placeholder {
    color: #999;
}

.sc-select-row {
    display: flex;
    gap: 12px;
}

.sc-select-row select {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    font-size: 14px;
    color: #1D1921;
    background-color: #FFF;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231D1921' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.sc-select-row select:focus {
    border-color: #453784;
}

.sc-text-preview-box {
    background: #FFF;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sc-text-preview-box p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

/* Logo & Text Section */
.sc-login-prompt {
    background: #ECEBF3;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 12px;
}

.sc-login-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.sc-login-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sc-login-text strong {
    font-size: 14px;
    font-weight: 600;
    color: #1D1921;
}

.sc-login-text span {
    font-size: 13px;
    color: #777;
}

.sc-login-btn {
    padding: 8px 24px;
    background: transparent;
    border: 1px solid #453784;
    border-radius: 999px;
    color: #453784;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s;
}

.sc-login-btn:hover {
    background: #453784;
    color: #fff;
}

.sc-used-logos {
    display: flex;
    padding: 16px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 9px;
    background: #FFF;
}

.sc-used-logos h6 {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1D1921;
}

.sc-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.sc-logo-item {
    position: relative;
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECEBF3;
}

.sc-logo-item .db-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4CAF50;
    color: white;
    font-size: 10px;
    padding: 2px 4px;
    border-top-right-radius: 4px;
    z-index: 10;
    white-space: nowrap;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 500;
}

.sc-logo-item:hover {
    border-color: #999;
}

.sc-logo-item.selected {
    border-color: #453784;
    background: #f0f0f0;
}

.sc-logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sc-file-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 4px;
}

.sc-file-ext {
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.sc-logo-upload-section {
    background: #FFF;
    border-radius: 8px;
    padding: 24px;
}

.sc-logo-upload-section h6 {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1D1921;
}

.sc-logo-upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.sc-upload-btn,
.sc-upload-btn:focus, 
.sc-upload-btn:focus-visible{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #453784;
    border: none;
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.sc-upload-btn:hover {
    background: #362a66;
}

.sc-upload-info {
    text-align: center;
}

.sc-upload-info p {
    margin: 4px 0;
    font-size: 13px;
    color: #777;
}

.sc-back-btn {
    padding: 12px 24px;
    background: transparent;
    border: 2px solid #453784;
    border-radius: 999px;
    color: #453784;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    justify-content: center;
}

.sc-back-btn:hover {
    background: #FFF;
    color: #4537849e !important;
}

/* Form Fields */
.form-field {
    margin-bottom: 12px;
}

.form-field:last-child {
    margin-bottom: 0;
}

.form-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #1d2327;
    font-size: 13px;
}

.description {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #646970;
    line-height: 1.4;
}

/* Navigation Buttons */
.sc-navigation-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-top: 16px;
    margin-top: auto;
}

.sc-next-btn {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1;
    border: none;
    border-radius: 999px;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    cursor: pointer;
    background: #453784;
    color: #fff;
    transition: all 0.3s ease;
}

.sc-next-btn:hover,
.sc-next-btn:focus {
    background: #3B2F7C;
}

.sc-next-btn.disabled,
.sc-next-btn:disabled {
    background: #CDCBDB;
    color: rgba(31, 25, 59, 0.50);
    cursor: not-allowed;
    opacity: 0.6;
}

.sc-next-btn.disabled:hover,
.sc-next-btn:disabled:hover {
    background: #CDCBDB;
}


.sc-logo-text-section{
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: #ECEBF3;
    margin-bottom: 12px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sc-tab-content[data-tab-content="logo"]{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.sc-tab-content[data-tab-content="text"]{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

/* Change background when text tab is active */
.sc-tab-content[data-tab-content="text"][style*="display: block"] ~ .sc-logo-text-section,
.sc-logo-text-section:has(+ .sc-tab-content[data-tab-content="text"][style*="display: block"]) {
    background: #FFF;
}

/* Alternative: Add class-based approach */
.sc-logo-text-section.text-active {
    background: #FFF;
    padding: 24px 0;
}
.sc-logo-text-section.text-active .sc-login-prompt{
    padding: 12px 16px;
}

/* Summary Page (Page 3) */
.sc-summary-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    overflow: hidden;
}

.sc-summary-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Product Summary Card */
.sc-summary-product-card {
    background: #ECEBF3;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sc-summary-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc-summary-card-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sc-summary-card-title h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1D1921;
    margin: 0;
}

.sc-summary-card-count {
    font-size: 16px;
    font-weight: 600;
    color: #1D1921;
}

.sc-summary-card-actions {
    display: flex;
    gap: 12px;
}

.sc-summary-edit-btn,
.sc-summary-customization-edit-btn {
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-summary-edit-btn svg {
    width: 24px;
    height: 24px;
}

/* Color Row */
.sc-summary-color-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sc-summary-color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #FFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.sc-summary-sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1;
}

.sc-summary-size-badge {
    background: #FFF;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.sc-summary-size-label {
    color: #000527;
    font-family: "Lexend Deca";
    font-size: 10.85px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.sc-summary-size-count {
    display: flex;
    width: 40px;
    padding: 3.1px;
    justify-content: center;
    align-items: center;
    gap: 7.75px;
    border-radius: 774.225px;
    background: #ECEBF3;
    color: var(--Colour-Text, #000527);
    font-family: "Lexend Deca";
    font-size: 15.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

/* Method and Position Row */
.sc-summary-method-row {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #1D1921;
    gap: 8px;
}

/* Customization Preview (Logo/Text) */
.sc-summary-logo-preview {
    padding: 0;
}

.sc-summary-logo-preview img {
    display: block;
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}

.sc-summary-text-preview {
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}

/* Logo/Text Card */
.sc-summary-logo-card {
    background: #ECEBF3;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sc-summary-logo-preview {
    font-size: 14px;
    color: #555;
}

/* Summary Footer */
.sc-summary-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.sc-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc-total-label {
    color: #1F193B;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.sc-total-price {
    color: #453784;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.sc-vat-label {
    color: #1F193B;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.sc-summary-back-btn {
    width: 100%;
    padding: 14px 24px;
    border-radius: 100px;
    border: 2px solid #453784;
    background: #FFF;
    color: #453784;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sc-summary-back-btn:hover {
    background: #FFF;
    color: #4537849e !important;
}

.sc-add-to-basket-btn {
    width: 100%;
    padding: 14px 24px;
    border-radius: 100px;
    border: none;
    background: #453784;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sc-add-to-basket-btn:hover {
    background: #3B2F7C;
}