
#shop {
    border-radius:20px;
}
#shop .shop-sidebar {
    display:flex;
    flex-direction: column;
    min-width:300px;
}
#shop .shop-content {
    flex:1;
    padding-right:0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#shop .shop-nav-cat {
    background: var(--gradient-1-vertical) !important;
    color: var(--text-color-4);
    border:0;
    text-align: left;
}
#shop .shop-nav-cat[aria-expanded="false"] .arr {
    transition: all ease 0.3s;
}
#shop .shop-nav-cat[aria-expanded="true"] .arr {
    transform: rotate(90deg);
    transition: all ease 0.3s;
}
#shop .shop-nav-item {
    color: var(--text-color-1);
    position:relative;
    display:block;
    text-align: left;
    
    padding:15px 20px;
    font-weight:bold;
    opacity:0.8;
    transition: opacity ease 0.3s;
}
#shop .shop-nav-item::after {
    position:absolute;
    content:'';
    top:20px;
    bottom:20px;
    left:0;
    width:4px;
    background: var(--gradient-1) !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all ease 0.3s;

}
#shop .shop-nav-item:hover,#shop .shop-nav-item.active {
    padding-left:25px;
    text-decoration: none;
    opacity:1;
    transition: opacity ease 0.3s;
}
#shop .shop-nav-item:hover::after,#shop .shop-nav-item.active::after {
    top:15px;
    bottom:15px;
    transition: all ease 0.3s;
}
#shop .shop-nav-body {
    background:0;
}
#shop .shop-sidebar-body {
    background:var(--gradient-2);
    padding:20px;
    border-radius:20px;
}
#shop .shop-sidebar-header {
    padding:20px;
    padding-bottom:0;
}
#shop .shop-navigation {
    min-height: calc(100vh - 250px);
    display:flex;
    justify-content: space-between;
    flex-direction: column;
}
#shop .shop-navigation .card {
    background:var(--color-4);
    background-size: 100%;
}
#shop .product {
    display:flex;
    flex-direction: column;
    margin-top:70px;
    height:calc(100% - 70px);
    background: var(--gradient-2-reverted);
    background-size: 500%;
    box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.034);
    border: 0;
    color: var(--text-color-1);
    border-radius: 15px !important;
}
#shop .shop-banner {
    border-radius: 20px;
    padding: 30px;
    background: var(--color-4);
    transform:translateY(-20px);
}
del::after {
    transform: rotate(345deg) translate(-3px,8px);
}

.progress {
    position:relative;
    height:2.5em;
    background:var(--gradient-1-vertical);
    border-radius: 15px;
    overflow:hidden;
}
.progress-bar {
    background-color:var(--color-2);
}
.progress-text {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:flex;
    align-items: center;
    justify-content:center;
    color:var(--text-color-4);
    font-weight: bold;
}
#itemModal {
    background:rgba(255, 255, 255, 0.029);
    backdrop-filter:blur(100px);
}
#itemModal .modal-content {
    border-radius:0 !important;
    border:0;
    background:var(--color-4);
}
#itemModal .modal-body {
    overflow-x:hidden;
}
#shop  .quantity-input {
    width:50px;
    padding-left:10px;
    padding-right:10px;
    color:var(--color-4) !important;
    text-align: center;
}
#shop .quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#shop .quantity-form {
    border-radius:15px;
    overflow:hidden;
}
#shop .quantity-input {
    text-align:center !important;
    color:var(--color-4) !important;
    background-color: var(--text-color-1) !important;
    border-radius:0;
}
#shop .quantity-form.no-bg .quantity-input {
    background:transparent !important;
    color:var(--text-color-1) !important;
}
#shop .minus-btn,#shop .plus-btn {
    border-radius:0;
}

#shop .quantity-form.no-bg .minus-btn,#shop .quantity-form.no-bg .plus-btn {
    background:transparent !important;
    color:var(--text-color-1) !important;
    box-shadow: none !important;
}
.package-description {
    max-height:90vh;
    overflow-y:auto;
}
.package-infos {
    background:var(--gradient-1);
    height:90vh;
}

#confirmBuyModal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem 0.75rem;
}

#confirmBuyModal .modal-body {
    padding: 0.75rem 1.5rem 1rem;
}

#confirmBuyModal .modal-footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 0 1.5rem 1.5rem;
}

#confirmBuyModal .confirm-buy-modal__text {
    line-height: 1.5;
}

#confirmBuyModal .confirm-buy-modal__divider {
    margin: 1rem 0;
    border: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.25);
    opacity: 1;
}

#confirmBuyModal .confirm-buy-modal__warning {
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    color: var(--text-color-5);
    font-size: 0.95rem;
}

#confirmBuyModal .confirm-buy-modal__warning .bi {
    flex-shrink: 0;
    margin-top: 0.15rem;
}

#confirmBuyModal .confirm-buy-modal__terms {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
}

#confirmBuyModal .confirm-buy-modal__terms .form-check-input {
    float: none;
    margin: 0.2rem 0 0;
    flex-shrink: 0;
}

#confirmBuyModal .confirm-buy-modal__terms .form-check-label {
    line-height: 1.45;
}

#confirmBuyModal .confirm-buy-modal__terms .form-check-label a {
    color: var(--text-color-2);
    text-decoration: underline;
}

#confirmBuyModal .confirm-buy-modal__submit {
    width: 100%;
    margin: 0;
}

.cart-checkout-form__terms .confirm-buy-modal__terms,
.cart-checkout-form__terms .form-check {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0;
}

.cart-checkout-form__terms .form-check-input {
    float: none;
    margin: 0.2rem 0 0;
    flex-shrink: 0;
}

.cart-checkout-form__terms .form-check-label {
    line-height: 1.45;
}

.cart-checkout-form__terms .form-check-label a {
    color: var(--text-color-2);
    text-decoration: underline;
}

.shop-payment-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(8, 15, 38, 0.72);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.shop-payment-overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.shop-payment-overlay__box {
    text-align: center;
    max-width: 320px;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    background: var(--gradient-1);
    color: var(--text-color-4);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.shop-payment-overlay__spinner {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-color-2);
}

.shop-payment-overlay__text {
    line-height: 1.5;
    color: var(--text-color-5);
}

body.shop-payment-overlay-open {
    overflow: hidden;
}

.shop-success-page__icon {
    font-size: 4rem;
    line-height: 1;
    color: #6ee7a0;
}

.shop-success-page__message {
    color: var(--text-color-5);
    line-height: 1.55;
}