.wishlist {
    position: relative;
}

.wishlist .wishlist-count {
    position: absolute;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    font-style: normal;
    z-index: 1;
    right: -8px;
    top: -5px;
    font-family: Poppins, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    background: #f78116;
    color: #fff;
    text-align: center;
}

.alert-cart-toast {
    position: fixed;
    top: 9.5rem;
    right: 2rem;
    z-index: 10000;
    display: flex;
    gap: 1.4rem;
    width: min(38rem, calc(100vw - 3rem));
    padding: 1.8rem;
    color: #333;
    background: #fff;
    border: 1px solid #e1e1e1;
    /* border-left: 4px solid #336699; */
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .18);
}

.alert-cart-toast.is-error {
    border-left-color: #f93;
}

.alert-cart-toast__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3.8rem;
    width: 3.8rem;
    height: 3.8rem;
    color: #fff;
    background: #336699;
    border-radius: 50%;
}

.alert-cart-toast.is-error .alert-cart-toast__icon {
    background: #f93;
}

.alert-cart-toast__icon i {
    font-size: 2rem;
    line-height: 1;
}

.alert-cart-toast__body strong {
    display: block;
    margin-bottom: .3rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.alert-cart-toast__body p {
    margin: 0 0 1rem;
    color: #666;
    line-height: 1.45;
}

.alert-cart-toast__actions:empty {
    display: none;
}

.cart-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    aspect-ratio: 1;
    color: #999;
    background: #f5f5f5;
    border: 1px solid #eee;
}

.cart-image-placeholder i {
    font-size: 3rem;
}

.cart-dropdown .mini-cart-panel .products {
    overflow-y: auto;
}

.cart-dropdown.cart-offcanvas .dropdown-box {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
}

.cart-dropdown.cart-offcanvas [data-cart-box],
.cart-dropdown.cart-offcanvas .mini-cart-panel {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

.cart-dropdown.cart-offcanvas .mini-cart-panel .products {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    margin-bottom: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.cart-dropdown.cart-offcanvas .mini-cart-panel .cart-total,
.cart-dropdown.cart-offcanvas .mini-cart-panel .cart-action {
    flex: 0 0 auto;
}

.product-side-banner .banner {
    display: block;
    overflow: hidden;
}

.product-side-banner figure {
    margin: 0;
}

.product-side-banner img {
    display: block;
    width: 100%;
    height: 22rem;
    object-fit: cover;
}

.product-side-banner .banner-content {
    right: 10.7%;
}

.product-side-banner .banner-price-info {
    font-size: 2.8rem;
    line-height: 1.1;
    word-break: break-word;
}

.product-side-banner .banner-text {
    margin-top: .4rem;
    font-size: 1.2rem;
    line-height: 1.35;
}

.promo-illustration-banner {
    position: relative;
    overflow: hidden;
}

.promo-illustration-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 0;
}

.promo-illustration-banner .banner-content {
    position: relative;
    z-index: 1;
}

.homepage-block-special-offer .special-offer-category {
    padding-bottom: 2rem;
}

.homepage-block-special-offer .special-offer-category .category-media {
    margin-right: auto;
    margin-left: auto;
}

.homepage-block-special-offer .special-offer-category .category-content {
    text-align: center;
}

.homepage-block-special-offer .special-offer-category .category-name {
    margin-bottom: 0;
}

.cart-summary .shipping-methods ul {
    margin: 0;
    padding: 0;
}

.cart-summary .shipping-methods li {
    list-style: none;
    padding: .8rem 0;
    border-bottom: 1px solid #eee;
}

.cart-summary .shipping-methods .custom-control-label {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.login-page .prixkdo-login-popup {
    width: min(50rem, 100%);
    margin: 4.2rem auto 5rem;
}

.login-page .prixkdo-login-popup .tab-content {
    width: 100%;
    padding-left: 0;
}

.login-page .prixkdo-login-popup .form-control {
    width: 100%;
}

.login-page .prixkdo-login-popup .form-checkbox {
    gap: 1.5rem;
}

.login-page .prixkdo-login-popup .form-checkbox label {
    flex: 1 1 auto;
    margin-right: auto;
    line-height: 1.45;
}

.login-page .prixkdo-login-popup .form-checkbox a {
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .login-page .prixkdo-login-popup {
        padding-right: 2.4rem;
        padding-left: 2.4rem;
    }

    .login-page .prixkdo-login-popup .form-checkbox {
        align-items: flex-start !important;
        flex-wrap: wrap;
    }

    .login-page .prixkdo-login-popup .form-checkbox a {
        margin-left: 3rem;
        white-space: normal;
    }
}

.cart-summary .order-total {
    padding-top: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
}

.is-hidden {
    display: none !important;
}

.coupon-box {
    margin-bottom: 1.5rem;
}

.coupon-form {
    display: flex;
    gap: .8rem;
}

.coupon-form .form-control {
    flex: 1;
}

.coupon-applied {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    background-color: #f6f6f6;
    border: 1px dashed #ccc;
    border-radius: 4px;
}

.coupon-applied.coupon-invalid {
    background-color: #fdf0f0;
    border-color: #e2a5a5;
}

.coupon-applied-info {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.coupon-code {
    font-weight: 700;
    text-transform: uppercase;
}

.coupon-code i {
    margin-right: .4rem;
}

.coupon-savings {
    font-size: 1.3rem;
    color: #2e7d32;
}

.coupon-applied.coupon-invalid .coupon-savings {
    color: #c0392b;
}

.coupon-remove-btn {
    padding: 0;
    color: #999;
    text-decoration: underline;
}

.coupon-message {
    margin: .6rem 0 0;
    font-size: 1.3rem;
}

.coupon-message:empty {
    display: none;
}

.discount-row span,
.discount-row td {
    color: #c0392b;
}

.blog-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    color: #999;
    background: #f5f5f5;
    border: 1px solid #eee;
}

.blog-image-placeholder i {
    font-size: 3rem;
}

.blog-image-placeholder-lg i {
    font-size: 4.4rem;
}

.post-author-detail .author-media,
.comments .comment-avatar {
    width: 10.5rem;
    height: 10.5rem;
    flex-shrink: 0;
}

.comments .comment-avatar {
    width: 9rem;
    height: 9rem;
}

.post-author-detail .author-avatar,
.comment-avatar .author-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #222;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50%;
}

.post-author-detail .author-avatar {
    font-size: 2.4rem;
}

.comment-avatar .author-avatar {
    font-size: 1.8rem;
}

.checkout .order-summary-wrapper {
    padding: 3rem;
    border: 1px solid #eee;
}

.checkout .order-table .product-name {
    width: 70%;
    white-space: normal;
}

.checkout .order-table .product-total {
    text-align: right;
}

.checkout-variant {
    display: block;
    margin-top: .4rem;
    color: #999;
    font-size: 1.2rem;
    line-height: 1.35;
}

.checkout .shipping-methods ul {
    margin: 0;
    padding: 0;
}

.checkout .shipping-methods li {
    list-style: none;
    padding: .9rem 0;
    border-bottom: 1px solid #eee;
}

.checkout .shipping-methods .custom-control-label {
    display: flex;
    justify-content: space-between;
    gap: 1.2rem;
    width: 100%;
}

.checkout .place-order .btn:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.checkout-confirmation-page {
    padding-top: 3.2rem;
    padding-bottom: 5rem;
}

.checkout-confirmation-page .order-success {
    margin-bottom: 2.4rem;
    padding: 2rem 2.4rem;
    font-size: 2rem;
    line-height: 1.35;
    background: #f8fbf8;
    border: 1px solid #dfeee2;
}

.checkout-confirmation-page .order-success i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 1rem;
    color: #fff;
    background: #2eae4e;
    border-radius: 50%;
    font-size: 1.6rem;
}

.checkout-confirmation-page .order-view {
    margin-bottom: 2.6rem;
}

.order-confirmation-note {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 3rem;
    padding: 1.6rem 2rem;
    color: #333;
    background: #f5f7f9;
    border: 1px solid #e7eaee;
}

.order-confirmation-note i {
    flex: 0 0 auto;
    color: #336699;
    font-size: 2.4rem;
}

.checkout-confirmation-page .order-details-wrapper {
    margin-bottom: 3rem;
}

.checkout-confirmation-page .order-table td,
.checkout-confirmation-page .order-table th {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.checkout-confirmation-page .ecommerce-address {
    height: 100%;
    padding: 2.4rem;
    border: 1px solid #eee;
}

.checkout-confirmation-page .btn-back {
    min-width: 24rem;
}

.account-order-page {
    padding-top: 3.2rem;
    padding-bottom: 5rem;
}

.account-order-nav .account-nav-link {
    display: block;
    position: relative;
    padding: 1.7rem 0;
    color: #333;
    border-bottom: 1px solid #eee;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}

.account-order-nav .account-nav-link:hover,
.account-order-nav .account-nav-link.active {
    color: #f78116;
}

.account-order-lead {
    margin-bottom: 2.4rem;
    color: #666;
    font-size: 1.8rem;
    line-height: 1.6;
}

.account-order-lead strong {
    color: #333;
    font-weight: 700;
}

.account-order-page .order-progress {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 2.6rem;
    padding: 2.2rem 1.8rem;
    border: 1px solid #e7eaee;
    background: #fff;
    overflow-x: auto;
}

.account-order-page .order-progress-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .9rem;
    min-width: 0;
    color: #999;
    text-align: center;
}

.account-order-page .order-progress-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 2rem;
    left: calc(50% + 2rem);
    width: calc(100% - 4rem);
    height: .2rem;
    background: #e5e5e5;
}

.account-order-page .order-progress-step.is-complete:not(:last-child)::after {
    background: #336699;
}

.account-order-page .order-progress-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    color: #999;
    background: #fff;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
}

.account-order-page .order-progress-icon i {
    font-size: 1.8rem;
    line-height: 1;
}

.account-order-page .order-progress-label {
    display: block;
    width: 100%;
    min-height: 2rem;
    color: inherit;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.account-order-page .order-progress-step.is-complete {
    color: #336699;
}

.account-order-page .order-progress-step.is-active {
    color: #f78116;
}

.account-order-page .order-progress-step.is-complete .order-progress-icon {
    color: #fff;
    background: #336699;
    border-color: #336699;
}

.account-order-page .order-progress-step.is-active .order-progress-icon {
    color: #fff;
    background: #f78116;
    border-color: #f78116;
}

.account-order-page .order-progress-step.is-active .order-progress-icon {
    box-shadow: 0 0 0 .5rem rgba(247, 129, 22, .16);
    transform: scale(1.08);
}

.account-order-page .order-progress-step.is-active .order-progress-label {
    color: #333;
}

.account-order-page .order-progress.is-stopped .order-progress-step {
    color: #bbb;
}

.order-stop-note {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 2.4rem;
    padding: 1.4rem 1.8rem;
    color: #7a4a00;
    background: #fff7ea;
    border: 1px solid #ffe2b8;
}

.order-stop-note i {
    flex: 0 0 auto;
    color: #f78116;
    font-size: 2.2rem;
}

.account-order-page .order-view {
    margin-bottom: 2.8rem;
}

.account-order-page .order-details-wrapper,
.account-order-page .ecommerce-address {
    margin-bottom: 3rem;
}

.account-order-page .order-table td,
.account-order-page .order-table th {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.account-order-page .order-table tfoot td {
    text-align: right;
}

.account-order-page .ecommerce-address {
    height: 100%;
    padding: 2.4rem;
    border: 1px solid #eee;
}

.order-history {
    padding: 2.4rem;
    background: #f8f9fb;
    border: 1px solid #eceff3;
}

.order-history ul {
    margin: 0;
}

.order-history li {
    display: grid;
    grid-template-columns: minmax(12rem, 1fr) auto;
    gap: .6rem 1.6rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid #e5e8ec;
}

.order-history li:last-child {
    border-bottom: 0;
}

.order-history span {
    color: #777;
    text-align: right;
}

.order-history p {
    grid-column: 1 / -1;
    margin: 0;
    color: #666;
}

.product-review-overview .ratings-wrapper,
.product-review-overview .review-form-wrapper {
    height: 100%;
    padding: 2.4rem;
    border: 1px solid #eee;
}

.product-review-overview .avg-rating-container {
    align-items: center;
}

.product-review-overview .avg-mark {
    min-width: 8rem;
    margin-right: 1.6rem;
    font-size: 4.2rem;
    line-height: 1;
}

.product-review-overview .ratings-value {
    margin: 1.8rem 0 1.4rem;
    gap: .5rem;
    flex-wrap: wrap;
}

.product-review-overview .review-form textarea {
    margin-bottom: 1.6rem;
}

.product-review-overview .review-rating-select {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.product-review-overview .rating-stars a.active:before,
.product-review-overview .rating-stars a:focus:before {
    color: #f93;
}

.product-review-overview .rating-stars a:focus {
    outline: 1px solid #336699;
    outline-offset: 2px;
}

.product-review-overview .review-status-note {
    padding: 1rem 1.2rem;
    color: #333;
    background: #f5f7f9;
    border: 1px solid #e7eaee;
}

.product-review-tabs {
    margin-top: 1.5rem;
}

.product-review-tabs .comment-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 7rem;
    width: 7rem;
    min-width: 7rem;
    max-width: 7rem;
    height: 7rem;
    aspect-ratio: 1 / 1;
    margin-right: 2rem;
    overflow: hidden;
    color: #fff;
    background: #336699;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.8rem;
}

.product-review-tabs .comment-avatar span {
    display: block;
    width: 100%;
    line-height: 1;
    text-align: center;
}

.product-review-tabs .review-title {
    margin: .8rem 0 .4rem;
    font-size: 1.5rem;
}

.review-state-badge {
    display: inline-block;
    margin-left: 1rem;
    padding: .25rem .7rem;
    color: #fff;
    background: #f93;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.review-state-badge.is-rejected {
    background: #c33;
}

.review-empty-state {
    padding: 4rem 2rem;
    color: #777;
    border: 1px dashed #ddd;
}

.review-empty-state i {
    display: block;
    margin-bottom: 1rem;
    color: #aaa;
    font-size: 4rem;
}

.review-empty-state span {
    display: block;
    margin-top: .4rem;
    color: #999;
}

[data-search-form] {
    position: relative;
}

/* .br-xs forces overflow:hidden (for the pill-shaped search bar corners), which would
   clip the autocomplete dropdown positioned below it. Corners stay rounded via .hs-round
   on the select/input/button themselves, so it's safe to let this one overflow again. */
.header-search.br-xs {
    overflow: visible !important;
}

.search-autocomplete-results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    margin-top: .4rem;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .12);
    text-align: left;
}

.search-autocomplete-results.show {
    display: block;
}

.search-autocomplete-list {
    margin: 0;
    padding: 0;
    max-height: 40rem;
    overflow-y: auto;
}

.search-autocomplete-item {
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
}

.search-autocomplete-item:last-child {
    border-bottom: none;
}

.search-autocomplete-item a {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem 1.4rem;
    color: #333 !important;
}

.search-autocomplete-item a:hover {
    background: #f7f7f7;
}

.search-autocomplete-media {
    flex: 0 0 4.8rem;
    width: 4.8rem;
    height: 5.4rem;
    margin: 0;
    overflow: hidden;
    background: #f5f5f5;
}

.search-autocomplete-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-autocomplete-info {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    min-width: 0;
}

.search-autocomplete-name {
    font-size: 1.3rem;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-autocomplete-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #336699;
}

.search-autocomplete-empty {
    padding: 1.4rem;
    color: #999;
    font-size: 1.3rem;
}

.search-autocomplete-more {
    display: block;
    padding: 1.1rem 1.4rem;
    color: #336699 !important;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #f2f2f2;
}

.search-autocomplete-more i {
    margin-left: .5rem;
}

@media (max-width: 767px) {
    .alert-cart-toast {
        top: 1.5rem;
        right: 1.5rem;
    }

    .checkout-confirmation-page {
        padding-top: 2rem;
    }

    .checkout-confirmation-page .order-success {
        text-align: left;
    }

    .account-order-page {
        padding-top: 2rem;
    }

    .account-order-lead {
        font-size: 1.5rem;
    }

    .account-order-page .order-progress {
        grid-template-columns: repeat(5, minmax(8.8rem, 1fr));
        gap: 1.6rem;
        padding: 1.8rem;
    }

    .account-order-page .order-progress-label {
        min-height: 0;
        font-size: 1.1rem;
    }

    .order-history li {
        grid-template-columns: 1fr;
    }

    .order-history span {
        text-align: left;
    }

    .product-review-tabs .comment-body {
        align-items: flex-start;
    }

    .product-review-tabs .comment-avatar {
        flex-basis: 5.6rem;
        width: 5.6rem;
        min-width: 5.6rem;
        max-width: 5.6rem;
        height: 5.6rem;
        margin-right: 1.4rem;
        font-size: 1.5rem;
    }
}

/* Shop filters (boutique page: category checkboxes + price widget) */
.cat-filter-list .subcategory-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.cat-filter-list .cat-item.expanded > .subcategory-list {
    max-height: 1000px;
}

.cat-filter-list .cat-item-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0.35rem 0;
}

.cat-filter-list .cat-item-checkbox {
    margin: 0;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    cursor: pointer;
}

.cat-filter-list .cat-item-name {
    position: static;
    flex: 0 1 auto;
    text-align: left;
    color: inherit;
}

.cat-filter-list .cat-item-caret {
    font-size: 0.7rem;
    color: #999;
    transition: transform 0.2s ease;
}

.cat-filter-list .cat-item.expanded > .cat-item-label .cat-item-caret {
    transform: rotate(180deg);
}

.cat-filter-list .cat-item.active > .cat-item-label .cat-item-name {
    font-weight: 600;
    color: #f5484a;
}

[data-shop-results].is-loading {
    position: relative;
    min-height: 200px;
    opacity: 0.5;
    pointer-events: none;
}
