.za-home-product-carousel {
    min-height: 220px !important;
    padding: 6px 0 18px;
}

.za-home-product-section {
    padding-top: 8px;
    padding-bottom: 8px;
}

.za-home-icp-footer {
    padding: 4px 12px calc(88px + env(safe-area-inset-bottom));
    color: #85808e;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.za-home-icp-footer a {
    color: inherit;
    text-decoration: none;
}

.za-home-icp-footer a:hover,
.za-home-icp-footer a:focus-visible {
    color: #b53659;
    text-decoration: underline;
}

.za-home-announcement-scroll {
    width: 100%;
    height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.za-home-announcement-scroll::-webkit-scrollbar {
    display: none;
}

.za-home-announcement-list {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 7px;
    table-layout: fixed;
}

.za-home-announcement-card {
    cursor: pointer;
}

.za-home-announcement-card td {
    border: 0;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 6px 16px rgba(78, 59, 103, 0.07);
    transition: background-color 160ms ease, transform 160ms ease;
}

.za-home-announcement-card:hover td,
.za-home-announcement-card:focus-visible td {
    background: rgba(255, 255, 255, 0.9);
}

.za-home-announcement-card:focus-visible {
    outline: 2px solid rgba(181, 54, 89, 0.55);
    outline-offset: -2px;
}

.za-home-announcement-card__media {
    width: 60px;
    border-radius: 11px 0 0 11px;
    padding: 6px 4px 6px 7px;
    vertical-align: middle;
}

.za-home-announcement-card__image {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    object-fit: cover;
}

.za-home-announcement-card__content {
    border-radius: 0 11px 11px 0;
    padding: 7px 10px 7px 6px;
    vertical-align: middle;
}

.za-home-announcement-card__meta {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 6px;
}

.za-home-announcement-card__title {
    min-width: 0;
    overflow: hidden;
    color: #b53659;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.za-home-announcement-card__date {
    flex: 0 0 auto;
    color: #85808e;
    font-size: 9px;
    line-height: 14px;
}

.za-home-announcement-card__summary {
    display: -webkit-box;
    margin: 1px 0 0;
    overflow: hidden;
    color: #777381;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#Sidebar_Detail.za-home-detail-drawer {
    --bs-offcanvas-width: min(100vw, 500px);
    isolation: isolate;
    width: var(--bs-offcanvas-width);
    overflow: hidden;
    background: var(--za-app-page-background, linear-gradient(100deg, #f4f2fd 18.7%, #ebe6fc 93.1%));
    color: #14121f;
}

.offcanvas-backdrop.za-home-product-detail-backdrop {
    z-index: 99998 !important;
}

.za-home-detail-drawer .za-cart__header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 3;
    width: 100%;
    flex: none;
    height: calc(60px + env(safe-area-inset-top));
    min-height: calc(60px + env(safe-area-inset-top));
    align-items: center;
    padding: env(safe-area-inset-top) 18px 0;
    background: transparent;
    border-bottom: 1px solid transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition:
        background-color 240ms ease,
        border-color 240ms ease,
        box-shadow 240ms ease,
        backdrop-filter 240ms ease;
}

.za-home-detail-drawer .za-cart__header.is-scrolled {
    background: rgba(255, 255, 255, 0.01);
    border-bottom: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow:
        0 1px 6px rgba(255, 255, 255, 0.42),
        0 10px 24px -6px rgba(82, 31, 87, 0.16);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.za-home-detail-drawer__body {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    padding: calc(61px + env(safe-area-inset-top)) 8px calc(12px + env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
}

.za-home-announcement-list--drawer {
    border-spacing: 0 7px;
}

#myModal.za-home-themed-modal {
    padding-right: 0 !important;
}

#myModal.za-home-themed-modal .modal-dialog {
    width: calc(100% - 20px);
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
}

#myModal.za-home-themed-modal .za-home-detail-modal {
    max-height: min(72vh, 620px);
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background: rgba(240, 244, 255, 0.88);
    box-shadow: 0 18px 42px rgba(37, 45, 76, 0.2);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    backdrop-filter: blur(18px) saturate(135%);
}

#myModal.za-home-themed-modal .za-home-detail-modal__header {
    min-height: 46px;
    border: 0;
    background: transparent;
    padding: 12px 16px 7px;
}

#myModal.za-home-themed-modal .za-home-detail-modal__title {
    overflow: hidden;
    margin: 0;
    color: #b53659;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#myModal.za-home-themed-modal .za-home-detail-modal__header .btn-close {
    margin: -4px -4px -4px auto;
    opacity: 0.56;
}

#myModal.za-home-themed-modal .za-home-detail-modal__body {
    padding: 0 8px 8px;
}

.za-home-announcement-detail {
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
    padding: 11px 12px;
    box-shadow: 0 4px 10px rgba(83, 91, 130, 0.1);
}

.za-home-announcement-detail__date {
    display: block;
    margin-bottom: 8px;
    color: #71809a;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
}

.za-home-announcement-detail__content {
    margin: 0;
    color: #1b273d;
    font-size: 13px;
    line-height: 1.55;
    white-space: pre-line;
}

.za-home-announcement-detail__media-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 10px;
}

.za-home-announcement-detail__media {
    min-width: 0;
}

.za-home-announcement-detail__image {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 9px;
    object-fit: cover;
}

#myModal.za-home-themed-modal .za-home-detail-modal__footer {
    min-height: 48px;
    border: 0;
    background: transparent;
    padding: 0 8px 8px;
}

#myModal.za-home-themed-modal .za-home-detail-modal__close {
    min-width: 72px;
    height: 36px;
    border: 0;
    border-radius: 12px;
    background: rgba(181, 54, 89, 0.13);
    color: #b53659;
    font-size: 13px;
    font-weight: 600;
}

.za-home-product-detail {
    display: grid;
    gap: 8px;
}

.za-home-product-detail__media,
.za-home-product-detail__note,
.za-home-product-detail__status-list,
.za-home-product-detail__shipping {
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 4px 10px rgba(83, 91, 130, 0.09);
}

.za-home-product-detail__media {
    display: grid;
    min-height: 220px;
    overflow: hidden;
    place-items: center;
}

.za-home-product-detail__image {
    display: block;
    width: 100%;
    max-height: min(44vh, 360px);
    object-fit: contain;
}

.za-home-product-detail__note {
    padding: 11px 12px;
    color: #1b273d;
    font-size: 13px;
    line-height: 1.55;
    white-space: pre-line;
    word-break: break-word;
}

.za-home-product-detail__status-list {
    padding: 4px 12px;
}

.za-home-product-detail__status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    border-bottom: 1px solid rgba(98, 108, 145, 0.12);
}

.za-home-product-detail__status-row:last-child {
    border-bottom: 0;
}

.za-home-product-detail__status-row dt {
    color: #1b273d;
    font-size: 13px;
    font-weight: 600;
}

.za-home-product-detail__status-row dd {
    margin: 0;
}

.za-home-product-detail__badge {
    min-width: 44px;
    border-radius: 999px;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
}

.za-home-product-detail__badge--success {
    background: #218b5b;
}

.za-home-product-detail__badge--muted {
    background: #8490a8;
}

.za-home-product-detail__shipping {
    display: grid;
    gap: 3px;
    padding: 12px;
}

.za-home-product-detail__shipping-label {
    color: #71809a;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
}

.za-home-product-detail__shipping-date {
    color: #b53659;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.za-home-product-detail__shipping-note {
    margin: 3px 0 0;
    color: #1b273d;
    font-size: 12px;
    line-height: 1.5;
    white-space: pre-line;
}

.za-home-product-slide {
    width: 132px;
    height: auto;
}

.za-home-product-slide .za-product-card {
    height: 100%;
}

.za-home-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px 4px;
}

.za-home-product-grid__item {
    min-width: 0;
}

.za-home-product-grid__item .za-product-card {
    height: 100%;
}

.za-home-product-card__date,
.za-home-product-card__status-label {
    min-width: 0;
    overflow: hidden;
    color: var(--za-product-card-brand);
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.za-home-product-card__status-label {
    color: var(--za-product-card-text);
    font-size: 9px;
    font-weight: 400;
}

.za-home-product-card--schedule .za-product-card__meta {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--za-product-card-text);
    font-size: 9px;
}

.za-home-product-card--inventory .za-product-card__meta {
    color: var(--za-product-card-text);
    font-size: 9px;
}

.za-home-product-card__date {
    color: var(--za-product-card-brand);
    font-size: 11px;
}

@media (min-width: 576px) {
    .za-home-product-slide {
        width: 146px;
    }

    .za-home-product-carousel {
        min-height: 234px !important;
    }
}
