/* === Floating Cart Icon === */
#floating-cart-wrapper {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.cart-icon-float {
    fill: white;
    width: 26px;
    height: 27px;
    margin-bottom: 4px;
}

.floating-cart {
    position: fixed;
    bottom: 20px;
    right: 0;
    background: #0e1735;
    color: white;
    border-radius: 10px 0 0 10px;
    width: 90px;
    height: 100px;
    text-align: center;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.float-cart-icon {
    padding-top: 10px;
}

.floating-cart .item-count {
    font-weight: bold;
    font-size: 14px;
}

.floating-cart .total-amount {
    background: var(--primary_button_bg, #ff2d6e);
    padding: 6px 0;
    font-weight: bold;
    font-size: 13px;
    border-radius: 0 0 0 10px;
}

/* === Sidebar Overlay === */
.cart-sidebar-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 998;
    display: none;
}

/* === Cart Sidebar === */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 360px;
    height: 100%;
    background: #f4f4f7;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
}

.cart-sidebar.open {
    right: 0;
}

.cart-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.cart-sidebar-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.close-icon {
    font-size: 20px;
    cursor: pointer;
    color: #ff2d6e;
}

/* === Cart Sidebar Content & Footer === */
/*.cart-sidebar-content {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    height: 100%;*/
/*}*/

/*.cart-sidebar-body {*/
/*    flex: 1;*/
/*    overflow-y: auto;*/
/*    padding: 16px;*/
/*}*/

/*.cart-sidebar-footer {*/
/*    padding: 16px;*/
/*    border-top: 1px solid #eee;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    background: #fff;*/
/*    position: sticky;*/
/*    bottom: 0;*/
/*    z-index: 10;*/
/*}*/

/*.footer-left {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.footer-left .total-label {*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*}*/

/*.footer-left .total-value {*/
/*    font-weight: bold;*/
/*    font-size: 18px;*/
/*    color: #f52c6a;*/
/*}*/

/*.proceed-btn {*/
/*    background: #000;*/
/*    color: #fff;*/
/*    padding: 10px 20px;*/
/*    border-radius: 4px;*/
/*    text-decoration: none;*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*    display: block;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*!* === Empty Cart === *!*/
/*.empty-cart {*/
/*    text-align: center;*/
/*    padding: 40px 20px;*/
/*}*/

/*.empty-cart img {*/
/*    max-width: 140px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.empty-cart p {*/
/*    font-size: 14px;*/
/*    color: #555;*/
/*}*/

/*.start-shopping-btn {*/
/*    margin-top: 12px;*/
/*    display: inline-block;*/
/*    background-color: #ff2d6e;*/
/*    color: #fff;*/
/*    padding: 8px 20px;*/
/*    border-radius: 4px;*/
/*    font-weight: 500;*/
/*    text-decoration: none;*/
/*}*/

/*!* === Cart Items === *!*/
/*.items {*/
/*    display: flex;*/
/*    gap: 16px;*/
/*    background: #fff;*/
/*    border-radius: 10px;*/
/*    padding: 12px;*/
/*    margin-bottom: 15px;*/
/*    font-family: 'Inter', sans-serif;*/
/*    position: relative;*/
/*    box-shadow: 0 1px 3px rgba(0,0,0,0.06);*/
/*}*/

/*.product-image-icon {*/
/*    width: 86px;*/
/*    height: 86px;*/
/*    border-radius: 10px;*/
/*    object-fit: cover;*/
/*}*/

/*.frame-parent {*/
/*    flex: 1;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 16px;*/
/*}*/

/*.frame-group {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 8px;*/
/*}*/

/*.product-wellness-combo-03-ski-parent {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.product-wellness-combo {*/
/*    font-size: 15px;*/
/*    font-weight: 600;*/
/*    color: #000;*/
/*}*/

/*.sku {*/
/*    display: flex;*/
/*    gap: 6px;*/
/*    font-size: 14px;*/
/*}*/

/*.sku1 {*/
/*    color: #555;*/
/*    font-weight: 500;*/
/*}*/

/*.div {*/
/*    color: #3e3e3e;*/
/*    font-weight: 500;*/
/*    font-size: 12px;*/
/*}*/

/*.prices-parent {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.prices {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 13px;*/
/*    color: #818181;*/
/*}*/

/*.prices1 {*/
/*    display: flex;*/
/*    gap: 12px;*/
/*}*/

/*.regular-price {*/
/*    text-decoration: line-through;*/
/*    color: #888;*/
/*    font-size: 14px;*/
/*}*/

/*.salespecial-price {*/
/*    color: #000;*/
/*    font-weight: bold;*/
/*    font-size: 14px;*/
/*}*/

/*.discount-percent {*/
/*    background: #ff3d71;*/
/*    color: #fff;*/
/*    padding: 6px 12px;*/
/*    border-radius: 10px;*/
/*    font-size: 12px;*/
/*    font-weight: 600;*/
/*}*/

/*.qty {*/
/*    background: #e5e6eb;*/
/*    border-radius: 4px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.wrapper {*/
/*    padding: 6px 12px;*/
/*}*/

/*.container {*/
/*    padding: 0 4px;*/
/*}*/

/*.qty-btn {*/
/*    border: none;*/
/*    background: transparent;*/
/*    font-size: 18px;*/
/*    cursor: pointer;*/
/*    font-weight: bold;*/
/*    color: #000;*/
/*}*/

/*.qty-input {*/
/*    width: 30px;*/
/*    text-align: center;*/
/*    border: none;*/
    background: transparent;
    font-weight: bold;
}

.remove-btn {
    background: none;
    border: none;
    color: #dc3545;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
}
