img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}/* developed by web-premium.ir */

.hmyt-dashboard-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    direction: rtl;
    position: relative
}

.hmyt-tabs-nav {
    display: flex;
    border-radius: 3px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none;
    border: 1px solid #e5e7eb;
    margin-bottom: 20px;
    background: #f9fafb;
    box-shadow: 0 5px 10px rgba(0,0,0,.007)
}

.hmyt-tabs-nav::-webkit-scrollbar {
    display: none
}

.hmyt-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 5px;
    flex: 1;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    background: #f9fafb;
    transition: .3s;
    font-weight: 500
}

.hmyt-tab svg {
    margin-left: 4px;
    width: 18px;
    height: 18px
}

@media screen and (max-width: 768px) {
    .hmyt-tab {
        padding:8px 12px;
        margin: 0 4px;
        font-size: 13px;
        border-radius: 6px
    }

    .hmyt-tab svg {
        margin-left: 6px;
        width: 16px;
        height: 16px
    }
}

@media screen and (max-width: 480px) {
    .hmyt-tab {
        padding:6px 10px;
        font-size: 12px
    }

    .hmyt-tab svg {
        width: 14px;
        height: 14px
    }
}

.hmyt-tab-active {
    background: #fff;
    font-weight: 700!important;
    color: #ff4f5d!important;
    border-bottom: 2px solid #ff4f5d;
    box-shadow: 0 3px 10px rgb(0 0 0 / 7%)
}

.hmyt-dashboard-wrapper.hidden,.hmyt-numbers.hidden,.hmyt-tab-content,.sidebar-wrapper.hidden {
    display: none
}

.hmyt-tab-content-active,hr {
    display: block
}

.hmyt-box {
    background: #f9fafb;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    flex: 1;
    min-width: 120px
}

.hmyt-stats-boxes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px
}

.hmyt-dashboard-wrapper > div .hmyt-btn {
    background: #ff4f5d;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer
}

body.dark .hmyt-dashboard-wrapper > div .hmyt-btn {
    background: #414150;
}

.hmyt-btn:disabled {
    background: #d1d5db
}

.hmyt-btn-copy {
    background: #6b7280;
    margin-right: 10px
}

.hmyt-btn-secondary {
    background: #4b5563;
    font-weight: 600;
    margin-left: 10px
}

.hmyt-btn-withdraw {
    margin-bottom: 10px
}

.hmyt-form input,.hmyt-modal input,.hmyt-modal select {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px
}

.hmyt-list {
    list-style: none;
    padding-left: 0
}

.hmyt-alert {
    border: 1px solid #ccc;
    display: flex;
    padding: 5px 11px;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px
}

a#hmyt-open-bank-modal,a#hmyt-open-telegram-modal {
    color: #8ca6ad;
    position: relative;
    font-size: 12px;
    transition: transform .2s;
    cursor: pointer
}

a.save-bank#hmyt-open-bank-modal {
    color: #ff4f5d;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    transition: transform .2s
}

.hmyt-alert-error {
    background: #f1e9ec;
    color: #ff4f5d!important;
    border-color: #ff4f5d;
    margin-top: 10px
}

.hmyt-alert-success {
    background: rgba(37,177,213,.12);
    color: #25b1d5!important;
    border-color: #63c6df
}

.hmyt-alert-success-bank {
    background: rgb(135 246 183 / 12%);
    color: #25d56a!important;
    border-color: #87dc97
}

.hmyt-alert-tel {
    background: #eff2f7;
    color: #54667a!important;
    border-color: #54667a
}

.hmyt-alert-warning {
    background: #fff7ed;
    color: #92400e
}

.hmyt-copy-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px
}

.hmyt-description {
    color: #6b7280;
    font-size: 14px
}

.hmyt-products-list-row {
    display: flex;
    flex-direction: column;
}

.hmyt-product-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f4f4f4;
    border-bottom: solid 8px #f4f4f4;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.04);
    gap: 15px;
    flex-wrap: wrap
}

.hmyt-product-thumb-row {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0
}

.flex-1,.hmyt-product-info {
    flex: 1
}

.hmyt-product-title {
    font-weight: 700;
    color: #334155;
    text-decoration: none;
    font-size: 16px
}

.hmyt-product-link {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 230px;
    flex-wrap: nowrap
}

.hmyt-product-link input {
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px
}

.hmyt-modal-content {
    background: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: relative;
    animation: .3s ease-out zoomIn;
}

.hmyt-message-error,.hmyt-message-success {
    margin-top: 10px;
}

@keyframes zoomIn {
    from {
        transform: scale(.8);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.hmyt-modal-close {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 24px;
    cursor: pointer
}

.hmyt-copy-icon,.hmyt-reset-clicks {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.hmyt-message-success {
    color: #10b981
}

.hmyt-message-error {
    color: #991b1b
}

.hmyt-copy-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 14px;
    opacity: .8;
    transition: transform .2s;
    color: #5b667a
}

.hmyt-copy-icon:hover {
    opacity: 1
}

.panel-box-item {
    background: #f9fafb;
    padding: 15px;
    border-radius: 8px
}

.hmyt-input-text {
    width: 100%;
    padding: 10px;
    border: 1px solid #d1d5db!important;
    border-radius: 10px;
    font-size: 14px
}

.transaction-item,.withdraw-head {
    padding: 15px;
    background: #f9fafb;
    border-radius: 8px
}

.transaction-item {
    margin-bottom: 10px
}

.transaction-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.transaction-head-price {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500
}

.transaction-head-price svg {
    width: 20px;
    height: 20px
}

.transaction-head-product {
    color: #1f2937;
    text-decoration: none;
    font-size: 14px;
    gap: 8px
}

.transaction-info-time {
    font-size: 12px;
    color: #6b7280
}

.hmyt-status,.withdraw-btn {
    font-size: 14px;
    font-weight: 600
}

.withdraw-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.withdraw-btns {
    gap: 10px
}

.withdraw-btn {
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    background: #edeff2;
    color: #737b85;
    transition: .2s
}

.withdraw-btn:hover {
    background: #d0d4dc
}

.withdraw-btn.primary {
    background: #54667a;
    color: #fff!important;
    transition: .2s
}

.withdraw-btn.primary:hover {
    background: #415266
}

.select-none {
    user-select: none
}

.dt-prmum {
    display: flex;
    flex-direction: column;
    align-items: center
}

.hmyt-status.pending {
    color: #35b5fd
}

.hmyt-status.completed {
    color: #43d343
}

.hmyt-status.canceled {
    color: #9f9f9f
}

.sidebar-wrapper.sidebar-developer {
    background: #eff3f8;
    display: flex;
    gap: 10px;
    padding: 15px;
    border-radius: 20px;
    margin: 15px 0;
    text-align: right;
    flex-direction: column;
}

.aff-title {
    font-weight: 700;
    font-size: 16px
}

.aff-icon {
    width: 24px;
    height: 24px;
    background: #ffb1002e!important;
    color: #ffb100!important;
    border-radius: 7px;
    margin-left: 6px;
    animation: 2s linear infinite alternate affAnimate
}

.hmyt-skeleton-aff,.hmyt-skeleton-aff-tab-item {
    animation: 1.2s ease-in-out infinite skeleton-loading
}

.aff-contents {
    font-size: 14px;
    color: #4b5563;
}

.sidebar-developer-shop {
    font-size: 14px;
    color: #54667a!important;
    font-weight: 500;
    border-radius: 0 0 8px 8px;
    transition: .2s;
    border-top: 1px solid #efefef;
    background: 0 0;
    padding: 12px 0;
}

.flex {
    display: flex
}

.flex-c {
    flex-direction: column
}

.flex-r {
    flex-direction: row
}

.flex-icenter {
    align-items: center
}

.flex-center {
    justify-content: center
}

.flex-wrap {
    flex-wrap: wrap
}

.ltr {
    direction: ltr
}

@media (max-width: 768px) {
    .withdraw-head {
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        gap: 15px;
        background: #f9fafb;
        border-radius: 8px;
        margin-bottom: 20px;
        flex-direction: column
    }
}

hr {
    width: 100%;
    height: 1px;
    border: none;
    background: rgb(137 137 137 / 10%);
    margin: 15px 0
}

.hmyt-clicks-box {
    position: relative
}

.hmyt-reset-clicks {
    background: 0 0;
    border: none;
    position: absolute;
    left: 10px;
    padding: 0
}

.hmyt-reset-clicks:hover svg path {
    stroke: #ff4f5d
}

.hmyt-reset-clicks[title]:hover:after {
    content: attr(title);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10
}

.hmyt-reset-clicks[title]:hover:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: #333;
    z-index: 10
}

.hmyt-btn:disabled {
    opacity: .7;
    cursor: not-allowed;
    background-color: #ccc!important
}

.telegram-settings-box {
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e0e0e0
}

.telegram-settings-box strong {
    display: block;
    margin-bottom: 10px;
    font-size: 15px
}

.telegram-settings-box label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    cursor: pointer
}

.telegram-settings-box input[type=text] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px
}

.hmyt-form small,.telegram-settings-box small {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 5px
}

.hmyt-form label {
    display: block;
    margin-top: 15px;
    font-weight: 600
}

.hmyt-form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 80px
}

.hmyt-telegram-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: background .2s
}

.hmyt-telegram-checkbox:hover {
    background: #f0f0f0
}

.hmyt-telegram-checkbox input[type=checkbox] {
    width: 18px;
    height: 18px;
    accent-color: #ff4f5d;
    cursor: pointer
}

.hmyt-telegram-checkbox span {
    font-size: 14px;
    color: #333
}

#telegram-token-wrapper input[type=text] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px
}

#hmyt-telegram-modal .hmyt-modal-content {
    max-width: 450px
}

#hmyt-telegram-modal small {
    display: block;
    color: #666;
    font-size: 13px;
    margin-top: 5px
}

.hmyt-blocked-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 61%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    backdrop-filter: blur(3px)
}

.hmyt-skeleton-aff,.hmyt-skeleton-aff-wrapper {
    position: relative;
    overflow: hidden
}

.hmyt-blocked-message {
    background: #fff0f1;
    border: 1px solid #ff4f5d;
    color: #ff4f5d;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    ;font-size: 15px;
    line-height: 1.6;
    font-weight: 600
}

.hmyt-switch-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,.05)
}

.hmyt-switch-label {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.hmyt-switch-label small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-top: 5px
}

.hmyt-switch-toggle {
    display: flex;
    background: #ececec;
    border-radius: 6px
}

.hmyt-switch-item {
    padding: 1px 7px;
    font-size: 12px;
    font-weight: 600;
    color: #9e9e9e;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap
}

.hmyt-switch-item:hover {
    background: #ddd;
    color: #6b7280
}

.hmyt-switch-item.item-selected.item-active {
    background: #49dc4f;
    color: #fff;
    box-shadow: 0 0 0 1px #49dc4f,0 5px 10px rgba(0,0,0,.13)
}

.hmyt-switch-item.item-selected.item-deactive {
    background: #ff5d4e;
    color: #fff;
    box-shadow: 0 0 0 1px #ff5d4e,0 5px 10px rgba(0,0,0,.13)
}

.hmyt-skeleton-aff {
    background: linear-gradient(90deg,#e2e8f0 25%,#d1d9e6 50%,#e2e8f0 75%);
    background-size: 200% 100%;
    border-radius: 10px
}

.hmyt-skeleton-aff::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.2);
    animation: 2s ease-in-out infinite pulse
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0
    }

    100% {
        background-position: -200% 0
    }
}

@keyframes pulse {
    0%,100% {
        opacity: 0
    }

    50% {
        opacity: .3
    }
}

.hmyt-skeleton-aff-tab {
    display: flex;
    gap: 12px;
    margin-bottom: 24px
}

.hmyt-skeleton-aff-tab-item {
    width: 110px;
    height: 44px;
    background: linear-gradient(90deg,#e2e8f0 25%,#d1d9e6 50%,#e2e8f0 75%);
    background-size: 200% 100%;
    border-radius: 12px
}

.hmyt-skeleton-aff-box,.hmyt-skeleton-aff-input,.hmyt-skeleton-aff-text {
    width: 100%;
    margin-bottom: 12px
}

.hmyt-skeleton-aff-box {
    height: 70px;
    border-radius: 12px
}

.hmyt-skeleton-aff-text {
    height: 24px;
    border-radius: 8px
}

.hmyt-skeleton-aff-input {
    height: 48px;
    border-radius: 12px
}

.hmyt-skeleton-aff-product-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px
}

.hmyt-skeleton-aff-product-thumb {
    width: 90px;
    height: 90px;
    border-radius: 12px
}

.hmyt-skeleton-aff-product-title {
    width: 65%;
    height: 24px;
    border-radius: 8px
}

.hmyt-skeleton-aff-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px
}

.notice-hmyt-warning {
    border: 1px solid #25b1d5;
    background-color: #25b1d51f;
    color: #25b1d5;
    font-weight: 500
}

.notice-hmyt-success {
    border: 1px solid #3dbf5e;
    background-color: #cbffd747;
    font-weight: 500;
    color: #3dbf5e
}

.notice-hmyt-error {
    border: 1px solid #ff4f5d;
    background-color: #ffcbcf17;
    color: #ff4f5d;
    font-weight: 500
}

.notice-alt,.notice-badge-error {
    color: #fff;
    border-radius: 25px;
    gap: 6px;
    display: flex
}

.notice-alt {
    padding: 4px 8px;
    font-weight: 600!important;
    justify-content: center;
    align-items: center
}

.notice-badge-warning {
    background-color: #25b1d5
}

.notice-badge-success {
    background-color: #3dbf5e;
    background-size: 100%
}

.notice-badge-error {
    background-color: #ff4f5d;
    padding: 1px 8px;
    font-weight: 600;
    justify-content: center;
    align-items: center
}

.notice-hmyt {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 10px;
    margin: 0
}

.coupon-creator-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-end;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #f9fafb;
    margin-top: 15px;
}

.coupon-creator-form .form-group {
    flex: 1 1 200px;
}

.coupon-creator-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.coupon-creator-form input {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
}

.coupon-creator-form .submit-group {
    flex-basis: 100%;
    text-align: left;
    margin-top: 10px;
}

.coupon-list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 2px;
    border-bottom: 7px solid #eee;
}

.coupon-list-item:last-child {
    border-bottom: none;
}

.coupon-code-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.coupon-code {
    font-family: monospace;
    background: #eef;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #4353ff;
    border: 1px dashed #c1c8ff;
}

.coupon-code-wrapper:hover .coupon-code {
    background: #e0e5ff;
}

.coupon-details {
    font-size: 14px;
    color: #555;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.coupon-details span {
    padding: 3px 8px;
    border-radius: 8px;
    border: 1px solid #cccc;
    font-size: 12px;
}

.coupon-delete-btn {
    color: #ff4f5d;
    border: 1px solid #ff4f5d;
    padding: 2px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
}

.coupon-delete-btn:hover {
    background: #fde0e3;
}

.mediabtn {
    vertical-align: middle !important;
    border: 1px solid #ff4f5d !important;
    background: #fff !important;
    border-radius: 4px !important;
    color: #ff4f5d !important;
    font-weight: 500 !important;
    padding: 0px 3px !important;
    font-size: 13px !important;
    cursor: pointer !important;
    position: absolute !important;
    top: 10px;
    right: 9px;
}

.mediabtn:hover {
    background-color: #ffe3e5 !important;
    transition: .2s
}

.hmyt-dashboard-wrapper {
    text-align: right;
}

.hmyt-dashboard-wrapper > div {
    line-height: normal;
}

form#hmyt-bank-form > label {
    margin: 10px 0 10px 0 !important;
}

.hmyt-copy-link-wrapper {
    position: relative;
    width: 100%;
}

.hmyt-input-text.hmyt-affiliate-link-input {
    display: block !important;
    border: 1px solid #d1d5db !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 15px !important;
    padding: 10px 15px !important;
    margin: 0 !important;
    border-radius: 10px;
    color: #4b5563 !important;
    background: #fff;
    width: 100% !important;
    padding-right: 45px !important;
    text-align: left;
    direction: ltr;
    box-sizing: border-box;
}

.hmyt-copy-icon-svg {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.7;
    width: 18px;
    height: 18px;
    color: #4b5563;
}

.hmyt-copy-icon-svg:hover {
    opacity: 1;
}

.hmyt-modal-close {
    display: flex;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease
}

.hmyt-modal-close:hover {
    opacity: 0.7;
}

.hmyt-modal-close svg {
    background: #e1e1e1;
    border-radius: 50px;
    padding: 5px;
    width: 24px;
    height: 24px;
}

.hmyt-modal:before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(1px);
    z-index: -1;
}

.hmyt-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000029;
}
.hmyt-product-row:last-child {
    border-bottom: 1px solid #f4f4f4;
}

.hmyt-product-row > .panel-box-item {
    background: transparent;
}

body.dark .hmyt-dashboard-wrapper,
body.dark .hmyt-modal-content {
    background: #262631;
    color: #e5e7eb;
}

body.dark .hmyt-box,
body.dark .panel-box-item,
body.dark .transaction-item,
body.dark .withdraw-head,
body.dark .sidebar-wrapper.sidebar-developer,
body.dark .coupon-creator-form,
body.dark .telegram-settings-box,
body.dark .hmyt-switch-container {
    background: #353542;
    border-color: #414150;
    color: #e5e7eb;
}

body.dark .hmyt-tabs-nav {
    background: #353542;
    border-color: #414150;
}

body.dark .hmyt-tab {
    background: #353542;
    color: #9ca3af;
}

body.dark .hmyt-tab-active {
    background: #262631;
    color: #ff4f5d !important;
    border-bottom-color: #ff4f5d;
}

body.dark input, 
body.dark select, 
body.dark textarea,
body.dark .hmyt-form input,
body.dark .hmyt-product-link input,
body.dark .hmyt-input-text.hmyt-affiliate-link-input,
body.dark #telegram-token-wrapper input[type=text] {
    background: #262631 !important;
    border-color: #414150 !important;
    color: #fff !important;
}

body.dark .hmyt-product-row {
    background: #353542;
    border-color: #262631;
    border-bottom-color: #262631;
    color: #e5e7eb;
}

body.dark .hmyt-product-row:last-child {
    border-bottom-color: #262631;
}

body.dark .hmyt-product-title,
body.dark .aff-title,
body.dark .transaction-head-product,
body.dark .coupon-creator-form label,
body.dark .hmyt-switch-label {
    color: #fff;
}

body.dark .hmyt-description,
body.dark .aff-contents,
body.dark .transaction-info-time,
body.dark .coupon-details,
body.dark .hmyt-copy-icon-svg {
    color: #9ca3af !important;
}

body.dark .withdraw-btn,
body.dark .hmyt-btn-secondary,
body.dark .coupon-delete-btn,
body.dark .mediabtn {
    background: #262631 !important;
    border-color: #414150 !important;
    color: #ccc;
}

body.dark .withdraw-btn:hover,
body.dark .coupon-delete-btn:hover,
body.dark .mediabtn:hover {
    background: #414150 !important;
    color: #fff;
}

body.dark .coupon-list-item {
    border-bottom-color: #262631;
}

body.dark .coupon-code {
    background: #262631;
    border-color: #414150;
    color: #fff;
}

body.dark .hmyt-telegram-checkbox {
    background: #353542;
}
body.dark .hmyt-telegram-checkbox:hover {
    background: #414150;
}
body.dark .hmyt-telegram-checkbox span {
    color: #fff;
}

body.dark hr {
    background: #414150;
}

body.dark .sidebar-developer-shop {
    border-top-color: #414150;
    color: #9ca3af !important;
}

body.dark .hmyt-modal-close svg {
    background: #414150;
    fill: #ccc;
}

body.dark .hmyt-switch-toggle {
    background: #262631;
}

body.dark .hmyt-switch-item:hover {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

body.dark .hmyt-alert {
    background: #262631;
    border-color: #414150;
}

.hmyt-product-stats {
    font-size: 13px;
    color: #54667a;
    margin-top: 5px;
}

body.dark .hmyt-switch-label > small {
    color: #caccd1;
}

div#hmyt-bank-info-display {
    margin-top: 10px;
    padding: 10px;
    background: #f9fafb;
    border-radius: 8px;
}

body.dark div#hmyt-bank-info-display {
    background: #353542;
}


.transaction-head-product > a.hmyt-affiliate-product-link {
    font-size: 14px;
    color: #54667a;
    text-decoration: none;
}

body.dark .hmyt-affiliate-product-link {
    color: #e5e7eb;
}

.hmyt-alert-success-bank > a.hmyt-tab-link-js {
    color: #25d56a;
}

div#hmyt-user-coupons-list {
    padding-top: 10px;
}

body.dark .coupon-code:hover {
    background: #353542;
}

body.dark .hmyt-product-stats {
    color: #e5e7eb;
}

.sidebar-wrapper.sidebar-developer > .panel-box-item {
    padding: 0;
}

body.dark .aff-title span {
    color: #fff;
}


.sidebar-developer.hidden,
.sidebar-wrapper.hidden {
    display: none !important;
}/* developed by web-premium.ir */

button#hmyt-ai-save-fake-reviews-btnوbutton#hmyt-ai-keyword-btn,#hmyt-bulk-toggle-btn,button#hmyt-ai-generate-fake-reviews-btn,button#hmyt-ai-delete-description-summary,button#hmyt-ai-delete-post-content-summary,button#hmyt-ai-delete-post-review-summary,button#hmyt-ai-delete-review-summary,button#hmyt-ai-summarize-description-btn,button#hmyt-ai-summarize-description-btn-initial,button#hmyt-ai-summarize-post-content-btn,button#hmyt-ai-summarize-post-content-btn-initial,button#hmyt-ai-summarize-post-reviews-btn,button#hmyt-ai-summarize-post-reviews-btn-initial,button#hmyt-ai-summarize-reviews-btn,button#hmyt-ai-summarize-reviews-btn-initial{background-color:#0f3072;color:#fff;padding:6px 16px;border:none;border-radius:5px;cursor:pointer;font-size:14px;display:flex;gap:5px;align-content:center;flex-direction:row;align-items:center;justify-content:center}.hmyt-ai-no-description-summary,.hmyt-ai-no-review-summary{display:flex;flex-direction:column;align-items:center;align-content:center;justify-content:center}button#hmyt-ai-delete-description-summary:hover,button#hmyt-ai-delete-post-content-summary:hover,button#hmyt-ai-delete-post-review-summary:hover,button#hmyt-ai-delete-review-summary:hover,button#hmyt-ai-summarize-description-btn-initial:hover,button#hmyt-ai-summarize-description-btn:hover,button#hmyt-ai-summarize-post-content-btn-initial:hover,button#hmyt-ai-summarize-post-reviews-btn-initial:hover,button#hmyt-ai-summarize-post-reviews-btn:hover,button#hmyt-ai-summarize-reviews-btn-initial:hover button#hmyt-ai-summarize-post-content-btn:hover,button#hmyt-ai-summarize-reviews-btn:hover{background-color:#121a27ba}.hmyt-ai-description-actions,.hmyt-ai-reviews-actions{display:flex;flex-direction:row;align-content:center;align-items:center;gap:8px;justify-content:flex-start;flex-wrap:wrap}.hmyt-ai-satisfaction-container{display:flex;flex-direction:row;align-content:center;align-items:center;gap:5px;margin:15px 0}.hmyt-ai-meta-box .nav-tab-wrapper{margin-bottom:15px}.hmyt-ai-meta-box .tab-content,.hmyt-ai-review-summary.hidden{display:none}.hmyt-ai-meta-box .tab-content.active{display:block}.hmyt-ai-editor-container textarea{width:100%;min-height:150px}.hmyt-ai-satisfaction-icons label{display:inline-block;margin-right:15px}.hmyt-ai-satisfaction-icons span{vertical-align:middle;margin-left:5px}.icon-happy{color:#4caf50}.icon-neutral{color:#ffc107}.icon-sad{color:#f44336}.hmyt-ai-pros-cons-container textarea{width:100%;min-height:80px}#ai-comment-description,#ai-comment-reviews{margin:30px 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05)}.satisfaction-container,.summary-header{display:flex;align-items:center;padding:15px 20px;border-bottom:1px solid #e6e7f4}.summary-icon{width:40px;height:40px;flex-shrink:0}.header-text{margin-right:15px}.header-text h3{margin:0;font-size:18px;color:#212529}.satisfaction-icon{width:32px;height:32px;margin-left:10px;flex-shrink:0}.satisfaction-text{display:flex;flex-direction:row;gap:5px}.satisfaction-text .percentage{font-size:18px;font-weight:700;color:#212529}.satisfaction-text .label{font-size:13px;color:#6c757d}.summary-content-container{position:relative;padding:20px;}.tail-icon{position:absolute;top:-16px;right:30px;width:22px;height:16px}.hmyt-ai-skeleton,.summary-content{position:relative}.summary-text{font-size:15px;font-weight:500;line-height:1.7;color:#495057;margin-bottom:20px;overflow:hidden;max-height:0;transition:max-height .6s ease-out} div.summary-text  p { font-size: 15px !important; line-height: 1.8 !important; } .disclaimer,.feedback-container,.pros-cons-container{display:none;opacity:0;transform:translateY(15px);transition:opacity .4s ease-out,transform .4s ease-out}.pros-cons-container.visible{display:flex;flex-direction:column;opacity:1;transform:translateY(0)}.disclaimer.visible{display:block;opacity:1;transform:translateY(0)}.feedback-container.visible{display:flex;opacity:1;transform:translateY(0)}.pros-cons-container{gap:15px;margin-bottom:15px}.cons-list,.pros-list{flex:1;display:flex;flex-wrap:wrap;gap:8px}.con-item,.pro-item{display:none;opacity:0;transform:translateY(10px);align-items:center;padding:5px 10px;border-radius:20px;font-size:13px;transition:opacity .3s ease-out,transform .3s ease-out}.con-item.visible,.pro-item.visible{display:inline-flex;opacity:1;transform:translateY(0)}.pro-item{background:rgba(40,167,69,.1);color:#3dbf5e}.con-item{background:rgba(220,53,69,.1);color:#ff4f5d}.con-item svg,.pro-item svg{margin-left:5px}.disclaimer{font-size:13px;color:#6c757d;text-align:left;margin-top:15px}.feedback-container{border-radius: 0 0 15px 15px; align-items:center;justify-content:space-between;padding:15px 20px;border-top:1px solid #e6e7f4}.feedback-question{font-size:15px;color:#212529}.feedback-buttons,.hmyt-ai-skeleton-feedback-buttons{display:flex;gap:10px}.feedback-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:0 0;border:1px solid #e6e7f4;cursor:pointer;transition:.2s}.stat-box.negative,.stat-box.percentage,.stat-box.positive,.stat-box.total{padding:4px 8px;border-radius:8px;color:#fff;font-weight:500}.summary-footer{padding:10px 20px;font-size:13px;color:#6c757d;text-align:left;background:#f8f9fa;border-top:1px solid #e6e7f4}.ai-title-cmnt{font-size:18px;font-weight:700}.feedback-stats{display:flex;gap:6px;flex-direction:row;justify-content:flex-start;align-items:center}.stat-box.positive{background:#49cd72}.stat-box.negative{background:#ff4f5d}.stat-box.total{background:#1f9dd2}.stat-box.percentage{background:#3b3b3b}.hmyt-ai-skeleton-wrapper{position:relative;overflow:hidden}.hmyt-ai-skeleton{background: linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:1.2s ease-in-out infinite ai-skeleton-loading;box-shadow:0 2px 8px rgba(0,0,0,.08);border-radius:10px;overflow:hidden}.hmyt-ai-skeleton::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.2);animation:2s ease-in-out infinite pulse}@keyframes ai-skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes pulse{0%,100%{opacity:0}50%{opacity:.3}}.hmyt-ai-skeleton-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.hmyt-ai-skeleton-lottie{width:60px;height:60px;border-radius:12px}.hmyt-ai-skeleton-header-container{display:flex;flex-direction:column;gap:10px!important}.hmyt-ai-skeleton-title{width:200px;height:24px;border-radius:8px}.hmyt-ai-skeleton-footer,.hmyt-ai-skeleton-subtitle{width:150px;height:18px;border-radius:8px}.hmyt-ai-skeleton-satisfaction{display:flex;align-items:center;gap:12px;margin-bottom:20px}.hmyt-ai-skeleton-satisfaction-icon{width:40px;height:40px;border-radius:50%}.hmyt-ai-skeleton-satisfaction-text{width:120px;height:24px;border-radius:8px}.hmyt-ai-skeleton-content{width:100%;height:100px;border-radius:12px;margin-bottom:12px}.hmyt-ai-skeleton-pros-cons{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.hmyt-ai-skeleton-pros-cons-item{display:flex;align-items:center;gap:8px}.hmyt-ai-skeleton-pros-cons-icon{width:20px;height:20px;border-radius:4px}.hmyt-ai-skeleton-pros-cons-text{width:80%;height:20px;border-radius:8px}.hmyt-ai-skeleton-disclaimer{width:60%;height:18px;border-radius:8px;margin-bottom:12px}.hmyt-ai-skeleton-feedback{display:flex;gap:12px;flex-direction:row;align-items:center;align-content:center;justify-content:space-between}.hmyt-ai-skeleton-feedback-question{width:50%;height:20px;border-radius:8px}.hmyt-ai-skeleton-feedback-button{width:40px;height:40px;border-radius:8px}.hmyt-ai-review-summary{opacity:0;transition:opacity .3s ease-in-out}.hmyt-ai-review-summary.visible{opacity:1}button.button.button-primary.hmyt-ai-generate-comment-response-btn{border-radius:7px!important;padding:1px 10px!important}strong.ai-generated{padding:0 9px;border-radius:4px;background:#fff077;font-size:12px!important;font-weight:600;color:#021959!important}.aff-title span{color:#2a3545}
.feedback-btn.like-btn.active svg {
    color: #49dc4f;
}
.feedback-btn.like-btn.active {
    color: #49dc4f;
    border: 1px solid;
    background: #f0fff0;
}
.feedback-btn.dislike-btn.active {
    color: #ff4f5d;
    border: 1px solid;
    background: #fff0f1;
}
.feedback-btn.dislike-btn.active svg {
    color: #ff4f5d;
}
.feedback-btn:hover {
    background: #f9f9f9;
    color: #47586b;
    border-color: #54667a54;
}

.summary-header {border-radius: 15px 15px 0 0;}
h3.ai-title-cmnt {
    margin: 5px !important;
}

h3.ai-title-cmnt {
    line-height: normal;
    padding: 0;
}

.header-text {
    line-height: normal;
}

.hmyt-ai-review-summary.visible {
    line-height: normal;
    border: 1px solid #e6e7f4;
    border-radius: 15px;
    background: #f5f6ff;
}

.hmyt-admin-modal {
    display: none; 
    position: fixed; 
    z-index: 100000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.5); 
    backdrop-filter: blur(2px);
}

.hmyt-admin-modal-content {
    background-color: #fefefe;
    margin: 10% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    max-width: 700px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    animation: hmyt-modal-slide-down 0.3s ease-out;
}

.hmyt-admin-modal-close {
    color: #aaa;
    position: absolute;
    top: 15px;
    left: 20px; 
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.hmyt-admin-modal-close:hover,
.hmyt-admin-modal-close:focus {
    color: #ff4f5d;
    text-decoration: none;
}

.hmyt-admin-modal-content h3 {
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #0f3072;
}

@keyframes hmyt-modal-slide-down {
    from { transform: translateY(-30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.hmyt-batch-status-wrapper #hmyt-batch-jobs-container { display: flex; flex-direction: column; gap: 15px; }
.hmyt-batch-job-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    gap: 10px 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
    flex-direction: row;
    justify-content: space-between;
}
.job-info {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.job-info strong { font-size: 14px; color: #1e293b; }
.job-info small { font-size: 12px; color: #64748b; }
.job-info .hmyt-status-badge { margin-top: 5px; align-self: flex-start; }
.job-progress { grid-column: 2 / 4; grid-row: 1 / 2; }
.job-stats {
    display: flex;
    gap: 20px;
    font-size: 12px;
    color: #475569;
    align-items: center;
}
.job-actions { grid-column: 2 / 4; grid-row: 2 / 3; display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.hmyt-progress-bar.status-queued { background-color: #64748b; }
.hmyt-progress-bar.status-running { background-color: #3b82f6; }
.hmyt-progress-bar.status-completed { background-color: #22c55e; }
.hmyt-progress-bar.status-stopped { background-color: #ef4444; }
.hmyt-status-badge.status-در-انتظار { background-color: #94a3b8; }
.hmyt-batch-status-wrapper {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.hmyt-cron-info-box {
    background: #f0f6fc;
    border: 1px solid #7cb5ec;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    justify-content: center;
    align-content: flex-start;
}
.hmyt-cron-info-box h4 { margin-top: 0; color: #0a4b84; display: flex; align-items: center; gap: 8px; }
.hmyt-cron-info-box .hmyt-code-block { background: #e2e8f0; padding: 10px; border-radius: 6px; display: flex; align-items: center; gap: 10px; }
.hmyt-cron-info-box textarea { width: 100%; background: transparent; border: none; font-family: monospace; color: #1e293b; resize: none; }
#hmyt-item-count-info { min-height: 20px; }


    .hmyt-avatar-picker { display: flex; gap: 10px; align-items: center; }
    .hmyt-avatar-preview { margin-top: 10px; }






:root {
    --chat-bg: #f7f8fc;
    --sidebar-bg: #ffffff;
    --border-color: #e5e7eb;
    --header-bg: #f9fafb;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --accent-color: #43d343;
    --accent-color-light: #43d34314;
    --danger-color: #ef4444;
    --danger-hover-color: #dc2626;
}

.hmyt-chat-logs-page #wpcontent {
    padding-left: 0;
}

#hmyt-chat-logs-wrapper {
    display: flex;
    flex-direction: row-reverse;
    height: calc(100vh - 120px);
    background-color: var(--chat-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
}


.sidebar-hmyt-right, .sidebar-hmyt-left {
    display: flex;
    flex-direction: column;
    background: #f9fafb;
    transition: all 0.3s ease;
}

.sidebar-hmyt-right {
    flex: 0 0 300px;
    order: 3;
    flex-shrink: 0;
    border-left: 1px solid var(--border-color);
}

.sidebar-hmyt-left {
   
    flex-basis: 0;
    flex-shrink: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    border-right: none;
    
   
    transition: flex-basis 0.4s ease, max-width 0.4s ease, opacity 0.3s ease;
    
   
    order: 1;
    display: flex;
    flex-direction: column;
    background: var(--sidebar-bg);
}

.sidebar-hmyt-left.is-visible {
   
    flex-basis: 280px;
    max-width: 280px;
    opacity: 1;
    border-right: 1px solid var(--border-color);
}

.sidebar-header {
    padding: 1rem;
    border-bottom: 1px solid var(--border-color);
    background: var(--header-bg);
    flex-shrink: 0;
}
.sidebar-header h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
}
.sidebar-content {
    overflow-y: auto;
    flex-grow: 1;
    position: relative;
}
.sidebar-content .spinner-wrapper {
    text-align: center;
    padding: 40px 0;
}



.sidebar-header-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.hmyt-sidebar-icon-btn {
    background: transparent;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    padding: 5px;
    border-radius: 8px;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}


.hmyt-sidebar-icon-btn:hover {
    background-color: #f3f4f6;
    color: #0f3072;
    border-color: #d1d5db;
}


#hmyt-delete-all-chats-sidebar-btn:hover {
    background-color: #fff1f2;
    color: #ff4f5d;
    border-color: #ff4f5d;
}

.hmyt-sidebar-icon-btn svg {
    width: 18px;
    height: 18px;
}


@keyframes hmyt-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

button#hmyt-refresh-sessions-btn.spinning svg {
    animation: hmyt-spin 1s linear infinite;
    color: #3b82f6;
}

.sidebar-header .search-box-wrapper {
    margin-top: 1rem;
}
#hmyt-chat-search-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
#hmyt-chat-search-input:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 2px var(--accent-color-light);
    outline: none;
}

div#sessions-container {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#sessions-container .session-item {
    padding: 1rem;
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 5px 15px rgb(0 0 0 / 7%);
}

#sessions-container .session-item:hover {
    background-color: var(--header-bg);
}
#sessions-container .session-item.active {
    background-color: #fff7f7;
    border: #ff4d4f3b 1px solid;
}
#details-container a {
    color: #2e97e2;
    font-weight: 600;
}
#sessions-container .session-item.active::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 40%;
    background-color: #ff4d4f;
    border-radius: 7px;
}
.session-item .session-ip {
    font-weight: 600;
    color: var(--text-primary);
}
.session-item .session-meta {
    font-size: 12px;
    color: var(--text-secondary);
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}


#hmyt-chat-conversation {
    flex-grow: 1;
    order: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
}
.conversation-container {
    flex-grow: 1;
    background-image: repeating-linear-gradient(45deg,#fafafa,#fafafa 30px,#fff 0,#fff 60px);
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.select-chat-prompt, .no-selection {
    text-align: center;
    margin: auto;
    color: #888;
}





#details-container ul {
    list-style: none;
    margin: 0;
    padding: 1.25rem;
}
#details-container li {
    padding: 0.75rem 0;
    display: flex;
    gap: 5px;
    border-bottom: 1px solid var(--border-color);
    font-size: 13px;
    justify-content: space-between;
}
#details-container li:last-child { border-bottom: none; }
#details-container li strong {
    display: flex;
    color: var(--text-primary);
    margin-bottom: 4px;
    font-weight: 600;
    gap: 5px;
    vertical-align: middle;
    text-align: right;
    flex-direction: row;
    align-items: center;
}
#details-container li strong > svg {
    width: 20px;
    height: 20px;
}
#details-container li span, #details-container li {
    color: var(--text-secondary);
    word-wrap: break-word;
}
#details-container a:hover {
    color: #2884c5;
}
.details-actions {
    padding: 1rem;
    border-top: 1px solid var(--border-color);
    background-color: var(--header-bg);
    text-align: left;
}
.button.button-link-delete { color: var(--danger-color); }
.button.button-link-delete:hover { color: var(--danger-hover-color); }


.wp-heading-inline {
    margin-bottom: 10px;
}
.button-danger {
    color: var(--danger-color) !important;
    background-color: #fff !important;
    border-color: var(--danger-color) !important;
}
.button-danger:hover, .button-danger:focus {
    background-color: var(--danger-hover-color);
    border-color: var(--danger-hover-color);
    color: #fff;
}


@media (max-width: 960px) {
    #hmyt-chat-logs-wrapper {
        flex-direction: column;
        height: auto;
        max-height: none;
    }

   
    .sidebar-hmyt-right, .sidebar-hmyt-left {
        flex-basis: auto;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }
    
    .sidebar-hmyt-right {
        order: 2;
    }

    .sidebar-hmyt-left {
        order: 3;
       
        flex-basis: auto;
        max-width: none;
        opacity: 1;
        overflow: visible;
        display: none; 
    }

    .sidebar-hmyt-left.is-visible {
        display: flex;
        width: 100%;
        max-width: 100%;
    }

    #hmyt-chat-conversation {
        order: 3;
        height: auto;
        min-height: 300px;
        max-height: 45vh;
    }
    
    .sidebar-content {
       
        max-height: 30vh;
    }
}

@media (max-width: 600px) {
    #hmyt-chat-logs-wrapper {
        margin-top: 10px;
    }
    .wrap h1, .wrap .page-title-action {
        font-size: 18px;
    }
}

button#hmyt-delete-single-chat-btn, button#hmyt-delete-all-chats-btn {
    border-color: #0f3072 ;
    background: #ffffff;
    color: #0f3072 ;
    border: 1px solid #0f3072 ;
    display: flex;
    padding: 3px 10px;
    gap: 5px;
    border-radius: 8px;
    font-weight: 600;
    align-items: center;
    cursor: pointer;
}


.sidebar-content {
    scrollbar-width: thin;
    scrollbar-color: #d1d5db var(--sidebar-bg);
}

.sidebar-content::-webkit-scrollbar {
    width: 6px;
}

.sidebar-content::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-content::-webkit-scrollbar-thumb {
    background-color: #d1d5db;
    border-radius: 10px;
    border: 2px solid var(--sidebar-bg);
}

.sidebar-content::-webkit-scrollbar-thumb:hover {
    background-color: #a1a1aa;
}



.conversation-container {
    scrollbar-width: thin;
    scrollbar-color: #d1d5db var(--chat-bg);
}

.conversation-container::-webkit-scrollbar {
    width: 6px;
}

.conversation-container::-webkit-scrollbar-track {
    background: transparent;
}

.conversation-container::-webkit-scrollbar-thumb {
    background-color: #d1d5db;
    border-radius: 10px;
    border: 2px solid var(--chat-bg);
}

.conversation-container::-webkit-scrollbar-thumb:hover {
    background-color: #a1a1aa;
}


p.select-chat-prompt-first {
    padding: 5px 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
}

div#details-container {
    display: flex;
    flex-direction: column;
}

span#sessions-count {
    background: #faad14;
    color: #fff;
    line-height: normal;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    padding: 1px 7px;
    margin: 0 5px;
    border-radius: 5px;
}

.sidebar-header-count {
    display: flex;
}








.hmyt-product-recommendations {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
    align-self: flex-end;
    width: 100%;
    max-width: 85%;
}

.hmyt-product-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    background-color: #f0f2f5;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    transition: background-color 0.2s, box-shadow 0.2s;
    overflow: hidden;
}

.hmyt-product-card:hover {
    background-color: #e9ebed;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.hmyt-product-card-image {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.hmyt-product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px !important;
}


.hmyt-product-card-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
    min-width: 0;    
}

.hmyt-product-card-title {
    font-weight: 600;
    color: #1f2029;
    font-size: 14px;
    white-space: nowrap;     
    overflow: hidden;        
    text-overflow: ellipsis; 
}

.hmyt-product-card-price {
    font-size: 13px;
    color: #ff4d4f;
}

.hmyt-product-card-price ins {
    text-decoration: none;
    font-weight: bold;
}

.hmyt-product-card-price del {
    opacity: 0.6;
    margin-left: 5px;
}

.hmyt-product-recommendations-loading {
    align-self: flex-end;
    width: 100%;
    max-width: 90%;
    padding: 20px;
    display: flex;
    justify-content: center;
}


#hmyt-chat-user-details ul li a {
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    direction: ltr;     
    text-align: right;  
}

.hmyt-chat-stats-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin-bottom: 25px;
        padding: 5px;
    }
    .stat-box {
       
        background: rgba(255, 255, 255, 0.4);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);

       
        padding: 25px 20px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        transition: box-shadow 0.3s ease;
    }
    .stat-box:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    }
    .stat-box h4 {
        margin: 0 0 12px;
        font-size: 15px;
        font-weight: 600;
        color: #4a5568;
    }
    .stat-box .stat-value {
        font-size: 2.7em;
        font-weight: 700;
        color: #0f3072;
        line-height: 1.1;
    }
    .stat-box .stat-value.green { color: #2f855a; }
    .stat-box .stat-value.red { color: #c53030; }
    .stat-box .stat-description {
        margin-top: 8px;
        font-size: 12px;
        color: #718096;
    }

    .satisfaction-text {
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: center;
    }

    .summary-text p {
        text-align: right !important;
    }

    



   
.hmyt-ai-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}
.hmyt-ai-col {
    flex: 1;
    min-width: 150px;
}
.hmyt-ai-col label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #2c3338;
}
.hmyt-ai-col select, .hmyt-ai-col input {
    width: 100%;
    max-width: 100%;
}
.hmyt-review-item {
    transition: all 0.3s ease;
    border-right: 4px solid #0f3072 !important;
}
.hmyt-review-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.fr-delete:hover {
    background: #fee !important;
}












.flex { display: flex; }
.flex-c { flex-direction: column; }
.flex-r { flex-direction: row; }
.flex-icenter { align-items: center; }


.hmyt-bulk-toolbar-simple { margin-bottom: 20px; display: flex; justify-content: flex-end; }
.hmyt-bulk-trigger-btn { background: #fff; color: #54667a; border: 1px solid #ccd0d4; padding: 8px 15px; border-radius: 8px; cursor: pointer; display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; transition: all 0.2s; }
.hmyt-bulk-trigger-btn:hover { border-color: #54667a; background: #f6f7f7; }


.hmyt-bulk-notices ul { list-style: disc; padding-right: 20px; margin: 0; font-size: 13px; color: #646970; background: #f0f6fc; border: 1px solid #cce5ff; border-radius: 8px; padding: 15px 25px 15px 10px; }
.hmyt-bulk-notices li { margin-bottom: 5px; }
.hmyt-bulk-notices li:last-child { margin-bottom: 0; }


.hmyt-bulk-action-btn { background: #0f3072; color: #fff; border: none; padding: 12px; border-radius: 10px; font-size: 15px; font-weight: 600; cursor: pointer; width: 100%; position: relative; transition: all 0.3s ease; }
.hmyt-bulk-action-btn.state-processing { background: #e2e4e7 !important; color: #54667a !important; cursor: wait; }
.hmyt-bulk-action-btn.state-found { background: #3b82f6 !important; color: #fff !important; }
.hmyt-bulk-action-btn.state-running { background: #ff4f5d !important; color: #fff !important; }
.hmyt-bulk-action-btn.state-done { background: #49dc4f !important; color: #fff !important; }


.product-ai-modal-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #000; z-index: 99998; opacity: .5; }
.product-ai-modal-container { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999; display: flex; justify-content: center; align-items: center; }
.product-ai-modal-wrapper { background: #fff; width: 90%; max-width: 500px !important; border-radius: 15px; box-shadow: 0 9px 19px rgba(0,0,0,0.161); position: relative; }
.product-ai-modal-head { padding: 15px 20px; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; }
.product-ai-modal-head-title { font-size: 16px; font-weight: 700; }
.product-ai-modal-close { cursor: pointer; opacity: 0.6; }
.product-ai-modal-close:hover { opacity: 1; }
.product-ai-modal-close svg { width: 24px; height: 24px; }
.product-ai-modal-hmyt-comment-wrapper { padding: 20px; }



.hmyt-bulk-status-container { display: flex; flex-direction: row-reverse; align-items: center; justify-content: space-between; width: 100%; }
.hmyt-status-col { display: flex; align-items: center; gap: 15px; flex-direction: row-reverse; }
.hmyt-status-text { font-size: 13px; font-weight: 600; color: #54667a; }
.hmyt-log-col { flex: 1; display: flex; justify-content: flex-start; overflow: hidden; }
.comment-reply-btn.ai-reply-btn { position: relative; background: none; border: none; padding: 5px; cursor: default; display: flex; align-items: center; color: #54667a; }
.comment-reply-btn.ai-reply-btn.loading::after { content: ''; position: absolute; top: -5px; left: -5px; right: -5px; bottom: -5px; border-radius: 50%; border: 2px solid transparent; border-top-color: #ff4f5d; border-right-color: #ff4f5d; animation: ai-spin 0.8s linear infinite; pointer-events: none; }
.comment-reply-btn.ai-reply-btn.loading svg { opacity: 0.8; animation: ai-pulse 1.2s infinite ease-in-out; width: 20px; height: 20px; }

@keyframes ai-pulse { 0% { transform: scale(0.85); } 50% { transform: scale(1.15); } 100% { transform: scale(0.85); } }
@keyframes ai-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.hmyt-log-col > span.comment-reply-btn.ai-done.flex { display: inline-flex; align-items: center; color: #49dc4f !important; gap: 5px; border: 1px solid #49dc4f !important; padding: 4px 10px !important; border-radius: 10px; font-weight: 600; font-size: 12px; justify-content: center; background: #f0fff0; white-space: nowrap; opacity: 0; transform: translateX(20px); animation: ai-slide-in-right 0.4s cubic-bezier(.2,.9,.2,1) forwards; }
.hmyt-log-col > span.comment-reply-btn.ai-done.flex svg { height: 15px; width: 15px; background: #49dc4f; color: #fff; border-radius: 50%; padding: 2px; flex-shrink: 0; }
@keyframes ai-slide-in-right { to { opacity: 1; transform: translateX(0); } }

.product-ai-modal-close svg {
    background: #e1e1e1;
    border-radius: 50px;
    padding: 5px;
}
.product-ai-modal-close {
    display: flex;
    padding: 3px 3px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease
}

.product-ai-modal-close:hover {
    opacity: 0.8
}

.product-ai-modal-close svg {
    width: 20px;
    height: 20px
}

button#hmyt-bulk-toggle-btn svg {
    width: 20px;
    height: 20px;
}


label.checkbox-ai {
    padding-right: 5px;
    display: flex;
    align-items: center;
}

.hmyt-bulk-options {
    margin: 15px  0;
}

.hmyt-avatar-picker-wrapper {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.hmyt-ai-actions-footer {
    display: flex;
    align-items: center;
}

.hmyt-publish {
    display: flex !important;
    align-items: center;
    color: #49dc4f !important;
    gap: 5px;
    border: 1px solid #49dc4f !important;
    padding: 6px 16px !important;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 700;
    justify-content: center;
    cursor: pointer;
    background: #f0fff0;
}


.hmyt-publish svg {
    height: 15px;
    width: 15px;
    background: #49dc4f;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    flex-shrink: 0;
}

.hmyt-flex {
    display: flex;
}

@media (max-width: 600px) {
    .hmyt-platform-text-var-item {
        display: flex;
        flex-direction: column;
    }
}



.hmyt-guard-connection-box {
    margin: 25px 0;
    padding: 0px 0 0px 15px;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}

.hmyt-guard-connection-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: #ebefff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f3072;
    z-index: 1;
    box-shadow: inset 0 0 10px rgb(34 41 255 / 10%);
}

.hmyt-guard-connection-content {
    z-index: 1;
    flex-grow: 1;
}

.hmyt-guard-connection-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.hmyt-guard-connection-title {
    font-size: 18px;
    font-weight: 800;
    color: #1d2327;
    margin: 0;
    line-height: 1.2;
}

.hmyt-guard-connection-badge {
    background: linear-gradient(45deg, #0f3072, #41528a);
    color: #fff;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgb(111 114 220 / 30%);
}

.hmyt-guard-connection-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #50575e;
    margin: 0 0 15px 0;
    text-align: justify;
}

.hmyt-guard-connection-tips {
    background: rgb(255 255 255 / 70%);
    border: 1px dashed #bcbeff;
    border-radius: 8px;
    padding: 12px 18px;
}

.hmyt-guard-connection-tips-title {
    font-weight: 700;
    color: #0f3072;
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hmyt-guard-connection-tips ul {
    margin: 0;
    padding-right: 20px;
    list-style-type: disc;
}

.hmyt-guard-connection-tips li {
    font-size: 13px;
    color: #444;
    margin-bottom: 6px;
}
.hmyt-guard-connection-tips li strong {
    color: #333;
}
.hmyt-guard-connection-tips li:last-child {
    margin-bottom: 0;
}/* developed by web-premium.ir */

body.dark .hmyt-ai-settings .nav-tab,
body.dark .nav-tab {
    background: #353542;
    color: #9ca3af;
    border: 1px solid #414150;
    border-bottom: none;
}

body.dark .nav-tab-active,
body.dark .nav-tab-active:focus,
body.dark .nav-tab-active:focus:active,
body.dark .nav-tab-active:hover,
body.dark .hmyt-ai-settings .nav-tab-active {
    background: #262631;
    color: #fff;
    border-bottom: 1px solid #262631;
}

body.dark .nav-tab:hover {
    background-color: #414150;
    color: #e5e7eb;
}


body.dark div#hmyt_affiliate_meta,
body.dark div#hmyt_ai_review_summarizer {
    background: #353542;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    border: 1px solid #414150;
}


body.dark button#hmyt-ai-delete-description-summary,
body.dark button#hmyt-ai-delete-post-content-summary,
body.dark button#hmyt-ai-delete-post-review-summary,
body.dark button#hmyt-ai-delete-review-summary,
body.dark button#hmyt-ai-summarize-description-btn,
body.dark button#hmyt-ai-summarize-post-content-btn,
body.dark button#hmyt-ai-summarize-post-reviews-btn,
body.dark button#hmyt-ai-summarize-post-reviews-btn-initial,
body.dark button#hmyt-ai-summarize-reviews-btn,
body.dark button#hmyt-ai-summarize-reviews-btn-initial {
    background-color: #262631;
    color: #e5e7eb;
    border: 1px solid #414150;
}

body.dark button#hmyt-ai-delete-description-summary:hover,
body.dark button#hmyt-ai-delete-post-content-summary:hover,
body.dark button#hmyt-ai-delete-post-review-summary:hover,
body.dark button#hmyt-ai-delete-review-summary:hover,
body.dark button#hmyt-ai-summarize-description-btn:hover,
body.dark button#hmyt-ai-summarize-post-content-btn:hover,
body.dark button#hmyt-ai-summarize-post-reviews-btn-initial:hover,
body.dark button#hmyt-ai-summarize-post-reviews-btn:hover,
body.dark button#hmyt-ai-summarize-reviews-btn-initial:hover,
body.dark button#hmyt-ai-summarize-reviews-btn:hover {
    background-color: #414150;
    color: #fff;
}


body.dark .hmyt-ai-editor-container textarea {
    background: #262631;
    color: #fff;
    border: 1px solid #414150;
}


body.dark #ai-comment-description,
body.dark #ai-comment-reviews {
    background: #353542;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border: 1px solid #414150;
}


body.dark .satisfaction-container,
body.dark .summary-header {
    background: #262631;
    border-color: #414150;
}


body.dark .ai-title-cmnt,
body.dark .feedback-question,
body.dark .header-text h3,
body.dark .satisfaction-text .percentage,
body.dark .summary-text,
body.dark .aff-title span {
    color: #fff !important;
}

body.dark .disclaimer,
body.dark .satisfaction-text .label {
    color: #9ca3af;
}


body.dark .summary-content-container {
    background: #262631;
}


body.dark .pro-item {
    background: rgba(61, 191, 94, 0.15);
    color: #49dc4f;
}

body.dark .con-item {
    background: rgb(255 79 93 / 4%);
    color: #ff4f5d;
}


body.dark .feedback-container {
    background: #262631;
    border-color: #414150;
}

body.dark .feedback-btn {
    border: 1px solid #414150;
    background: #262631;
    color: #9ca3af;
}

body.dark .feedback-btn:hover {
    background: #414150;
    color: #fff;
}

body.dark .feedback-btn.like-btn:hover {
    border-color: #49dc4f;
    background-color: rgba(73, 220, 79, 0.2);
    color: #49dc4f;
}

body.dark .feedback-btn.dislike-btn:hover {
    border-color: #ff4f5d;
    background-color: rgba(255, 79, 93, 0.2);
    color: #ff4f5d;
}


body.dark .summary-footer {
    background: #262631;
    color: #9ca3af;
    border-top: 1px solid #414150;
}


body.dark .stat-box.positive { background: #059669; color: #fff; }
body.dark .stat-box.negative { background: #dc2626; color: #fff; }
body.dark .stat-box.total { background: #2563eb; color: #fff; }
body.dark .stat-box.percentage { background: #414150; color: #fff; }


body.dark .hmyt-ai-skeleton,
body.dark .hmyt-ai-skeleton-content,
body.dark .hmyt-ai-skeleton-disclaimer,
body.dark .hmyt-ai-skeleton-feedback-button,
body.dark .hmyt-ai-skeleton-feedback-question,
body.dark .hmyt-ai-skeleton-footer,
body.dark .hmyt-ai-skeleton-lottie,
body.dark .hmyt-ai-skeleton-pros-cons-icon,
body.dark .hmyt-ai-skeleton-pros-cons-text,
body.dark .hmyt-ai-skeleton-satisfaction-icon,
body.dark .hmyt-ai-skeleton-satisfaction-text,
body.dark .hmyt-ai-skeleton-subtitle,
body.dark .hmyt-ai-skeleton-title {
    background: linear-gradient(90deg, #353542 25%, #414150 50%, #353542 75%);
    background-size: 200% 100%;
    animation: 1.2s ease-in-out infinite ai-skeleton-loading;
    box-shadow: none;
}

body.dark .hmyt-ai-skeleton::before {
    background: rgba(255, 255, 255, 0.05);
    animation: 2s ease-in-out infinite pulse;
}


body.dark .hmyt-ai-review-summary.hidden {
    display: none;
}


.feedback-btn.dislike-btn.active {
    color: #ff4f5d;
    background: transparent;
}

.feedback-btn.like-btn.active {
    color: #49dc4f;
    background: transparent;
}

body.dark .hmyt-ai-review-summary {
    border-color: transparent;
}

body.dark .hmyt-ai-review-summary {
    background: #353542;
}

body.dark strong.ai-generated {
    background: #ffb900;
}/* developed by web-premium.ir */

#toast-message-wrapper{position:fixed;bottom:30px;left:30px;user-select:none;z-index:2147483647}.bounceInLeft{animation-name:Toastify__bounceInLeft}.bounceOutLeft{animation-name:Toastify__bounceOutLeft}.toast-message-item{position:relative;min-height:70px;width:320px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 5px 10px rgba(0,0,0,.1);display:flex;justify-content:flex-start;max-height:800px;overflow:hidden;cursor:pointer;background:#fff;color:#757575;gap:10px;animation-fill-mode:both;animation-duration:.7s;transition:.2s}@media screen and (max-width:500px){.toast-message-item{width:300px;margin-bottom:0;margin-top:1rem;border-top:1px solid #dadada;border-radius:0}}.toast-message-item-icon{padding-right:9px;display:flex;align-items:center}.toast-message-item-icon>svg{width:20px;height:20px;animation-fill-mode:both;animation-duration:.3s}.toast-message-item-icon.zoomin>svg{animation-name:Toastify__zoomIn}.toast-message-item-text{font-size:14px;font-weight:300;padding-left:20px;line-height:20px}.toast-message-item-close{position:absolute;top:8px;left:8px;width:14px;opacity:.1;transition:.2s}.toast-message-item-close:hover{opacity:.4}.toast-message-item.loading .toast-message-item-close,.toast-message-item.loading .toast-message-item-progressbar{display:none}.toast-message-item-progressbar{position:absolute;bottom:0;right:0;width:100%;height:2px;transition:.2s linear;animation:10s linear forwards Toastify__trackProgress}.toast-message-item.success .toast-message-item-icon{color:#07bc0c}.toast-message-item.success .toast-message-item-progressbar{background-color:#07bc0c}.toast-message-item.error .toast-message-item-icon{color:#e74c3c}.toast-message-item.error .toast-message-item-progressbar{background-color:#e74c3c}.toast-message-item.loading .toast-message-item-icon span{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:#e0e0e0 #5288d3 #e0e0e0 #e0e0e0;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__trackProgress{from{width:100%}to{width:0%}}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.toast-message-item{align-items:center}
.toast-message-item.loading .toast-message-item-icon {color:#0f73ff;}
.toast-message-item.loading .toast-message-item-progressbar{background-color:#0f73ff}

body.dark .toast-message-item {
    background: #353542;
    color: #e5e7eb;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

body.dark .toast-message-item-close:hover {
    opacity: 0.8;
}

body.dark .toast-message-item.loading .toast-message-item-icon span {
    border-color: #414150 #5288d3 #414150 #414150;
}

@media screen and (max-width: 500px) {
    body.dark .toast-message-item {
        border-top-color: #414150;
    }
}

.toast-message-item {
    border: none !important;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1) !important
}.woocommerce form .form-row .required{visibility:visible}:root{--chatbot-widget-color:#9b3df8;--chatbot-primary:#8a35c9;--chatbot-secondary:#f0f2f5;--chatbot-border:#e0e0e0;--chatbot-shadow:rgba(0, 0, 0, 0.1);--chatbot-user-bg:#1f2029;--chatbot-user-color:#d8d9e0;--chatbot-model-bg:#CFD8DC;--chatbot-model-color:#54667a}#hmyt-chatbot-widget{position:fixed;z-index:999950;isolation:isolate;bottom:var(--chatbot-fab-bottom-spacing);right:var(--chatbot-fab-side-spacing)}#hmyt-chatbot-widget.hmyt-chatbot-position-bottom_left{right:auto;left:var(--chatbot-fab-side-spacing)}.font-bold{color:#212529}.hmyt-chatbot-fab{width:60px;height:60px;position:relative;background:var(--chatbot-widget-color);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 12px rgb(0 0 0 / .15);transition:transform 0.3s cubic-bezier(.34,1.56,.64,1),opacity 0.2s ease}.hmyt-chatbot-fab:hover{transform:scale(1.1)}.hmyt-chatbot-fab.hidden{transform:scale(0);opacity:0}.hmyt-chatbot-fab svg{width:32px;color:#fff;height:32px}.hmyt-chatbot-fab.hmyt-fab-with-label::before{content:var(--chatbot-fab-label-text,'دستیار هوش مصنوعی');position:absolute;width:fit-content;white-space:nowrap;line-height:normal;background:#f0f0f0;color:#535353;top:-35px;font-size:11px;padding:4px 10px;border-radius:15px;right:50%;transform:translateX(50%);box-shadow:0 2px 5px rgb(0 0 0 / .1);opacity:0;transition:opacity 0.2s ease-in-out}.hmyt-chatbot-fab.hmyt-fab-with-label::before{opacity:1}.hmyt-chatbot-window{position:absolute;bottom:0;right:0;width:420px;max-width:90vw;height:90vh;max-height:700px;background-color:#fff;border-radius:15px;box-shadow:0 8px 30px var(--chatbot-shadow);display:flex;flex-direction:column;overflow:hidden;visibility:hidden;opacity:0;transform:scale(.95);transform-origin:bottom right;transition:visibility 0s 0.3s,opacity 0.3s ease,transform 0.3s ease}#hmyt-chatbot-widget.hmyt-chatbot-position-bottom_left .hmyt-chatbot-window{right:auto;left:0;transform-origin:bottom left}.hmyt-chatbot-window.open{visibility:visible;opacity:1;transform:scale(1);transition-delay:0s}@media (max-width:768px){#hmyt-chatbot-widget.open{top:0;left:0;right:0;bottom:0;width:100%;height:100%;transition:none}#hmyt-chatbot-widget.open .hmyt-chatbot-fab{transition:none;opacity:0;visibility:hidden}.hmyt-chatbot-window{position:fixed;top:0;left:0;width:100%;height:100%;max-width:100vw;max-height:100vh;border-radius:0;transform-origin:bottom center;transform:scale(.95) translateY(20px);opacity:0;visibility:hidden;transition:opacity 0.25s ease-out,transform 0.25s ease-out,visibility 0s 0.25s}.hmyt-chatbot-window.open{opacity:1;transform:scale(1) translateY(0);visibility:visible;transition-delay:0s}}.hmyt-chatbot-window .chat-header{background-color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--chatbot-border);flex-shrink:0}.chat-header .header-content{display:flex;align-items:center;gap:10px}.chat-header .header-content .font-bold{font-weight:700;display:flex;font-size:1em;flex-direction:row;gap:7px;align-items:center}.chat-header .header-actions{display:flex;align-items:center;gap:5px}.chat-header .header-actions a,.chat-header .header-actions button{color:#888;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#fff0;border:none;cursor:pointer;transition:background-color 0.2s ease,color 0.2s ease;text-decoration:none}.chat-header .header-actions a:hover,.chat-header .header-actions button:hover{background-color:#f0f2f5;color:#333}.chat-header .header-actions a svg,#hmyt-close-chat-btn svg{color:inherit;width:20px;height:20px}.chat-header .label-in-title-chatbot-webpremium{font-weight:500;line-height:normal;font-size:10px;padding:3px 6px;color:#54667a;background:#ecf1fd;border-radius:10px;display:flex;align-items:center}.chat-header .label-in-title-chatbot-webpremium span{margin-left:5px;width:5px;height:5px;background-color:#46c864;border-radius:50%}.hmyt-chatbot-window .chat-messages{flex-grow:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:20px;scroll-behavior:smooth}.hmyt-chatbot-window .message-wrapper{display:flex;flex-direction:column}.hmyt-chatbot-window .message-wrapper.user{align-items:flex-start}.hmyt-chatbot-window .message-wrapper.model{align-items:flex-end}.hmyt-chatbot-window .message{max-width:85%;width:fit-content;word-wrap:break-word;padding:12px 18px;border-radius:18px;font-size:15px;line-height:26px;box-shadow:0 4px 10px rgb(0 0 0 / .05)}.hmyt-chatbot-window .message.user{background:var(--chatbot-user-bg);color:var(--chatbot-user-color)}.hmyt-chatbot-window .message.model{background:var(--chatbot-model-bg);color:var(--chatbot-model-color)}.hmyt-chatbot-window .message-footer{display:flex;align-items:center;gap:10px;font-size:12px;color:#6c757d;margin-top:13px}.hmyt-chatbot-window .message-wrapper.user .message-footer{flex-direction:row}.hmyt-chatbot-window .message-wrapper.model .message-footer{flex-direction:row-reverse}.hmyt-chatbot-window .typing-indicator{display:none;align-self:flex-end;background-color:var(--chatbot-model-bg);padding:12px 18px;border-radius:18px;width:fit-content}.hmyt-chatbot-window .typing-indicator span{display:inline-block;width:8px;height:8px;background-color:#999;border-radius:50%;margin:0 2px;animation:hmyt-dot-animation 1.2s infinite ease-in-out}.hmyt-chatbot-window .typing-indicator span:nth-child(2){animation-delay:0.2s}.hmyt-chatbot-window .typing-indicator span:nth-child(3){animation-delay:0.4s}@keyframes hmyt-dot-animation{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.hmyt-chatbot-window .chat-input{padding:15px;border-top:1px solid var(--chatbot-border);flex-shrink:0}.hmyt-chatbot-window .chat-input form{display:flex;align-items:center;gap:10px;flex-direction:row-reverse}.hmyt-chatbot-window .chat-input textarea{flex-grow:1;padding:10px 15px;border:1px solid var(--chatbot-border);border-radius:10px;outline:none;font-size:14px;font-family:inherit;transition:all 0.3s;resize:none;overflow-y:hidden;line-height:1.5;max-height:120px;box-sizing:border-box}.hmyt-chatbot-window .chat-input textarea::-webkit-scrollbar{width:5px}.hmyt-chatbot-window .chat-input textarea::-webkit-scrollbar-track{background:#fff0}.hmyt-chatbot-window .chat-input textarea::-webkit-scrollbar-thumb{background-color:#d6d6d6;border-radius:20px;border:3px solid #fff0}.hmyt-chatbot-window .chat-input textarea:focus{border-color:var(--chatbot-widget-color);box-shadow:0 0 0 2px rgb(138 53 201 / .2)}.hmyt-chatbot-window .chat-input button{background-color:var(--chatbot-widget-color);color:#fff;border:none;width:42px;height:42px;border-radius:10px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s;flex-shrink:0}div#hmyt-chat-messages{background-image:repeating-linear-gradient(45deg,#fafafa,#fafafa 30px,#fff 0,#fff 60px)}.hmyt-chatbot-window .chat-input button:hover{opacity:.85}.hmyt-chatbot-window .chat-input button:disabled{background-color:#ccc;cursor:not-allowed}.hmyt-chatbot-window .chat-messages::-webkit-scrollbar{width:6px}.hmyt-chatbot-window .chat-messages::-webkit-scrollbar-track{background:#fff0}.hmyt-chatbot-window .chat-messages::-webkit-scrollbar-thumb{background-color:#d6d6d6;border-radius:20px}.hmyt-chatbot-window .chat-messages{scrollbar-width:thin;scrollbar-color:#d6d6d6 #fff0}.hmyt-chatbot-login-required{padding:20px 25px;margin:15px;border-radius:12px;background:#f7f9fc;border:1px solid #e5eaf2;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.hmyt-chatbot-login-required p{margin:0;color:#3c434a;font-size:15px;font-weight:500;line-height:1.6}.hmyt-chatbot-login-required .hmyt-chatbot-login-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;background-color:var(--chatbot-widget-color);color:#fff;text-decoration:none;border-radius:8px;font-size:14px;font-weight:600;transition:transform 0.2s ease,box-shadow 0.2s ease;box-shadow:0 2px 5px rgb(0 0 0 / .1);border:none}.hmyt-chatbot-login-required .hmyt-chatbot-login-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgb(0 0 0 / .15);opacity:1}.hmyt-chatbot-suggestions{padding:10px;display:flex;gap:10px;cursor:grab;overflow-x:auto;white-space:nowrap;flex-shrink:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;scrollbar-width:thin;scrollbar-color:#e0e0e0 #fff0}.hmyt-chatbot-suggestions::-webkit-scrollbar{height:4px}.hmyt-chatbot-suggestions::-webkit-scrollbar-thumb{background-color:#e0e0e0;border-radius:20px}.hmyt-suggestion-btn{background-color:#f0f2f5;border:1px solid #dcdfe4;color:#3c434a;padding:3px 12px!important;border-radius:10px!important;font-size:13px!important;cursor:pointer;transition:all 0.2s ease}.hmyt-suggestion-btn:hover{background-color:#e0e2e5;border-color:#b0b3b8}.hmyt-chatbot-window .avatar-container{width:28px;height:28px;position:relative;display:flex;align-items:center;justify-content:center}.hmyt-chatbot-window .avatar-container img{width:100%;height:100%;border-radius:50%;object-fit:cover}.hmyt-chatbot-window .avatar-container .check{position:absolute;bottom:-3px;right:-4px;width:16px;height:16px;color:#37e75b;background-color:#fff;border-radius:50%;z-index:1;display:flex;align-items:center;justify-content:center}.hmyt-chatbot-window .message.model>p a{color:#ff4f5d;font-weight:700}@keyframes hmyt-fade-in-up-user{from{opacity:0;transform:translateY(15px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes hmyt-fade-in-model{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.hmyt-chatbot-window .message.user{transform-origin:bottom right;animation:hmyt-fade-in-up-user 0.3s ease-out forwards}.hmyt-chatbot-window .message.model{transform-origin:bottom left;animation:hmyt-fade-in-model 0.4s ease-out forwards}@keyframes hmyt-fab-wiggle{0%,100%{transform:rotate(0deg)}25%{transform:rotate(-2deg)}50%{transform:rotate(2deg)}75%{transform:rotate(-1deg)}}@keyframes hmyt-fab-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--chatbot-widget-color) 50%,transparent)}70%{box-shadow:0 0 0 20px color-mix(in srgb,var(--chatbot-widget-color) 0%,transparent)}100%{box-shadow:0 0 0 0 color-mix(in srgb,var(--chatbot-widget-color) 0%,transparent)}}#hmyt-chatbot-widget .hmyt-chatbot-fab.hmyt-fab-animated{animation:hmyt-fab-wiggle 2s ease-in-out infinite,hmyt-fab-pulse 2s ease-out infinite}.hmyt-product-recommendations{display:flex;flex-direction:column;gap:12px;margin-top:10px;align-self:flex-end;width:100%;max-width:85%}.hmyt-product-card{display:flex;align-items:center;gap:15px;padding:12px;background-color:#f0f2f5;border-radius:18px;border:1px solid #e0e0e0;text-decoration:none;transition:background-color 0.2s,box-shadow 0.2s;overflow:hidden;box-shadow:0 4px 10px rgb(0 0 0 / .05)!important}.hmyt-product-card:hover{background-color:#e9ebed;box-shadow:none}.hmyt-product-card-image{width:60px;height:60px;flex-shrink:0}.hmyt-product-card-image img{width:100%;height:100%;object-fit:cover;border-radius:6px!important}.hmyt-product-card-details{display:flex;flex-direction:column;gap:5px;overflow:hidden;min-width:0}.hmyt-product-card-title{font-weight:600;color:#1f2029;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hmyt-product-card-price{font-size:13px;color:var(--chatbot-widget-color,#9b3df8)}.hmyt-product-card-price ins{text-decoration:none;font-weight:700}.hmyt-product-card-price del{opacity:.6;margin-left:5px}.hmyt-product-recommendations-loading{align-self:flex-end;width:100%;max-width:90%;padding:20px;display:flex;justify-content:center}button#hmyt-close-chat-btn{padding:0}.hmyt-suggestion-btn.hmyt-order-tracking-btn{border:1px solid;background-color:#fff;border-color:var(--chatbot-widget-color);font-weight:700;color:var(--chatbot-widget-color)}.hmyt-suggestion-btn.hmyt-order-tracking-btn:hover{background-color:color-mix(in srgb,var(--chatbot-widget-color) 10%,transparent)}.hmyt-chatbot-order-list{display:flex;flex-direction:column;gap:12px;margin-top:10px;align-self:flex-end;width:100%;max-width:85%;animation:hmyt-fade-in-model 0.4s ease-out forwards}.hmyt-chatbot-order-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:15px;background-color:#fff;border-radius:18px;cursor:pointer;transition:all .2s;border:1px solid #e5e7eb;box-shadow:0 4px 10px rgb(0 0 0 / .05)}.hmyt-chatbot-order-item:hover{background-color:#f9fafb;box-shadow:none}.hmyt-chatbot-order-item .order-icon{width:40px;height:40px;flex-shrink:0;background-color:var(--chatbot-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center}.hmyt-chatbot-order-item .order-details-wrapper{display:flex;flex-direction:column;gap:4px;min-width:0}.hmyt-chatbot-order-item .order-id-status{display:flex;align-items:center;gap:8px;justify-content:space-between}.hmyt-chatbot-order-item .order-id{font-weight:700;font-size:1em;color:var(--chatbot-model-color)}.hmyt-chatbot-order-item .order-status-badge{font-size:.75em;background-color:color-mix(in srgb,var(--chatbot-widget-color) 10%,transparent);padding:2px 8px;font-weight:600;border-radius:12px;color:var(--chatbot-widget-color)}.hmyt-chatbot-order-item .order-meta{display:flex;gap:15px;font-size:.85em;color:#7d8b99;white-space:nowrap;justify-content:space-between}.hmyt-suggestion-btn{font-family:inherit}#hmyt-send-button{padding:10px!important}.chat-input input[type=text]::placeholder{color:#434954!important}.message>p{margin:0}.hmyt-category-card{display:flex;align-items:center;gap:12px;padding:10px;background-color:#f0f2f5;border-radius:18px;border:1px solid #e0e0e0;text-decoration:none;transition:background-color 0.2s,box-shadow 0.2s;overflow:hidden}.hmyt-category-card:hover{background-color:#e9ebed;box-shadow:0 4px 10px rgb(0 0 0 / .05)}.hmyt-category-card-image{width:45px;height:45px;flex-shrink:0;border-radius:8px;overflow:hidden}.hmyt-category-card-image img{width:100%;height:100%;object-fit:cover}.hmyt-category-card-details{display:flex;flex-direction:column;gap:3px;min-width:0}.hmyt-category-card-title{font-weight:600;color:#1f2029;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hmyt-category-card-count{font-size:12px;color:#6c757d}.hmyt-chatbot-window .message ul,.hmyt-chatbot-window .message ol{list-style:revert!important;margin:10px 0!important;padding-right:25px!important;padding-left:0!important}.hmyt-chatbot-window .message li{list-style-type:revert!important;margin-bottom:5px!important;padding:0!important}#hmyt-voice-input-btn{background-color:#0000000d;color:#888;border:none;width:42px;height:42px;border-radius:10px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s,color 0.2s;flex-shrink:0;order:1}#hmyt-voice-input-btn:hover{background-color:#e6eaef;color:#333}#hmyt-voice-input-btn.is-recording{color:#fff;background-color:#ef4444}#hmyt-voice-input-btn.is-recording{position:relative;color:#fff;background-color:#ef4444;animation:hmyt-mic-pulse 2s infinite}#hmyt-voice-input-btn.is-recording::before{content:'صحبت کنید...';position:absolute;top:-32px;left:50%;transform:translateX(-50%);background-color:#ef4444;color:#fff;line-height:normal;padding:3px 8px;border-radius:15px;font-size:10px;white-space:nowrap;box-shadow:0 2px 5px rgb(0 0 0 / .1)}@keyframes hmyt-mic-pulse{0%{box-shadow:0 0 0 0 rgb(239 68 68 / .7)}70%{box-shadow:0 0 0 10px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.hmyt-chatbot-window .chat-input textarea{order:2}.hmyt-chatbot-window .chat-input button[type="submit"]{order:3}.hmyt-chatbot-window .message-footer .message-actions{display:flex;align-items:center;margin-right:auto;padding-right:10px}.hmyt-chatbot-window .message-footer .copy-to-clipboard-btn{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.2s ease}.hmyt-chatbot-window .message-footer .copy-to-clipboard-btn:hover{background-color:rgb(0 0 0 / .08)}.hmyt-chatbot-window .message-footer .copy-to-clipboard-btn svg{width:18px;height:18px;color:#54667a}.hmyt-chatbot-window .message-footer .regenerate-btn{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.2s ease,transform 0.3s ease}.hmyt-chatbot-window .message-footer .regenerate-btn:hover{background-color:rgb(0 0 0 / .08);transform:rotate(180deg)}.hmyt-chatbot-window .message-footer .regenerate-btn svg{width:18px;height:18px;color:#54667a}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.2s ease,color 0.2s ease}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn:hover{background-color:rgb(0 0 0 / .08)}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn svg{width:18px;height:18px;color:#54667a}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn.active.like svg{color:#12d41a}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn.active.dislike svg{color:#ff4f5d}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn:disabled:not(.active){cursor:not-allowed;opacity:.5}.header-content>svg{width:35px;height:35px}.hmyt-chatbot-fullscreen-active{width:100%;height:80vh;min-height:500px;position:relative;margin:20px 0}.hmyt-chatbot-fullscreen-active #hmyt-chatbot-window{position:absolute;top:0;left:0;width:100%;height:100%;max-width:none;max-height:none;border-radius:15px;visibility:visible;opacity:1;transform:none;transition:none;box-shadow:0 8px 30px rgb(0 0 0 / .1);border:1px solid #e0e0e0}.hmyt-chatbot-fullscreen-active #hmyt-chatbot-fab,.hmyt-chatbot-fullscreen-active.hmyt-chatbot-widget{display:none!important}.hmyt-chatbot-fullscreen-active #hmyt-close-chat-btn{display:none}button#hmyt-voice-input-btn{padding:0}.hmyt-chatbot-window .chat-input #hmyt-user-message-input{min-height:auto;resize:none;overflow-y:hidden;height:auto}.chat-header{border-radius:15px 15px 0 0}#hmyt-guest-info-form{flex-grow:1;overflow-y:auto;background-image:repeating-linear-gradient(45deg,#fafafa,#fafafa 30px,#fff 0,#fff 60px);z-index:10;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hmyt-guest-form-content{display:flex;flex-direction:column;gap:12px;width:100%;max-width:300px;text-align:center}.hmyt-guest-form-content p{margin:0 0 10px 0;color:#555;font-size:14px;line-height:1.6}.hmyt-guest-form-content input{width:100%;padding:12px;border:1px solid #e3e3e3;background:#fff;border-radius:10px;font-family:inherit;box-sizing:border-box;font-size:14px;transition:all 0.3s;text-align:center;direction:rtl}.hmyt-guest-form-content input:focus{border-color:var(--chatbot-widget-color);background:#fff;box-shadow:0 4px 12px rgb(0 0 0 / .05);outline:none}.hmyt-guest-form-content button{background:var(--chatbot-widget-color);color:#fff;padding:12px;border:none;border-radius:10px;cursor:pointer;font-family:inherit;font-weight:600;transition:opacity 0.2s,box-shadow 0.2s;font-size:14px;box-shadow:0 4px 10px rgb(0 0 0 / .1);margin-top:5px}.hmyt-guest-form-content button:hover{opacity:.8;box-shadow:0 6px 15px rgb(0 0 0 / .15)}.hmyt-post-recommendations{display:flex;flex-direction:column;gap:12px;margin-top:10px;align-self:flex-end;width:100%;max-width:85%}.hmyt-post-card{display:flex;align-items:center;gap:12px;padding:10px;background-color:#eff3f8;border-radius:18px;text-decoration:none!important;transition:all 0.2s ease;overflow:hidden;position:relative}.hmyt-post-card:hover{transform:none;opacity:.85}.hmyt-post-card-image{width:50px;height:50px;flex-shrink:0;border-radius:15px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hmyt-post-card-image img{width:100%;height:100%;object-fit:cover}.hmyt-no-image-placeholder{color:#adb5bd}.hmyt-post-card-details{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.hmyt-post-card-title{font-weight:600;color:#1f2029;font-size:13px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hmyt-post-card-meta{font-size:12px;color:#6c757d}.hmyt-post-card-meta.price{font-size:13px;font-weight:600;color:#059669;margin-top:2px;display:flex;align-items:center}.hmyt-post-card-meta.price del{color:#9ca3af;font-size:.9em;font-weight:400;margin-left:6px;opacity:.8}.hmyt-post-card-meta.price ins{text-decoration:none;color:#059669;background:#fff0;font-weight:700}.message h1{font-size:20px}.message h2{font-size:18px}.message h3{font-size:16px}button.hmyt-suggestion-btn.hmyt-order-tracking-btn{line-height:normal}body.dark .hmyt-chatbot-window,body.dark .chat-header{background-color:#262631;border-color:#414150}body.dark div#hmyt-chat-messages{background-image:repeating-linear-gradient(45deg,#2626314d,#262631c9 30px,#2a2a3673 0,#2a2a3669 60px)}body.dark .chat-header .header-content .font-bold{color:#fff}body.dark .chat-header .header-actions a,body.dark .chat-header .header-actions button,body.dark #hmyt-close-chat-btn svg{color:#ccc}body.dark .chat-header .header-actions a:hover,body.dark .chat-header .header-actions button:hover{background-color:#414150;color:#fff}body.dark .hmyt-chatbot-window .message.model{background:#353542;color:#e5e7eb}body.dark .hmyt-chatbot-window .message.user{color:#e5e7eb}body.dark .message h1,body.dark .message h2,body.dark .message h3,body.dark .message strong{color:#fff}body.dark .hmyt-chatbot-window .message-footer .copy-to-clipboard-btn svg,body.dark .hmyt-chatbot-window .message-footer .regenerate-btn svg,body.dark .hmyt-chatbot-window .message-footer .hmyt-feedback-btn svg{color:#9ca3af}body.dark .hmyt-chatbot-window .message-footer .copy-to-clipboard-btn:hover,body.dark .hmyt-chatbot-window .message-footer .regenerate-btn:hover,body.dark .hmyt-chatbot-window .message-footer .hmyt-feedback-btn:hover{background-color:#414150}body.dark .hmyt-chatbot-window .typing-indicator{background-color:#353542}body.dark .hmyt-chatbot-window .typing-indicator span{background-color:#9ca3af}body.dark .hmyt-chatbot-window .chat-input{background-color:#262631;border-top-color:#414150}body.dark .hmyt-chatbot-window .chat-input textarea{background:#262631;border-color:#414150;color:#fff}body.dark .hmyt-chatbot-window .chat-input textarea:focus{border-color:var(--chatbot-widget-color)}body.dark .chat-input input[type=text]::placeholder{color:#9ca3af!important}body.dark #hmyt-voice-input-btn{background-color:#353542;color:#ccc}body.dark #hmyt-voice-input-btn:hover{background-color:#414150;color:#fff}body.dark .hmyt-suggestion-btn{background-color:#fff0;border-color:#414150;color:#e5e7eb}body.dark .hmyt-suggestion-btn:hover{background-color:#414150;border-color:#555}body.dark .hmyt-suggestion-btn.hmyt-order-tracking-btn{color:var(--chatbot-widget-color);border-color:var(--chatbot-widget-color)}body.dark .hmyt-suggestion-btn.hmyt-order-tracking-btn:hover{background-color:#414150}body.dark .hmyt-chatbot-window .message.model>p a{color:#24b7e7}body.dark .hmyt-product-card,body.dark .hmyt-chatbot-order-item,body.dark .hmyt-category-card,body.dark .hmyt-post-card{background-color:#262631;border-color:#353542;color:#e5e7eb}body.dark .hmyt-product-card:hover,body.dark .hmyt-chatbot-order-item:hover,body.dark .hmyt-category-card:hover,body.dark .hmyt-post-card:hover{border-color:#414150}body.dark .hmyt-product-card-title,body.dark .hmyt-post-card-title,body.dark .hmyt-category-card-title,body.dark .hmyt-chatbot-order-item .order-id{color:#fff}body.dark .hmyt-chatbot-order-item .order-meta,body.dark .hmyt-category-card-count,body.dark .hmyt-post-card-meta{color:#9ca3af}body.dark .hmyt-chatbot-order-item .order-icon{background-color:#353542}body.dark .hmyt-post-card-image{background:#414150}body.dark #hmyt-guest-info-form{background:#262631}body.dark .hmyt-guest-form-content p{color:#e5e7eb}body.dark .hmyt-guest-form-content input{background:#353542;border-color:#414150;color:#fff}body.dark .hmyt-guest-form-content input:focus{border-color:var(--chatbot-widget-color)}body.dark .hmyt-chatbot-login-required{background:#353542;border-color:#414150}body.dark .hmyt-chatbot-login-required p{color:#e5e7eb}body.dark .chat-header .label-in-title-chatbot-webpremium{background:#414150;color:#d1d5db}body.dark .hmyt-chatbot-window .chat-messages::-webkit-scrollbar-thumb,body.dark .hmyt-chatbot-window .chat-input textarea::-webkit-scrollbar-thumb{background-color:#414150}body.dark .hmyt-chatbot-window .avatar-container .check{background:#30303c}body.dark .hmyt-chatbot-fullscreen-active #hmyt-chatbot-window{border-color:#414150}.message pre{display:flex;flex-direction:column;background:#fff0;padding:0;margin-block:1em 1em;margin-inline:0}.message code{background:#e4ecf0;border-radius:12px;padding:10px 18px;direction:ltr;text-align:left;position:relative;overflow:auto}.message code::before{position:absolute;top:9px;right:10px;background:#cfd8dc;border-radius:8px;font-family:initial;padding:1px 11px;font-size:12px;font-weight:500;opacity:.8;pointer-events:none;user-select:none}.message code.language-css::before{content:'CSS'}.message code.language-code::before{content:'code'}.message code.language-php::before{content:'PHP'}.message code.language-javascript::before{content:'JavaScript'}.message code.language-html::before{content:'HTML'}.message code.language-xml::before{content:'XML'}.message code.language-sql::before{content:'SQL'}.message table{width:100%;margin:1rem 0;border-collapse:separate;border-spacing:0;background:rgb(86 88 106 / 8%);border-radius:12px;overflow:hidden;font-size:14px}.message th,.message td{padding:10px 14px;text-align:center;border-bottom:6px solid rgb(255 255 255 / .08);border-right:6px solid rgb(255 255 255 / .08)}.message thead th{font-weight:600;background:rgb(255 255 255 / .06)}.message tbody tr:last-child td{border-bottom:none}.message th:first-child,.message td:first-child{border-right:none}.message th:last-child,.message td:last-child{border-left:none}:root{--hmyt-cw-button-bg:#0f3072;--hmyt-cw-icon-color:#ffffff;--hmyt-cw-panel-bg:#ffffff}[id^="hmyt-contact-widget-container"]{position:fixed;z-index:999940;font-family:inherit}.hmyt-contact-widget-bottom_right{bottom:var(--hmyt-cw-fab-bottom-spacing);right:var(--hmyt-cw-fab-side-spacing)}.hmyt-contact-widget-bottom_left{bottom:var(--hmyt-cw-fab-bottom-spacing);left:var(--hmyt-cw-fab-side-spacing)}.hmyt-contact-fab{width:60px;height:60px;background-color:var(--hmyt-cw-button-bg);color:var(--hmyt-cw-icon-color);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 12px rgb(0 0 0 / .15);transition:transform 0.3s cubic-bezier(.34,1.56,.64,1)}.hmyt-contact-fab:hover{transform:scale(1.1)}.hmyt-contact-fab svg{width:32px;height:32px;transition:transform 0.3s ease}.hmyt-contact-fab.open svg{transform:rotate(15deg)}.hmyt-contact-fab.hmyt-fab-with-label::before{content:var(--hmyt-cw-fab-label-text,'تماس با ما');position:absolute;white-space:nowrap;background:#333;color:#fff;line-height:normal;top:-35px;font-size:11px;padding:4px 10px;border-radius:15px;right:50%;transform:translateX(50%);box-shadow:0 2px 5px rgb(0 0 0 / .1);opacity:1;visibility:visible;transition:opacity 0.2s ease-in-out,visibility 0.2s ease-in-out}.hmyt-contact-fab.open::before{opacity:0;visibility:hidden}.hmyt-contact-panel{position:absolute;bottom:75px;right:0;width:320px;max-width:85vw;background-color:var(--hmyt-cw-panel-bg);border-radius:20px;box-shadow:0 8px 30px rgb(0 0 0 / .1);display:flex;flex-direction:column;overflow:hidden;visibility:hidden;opacity:0;transform:scale(0);transform-origin:bottom right;transition:visibility 0s 0.3s,opacity 0.3s ease,transform 0.3s ease}.hmyt-contact-widget-bottom_left .hmyt-contact-panel{right:auto;left:0;transform-origin:bottom left}#hmyt-contact-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00052a30;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);z-index:-1;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;cursor:pointer}#hmyt-contact-overlay.open{opacity:1;visibility:visible}.hmyt-contact-panel.open{visibility:visible;opacity:1;transform:scale(1);transition-delay:0s}.hmyt-panel-header{padding:20px;text-align:center;border-bottom:1px solid #f0f0f0}.hmyt-panel-header h4{margin:0 0 5px;font-size:16px;font-weight:700;color:#1f2937}.hmyt-panel-header p{margin:0;font-size:13px;color:#6b7280}.hmyt-panel-body{padding:10px;max-height:50vh;overflow-y:hidden}.hmyt-panel-body::-webkit-scrollbar{width:5px}.hmyt-panel-body::-webkit-scrollbar-track{background:#fff0}.hmyt-panel-body::-webkit-scrollbar-thumb{background-color:rgb(0 0 0 / .15);border-radius:20px;border:3px solid #fff0}.hmyt-panel-body::-webkit-scrollbar-thumb:hover{background-color:rgb(0 0 0 / .3)}.hmyt-accordion-item{border-radius:15px;overflow:hidden;opacity:0;transform:translateY(20px);transition:opacity 0.3s ease,transform 0.3s ease;margin-bottom:8px}.hmyt-accordion-item:last-child{margin-bottom:0}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(1){transition-delay:0.1s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(2){transition-delay:0.15s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(3){transition-delay:0.2s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(4){transition-delay:0.25s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(5){transition-delay:0.3s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(6){transition-delay:0.35s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(7){transition-delay:0.4s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(8){transition-delay:0.45s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(9){transition-delay:0.5s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(10){transition-delay:0.55s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(11){transition-delay:0.6s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(12){transition-delay:0.65s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(13){transition-delay:0.7s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(14){transition-delay:0.75s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(15){transition-delay:0.8s}.hmyt-contact-panel.open .hmyt-accordion-item{opacity:1;transform:translateY(0)}.hmyt-accordion-header{display:flex;align-items:center;padding:12px;text-decoration:none;transition:background-color 0.2s;background-color:#f9fafb}a.hmyt-accordion-header{user-select:none}.hmyt-accordion-header:hover{background-color:#f3f4f6}.hmyt-accordion-icon{width:45px;height:45px;border-radius:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:12px}.hmyt-accordion-icon svg{width:24px;height:24px;color:#fff}.hmyt-accordion-title{font-size:14px;font-weight:600;color:#374151;flex-grow:1;text-align:right}.hmyt-accordion-arrow{margin-right:auto;color:#9ca3af;transition:transform 0.3s}@keyframes hmyt-cwfab-wiggle{0%,100%{transform:rotate(0deg)}25%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}75%{transform:rotate(-2deg)}}@keyframes hmyt-cwfab-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--hmyt-cw-button-bg) 50%,transparent)}70%{box-shadow:0 0 0 20px color-mix(in srgb,var(--hmyt-cw-button-bg) 0%,transparent)}100%{box-shadow:0 0 0 0 color-mix(in srgb,var(--hmyt-cw-button-bg) 0%,transparent)}}.hmyt-contact-fab.hmyt-fab-animated{animation:hmyt-cwfab-wiggle 2.5s ease-in-out infinite,hmyt-cwfab-pulse 2.5s ease-out infinite;animation-delay:2s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(1) a[href="#hmyt-open-chatbot"] svg{width:30px;height:30px}.hmyt-accordion-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.label-in-title-chatbot-webpremium{font-weight:500;font-size:10px;padding:3px 8px;color:#54667a;background:#ecf1fd;border-radius:10px;display:inline-flex;align-items:center;line-height:normal;white-space:nowrap}.label-in-title-chatbot-webpremium span{margin-left:5px;width:6px;height:6px;background-color:#46c864;border-radius:50%}body.dark{--hmyt-cw-panel-bg:#262631}body.dark .hmyt-contact-fab.hmyt-fab-with-label::before{background:#353542;color:#fff;box-shadow:0 2px 5px rgb(0 0 0 / .3)}body.dark .hmyt-panel-header{border-bottom-color:#414150}body.dark .hmyt-panel-header h4{color:#fff}body.dark .hmyt-panel-header p{color:#9ca3af}body.dark .hmyt-accordion-header{background-color:#353542;color:#e5e7eb}body.dark .hmyt-accordion-header:hover{background-color:#414150}body.dark .hmyt-accordion-title{color:#e5e7eb}body.dark .hmyt-accordion-arrow{color:#9ca3af}body.dark .hmyt-panel-body::-webkit-scrollbar-thumb{background-color:#414150}body.dark .hmyt-panel-body::-webkit-scrollbar-thumb:hover{background-color:#555}body.dark .label-in-title-chatbot-webpremium{background:#414150;color:#d1d5db}:root{--hmyt-pc-primary:#ee1844;--hmyt-pc-primary-hover:#f14669}.hmyt-pc-wrapper{background:#eff3f8;display:flex;gap:15px;border-radius:20px;padding:20px;box-shadow:0 1px 2px 0 rgb(0 0 0 / .05);font-family:inherit;direction:rtl;margin-bottom:20px;flex-direction:column}.hmyt-pc-price-box{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.hmyt-pc-price-top-row{display:flex;align-items:center;justify-content:flex-end;gap:8px;width:100%}.hmyt-pc-old-price{color:#c3c3c7;font-size:14px;text-decoration:line-through}.hmyt-pc-old-price bdi,.hmyt-pc-old-price .amount{text-decoration:line-through}.hmyt-pc-discount-badge{background-color:#ee1844;color:#fff;font-size:15px;line-height:0;font-weight:700;padding:3px 5px 2px;border-radius:6px;box-shadow:3px 1px 4px #f1455942;height:20px;display:flex;align-items:center;justify-content:center}.hmyt-pc-price-bottom-row{display:flex;align-items:center;justify-content:flex-end;gap:4px}.hmyt-pc-final-price{font-size:20px;font-weight:700;color:#080d19;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.hmyt-pc-final-price [aria-hidden="true"]{margin:0 4px}.hmyt-pc-price-bottom-row bdi,.hmyt-mc-item-price bdi,#hmyt-mc-total-price bdi{display:inline-flex;align-items:center;gap:4px;direction:rtl}body .hmyt-pc-add-to-cart-btn{width:100%;background-color:var(--hmyt-pc-primary);color:#fff;border:none;border-radius:12px;padding:12px 16px;font-size:15px;font-weight:700;cursor:pointer;transition:background-color 0.3s ease;display:flex;justify-content:center;align-items:center;gap:8px;text-transform:none;text-shadow:none;letter-spacing:normal;box-shadow:none;outline:none;font-family:inherit}body .hmyt-pc-add-to-cart-btn:hover{background-color:var(--hmyt-pc-primary-hover);color:#fff!important}body .hmyt-pc-add-to-cart-btn:disabled,body .hmyt-pc-btn-disabled{width:100%;background-color:#fff0;color:var(--hmyt-pc-primary)!important;border:1px solid var(--hmyt-pc-primary);border-radius:12px;font-weight:700;cursor:pointer;padding:12px 16px;height:46px;min-height:46px;display:flex;box-sizing:border-box;align-items:center;justify-content:center}body .hmyt-pc-select-options-btn{width:100%;background-color:#fff0;color:var(--hmyt-pc-primary)!important;border:1px solid var(--hmyt-pc-primary);border-radius:12px;font-weight:700;cursor:pointer;padding:12px 16px;height:46px;min-height:46px;display:flex;box-sizing:border-box;align-items:center;justify-content:center;text-transform:none;text-shadow:none;letter-spacing:normal;box-shadow:none;outline:none;font-family:inherit}.hmyt-pc-meta-info{border-top:1px solid #f0f0f1}.hmyt-pc-divider{height:1px;background-color:#f0f0f1;margin:12px 0}.hmyt-pc-spinner{border:2px solid rgb(255 255 255 / .3);border-top:2px solid #fff;border-radius:50%;width:16px;height:16px;animation:hmyt-spin 1s linear infinite;display:inline-block}@keyframes hmyt-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.hmyt-highlight-form{animation:hmyt-flash 1s;border:1px solid var(--hmyt-pc-primary);padding:10px;border-radius:8px}@keyframes hmyt-flash{0%{background-color:rgb(239 57 78 / .1)}100%{background-color:#fff0}}.hmyt-pc-notification-modal{position:fixed;bottom:0;left:0;width:100%;height:auto;z-index:999999;display:flex;align-items:center;justify-content:center;padding:25px 5px;pointer-events:none;background:linear-gradient(180deg,transparent,rgb(0 0 0 / .3));visibility:hidden;opacity:0;transition:all 0.3s ease}@media (max-width:768px){.hmyt-pc-notification-modal{bottom:105px!important;padding-bottom:30px;background:linear-gradient(180deg,transparent,rgb(0 0 0 / .3))}body:has(.hmyt-mobile-sticky-footer.hmyt-footer-hidden) .hmyt-pc-notification-modal{bottom:0px!important}}.hmyt-pc-notification-content{pointer-events:auto}.hmyt-pc-notification-modal.active{visibility:visible;opacity:1}.hmyt-pc-notification-content{background:#fff;border-radius:8px;padding:5px 5px;display:flex;align-items:center;justify-content:space-between;width:95%;max-width:400px;border:1px solid #f0f0f1;transform:translateY(20px);transition:transform 0.3s ease}.hmyt-pc-notification-modal.active .hmyt-pc-notification-content{transform:translateY(0)}.hmyt-pc-notif-right{display:flex;align-items:center;gap:5px}body .hmyt-pc-notif-close{background:#fff0;border:none;cursor:pointer;padding:5px;display:flex;color:#a1a3a8;border-radius:50%;transition:color 0.2s}body .hmyt-pc-notif-close:hover{color:#000;background:transparent!important}.hmyt-pc-notif-close svg{width:20px;height:20px}.hmyt-pc-notif-message{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#000}.hmyt-pc-notif-message span{color:#3aad00}.hmyt-pc-success-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.hmyt-pc-go-cart-btn{display:flex;align-items:center;gap:4px;text-decoration:none;color:#424750;font-size:12px;font-weight:600;padding:6px 12px;border-radius:6px;transition:color 0.2s}.hmyt-pc-go-cart-btn:hover{color:#000}.hmyt-pc-go-cart-btn svg{width:16px;height:16px}.hmyt-hidden{display:none!important}.hmyt-pc-qty-controller{display:flex;align-items:center;justify-content:space-between;width:100%}.hmyt-qty-box{display:flex;align-items:center;justify-content:space-between;background:#fafcff;border:1px solid #e0e0e2;border-radius:12px;padding:0 8px;width:110px;height:44px;box-shadow:0 1px 2px 0 rgb(0 0 0 / .05);user-select:none}.hmyt-qty-btn{cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:100%;color:#ee1844}.hmyt-qty-btn svg{display:block}.hmyt-qty-num{font-size:18px;font-weight:700;color:#ee1844;width:30px;text-align:center}.hmyt-qty-text-section{margin-right:15px;flex-grow:1;line-height:normal;align-content:center}.text-in-cart{font-size:11px;color:#424750;font-weight:700;margin:0 0 2px 0}.link-cart{font-size:11px;color:#a1a3a8}.link-cart a{color:#19bfd3;text-decoration:none;font-weight:700;margin-right:4px;cursor:pointer}.hmyt-qty-text-section>.link-cart>a.hmyt-trigger-mini-cart{color:#19bfd3;cursor:pointer}.hmyt-pc-add-to-cart-btn{position:relative}.hmyt-pc-wrapper .added_to_cart,.hmyt-mobile-sticky-footer .added_to_cart,a.added_to_cart.wc-forward{display:none!important}.hmyt-pc-loading-spinner{line-height:0;display:flex;align-items:center;justify-content:center}body .hmyt-pc-add-to-cart-btn{height:46px;min-height:46px;box-sizing:border-box}body .hmyt-pc-add-to-cart-btn.loading .hmyt-btn-text{opacity:0;visibility:hidden}body .hmyt-pc-add-to-cart-btn.loading .hmyt-pc-loading-spinner,body .hmyt-pc-add-to-cart-btn.loading .hmyt-button-loading{display:inline-flex!important;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0!important;color:#fff!important}body .hmyt-pc-add-to-cart-btn.loading{background-color:var(--hmyt-pc-primary)!important;border-color:var(--hmyt-pc-primary)!important;color:#fff!important;opacity:.9;cursor:wait}body .hmyt-pc-add-to-cart-btn.loading::after,body .hmyt-pc-add-to-cart-btn.loading::before{display:none!important;content:none!important}.hmyt-qty-num svg{width:20px;height:20px;vertical-align:middle}.hmyt-pc-current-price bdi,.hmyt-pc-old-price bdi{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;font-weight:500}.hmyt-pc-vertical-slider{height:24px;overflow:hidden;position:relative}.hmyt-pc-slider-track{display:flex;flex-direction:column;transition:transform 0.5s cubic-bezier(.4,0,.2,1)}.hmyt-pc-slider-item{height:24px;display:flex;align-items:center;gap:8px;white-space:nowrap}.hmyt-pc-slider-item img{width:18px;height:18px!important;object-fit:contain;margin:0!important}.hmyt-pc-slider-item p{font-size:13px;font-weight:700;margin:0;line-height:24px}.hmyt-info-card-container{direction:rtl;margin-bottom:30px}.hmyt-info-rating-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 8px 0;font-size:12px;color:#707070}.hmyt-info-comments-group{display:flex;align-items:center;flex-wrap:wrap;gap:8px}@media (max-width:768px){.hmyt-rating-separator{display:none!important}.hmyt-info-stars{width:100%;margin-bottom:2px}}.hmyt-info-stars{display:flex;align-items:center;gap:4px;color:#000;font-weight:700}.hmyt-info-dot{width:5px;height:5px;background:#cdd4dc;border-radius:50%}.hmyt-info-rating-row>.hmyt-info-link{text-decoration:none;font-weight:600;color:#424750;padding:3px 10px;border-radius:15px;line-height:normal;background:#ecedffb3;display:flex;align-items:center;gap:3px}.type-container{margin-bottom:15px}.mb-2{margin-bottom:8px!important}.type-container-title{font-size:14px;font-weight:700;color:#424750}.type-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0!important}body .type-list li{padding:6px 12px;border-radius:10px;cursor:pointer;font-size:13px;font-weight:500;color:#424750;transition:all 0.2s ease;background:#eff3f8;user-select:none;line-height:normal;margin:0!important}body .type-list li:hover{border-color:#a1a3a8}body .type-list li.selected{border-color:var(--hmyt-pc-primary);color:var(--hmyt-pc-primary);font-weight:700;outline:2px solid var(--hmyt-pc-primary)}.type-list li.selected::before{content:'';display:inline-block;width:16px;height:16px;margin-left:4px;background-color:var(--hmyt-pc-primary);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpolyline points='2.75 8.75,6.25 12.25,13.25 4.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpolyline points='2.75 8.75,6.25 12.25,13.25 4.75'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;position:relative;top:-1px}.hmyt-pc-final-price span>svg.hmyt-toman-symbol{color:#67788b}.hmyt-attr-title{display:block;font-weight:700;margin:25px 0 15px;font-size:15px}.hmyt-attr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hmyt-attr-item{background:#eff3f8;gap:4px;position:relative;display:inline-flex;flex-direction:column;border-radius:10px;padding:8px 10px;margin-left:8px;margin-bottom:8px}.hmyt-attr-label{font-size:11px;color:#81858b;line-height:normal;font-weight:400}.hmyt-attr-value{font-size:12px;color:#1c1c25;font-weight:500}@media (max-width:768px){.hmyt-attr-grid{grid-template-columns:1fr}}.hmyt-qty-box{align-items:stretch}.hmyt-qty-num-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;width:30px}.hmyt-qty-num{width:auto;line-height:1.2}.hmyt-qty-max-text{font-size:9px;color:#a1a3a8;font-weight:400;display:none}.hmyt-qty-max-text.active{display:block;margin-top:-4px}.hmyt-qty-btn.hmyt-disabled{opacity:0.3!important;pointer-events:none!important;cursor:default!important;filter:grayscale(100%)!important}.hmyt-pc-club-section{display:flex;align-items:center;justify-content:space-between}.hmyt-pc-club-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#424750}.hmyt-pc-club-value{display:flex;align-items:baseline;gap:4px;color:#f5c518}.hmyt-club-points{font-size:16px;font-weight:800;color:#f5c518;line-height:1}.hmyt-club-text{font-size:11px;font-weight:400;color:#81858b}.hmyt-product-header{margin-bottom:15px}.hmyt-brand-row{margin-bottom:8px;text-align:right}.hmyt-product-header div>.hmyt-brand-link{font-size:13px;color:#080a0e;text-decoration:none;font-weight:400}.hmyt-product-header>.hmyt-product-title{color:#080a0e;margin:0 0 8px 0;padding:0;font-size:17px;line-height:30px;font-weight:700;display:flex;align-items:center}.hmyt-product-subtitle{font-size:13px;color:#81858b;font-weight:400;text-align:left;margin-bottom:15px;font-family:sans-serif;align-items:center;display:flex;position:relative}.hmyt-header-divider{border-bottom:1px dashed #e0e0e2;width:100%;margin-bottom:15px}.hmyt-product-subtitle:before{border-bottom:dashed 1px #e5e9ec;content:"";height:1px;position:absolute;right:0;width:100%}.hmyt-product-subtitle>span{background-color:#fff;color:#979797;display:inline-block;font-size:11px;padding-left:10px;z-index:1}.hmyt-pc-detail-row{display:flex;align-items:center;gap:12px;padding:2px 0}.hmyt-pc-detail-icon{color:#424750;display:flex;align-items:center;justify-content:center;width:20px}.hmyt-pc-detail-icon svg{width:20px;height:20px}.hmyt-pc-detail-text{display:flex;align-items:center;gap:6px;font-size:12px;color:#424750;font-weight:600;width:100%}.hmyt-pc-value.font-en{font-family:sans-serif;font-weight:500;letter-spacing:.5px;color:#9ca3af}.hmyt-pc-value.status-ready{color:#9ca3af;font-weight:500}.hmyt-pc-detail-divider{border-bottom:1px dashed #dbe0e6;margin:8px 0;width:100%}.hmyt-pc-badges-row{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}.hmyt-pc-badge{font-size:12px;font-weight:500;padding:2px 6px;border-radius:7px;line-height:normal;white-space:nowrap;background-color:#13deb91a;color:#11b3c7}.hmyt-mobile-sticky-footer{display:none;position:fixed;bottom:0;left:0;width:100%;background:#fff;z-index:99;box-shadow:0 -2px 10px rgb(0 0 0 / .1);padding:10px 16px;box-sizing:border-box;transition:transform 0.3s cubic-bezier(.4,0,.2,1)}.hmyt-mobile-sticky-footer.hmyt-footer-hidden{transform:translateY(110%)}.hmyt-ms-header{display:flex;align-items:center;width:100%;gap:10px}.hmyt-ms-actions{flex:0 0 calc(60% - 5px);width:calc(60% - 5px);min-width:0}.hmyt-ms-price-box{flex:0 0 calc(40% - 5px);width:calc(40% - 5px);display:flex;flex-direction:column;align-items:flex-end;justify-content:center;white-space:nowrap}.hmyt-ms-top-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f2f4;padding-bottom:8px;margin-bottom:8px;gap:10px}.hmyt-ms-slider{flex-grow:1;height:24px;overflow:hidden;position:relative;border-bottom:none;padding-bottom:0;margin-bottom:0}.hmyt-ms-slider .hmyt-pc-slider-item p{font-size:11px}.hmyt-ms-var-col{flex-shrink:0;padding-right:10px;border-right:1px solid #e0e0e2}.hmyt-scroll-to-variations{font-size:11px;font-weight:700;color:#19bfd3;cursor:pointer;display:flex;align-items:center;line-height:1}.hmyt-ms-price-box .hmyt-pc-final-price{font-size:18px}.hmyt-ms-price-box .hmyt-pc-old-price{font-size:11px}.hmyt-ms-price-box .hmyt-pc-price-top-row{justify-content:flex-end}@media (max-width:768px){.hmyt-pc-wrapper:not(.hmyt-smart-sticky-enabled) .hmyt-pc-action-box>*:not(.hmyt-pc-notify-me-wrapper),.hmyt-pc-wrapper:not(.hmyt-smart-sticky-enabled) .hmyt-pc-price-box,.hmyt-pc-wrapper:not(.hmyt-smart-sticky-enabled) .hmyt-pc-product-info,.hmyt-pc-wrapper:not(.hmyt-smart-sticky-enabled) .hmyt-pc-vertical-slider:not(.hmyt-ms-slider){display:none!important}.hmyt-pc-wrapper:not(.hmyt-smart-sticky-enabled) .hmyt-pc-action-box{margin-bottom:0}.hmyt-mobile-sticky-footer{display:block}body{padding-bottom:100px}.hmyt-mobile-sticky-footer .hmyt-pc-add-to-cart-btn{height:44px;font-size:14px;width:100%}.hmyt-mobile-sticky-footer .hmyt-qty-box{height:44px;width:110px!important;background:#fafcff;border:1px solid #e0e0e2}.hmyt-mobile-sticky-footer .hmyt-qty-text-section{margin-right:10px;font-size:11px}.hmyt-mobile-sticky-footer .hmyt-pc-select-options-btn{padding:10px;height:44px;width:100%;display:flex;align-items:center;justify-content:center}}.hmyt-pc-product-info{display:flex;align-items:center;margin-bottom:20px;border:dashed 2px #e5e9ec;border-radius:20px;padding:10px;background:#fff}.hmyt-pc-product-info img{border-radius:15px;width:60px;height:60px;object-fit:cover;flex-shrink:0}.hmyt-pc-product-info h2{color:#1c1c25;font-weight:500;font-size:14px;padding-right:15px;line-height:1.5rem;letter-spacing:-.4px;word-spacing:-1px;margin:0;max-height:45px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hmyt-mini-cart{position:fixed;top:10px;bottom:10px;left:auto;right:0;z-index:9999999;background:#fff;box-shadow:-5px 0 25px rgb(0 0 0 / 15%);max-width:520px!important;width:90%;transform:translateX(120%);transition:all .4s cubic-bezier(.25,.8,.25,1);opacity:0;visibility:hidden;pointer-events:none;border-radius:10px 0 0 10px;display:flex;flex-direction:column;padding:0!important;overflow:hidden}.hmyt-mini-cart.show{transform:translateX(0);opacity:1;visibility:visible;pointer-events:all}#hmyt-mini-cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999998;opacity:0;visibility:hidden;transition:all 0.3s;backdrop-filter:blur(1px);background:#00052a30}#hmyt-mini-cart-overlay.show{opacity:1;visibility:visible}.hmyt-mc-header{border-bottom:solid 1px #e9e9e9;padding:0 20px;display:flex;align-items:center;flex-direction:row;background:#fff;height:85px}.hmyt-mc-header span{font-size:18px;font-weight:700;color:#424750}.hmyt-mc-count{background:var(--hmyt-pc-primary);color:#fff!important;min-width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border-radius:50%;margin-right:10px}#hmyt-mc-close{cursor:pointer;color:#a1a3a8;position:absolute;transition:0.2s;position:absolute;top:0;left:0;width:65px;height:80px;cursor:pointer;opacity:.5;display:flex;align-items:center}#hmyt-mc-close:hover{color:#000}.hmyt-mc-contents{overflow-y:auto;padding-bottom:20px;flex:1;scrollbar-width:thin;scrollbar-color:rgb(0 0 0 / .1) #fff0}.hmyt-mc-contents::-webkit-scrollbar{width:4px}.hmyt-mc-contents::-webkit-scrollbar-track{background:#fff0}.hmyt-mc-contents::-webkit-scrollbar-thumb{background-color:rgb(0 0 0 / .15);border-radius:10px}.hmyt-mc-contents::-webkit-scrollbar-thumb:hover{background-color:rgb(0 0 0 / .3)}body.dark .hmyt-mc-contents{scrollbar-color:rgb(255 255 255 / .15) #fff0}body.dark .hmyt-mc-contents::-webkit-scrollbar-thumb{background-color:rgb(255 255 255 / .15)}body.dark .hmyt-mc-contents::-webkit-scrollbar-thumb:hover{background-color:rgb(255 255 255 / .3)}.hmyt-mc-item{padding:15px 20px;border-bottom:solid 1px #f1f2f4;display:flex;align-items:flex-start}.hmyt-mc-item:last-child{border:none}.hmyt-mc-item-icon img{width:60px;height:60px;border-radius:8px;object-fit:cover}.hmyt-mc-item-details{flex:1;display:flex;flex-direction:column;justify-content:center;gap:8px}.hmyt-mc-item-title{font-size:13px;color:#424750;text-decoration:none;line-height:1.4}.hmyt-mc-item-price{font-size:17px;font-weight:700;color:#424750;white-space:nowrap;direction:rtl}#hmyt-mc-footer{padding:20px;background:#fff;border-top:1px solid #f1f2f4;z-index:10}.hmyt-mc-notif-container{position:relative;z-index:5;width:100%}.hmyt-mc-notif-container::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:120px;background:linear-gradient(180deg,transparent,rgb(0 0 0 / .104));opacity:0;visibility:hidden;transition:all 0.4s ease;pointer-events:none;z-index:-1}.hmyt-mc-notif-container.active::before{opacity:1;visibility:visible}body.dark .hmyt-mc-notif-container::before{background:linear-gradient(180deg,transparent,rgb(0 0 0 / .5))}.hmyt-mc-inner-notif{position:absolute;bottom:-30px;left:0;right:0;margin:0 auto;width:max-content;max-width:85%;background:#fff;border-radius:8px;padding:5px 15px;border:1px solid #f0f0f1;display:flex;align-items:center;justify-content:center;transform:translateY(0);transition:all 0.4s cubic-bezier(.25,.8,.25,1);opacity:0;visibility:hidden}.hmyt-mc-inner-notif.active{transform:translateY(-45px);opacity:1;visibility:visible}.hmyt-mc-info{background:#eff3f8;color:#374759;font-size:17px;padding:10px 20px;height:60px;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:10px;font-weight:700}body .hmyt-mc-checkout{height:60px;background:var(--hmyt-pc-primary);color:#fff;border-radius:12px;font-weight:700;font-size:18px;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;text-transform:none;border:none;box-shadow:none;outline:none}body .hmyt-mc-checkout:hover{background:var(--hmyt-pc-primary-hover);color:#fff}.hmyt-qty-box-sm{width:100px!important;height:40px!important;padding:0 4px!important}.hmyt-qty-box-sm .hmyt-qty-num{font-size:15px!important}.hmyt-qty-box-sm .hmyt-qty-btn svg{width:16px;height:16px}.hmyt-mc-item-delete{color:#a1a3a8;cursor:pointer;padding:5px;transition:0.2s}.hmyt-mc-item-delete:hover{color:var(--hmyt-pc-primary)}@media screen and (max-width:500px){.hmyt-mini-cart{border-radius:0;top:0;bottom:0;transform:translateX(100%)}}#hmyt-mc-total-price{padding:0 10px 0 5px;font-size:20px;direction:rtl;display:flex;align-items:center}.hmyt-mc-bottom-row{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:10px}.hmyt-mc-attributes-box{display:flex;flex-direction:column;gap:6px;margin-top:-2px;margin-bottom:5px}.hmyt-mc-attr-row{display:flex;align-items:center;gap:6px;font-size:11px;line-height:1.2;flex-wrap:wrap}.hmyt-mc-attr-label{font-weight:500;color:#81858b}.hmyt-mc-attr-value{font-weight:400;color:#424750}.hmyt-mc-attr-row .hmyt-info-dot{flex-shrink:0}.hmyt-mobile-nav-content{position:relative}.hmyt-mc-count.header-item-count{position:absolute;top:20px;left:28px;display:flex;flex-direction:row;justify-content:center;align-items:center;line-height:normal;font-size:9px!important;font-weight:700;color:#fff;background:var(--hmyt-pc-primary);min-width:20px!important;height:20px!important;padding:0 4px;text-align:center;border-radius:30px;z-index:10;border:2px solid #fff}body.dark .header-item-count{border-color:#262631}body.dark .hmyt-pc-wrapper{background:#353542;box-shadow:0 4px 15px rgb(0 0 0 / .3)}body.dark .hmyt-pc-final-price,body.dark .hmyt-product-header>.hmyt-product-title,body.dark .hmyt-mc-header span,body.dark .hmyt-mc-item-price,body.dark .hmyt-attr-value,body.dark .hmyt-mc-attr-value,body.dark .hmyt-info-stars{color:#fff}body.dark .hmyt-pc-old-price,body.dark .hmyt-product-subtitle,body.dark .hmyt-attr-label,body.dark .hmyt-mc-attr-label,body.dark .hmyt-pc-detail-text,body.dark .link-cart,body.dark .text-in-cart,body.dark .hmyt-pc-value.font-en,body.dark .hmyt-pc-value.status-ready,body.dark .hmyt-club-text,body.dark .hmyt-pc-club-label{color:#9ca3af}body.dark .type-container-title.mb-2{color:#fff}body.dark .hmyt-pc-detail-icon{color:#aeaebb}body.dark .hmyt-mc-item-title{color:#fff}body.dark .hmyt-pc-divider,body.dark .hmyt-pc-meta-info,body.dark .hmyt-header-divider,body.dark .hmyt-pc-detail-divider,body.dark .hmyt-mc-header,body.dark .hmyt-mc-item,body.dark #hmyt-mc-footer{border-color:#414150;background-color:#fff0}body.dark .hmyt-product-subtitle:before{border-color:#414150}body.dark .hmyt-product-subtitle>span{background-color:#353542;color:#9ca3af}body.dark .hmyt-qty-box,body.dark .hmyt-qty-box-sm{background:#262631;border-color:#414150}body.dark .type-list li,body.dark .hmyt-attr-item,body.dark .hmyt-mc-info{background:#262631;color:#e5e7eb}body.dark .type-list li:hover{background:#414150}body.dark .type-list li.selected{background:#353542;border-color:var(--hmyt-pc-primary)}body.dark .hmyt-mini-cart,body.dark .hmyt-mc-header,body.dark #hmyt-mc-footer{background:#353542}body.dark .hmyt-mc-item:hover{background-color:#2e2e3a}body.dark #hmyt-mc-close,body.dark .hmyt-mc-item-delete{color:#9ca3af}body.dark .hmyt-mc-inner-notif{background:#262631;border-color:#414150}body.dark #hmyt-mc-close:hover{color:#fff}body.dark .hmyt-mobile-sticky-footer{background:#353542;border-top-color:#414150;box-shadow:0 -4px 15px rgb(0 0 0 / .4)}body.dark .hmyt-ms-top-row{border-bottom-color:#414150}body.dark .hmyt-ms-var-col{border-right-color:#414150}body.dark .hmyt-pc-notification-content{background:#262631;border-color:#414150}body.dark .hmyt-pc-notif-message,body.dark .hmyt-pc-go-cart-btn{color:#fff}body.dark .hmyt-pc-vertical-slider,body.dark .hmyt-ms-slider{background:#fff0}body.dark .hmyt-pc-product-info{background:#262631;border-color:#414150}body.dark .hmyt-pc-product-info h2{color:#fff}body.dark .header-item-count{border-color:#262631}body.dark .hmyt-pc-add-to-cart-btn:disabled,body.dark .hmyt-pc-btn-disabled{background-color:#414150;color:#81858b}.hmyt-button-loading{display:inline-flex;vertical-align:middle;line-height:0}.hmyt-button-loading>div{width:32px;height:32px;position:relative;display:flex;justify-content:center;align-items:center;direction:rtl}.hmyt-button-loading>div>span{position:absolute;top:13.2px;width:5.2px;height:5.2px;border-radius:50%;background:currentColor;opacity:.6}.hmyt-button-loading>div>span:nth-child(1){right:3.2px;animation:Hmyt_LoadingStart .6s ease 0s infinite}.hmyt-button-loading>div>span:nth-child(2){right:3.2px;animation:Hmyt_LoadingBetween .6s ease 0s infinite}.hmyt-button-loading>div>span:nth-child(3){right:12.8px;animation:Hmyt_LoadingBetween .6s ease 0s infinite}.hmyt-button-loading>div>span:nth-child(4){right:22.4px;animation:Hmyt_LoadingEnd .6s ease 0s infinite}@keyframes Hmyt_LoadingStart{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:.6}}@keyframes Hmyt_LoadingBetween{0%{transform:translate(0,0)}100%{transform:translate(-9.6px,0)}}@keyframes Hmyt_LoadingEnd{0%{transform:scale(1);opacity:.6}100%{transform:scale(0);opacity:0}}.hmyt-pc-compact-item{display:flex;flex-direction:row-reverse;gap:12px;padding:5px;background:#fff0;align-items:center;justify-content:space-between}.hmyt-pc-compact-item:hover{box-shadow:none;border:none}.hmyt-pc-compact-item .hmyt-pc-price-box{align-items:flex-end;width:auto;flex-shrink:0}.hmyt-pc-compact-item .hmyt-pc-action-box{margin:0;width:auto;max-width:60%;flex-grow:1}.hmyt-pc-compact-item .hmyt-pc-action-box:only-child{max-width:100%}.hmyt-ms-header .hmyt-ms-actions:only-child{max-width:100%;width:100%;flex:auto}.hmyt-pc-compact-item .hmyt-pc-qty-controller{justify-content:space-between;gap:10px}.hmyt-pc-compact-item .hmyt-qty-box{width:110px!important;margin:0;align-items:center}.hmyt-info-card-container{text-align:right}.hmyt-ms-header .hmyt-ms-actions:only-child,.hmyt-ms-header:not(:has(>*:not(.hmyt-ms-actions):not([style*="display: none"]):not([style*="display:none"]):not(.hmyt-hidden))) .hmyt-ms-actions{max-width:100%;width:100%;flex:auto}.hmyt-pc-compact-item .hmyt-qty-num-wrapper{flex-direction:column;display:flex;align-items:center;justify-content:center;line-height:normal}.hmyt-pc-compact-item .hmyt-qty-text-section{display:flex;flex-direction:column;justify-content:center;margin-right:0;align-items:flex-start;line-height:normal;width:100%}@media (max-width:768px){.hmyt-pc-compact-item .hmyt-pc-price-box{display:flex}.hmyt-pc-compact-item .hmyt-pc-action-box{display:block}}.hmyt-mc-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;flex:1;text-align:center;padding:20px}.hmyt-mc-empty-text{font-size:14px;padding-top:20px;font-weight:500;color:#bbb}.hmyt-mc-empty-state>svg{width:60px;height:60px;color:#d3d3d3}.hmyt-mc-special-icon{width:60px;height:auto!important;object-fit:contain!important}.hmyt-mc-item-icon.flex-c{flex-direction:column;align-items:center;gap:10px}.hmyt-mc-item-oos{background-color:#fffbfc;border-right:3px solid #ffab00}.hmyt-mc-item-oos .hmyt-mc-row-top,.hmyt-mc-item-oos .hmyt-mc-bottom-row{opacity:.5;filter:grayscale(100%);pointer-events:none}.hmyt-mc-oos-note{font-size:12px;color:#ffab00;font-weight:600;margin-bottom:8px;text-align:right;display:flex;align-items:center;gap:5px}.hmyt-mc-oos-note>svg{width:16px;height:16px}.hmyt-mc-item-oos .hmyt-mc-bottom-row,.hmyt-mc-item-oos .hmyt-mc-attributes-box{display:none}.hmyt-cfp-container{text-align:center}.hmyt-cfp-title{font-weight:600;font-size:13px;color:#080d19;margin-bottom:15px}.hmyt-cfp-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border-radius:12px;padding:10px 15px;border:1px dashed #e0e0e2}.hmyt-cfp-info{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.hmyt-cfp-label{font-size:11px;color:#424750;font-weight:500}.hmyt-cfp-phone{font-size:17px;font-weight:700;color:#080d19;letter-spacing:1px;text-decoration:none}body .hmyt-cfp-btn{background-color:var(--hmyt-pc-primary);color:#fff;text-decoration:none;padding:10px 20px;border-radius:10px;font-weight:700;font-size:14px;transition:all 0.2s ease;white-space:nowrap;text-transform:none;border:none;box-shadow:none}body .hmyt-cfp-btn:hover{background-color:var(--hmyt-pc-primary-hover)}body .hmyt-ms-cfp-btn{width:100%;display:flex;padding:10px;align-items:center;justify-content:center;background-color:var(--hmyt-pc-primary);color:#fff;font-weight:700;height:46px;border-radius:12px;text-decoration:none;gap:8px;text-transform:none;border:none;box-shadow:none}.hmyt-ms-cfp-btn svg{width:20px;height:20px}.hmyt-mc-price-alert{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:10px;text-align:right;line-height:1.6}.hmyt-alert-amount{font-size:12px;font-weight:700}.hmyt-alert-detail{font-size:11px;color:#707880;font-weight:400}.hmyt-mc-price-alert.increase .hmyt-alert-amount{color:#ffab00}.hmyt-mc-price-alert.decrease .hmyt-alert-amount{color:#47c54d}.hmyt-mc-stock-alert{font-size:12px;color:var(--hmyt-pc-primary);font-weight:600;margin-bottom:8px;text-align:right;display:flex;align-items:flex-start;gap:5px}.hmyt-mc-stock-alert>svg{width:18px;height:18px;flex-shrink:0;margin-top:2px}.hmyt-mc-stock-text{display:flex;flex-direction:column}.hmyt-stock-detail{font-size:11px;color:#707880;font-weight:400;margin-top:2px}body .hmyt-pc-wrapper .amount,body .hmyt-mini-cart .amount,body .hmyt-mobile-sticky-footer .amount,body .hmyt-pc-compact-item .amount{color:inherit;font-weight:inherit;padding:0!important;margin:0!important}@media (min-width:769px){.hmyt-loop-v-desktop{flex-direction:column!important;align-items:stretch!important}.hmyt-loop-v-desktop .hmyt-pc-price-box{align-items:flex-end!important;margin-bottom:12px;width:100%}.hmyt-loop-v-desktop .hmyt-pc-action-box{max-width:100%!important;width:100%!important}.hmyt-loop-v-desktop .hmyt-pc-qty-controller,.hmyt-loop-v-desktop .hmyt-qty-box{width:100%!important}}@media (max-width:768px){.hmyt-loop-v-mobile{flex-direction:column!important;align-items:stretch!important}.hmyt-loop-v-mobile .hmyt-pc-price-box{align-items:flex-end!important;margin-bottom:12px;width:100%}.hmyt-loop-v-mobile .hmyt-pc-action-box{max-width:100%!important;width:100%!important;display:block!important}.hmyt-loop-v-mobile .hmyt-pc-qty-controller,.hmyt-loop-v-mobile .hmyt-qty-box{width:100%!important}}.wd-add-btn.wd-add-btn-replace{width:100%}bdi>.woocommerce-Price-currencySymbol{font-size:1em}.hmyt-pc-meta-info{display:flex;flex-direction:column;gap:12px}.hmyt-pc-meta-info>div:not(:last-child){border-bottom:1px solid #f0f0f1;padding-bottom:12px}.hmyt-mc-btn-shortcode{display:inline-flex;align-items:center;text-decoration:none;color:inherit;cursor:pointer}.hmyt-mc-btn-icon-wrapper{position:relative;display:inline-flex;color:#262631}body .hmyt-mc-btn-shortcode .hmyt-mc-count.hmyt-mc-btn-badge{display:flex;position:absolute;top:10px;right:-10px;min-width:23px;height:23px;font-size:10px;border:2px solid #fff;margin:0;padding:0;justify-content:center;align-items:center;line-height:normal}.hmyt-mc-header>.hmyt-mc-count{font-size:13px}.hmyt-mini-cart .hmyt-pc-compact-item .hmyt-pc-action-box,.widget-area .hmyt-pc-compact-item .hmyt-pc-action-box{container-type:inline-size}@container (max-width:130px){.hmyt-mini-cart .hmyt-pc-compact-item .hmyt-compact-opt-text,.widget-area .hmyt-pc-compact-item .hmyt-compact-opt-text{display:none}}@media (max-width:480px){.hmyt-pc-compact-item .hmyt-compact-opt-text{display:none}}.hmyt-pc-meta-info:empty,.hmyt-pc-meta-info:not(:has(>*:not([style*="display: none"]):not([style*="display:none"]):not(.hmyt-hidden))){display:none!important;border:none!important;margin:0!important;padding:0!important}@media (max-width:768px){.hmyt-pc-wrapper:not(.hmyt-smart-sticky-enabled) .hmyt-pc-action-box:empty,.hmyt-pc-wrapper:not(.hmyt-smart-sticky-enabled) .hmyt-pc-action-box:not(:has(>*:not([style*="display: none"]):not([style*="display:none"]):not(.hmyt-hidden):not(.hmyt-pc-add-to-cart-btn):not(.hmyt-pc-qty-controller):not(.hmyt-pc-select-options-btn))){display:none!important;border:none!important;margin:0!important;padding:0!important}}.hmyt-pc-detail-divider{display:none!important}.hmyt-pc-details-box>div:not(:last-child){position:relative;border-bottom:1px dashed #dbe0e6;padding-bottom:12px;margin-bottom:12px}.hmyt-pc-meta-info>div{border-bottom:1px dashed #dbe0e6;padding-bottom:12px;margin-bottom:12px}.hmyt-pc-meta-info>div:last-child,.hmyt-pc-meta-info>div:not(:has(~div:not([style*="display: none"]):not([style*="display:none"]):not(.hmyt-hidden))){border-bottom:none!important;padding-bottom:0!important;margin-bottom:0!important}.hmyt-pc-meta-info{border-top:1px dashed #dbe0e6;padding-top:12px}.hmyt-pc-meta-info:last-child,.hmyt-pc-meta-info:not(:has(~*:not([style*="display: none"]):not([style*="display:none"]):not(.hmyt-hidden))){border-bottom:none!important;padding-bottom:0!important;margin-bottom:0!important}@media (max-width:768px){.hmyt-pc-wrapper:not(.hmyt-smart-sticky-enabled):not(:has(.hmyt-pc-price-box:not([style*="display: none"]):not([style*="display:none"]))):not(:has(.hmyt-pc-details-box:not([style*="display: none"]):not([style*="display:none"]))):not(:has(.hmyt-pc-meta-info:not([style*="display: none"]):not([style*="display:none"]))):not(:has(.hmyt-pc-vertical-slider:not([style*="display: none"]):not([style*="display:none"]))):not(:has(.hmyt-pc-notify-me-wrapper:not(.hmyt-hidden):not([style*="display: none"]):not([style*="display:none"]))):not(:has(.hmyt-pc-notice-msg:not([style*="display: none"]):not([style*="display:none"]))){display:none!important;margin:0!important;padding:0!important;border:none!important;background:transparent!important;box-shadow:none!important}}@media (min-width:769px){.hmyt-mobile-sticky-footer{display:none}.hmyt-mobile-sticky-footer.hmyt-desktop-sticky-mode{display:flex!important;justify-content:space-between;align-items:center;width:100%;max-width:100%;bottom:0;left:0;right:0;border-radius:0;padding:10px 40px;box-shadow:0 -4px 20px rgb(0 0 0 / .06);z-index:99}.hmyt-mobile-sticky-footer.hmyt-desktop-sticky-mode>div,.hmyt-mobile-sticky-footer.hmyt-desktop-sticky-mode form{display:flex;justify-content:flex-end;align-items:center;gap:20px}.hmyt-mobile-sticky-footer.hmyt-desktop-sticky-mode .hmyt-ms-top-row{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding-bottom:0;margin-bottom:0;border:none}.hmyt-mobile-sticky-footer.hmyt-desktop-sticky-mode .hmyt-ms-top-row>*{margin:0!important;border:none;padding:0}.hmyt-mobile-sticky-footer.hmyt-desktop-sticky-mode .hmyt-ms-header{width:auto!important;flex:0 0 auto}.hmyt-mobile-sticky-footer.hmyt-desktop-sticky-mode .hmyt-pc-action-box,.hmyt-mobile-sticky-footer.hmyt-desktop-sticky-mode .hmyt-pc-price-box{flex-shrink:0!important}.hmyt-mobile-sticky-footer.hmyt-desktop-sticky-mode .hmyt-ms-actions{flex:0 0 auto!important;width:max-content!important}.hmyt-mobile-sticky-footer.hmyt-desktop-sticky-mode .hmyt-ms-price-box{flex:0 0 auto!important;width:max-content!important}}:root{ --primary-color:#bc7ca5;--primary-color-200:#bf86b0;--primary-color-400:#be88b0;--primary-color-600:#ca73d7;--secondary-color:#a3278c;--gradient-bg:linear-gradient( -90deg, #a3278c, #a3278c8c );--gradient-bg-0:linear-gradient( 0deg, #a3278ce3, #a3278c )}#shop-carousel .carousel-utilities{text-align:justify}#shop-carousel{grid-template-columns:5fr 6fr 3fr 1fr 5fr;grid-template-rows:95px minmax(120px,auto) minmax(70px,auto) 65px}.carousel-item{grid-column:1/-1;grid-row:1/-1;display:grid;grid-template-columns:5fr 6fr 3fr 1fr;grid-template-rows:95px minmax(120px,auto) minmax(70px,auto) 65px}.carousel-item--data{grid-column:1/-3;grid-row:1/-1;display:grid;grid-template-columns:5fr 6fr 3fr 1fr;grid-template-rows:95px minmax(120px,auto) minmax(70px,auto) 65px}.carousel-item .add-to-cart{grid-column:-3/-1;grid-row:-2/-1}#shop-carousel .carousel-image{grid-row:1/-2;grid-column:1/2}#shop-carousel .carousel-title-container{grid-row:1/2;grid-column:2/3;margin-right:16px;width:100%}#shop-carousel .carousel-timer-container{grid-row:1/2;grid-column:3/4}#shop-carousel .carousel-timer-circle{grid-row:1/2;grid-column:4/5}#shop-carousel .carousel-swiper{grid-row:1/-2;grid-column:-1 / -2}#shop-carousel .carousel-utilities{grid-row:2/3;grid-column:2/5;margin-right:16px}#shop-carousel .carousel-off{grid-column:1/5;grid-row:-1/-2}#shop-carousel .carousel-description{grid-row:3/4;grid-column:2/5;margin-right:16px;margin-left:16px}#shop-carousel{display:grid;box-shadow:0 8px 21px 0 #7774;border-radius:12px;overflow:hidden}#shop-carousel .carousel-item.carousel-item--active{opacity:1;pointer-events:all;background-color:#fff}#shop-carousel .carousel-item{opacity:0;pointer-events:none;transition:0.6s}#shop-carousel .carousel-timer-container span{text-align:center;width:100%;display:flex;align-items:center;justify-content:center}#shop-carousel .carousel-timer-container span svg{margin-left:8px}#shop-carousel .carousel-timer{color:var(--primary-color);direction:ltr;text-align:center}#shop-carousel .carousel-image{position:relative;display:grid;place-items:center;border-left:1px solid #ddd}#shop-carousel .carousel-special-offer-badge{position:absolute;top:0;background:var(--gradient-bg);color:#fff;padding:6px 0;width:70%;left:15%;border-radius:0 0 16px 16px;text-align:center;pointer-events:none}h3.carousel-title a:hover{text-decoration:none}#shop-carousel .carousel-swiper{width:100%;border-right:1px solid #eee}#shop-carousel .carousel-swiper-slides{list-style-type:none;padding:0;margin:0;overflow-y:auto;scrollbar-width:thin}.amazing-cd span.countdown-period{display:none!important}.carousel-timer-container .countdown-container.block-type{padding-top:8px}#shop-carousel .swiper-slide{position:relative;width:100%;padding:4px 24px 4px 8px;line-height:2em;height:36px!important;color:#999;cursor:pointer;transition:0.2s;overflow:hidden}#shop-carousel .swiper-slide:not(.swiper-slide--active):hover{background:var(--primary-color-400);color:#fff}#shop-carousel .swiper-slide--active{background:var(--gradient-bg);color:#fff}#shop-carousel .swiper-slide--active::after{width:3px;height:64%;top:18%;right:4px;background:#fff;position:absolute;content:""}#shop-carousel .carousel-off{background:#f3f3f3;align-items:center;padding:20px 16px 12px 8px;padding-right:16px}.add-to-cart{background:#f3f3f3;display:flex;align-items:center;justify-content:flex-end;padding:16px}#shop-carousel #add-to-cart{background:var(--gradient-bg);color:#fff;border:none;height:40px;padding:0 12px;border-radius:10px;box-shadow:0 10px 15px -12px var(--primary-color);cursor:pointer;display:flex;align-items:center;text-decoration:none}#shop-carousel #add-to-cart svg{margin-left:8px}#shop-carousel .carousel-off small{text-decoration:line-through;color:#bbb;display:block}#shop-carousel .carousel-off>div{position:relative;padding-right:16px;display:flex;flex-direction:column;justify-content:center;height:100%}#shop-carousel .carousel-off>div::after{position:absolute;width:3px;height:90%;top:0;content:"";background:var(--gradient-bg-0);right:0}#shop-carousel .carousel-off .price .item-sell-price{color:#649965}#shop-carousel .carousel-off .price .off-amount{color:var(--primary-color)}#shop-carousel .carousel-off .price{color:#999}.carousel-utilities{list-style-type:disclosure-closed;padding-right:10px;margin-top:0;margin-bottom:0}.carousel-utility{color:#aaa;margin:4px 0;padding-right:4px}h3.carousel-title{color:#444;font-weight:100;margin-bottom:0;line-height:1.6;background-color:#e8ebed;padding:10px;border-radius:10px;height:60px}.carousel-subtitle{font-weight:400;color:#bbb;margin:16px 0}.carousel-description{color:#aaa;text-align:justify;margin-bottom:0}.carousel-timer-circle #countdown{position:relative;margin:auto;height:40px;width:40px;text-align:center}.carousel-timer-circle #countdown-number{color:#025eec;display:inline-block;transform:translateY(-2px)}.carousel-timer-circle svg{position:absolute;top:0;right:0;width:40px;height:40px;transform:rotateY(0deg) rotateZ(-90deg)}.carousel-timer-circle svg circle{stroke-dasharray:113px;stroke-dashoffset:113px;stroke-linecap:round;stroke-width:5px;stroke:#025eec;fill:none}.carousel-timer-circle.active svg circle{animation:countdown 5s linear infinite forwards}.carousel-prev,.carousel-next{display:none}.carousel-item.no-sale>*:not(.no-sale-image){filter:blur(2px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel-item.no-sale .carousel-timer-container{display:none}#add-to-cart.disabled{pointer-events:all;cursor:not-allowed!important;filter:grayscale();z-index:1}.carousel-item.no-sale .no-sale-image{display:grid;place-items:center;z-index:10000;transform:rotate(-10deg)}.no-sale-image{display:none;grid-row:1/4;grid-column:2/5}.slider_indexer{font-size:14px;text-align:center}@keyframes countdown{from{stroke-dashoffset:113px}to{stroke-dashoffset:0}}ul.carousel-swiper-slides::-webkit-scrollbar{width:7px;background:#cdcdcd}.carousel-title{margin-top:20px;font-size:14px;font-weight:700!important}.carousel-timer-container{margin-top:20px}.amazing-cd .countdown-section{padding:5px 0 0 0}.amazing-cd .countdown-amount{font-size:15px;border:1px solid #e8ebed;padding:15px;width:16px!important;height:16px;border-radius:10px;background-color:#e8ebed}span.countdown-section:last-child .countdown-amount{background-color:#f0245d;color:#fff;border-color:#f0245d}.amazing-cd .countdown-section::after{content:""!important}@media screen and (max-width:768px){:root{--master-font-size:1.315rem}.carousel-timer-container{margin-top:0}.amazing-cd .countdown-amount{padding:0;background-color:#fff0;border:0}span.countdown-section:last-child .countdown-amount{background-color:#fff0;color:#000;border-color:#fff0}.amazing-cd .countdown-row.countdown-show4{margin-right:20px}#shop-carousel{width:96%;margin:32px auto;grid-template-columns:repeat(9,1fr);grid-template-rows:75px minmax(225px,auto) minmax(50px,auto) minmax(50px,auto) 66px}.no-sale-image{display:none;grid-row:1/-1;grid-column:1/-1;z-index:1}.carousel-item{grid-column:1/-1;grid-row:1/-1;display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:75px minmax(225px,auto) minmax(50px,auto) minmax(50px,auto) 66px}.carousel-item--data{grid-column:1/-1;grid-row:1/-1;display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:75px minmax(225px,auto) minmax(50px,auto) minmax(50px,auto) 66px}.carousel-item.carousel-item.carousel-item--active{pointer-events:none}.carousel-prev{display:grid;place-items:center;grid-column:1/2;grid-row:2/3;cursor:pointer;transition:0.2s;z-index:2}.carousel-next{display:grid;place-items:center;grid-row:2/3;grid-column:-1/-2;cursor:pointer;z-index:2;transition:0.2s}.carousel-next:hover,.carousel-prev:hover{background:#f3f3f3}#shop-carousel .carousel-image{grid-row:1/3;grid-column:3/3;border:none;padding-top:32px}#shop-carousel .carousel-title-container{grid-row:3/4;grid-column:1/8}h3.carousel-title{width:91%;background-color:#fff}#shop-carousel .carousel-title-container *{margin-top:0;text-align:center}#shop-carousel .carousel-timer-container{grid-row:-1/-2;grid-column:1/6;display:flex;flex-direction:column;justify-content:center;background:#f3f3f3}#shop-carousel .carousel-timer-circle{grid-row:1/2;grid-column:-1/-3;margin-top:16px}#shop-carousel .carousel-swiper{display:none;grid-row:1/-2;grid-column:-1 / -2}#shop-carousel .carousel-utilities{display:none;grid-row:2/3;grid-column:2/5;margin-right:16px}#shop-carousel .carousel-off>div::after{display:none}#shop-carousel .carousel-off>div{padding:0}#shop-carousel .carousel-off>div span.price{font-size:10px}#shop-carousel .carousel-off{grid-column:1/9;grid-row:4/5;background:#fff0;text-align:right;padding:0;font-size:12px;padding-right:10px}#shop-carousel .add-to-cart{grid-column:1/-1;grid-row:-2/-1;font-size:.9em;white-space:nowrap;padding:0;padding-left:8px}#shop-carousel .add-to-cart svg{width:12px}#shop-carousel .carousel-description{display:none;grid-row:3/4;grid-column:2/5;margin-right:16px;margin-left:16px}.carousel-timer-circle #countdown-number{transform:translateY(0)}}.backimgright{position:absolute;width:7px;height:233px;top:25%;background:var(--gradient-bg);right:-8px;border-radius:0 10px 10px 0}.backimgleft{position:absolute;width:7px;height:233px;top:25%;background:var(--gradient-bg);left:-8px;border-radius:10px 0 0 10px}.wc_extra_field_checkbox_group_value,.wc_extra_field_radio_value{display:flex}.show-checkbox-group-inline .wc_extra_field_checkbox_group_value,.show-radio-inline .wc_extra_field_radio_value{flex-direction:row}.show-checkbox-group-block .wc_extra_field_checkbox_group_value,.show-radio-block .wc_extra_field_radio_value{flex-direction:column}.wc_extra_field_checkbox_group_value>label,.wc_extra_field_radio_value>label{display:flex;align-items:center}.wc_extra_field_checkbox_group_value>label input,.wc_extra_field_radio_value>label input{border:1px solid #767676}.wc_extra_field_phone_value input{text-align:right}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-9510 .elementor-element.elementor-element-2e825aef:not(.elementor-motion-effects-element-type-background),.elementor-9510 .elementor-element.elementor-element-2e825aef>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff0;background-image:linear-gradient(235deg,#393939 0%,#4F4F4F 100%)}.elementor-9510 .elementor-element.elementor-element-2e825aef,.elementor-9510 .elementor-element.elementor-element-2e825aef>.elementor-background-overlay{border-radius:20px 20px 20px 20px}.elementor-9510 .elementor-element.elementor-element-2e825aef{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;margin:25px 20px 0 0;padding:0 0 0 12px}.elementor-9510 .elementor-element.elementor-element-2e825aef>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-9510 .elementor-element.elementor-element-233f6e7>.elementor-background-overlay{background-position:center center;background-repeat:no-repeat;background-size:contain;opacity:.5;transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-9510 .elementor-element.elementor-element-233f6e7 .elementor-background-overlay{filter:brightness(100%) contrast(100%) saturate(100%) blur(20px) hue-rotate(0deg)}.elementor-9510 .elementor-element.elementor-element-233f6e7{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;margin:-50px 0 -40px 0}.elementor-widget-image .widget-image-caption{color:var(--e-global-color-text)}.elementor-9510 .elementor-element.elementor-element-147feaed>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:10px}.elementor-widget-text-editor{color:var(--e-global-color-text)}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var(--e-global-color-primary)}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var(--e-global-color-primary);border-color:var(--e-global-color-primary)}.elementor-9510 .elementor-element.elementor-element-1a5489da{text-align:start;font-family:"IRANSansXFaNum",Sans-serif;font-size:15px;font-weight:600;color:#FFF}.elementor-widget-heading .elementor-heading-title{color:var(--e-global-color-primary)}.elementor-9510 .elementor-element.elementor-element-7e1b98ea{width:auto;max-width:auto;align-self:center}.elementor-9510 .elementor-element.elementor-element-7e1b98ea>.elementor-widget-container{margin:0 0 0 13px}.elementor-9510 .elementor-element.elementor-element-7e1b98ea .elementor-heading-title{font-size:17px;font-weight:700;color:#FFF}.elementor-9510 .elementor-element.elementor-element-ba30820{width:auto;max-width:auto}.elementor-9510 .elementor-element.elementor-element-ba30820 .wd-timer-value{color:#FFF}.elementor-9510 .elementor-element.elementor-element-ba30820 .wd-timer-text{color:#FFF}.elementor-bc-flex-widget .elementor-9510 .elementor-element.elementor-element-5d6d426b.elementor-column .elementor-widget-wrap{align-items:center}.elementor-9510 .elementor-element.elementor-element-5d6d426b.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-widget-button .elementor-button{background-color:var(--e-global-color-accent)}.elementor-9510 .elementor-element.elementor-element-36deaab9 .elementor-button{background-color:#FFF;fill:#626262;color:#626262;border-radius:8px 8px 8px 8px}.elementor-9510 .elementor-element.elementor-element-558e6ba3{margin:0 20px 0 0;padding:24px 0 0 0}.elementor-9510 .elementor-element.elementor-element-2e97078 .swiper_homepage{border-radius:20px 20px 20px 20px;height:320px}.elementor-9510 .elementor-element.elementor-element-6512d82f>.elementor-widget-container{background-color:#fff0;background-image:linear-gradient(135deg,#A276EB 0%,#C8AEF3 100%);border-radius:12px 12px 12px 12px}.elementor-9510 .elementor-element.elementor-element-6512d82f .box_with__icon{box-shadow:0 0 10px 0 #fff0}.elementor-9510 .elementor-element.elementor-element-295b4195>.elementor-widget-container{background-color:#fff0;background-image:linear-gradient(135deg,#2EC29D 0%,#9FF3B0 100%);border-radius:12px 12px 12px 12px}.elementor-9510 .elementor-element.elementor-element-5a132e48{margin:0 20px 0 0}.elementor-9510 .elementor-element.elementor-element-58387bce{margin:0 20px 0 0}@media(min-width:768px){.elementor-9510 .elementor-element.elementor-element-21c6de96{width:15%}.elementor-9510 .elementor-element.elementor-element-147feaed{width:60.515%}.elementor-9510 .elementor-element.elementor-element-5d6d426b{width:23.818%}}.elementor-9504 .elementor-element.elementor-element-5ebf5cd3:not(.elementor-motion-effects-element-type-background),.elementor-9504 .elementor-element.elementor-element-5ebf5cd3>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-9504 .elementor-element.elementor-element-5ebf5cd3,.elementor-9504 .elementor-element.elementor-element-5ebf5cd3>.elementor-background-overlay{border-rad