.mfbaltic-theme .mfbaltic-cart-notices {
    display: grid;
    gap: 0.75rem;
}

.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-message,
.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-error,
.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-info {
    position: relative;
    margin: 0;
    padding: 1rem 1.25rem 1rem 3.5rem;
    border: 1px solid;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    list-style: none;
}

.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-message::before,
.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-error::before,
.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-info::before {
    position: absolute;
    top: 50%;
    left: 1.25rem;
    display: grid;
    width: 1.5rem;
    height: 1.5rem;
    place-items: center;
    transform: translateY(-50%);
    border-radius: 9999px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
}

.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-message {
    border-color: rgba(68, 214, 44, 0.3);
    background: rgba(68, 214, 44, 0.1);
    color: #123047;
}

.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-message::before {
    content: "✓";
    background: #44d62c;
}

.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-error {
    border-color: #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-error::before {
    content: "!";
    background: #dc2626;
}

.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-error li {
    margin: 0;
}

.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-info {
    border-color: rgba(0, 181, 226, 0.3);
    background: rgba(0, 181, 226, 0.1);
    color: #123047;
}

.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-info::before {
    content: "i";
    background: #00b5e2;
}

.mfbaltic-theme .mfbaltic-cart-notices .button,
.mfbaltic-theme .mfbaltic-cart-notices .wc-forward {
    display: none;
}

.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-message + .woocommerce-message,
.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-message + .woocommerce-error,
.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-message + .woocommerce-info,
.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-error + .woocommerce-message,
.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-error + .woocommerce-error,
.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-error + .woocommerce-info,
.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-info + .woocommerce-message,
.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-info + .woocommerce-error,
.mfbaltic-theme .mfbaltic-cart-notices .woocommerce-info + .woocommerce-info {
    margin-top: 0.75rem;
}

.mfbaltic-theme .pt-24 {
    padding-top: 6rem;
}

.mfbaltic-theme .pt-12 {
    padding-top: 3rem;
}

.mfbaltic-theme .pb-24 {
    padding-bottom: 6rem;
}

.mfbaltic-theme #mfbaltic-mobile-menu .menu-item > a {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid hsl(var(--border) / 0.4);
    font-size: 1rem;
    color: hsl(var(--foreground) / 0.85);
    transition: color 150ms ease;
}

.mfbaltic-theme #mfbaltic-mobile-menu .menu-item:last-child > a {
    border-bottom: 0;
}

.mfbaltic-theme #mfbaltic-mobile-menu .menu-item > a:hover,
.mfbaltic-theme #mfbaltic-mobile-menu .current-menu-item > a,
.mfbaltic-theme #mfbaltic-mobile-menu .current_page_item > a {
    color: hsl(var(--baltic));
}
