@media only screen and (min-width : 1401px) {
	.mobile {
		display: none;
	}
}



@media only screen and (max-width : 1400px) {
	.events-top>.bottom {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.events-top {
		width: 800px;
		margin: 0 auto;
		padding: 0 15px;
	}

	.events-top .container {
		padding: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 1400px) {
	.event-wrapper {
		flex-direction: column;
	}

	.event-wrapper .event {
		width: 100%;
	}
	.editorials-wrapper .article .info {
		width: 100%;
	}
	.editorials-wrapper .article .img {
		width: 100%;
		height: calc(100vw - 30px);
		max-width: 500px;
		max-height: 500px;
		margin: 0 auto 30px auto;
	}
	.editorials-wrapper .article {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.count1 .content-wrapper .event .flex>* {
		width: 100%;
	}
	.count1 .content-wrapper .event .flex {
		display: flex;
		flex-direction: column;
	}
	
	footer .footer-content {
		display: flex !important;
	}
	
	.hp-dates .date .rooms {
		display: flex;
		flex-direction: column;
	}

	.hp-dates .date .rooms.nrofevents1 .room .img {
		width: 100%;
		padding: 50% 0;
	}
	
	.homepage-wrapper .scroll {
		max-height: 10000000000px;
	}
	
	.homepage-wrapper .left .footer-content {
		display: none
	}
	
	.homepage-wrapper>.left {
		flex:none;
		max-height: 5000vh;
	}
	
	.homepage-wrapper {
		flex-direction:column;
	}
	
	.top-menu {
		position: relative;
	}
	
	.top-menu .group {
		pointer-events: none;
		position: fixed;
		z-index: 1;
		top: -100vh;
		left: 0;
		width: 100%;
		padding: 40px 0;
		background: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
		border-bottom: 1px solid #000;
		transition: all 0.1s ease-in-out;
		top: -100vh;
		opacity: 0;
	}

	.top-menu .group.active {
		top: 0vh;
		opacity: 1;
		pointer-events: all;
	}

	.top-menu .toggle-menu {
		padding: 10px;
		box-sizing: content-box;
		position: absolute;
		top: 42px;
		right: 0px;
		z-index: 2;
	}

	.top-menu .toggle-menu svg {
		width: 20px;
	}
	.desktop {
		display: none;
	}
	.intro .content .list {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 50px;
	}

	.intro .content .list .item {
		width: 100%;
		max-width: 500px;
	}

	.intro .content {
		display: flex;
		align-items: center;
		/* height: auto; */
	}

	.intro #skip_intro {
		margin: 50px 0;
	}

}

/* iPads (landscape) ----------- */
@media only screen and (max-width : 991px) {
	.events-top {
		width: 750px;
	}

	.container-fluid {
		padding: 0 15px;
	}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 766px) {
	.events-top {
		width: 100%;
		padding: 0;
	}

	.events-wrapper .date .rooms .room .event {
		display: flex;
		flex-direction: column-reverse;
		align-items: stretch;
	}

	.events-wrapper .date .rooms .room .img {
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
		height: calc(100vw - 30px);
	}

	.events-wrapper .date .rooms .room .info {
		width: 100%;
		padding: 30px 0 0 0
	}

	.footer-content {
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.search-wrapper .h1 {
		padding: 0;
		margin-top: 0px;
	}

}

@media only screen and (max-width : 500px) {
	.events-top>.bottom .center .actions {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 15px;
	}

	.events-wrapper {
		padding-top: 0px;
		padding-bottom: 0;
	}

	body {
		overflow: hidden;
	}

	.events-top>.bottom .center .actions .date {
		width: 100%;
		justify-content: flex-start;
		gap: 10px;
	}

	.buttons {
		/* justify-content: space-between; */
	}

	.editorial-top .bottom {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	.event-slider .info {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 15px
	}
	.event-slider .info .right .buton {
		width: 100%;
	}

	.event-top .bottom {
		display: flex;
		gap: 15px;
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (max-width: 1400px) {
    .mobile-account-menu {
        display: block !important;
        background: #fff;
        border-radius: 22px;
        margin-bottom: 44px;
        box-shadow: 0 2px 16px rgba(140,82,255,0.10);
        padding: 38px 0 0 0;
        width: 100%;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-account-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 700;
        color: #8c52ff;
        padding: 0 28px 22px 28px; 
        letter-spacing: 0.5px;
        min-height: 56px;
        position: relative;
    }
    .mobile-account-links {
        background: #fff;
        border-radius: 12px;
        margin-top: 0;
        overflow: hidden;
    }
    .mobile-account-links a {
        display: block;
        padding: 18px 28px;
        text-decoration: none;
        color: #222;
        font-size: 1.15em;
        background: none;
        border: none;
        border-bottom: 1px solid #eee;
        transition: background 0.15s, color 0.15s;
    }
    .mobile-account-links a:last-child {
        border-bottom: none;
        color: #8c52ff;
        font-weight: 600;
        font-size: 1em;
        background: #f7f3ff;
    }
    .mobile-account-links a:active,
    .mobile-account-links a:hover {
        background: #f7f3ff;
        color: #9747FF;
    }
}
@media only screen and (min-width: 1401px) {
    .mobile-account-menu {
        display: none !important;
    }
}
/* --- Account page new layout --- */
.account-new {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 60vh;
    background: #faf8ff;
    padding: 40px 0;
}
.account-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 32px rgba(140,82,255,0.07);
    display: flex;
    gap: 40px;
    padding: 40px 48px;
    width: 100%;
    max-width: 1100px;
}
.account-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.account-section {
    background: #f7f3ff;
    border-radius: 16px;
    padding: 32px 28px;
    margin-bottom: 0;
}
.account-section h2 {
    font-size: 2rem;
    color: #8c52ff;
    margin-bottom: 18px;
    font-weight: 700;
}
.placeholder {
    color: #aaa;
    font-size: 1.1rem;
}
.stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.stat-box {
    flex: 1 1 220px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(140,82,255,0.04);
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 220px;
}
.stat-title {
    font-size: 1.1rem;
    color: #8c52ff;
    font-weight: 600;
    margin-bottom: 12px;
}
.stat-value {
    font-size: 2.5rem;
    color: #9747FF;
    font-weight: bold;
}
.stat-genres {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.genre-chip {
    background: #e9ddff;
    color: #8c52ff;
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.genre-chip.empty {
    background: #f7f3ff;
    color: #aaa;
    font-weight: 400;
}

@media (max-width: 1400px) {
    .account-card {
        flex-direction: column;
        gap: 24px;
        padding: 24px 8px;
        border-radius: 0;
        box-shadow: none;
    }
    .account-section {
        padding: 22px 10px;
    }
    .stats {
        flex-direction: column;
        gap: 18px;
    }
    .stat-box {
        min-width: 0;
        width: 100%;
        align-items: flex-start;
    }
    .account-new {
        padding: 0;
        background: #faf8ff;
    }
}

.account-mobile { display: none; }
.account-desktop { display: block; }

@media (max-width: 1400px) {
    .account-mobile { display: block; }
    .account-desktop { display: none; }
}
@media only screen and (max-width: 1400px) {
    .account-main-simple {
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding: 0 0 40px 0;
        background: #fff;
    }
    .account-section-simple {
        padding: 0 0 24px 0;
        border-bottom: 1px solid #ececec;
        margin: 0 0 0 0;
        background: none;
    }
    .account-section-simple:last-child {
        border-bottom: none;
    }
    .account-title {
        font-size: 1.4em;
        color: #8c52ff;
        font-weight: 700;
        margin-bottom: 12px;
        margin-left: 18px;
    }
    .placeholder {
        color: #aaa;
        font-size: 1.08em;
        margin-left: 18px;
    }
    .stat-row {
        display: flex;
        flex-direction: column;
        gap: 28px;
        margin-left: 18px;
        margin-right: 18px;
    }
    .stat-label {
        color: #8c52ff;
        font-size: 1em;
        font-weight: 600;
        margin-bottom: 6px;
    }
    .stat-value-simple {
        font-size: 2.1em;
        color: #222;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .stat-genres-simple {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 4px;
    }
    .genre-chip-simple {
        background: #f3f0fa;
        color: #8c52ff;
        border-radius: 7px;
        padding: 5px 13px;
        font-size: 0.98em;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .genre-chip-simple.empty {
        background: none;
        color: #aaa;
        font-weight: 400;
        border: none;
    }
}

@media only screen and (max-width: 1400px) {
    .account-title,
    .stat-label {
        color: #222 !important; 
    }
    .stat-value-simple,
    .genre-chip-simple {
        color: #8c52ff !important; 
        background: none !important; 
    }
    .genre-chip-simple.empty {
        color: #aaa !important;
        background: none !important;
    }
    .account-main-simple {
        background: #fff;
    }
    .stat-value-simple {
        font-size: 2.1em;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .stat-label {
        font-size: 1em;
        font-weight: 600;
        margin-bottom: 6px;
    }
    .account-title {
        font-size: 1.4em;
        font-weight: 700;
        margin-bottom: 12px;
        margin-left: 18px;
    }
    .stat-genres-simple {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 4px;
    }
    .genre-chip-simple {
        border-radius: 7px;
        padding: 5px 13px;
        font-size: 0.98em;
        font-weight: 600;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 1400px) {
    .stat-row {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-left: 18px;
        margin-right: 18px;
    }
    .stat-block {
        padding: 18px 0;
    }
    .stat-row .stat-block:first-child {
        padding-top: 0;
    }
    .stat-separator {
        height: 1px;
        background: #ececec;
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 1400px) {
    .mobile-account-menu {
        background: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        margin: 0 0 18px 0;
        max-width: 100%;
    }
    .mobile-hello {
        margin: 18px 0 18px 18px;
        font-size: 1.2em;
        color: #222;
        font-weight: 700;
    }
    .mobile-account-links.grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 0 12px 0 12px;
        background: none;
    }
    .mobile-account-links .buton {
        width: 100%;
        min-width: 0;
        font-size: 15px;
        padding: 14px 0;
        border-radius: 12px;
        text-align: center;
        margin: 0;
        font-weight: 700;
    }
    .mobile-account-links .buton.small,
    .mobile-account-links .buton.full {
        grid-column: 1 / span 2;
        background: #f7f3ff;
        color: #8c52ff;
        font-size: 14px;
        margin-top: 4px;
        border-radius: 12px;
    }
}
@media only screen and (max-width: 1400px) {
    .mobile-account-links .buton {
        border-radius: 0 !important; 
    }
    .mobile-account-links .buton.settings {
        grid-column: 1 / span 2;
        background: #fff !important;
        color: #222 !important;
        border: 2px solid #9747FF !important;
        font-size: 15px;
        font-weight: 700;
        margin-top: 4px;
        box-shadow: none;
        border-radius: 0 !important;
        padding: 14px 0;
        transition: background 0.15s, color 0.15s, border-color 0.15s;
    }
    .mobile-account-links .buton.settings:hover,
    .mobile-account-links .buton.settings:active {
        background: #f7f3ff !important;
        color: #8c52ff !important;
        border-color: #8c52ff !important;
    }
}
@media only screen and (max-width: 1400px) {
    footer {
        background: #fff;
        padding: 28px 0 18px 0;
        font-size: 15px;
    }
    .footer-content {
        padding: 0 14px;
    }
    .footer-content .row,
    .footer-content .col-md-12 {
        margin: 0;
        padding: 0;
    }
    .footer-content {
        text-align: center;
    }
    .footer-content a {
        display: inline-block;
        margin: 0 8px 8px 8px;
        font-size: 16px;
    }
    .footer-content p,
    .footer-content span {
        font-size: 15px;
        margin-bottom: 8px;
        display: block;
    }
    /* Newsletter modal pe mobil */
    #newsletter .modal-dialog {
        width: 95vw;
        margin: 20px auto;
    }
    #newsletter .modal-content {
        border-radius: 14px;
        padding: 12px 8px;
    }
    #newsletter .modal-header h2 {
        font-size: 1.3em;
    }
    #newsletter .modal-body p {
        font-size: 1em;
    }
    #newsletter .nl-form input {
        width: 100%;
        margin-bottom: 10px;
        font-size: 1em;
        padding: 10px;
        border-radius: 8px;
        border: 1px solid #eee;
    }
    #newsletter .modal-footer {
        text-align: center;
    }
    #newsletter .buton.accent {
        width: 100%;
        margin: 0 auto 10px auto;
        font-size: 1em;
        padding: 12px 0;
        border-radius: 8px;
    }
}
@media only screen and (max-width: 1400px) {
    .account-mobile {
        background: #fff;
        padding-bottom: 40px;
    }
    .account-settings-mobile {
        padding: 0 16px;
        max-width: 540px;
        margin: 0 auto;
    }
    .settings-title-mobile {
        font-size: 1.3em;
        color: #222;
        font-weight: 700;
        margin: 24px 0 18px 0;
        text-align: left;
    }
    .settings-fields-mobile {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 32px;
    }
    .settings-field-mobile {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    .settings-field-mobile label {
        color: #222;
        font-size: 1em;
        font-weight: 600;
        margin-bottom: 2px;
        display: block;
    }
    .settings-field-mobile div {
        color: #222;             
        font-size: 1.08em;
        font-weight: 600;
        background: #fff;         
        border-radius: 8px;
        padding: 10px 12px;
        margin-top: 2px;
        border: 1px solid #ececec; 
    }
    .settings-fields-mobile input[type="text"],
.settings-fields-mobile input[type="email"],
.settings-fields-mobile input[type="password"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    color: #222;
    font-size: 1em;
    margin-top: 2px;
}
    .settings-actions-mobile {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-top: 10px;
    }
    .buton.fullwidth {
        width: 100%;
        border-radius: 0;
        font-size: 1.1em;
        padding: 16px 0;
        margin: 0;
        box-sizing: border-box;
    }
}

.genres-grid-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 8px;
    margin-bottom: 8px;
}
.genre-checkbox-mobile {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 12px;
    color: #222;
    border: none;
    cursor: pointer;
    user-select: none;
    gap: 3px;
    min-width: 120px;
    max-width: 100%;
    margin-bottom: 6px;
    justify-content: flex-start;
}
.genre-checkbox-mobile input[type="checkbox"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #9747FF;
    margin: 0 8px 0 0;
    appearance: none;
    border: 2px solid #9747FF;
    border-radius: 2px;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: border-color 0.1s;
}
.genre-checkbox-mobile input[type="checkbox"]:checked {
    background: #9747FF;
    border: 2px solid #9747FF;
}
.genre-checkbox-mobile input[type="checkbox"]:focus {
    outline: none;
    box-shadow: none;
}
.genre-checkbox-mobile input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 0px;
    width: 4px;
    height: 8px;
    border: none;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    background: none;
}
@media (max-width: 1400px) {
    .checkout-right {
        display: none;
    }
    .checkout-wrapper.show-summary .checkout-left {
        display: none;
    }
    .checkout-wrapper.show-summary .checkout-right {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .checkout-wrapper {
        flex-direction: column;
        gap: 32px;
        padding: 0 0 40px 0;
    }
    .checkout-left, .checkout-right {
        max-width: 100%;
        min-width: 0;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .checkout-title {
        font-size: 2em;
        margin-bottom: 18px;
        margin-top: 18px;
    }
    .checkout-section,
    .checkout-form input,
    .checkout-form button,
    .checkout-summary-row,
    .checkout-separator {
        width: 100%;
        box-sizing: border-box;
    }
    .checkout-form-row {
        display: flex;
        gap: 12px;
    }
    .checkout-form-row.double {
        display: flex;
        gap: 12px;
    }
    .checkout-form-row.double > * {
        flex: 1 1 0;
    }
    .checkout-form input {
        font-size: 1.1em;
        padding: 14px 12px;
        margin-bottom: 12px;
    }
    .checkout-form button.go-to-payment {
        width: 100%;
        padding: 16px 0;
        font-size: 1.1em;
        border-radius: 8px;
        margin-top: 18px;
    }
    .checkout-radio-group {
        display: flex !important;
        flex-direction: row !important;
        gap: 8px !important;
        align-items: center;
        margin-bottom: 14px;
        justify-content: flex-start;
    }
    .checkout-radio {
        font-size: 1.08em;
        padding: 8px 0;
    }
    .checkout-summary-title {
        font-size: 1.3em;
        margin-bottom: 12px;
        margin-top: 18px;
    }
    .checkout-tickets-list {
        margin-bottom: 18px;
    }
    .checkout-ticket-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 10px 0;
    }
    .checkout-summary-row {
        font-size: 1.08em;
        margin-bottom: 8px;
    }
    .checkout-summary-row.total {
        font-size: 1.3em;
        font-weight: 700;
        margin-top: 18px;
    }
    
    /* Buton Order Summary pentru mobil */
    .mobile-order-summary-btn {
        display: block;
        width: 100%;
        background: #9747FF;
        color: #fff;
        border: none;
        padding: 16px 0;
        font-size: 1.1em;
        font-weight: 700;
        border-radius: 8px;
        cursor: pointer;
        margin-bottom: 18px;
        transition: background 0.15s;
    }
    .mobile-order-summary-btn:hover {
        background: #8c52ff;
    }
    
    /* Buton Pay Now pentru summary */
    .pay-now-summary {
        display: block;
        width: 100%;
        background: #9747FF;
        color: #fff;
        border: none;
        padding: 16px 0;
        font-size: 1.1em;
        font-weight: 700;
        border-radius: 8px;
        cursor: pointer;
        margin-top: 18px;
        transition: background 0.15s;
    }
    .pay-now-summary:hover {
        background: #8c52ff;
    }
    
    .checkout-radio {
        font-size: 0.80em !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        align-items: center;
        gap: 2px;
    }
    
    .checkout-radio input[type="radio"] {
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        min-height: 18px !important;
        max-width: 18px !important;
        max-height: 18px !important;
        border: 2px solid #9747FF !important;
        border-radius: 2px !important;
        background: #fff !important;
        margin: 0 6px 0 0 !important;
        padding: 0 !important;
        position: relative !important;
        cursor: pointer !important;
        transition: border-color 0.1s !important;
        vertical-align: middle !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }
    
    .checkout-radio input[type="radio"]:checked {
        background: #9747FF !important;
        border: 2px solid #9747FF !important;
    }
    
    .checkout-radio input[type="radio"]:checked::after {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        left: 5px !important;
        top: 2px !important;
        width: 6px !important;
        height: 10px !important;
        border: none !important;
        border-width: 0 2px 2px 0 !important;
        transform: rotate(45deg) !important;
        background: transparent !important;
    }
    
    .checkout-radio input[type="radio"]:focus {
        outline: none !important;
        box-shadow: none !important;
    }
    
    .checkout-radio span {
        font-size: 0.90em;
        line-height: 1;
        padding: 0;
        color: #000 !important;
        user-select: none !important;
    }

    /* Checkbox pentru "Salvează datele" */
    .checkout-section label[for="save_invoice_data"] {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        font-size: 14px !important;
        cursor: pointer !important;
        margin: 0 !important;
    }

    .checkout-section #save_invoice_data {
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        min-height: 18px !important;
        max-width: 18px !important;
        max-height: 18px !important;
        border: 2px solid #9747FF !important;
        border-radius: 2px !important;
        background: #fff !important;
        margin: 0 6px 0 0 !important;
        padding: 0 !important;
        position: relative !important;
        cursor: pointer !important;
        transition: border-color 0.1s !important;
        vertical-align: middle !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }

    .checkout-section #save_invoice_data:checked {
        background: #9747FF !important;
        border: 2px solid #9747FF !important;
    }

    .checkout-section #save_invoice_data:checked::after {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        left: 5px !important;
        top: 2px !important;
        width: 6px !important;
        height: 10px !important;
        border: none !important;
        border-width: 0 2px 2px 0 !important;
        transform: rotate(45deg) !important;
        background: transparent !important;
    }

    .checkout-section #save_invoice_data:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .checkout-section label[for="save_invoice_data"] span {
        font-size: 14px !important;
        color: #000 !important;
        user-select: none !important;
    }
}
@media only screen and (max-width: 1400px) {
    .cart-btn-mobile-rect {
        position: absolute;
        right: 54px; 
        top: 42px;
        z-index: 3;
        background: #fff;
        border: 1px solid #000;
        border-radius: 0; 
        padding: 7px 18px 7px 14px;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        box-shadow: 0 2px 8px rgba(140,82,255,0.08);
        display: flex;
        align-items: center;
        gap: 6px;
        transition: border-color 0.15s;
        height: 34px;
        line-height: 1;
    }
    .cart-btn-mobile-rect:hover {
        border-color: #8c52ff;
        color: #8c52ff;
    }
    #cart-count-mobile {
        font-size: 15px;
        color: #000;
        font-weight: bold;
        margin-left: 4px;
    }
}
.top-menu.mobile .signin {
    margin-left: 0 !important;
}
@media (max-width: 1400px) {
  .account-main-simple,
  .events-wrapper {
    padding-left: 7px !important;
    padding-right: 7px !important;
    box-sizing: border-box;
  }
}
