.gradient-gradient {
    background: linear-gradient(25deg, #7A58CB 25.23%, #1A94FF 81.46%)
}

.d-flex {
    display: flex;
}

.column {
    flex-direction: column;
}

.row {
    flex-direction: row;
}

.wrap {
    flex-wrap: wrap;
}

.pa-2 {
    padding: 12px;
}

.pa-4 {
    padding: 24px;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.edition-switch {
    background-color: var(--sony-color-02);
    max-width: 100%;
    padding: 8px 12px 8px 12px;
    border-radius: 10px;
    flex-shrink: 0;
    border: 2px solid var(--sony-color-02);
    min-width: 0;
}

.edition-switch-full {
    height: 85px;
    flex-grow: 1;
}

.edition-switch-compact {
    height: 58px;
}

.edition-switch-selected {
    background-color: var(--sony-color-15);
    border: 2px solid var(--sony-accent-color);
}

.discount-box {
    height: max-content;
    padding: 1px 4px;
    border-radius: 100px;
    color: white;
    background-color: var(--sony-accent-color);
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-left-17 {
    margin-left: 17px;
}

.margin-right-17 {
    margin-right: 17px;
}

.margin-right-15 {
    margin-right: 15px;
}

.suisse-font {
    font-family: 'SuisseIntl', Roboto, serif;
}

.halvar-font {
    font-family: 'HalvarEng', Roboto, serif;
}

.cofo-font {
    font-family: 'CoFo Sans', Roboto, serif;
}

.inter-font {
    font-family: "Inter", serif;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.line-height-18 {
    line-height: 18px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

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

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

@font-face {
    font-family: 'SuisseIntl';
    font-style: normal;
    font-weight: 400;
    src: local('SuisseIntl'), url(/_content/SonyParser.Page/fonts/SuisseIntl-Regular.woff) format('woff');
}

@font-face {
    font-family: 'SuisseIntl';
    font-style: normal;
    font-weight: 500;
    src: local('SuisseIntl'), url(/_content/SonyParser.Page/fonts/SuisseIntl-Medium.woff) format('woff');
}

@font-face {
    font-family: 'SuisseIntl';
    font-style: normal;
    font-weight: 600;
    src: local('SuisseIntl'), url(/_content/SonyParser.Page/fonts/SuisseIntl-SemiBold.woff) format('woff');
}

@font-face {
    font-family: 'SuisseIntl';
    font-style: normal;
    font-weight: 700;
    src: local('SuisseIntl'), url(/_content/SonyParser.Page/fonts/SuisseIntl-Bold.woff) format('woff');
}

@font-face {
    font-family: 'HalvarEng';
    font-style: normal;
    font-weight: 400;
    src: local('HalvarEng'), url(/_content/SonyParser.Page/fonts/HalvarEng-Rg.woff) format('woff');
}

.inter-semibold {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.inter-medium {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.color-accent {
    color: var(--sony-accent-color);
}

.color-error {
    color: var(--sony-error);
}

.color-green {
    color: var(--sony-green);
}


.max-lines-1 {
    max-lines: 1;
}

.clicky {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.block-container-arrow {
    height: 24px;
    width: 24px;
}

.center-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reserve-codes-img {
    width: 100%;

    /*height: 206px;*/
}

.reserve-code-link {
    color: var(--sony-accent-color);
    text-decoration: underline;
}

.reserve-codes-container {
    margin: 16px 20px;
}

.apply-button {
    flex-shrink: 0;
    width: 100%;
    background-color: var(--sony-accent-color);
    color: white;
    height: 48px;
    border-radius: 100px;
    margin-top: 24px;
    transition: background-color 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: env(safe-area-inset-bottom);
}

.dialog-overlay-container {
    padding: 20px 18px 12px 20px;
    display: flex;
    flex-direction: column;
}

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

.dialog-overlay-close-button {
    height: 44px;
    width: 44px;
    background-color: var(--sony-color-30);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Fixed button at the bottom */
.fixed-button-container {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    margin-left: 16px;
    margin-right: 14px;
    margin-bottom: 57px;
    bottom: 0;
    left: 0;
}

.fixed-button {
    border-radius: 48px;
    width: calc(100% - 30px);
    height: 44px; /* Adjust to desired button height */

    color: white;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 10; /* Ensure it stays on top of other content */
}

.fixed-button-green {
    background-color: var(--sony-color-14);
}

.fixed-button-origin {
    background-color: var(--sony-accent-color);
}

.text-truncate {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflow content */
    text-overflow: ellipsis; /* Add dots at the end */
}

.price-container {
    flex: 0 0 calc(50% - 4px);
}

.text-selection-enable {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}