html {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
}

body.device-layout .device-content {
    display: flex;
    min-height: calc(100vh - 70px);
    flex-direction: column;
}

html.phone-desktop-mode body.device-layout .top-bar.d-none.d-md-block.d-lg-none {
    display: none !important;
}

html.phone-desktop-mode body.device-layout .top-bar.d-none.d-lg-block {
    display: block !important;
    height: auto !important;
    min-height: 52px !important;
}

html.phone-desktop-mode body.device-layout .top-bar.mobile-top-bar {
    display: none !important;
}

html.phone-desktop-mode body.device-layout .top-bar .nav-wrapper {
    display: flex !important;
    min-height: 52px !important;
    gap: 0.45rem 0.65rem !important;
    padding: 0.45rem 0.75rem !important;
    max-width: none !important;
}

html.phone-desktop-mode body.device-layout .top-bar .branding {
    min-width: 0 !important;
    flex: 0 1 auto !important;
    gap: 0.45rem !important;
}

html.phone-desktop-mode body.device-layout .top-bar .logo {
    width: 36px !important;
    height: 36px !important;
}

html.phone-desktop-mode body.device-layout .top-bar .navbar-title {
    font-size: 0.92rem !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
}

html.phone-desktop-mode body.device-layout .top-bar .main-nav {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    justify-content: center !important;
}

html.phone-desktop-mode body.device-layout .top-bar .main-nav ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0.35rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

html.phone-desktop-mode body.device-layout .top-bar .main-nav a {
    display: inline-flex !important;
    min-height: 32px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.38rem 0.55rem !important;
    border-radius: 999px !important;
    font-size: 0.72rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

html.phone-desktop-mode body.device-layout .top-bar .main-nav a.active {
    background: #ffe5ef !important;
    border-bottom-color: transparent !important;
    color: #ed145b !important;
}

html.phone-desktop-mode body.device-layout .top-bar .d-flex.align-items-center.gap-3 {
    gap: 0.45rem !important;
    flex: 0 0 auto !important;
}

html.phone-desktop-mode body.device-layout .top-bar .get-started-btn {
    display: inline-flex !important;
    min-height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.45rem 0.75rem !important;
    border-radius: 999px !important;
    background: #ed145b !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(237, 20, 91, 0.22) !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

html.phone-desktop-mode body.device-layout .top-bar .hamburger.mobile-trigger {
    display: none !important;
}

html.phone-desktop-mode body.device-layout .device-content {
    min-height: calc(100dvh - 52px);
}

body.device-layout .device-wrapper {
    display: flex;
    width: 100%;
    min-height: inherit;
    flex: 1 0 auto;
    flex-direction: column;
}

body.device-layout .frontend-footer {
    flex-shrink: 0;
    margin-top: auto !important;
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
}

.card,
.modal-content,
.dropdown-menu,
.offcanvas,
.toast,
.alert {
    max-width: 100%;
}

.btn,
.form-control,
.form-select,
.dropdown-item,
.mobile-nav-link {
    min-height: 44px;
}

.btn,
.dropdown-item,
.mobile-nav-link,
.badge {
    white-space: normal;
}

.top-bar .account-menu {
    width: 20rem !important;
    min-width: 20rem !important;
    max-width: calc(100vw - 1.5rem) !important;
    padding: 0.5rem;
}

.top-bar .account-menu-header {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    gap: 0.75rem;
    padding: 0.35rem 0.5rem 0.6rem;
}

.top-bar .account-menu-header img {
    flex: 0 0 auto;
}

.top-bar .account-menu-header > div {
    min-width: 0;
}

.top-bar .account-menu-header h6,
.top-bar .account-dropdown-email {
    max-width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-bar .account-menu .dropdown-item {
    display: flex;
    min-height: 42px;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.65rem;
    line-height: 1.25;
    white-space: nowrap;
}

.top-bar .account-menu .dropdown-item i {
    width: 1.1rem;
    flex: 0 0 1.1rem;
    margin-right: 0 !important;
    text-align: center;
}

img {
    height: auto;
}

.frontend-footer {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: clamp(1rem, 2.5vw, 1.7rem) 0 1.35rem !important;
    background: linear-gradient(135deg, #16001f 0%, #22002d 46%, #130019 100%) !important;
    color: #ffffff !important;
}

.frontend-footer .container-fluid {
    width: min(100%, 1120px);
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(1rem, 4vw, 3rem);
    padding-right: clamp(1rem, 4vw, 3rem);
}

.frontend-footer-brand-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: clamp(1rem, 2vw, 1.45rem);
}

.frontend-footer-logo {
    width: clamp(3rem, 7vw, 4rem);
    height: clamp(3rem, 7vw, 4rem);
    flex: 0 0 auto;
    object-fit: contain;
}

.frontend-footer-brand-name {
    color: #ffffff !important;
    font-size: clamp(1.25rem, 3vw, 1.85rem);
    line-height: 1.1;
}

.frontend-footer-tagline,
.frontend-footer-follow-text {
    color: #eadff0 !important;
    font-size: 0.95rem;
    line-height: 1.35;
}

.frontend-footer-sections {
    display: grid;
    grid-template-columns: minmax(16rem, 1.25fr) minmax(14rem, 1fr) minmax(10rem, 0.7fr);
    gap: clamp(1.6rem, 5vw, 3.2rem);
}

.frontend-footer-section {
    min-width: 0;
}

.frontend-footer-section + .frontend-footer-section {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    padding-left: clamp(1.4rem, 4vw, 2.5rem);
}

.frontend-footer h6 {
    position: relative;
    margin-bottom: 1.4rem;
    color: #ffffff !important;
    font-size: 1rem;
    line-height: 1.2;
}

.frontend-footer h6::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.6rem;
    width: 2.3rem;
    height: 3px;
    border-radius: 999px;
    background: #ed145b;
}

.frontend-footer ul {
    margin-bottom: 0;
}

.frontend-footer-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem 1.7rem;
}

.frontend-footer li + li {
    margin-top: 0;
}

.frontend-footer a,
.frontend-footer p {
    color: #eadff0 !important;
}

.frontend-footer a {
    display: inline-flex;
    min-height: 1.55rem;
    align-items: center;
    line-height: 1.25;
    transition: color 0.18s ease, transform 0.18s ease;
}

.frontend-footer a:hover,
.frontend-footer a:focus {
    color: #ffffff !important;
    transform: translateX(2px);
}

.frontend-footer-social {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #ed145b, #9d0b53);
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(237, 20, 91, 0.28);
}

.frontend-footer .fab {
    font-size: 1.45rem;
}

.frontend-footer-divider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: clamp(1.7rem, 4vw, 2.5rem);
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
}

.frontend-footer-copy {
    color: #eadff0 !important;
}

.frontend-footer-accent {
    color: #ed145b !important;
}

@media (max-width: 1199px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }

    .top-bar .nav-wrapper {
        flex-wrap: nowrap;
    }

    .top-bar .branding {
        min-width: 0;
        flex: 1 1 auto;
    }

    .top-bar .navbar-title {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top-bar .main-nav {
        flex: 0 1 auto;
        min-width: 0;
    }

    .top-bar .main-nav ul {
        flex-wrap: nowrap;
        min-width: 0;
    }

    .top-bar .main-nav a {
        white-space: nowrap;
    }

    .device-wrapper {
        padding-left: clamp(12px, 3vw, 25px);
        padding-right: clamp(12px, 3vw, 25px);
    }

    .row {
        --bs-gutter-x: 1rem;
    }

    .profile-header > div,
    .order-header > div,
    .reviews-header > div,
    .send-design-header > div,
    .contact-header > div {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .card-header,
    .card-body,
    .card-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-header .d-flex,
    .profile-header,
    .order-header,
    .reviews-header,
    .shop-header,
    .send-design-header,
    .contact-header {
        gap: 0.75rem;
    }

    .card-header .d-flex,
    .profile-header .d-flex,
    .order-header .d-flex,
    .reviews-header .d-flex,
    .shop-header .d-flex {
        flex-wrap: wrap;
    }

    .table-responsive table {
        min-width: 680px;
    }

    .modal-dialog {
        width: calc(100% - 1.5rem);
        margin-left: auto;
        margin-right: auto;
    }

    .auth-container {
        min-height: auto;
    }

    .register-hero {
        max-height: 320px;
        object-fit: contain;
    }

    .shop-products,
    .products-grid,
    .wishlist-grid {
        align-items: stretch;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-bar.d-none.d-md-block.d-lg-none .nav-wrapper {
        display: grid;
        grid-template-columns: minmax(150px, 1fr) auto auto;
        gap: 14px;
    }

    .top-bar.d-none.d-md-block.d-lg-none .main-nav ul {
        gap: 14px;
    }

    .top-bar.d-none.d-md-block.d-lg-none .navbar-title {
        font-size: 18px;
    }

    .top-bar.d-none.d-md-block.d-lg-none .dropdown > .btn span {
        max-width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .shop-header,
    .profile-header,
    .order-header,
    .reviews-header {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .admin-content-shell,
    .mobile-layout .bg-light {
        padding: 1rem !important;
    }
}

@media (max-width: 767px) {
    body.device-layout .device-content {
        min-height: calc(100vh - 65px);
    }

    .top-bar .account-menu {
        width: min(20rem, calc(100vw - 1.5rem)) !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    .top-bar .account-menu[data-bs-popper] {
        position: fixed !important;
        top: calc(65px + 0.5rem) !important;
        right: 0.75rem !important;
        left: 0.75rem !important;
        transform: none !important;
    }

    body.home-page .content {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    body:has(.shop-header) .content,
    body:not(.home-page) .content:has(.shop-header) {
        margin-top: 65px !important;
        padding-top: 0 !important;
    }

    body.home-page .mobile-devices #home > .row,
    body:not(.home-page) .shop-header,
    body:not(.home-page) .shop-header .container {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    body.home-page .mobile-devices #home {
        margin-top: 0 !important;
        padding-top: 65px !important;
    }

    body:not(.home-page) .shop-header {
        padding-bottom: 0.45rem !important;
    }

    body:not(.home-page) .shop-header .search-form {
        margin-top: 0.45rem !important;
    }

    body:not(.home-page) .shop-header + main.container-fluid {
        padding-top: 0 !important;
    }

    body.home-page .mobile-devices #home .col-12.text-center > .d-flex.justify-content-center.mb-3:first-child {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.5rem !important;
        width: 100%;
        margin: 0 !important;
        padding: 0 0.75rem 0.85rem;
        background: transparent !important;
    }

    body.home-page .mobile-devices #home .btn-hot-sales,
    body.home-page .mobile-devices #home .btn-apparel,
    body.home-page .mobile-devices #home .btn-customize {
        width: 100%;
        min-width: 0;
        min-height: 52px;
        margin: 0 !important;
        padding: 0.45rem 0.55rem !important;
        border-radius: 999px !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        font-size: clamp(0.62rem, 2.8vw, 0.78rem) !important;
        font-weight: 800 !important;
        line-height: 1.15 !important;
        letter-spacing: 0.04em !important;
        text-align: center;
        text-transform: uppercase;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
    }

    .frontend-footer {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 1rem 0 calc(5rem + env(safe-area-inset-bottom)) !important;
    }

    .frontend-footer .container-fluid {
        width: 100%;
        max-width: 430px;
        padding-left: 1.35rem;
        padding-right: 1.35rem;
    }

    .frontend-footer-brand-row {
        gap: 0.85rem;
        margin-bottom: 1rem;
    }

    .frontend-footer-logo {
        width: 3.1rem;
        height: 3.1rem;
    }

    .frontend-footer-brand-name {
        font-size: 1.3rem;
    }

    .frontend-footer-tagline,
    .frontend-footer-follow-text {
        font-size: 0.84rem;
    }

    .frontend-footer-sections {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .frontend-footer-section + .frontend-footer-section {
        border-left: 0;
        padding-left: 0;
    }

    .frontend-footer h6 {
        margin-bottom: 1.35rem;
        font-size: 1rem;
    }

    .frontend-footer-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.6rem 1.25rem;
    }

    .frontend-footer a,
    .frontend-footer p {
        font-size: 0.93rem;
        line-height: 1.35;
    }

    .frontend-footer-follow {
        display: grid;
        grid-template-columns: minmax(0, auto) auto;
        align-items: center;
        justify-content: start;
        gap: 0.9rem;
    }

    .frontend-footer-follow h6 {
        grid-column: 1 / -1;
        margin-bottom: 0.45rem;
    }

    .frontend-footer-social {
        width: 3.05rem;
        height: 3.05rem;
        margin-bottom: 0;
    }

    .frontend-footer-follow-text {
        max-width: 11rem;
    }

    .frontend-footer-divider {
        display: block;
        margin-top: 1.25rem;
        padding-top: 1rem;
        text-align: left;
    }

    .frontend-footer-copy {
        font-size: 0.84rem !important;
    }

    .device-wrapper {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .top-bar.d-block.d-md-none .nav-wrapper {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .top-bar.d-block.d-md-none .branding {
        max-width: 100%;
    }

    .top-bar.d-block.d-md-none .navbar-title {
        font-size: clamp(0.9rem, 4vw, 1.05rem);
    }

    .top-bar.d-block.d-md-none .logo {
        flex: 0 0 36px;
    }

    .get-started-btn-mobile-sm {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 0.75rem;
        line-height: 1.1;
        white-space: nowrap;
    }

    .mobile-menu {
        width: min(86vw, 340px);
        max-width: 100%;
        right: calc(-1 * min(86vw, 340px)) !important;
        overflow-y: auto;
    }

    .mobile-menu.active {
        right: 0 !important;
    }

    .mobile-menu .d-flex[style*="width: 18rem"] {
        width: auto !important;
        margin-right: 1rem;
    }

    .mobile-nav-list {
        padding-bottom: calc(1rem + env(safe-area-inset-bottom));
    }

    .mobile-nav-link {
        width: 100%;
        display: flex !important;
        align-items: center;
        gap: 0.35rem;
        line-height: 1.25;
        overflow-wrap: anywhere;
        text-align: left;
    }

    .notifications-dropdown,
    .messages-dropdown,
    .dropdown-menu {
        max-width: calc(100vw - 1rem) !important;
    }

    .profile-header,
    .order-header,
    .reviews-header,
    .shop-header,
    .send-design-header,
    .contact-header {
        min-height: auto;
        padding: 1rem 0;
        text-align: left;
    }

    .profile-header h4,
    .order-header h4,
    .reviews-header h4,
    .shop-header .shop-title,
    .send-design-header h4,
    .contact-header h4,
    .card-header h1,
    .card-header h2,
    .card-header h3,
    .card-header h4,
    .card-header h5,
    .card-header h6 {
        font-size: clamp(1.05rem, 5vw, 1.35rem) !important;
        line-height: 1.2;
    }

    .profile-header p,
    .order-header p,
    .reviews-header p,
    .shop-header p,
    .send-design-header p,
    .contact-header p {
        font-size: 0.9rem !important;
        line-height: 1.45;
        margin-bottom: 0;
    }

    .card {
        border-radius: 8px;
    }

    .card-header,
    .card-body,
    .card-footer {
        padding: 0.85rem;
    }

    .card-header .btn,
    .card-body .btn,
    .card-footer .btn,
    .header-actions .btn {
        width: auto;
        max-width: 100%;
    }

    .btn-group,
    .btn-toolbar,
    .header-actions,
    .filter-actions,
    .orders-scope-tabs {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .btn-group > .btn,
    .orders-scope-tabs .btn {
        flex: 0 0 auto;
    }

    .row {
        --bs-gutter-x: 0.85rem;
        --bs-gutter-y: 0.85rem;
    }

    .table-responsive {
        margin-left: -0.85rem;
        margin-right: -0.85rem;
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .table {
        font-size: 0.88rem;
    }

    .form-control,
    .form-select,
    .input-group-text {
        font-size: 16px;
    }

    .input-group {
        flex-wrap: nowrap;
    }

    .input-group > .form-control,
    .input-group > .form-select {
        min-width: 0;
    }

    .modal-dialog {
        width: calc(100% - 1rem);
        margin: 0.5rem auto;
    }

    .modal-body {
        max-height: calc(100dvh - 8rem);
        overflow-y: auto;
    }

    .chat-widget {
        right: calc(0.75rem + env(safe-area-inset-right));
        bottom: calc(0.75rem + env(safe-area-inset-bottom));
    }

    .chat-container {
        width: calc(100vw - 1.5rem) !important;
        max-width: none !important;
        height: min(72dvh, 460px) !important;
    }

    .chat-button {
        width: 54px;
        height: 54px;
    }

    .auth-container {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .auth-container .card-form,
    .auth-container .card {
        width: 100%;
    }

    .register-hero {
        max-height: 180px;
    }

    .shop-products .shop-product-item,
    .products-grid > *,
    .wishlist-grid > * {
        min-width: 0;
    }

    .shop-products .shop-product-item .card {
        width: 100%;
        max-width: none;
    }

    body.wishlist-page-body .wishlist-page .wishlist-product-card {
        height: auto;
        min-height: 292px;
        overflow: hidden;
    }

    body.wishlist-page-body .wishlist-page .wishlist-product-card .card-img-top {
        height: 124px !important;
        flex: 0 0 124px;
        padding: 6px;
    }

    body.wishlist-page-body .wishlist-page .wishlist-product-card .card-body {
        display: flex;
        min-height: 0;
        flex: 1 1 auto;
        flex-direction: column;
        padding: 7px 8px 8px;
        overflow: hidden;
    }

    body.wishlist-page-body .wishlist-page .wishlist-product-card .card-body > .d-flex.justify-content-between:first-child {
        height: 18px;
        min-height: 18px;
        align-items: center;
        overflow: hidden;
    }

    body.wishlist-page-body .wishlist-page .wishlist-product-card .card-body > .d-flex.justify-content-between:first-child > .d-flex {
        min-width: 0;
        line-height: 1;
    }

    body.wishlist-page-body .wishlist-page .wishlist-product-card .card-body > .d-flex.justify-content-between:first-child span {
        line-height: 1;
        white-space: nowrap;
    }

    body.wishlist-page-body .wishlist-page .wishlist-product-card .card-title {
        min-height: 28px;
        margin-top: 0.45rem !important;
        margin-bottom: 3px;
        font-size: 11px;
        line-height: 1.25;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

    body.wishlist-page-body .wishlist-page .wishlist-product-card .card-text {
        min-height: 0;
        margin-bottom: 2px;
        font-size: 10px;
        line-height: 1.2;
    }

    body.wishlist-page-body .wishlist-page .wishlist-product-card .card-body > .card-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.wishlist-page-body .wishlist-page .wishlist-product-card .card-body > .d-flex.justify-content-between.align-items-center {
        min-height: 32px;
        margin-top: 0.35rem !important;
        padding-top: 2px;
    }

    body.wishlist-page-body .wishlist-page .wishlist-product-card .product-price-stack {
        min-height: 30px;
        max-width: calc(100% - 68px);
    }

    body.wishlist-page-body .wishlist-page .wishlist-product-card .card-price {
        font-size: 13px;
        line-height: 1.1;
        white-space: nowrap;
    }

    body.wishlist-page-body .wishlist-page .wishlist-product-card .wishlist-btn,
    body.wishlist-page-body .wishlist-page .wishlist-product-card .cart-btn,
    body.wishlist-page-body .wishlist-page .wishlist-product-card .inquiry-btn {
        width: 26px;
        height: 26px;
        padding: 0;
    }

    .cart-slide,
    .cart-panel,
    .offcanvas {
        max-width: 100vw;
    }

    .admin-content-shell,
    .mobile-layout .bg-light,
    .mobile-layout .p-2,
    .mobile-layout .p-4 {
        padding: 0.85rem !important;
    }
}

@media (max-width: 420px) {
    body.home-page .mobile-devices #home .txt-description {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    body.home-page .mobile-devices #home .btn-shop-now,
    body.home-page .mobile-devices #home .btn-send-your-design {
        width: auto !important;
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .device-wrapper {
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }

    .top-bar.d-block.d-md-none .nav-wrapper {
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }

    .top-bar.d-block.d-md-none .logo {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
    }

    .top-bar.d-block.d-md-none .d-flex.align-items-center {
        gap: 0.35rem !important;
    }

    .table-responsive {
        margin-left: -0.65rem;
        margin-right: -0.65rem;
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }
}

body.wishlist-page-body .frontend-footer {
    padding-top: 0.5rem !important;
    padding-bottom: calc(var(--wishlist-action-bar-height, 82px) + 3rem) !important;
    margin-bottom: calc(var(--wishlist-action-bar-height, 82px) + 1rem) !important;
}

body.wishlist-page-body .frontend-footer h6 {
    margin-bottom: 0.25rem !important;
    font-size: 0.9rem;
    line-height: 1.1;
}

body.wishlist-page-body .frontend-footer li + li {
    margin-top: 0.08rem !important;
}

body.wishlist-page-body .frontend-footer a,
body.wishlist-page-body .frontend-footer p {
    font-size: 0.78rem !important;
    line-height: 1.15 !important;
}

body.wishlist-page-body .frontend-footer .frontend-footer-divider {
    margin-top: 0.35rem !important;
    margin-bottom: 0 !important;
}

body.wishlist-page-body.wishlist-actions-fixed .chat-widget {
    right: 1.25rem !important;
    bottom: calc(var(--wishlist-action-bar-height, 82px) + 20px) !important;
}

body.wishlist-page-body.wishlist-actions-fixed .chat-container {
    max-height: calc(100vh - var(--wishlist-action-bar-height, 82px) - 100px) !important;
}

@media (max-width: 575.98px) {
    body.wishlist-page-body {
        --wishlist-action-bar-height: 240px;
    }

    body.wishlist-page-body .frontend-footer {
        padding-bottom: calc(var(--wishlist-action-bar-height, 240px) + 3rem) !important;
        margin-bottom: calc(var(--wishlist-action-bar-height, 240px) + 1rem) !important;
    }

    body.wishlist-page-body.wishlist-actions-fixed .chat-widget {
        right: calc(0.75rem + env(safe-area-inset-right)) !important;
        bottom: calc(var(--wishlist-action-bar-height, 150px) + 16px) !important;
    }
}
