.unixsee-seven-product-carousel,
.unixsee-seven-product-carousel * {
    box-sizing: border-box;
    font-family: inherit !important;
}

.unixsee-seven-product-carousel {
    --unixsee-seven-gap: 12px;
    --unixsee-seven-desktop-visible: 6.10;
    --unixsee-seven-tablet-visible: 3.10;
    --unixsee-seven-mobile-visible: 2.10;
    --unixsee-seven-image-ratio: 256 / 341.33;
    --unixsee-seven-image-fit: contain;
    --unixsee-seven-title-lines: 1;
    direction: rtl;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 32px;
    background: transparent;
    overflow: visible;
}

.unixsee-seven-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin: 0 0 18px;
    padding: 0;
    direction: rtl;
}

.unixsee-seven-section-title {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    color: #111;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.6;
    white-space: nowrap;
}

.unixsee-seven-header-line {
    display: block;
    flex: 1 1 auto;
    height: 1px;
    min-width: 24px;
    background-color: #E6E6E6;
}

.unixsee-seven-view-all {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    text-decoration: none !important;
    white-space: nowrap;
    direction: rtl;
}

.unixsee-seven-view-all:hover,
.unixsee-seven-view-all:focus {
    color: #111;
    text-decoration: none !important;
}

.unixsee-seven-view-all-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    border-radius: 999px;
    background-color: #111111;
    color: #ffffff;
}

.unixsee-seven-view-all-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.unixsee-seven-view-all-text {
    display: inline-flex;
    align-items: center;
    color: inherit;
}

.unixsee-seven-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.unixsee-seven-track {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--unixsee-seven-gap);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    direction: rtl;
    margin: 0;
    padding: 0 0 2px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.unixsee-seven-track::-webkit-scrollbar {
    display: none;
}

.unixsee-seven-track.is-unixsee-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.unixsee-seven-track.is-unixsee-dragging a,
.unixsee-seven-track.is-unixsee-dragging img,
.unixsee-seven-track.is-unixsee-dragging svg {
    pointer-events: none;
}

.unixsee-seven-slide {
    flex: 0 0 calc((100% - (var(--unixsee-seven-gap) * (var(--unixsee-seven-desktop-visible) - 1))) / var(--unixsee-seven-desktop-visible));
    width: calc((100% - (var(--unixsee-seven-gap) * (var(--unixsee-seven-desktop-visible) - 1))) / var(--unixsee-seven-desktop-visible));
    max-width: none;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
}

.unixsee-seven-card {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    outline: 0;
    box-shadow: none !important;
    background: transparent;
    color: inherit;
    text-align: right;
    text-decoration: none !important;
    transform: none !important;
    transition: none !important;
    cursor: pointer;
    -webkit-user-drag: none;
    user-drag: none;
}

.unixsee-seven-card:hover,
.unixsee-seven-card:focus,
.unixsee-seven-card:active {
    color: inherit;
    text-decoration: none !important;
    outline: 0;
    box-shadow: none !important;
    transform: none !important;
}

.unixsee-seven-image-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    aspect-ratio: var(--unixsee-seven-image-ratio);
    background-color: #ffffff !important;
    margin: 0;
    padding: 0;
}

.unixsee-seven-image {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: var(--unixsee-seven-image-fit) !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    -webkit-user-drag: none;
    user-drag: none;
    user-select: none;
    -webkit-user-select: none;
}

.unixsee-seven-product-carousel.unixsee-seven-fit-cover .unixsee-seven-image {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
}

.unixsee-seven-card:hover .unixsee-seven-image {
    transform: none !important;
}

.unixsee-seven-wishlist {
    position: absolute;
    z-index: 3;
    top: 10px;
    inset-inline-end: 10px;
    width: 28px;
    height: 28px;
    display: none !important;
    align-items: center;
    justify-content: center;
    color: #111;
    background: transparent;
    border: 0;
    border-radius: 0;
    pointer-events: none;
}

.unixsee-seven-wishlist svg {
    display: block;
    width: 24px;
    height: 24px;
}

.unixsee-seven-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    min-width: 0;
    padding: 12px 12px 0;
    margin: 0;
    text-align: right;
}

.unixsee-seven-brand {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.unixsee-seven-title {
    display: -webkit-box;
    width: 100%;
    min-height: calc(18px * var(--unixsee-seven-title-lines));
    margin: 0;
    padding: 0;
    color: #848484;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--unixsee-seven-title-lines);
    -webkit-box-orient: vertical;
}

.unixsee-seven-price {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    min-height: 27px;
    margin: 0;
    padding: 0;
    color: #1F1F1F;
    direction: ltr;
    text-align: left;
}

.unixsee-seven-price-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-width: 0;
    direction: ltr;
}

.unixsee-seven-price-current {
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 4px;
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.2px;
    direction: ltr;
    unicode-bidi: isolate;
    white-space: nowrap;
    min-width: max-content;
}

.unixsee-seven-amount,
.unixsee-seven-currency {
    display: inline-flex !important;
    align-items: baseline;
    color: inherit;
    font-family: inherit;
    white-space: nowrap !important;
    float: none !important;
}

.unixsee-seven-amount {
    order: 2;
}

.unixsee-seven-currency {
    order: 1;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    margin-inline-end: 4px;
}

.unixsee-seven-price-old {
    display: inline-flex;
    align-self: flex-start;
    flex: 0 0 auto;
    align-items: baseline;
    justify-content: flex-start;
    gap: 4px;
    margin: -1px 0 0;
    color: #A2A2A2;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    direction: ltr;
    unicode-bidi: isolate;
    white-space: nowrap;
    min-width: max-content;
}

.unixsee-seven-discount {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 20px;
    padding: 0 4px;
    border-radius: 4px;
    background-color: #E83068;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    direction: rtl;
    white-space: nowrap;
}

.unixsee-seven-outofstock,
.unixsee-seven-no-price {
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
}

.unixsee-seven-arrow {
    position: absolute;
    z-index: 5;
    top: 42%;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 999px;
    background: #fff;
    color: #111;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .10);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    transform: translateY(-50%);
    transition: opacity .18s ease, visibility .18s ease;
}

.unixsee-seven-arrow svg {
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.unixsee-seven-arrow-prev {
    inset-inline-start: 8px;
}

.unixsee-seven-arrow-next {
    inset-inline-end: 8px;
}

.unixsee-seven-arrow:disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

@media (max-width: 1024px) {
    .unixsee-seven-slide {
        flex-basis: calc((100% - (var(--unixsee-seven-gap) * (var(--unixsee-seven-tablet-visible) - 1))) / var(--unixsee-seven-tablet-visible));
        width: calc((100% - (var(--unixsee-seven-gap) * (var(--unixsee-seven-tablet-visible) - 1))) / var(--unixsee-seven-tablet-visible));
    }
}

@media (max-width: 767px) {
    .unixsee-seven-product-carousel {
        margin-bottom: 24px;
    }

    .unixsee-seven-header {
        gap: 10px;
        margin-bottom: 14px;
    }

    .unixsee-seven-section-title {
        font-size: 16px;
    }

    .unixsee-seven-view-all-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .unixsee-seven-slide {
        flex-basis: calc((100% - (var(--unixsee-seven-gap) * (var(--unixsee-seven-mobile-visible) - 1))) / var(--unixsee-seven-mobile-visible));
        width: calc((100% - (var(--unixsee-seven-gap) * (var(--unixsee-seven-mobile-visible) - 1))) / var(--unixsee-seven-mobile-visible));
    }

    .unixsee-seven-product-carousel[data-mobile-arrows="no"] .unixsee-seven-arrow {
        display: none !important;
    }

    .unixsee-seven-content {
        gap: 6px;
        padding: 8px 8px 0;
    }

    .unixsee-seven-brand {
        font-size: 12px;
        line-height: 18px;
    }

    .unixsee-seven-title {
        font-size: 11px;
        line-height: 17px;
        min-height: calc(17px * var(--unixsee-seven-title-lines));
    }

    .unixsee-seven-price-current {
        font-size: 16px;
        line-height: 24px;
    }

    .unixsee-seven-price-old {
        font-size: 14px;
        line-height: 21px;
    }
}


/* Native mobile scrolling */
@media (hover: none) and (pointer: coarse) {
    .unixsee-seven-track {
        cursor: default;
        scroll-behavior: auto;
            -webkit-overflow-scrolling: touch;
        overscroll-behavior-inline: contain;
        user-select: auto;
        -webkit-user-select: auto;
    }

    .unixsee-seven-track.is-unixsee-dragging {
        cursor: default;
        }

    .unixsee-seven-track.is-unixsee-dragging a,
    .unixsee-seven-track.is-unixsee-dragging img,
    .unixsee-seven-track.is-unixsee-dragging svg {
        pointer-events: auto;
    }

    .unixsee-seven-slide {
    }

    .unixsee-seven-card,
    .unixsee-seven-image {
        -webkit-user-drag: none;
        user-drag: none;
    }
}


.unixsee-seven-carousel-main {
    width: 100%;
    min-width: 0;
    position: relative;
}

.unixsee-seven-amazing-banner {
    display: none;
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode {
    --unixsee-seven-amazing-bg: #1657D5;
    --unixsee-seven-amazing-bg-image: none;
    --unixsee-seven-amazing-bg-image-opacity: 1;
    --unixsee-seven-amazing-banner-width: 220px;
    position: relative;
    background-color: var(--unixsee-seven-amazing-bg);
    padding: 20px;
    border-radius: 14px;
    overflow: hidden;
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: var(--unixsee-seven-amazing-bg-image);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: var(--unixsee-seven-amazing-bg-image-opacity);
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-shell {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 18px;
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    direction: rtl;
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-banner {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 var(--unixsee-seven-amazing-banner-width);
    width: var(--unixsee-seven-amazing-banner-width);
    min-width: 130px;
    max-width: 360px;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 18px;
    padding: 12px 10px;
    color: #ffffff;
    text-align: center;
    direction: rtl;
}

.unixsee-seven-amazing-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 98px;
}

.unixsee-seven-amazing-visual img {
    display: block;
    object-fit: contain;
}

.unixsee-seven-amazing-desktop-image {
    max-width: 160px;
    max-height: 150px;
    width: auto;
    height: auto;
}

.unixsee-seven-amazing-mobile-icon {
    display: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    color: inherit;
}

.unixsee-seven-amazing-mobile-icon svg,
.unixsee-seven-amazing-mobile-icon img {
    display: block;
    width: 34px;
    height: 34px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.unixsee-seven-amazing-mobile-icon svg,
.unixsee-seven-amazing-mobile-icon svg * {
    fill: currentColor;
    stroke: currentColor;
}

.unixsee-seven-amazing-mobile-fallback-text {
    display: none;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.unixsee-seven-amazing-mobile-only-visual {
    display: none;
}

.unixsee-seven-amazing-title {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.45;
    text-align: center;
    white-space: normal;
}

.unixsee-seven-amazing-subtitle {
    display: block;
    width: 100%;
    margin: -8px 0 0;
    padding: 0;
    color: inherit;
    opacity: .88;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

.unixsee-seven-amazing-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: -2px 0 0;
    color: inherit;
    direction: rtl;
}

.unixsee-seven-amazing-timer-label {
    display: block;
    color: inherit;
    opacity: .88;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.6;
    white-space: nowrap;
}

.unixsee-seven-amazing-timer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    direction: ltr;
}

.unixsee-seven-amazing-timer-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 5px 6px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .22);
    color: inherit;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
}

.unixsee-seven-amazing-timer-number {
    display: block;
    color: inherit;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.1;
    direction: ltr;
}

.unixsee-seven-amazing-timer-unit {
    display: block;
    margin-top: 4px;
    color: inherit;
    opacity: .82;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.unixsee-seven-amazing-timer.unixsee-seven-amazing-timer-expired .unixsee-seven-amazing-timer-row {
    opacity: .58;
}

.unixsee-seven-amazing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 9px;
    color: #ffffff;
    background: transparent;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.8;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background .16s ease, transform .16s ease;
}

.unixsee-seven-amazing-button:hover,
.unixsee-seven-amazing-button:focus {
    background: rgba(255, 255, 255, .10);
    text-decoration: none !important;
    transform: translateY(-1px);
}

.unixsee-seven-amazing-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: inherit;
}

.unixsee-seven-amazing-button-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-carousel-main {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-header {
    margin-bottom: 14px;
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-section-title,
.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-view-all {
    color: #ffffff;
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-header-line {
    background: rgba(255, 255, 255, .35);
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-view-all-icon {
    background: rgba(255, 255, 255, .16);
    color: #ffffff;
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-track {
    align-items: stretch;
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-slide {
    display: flex;
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-card {
    height: 100%;
    background: #ffffff !important;
    border-radius: 14px;
    overflow: hidden;
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-image-wrap {
    border-radius: 14px 14px 0 0;
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-content {
    padding: 12px 12px 14px;
}

.unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-arrow {
    top: 50%;
}

@media (max-width: 1024px) {
    .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-shell {
        flex-direction: column;
        gap: 14px;
    }

    .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-banner {
        width: 100%;
        max-width: none;
        min-height: 150px;
        flex-basis: auto;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 8px;
    }

    .unixsee-seven-amazing-visual {
        width: auto;
        min-height: 90px;
        flex: 0 0 auto;
    }

    .unixsee-seven-amazing-desktop-image {
        max-width: 120px;
        max-height: 110px;
    }

    .unixsee-seven-amazing-copy {
        flex: 1 1 auto;
        min-width: 0;
        text-align: right;
    }

    .unixsee-seven-amazing-title,
    .unixsee-seven-amazing-subtitle {
        text-align: right;
    }

    .unixsee-seven-amazing-title {
        font-size: 22px;
    }

    .unixsee-seven-amazing-timer {
        align-items: flex-start;
    }

    .unixsee-seven-amazing-timer-row {
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .unixsee-seven-product-carousel.unixsee-seven-amazing-mode {
        padding: 0;
        border-radius: 12px;
        overflow: hidden;
    }

    .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-shell {
        flex-direction: column;
        gap: 0;
    }

    .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-banner {
        width: 100%;
        max-width: none;
        flex-basis: auto;
        min-height: 56px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        padding: 9px 12px;
        border-radius: 0;
        background: transparent;
        text-align: right;
        direction: rtl;
    }

    .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-carousel-main {
        padding: 10px;
    }

    .unixsee-seven-amazing-visual {
        order: 1;
        width: auto;
        min-height: 0;
        flex: 0 0 auto;
    }

    .unixsee-seven-amazing-visual.unixsee-seven-amazing-has-mobile-icon .unixsee-seven-amazing-desktop-image {
        display: none;
    }

    .unixsee-seven-amazing-mobile-icon {
        display: inline-flex;
    }

    .unixsee-seven-amazing-desktop-image {
        max-width: 38px;
        max-height: 38px;
    }

    .unixsee-seven-amazing-copy {
        order: 2;
        flex: 0 1 auto;
        min-width: 0;
        text-align: right;
    }

    .unixsee-seven-amazing-title,
    .unixsee-seven-amazing-subtitle {
        text-align: right;
    }

    .unixsee-seven-amazing-title {
        font-size: 17px;
        line-height: 1.25;
        white-space: nowrap;
    }

    .unixsee-seven-amazing-subtitle {
        display: none;
    }

    .unixsee-seven-amazing-timer {
        order: 3;
        width: auto;
        margin: 0 auto;
        align-items: center;
        flex: 0 0 auto;
        gap: 0;
    }

    .unixsee-seven-amazing-timer-label {
        display: none;
    }

    .unixsee-seven-amazing-timer-row {
        justify-content: center;
        gap: 4px;
        width: auto;
    }

    .unixsee-seven-amazing-timer-box {
        position: relative;
        min-width: 28px;
        min-height: 28px;
        padding: 0 6px;
        border-radius: 7px;
        background: #ffffff;
        border: 0;
        color: var(--unixsee-seven-amazing-bg);
        box-shadow: none;
    }

    .unixsee-seven-amazing-timer-number {
        font-size: 13px;
        line-height: 1;
    }

    .unixsee-seven-amazing-timer-unit {
        display: none;
    }

    .unixsee-seven-amazing-button {
        order: 4;
        min-height: 30px;
        padding: 0 6px;
        border: 0;
        border-radius: 8px;
        font-size: 12px;
        gap: 5px;
        background: transparent;
        flex: 0 0 auto;
    }

    .unixsee-seven-amazing-button-icon {
        width: 15px;
        height: 15px;
    }

    .unixsee-seven-amazing-button-icon svg {
        width: 15px;
        height: 15px;
    }
}

/* Mobile amazing-mode sizing */
@media (max-width: 767px) {
    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode {
        padding: 0 !important;
        border-radius: 12px !important;
        overflow: hidden !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-shell {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-banner {
        display: flex !important;
        flex: 0 0 58px !important;
        flex-basis: 58px !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        height: 58px !important;
        min-height: 58px !important;
        max-height: 58px !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 7px !important;
        padding: 10px 12px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        text-align: right !important;
        direction: rtl !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-carousel-main {
        min-width: 0 !important;
        width: 100% !important;
        padding: 8px !important;
        box-sizing: border-box !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-visual {
        display: inline-flex !important;
        order: 1 !important;
        width: 24px !important;
        min-width: 24px !important;
        max-width: 24px !important;
        height: 24px !important;
        min-height: 24px !important;
        max-height: 24px !important;
        flex: 0 0 24px !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-visual.unixsee-seven-amazing-has-mobile-icon .unixsee-seven-amazing-desktop-image {
        display: none !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-mobile-icon {
        display: inline-flex !important;
        width: 24px !important;
        min-width: 24px !important;
        max-width: 24px !important;
        height: 24px !important;
        min-height: 24px !important;
        max-height: 24px !important;
        flex: 0 0 24px !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-mobile-icon svg,
    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-mobile-icon img,
    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-desktop-image {
        width: 24px !important;
        max-width: 24px !important;
        height: 24px !important;
        max-height: 24px !important;
        object-fit: contain !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-copy {
        display: inline-flex !important;
        order: 2 !important;
        flex: 0 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: 132px !important;
        align-items: center !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        text-align: right !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-title {
        display: block !important;
        width: auto !important;
        max-width: 132px !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 18px !important;
        font-weight: 900 !important;
        line-height: 1.15 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        text-align: right !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-subtitle,
    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-timer-label {
        display: none !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-timer {
        display: inline-flex !important;
        order: 3 !important;
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 4px 0 0 !important;
        padding: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-timer-row {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-timer-box {
        display: inline-flex !important;
        width: 26px !important;
        min-width: 26px !important;
        max-width: 26px !important;
        height: 26px !important;
        min-height: 26px !important;
        max-height: 26px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 6px !important;
        background: #ffffff !important;
        color: var(--unixsee-seven-amazing-bg) !important;
        box-shadow: none !important;
        box-sizing: border-box !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-timer-number {
        display: block !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-timer-unit {
        display: none !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-button {
        display: inline-flex !important;
        order: 4 !important;
        flex: 0 0 auto !important;
        min-width: 0 !important;
        width: auto !important;
        height: 30px !important;
        min-height: 30px !important;
        margin-inline-start: auto !important;
        padding: 0 2px !important;
        border: 0 !important;
        border-radius: 8px !important;
        background: transparent !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        line-height: 30px !important;
        white-space: nowrap !important;
        gap: 4px !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-button-icon,
    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-button-icon svg {
        width: 14px !important;
        height: 14px !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-mobile-only-visual {
        display: inline-flex !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-visual.unixsee-seven-amazing-has-mobile-text {
        width: auto !important;
        min-width: 24px !important;
        max-width: 84px !important;
        flex: 0 0 auto !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-mobile-fallback-text {
        display: inline-flex !important;
        max-width: 84px !important;
        height: 24px !important;
        min-height: 24px !important;
        padding: 0 2px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        color: inherit !important;
        font-size: 18px !important;
        font-weight: 900 !important;
        line-height: 24px !important;
        white-space: nowrap !important;
    }
}


/* Mobile amazing mode: hide the entire promotional banner, including countdown. */
@media (max-width: 767px) {
    body .unixsee-seven-product-carousel.unixsee-seven-amazing-mode .unixsee-seven-amazing-banner {
        display: none !important;
    }
}