/* ======================================================
   ZIRETHIC CART DRAWER
   ====================================================== */

.z-cart-drawer-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 100000 !important;
    display: none !important;
    justify-content: flex-end !important;
    background: rgba(0, 0, 0, 0.35) !important;
}

.z-cart-drawer-backdrop.active {
    display: flex !important;
}

.z-cart-drawer {
    width: 390px !important;
    max-width: 92vw !important;
    height: 100vh !important;
    background: #ffffff !important;
    color: #111111 !important;
    overflow: hidden !important;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.08) !important;
}

#zCartDrawerContent {
    height: 100% !important;
}

.z-cart-drawer-shell {
    height: 100% !important;
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
}

.z-cart-drawer-header {
    height: 38px !important;
    padding: 0 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #e8e8e8 !important;
    flex-shrink: 0 !important;
}

.z-cart-drawer-header h3 {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #111111 !important;
    text-transform: uppercase !important;
  font-family: PP Neue Montreal, Arial, sans-serif !important;
}

.z-cart-close {
    border: none !important;
    background: transparent !important;
    color: #111111 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 0 !important;
}

/* Body scrolls, checkout stays bottom */
.z-cart-drawer-body {
    flex: 1 !important;
    overflow-y: auto !important;
    padding: 14px 14px 18px !important;
}

/* Cart item */
.z-cart-line {
    display: grid !important;
    grid-template-columns: 72px 1fr !important;
    gap: 50px !important; /* increase this */
    margin-bottom: 4px !important;
}

.z-cart-line-image {
    width: 108px !important;
    height: 146.5px !important;
    background: #e2e2e0 !important;
    overflow: hidden !important;
    display: block !important;
}

.z-cart-line-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}

.z-cart-line-info {
    padding-top: 2px !important;
}

.z-cart-line-info h4 {
    margin: 0 0 4px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    color: rgba(0, 0, 0, 1) !important;
}
.cart-product-last-word {
    color: rgba(113, 118, 128, 1) !important;
}

.z-cart-line-info p {
    margin: 0 0 7px !important;
    font-size: 14px !important;
    color: rgba(32, 32, 32, 1) !important;
font-family: PP Neue Montreal, Arial, sans-serif !important;
}

/* Size and color */
.z-cart-options {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 7px 0 9px !important;
}

.z-cart-size-box {
    width: 27px !important;
    height: 23px !important;
    min-width: 32px !important;
    border: 1px solid rgba(164, 167, 174, 1) !important;
    background: #ffffff !important;
    color: rgba(83, 88, 98, 1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 8.2px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

.z-cart-color-word {
    color: #555555 !important;
    font-size: 8px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

/* Quantity and remove */
.z-cart-line-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.z-cart-qty {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid #d4d4d4 !important;
    height: 22px !important;
    background: rgba(164, 167, 174, 1)fffff !important;
}

.z-cart-qty span,
.z-cart-qty button {
    min-width: 22px !important;
    width: 40 !important;
    height: 23px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    background: transparent !important;
    color: rgba(37, 43, 55, 1) !important;
    font-size: 12px !important;
    padding: 0 !important;
}

.z-cart-qty button {
    cursor: pointer !important;
}

.z-cart-remove-form {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

.z-cart-remove {
    border: none !important;
    background: transparent !important;
    font-size: 12px !important;
    color: rgba(94, 94, 94, 1) !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
}

.z-cart-remove:hover {
    text-decoration: underline !important;
}

/* Checkout button fixed at bottom */
.z-cart-drawer-footer {
    flex-shrink: 0 !important;
    padding: 12px 14px 14px !important;
    border-top: 1px solid rgba(213, 215, 218, 1) !important;
    background: #ffffff !important;
}

.z-cart-checkout-btn {
    width: 100% !important;
    height: 43px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(164, 167, 174, 1) !important;
    background: #ffffff !important;
    color: rgba(0, 0, 0, 1) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-family: PP Neue Montreal, Arial, sans-serif !important;
}

.z-cart-checkout-btn:hover {
    background: #111111 !important;
    color: #ffffff !important;
}

/* Empty cart */
.z-cart-empty {
    min-height: 330px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.z-cart-empty h4 {
    margin: 0 0 5px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: rgba(0, 0, 0, 1) !important;
}

.z-cart-empty p {
    margin: 0 0 18px !important;
    font-size: 16px !important;
    color: rgba(83, 88, 98, 1)!important;
    font-family: PP Neue Montreal, Arial, sans-serif !important;
}

.z-cart-shop-btn {
    width: 235px !important;
    height: 43px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(65, 70, 81, 1) !important;
    background: #ffffff !important;
    color: rgba(65, 70, 81, 1) !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

/* Explore collection */
.z-cart-explore {
    padding: 0 0 14px 14px !important;
    overflow: hidden !important;
}

.z-cart-explore h4 {
    margin: 0 0 8px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: rgba(0, 0, 0, 1) !important;
}

.z-cart-explore-grid {
    display: flex !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    padding-right: 14px !important;
    scrollbar-width: none !important;
}

.z-cart-explore-grid::-webkit-scrollbar {
    display: none !important;
}

.z-cart-explore-item {
    flex: 0 0 160.4px !important;
    width: 160.4px !important;
    text-decoration: none !important;
    color: #111111 !important;
    scroll-snap-align: start !important;
}

.z-cart-explore-item img {
    width: 160.4px !important;
    height: 217.7px !important;
    object-fit: contain !important;
    background: #e2e2e0 !important;
    display: block !important;
}
.z-cart-drawer-body {
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important; /* IE/Edge */
}

.z-cart-drawer-body::-webkit-scrollbar {
    display: none !important; /* Chrome, Safari */
}

.z-cart-explore-item span {
    display: block !important;
    margin-top: 5px !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    color: rgba(0, 0, 0, 1) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
font-family: PP Neue Montreal, Arial, sans-serif !important;
}

.z-cart-explore-item small {
    display: block !important;
    margin-top: 1px !important;
    font-size: 8px !important;
    line-height: 1 !important;
    color: rgba(32, 32, 32, 1) !important;
font-family: PP Neue Montreal, Arial, sans-serif !important;
}

.z-cart-explore-swatches {
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
    margin-top: 3px !important;
}

.z-cart-explore-swatches i {
    width: 5px !important;
    height: 5px !important;
    border-radius: 5% !important;
    display: block !important;
    border: 1px solid rgba(0, 0, 0, 0.18) !important;
}

/* Loading */
.z-cart-loading {
    padding: 28px !important;
    font-size: 11px !important;
    color: #111111 !important;
}

/* Mobile */
@media (max-width: 520px) {
    .z-cart-drawer {
        width: 100vw !important;
        max-width: 100vw !important;
    }
}
