        <style>
#mini-cart-content {
    background: transparent;
    border-radius: 8px;
    overflow-y: auto;
    padding: 10px;
}
/* Empty Cart Message */
.woocommerce-mini-cart__empty-message {
    text-align: center;
    color: #666;
    font-size: 16px;
    padding: 40px 20px;
    margin: 0;
}

/* Mini Cart Items */
.mini_cart_modal {
    padding: 0px 0;
    margin-bottom: 10px;
}
#sale .shopping__bag__product {
    padding-bottom: 0;
}
.mini_cart_modal:last-child {
    border-bottom: none;
}

.shopping__bag__product__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    padding-right: 30px;
}

/* Product Images */
.shopping__bag__product__item__images {
    flex-shrink: 0;
    width: 150px;
    height: 100% !important;
}
 a.remove:hover {
    color: #000 !important;
}
.cart_item.shopping__bag__product__item.mini_cart_item {
    align-items: center;
}
.shopping__bag__product__item__images .product-thumbnail {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.shopping__bag__product__item__images .product-thumbnail img {
    display: block;
    object-fit: contain !important;
    max-width: 100% !important;
}

.shopping__bag__product__item__images .product-thumbnail a {
    display: block;
    text-decoration: none;
    height: 100%;
}

/* Product Content */
.shopping__bag__product__item__content {
    flex: 1;
    min-width: 0;
}

.shopping__bag__product__item__content__row {
    display: flex;
    gap: 10px;
}

/* Product Name and Details */
.product-name {
    margin-bottom: 5px;
}

.product-name a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
}

.product-name a:hover {
    color: #007cba;
}

.woocommerce-loop-product__title.product__list__item__subtitle {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    margin-top: 2px;
}

/* Variation Data */
.wc-item-meta {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}

.wc-item-meta li {
    margin-bottom: 2px;
    font-size: 11px;
    color: #888;
}

.wc-item-meta li strong {
    font-weight: 500;
}

/* Quantity Controls */
.shopping__bag__product__item__content__col__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.quantity.buttons_added {
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
}

.quantity .minus,
.quantity .plus {
    background: #f8f9fa;
    border: none;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    transition: all 0.2s ease;
}

.quantity .minus:hover,
.quantity .plus:hover {
    background: #e9ecef;
}

.quantity .minus:disabled,
.quantity .plus:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.mini-cart-quantity {
    width: 50px;
    height: 32px;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    background: #fff;
    -moz-appearance: textfield;
}

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

/* Price */
.shopping__bag__product__item__content__price {
    text-align: right;
}

.product-subtotal {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.product-subtotal .woocommerce-Price-amount {
    color: #000;
}

/* Remove Item Button */
.mini-cart__item_remove {
    position: absolute;
    top: 5px;
    right: 5px;
}

.mini-cart__item_remove .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease;
}


.mini-cart__item_remove .remove svg {
    width: 18px;
    height: 18px;
}

/* Cart Totals */
.shopping__bag__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 2px solid #f0f0f0;
    margin-top: 15px;
}

.shopping__bag__total__title {
    font-weight: 600;
    color: #333;
    font-size: 18px;
}

.shopping__bag__total .woocommerce-Price-amount {
    font-weight: 700;
    color: #000
    font-size: 20px;
}

/* Checkout Button */
.btn.btn-dark.btn-block {
    display: block;
    width: 100%;
    background: #333;
    color: #fff;
    border: none;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 15px;
}

.btn.btn-dark.btn-block:hover {
    background: #000;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn__text.btn-n {
    color: inherit;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal__window.modal-show .madal__window_content_inner {
    padding-inline: 0px !important;
}
.shopping__bag__product__item__images .product-thumbnail img{
    object-fit: contain !important;
}
}


/* Loading States */
.mini-cart-quantity:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.quantity.updating .minus,
.quantity.updating .plus {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Animation for item removal */
.mini_cart_modal.removing {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.3s ease;
}

/* Scrollbar Styling */
#mini-cart-content::-webkit-scrollbar {
    width: 6px;
}

#mini-cart-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

#mini-cart-content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

#mini-cart-content::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
.modal__window .modal__window_content .madal__window_content_inner {
    height: 100%;
    padding-top: 0;
    background: #f0f0f024;
}
.page-id-7  .shopping__bag__cart__totals {
    border-radius: 8px;
    padding: 10px;
    margin: 20px 0 0;
    width: 100%;
    max-width: 500px;
}
.page-id-7 .cart-subtotal {
    font-size: 16px !IMPORTANT;
    color: #333 !IMPORTANT;
    margin-bottom: 10px !important;
}
.page-id-7 .woocommerce {
    padding: 0 !IMPORTANT;
    max-width: 94%;
}
.page-id-7 .shopping__bag__cart__totals__row{
        margin-bottom: 10px !important;
}
.page-id-7 .shopping__bag__delivery__method__box {
    display: flex;
    align-items: center;
    gap: 8px;
}
.page-id-7 .modal__open.link__arrow {
    text-decoration: none;
    font-weight: 500 !important;
    padding: 4px 8px;
    border: 1px solid #000;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin : 0 !important
}
.page-id-7 .link__arrow::after {
    right: -15px;
}
.page-id-7 .shopping__bag__cart__totals__row {
    margin-bottom: 1px !important;
    margin: 0;
    padding: 10px 0;
}
.tabs-container {
    padding: 1rem;
    position: absolute;
    top: 0px;
    LEFT: 20px;
    opacity: 1;
    -webkit-transition: all 0.5s 
ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s 
ease 0s;
    padding: 10px;
    BACKGROUND: #ffffff !important;
    Z-INDEX: 9 !important;
    WIDTH: 100% !important;
    margin-bottom: 50PX;
}
.modal__window .modal__window_content .modal__window_close {
    Z-INDEX: 11;
}
.tabs {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: max-content;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ccc;
}

.tab-highlight {
  position: absolute;
  inset: 0;
  width: 50%;
  background: white;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  transition: margin-left 0.3s ease;
  z-index: 0;
}

.tab {
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  color: #555;
  cursor: pointer;
  transition: color 0.2s ease;
}

.tab.active {
    color: #000 !IMPORTANT;
    font-weight: bold;
}

.tab:focus {
  outline: none;
}   

.mini_cart_modal {
    POSITION: RELATIVE;
    TOP: 64PX;
}
#sale .shopping__bag__total {
    MARGIN-TOP: 80PX;
}
</style>