.hidden_div {
  display: none !important;
}

.ai-hp{
  position:absolute;
  left:-9999px;
  top:-9999px;
  height:0;
  overflow:hidden;
} 

.form-subcriber {
    position: relative;
}

.form-subcriber .form-messages.js-form-messages {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}

.form-messages,
.js-auth-messages {
    margin: 0 0 24px;
    padding: 14px 16px;
    border-radius: 8px;
    background: #f7f8f9;
    color: #253D4E;
    line-height: 1.5;
}

.form-messages.form-error,
.js-auth-messages.form-error {
    border-left: 4px solid #d64040;
    background: #fff3f3;
    color: #8f2525;
}

.form-messages.form-success,
.js-auth-messages.form-success {
    border-left: 4px solid #3BB77E;
    background: #f0fff7;
    color: #253D4E;
}

.header-action-2 .header-action-icon-2 > a .site-cart-badge {
    position: absolute;
    top: -5px;
    right: -11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
    background: #3BB77E;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    z-index: 2;
}

.header-style-1 .header-top .header-info ul li,
.header-style-1 .header-top .header-info ul li a,
.header-style-1 .header-top #news-flash ul li,
.header-style-1 .header-top .text-brand,
.header-style-1 .header-top .text-brand a {
    color: #3BB77E;
    font-weight: 700;
}

.header-style-1 .header-bottom .header-wrap {
    gap: 28px;
}

.header-style-1 .search-style-2 form input {
    max-width: none;
    margin-left: 0;
    padding: 0 58px 0 20px;
    background-position: right 22px center;
}

.header-style-1 .header-bottom .header-nav {
    flex: 1 1 auto;
    min-width: 0;
}

.header-style-1 .header-bottom .main-menu {
    width: 100%;
}

.header-style-1 .header-bottom .main-menu > nav > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-style-1 .header-bottom .hotline {
    flex: 0 0 300px;
    justify-content: flex-end;
    margin-left: auto;
}

.header-style-1 .header-bottom .hotline p {
    min-width: 0;
    white-space: nowrap;
}

.ai9-auth-page,
.ai9-cart-page,
.ai9-checkout-page {
    padding: 80px 0;
    background: #f7f8f9;
}

.ai9-auth-card,
.ai9-cart-group,
.ai9-checkout-panel,
.ai9-checkout-summary {
    padding: 34px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(37, 61, 78, 0.06);
}

.ai9-auth-title {
    margin: 0 0 28px;
    color: #253D4E;
    font-size: 42px;
    line-height: 1.15;
}

.ai9-auth-intro {
    margin-bottom: 24px;
    padding: 18px;
    border-radius: 8px;
    background: #f7f8f9;
}

.ai9-auth-intro h3 {
    margin: 0 0 8px;
    color: #253D4E;
    font-size: 22px;
}

.ai9-thank-you-card {
    text-align: center;
}

.ai9-thank-you-intro {
    margin-bottom: 28px;
}

.ai9-thank-you-intro p {
    margin: 0;
    color: #7E7E7E;
    font-size: 16px;
    line-height: 1.7;
}

.ai9-thank-you-actions {
    max-width: 280px;
    margin: 0 auto;
}

.ai9-input-label {
    display: block;
    margin-bottom: 8px;
    color: #253D4E;
    font-weight: 700;
}

.ai9-auth-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.ai9-login-guest-action {
    margin-top: 16px;
}

.ai9-auth-link,
.ai9-auth-secondary {
    margin-top: 22px;
    color: #7E7E7E;
}

.ai9-auth-link a,
.ai9-auth-actions a,
.ai9-link-btn {
    color: #3BB77E;
    font-weight: 700;
    text-decoration: none;
}

.ai9-link-btn {
    border: 0;
    background: transparent;
    padding: 0;
}

.ai9-field-help,
.ai9-cart-main p,
.ai9-cart-fields,
.ai9-checkout-fields {
    color: #7E7E7E;
    font-size: 14px;
}

.ai9-checkout-page .d-none {
    display: none !important;
}

.ai9-guest-checkout-box {
    margin-bottom: 30px;
}

.ai9-guest-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 20px;
    row-gap: 18px;
}

.ai9-guest-field {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ai9-guest-field-full {
    grid-column: 1 / -1;
}

.ai9-check-list {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.ai9-check-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #253D4E;
}

.ai9-check-item input {
    flex: 0 0 18px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 3px 0 0;
    padding: 0;
    border: 1px solid #BCE3C9;
    border-radius: 4px;
    accent-color: #3BB77E;
    box-shadow: none;
}

.ai9-check-item label {
    margin: 0;
    line-height: 1.5;
}

.ai9-consents {
    max-width: 760px;
    margin-top: 6px;
}

.ai9-check-item a {
    color: #3BB77E;
    font-weight: 700;
}

.ai9-avatar-field {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ai9-avatar-preview {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    background: #f7f8f9;
    flex: 0 0 auto;
}

.ai9-avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai9-signature-preview,
.ai9-signature-box,
.ai9-modal-signature {
    border: 1px dashed rgba(59, 183, 126, 0.35);
    border-radius: 8px;
    background: #f7f8f9;
}

.ai9-signature-preview {
    margin-bottom: 14px;
    padding: 16px;
}

.ai9-signature-preview img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ai9-signature-box {
    margin-bottom: 12px;
}

.ai9-signature-box canvas,
.ai9-modal-signature canvas {
    display: block;
    width: 100%;
}

.ai9-modal-signature {
    height: 260px;
}

.ai9-modal-signature canvas {
    height: 100%;
}

.ai9-file-list {
    display: grid;
    gap: 8px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}

.ai9-file-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f7f8f9;
}

.ai9-product-order-buttons {
    flex-wrap: wrap;
    gap: 10px;
}

.ai-order-modal .modal-dialog {
    max-width: 820px;
}

.ai-order-modal .modal-dialog.ai-order-modal-narrow {
    max-width: 640px;
}

.ai-order-modal-content {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 24px 80px rgba(37, 61, 78, 0.2);
    overflow: hidden;
}

.ai-order-modal-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 18px;
    align-items: start;
    padding: 24px 28px 18px;
    border-bottom: 1px solid #ececec;
}

.ai-order-modal-title {
    margin: 0 0 6px;
    color: #253D4E;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.ai-order-modal-subtitle {
    color: #7E7E7E;
    font-size: 14px;
    line-height: 1.45;
}

.ai-order-modal-close {
    display: inline-flex;
    float: none;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #ececec;
    border-radius: 50%;
    background: #fff;
    color: #253D4E;
    font-size: 24px;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
}

.ai-order-modal-close:hover {
    border-color: #3BB77E;
    background: #3BB77E;
    color: #fff;
}

.ai-order-modal-body-wrap {
    padding: 24px 28px 26px;
    background: #fff;
}

.ai-order-modal .dyn-section {
    margin-bottom: 0 !important;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
}

.ai-order-modal .dyn-section .card-body {
    padding: 22px 18px;
}

.ai-order-modal .campo-dinamico .form-group {
    margin-bottom: 0;
}

.ai-order-modal .campo-dinamico label {
    display: block;
    margin-bottom: 8px;
    color: #253D4E;
    font-size: 14px;
    font-weight: 700;
}

.ai-order-modal .form-control {
    height: 48px;
    border: 1px solid #ececec;
    border-radius: 10px;
    color: #253D4E;
    font-size: 15px;
}

.ai-order-modal textarea.form-control {
    height: auto;
    min-height: 110px;
}

.ai-order-modal .form-control:focus {
    border-color: #3BB77E;
    box-shadow: 0 0 0 3px rgba(59, 183, 126, 0.12);
}

.ai-order-modal .ai-qty-picker {
    display: inline-grid;
    grid-template-columns: 42px 54px 42px;
    align-items: center;
    height: 46px;
    border: 1px solid #3BB77E;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.ai-order-modal .ai-qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 44px;
    border: 0;
    background: #fff;
    color: #3BB77E;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.ai-order-modal .ai-qty-btn:hover {
    background: #3BB77E;
    color: #fff;
}

.ai-order-modal .ai-qty-picker.is-readonly {
    border-color: rgba(59, 183, 126, 0.28);
    background: #f8fffb;
}

.ai-order-modal .ai-qty-picker.is-readonly .ai-qty-btn {
    cursor: not-allowed;
    color: #9aa7b2;
    background: #f4f7f8;
}

.ai-order-modal .ai-qty-picker.is-readonly .ai-qty-btn:hover {
    color: #9aa7b2;
    background: #f4f7f8;
}

.ai-order-modal .ai-qty-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 44px;
    border-right: 1px solid rgba(59, 183, 126, 0.22);
    border-left: 1px solid rgba(59, 183, 126, 0.22);
    color: #253D4E;
    font-size: 16px;
    font-weight: 800;
}

.ai-autocalc-price-field {
    order: 999;
    margin-top: 18px;
}

.ai-autocalc-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 66px;
    padding: 18px 22px;
    border: 1px solid rgba(59, 183, 126, 0.18);
    border-radius: 16px;
    background: #f8fffb;
    box-shadow: 0 18px 34px rgba(59, 183, 126, 0.10);
}

.ai-autocalc-price-box span {
    color: #3BB77E;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.ai-autocalc-price-box strong {
    color: #102033;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.ai-order-modal .ai-autocalc-price-field {
    margin-top: 22px;
}

.ai-order-modal .ai-autocalc-price-box {
    border-color: rgba(59, 183, 126, 0.20);
    background: linear-gradient(135deg, #ffffff 0%, #f3fff9 100%);
}

.ai-order-row-total-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 18px 0 0;
    padding: 18px 22px;
    border: 1px solid rgba(59, 183, 126, 0.2);
    border-radius: 10px;
    background: #f8fffb;
}

.ai-order-row-total-preview-copy {
    display: grid;
    gap: 5px;
}

.ai-order-row-total-preview span {
    color: #3BB77E;
    font-size: 13px;
    font-weight: 800;
}

.ai-order-row-total-preview small {
    margin: 0;
    color: #5f6f7b;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.ai-order-row-total-preview strong {
    color: #102033;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.ai-order-modal .form-text,
.ai-order-modal small {
    display: block;
    margin-top: 10px;
    color: #9aa5b1;
    font-size: 13px;
    line-height: 1.6;
}

.ai-order-modal .modal-footer {
    gap: 10px;
    padding: 18px 28px;
    border-top: 1px solid #ececec;
    background: #fff;
}

.ai-order-modal .modal-footer .btn {
    min-width: 132px;
    min-height: 46px;
    border-radius: 8px;
    font-weight: 800;
}

.ai-order-modal .modal-footer .js-order-modal-submit,
.ai-order-modal .modal-footer .js-order-modal-submit-checkout {
    order: 1;
}

.ai-order-modal .modal-footer .js-order-modal-cancel {
    order: 2;
}

.ai-order-modal .modal-footer .btn-outline-secondary {
    border-color: #3BB77E;
    background: #3BB77E;
    color: #fff;
}

.ai-order-modal .modal-footer .btn-outline-secondary:hover {
    border-color: #29A56C;
    background: #29A56C;
    color: #fff;
}

.ai-order-modal .modal-footer .btn-outline-primary,
.ai-order-modal .modal-footer .btn-primary {
    border-color: #3BB77E;
    background: #3BB77E;
    color: #fff;
}

.ai-order-modal .modal-footer .btn-outline-primary:hover,
.ai-order-modal .modal-footer .btn-primary:hover {
    border-color: #29A56C;
    background: #29A56C;
    color: #fff;
}

@media (max-width: 767px) {
    .ai-order-modal-header,
    .ai-order-modal-body-wrap,
    .ai-order-modal .modal-footer {
        padding-right: 18px;
        padding-left: 18px;
    }

    .ai-order-modal .modal-footer {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ai-order-modal .modal-footer .btn {
        width: 100%;
    }
}

.ai9-cart-group {
    margin-bottom: 34px;
}

.ai9-cart-items {
    display: grid;
    gap: 18px;
}

.ai9-cart-item {
    display: grid;
    grid-template-columns: 104px minmax(180px, 1fr) minmax(420px, auto);
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
}

.ai9-cart-image {
    width: 104px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
    background: #f7f8f9;
}

.ai9-cart-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai9-cart-main h4 {
    margin: 0 0 8px;
    font-size: 22px;
}

.ai9-cart-main h4 a {
    color: #253D4E;
}

.ai9-cart-fields {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.ai9-cart-fields strong,
.ai9-checkout-fields strong {
    display: block;
    color: #253D4E;
}

.ai9-row-display-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.ai9-row-display-field > div:first-child {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.ai9-row-display-field > div:first-child strong {
    display: inline;
    color: #253D4E;
    font-size: 13px;
    font-weight: 800;
}

.ai9-row-display-field > div:first-child span {
    margin-left: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.35;
}

.ai9-row-option-props {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: fit-content;
    min-width: 128px;
    max-width: 220px;
    margin-top: 1px;
    padding: 7px 10px;
    border-left: 2px solid rgba(59, 183, 126, 0.32);
    border-radius: 0 8px 8px 0;
    background: rgba(59, 183, 126, 0.055);
}

.ai9-row-option-prop {
    display: grid;
    grid-template-columns: minmax(58px, max-content) max-content;
    align-items: baseline;
    justify-content: start;
    column-gap: 18px;
    color: #9a9a9a;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
}

.ai9-row-option-prop-label {
    min-width: 0;
    margin-left: 0 !important;
    color: #9a9a9a;
    font-weight: 400;
}

.ai9-row-option-prop-value {
    color: #475569;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
}

.ai9-cart-meta {
    display: grid;
    grid-template-columns: minmax(132px, auto) minmax(138px, auto) minmax(96px, auto) 42px;
    gap: 14px;
    align-items: start;
}

.ai9-cart-meta-no-prices {
    grid-template-columns: minmax(138px, auto) 42px;
}

.ai9-cart-price span {
    display: block;
    margin-bottom: 6px;
    color: #7E7E7E;
    font-size: 13px;
}

.ai9-cart-meta .ai9-cart-price:nth-child(2) {
    min-width: 136px;
    text-align: center;
}

.ai9-cart-price strong {
    color: #253D4E;
}

.ai9-cart-price-breakdown {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 132px;
    padding: 7px 10px;
    border-radius: 8px;
    background: #f7f8f9;
    white-space: nowrap;
}

.ai9-cart-price-base {
    display: block;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

.ai9-cart-price-options {
    display: block;
    color: #7E7E7E !important;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 600;
    white-space: nowrap;
}

.ai9-cart-row-tax-detail {
    display: block;
    margin-top: 5px;
    color: #7E7E7E;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
}

.ai9-cart-row-tax-detail.d-none {
    display: none !important;
}

.ai9-cart-qty {
    display: grid;
    grid-template-columns: 40px 56px 40px;
    justify-self: center;
    width: 136px;
    height: 44px;
    overflow: hidden;
    border: 1px solid #e7edf0;
    border-radius: 999px;
    background: #fff;
}

.ai9-cart-qty button,
.ai9-cart-remove {
    border: 0;
    background: #f7f8f9;
    color: #253D4E;
}

.ai9-cart-qty button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.ai9-cart-qty button:hover {
    background: #eef8f3;
    color: #3BB77E;
}

.ai9-cart-qty input {
    width: 54px;
    height: 42px;
    border: 0;
    border-left: 1px solid #e7edf0;
    border-right: 1px solid #e7edf0;
    background: #fff;
    text-align: center;
    color: #102033;
    font-weight: 700;
}

.ai9-cart-qty-static {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    min-width: 46px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f7f8f9;
}

.ai9-cart-remove {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.ai9-cart-summary {
    max-width: 420px;
    margin: 24px 0 0 auto;
    padding: 24px;
    border-radius: 10px;
    background: #f7f8f9;
}

.ai9-summary-row,
.ai9-checkout-total {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: #253D4E;
}

.ai9-checkout-shipping-row {
    flex-wrap: wrap;
}

.ai9-checkout-shipping-note {
    flex-basis: 100%;
    margin-top: 2px;
    color: #7e8b95;
    font-size: 12px;
    line-height: 1.35;
    text-align: right;
}

.ai9-checkout-payment-methods {
    margin: 18px 0;
    padding: 16px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
}

.ai9-checkout-payment-methods h3 {
    margin: 0 0 12px;
    color: #253D4E;
    font-size: 16px;
    line-height: 1.25;
}

.ai9-payment-method-list {
    display: grid;
    gap: 10px;
}

.ai9-payment-method-option {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px;
    margin: 0;
    padding: 12px;
    border: 1px solid #ececec;
    border-radius: 8px;
    color: #253D4E;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease;
}

.ai9-payment-method-option.is-selected {
    border-color: #3BB77E;
    background: #f3fbf7;
}

.ai9-payment-method-option input {
    margin: 3px 0 0;
}

.ai9-payment-method-copy {
    min-width: 0;
}

.ai9-payment-method-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ai9-payment-method-copy strong,
.ai9-payment-method-copy small {
    display: block;
}

.ai9-payment-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.ai9-payment-icon {
    display: block;
    width: auto;
    max-width: 340px;
    height: 96px;
    padding: 6px 10px;
    border: 1px solid #ececec;
    border-radius: 7px;
    background: #fff;
    object-fit: contain;
}

.ai9-payment-method-copy small {
    margin-top: 3px;
    color: #7E7E7E;
    font-size: 12px;
    line-height: 1.35;
}

.ai9-payment-method-surcharge {
    margin-top: 2px;
    color: #253D4E;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.ai9-summary-total,
.ai9-checkout-total-main {
    margin: 12px 0 22px;
    padding-top: 12px;
    border-top: 1px solid #ececec;
    font-size: 20px;
}

.ai9-empty-state {
    padding: 30px;
    border-radius: 10px;
    background: #fff4f2;
    color: #9f2f2f;
}

.ai9-checkout-summary {
    position: sticky;
    top: 110px;
}

.ai9-checkout-list {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}

.ai9-checkout-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    align-items: start;
    gap: 18px;
    padding: 16px;
    border-radius: 8px;
    background: #f7f8f9;
    color: #253D4E;
}

.ai9-checkout-row > div:first-child {
    min-width: 0;
}

.ai9-checkout-row a {
    color: inherit;
    font-weight: 700;
}

.ai9-checkout-product-title {
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
}

.ai9-checkout-product-title .badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 4px 9px;
    border-radius: 6px;
    background: #3BB77E !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.ai9-checkout-product-title span {
    margin-left: 6px;
    color: #7E7E7E;
}

.ai9-checkout-row-amounts {
    display: grid;
    gap: 8px;
    width: 100%;
    min-width: 0;
    padding-left: 4px;
    text-align: right;
}

.ai9-checkout-row-amount,
.ai9-checkout-row-subtotal {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    column-gap: 14px;
    width: 100%;
}

.ai9-checkout-row-amount-base {
    align-items: start;
}

.ai9-checkout-row-amount-base .ai9-checkout-row-discount {
    grid-column: 1 / -1;
    margin-top: 4px;
    color: #7E7E7E;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    text-align: right;
}

.ai9-checkout-row-amount-base .ai9-checkout-row-discount span {
    display: block;
}

.ai9-checkout-row-amount span,
.ai9-checkout-row-subtotal span {
    margin-left: 0;
    color: #7E7E7E;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
}

.ai9-checkout-row-price,
.ai9-checkout-row-amount strong,
.ai9-checkout-row-subtotal strong {
    color: #253D4E;
    white-space: nowrap;
}

.ai9-checkout-row-subtotal {
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid rgba(37, 61, 78, 0.1);
}

.ai9-checkout-row-subtotal strong {
    font-size: 15px;
    font-weight: 800;
    text-align: right;
}

.ai9-checkout-row-subtotal small {
    grid-column: 1 / -1;
    margin-top: 12px;
    color: #7E7E7E;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    text-align: right;
}

.ai9-checkout-fields {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.ai9-checkout-options-price-total {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    line-height: 1.25;
}

.ai9-checkout-options-price-total strong {
    color: #253D4E;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.ai9-checkout-submit {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .ai9-cart-item {
        grid-template-columns: 86px minmax(0, 1fr);
    }

    .ai9-cart-image {
        width: 86px;
    }

    .ai9-cart-meta {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, minmax(0, auto));
        padding-top: 16px;
        border-top: 1px solid #ececec;
    }

    .ai9-checkout-summary {
        position: static;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .ai9-auth-card,
    .ai9-cart-group,
    .ai9-checkout-panel,
    .ai9-checkout-summary {
        padding: 22px;
    }

    .ai9-auth-title {
        font-size: 34px;
    }

    .ai9-guest-fields {
        grid-template-columns: 1fr;
    }

    .ai9-guest-field-full {
        grid-column: auto;
    }

    .ai9-cart-item {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .ai9-cart-image {
        width: 78px;
    }

    .ai9-cart-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ai9-cart-fields {
        grid-template-columns: 1fr;
    }

    .ai9-checkout-row {
        grid-template-columns: 1fr;
    }

    .ai9-checkout-row-amounts {
        justify-self: stretch;
        width: 100%;
        padding-left: 0;
    }

    .ai9-cart-summary {
        max-width: none;
    }
}

.ai9-my-orders-page {
    padding: 70px 0;
}

.ai9-my-orders-intro {
    max-width: 720px;
    margin: 12px auto 0;
    color: #7E7E7E;
}

.ai9-my-orders-chat-edit-texts {
    display: none;
}

.ai9-my-orders-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 30px;
    padding: 18px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
}

.ai9-my-orders-filter {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #ececec;
    border-radius: 8px;
    color: #253D4E;
    font-weight: 700;
}

.ai9-my-orders-filter.is-active {
    background: #3BB77E;
    border-color: #3BB77E;
    color: #fff;
}

.ai9-my-orders-year-form {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.ai9-my-orders-year-form label,
.ai9-my-orders-head span,
.ai9-my-orders-fields span {
    color: #7E7E7E;
    font-size: 13px;
    text-transform: uppercase;
}

.ai9-my-orders-year-form .form-control {
    min-width: 190px;
    height: 44px;
}

.ai9-my-orders-section-title {
    margin: 0 0 18px;
    color: #253D4E;
    font-size: 26px;
}

.ai9-my-orders-card {
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
}

.ai9-my-orders-head {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
    background: #f7f8f9;
}

.ai9-my-orders-head strong,
.ai9-my-orders-fields strong {
    display: block;
    color: #253D4E;
}

.ai9-my-orders-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 5px;
    background: #3BB77E;
    color: #fff;
    font-weight: 700;
    font-style: normal;
}

.ai9-my-orders-body {
    padding: 22px;
}

.ai9-my-orders-card-actions {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 18px;
}

.ai9-my-orders-chat-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 18px;
    border: 1px solid #3BB77E;
    border-radius: 6px;
    background: #3BB77E;
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ai9-my-orders-chat-open:hover {
    border-color: #29A56C;
    background: #29A56C;
    color: #fff;
    transform: translateY(-1px);
}

.ai9-my-orders-chat-open i {
    font-size: 16px;
}

.ai9-my-orders-operation-sections {
    display: grid;
    gap: 18px;
    margin-bottom: 20px;
}

.ai9-my-orders-operation-section {
    padding-bottom: 16px;
    border-bottom: 1px solid #ececec;
}

.ai9-my-orders-operation-section:last-child {
    padding-bottom: 0;
}

.ai9-my-orders-collection-title {
    margin: 0 0 14px;
    padding: 0 0 10px 12px;
    border-bottom: 1px solid #edf1f3;
    border-left: 2px solid #3BB77E;
    color: #253D4E;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.ai9-my-orders-collection-desc {
    margin: -6px 0 14px;
    color: #7E7E7E;
    font-size: 14px;
}

.ai9-my-orders-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
    margin-bottom: 20px;
}

.ai9-my-orders-operation-section .ai9-my-orders-fields {
    margin-bottom: 0;
}

.ai9-my-orders-payment {
    display: grid;
    gap: 14px;
    max-width: 520px;
    margin: 12px 0 0 auto;
    padding: 16px 18px;
    border: 1px solid #dfeee7;
    border-radius: 8px;
    background: #fbfdfc;
}

.ai9-my-orders-payment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.ai9-my-orders-payment-head h4 {
    margin: 0;
    color: #253D4E;
    font-size: 17px;
    font-weight: 800;
}

.ai9-my-orders-payment-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #FFF3CD;
    color: #8A5A00;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
}

.ai9-my-orders-payment-status-paid {
    background: #DFF7EA;
    color: #1f7a4d;
}

.ai9-my-orders-payment-status-not-required {
    background: #edf1f3;
    color: #51636f;
}

.ai9-my-orders-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
}

.ai9-my-orders-payment-grid span {
    display: block;
    margin-bottom: 4px;
    color: #7E7E7E;
    font-size: 12px;
    text-transform: uppercase;
}

.ai9-my-orders-payment-grid strong {
    display: block;
    color: #253D4E;
    font-size: 15px;
}

.ai9-my-orders-payment-method strong {
    font-size: 16px;
}

.ai9-my-orders-payment-method,
.ai9-my-orders-payment-instructions {
    grid-column: 1 / -1;
}

.ai9-my-orders-payment-instructions {
    padding-top: 12px;
    border-top: 1px solid #e4ece8;
}

.ai9-my-orders-payment-instructions p {
    margin: 0;
    color: #253D4E;
    line-height: 1.6;
}

.ai9-my-orders-payment-open {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 12px;
    border-top: 1px solid #e4ece8;
}

.ai9-my-orders-payment-open span {
    color: #7E7E7E;
    font-weight: 700;
}

.ai9-my-orders-payment-open a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 5px;
    background: #3BB77E;
    color: #fff;
    font-weight: 800;
}

.ai9-my-orders-payment-open a:hover {
    background: #29A56C;
    color: #fff;
}

.ai9-my-orders-repeat {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    margin-top: 18px;
}

.ai9-my-orders-repeat-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 18px;
    border: 1px solid #3BB77E;
    border-radius: 6px;
    background: #fff;
    color: #267C56;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    transition: all .2s ease;
}

.ai9-my-orders-repeat-btn:hover {
    background: #3BB77E;
    color: #fff;
}

.ai9-my-orders-repeat-btn:disabled {
    cursor: default;
    opacity: .75;
}

.ai9-my-orders-repeat-status {
    min-height: 18px;
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 700;
}

.ai9-my-orders-repeat-status.is-error {
    color: #D63638;
}

.ai9-my-orders-repeat-status.is-success {
    color: #267C56;
}

.ai9-my-orders-fields .is-wide {
    grid-column: 1 / -1;
}

.ai9-my-orders-fields strong {
    white-space: pre-line;
}

.ai9-my-orders-rows {
    display: grid;
    gap: 18px;
}

.ai9-my-orders-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    padding-top: 18px;
    border-top: 1px solid #ececec;
}

.ai9-my-orders-row-main h4 {
    margin: 0 0 8px;
    font-size: 21px;
}

.ai9-my-orders-row-main h4 a {
    color: #253D4E;
}

.ai9-my-orders-row-main p {
    margin: 0;
    color: #7E7E7E;
}

.ai9-my-orders-row-price {
    display: grid;
    gap: 7px;
    min-width: 260px;
    padding: 14px 16px;
    border-radius: 8px;
    background: #f7f8f9;
    color: #253D4E;
}

.ai9-my-orders-row-price-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 12px;
}

.ai9-my-orders-row-price-line span,
.ai9-my-orders-row-tax {
    color: #7E7E7E;
    font-size: 13px;
    line-height: 1.35;
}

.ai9-my-orders-row-price-line strong {
    color: #253D4E;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.ai9-my-orders-row-discount strong {
    max-width: 150px;
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    white-space: normal;
}

.ai9-my-orders-row-total-net {
    margin-top: 2px;
    padding-top: 8px;
    border-top: 1px solid #e2e8f0;
}

.ai9-my-orders-row-tax {
    display: block;
    text-align: right;
}

.ai9-my-orders-row-fields {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.ai9-my-orders-conteggi {
    display: grid;
    gap: 10px;
    max-width: 520px;
    margin: 22px 0 0 auto;
    padding: 16px 18px;
    border: 1px solid #e4ece8;
    border-radius: 8px;
    background: #fbfdfc;
}

.ai9-my-orders-conteggi-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
}

.ai9-my-orders-conteggi-row span {
    color: #7E7E7E;
}

.ai9-my-orders-conteggi-row strong {
    color: #253D4E;
    font-size: 16px;
}

.ai9-my-orders-conteggi-total {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid #e4ece8;
}

.ai9-my-orders-conteggi-total span,
.ai9-my-orders-conteggi-total strong {
    color: #253D4E;
    font-weight: 800;
}

.ai9-my-orders-chat-modal-open {
    overflow: hidden;
}

.ai9-my-orders-chat-modal {
    position: fixed;
    inset: 0;
    z-index: 10040;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.ai9-my-orders-chat-modal.is-open {
    display: flex;
}

.ai9-my-orders-chat-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(37, 61, 78, 0.56);
    backdrop-filter: blur(5px);
}

.ai9-my-orders-chat-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    max-height: min(86vh, 720px);
    overflow: auto;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #f7f8f9;
    box-shadow: 0 28px 80px rgba(37, 61, 78, 0.26);
}

.ai9-my-orders-chat-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 1px solid #ececec;
    border-radius: 6px;
    background: #fff;
    color: #253D4E;
    font-size: 20px;
    line-height: 1;
}

.ai9-my-orders-chat-form {
    margin: 30px;
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
}

.ai9-my-orders-chat-label {
    display: block;
    margin: 0 48px 8px 0;
    color: #253D4E;
    font-size: 20px;
    font-weight: 800;
}

.ai9-my-orders-chat-form p {
    margin: 0 0 14px;
    color: #7E7E7E;
    line-height: 1.45;
}

.ai9-my-orders-chat-form textarea {
    display: block;
    width: 100%;
    min-height: 112px;
    padding: 12px 14px;
    border: 1px solid #ececec;
    border-radius: 6px;
    background: #fff;
    color: #253D4E;
    font: inherit;
    line-height: 1.45;
    resize: vertical;
}

.ai9-my-orders-chat-form textarea:focus {
    outline: none;
    border-color: rgba(59, 183, 126, 0.7);
    box-shadow: 0 0 0 3px rgba(59, 183, 126, 0.14);
}

.ai9-my-orders-chat-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
}

.ai9-my-orders-chat-status {
    min-height: 20px;
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 700;
}

.ai9-my-orders-chat-actions button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 9px 18px;
    border: 0;
    border-radius: 6px;
    background: #3BB77E;
    color: #fff;
    font-weight: 800;
}

.ai9-my-orders-chat-actions button:disabled {
    opacity: 0.62;
    cursor: wait;
}

@media (max-width: 991px) {
    .ai9-my-orders-head {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ai9-my-orders-payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ai9-my-orders-toolbar,
    .ai9-my-orders-year-form {
        align-items: stretch;
        flex-direction: column;
    }

    .ai9-my-orders-year-form .form-control {
        width: 100%;
    }

    .ai9-my-orders-head,
    .ai9-my-orders-fields,
    .ai9-my-orders-payment-grid,
    .ai9-my-orders-row {
        grid-template-columns: 1fr;
    }

    .ai9-my-orders-row-price {
        min-width: 0;
        width: 100%;
    }

    .ai9-my-orders-payment-head,
    .ai9-my-orders-payment-open {
        align-items: flex-start;
        flex-direction: column;
    }

    .ai9-my-orders-conteggi {
        max-width: none;
        margin-left: 0;
    }

    .ai9-my-orders-payment {
        max-width: none;
        margin-left: 0;
    }

    .ai9-my-orders-repeat {
        align-items: stretch;
    }

    .ai9-my-orders-repeat-btn {
        width: 100%;
    }

    .ai9-my-orders-chat-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ai9-my-orders-chat-open,
    .ai9-my-orders-chat-actions button {
        width: 100%;
    }

    .ai9-my-orders-chat-modal {
        align-items: flex-end;
        padding: 12px;
    }

    .ai9-my-orders-chat-form {
        margin: 16px;
    }
}

.ai9-customer-calendar-page {
    padding: 70px 0;
    background: #f7f8f9;
}

.customer-calendar-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.customer-calendar-head .text-center {
    text-align: left !important;
}

.customer-calendar-intro {
    max-width: 740px;
    margin: 12px 0 0;
    color: #7E7E7E;
}

.customer-calendar-edit-texts {
    display: none;
}

.customer-calendar-types {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    max-width: 420px;
}

.customer-calendar-types span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 5px 12px;
    border: 1px solid #ececec;
    border-radius: 999px;
    background: #fff;
    color: #253D4E;
    font-size: 13px;
    font-weight: 700;
}

.customer-calendar-shell,
.customer-calendar-empty {
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
}

.customer-calendar-empty {
    padding: 34px;
    color: #253D4E;
    text-align: center;
}

.customer-calendar-widget {
    padding: 22px;
}

.customer-calendar-widget .fc {
    color: #253D4E;
    font-family: inherit;
}

.customer-calendar-widget .fc .fc-toolbar-title {
    color: #253D4E;
    font-size: 26px;
    font-weight: 800;
    text-transform: capitalize;
}

.customer-calendar-widget .fc .fc-button {
    border: 0;
    border-radius: 999px;
    background: #F2F3F4;
    color: #253D4E;
    box-shadow: none;
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
}

.customer-calendar-widget .fc .fc-button:hover,
.customer-calendar-widget .fc .fc-button-primary:not(:disabled).fc-button-active {
    background: #3BB77E;
    color: #fff;
}

.customer-calendar-widget .fc .fc-daygrid-day.fc-day-today,
.customer-calendar-widget .fc .fc-timegrid-col.fc-day-today {
    background: rgba(59, 183, 126, 0.08);
}

.customer-calendar-widget .fc .fc-event {
    border: 0;
    border-radius: 8px;
    padding: 2px;
    background: #3BB77E;
    color: #fff;
}

.customer-calendar-widget .fc .fc-daygrid-event-dot {
    display: none;
}

.customer-calendar-event {
    min-width: 0;
    padding: 3px 5px;
    line-height: 1.25;
}

.customer-calendar-event-main,
.customer-calendar-event-products {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-calendar-event-main {
    font-size: 12px;
    font-weight: 800;
}

.customer-calendar-event-products {
    font-size: 11px;
    opacity: 0.88;
}

.customer-calendar-modal-open {
    overflow: hidden;
}

.customer-calendar-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.customer-calendar-modal.is-open {
    display: flex;
}

.customer-calendar-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(37, 61, 78, 0.58);
    backdrop-filter: blur(4px);
}

.customer-calendar-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    max-height: min(86vh, 860px);
    overflow: auto;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #f7f8f9;
    box-shadow: 0 28px 80px rgba(37, 61, 78, 0.26);
}

.customer-calendar-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 1px solid #ececec;
    border-radius: 50%;
    background: #fff;
    color: #253D4E;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.customer-calendar-modal-content {
    max-height: min(86vh, 860px);
    overflow: auto;
}

.customer-calendar-modal-loading,
.customer-calendar-modal-error {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    padding: 48px;
    color: #253D4E;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.customer-calendar-modal-error {
    color: #A32121;
}

.customer-calendar-detail {
    color: #253D4E;
}

.customer-calendar-detail-hero {
    padding: 34px 72px 28px 34px;
    border-bottom: 1px solid #ececec;
    background: linear-gradient(135deg, #fff 0%, #f0fff7 100%);
}

.customer-calendar-detail-hero h2 {
    margin: 0;
    color: #253D4E;
    font-size: 30px;
    font-weight: 900;
}

.customer-calendar-detail-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.customer-calendar-detail-chips span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff;
    color: #253D4E;
    font-size: 13px;
    font-weight: 800;
}

.customer-calendar-detail-section,
.customer-calendar-detail-products,
.customer-calendar-detail-empty-block {
    margin: 24px 34px;
}

.customer-calendar-detail-section,
.customer-calendar-detail-product {
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
}

.customer-calendar-detail-section-head {
    padding: 18px 20px 0;
}

.customer-calendar-detail-section-head h3,
.customer-calendar-detail-products > h3,
.customer-calendar-detail-product-title {
    margin: 0;
    color: #253D4E;
    font-size: 18px;
    font-weight: 900;
}

.customer-calendar-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 18px 20px 20px;
}

.customer-calendar-detail-field {
    min-width: 0;
    padding: 14px;
    border-radius: 8px;
    background: #f7f8f9;
}

.customer-calendar-detail-label {
    margin-bottom: 6px;
    color: #7E7E7E;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.customer-calendar-detail-value {
    overflow-wrap: anywhere;
    color: #253D4E;
    font-size: 15px;
    font-weight: 800;
}

.customer-calendar-detail-value.is-status {
    display: inline-flex;
    max-width: 100%;
    padding: 6px 10px;
    border-radius: 999px;
}

.customer-calendar-detail-files {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.customer-calendar-detail-file {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    max-width: 100%;
    padding: 7px 11px;
    border-radius: 8px;
    background: #fff;
    color: #253D4E;
    font-size: 13px;
    font-weight: 800;
}

.customer-calendar-detail-file.is-image {
    padding: 0;
    overflow: hidden;
}

.customer-calendar-detail-file img {
    display: block;
    width: 116px;
    height: 76px;
    object-fit: cover;
}

.customer-calendar-detail-product {
    margin-top: 14px;
}

.customer-calendar-detail-product-title {
    padding: 16px 20px;
    border-bottom: 1px solid #ececec;
    font-size: 15px;
}

.customer-calendar-detail-product .customer-calendar-detail-section {
    margin: 16px;
}

.customer-calendar-chat {
    margin: 34px;
    padding: 18px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
}

.customer-calendar-chat-label {
    display: block;
    margin: 0 44px 8px 0;
    color: #253D4E;
    font-size: 18px;
    font-weight: 800;
}

.customer-calendar-chat p {
    margin: 0 0 12px;
    color: #7E7E7E;
}

.customer-calendar-chat textarea {
    display: block;
    width: 100%;
    min-height: 106px;
    padding: 13px 14px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    color: #253D4E;
    font: inherit;
    resize: vertical;
}

.customer-calendar-chat-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 12px;
}

.customer-calendar-chat-status {
    min-height: 20px;
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 700;
}

.customer-calendar-chat button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 20px;
    border: 0;
    border-radius: 999px;
    background: #3BB77E;
    color: #fff;
    font-weight: 800;
}

@media (max-width: 991px) {
    .customer-calendar-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .customer-calendar-types {
        justify-content: flex-start;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .customer-calendar-widget {
        padding: 14px;
    }

    .customer-calendar-widget .fc .fc-toolbar,
    .customer-calendar-chat-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .customer-calendar-widget .fc .fc-toolbar-title {
        font-size: 22px;
    }

    .customer-calendar-widget .fc .fc-button {
        padding: 6px 9px;
        font-size: 12px;
    }

    .customer-calendar-modal {
        padding: 12px;
    }

    .customer-calendar-detail-hero {
        padding: 28px 62px 24px 22px;
    }

    .customer-calendar-detail-hero h2 {
        font-size: 24px;
    }

    .customer-calendar-detail-grid {
        grid-template-columns: 1fr;
    }

    .customer-calendar-chat,
    .customer-calendar-detail-section,
    .customer-calendar-detail-products,
    .customer-calendar-detail-empty-block {
        margin-right: 14px;
        margin-left: 14px;
    }

    .customer-calendar-chat button {
        width: 100%;
    }
}

.ai9-contact-map {
    min-height: 360px;
    background: #f7f8f9;
}

.ai9-contact-map iframe {
    display: block;
    width: 100%;
    min-height: 360px;
    border: 0;
}

.ai9-contact-page .contact-form-style .form-messages {
    margin-top: 18px;
}

.ai9-contact-page .ai9-consents {
    margin-bottom: 24px;
}

.ai9-contact-page .ai9-signature-box {
    margin-bottom: 10px;
}

.ai9-contact-page .ai9-field-help {
    display: block;
    margin: -8px 0 14px;
}

.ai9-search-page {
    padding: 70px 0;
    background: #f7f8f9;
}

.ai9-search-intro {
    max-width: 720px;
    margin: 12px auto 0;
    color: #7E7E7E;
}

.ai9-search-form {
    display: flex;
    align-items: stretch;
    gap: 14px;
    max-width: 820px;
    margin: 0 auto 28px;
    padding: 14px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
}

.ai9-search-form .form-control {
    flex: 1 1 auto;
    width: auto;
    min-height: 52px;
}

.ai9-search-form .btn {
    flex: 0 0 auto;
    min-height: 52px;
    white-space: nowrap;
}

.ai9-search-meta {
    margin-bottom: 22px;
    color: #253D4E;
    font-weight: 700;
    text-align: center;
}

.ai9-search-results {
    display: grid;
    gap: 18px;
    max-width: 940px;
    margin: 0 auto;
}

.ai9-search-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 18px;
    align-items: center;
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
}

.ai9-search-card h3 {
    margin: 0 0 10px;
    color: #253D4E;
    font-size: 26px;
}

.ai9-search-card h3 a {
    color: inherit;
}

.ai9-search-card p {
    margin: 0;
    color: #7E7E7E;
}

.ai9-search-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #3BB77E;
    color: #fff;
}

.ai9-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 767px) {
    .ai9-search-card {
        grid-template-columns: 1fr;
    }

    .ai9-search-form {
        flex-direction: column;
    }

    .ai9-search-link {
        justify-self: start;
    }
}

.ai-cookie-banner,
.ai-cookie-overlay,
.ai-cookie-preference-link {
    font-family: inherit;
}

:root {
    --ai-site-chat-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    --ai-site-chat-launcher-height: 54px;
    --ai-floating-gap: 12px;
}

.ai-cookie-banner {
    position: fixed;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 10000;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(37, 61, 78, 0.14);
    color: #253D4E;
}

.ai-cookie-banner-copy h2 {
    margin: 0 0 8px;
    color: #253D4E;
    font-size: 22px;
    line-height: 1.25;
}

.ai-cookie-banner-copy p,
.ai-cookie-panel-intro {
    margin: 0;
    color: #7E7E7E;
    font-size: 15px;
    line-height: 1.55;
}

.ai-cookie-banner-copy a,
.ai-cookie-panel-intro a {
    color: #3BB77E;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ai-cookie-banner-actions,
.ai-cookie-panel-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.ai-cookie-btn,
.ai-cookie-close,
.ai-cookie-preference-link {
    border: 0;
    cursor: pointer;
    font-weight: 800;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ai-cookie-btn {
    min-height: 44px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
}

.ai-cookie-btn:hover,
.ai-cookie-preference-link:hover {
    transform: translateY(-1px);
}

.ai-cookie-btn-primary {
    border-color: #3BB77E;
    background: #3BB77E;
    color: #fff;
}

.ai-cookie-btn-primary:hover {
    background: #29A56C;
    color: #fff;
}

.ai-cookie-btn-muted {
    border-color: #ececec;
    background: #F2F3F4;
    color: #253D4E;
}

.ai-cookie-btn-ghost {
    border-color: rgba(59, 183, 126, 0.35);
    background: #fff;
    color: #253D4E;
}

.ai-cookie-overlay {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(37, 61, 78, 0.45);
}

.ai-cookie-panel {
    display: flex;
    flex-direction: column;
    width: min(880px, 100%);
    max-height: min(720px, 90vh);
    padding: 28px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(37, 61, 78, 0.22);
    color: #253D4E;
    overflow: auto;
}

.ai-cookie-panel-header {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.ai-cookie-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #3BB77E;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.ai-cookie-panel-header h2 {
    margin: 0;
    color: #253D4E;
    font-size: 34px;
    line-height: 1.15;
}

.ai-cookie-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #F2F3F4;
    color: #253D4E;
    font-size: 24px;
    line-height: 1;
}

.ai-cookie-close:hover {
    background: #253D4E;
    color: #fff;
}

.ai-cookie-categories {
    display: grid;
    gap: 12px;
    margin: 24px 0;
}

.ai-cookie-category {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #f7f8f9;
}

.ai-cookie-category-body {
    display: grid;
    gap: 6px;
}

.ai-cookie-category-body strong {
    color: #253D4E;
    font-size: 18px;
}

.ai-cookie-category-body span {
    color: #7E7E7E;
    font-size: 15px;
    line-height: 1.5;
}

.ai-cookie-category input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ai-cookie-toggle {
    position: relative;
    display: inline-flex;
    width: 58px;
    height: 32px;
    border-radius: 999px;
    background: rgba(37, 61, 78, 0.28);
}

.ai-cookie-toggle::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(37, 61, 78, 0.2);
    transition: transform 0.2s ease;
}

.ai-cookie-category input:checked + .ai-cookie-toggle {
    background: #3BB77E;
}

.ai-cookie-category input:checked + .ai-cookie-toggle::after {
    transform: translateX(26px);
}

.ai-cookie-category input:disabled + .ai-cookie-toggle {
    background: #3BB77E;
}

.ai-cookie-preference-link {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 9999;
    padding: 10px 14px;
    border: 1px solid #ececec;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(37, 61, 78, 0.14);
    color: #253D4E;
    font-size: 13px;
}

.ai-site-chat,
.ai-site-chat * {
    box-sizing: border-box;
}

.ai-site-chat-launcher {
    position: fixed;
    right: 18px;
    bottom: var(--ai-site-chat-bottom);
    z-index: 10020;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    max-width: min(360px, calc(100vw - 36px));
    padding: 10px 18px 10px 10px;
    border: 0;
    border-radius: 999px;
    background: var(--ai-site-chat-launcher-bg, #3BB77E);
    color: var(--ai-site-chat-launcher-text, #fff);
    box-shadow: 0 18px 42px rgba(37, 61, 78, 0.22);
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ai-order-modal {
    z-index: 10060;
}

body.ai-order-modal-open .modal-backdrop {
    z-index: 10050;
}

body.ai-order-modal-open .ai-site-chat-overlay,
body.ai-order-modal-open .ai-site-chat-launcher,
body.ai-order-modal-open .ai-site-chat-panel,
body.ai-order-modal-open .ai-cookie-preference-link {
    z-index: 10010;
}

.ai-site-chat-launcher:hover {
    background: var(--ai-site-chat-launcher-hover-bg, #29A56C);
    color: var(--ai-site-chat-launcher-text, #fff);
    transform: translateY(-1px);
    box-shadow: 0 22px 52px rgba(37, 61, 78, 0.28);
}

.ai-site-chat-launcher-icon,
.ai-site-chat-close,
.ai-site-chat-composer button,
.ai-site-chat-tool {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ai-site-chat-launcher-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--ai-site-chat-launcher-icon-bg, #fff);
    color: var(--ai-site-chat-launcher-icon-color, #3BB77E);
    font-size: 18px;
}

.ai-site-chat-launcher-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ai-site-chat-badge {
    position: absolute;
    top: -6px;
    right: -4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 23px;
    height: 23px;
    padding: 0 6px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #fd6e6e;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.ai-site-chat-badge[hidden],
.ai-site-chat-typing[hidden],
.ai-site-chat-attachment[hidden] {
    display: none;
}

.ai-site-chat-overlay {
    position: fixed;
    inset: 0;
    z-index: 10010;
    display: none;
    background: rgba(37, 61, 78, 0.42);
    backdrop-filter: blur(3px);
}

.ai-site-chat-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10030;
    display: flex;
    width: min(430px, 100vw);
    max-width: 100vw;
    flex-direction: column;
    background: #fff;
    box-shadow: -18px 0 55px rgba(37, 61, 78, 0.22);
    transform: translateX(105%);
    transition: transform 0.24s ease;
}

.ai-site-chat.is-open .ai-site-chat-overlay {
    display: block;
}

.ai-site-chat.is-open .ai-site-chat-panel {
    transform: translateX(0);
}

.ai-site-chat.is-open .ai-site-chat-launcher {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
}

.ai-site-chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    border-bottom: 1px solid #ececec;
    background: var(--ai-site-chat-header-bg, #fff);
}

.ai-site-chat-header h2 {
    margin: 0;
    color: #253D4E;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.ai-site-chat-close {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border: 1px solid #ececec;
    border-radius: 50%;
    background: #F2F3F4;
    color: #253D4E;
    cursor: pointer;
    font-size: 20px;
}

.ai-site-chat-close:hover {
    background: #253D4E;
    color: #fff;
}

.ai-site-chat-messages {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    overflow-y: auto;
    padding: 18px;
    background: #f7f8f9;
}

.ai-site-chat-empty {
    margin: auto;
    max-width: 280px;
    color: #7E7E7E;
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
}

.ai-site-chat-message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 86%;
}

.ai-site-chat-message.is-own {
    align-self: flex-end;
    align-items: flex-end;
}

.ai-site-chat-bubble {
    overflow-wrap: anywhere;
    padding: 11px 13px;
    border: 1px solid #ececec;
    border-radius: 16px 16px 16px 5px;
    background: var(--ai-site-chat-bubble-in-bg, #fff);
    color: var(--ai-site-chat-bubble-in-text, #253D4E);
    font-size: 14px;
    line-height: 1.45;
    white-space: pre-line;
}

.ai-site-chat-message.is-own .ai-site-chat-bubble {
    border-color: var(--ai-site-chat-bubble-out-bg, #3BB77E);
    border-radius: 16px 16px 5px 16px;
    background: var(--ai-site-chat-bubble-out-bg, #3BB77E);
    color: var(--ai-site-chat-bubble-out-text, #fff);
}

.ai-site-chat-bubble a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ai-site-chat-attachment-image,
.ai-site-chat-attachment-file,
.ai-site-chat-attachment-audio {
    display: block;
    margin-top: 8px;
}

.ai-site-chat-attachment-image img {
    display: block;
    width: min(220px, 100%);
    max-height: 180px;
    border-radius: 12px;
    object-fit: cover;
}

.ai-site-chat-attachment-audio audio {
    width: min(260px, 100%);
}

.ai-site-chat-attachment-file {
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(59, 183, 126, 0.1);
}

.ai-site-chat-meta {
    margin-top: 4px;
    color: #adadad;
    font-size: 11px;
    line-height: 1.3;
}

.ai-site-chat-message.is-own .ai-site-chat-meta {
    text-align: right;
}

.ai-site-chat-guest {
    padding: 16px 18px;
    border-top: 1px solid #ececec;
    background: #fff;
}

.ai-site-chat-typing {
    padding: 8px 18px;
    border-top: 1px solid #ececec;
    background: #fff;
    color: #7E7E7E;
    font-size: 13px;
}

.ai-site-chat-guest-title {
    color: #253D4E;
    font-size: 17px;
    font-weight: 700;
}

.ai-site-chat-guest-text {
    margin-top: 3px;
    color: #7E7E7E;
    font-size: 13px;
    line-height: 1.4;
}

.ai-site-chat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.ai-site-chat-grid label {
    display: grid;
    gap: 5px;
    margin: 0;
    color: #253D4E;
    font-size: 12px;
    font-weight: 700;
}

.ai-site-chat-grid label:first-child,
.ai-site-chat-grid .ai-site-chat-password {
    grid-column: 1 / -1;
}

.ai-site-chat-grid input,
.ai-site-chat-composer textarea {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    color: #253D4E;
    font: inherit;
    outline: none;
}

.ai-site-chat-grid input {
    min-height: 42px;
    padding: 9px 11px;
}

.ai-site-chat-grid input:focus,
.ai-site-chat-composer textarea:focus {
    border-color: #3BB77E;
    box-shadow: 0 0 0 3px rgba(59, 183, 126, 0.14);
}

.ai-site-chat-guest-error {
    margin-top: 10px;
    color: #b42318;
    font-size: 13px;
    line-height: 1.4;
}

.ai-site-chat-submit {
    width: 100%;
    min-height: 42px;
    margin-top: 12px;
    border: 0;
    border-radius: 10px;
    background: var(--ai-site-chat-action-bg, #3BB77E);
    color: var(--ai-site-chat-action-text, #fff);
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.ai-site-chat-composer {
    display: grid;
    gap: 10px;
    padding: 14px 18px 18px;
    border-top: 1px solid #ececec;
    background: #fff;
}

.ai-site-chat-composer-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    min-width: 0;
}

.ai-site-chat-tools {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
}

.ai-site-chat-tools-menu {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ai-site-chat-composer textarea {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 44px;
    max-height: 120px;
    padding: 10px 13px;
    resize: none;
}

.ai-site-chat-composer textarea:disabled {
    background: #F2F3F4;
    color: #adadad;
    cursor: not-allowed;
}

.ai-site-chat .ai-site-chat-composer button,
.ai-site-chat .ai-site-chat-tool {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    flex: 0 0 auto;
    border: 0;
    border-radius: 50%;
    background: var(--ai-site-chat-action-bg, #3BB77E);
    color: var(--ai-site-chat-action-text, #fff);
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.ai-site-chat .ai-site-chat-tool {
    border: 1px solid rgba(59, 183, 126, 0.2);
    background: rgba(59, 183, 126, 0.1);
    color: var(--ai-site-chat-action-bg, #3BB77E);
}

.ai-site-chat-tools-toggle.ai-site-chat-tool {
    display: none;
}

.ai-site-chat-send {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 50%;
}

.ai-site-chat-tool.is-recording,
.ai-site-chat-tool.is-recording:hover,
.ai-site-chat-tool.is-recording:focus {
    border-color: #dc2626;
    background: #dc2626;
    color: #fff;
}

.ai-site-chat-composer button:hover,
.ai-site-chat-tool:hover {
    background: var(--ai-site-chat-launcher-hover-bg, #29A56C);
    color: var(--ai-site-chat-action-text, #fff);
    transform: translateY(-1px);
}

.ai-site-chat-composer.is-sending {
    opacity: 0.72;
    pointer-events: none;
}

.ai-site-chat-attachment {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #7E7E7E;
    font-size: 13px;
    line-height: 1.35;
}

.ai-site-chat-attachment span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ai-site-chat-attachment button {
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #3BB77E;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ai-site-chat-camera-modal {
    position: fixed;
    inset: 0;
    z-index: 10040;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(37, 61, 78, 0.62);
}

.ai-site-chat-camera-modal.is-open {
    display: flex;
}

.ai-site-chat-camera-panel {
    width: min(760px, 96vw);
    overflow: hidden;
    border-radius: 14px;
    background: #111827;
    box-shadow: 0 26px 70px rgba(37, 61, 78, 0.34);
}

.ai-site-chat-camera-panel video {
    display: block;
    width: 100%;
    max-height: 70vh;
    background: #000;
}

.ai-site-chat-camera-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 12px;
}

.ai-site-chat-camera-actions button {
    min-height: 38px;
    padding: 8px 13px;
    border: 0;
    border-radius: 9px;
    background: #F2F3F4;
    color: #253D4E;
    font-weight: 700;
}

.ai-site-chat-camera-actions button:last-child {
    background: #3BB77E;
    color: #fff;
}

.ai-site-chat-open {
    overflow: hidden;
}

.ai9-card-order-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.ai9-card-order-buttons button.add {
    border: 0;
    cursor: pointer;
    white-space: nowrap;
}

.ai9-card-order-buttons .btn {
    border: 0;
    cursor: pointer;
    white-space: nowrap;
}

.ai9-card-order-buttons-full {
    margin-top: 10px;
    justify-content: stretch;
}

.ai9-card-order-buttons-full > .btn,
.ai9-card-order-buttons-full > a.btn {
    width: 100%;
}

.ai9-card-order-buttons-inline {
    display: inline-flex;
    vertical-align: middle;
}

.product-card-bottom .ai9-deal-order-buttons {
    display: block;
    flex: 0 0 auto;
    text-align: right;
}

.product-card-bottom .ai9-deal-order-buttons button.add {
    border: 0;
    cursor: pointer;
}

.ai-public-filters .ai-public-range + .ai-public-range,
.ai-public-filters .ai-public-range + .list-group,
.ai-public-filters .list-group + .ai-public-range,
.ai-public-filters .list-group + .list-group {
    margin-top: 24px;
}

.ai-public-filters .price-filter {
    margin-top: 16px;
    margin-bottom: 18px;
}

.ai9-public-filter-preview {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    padding-bottom: 120px;
    background: #fff;
}

.ai9-public-filter-preview__config {
    display: block;
}

.ai9-public-filter-preview__body {
    display: grid;
    gap: 12px;
}

.ai9-public-filter-preview__line,
.ai9-public-filter-preview__range {
    height: 4px;
    border-radius: 999px;
    background: #e2e9e1;
}

.ai9-public-filter-preview__line {
    width: 72%;
}

.ai9-public-filter-preview__line--short {
    width: 46%;
    margin-top: 6px;
}

.ai9-public-filter-preview__range {
    position: relative;
    margin: 8px 0 4px;
    background: linear-gradient(90deg, #3BB77E 0 68%, #d8ded7 68% 100%);
}

.ai9-public-filter-preview__range::before,
.ai9-public-filter-preview__range::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #3BB77E;
    transform: translateY(-50%);
}

.ai9-public-filter-preview__range::before {
    left: 18%;
}

.ai9-public-filter-preview__range::after {
    left: 68%;
}

.ai9-public-filter-preview__row {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #253D4E;
    font-size: 14px;
}

.ai9-public-filter-preview__row span {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #c7d0c7;
    background: #fff;
}

.ai9-public-filter-preview__row--child {
    padding-left: 24px;
    color: #7E7E7E;
    font-size: 13px;
}

.ai9-public-filter-preview__row em {
    font-style: normal;
}

.ai-public-category-filter .list-group-item {
    padding: 0;
    border: 0;
}

.ai-public-category-option {
    position: relative;
    margin-top: 8px;
}

.ai-public-category-option.ai-public-category-has-children label span {
    font-weight: 600;
}

.ai-public-category-option.is-indeterminate .form-check-input {
    border-color: #3BB77E;
    background-color: #3BB77E;
}

.ai-public-category-option.is-indeterminate .form-check-input::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
}

.ai-public-category-option.ai-public-category-context label span {
    color: #253D4E;
}

.ai-public-category-level-1 {
    padding-left: 16px;
}

.ai-public-category-level-2 {
    padding-left: 32px;
}

.ai-public-category-level-3 {
    padding-left: 48px;
}

.ai-public-category-level-4,
.ai-public-category-level-5 {
    padding-left: 64px;
}

.ai-public-filters.price_range {
    overflow: hidden;
    background: #fff;
    min-height: 360px;
    padding-bottom: 120px;
}

.ai-public-filters .price-filter-inner > .d-flex {
    margin-top: 20px;
}

.ai-public-filters .price-filter-inner .caption {
    white-space: nowrap;
}

.ai-public-filter-actions {
    display: block;
    margin-top: 20px;
}

.ai-public-filter-actions .btn {
    margin: 0;
}

.ai-public-filter-actions a {
    display: block;
    width: max-content;
    margin-top: 10px;
}

.ai-public-filter-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    pointer-events: auto;
}

.ai-public-filter-image img {
    display: block;
    width: 100%;
    height: auto;
}

.ai-order-pricing-notices {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.ai-order-pricing-notice {
    border: 1px solid #d6f0e3;
    border-radius: 8px;
    background: #f5fff9;
    color: #17613c;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.ai-order-pricing-notice.is-login {
    border-color: #cfe4ff;
    background: #f3f8ff;
    color: #1f4f8f;
}

.ai-order-pricing-notice.is-listino,
.ai-order-pricing-notice.is-price {
    border-color: #d8efe9;
    background: #f4fbf9;
    color: #234d48;
}

.ai-order-pricing-notice.is-discount {
    border-color: #f2e0b8;
    background: #fffaf0;
    color: #7a4c0f;
}

.ai-order-pricing-notice.is-gift {
    border-color: #bce8cf;
    background: #f1fff6;
    color: #17613c;
}

@media (max-width: 991px) {
    .ai-cookie-banner {
        grid-template-columns: 1fr;
    }

    .ai-cookie-banner-actions,
    .ai-cookie-panel-footer {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    :root {
        --ai-site-chat-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
        --ai-site-chat-launcher-height: 50px;
        --ai-floating-gap: 12px;
    }

    .ai-cookie-banner {
        right: 12px;
        bottom: calc(var(--ai-site-chat-bottom) + var(--ai-site-chat-launcher-height) + var(--ai-floating-gap));
        left: 12px;
        z-index: 10025;
        max-height: calc(100svh - var(--ai-site-chat-bottom) - var(--ai-site-chat-launcher-height) - (var(--ai-floating-gap) * 3));
        overflow-y: auto;
        padding: 18px;
    }

    .ai-cookie-banner-actions,
    .ai-cookie-panel-footer {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ai-cookie-btn {
        width: 100%;
    }

    .ai-cookie-overlay {
        padding: 12px;
    }

    .ai-cookie-panel {
        padding: 20px;
    }

    .ai-cookie-panel-header h2 {
        font-size: 28px;
    }

    .ai-cookie-category {
        grid-template-columns: 1fr;
    }

    .ai-site-chat-launcher {
        right: 14px;
        bottom: var(--ai-site-chat-bottom);
        min-height: 50px;
        padding: 9px 14px 9px 9px;
        font-size: 14px;
    }

    .ai-site-chat-launcher-icon {
        width: 34px;
        height: 34px;
    }

    .ai-site-chat-panel {
        width: 100vw;
    }

    .ai-site-chat-header,
    .ai-site-chat-messages,
    .ai-site-chat-composer {
        padding-right: 14px;
        padding-left: 14px;
    }

    .ai-site-chat-composer-row {
        gap: 6px;
    }

    .ai-site-chat-tools-toggle.ai-site-chat-tool {
        display: inline-flex;
    }

    .ai-site-chat-tools-menu {
        position: absolute;
        left: 0;
        bottom: calc(100% + 8px);
        z-index: 3;
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        padding: 7px;
        border: 1px solid #ececec;
        border-radius: 999px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(37, 61, 78, 0.16);
    }

    .ai-site-chat-tools.is-tools-open .ai-site-chat-tools-menu {
        display: flex;
    }

    .ai-site-chat-tool {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .ai-site-chat-send {
        width: 40px;
        height: 40px;
    }

    .ai-site-chat-composer textarea {
        min-height: 42px;
        padding: 9px 11px;
    }

    .ai-site-chat-bubble,
    .ai-site-chat-meta {
        max-width: 100%;
    }

    .ai-cookie-preference-link {
        left: 12px;
        bottom: 12px;
        max-width: min(180px, calc(100vw - 238px));
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.ai-category-carousel-image {
    width: 80px;
    height: 100px;
    object-fit: contain;
}

.ai-promo-banner-image {
    height: auto;
}

.ai-products-tabs-image {
    height: auto;
}

.ai-best-sales-image {
    height: auto;
}

.banner-img.style-2.ai-best-sales-banner {
    height: 100%;
}

.ai-products-columns-image {
    height: auto;
}

.ai-deals-countdown-image {
    height: auto;
}

.ai-footer-feature-icon {
    height: auto;
}

.ai-about-intro-image {
    height: auto;
}

.ai-about-performance-image {
    height: auto;
}

.ai-page-contact-image {
    height: auto;
}

.ai-shop-grid-image {
    height: auto;
}

.ai-shop-product-image {
    height: auto;
}

.ai-footer-bottom-icon {
    height: auto;
}

.logo.logo-width-1 a img,
.mobile-header-logo a img {
    height: auto;
}

@media only screen and (min-width: 1025px) {
    .home-slider .hero-slider-1.style-4 .single-hero-slider .slider-content {
        width: 48%;
        max-width: 760px;
    }
}
