/* ================================
   Shopping cart — ToolBase layout
   ================================ */

@keyframes couponInvalidShake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-7px); }
    40% { transform: translateX(7px); }
    60% { transform: translateX(-5px); }
    80% { transform: translateX(5px); }
}

@keyframes couponInvalidGlow {
    0%, 100% { box-shadow: 0 0 0 rgba(220, 53, 69, 0); }
    50% { box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.15); }
}

.cart-discount-form--error {
    animation: couponInvalidShake 420ms ease-in-out;
}

.cart-discount-form--error .form-control {
    border-color: #dc3545;
    animation: couponInvalidGlow 900ms ease-in-out;
}

.cart-discount-form--error-box .form-control {
    background: linear-gradient(180deg, #fff7f8 0%, #ffffff 100%);
}

.cart-page {
    background: linear-gradient(
        180deg,
        rgba(37, 99, 235, 0.04) 0%,
        var(--color-bg, #f8fafc) 28%,
        var(--color-bg, #f8fafc) 100%
    );
    min-height: 60vh;
}

/* ---- Motion: shared keyframes ---- */
@keyframes cartHeaderShell {
    from {
        opacity: 0;
        transform: translateY(0.85rem) scale(0.988);
        box-shadow: 0 4px 6px rgba(15, 23, 42, 0.02), 0 8px 24px rgba(37, 99, 235, 0.04);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        box-shadow:
            0 4px 6px rgba(15, 23, 42, 0.03),
            0 18px 48px rgba(37, 99, 235, 0.09);
    }
}

@keyframes cartHeroPatternDrift {
    0%,
    100% {
        transform: translate(0%, 0%) scale(1);
    }
    40% {
        transform: translate(1.2%, -1.5%) scale(1.025);
    }
    70% {
        transform: translate(-1%, 1%) scale(1.02);
    }
}

@keyframes cartHeroVisualEnter {
    from {
        opacity: 0;
        transform: translateY(0.75rem) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes cartHeroVisualFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes cartPanelRise {
    from {
        opacity: 0;
        transform: translateY(0.85rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cartTitleRuleGrow {
    from {
        transform: scaleX(0);
        opacity: 0.6;
    }
    to {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes cartHeartBeatOnce {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.18);
    }
    40% {
        transform: scale(1);
    }
    58% {
        transform: scale(1.12);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes cartCountPop {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes cartTrustLineIn {
    from {
        opacity: 0;
        transform: translateY(0.35rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---- Hero header ---- */
.cart-page__header--hero {
    position: relative;
    border-radius: 24px;
    padding: 1.5rem 1.35rem 1.35rem;
    border: 1px solid rgba(37, 99, 235, 0.12);
    background: var(--color-surface, #fff);
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.03),
        0 18px 48px rgba(37, 99, 235, 0.09);
    overflow: hidden;
    animation: cartHeaderShell 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cart-page__hero-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 85% 55% at 100% 0%, rgba(37, 99, 235, 0.11), transparent 55%),
        radial-gradient(ellipse 70% 50% at 0% 100%, rgba(14, 165, 233, 0.08), transparent 50%),
        linear-gradient(165deg, #ffffff 0%, #f1f5f9 100%);
    opacity: 1;
    animation: cartHeroPatternDrift 22s ease-in-out infinite;
    will-change: transform;
}

.cart-page__hero-grid {
    position: relative;
    display: grid;
    gap: 1.15rem 1.25rem;
    grid-template-columns: auto 1fr;
    align-items: center;
}

@media (min-width: 768px) {
    .cart-page__header--hero {
        padding: 1.85rem 2rem 1.75rem;
    }

    .cart-page__hero-grid {
        grid-template-columns: auto 1fr auto;
        gap: 1.5rem 2rem;
        align-items: center;
    }
}

.cart-page__hero-visual {
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .cart-page__hero-visual {
        width: 5.25rem;
        height: 5.25rem;
    }
}

.cart-page__hero-orbit {
    position: absolute;
    inset: -5px;
    border-radius: 22px;
    border: 2px dashed rgba(37, 99, 235, 0.22);
    animation: cartHeroOrbit 22s linear infinite;
}

@keyframes cartHeroOrbit {
    to {
        transform: rotate(360deg);
    }
}

.cart-page__hero-icon-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #2563eb 0%, #0ea5e9 100%);
    color: #fff;
    font-size: 1.55rem;
    box-shadow:
        0 10px 26px rgba(37, 99, 235, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
    .cart-page__hero-icon-wrap {
        font-size: 1.8rem;
        border-radius: 20px;
    }
}

.cart-page__hero-icon {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.cart-page__hero-count {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 1.65rem;
    height: 1.6rem;
    padding: 0 0.45rem;
    border-radius: 999px;
    background: linear-gradient(145deg, #f97316, #ea580c);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.45);
    z-index: 2;
    animation: cartCountPop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s both;
}

[dir='rtl'] .cart-page__hero-count {
    right: auto;
    left: -7px;
}

.cart-page__hero-copy {
    min-width: 0;
}

.cart-page__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-primary, #2563eb);
    margin-bottom: 0.5rem;
}

.cart-page__eyebrow-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.28rem 0.75rem 0.28rem 0.65rem;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        rgba(37, 99, 235, 0.1) 0%,
        rgba(14, 165, 233, 0.06) 100%
    );
    border: 1px solid rgba(37, 99, 235, 0.18);
    box-shadow: 0 2px 12px rgba(37, 99, 235, 0.08);
}

.cart-page__eyebrow-icon {
    font-size: 0.68rem;
    opacity: 0.92;
    animation: cartEyebrowIcon 2.8s ease-in-out infinite;
}

@keyframes cartEyebrowIcon {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.92;
    }
    50% {
        transform: scale(1.12);
        opacity: 1;
    }
}

.cart-page__title {
    font-size: clamp(1.6rem, 4.2vw, 2.4rem);
    font-weight: 800;
    color: var(--color-text, #0f172a);
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0 0 0.4rem;
}

.cart-page__title-text {
    display: inline-block;
    background: linear-gradient(
        105deg,
        #0f172a 0%,
        #0f172a 38%,
        #2563eb 52%,
        #0ea5e9 62%,
        #0f172a 75%,
        #0f172a 100%
    );
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: cartTitleSheen 14s ease-in-out infinite;
}

@supports not (background-clip: text) {
    .cart-page__title-text {
        color: var(--color-text, #0f172a);
        background: none;
        animation: none;
    }
}

@keyframes cartTitleSheen {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.cart-page__tagline {
    font-size: 0.94rem;
    color: var(--color-text-muted, #64748b);
    margin: 0 0 0.75rem;
    line-height: 1.45;
    position: relative;
    padding-inline-start: 0.85rem;
    max-width: 36rem;
}

.cart-page__tagline::before {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    top: 0.2em;
    bottom: 0.2em;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2563eb, #0ea5e9);
    opacity: 0.85;
    transform-origin: top center;
    animation: cartTaglineBar 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

@keyframes cartTaglineBar {
    from {
        transform: scaleY(0);
        opacity: 0;
    }
    to {
        transform: scaleY(1);
        opacity: 0.85;
    }
}

.cart-page__tagline strong {
    color: var(--color-primary, #2563eb);
    font-weight: 800;
}

.cart-page__tagline--muted {
    color: var(--color-text-muted, #64748b);
}

.cart-page__breadcrumb {
    --bs-breadcrumb-divider: '›';
    font-size: 0.88rem;
    margin-top: 0.15rem;
    padding: 0.45rem 0.75rem;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.06);
    width: fit-content;
    max-width: 100%;
}

.cart-page__breadcrumb .breadcrumb-item a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.cart-page__breadcrumb .breadcrumb-item a:hover {
    color: var(--color-primary, #2563eb);
}

.cart-page__breadcrumb .breadcrumb-item.active {
    color: var(--color-text-muted, #64748b);
    font-weight: 600;
}

/* Hero copy — staggered entrance */
@keyframes cartHeroReveal {
    from {
        opacity: 0;
        transform: translateY(0.55rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cart-page__header--copy-motion .cart-page__hero-copy > .cart-page__eyebrow {
    animation: cartHeroReveal 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.04s both;
}

.cart-page__header--copy-motion .cart-page__hero-copy > .cart-page__title {
    animation: cartHeroReveal 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.cart-page__header--copy-motion .cart-page__hero-copy > .cart-page__tagline {
    animation: cartHeroReveal 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.cart-page__header--copy-motion .cart-page__hero-copy > nav {
    animation: cartHeroReveal 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
}

.cart-page__header--copy-motion .cart-page__hero-visual {
    animation: cartHeroVisualEnter 0.68s cubic-bezier(0.22, 1, 0.36, 1) 0s both;
}

.cart-page__header--copy-motion .cart-page__hero-icon-wrap {
    animation: cartHeroVisualFloat 4.2s ease-in-out 0.75s infinite;
}

.cart-page__header--copy-motion .cart-page__hero-actions {
    animation: cartHeroReveal 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.36s both;
}

.cart-page__breadcrumb .breadcrumb-item {
    animation: cartHeroReveal 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cart-page__breadcrumb .breadcrumb-item:nth-child(1) {
    animation-delay: 0.3s;
}

.cart-page__breadcrumb .breadcrumb-item:nth-child(2) {
    animation-delay: 0.38s;
}

.cart-page__breadcrumb .breadcrumb-item:nth-child(3) {
    animation-delay: 0.46s;
}

.cart-page__hero-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    min-width: 0;
}

@media (min-width: 768px) {
    .cart-page__hero-actions {
        align-items: flex-end;
        text-align: end;
    }

    [dir='rtl'] .cart-page__hero-actions {
        align-items: flex-start;
        text-align: start;
    }
}

.cart-page__continue {
    border-radius: 999px;
    font-weight: 600;
}

.cart-page__continue--hero {
    background: #fff;
    border: 2px solid rgba(37, 99, 235, 0.35);
    color: var(--color-primary, #2563eb);
    padding: 0.55rem 1.35rem;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.07);
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.cart-page__continue--hero:hover {
    background: rgba(37, 99, 235, 0.08);
    border-color: var(--color-primary, #2563eb);
    color: #1d4ed8;
    transform: translateY(-1px);
}

.cart-page__hero-trust {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--color-text-muted, #64748b);
    letter-spacing: 0.02em;
}

[dir='rtl'] .cart-page__hero-trust {
    align-items: flex-start;
}

.cart-page__hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
}

.cart-page__hero-trust-item i {
    color: var(--color-primary, #2563eb);
    font-size: 0.85rem;
    opacity: 0.95;
}

.cart-page__header--copy-motion .cart-page__hero-trust-item:nth-child(1) {
    animation: cartTrustLineIn 0.52s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
}

.cart-page__header--copy-motion .cart-page__hero-trust-item:nth-child(2) {
    animation: cartTrustLineIn 0.52s cubic-bezier(0.22, 1, 0.36, 1) 0.52s both;
}

/* Lines panel ("basket" stack) */
.cart-page__lines-panel {
    background: var(--color-surface, #fff);
    border: 1px solid var(--color-border, #e2e8f0);
    border-radius: 20px;
    padding: 0.85rem;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
    animation: cartPanelRise 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.06s both;
}

@media (min-width: 768px) {
    .cart-page__lines-panel {
        padding: 1.15rem 1.25rem;
    }
}

.cart-page__sticky {
    position: sticky;
    top: calc(var(--nav-height, 80px) + 1rem);
    z-index: 2;
}

/* Line items */
@keyframes cartToolbarIn {
    from {
        opacity: 0;
        transform: translateY(-0.5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cartBulkToolbarPulse {
    0% {
        box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
    }
    40% {
        box-shadow: 0 6px 28px rgba(37, 99, 235, 0.2);
        border-color: rgba(37, 99, 235, 0.35);
    }
    100% {
        box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
    }
}

@keyframes cartCheckboxPop {
    0% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.14);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes cartLineSelectWave {
    0% {
        border-color: var(--color-border, #e2e8f0);
        box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
    }
    40% {
        border-color: rgba(37, 99, 235, 0.42);
        box-shadow: 0 10px 32px rgba(37, 99, 235, 0.14);
    }
    100% {
        border-color: var(--color-border, #e2e8f0);
        box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
    }
}

@keyframes cartLineRemove {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
        max-height: 420px;
        margin-bottom: 0;
    }
    100% {
        opacity: 0;
        transform: translateX(20px) scale(0.96);
        max-height: 0;
        margin-bottom: -0.75rem;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.cart-bulk-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    padding: 0.85rem 1.1rem;
    margin-bottom: 1rem;
    background: var(--color-surface, #fff);
    border: 1px solid var(--color-border, #e2e8f0);
    border-radius: var(--border-radius, 12px);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
    animation: cartToolbarIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
    transition:
        box-shadow 0.35s ease,
        border-color 0.3s ease;
}

.cart-bulk-toolbar--pulse {
    animation: cartBulkToolbarPulse 0.55s ease;
}

.cart-bulk-toolbar__check {
    transition: transform 0.22s ease;
}

.cart-bulk-toolbar__check .form-check-label {
    cursor: pointer;
    transition: color 0.2s ease;
}

.cart-bulk-toolbar__check:hover .form-check-label {
    color: var(--color-primary, #2563eb);
}

.cart-bulk-toolbar__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.cart-bulk-toolbar .btn {
    transition:
        opacity 0.28s ease,
        transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        color 0.22s ease,
        background-color 0.22s ease;
}

.cart-bulk-toolbar .btn:disabled {
    opacity: 0.52;
    transform: scale(0.97);
    pointer-events: none;
}

.cart-bulk-toolbar .btn:not(:disabled):hover {
    transform: translateY(-2px);
}

.cart-bulk-toolbar .btn:not(:disabled):active {
    transform: translateY(0) scale(0.98);
}

.cart-lines {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cart-line {
    display: grid;
    grid-template-columns: auto 5.5rem 1fr;
    grid-template-areas:
        'select media main'
        'select media unit'
        'select media qty'
        'select media total'
        'select actions actions';
    gap: 0.75rem 1rem;
    padding: 1rem 1.25rem;
    background: var(--color-surface, #fff);
    border: 1px solid var(--color-border, #e2e8f0);
    border-radius: var(--border-radius, 12px);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
    align-items: start;
    transition:
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        transform 0.22s ease,
        background-color 0.28s ease;
}

.cart-line:has(.cart-line-checkbox:checked) {
    background: linear-gradient(
        125deg,
        rgba(37, 99, 235, 0.07) 0%,
        var(--color-surface, #fff) 42%,
        var(--color-surface, #fff) 100%
    );
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.11);
}

.cart-line:has(.cart-line-checkbox:checked):hover {
    border-color: rgba(37, 99, 235, 0.42);
    box-shadow: 0 12px 36px rgba(37, 99, 235, 0.14);
}

.cart-lines--bulk-wave .cart-line {
    animation: cartLineSelectWave 0.58s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.cart-lines--bulk-wave .cart-line:nth-child(1) {
    animation-delay: 0.03s;
}
.cart-lines--bulk-wave .cart-line:nth-child(2) {
    animation-delay: 0.09s;
}
.cart-lines--bulk-wave .cart-line:nth-child(3) {
    animation-delay: 0.15s;
}
.cart-lines--bulk-wave .cart-line:nth-child(4) {
    animation-delay: 0.21s;
}
.cart-lines--bulk-wave .cart-line:nth-child(5) {
    animation-delay: 0.27s;
}
.cart-lines--bulk-wave .cart-line:nth-child(6) {
    animation-delay: 0.33s;
}
.cart-lines--bulk-wave .cart-line:nth-child(7) {
    animation-delay: 0.39s;
}
.cart-lines--bulk-wave .cart-line:nth-child(8) {
    animation-delay: 0.45s;
}
.cart-lines--bulk-wave .cart-line:nth-child(n + 9) {
    animation-delay: 0.5s;
}

.cart-line:hover {
    border-color: rgba(37, 99, 235, 0.22);
    box-shadow: 0 10px 32px rgba(37, 99, 235, 0.1);
    transform: translateY(-2px);
}

.cart-line--removing {
    animation: cartLineRemove 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    pointer-events: none;
    overflow: hidden;
}

.cart-empty-inline {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    border: 1px dashed rgba(37, 99, 235, 0.3);
    border-radius: 16px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    text-align: center;
    padding: 2rem 1rem;
}

.cart-empty-inline__icon {
    font-size: 2rem;
    color: var(--color-primary, #2563eb);
}

.cart-empty-inline__title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .cart-line {
        grid-template-columns: auto 5.5rem 1fr 5.5rem 7rem 5rem auto;
        grid-template-areas: 'select media main unit qty total actions';
        align-items: center;
        gap: 1rem 1.25rem;
        padding: 1.25rem 1.5rem;
    }
}

.cart-line__select {
    grid-area: select;
    align-self: center;
    justify-self: center;
    padding-top: 0.15rem;
}

.cart-bulk-toolbar__check .form-check-input,
.cart-line__select .form-check-input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0;
    cursor: pointer;
    transition:
        transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.2s ease;
}

.cart-bulk-toolbar__check .form-check-input:focus-visible,
.cart-line__select .form-check-input:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.38);
}

.cart-bulk-toolbar__check .form-check-input:active,
.cart-line__select .form-check-input:active {
    transform: scale(0.9);
}

.cart-bulk-toolbar__check .form-check-input:checked,
.cart-line__select .form-check-input:checked {
    animation: cartCheckboxPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cart-line__media {
    grid-area: media;
}

.cart-line__media-link {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: var(--gray-100, #f3f4f6);
    border: 1px solid var(--color-border, #e2e8f0);
    aspect-ratio: 1;
    max-width: 5.5rem;
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.cart-line__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
}

.cart-line:hover .cart-line__media-link {
    transform: translateY(-1px);
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.16);
}

.cart-line:hover .cart-line__img {
    transform: scale(1.06);
    filter: saturate(1.04);
}

.cart-line__main {
    grid-area: main;
    min-width: 0;
}

.cart-line__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    line-height: 1.35;
}

.cart-line__title a {
    color: inherit;
    text-decoration: none;
}

.cart-line__title a:hover {
    color: var(--color-primary, #2563eb);
}

.cart-line__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.35rem;
}

.cart-badge-pill {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: var(--color-primary-soft, #eff6ff);
    color: var(--color-primary, #2563eb);
    border: 1px solid rgba(37, 99, 235, 0.2);
}

.cart-badge-pill--muted {
    background: var(--gray-100, #f3f4f6);
    color: var(--gray-700, #374151);
    border-color: var(--gray-200, #e5e7eb);
}

.cart-line__meta {
    font-size: 0.85rem;
    color: var(--color-text-muted, #64748b);
    margin: 0 0 0.25rem;
}

.cart-line__stock {
    font-size: 0.8rem;
}

.stock-status.in-stock {
    color: #15803d;
}

.stock-status.out-of-stock {
    color: #dc2626;
}

.cart-line__unit {
    grid-area: unit;
}

.cart-line__price {
    font-weight: 700;
    font-size: 1rem;
    color: var(--color-text, #0f172a);
}

/* Per-unit hint when quantity > 1 (parentheses, muted) */
.cart-line__unit-each-muted {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-text-muted, #64748b);
}

.cart-line__qty {
    grid-area: qty;
}

.cart-line__total {
    grid-area: total;
}

.cart-line__line-total {
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--color-text, #0f172a);
}

.cart-line__actions {
    grid-area: actions;
    justify-self: end;
}

.cart-line__btn-group {
    gap: 0.25rem;
}

.cart-line__btn-icon {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--color-border, #e2e8f0);
    background: var(--gray-50, #f9fafb);
    color: var(--gray-600, #4b5563);
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.18s ease,
        box-shadow 0.2s ease;
}

.cart-line__btn-icon:hover {
    background: var(--color-primary-soft, #eff6ff);
    border-color: rgba(37, 99, 235, 0.35);
    color: var(--color-primary, #2563eb);
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 8px 16px rgba(37, 99, 235, 0.16);
}

.cart-line__btn-icon--danger:hover {
    background: #fef2f2;
    border-color: rgba(220, 38, 38, 0.35);
    color: #dc2626;
    box-shadow: 0 8px 16px rgba(220, 38, 38, 0.14);
}

.cart-line__btn-icon:active {
    transform: translateY(0) scale(0.96);
}

/* Quantity control */
.cart-qty-form {
    margin: 0;
}

.cart-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--color-border, #e2e8f0);
    border-radius: 10px;
    overflow: hidden;
    background: var(--color-surface, #fff);
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.cart-line:hover .cart-qty {
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.1);
}

.cart-qty__btn {
    width: 2.25rem;
    height: 2.5rem;
    border: none;
    background: var(--gray-50, #f9fafb);
    color: var(--color-text, #0f172a);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease;
}

.cart-qty__btn:hover {
    background: var(--color-primary-soft, #eff6ff);
    color: var(--color-primary, #2563eb);
}

.cart-qty__btn:focus-visible {
    outline: 2px solid var(--color-primary, #2563eb);
    outline-offset: 2px;
}

.cart-qty__input {
    width: 3rem;
    border: none !important;
    border-inline: 1px solid var(--color-border, #e2e8f0) !important;
    border-radius: 0 !important;
    font-weight: 600;
    padding: 0.35rem 0.25rem;
    height: 2.5rem;
    -moz-appearance: textfield;
}

.cart-qty__input::-webkit-outer-spin-button,
.cart-qty__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Summary */
.cart-summary-card {
    background: var(--color-surface, #fff);
    border: 1px solid var(--color-border, #e2e8f0);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    animation: cartPanelRise 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.14s both;
    transition:
        transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.26s ease,
        border-color 0.26s ease;
}

.cart-summary-card:hover {
    transform: translateY(-3px);
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 18px 44px rgba(37, 99, 235, 0.15);
}

.cart-summary-card__head {
    padding: 1.25rem 1.5rem 0.75rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.06) 0%, transparent 100%);
    border-bottom: 1px solid var(--color-border, #e2e8f0);
}

.cart-summary-card__title {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: var(--color-text, #0f172a);
    position: relative;
    display: inline-block;
    animation: cartHeroReveal 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

.cart-summary-card__title::after {
    content: '';
    display: block;
    height: 3px;
    margin-top: 0.4rem;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        var(--color-primary, #2563eb) 0%,
        rgba(37, 99, 235, 0.35) 55%,
        transparent 100%
    );
    transform: scaleX(0);
    transform-origin: left center;
    animation: cartTitleRuleGrow 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

[dir='rtl'] .cart-summary-card__title::after {
    transform-origin: right center;
}

.cart-summary-card__body {
    padding: 1.5rem;
}

.cart-summary-card__rows {
    font-size: 0.95rem;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.cart-summary-row:last-of-type {
    border-bottom: none;
}

.cart-summary-row--success {
    color: #15803d;
    font-weight: 600;
}

.cart-summary-row--note {
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.cart-summary-card__total {
    padding-top: 0.5rem;
    border-top: 2px solid var(--color-border, #e2e8f0);
}

.cart-summary-card__checkout {
    border-radius: 12px;
    font-weight: 700;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cart-summary-card__checkout:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.32);
}

.cart-summary-card__checkout.is-loading {
    transform: scale(0.985);
    box-shadow: 0 10px 26px rgba(37, 99, 235, 0.28);
    filter: saturate(0.95);
    position: relative;
}

.cart-summary-card__checkout.is-loading::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        110deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.24) 45%,
        rgba(255, 255, 255, 0) 85%
    );
    transform: translateX(-120%);
    animation: cartCheckoutSweep 0.8s ease-out infinite;
    pointer-events: none;
}

@keyframes cartCheckoutSweep {
    to {
        transform: translateX(120%);
    }
}

.cart-secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(37, 99, 235, 0.08));
    border: 1px solid rgba(16, 185, 129, 0.28);
    border-radius: 999px;
    padding: 0.3rem 0.72rem;
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.14);
}

.cart-secure-badge i {
    color: #059669;
    font-size: 0.82rem;
}

.cart-payment-icons-muted i {
    color: #6b7280 !important;
}

.cart-payment-icons-muted .payment-method-logo--bit {
    filter: grayscale(100%);
    opacity: 0.85;
}

.cart-loyalty {
    padding: 1rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08) 0%, rgba(37, 99, 235, 0.04) 100%);
    border: 1px solid rgba(245, 158, 11, 0.25);
}

.cart-saved__head {
    padding-bottom: 0 !important;
}

.cart-page .cart-saved.card {
    animation: cartPanelRise 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}

.cart-page .cart-saved__head h3 {
    position: relative;
    display: inline-block;
    animation: cartHeroReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
}

.cart-page .cart-saved__head .text-primary.fa-heart,
.cart-page .cart-saved__head .fa-heart.text-primary {
    animation: cartHeartBeatOnce 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.45s both;
}

.cart-page .cart-shipping-info {
    animation: cartPanelRise 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.26s both;
}

.cart-shipping-info .card-title {
    font-weight: 700;
    position: relative;
    display: inline-block;
    animation: cartHeroReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

/* Empty cart — main panel + two-column layout */
.cart-page__layout--empty {
    align-items: stretch;
}

/* Match saved-items card height to empty panel: stretch flex chain from row → columns → sticky → card */
.cart-page__layout--empty .cart-page__sticky--empty-sidebar {
    align-self: stretch;
    min-height: 0;
}

.cart-page__layout--empty .cart-page__sticky--empty-sidebar .cart-saved {
    min-height: 0;
}

.cart-empty-panel {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, 0.12);
    background: var(--color-surface, #fff);
    box-shadow:
        0 12px 48px rgba(37, 99, 235, 0.08),
        0 4px 6px rgba(15, 23, 42, 0.03);
    min-height: 22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.25rem 1.35rem;
    animation: cartPanelRise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.cart-empty-panel:hover {
    transform: translateY(-3px);
    border-color: rgba(37, 99, 235, 0.2);
    box-shadow:
        0 16px 52px rgba(37, 99, 235, 0.13),
        0 8px 14px rgba(15, 23, 42, 0.06);
}

.cart-empty-panel__inner > * {
    animation: cartHeroReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cart-empty-panel__inner > *:nth-child(1) {
    animation-delay: 0.12s;
}

.cart-empty-panel__inner > *:nth-child(2) {
    animation-delay: 0.2s;
}

.cart-empty-panel__inner > *:nth-child(3) {
    animation-delay: 0.28s;
}

.cart-empty-panel__inner > *:nth-child(4) {
    animation-delay: 0.36s;
}

.cart-empty-panel__inner > *:nth-child(5) {
    animation-delay: 0.44s;
}

.cart-empty-panel__inner > *:nth-child(6) {
    animation-delay: 0.52s;
}

@media (min-width: 992px) {
    .cart-empty-panel {
        min-height: 26rem;
        padding: 2.75rem 2rem;
    }
}

.cart-empty-panel__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(37, 99, 235, 0.11), transparent 58%),
        radial-gradient(ellipse 45% 35% at 100% 85%, rgba(14, 165, 233, 0.07), transparent 50%),
        linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.cart-empty-panel__inner {
    position: relative;
    text-align: center;
    max-width: 28rem;
    margin: 0 auto;
}

.cart-empty-panel__visual {
    position: relative;
    width: 5.25rem;
    height: 5.25rem;
    margin: 0 auto 1.5rem;
}

.cart-empty-panel__orbit {
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px dashed rgba(37, 99, 235, 0.22);
    animation: cartHeroOrbit 24s linear infinite;
}

.cart-empty-panel__icon-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #2563eb 0%, #0ea5e9 100%);
    color: #fff;
    font-size: 1.85rem;
    box-shadow:
        0 14px 40px rgba(37, 99, 235, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.cart-empty-panel__icon {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.12));
}

.cart-empty-panel__title {
    font-size: clamp(1.45rem, 3.2vw, 1.95rem);
    font-weight: 800;
    color: var(--color-text, #0f172a);
    letter-spacing: -0.03em;
    margin: 0 0 0.65rem;
    line-height: 1.2;
}

.cart-empty-panel__lead {
    font-size: 0.98rem;
    color: var(--color-text-muted, #64748b);
    line-height: 1.55;
    margin: 0 auto 1.35rem;
    max-width: 22rem;
}

.cart-empty-panel__perks {
    list-style: none;
    padding: 0;
    margin: 0 auto 1.65rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    align-items: center;
    font-size: 0.84rem;
    color: var(--color-text-muted, #64748b);
}

.cart-empty-panel__perks li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.cart-empty-panel__perks i {
    color: #15803d;
    font-size: 0.72rem;
}

.cart-empty-panel__cta {
    border-radius: 999px;
    font-weight: 700;
    padding-inline: 1.65rem;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cart-empty-panel__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(37, 99, 235, 0.34);
}

/* Saved items — empty state (sidebar always visible) */
.cart-saved__list:empty {
    min-height: 0;
}

.cart-saved-empty {
    text-align: center;
    padding: 0.5rem 0.35rem 0.25rem;
}

.cart-saved-empty[hidden] {
    display: none !important;
}

.cart-saved-empty__visual {
    position: relative;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto 0.9rem;
}

.cart-saved-empty__orbit {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px dashed rgba(37, 99, 235, 0.18);
    animation: cartHeroOrbit 26s linear infinite reverse;
}

.cart-saved-empty__icon-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.14), rgba(14, 165, 233, 0.08));
    border: 2px solid rgba(37, 99, 235, 0.22);
    color: var(--color-primary, #2563eb);
    font-size: 1.35rem;
}

.cart-saved-empty__title {
    font-weight: 800;
    font-size: 0.92rem;
    color: var(--color-text, #0f172a);
    margin: 0 0 0.45rem;
}

.cart-saved-empty__hint {
    font-size: 0.78rem;
    line-height: 1.5;
    color: var(--color-text-muted, #64748b);
    margin: 0;
    max-width: 15rem;
    margin-inline: auto;
}

.cart-saved-empty--standalone .cart-saved-empty__hint {
    max-width: 17rem;
    font-size: 0.8rem;
}

/* Skeleton */
.cart-skeleton__line {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid var(--color-border, #e2e8f0);
}

.cart-skeleton__thumb {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--gray-200) 0%, var(--gray-100) 50%, var(--gray-200) 100%);
    background-size: 200% 100%;
    animation: cartShimmer 1.2s ease-in-out infinite;
    flex-shrink: 0;
}

.cart-skeleton__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
}

.cart-skeleton__bar {
    height: 12px;
    border-radius: 6px;
    background: linear-gradient(90deg, var(--gray-200) 0%, var(--gray-100) 50%, var(--gray-200) 100%);
    background-size: 200% 100%;
    animation: cartShimmer 1.2s ease-in-out infinite;
}

.cart-skeleton__bar--lg {
    width: 70%;
    height: 16px;
}

.cart-skeleton__bar--md {
    width: 45%;
}

.cart-skeleton__bar--sm {
    width: 30%;
    height: 10px;
}

.cart-skeleton__summary {
    padding: 1.5rem;
    border-radius: 16px;
    min-height: 220px;
}

.cart-skeleton__btn {
    height: 48px;
    border-radius: 12px;
    background: var(--gray-200);
    animation: cartShimmer 1.2s ease-in-out infinite;
}

@keyframes cartShimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@keyframes cartMoneyLoadingSweep {
    0% {
        opacity: 0.55;
        filter: blur(0.6px);
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(-1px);
    }
    100% {
        opacity: 0.72;
        filter: blur(0.35px);
        transform: translateY(0);
    }
}

@keyframes cartMoneyRise {
    0% {
        color: inherit;
        text-shadow: 0 0 0 rgba(37, 99, 235, 0);
        transform: translateY(0) scale(1);
    }
    40% {
        color: #1d4ed8;
        text-shadow: 0 8px 22px rgba(37, 99, 235, 0.25);
        transform: translateY(-1px) scale(1.03);
    }
    100% {
        color: inherit;
        text-shadow: 0 0 0 rgba(37, 99, 235, 0);
        transform: translateY(0) scale(1);
    }
}

@keyframes cartMoneyDrop {
    0% {
        color: inherit;
        text-shadow: 0 0 0 rgba(220, 38, 38, 0);
        transform: translateY(0) scale(1);
    }
    40% {
        color: #b91c1c;
        text-shadow: 0 8px 22px rgba(220, 38, 38, 0.2);
        transform: translateY(1px) scale(0.985);
    }
    100% {
        color: inherit;
        text-shadow: 0 0 0 rgba(220, 38, 38, 0);
        transform: translateY(0) scale(1);
    }
}

.cart-summary-row [data-animate-price],
.cart-summary-card__total [data-animate-price] {
    display: inline-block;
    font-variant-numeric: tabular-nums;
    will-change: transform, text-shadow, color, opacity, filter;
}

.cart-money--loading {
    animation: cartMoneyLoadingSweep 0.95s ease-in-out infinite;
}

.cart-money--rise {
    animation: cartMoneyRise 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.cart-money--drop {
    animation: cartMoneyDrop 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

[dir='rtl'] .cart-page__continue i.fa-arrow-left {
    transform: scaleX(-1);
}

[dir='rtl'] .cart-line__btn-group {
    flex-direction: column;
}

@media (max-width: 767px) {
    .cart-line {
        grid-template-columns: auto 5.5rem 1fr;
        grid-template-areas:
            'select media main'
            'select media unit'
            'select media qty'
            'select media total'
            'select actions actions';
    }

    .cart-line__actions {
        justify-self: stretch;
        grid-column: 2 / -1;
        padding-top: 0.25rem;
        border-top: 1px dashed var(--color-border, #e2e8f0);
        margin-top: 0.25rem;
    }

    .cart-line__btn-group {
        flex-direction: row;
        justify-content: flex-end;
        width: 100%;
    }

    .cart-line__unit-label,
    .cart-line .text-md-end {
        text-align: start !important;
    }

    .cart-line__unit,
    .cart-line__total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        grid-column: 3;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cart-skeleton__thumb,
    .cart-skeleton__bar,
    .cart-skeleton__btn {
        animation: none;
    }

    .cart-money--loading,
    .cart-money--rise,
    .cart-money--drop {
        animation: none;
    }

    .cart-page__header--hero {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .cart-page__hero-pattern {
        animation: none;
        transform: none;
        will-change: auto;
    }

    .cart-page__hero-orbit,
    .cart-empty-panel__orbit,
    .cart-saved-empty__orbit {
        animation: none;
    }

    .cart-page__header--copy-motion .cart-page__hero-visual,
    .cart-page__header--copy-motion .cart-page__hero-icon-wrap,
    .cart-page__header--copy-motion .cart-page__hero-actions,
    .cart-page__header--copy-motion .cart-page__hero-trust-item {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .cart-page__hero-count {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .cart-page__breadcrumb .breadcrumb-item {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .cart-page__eyebrow-icon {
        animation: none;
    }

    .cart-page__title-text {
        animation: none;
    }

    .cart-page__tagline::before {
        animation: none;
        transform: scaleY(1);
        opacity: 0.85;
    }

    .cart-page__header--copy-motion .cart-page__hero-copy > .cart-page__eyebrow,
    .cart-page__header--copy-motion .cart-page__hero-copy > .cart-page__title,
    .cart-page__header--copy-motion .cart-page__hero-copy > .cart-page__tagline,
    .cart-page__header--copy-motion .cart-page__hero-copy > nav {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .cart-page__lines-panel,
    .cart-summary-card,
    .cart-page .cart-saved.card,
    .cart-page .cart-shipping-info,
    .cart-empty-panel {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .cart-empty-panel__inner > * {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .cart-summary-card__title,
    .cart-page .cart-saved__head h3,
    .cart-shipping-info .card-title {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .cart-summary-card__title::after {
        animation: none;
        transform: scaleX(1);
        opacity: 1;
    }

    .cart-page .cart-saved__head .text-primary.fa-heart,
    .cart-page .cart-saved__head .fa-heart.text-primary {
        animation: none;
        transform: none;
    }

    .cart-bulk-toolbar {
        animation: none;
    }

    .cart-bulk-toolbar--pulse {
        animation: none;
    }

    .cart-bulk-toolbar__check .form-check-input:checked,
    .cart-line__select .form-check-input:checked {
        animation: none;
    }

    .cart-lines--bulk-wave .cart-line {
        animation: none;
    }

    .cart-line--removing {
        animation: none;
        opacity: 0;
    }

    .cart-line {
        transition: none;
    }

    .cart-line:hover {
        transform: none;
    }

    .cart-line:hover .cart-line__media-link,
    .cart-line:hover .cart-line__img,
    .cart-line:hover .cart-qty {
        transform: none;
        box-shadow: none;
        filter: none;
    }

    .cart-bulk-toolbar .btn {
        transition: none;
    }

    .cart-bulk-toolbar .btn:disabled {
        transform: none;
    }

    .cart-bulk-toolbar .btn:not(:disabled):hover,
    .cart-bulk-toolbar .btn:not(:disabled):active {
        transform: none;
    }

    .cart-line__btn-icon,
    .cart-summary-card,
    .cart-summary-card__checkout,
    .cart-empty-panel,
    .cart-empty-panel__cta,
    .cart-line__media-link,
    .cart-line__img,
    .cart-qty {
        transition: none;
    }

    .cart-summary-card:hover,
    .cart-summary-card__checkout:hover,
    .cart-empty-panel:hover,
    .cart-empty-panel__cta:hover,
    .cart-line__btn-icon:hover,
    .cart-line__btn-icon:active {
        transform: none;
        box-shadow: none;
    }
}
