.angie-cart-wrapper-8f1d9a8a {
    position: relative;
    display: inline-block;
}
.angie-cart-toggle-8f1d9a8a {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 8px;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.angie-cart-count-8f1d9a8a {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e20000;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.angie-cart-overlay-8f1d9a8a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(2px);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.angie-cart-overlay-8f1d9a8a.is-active {
    opacity: 1;
    visibility: visible;
}
.angie-cart-sidebar-8f1d9a8a {
    position: fixed;
    top: 0;
    right: -450px;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    background: #111;
    color: #fff;
    z-index: 99999;
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    border-left: 1px solid #333;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 30px rgba(0,0,0,0.5);
    font-family: sans-serif;
}
.angie-cart-sidebar-8f1d9a8a.is-open {
    right: 0;
}
.angie-cart-sidebar-header-8f1d9a8a {
    padding: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.angie-cart-sidebar-header-8f1d9a8a h3 {
    margin: 0;
    color: inherit;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.angie-cart-close-8f1d9a8a {
    background: rgba(255,255,255,0.1) !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 20px !important;
    cursor: pointer;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.2s !important;
    padding: 0 !important;
    line-height: 1 !important;
}
.angie-cart-close-8f1d9a8a:hover {
    background: #e20000 !important;
    color: #fff !important;
    transform: rotate(90deg);
}
.angie-cart-sidebar-content-8f1d9a8a {
    flex: 1;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}
.angie-cart-sidebar-content-8f1d9a8a.is-loading::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(17, 17, 17, 0.7);
    z-index: 10;
}
.angie-cart-items-8f1d9a8a {
    padding: 25px;
    flex: 1;
}
.angie-cart-empty-8f1d9a8a {
    color: #888;
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.angie-cart-item-8f1d9a8a {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    position: relative;
}
.angie-cart-item-8f1d9a8a:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.angie-cart-remove-item-8f1d9a8a {
    position: absolute;
    top: -5px;
    right: -5px;
    background: none;
    border: none;
    color: #888;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    padding: 5px;
    transition: 0.2s;
}
.angie-cart-remove-item-8f1d9a8a:hover {
    color: #e20000;
    transform: scale(1.1);
}
.angie-cart-item-img-8f1d9a8a {
    width: 90px;
    flex-shrink: 0;
}
.angie-cart-item-img-8f1d9a8a img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}
.angie-cart-item-img-8f1d9a8a a {
    display: block;
}
.angie-cart-item-info-8f1d9a8a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}
.angie-cart-item-info-8f1d9a8a h4 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}
.angie-cart-item-info-8f1d9a8a h4 a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
}
.angie-cart-item-info-8f1d9a8a h4 a:hover {
    color: #e20000;
}
.angie-cart-item-price-8f1d9a8a {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}
.angie-cart-item-qty-8f1d9a8a {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    padding: 2px;
    width: fit-content;
}
.angie-qty-btn-8f1d9a8a {
    background: transparent;
    border: none;
    color: inherit;
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 4px;
    transition: background 0.2s;
}
.angie-qty-btn-8f1d9a8a:hover {
    background: rgba(255,255,255,0.1);
}
.angie-qty-input-8f1d9a8a {
    width: 35px;
    height: 28px;
    background: transparent;
    border: none;
    color: inherit;
    text-align: center;
    font-weight: bold;
    -moz-appearance: textfield;
}
.angie-qty-input-8f1d9a8a:focus {
    outline: none;
}
.angie-qty-input-8f1d9a8a::-webkit-outer-spin-button,
.angie-qty-input-8f1d9a8a::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.angie-cart-footer-8f1d9a8a {
    padding: 25px;
    border-top: 1px solid rgba(255,255,255,0.1);
    background: rgba(0,0,0,0.2);
}
.angie-cart-total-8f1d9a8a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.angie-cart-actions-8f1d9a8a {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.angie-cart-actions-8f1d9a8a a {
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s;
}
.angie-btn-view-cart-8f1d9a8a {
    background: rgba(255,255,255,0.1);
    color: inherit;
}
.angie-btn-view-cart-8f1d9a8a:hover {
    background: rgba(255,255,255,0.2);
}
.angie-btn-checkout-8f1d9a8a {
    background: #e20000;
    color: #fff;
}
.angie-btn-checkout-8f1d9a8a:hover {
    background: #cc0000;
}
.angie-cart-loading-8f1d9a8a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    z-index: 11;
}
.angie-cart-loading-8f1d9a8a .spinner {
    animation: rotate 2s linear infinite;
    width: 100%;
    height: 100%;
}
.angie-cart-loading-8f1d9a8a .path {
    stroke: #e20000;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% { transform: rotate(360deg); }
}
@keyframes dash {
  0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; }
  100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; }
}