/* Index2: kalamarket top slider only */
.top-slider-main.container-main {
    max-width: 1440px;
    display: block;
    margin: 0 auto;
}

.top-slider-main .kala-slider-row {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
}

.top-slider-main .slider-main-container {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ececec;
    cursor: pointer;
    touch-action: pan-y;
}

.top-slider-main .slider-main-container .carousel-inner .carousel-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: initial;
}

.top-slider-main .slider-main-container .carousel-control-prev,
.top-slider-main .slider-main-container .carousel-control-next {
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: rgba(107, 114, 128, 0.55);
    opacity: 1;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.top-slider-main .slider-main-container .carousel-control-prev {
    left: 20px;
}

.top-slider-main .slider-main-container .carousel-control-next {
    right: 20px;
}

.top-slider-main .slider-main-container .carousel-control-prev span,
.top-slider-main .slider-main-container .carousel-control-next span {
    font-size: 28px;
    color: rgba(122, 135, 147, 0.6);
}

.top-slider-main .slider-main-container .carousel-indicators {
    bottom: 10px;
    align-items: center;
}

.top-slider-main .slider-main-container .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100px;
    box-shadow: none;
    margin-left: 6px;
    margin-right: 0;
    background-color: rgba(255, 255, 255, 0.88);
    transition: all .2s ease;
    opacity: 1;
}

.top-slider-main .slider-main-container .carousel-indicators li.active {
    width: 28px !important;
    background: #6f35ff;
}

.top-slider-main .adplacement-container-column {
    width: 100%;
    height: auto;
    margin: 0;
}

.top-slider-main .adplacement-container-column a.adplacement-item {
    height: 50%;
    display: block;
    overflow: hidden;
}

.top-slider-main .adplacement-container-column a.adplacement-item:first-child {
    margin-bottom: 15px;
}

.top-slider-main .adplacement-container-column a.adplacement-item .adplacement-sponsored-box {
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
    margin-bottom: 17px;
}

.top-slider-main .adplacement-container-column a.adplacement-item .adplacement-sponsored-box img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    transition: 0.2s;
}

@media (max-width: 991px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .top-slider-main.container-main {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 16px;
        overflow: hidden;
    }

    .top-slider-main .kala-slider-row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .top-slider-main .kala-slider-row > .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: none !important;
    }

    .top-slider-main .kala-slider-row > .col-lg-4 {
        display: none !important;
    }

    .top-slider-main .slider-main-container {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px;
        margin-bottom: 18px;
        border-radius: 16px;
    }

    .top-slider-main .slider-main-container .carousel-inner .carousel-item img {
        height: clamp(325px, 82vw, 430px);
        object-fit: cover;
        object-position: center center;
    }

    .top-slider-main .slider-main-container .carousel-control-prev,
    .top-slider-main .slider-main-container .carousel-control-next {
        display: none !important;
    }

    .top-slider-main .slider-main-container .carousel-control-prev {
        left: 14px;
    }

    .top-slider-main .slider-main-container .carousel-control-next {
        right: 14px;
    }

    .widget-product .owl-carousel .owl-nav,
    .brand-slider .owl-carousel .owl-nav,
    .widget-product .owl-carousel .owl-nav .owl-prev,
    .widget-product .owl-carousel .owl-nav .owl-next,
    .brand-slider .owl-carousel .owl-nav .owl-prev,
    .brand-slider .owl-carousel .owl-nav .owl-next {
        display: block !important;
    }

    .widget-product .owl-carousel .owl-nav .owl-prev,
    .widget-product .owl-carousel .owl-nav .owl-next,
    .brand-slider .owl-carousel .owl-nav .owl-prev,
    .brand-slider .owl-carousel .owl-nav .owl-next {
        width: 38px;
        height: 38px;
        top: 50% !important;
        transform: translateY(-50%);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.55);
        border: 1px solid #ececec;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
        z-index: 5;
    }

    .widget-product .owl-carousel .owl-nav .owl-prev,
    .brand-slider .owl-carousel .owl-nav .owl-prev {
        right: -4px;
    }

    .widget-product .owl-carousel .owl-nav .owl-next,
    .brand-slider .owl-carousel .owl-nav .owl-next {
        left: -4px;
    }

    .widget-product .owl-carousel .owl-nav .owl-prev i,
    .widget-product .owl-carousel .owl-nav .owl-next i,
    .brand-slider .owl-carousel .owl-nav .owl-prev i,
    .brand-slider .owl-carousel .owl-nav .owl-next i {
        font-size: 20px;
        line-height: 38px;
        color: rgba(93, 95, 95, 0.55);
    }
}

@media (max-width: 575px) {
    .top-slider-main.container-main {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .top-slider-main .slider-main-container .carousel-control-prev,
    .top-slider-main .slider-main-container .carousel-control-next {
        display: none !important;
    }

    .top-slider-main .slider-main-container .carousel-inner .carousel-item img {
        height: clamp(340px, 96vw, 430px);
    }

    .top-slider-main .slider-main-container .carousel-control-prev span,
    .top-slider-main .slider-main-container .carousel-control-next span {
        font-size: 21px;
    }
}

@media (max-width: 1000px) {
    .amazing-section {
        background: #f5f5f5 !important;
        padding: 18px 0 22px;
        margin-top: 18px !important;
    }

    .amazing-section .container-amazing {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        background: none !important;
        overflow: hidden;
    }

    .amazing-section .container-amazing .amazing-product,
    .amazing-section .display-md-none {
        display: none !important;
    }

    .amazing-section .col-lg-9,
    .amazing-section .col-md-12 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 14px;
        padding-right: 14px;
        float: none !important;
    }

    .amazing-section .section-slider-content,
    .amazing-section .section-slider-product,
    .amazing-section .widget-product {
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
        overflow: hidden;
    }

    .amazing-section .card-header-amazing {
        display: block;
        width: min(88vw, 350px);
        padding: 0 0 12px !important;
        margin: 0 auto 10px !important;
        border-bottom: 0 !important;
        background: transparent !important;
        text-align: right;
    }

    .amazing-section .card-header-amazing .title-one {
        display: inline-block;
        float: none !important;
        max-width: 100%;
        color: #6f35ff !important;
        border-bottom: 2px solid #6f35ff !important;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 1.8;
        white-space: nowrap;
    }

    .amazing-section .card-header-amazing .card-title {
        display: none;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .owl-item {
        background: transparent !important;
        border: 0 !important;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .item {
        background: #fff;
        border-radius: 14px;
        box-shadow: none;
        border: 0;
        padding: 22px 14px 18px;
        min-height: 410px;
        position: relative;
    }

    .amazing-section .product-carousel .owl-item img {
        max-height: 185px;
        width: auto !important;
        max-width: 78% !important;
        object-fit: contain;
        margin: 10px auto 0;
    }

    .amazing-section .widget-product .product-carousel .item .post-title {
        height: 28px;
        min-height: 0;
        line-height: 28px;
        margin: 18px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        direction: rtl;
        text-align: center;
    }

    .amazing-section .widget-product .product-carousel .item .post-title a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .item .price {
        height: auto;
        margin-top: 8px;
        text-align: center;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .item .price .discount-item {
        display: none;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-prev,
    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-next {
        top: 44% !important;
        width: 48px;
        height: 48px;
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid #f0f0f0;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
        z-index: 20;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-prev {
        right: 2px;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-next {
        left: 2px;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-prev i,
    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-next i {
        line-height: 48px;
        font-size: 24px;
        color: #707070;
    }
}

@media (max-width: 575px) {
    .amazing-section .slider-amazing .widget-product .product-carousel .item {
        width: 88%;
        min-height: 380px;
        margin: 0 auto;
        padding: 20px 12px 16px;
    }

    .amazing-section .product-carousel .owl-item img {
        max-height: 165px;
        max-width: 76% !important;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-prev,
    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-next {
        top: 43% !important;
        width: 44px;
        height: 44px;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-prev {
        right: 6px;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-next {
        left: 6px;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-prev i,
    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-next i {
        line-height: 44px;
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .adplacement {
        display: block !important;
        max-width: calc(100vw - 28px);
        margin: 12px auto 20px !important;
        width: 100%;
        clear: both;
        padding: 0;
        box-sizing: border-box;
        float: none !important;
        text-align: center;
    }

    .adplacement-after-amazing {
        display: none !important;
    }

    .adplacement > div {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
        margin: 0 auto 14px !important;
        float: none !important;
    }

    .adplacement .item-adplacement {
        display: block !important;
        width: min(100%, calc(100vw - 28px));
        height: auto !important;
        margin: 0 auto !important;
        overflow: hidden;
        border-radius: 12px;
        float: none !important;
    }

    .adplacement .item-adplacement img {
        width: 100% !important;
        height: auto !important;
        border-radius: 12px;
        display: block;
    }
}

@media (max-width: 575px) {
    .adplacement {
        max-width: 360px;
    }

    .adplacement .item-adplacement {
        width: min(100%, 360px);
    }
}

.brand-product .owl-item img {
    width: 130px !important;
    height: 130px !important;
    object-fit: contain;
}

.brand-product .item {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kala-row-adplacement {
    width: min(calc(100vw - 30px), 1440px);
    margin: 22px auto 18px;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

.kala-row-adplacement + .adplacement {
    display: none !important;
}

.kala-row-adplacement .adplacement-container-row {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.kala-row-adplacement .adplacement-container-row > div {
    float: none;
    padding-left: 8px;
    padding-right: 8px;
}

.kala-row-adplacement .adplacement-container-row a.adplacement-item {
    width: 100%;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.kala-row-adplacement .adplacement-container-row a.adplacement-item .adplacement-sponsored_box {
    position: relative;
    width: 100%;
    float: right;
    overflow: hidden;
}

.kala-row-adplacement .adplacement-container-row a.adplacement-item .adplacement-sponsored_box img {
    max-width: 100%;
    width: 100%;
    display: block;
    transition: 0.2s;
}

.kala-row-adplacement .adplacement-container-row a.adplacement-item .adplacement-sponsored_box::before {
    background-color: #fff;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    content: '';
    left: -130%;
    position: absolute;
    z-index: 2;
    width: 200px;
    box-shadow: 0 0 100px #fff;
    transform: skew(-20deg);
    transition: all 0.8s ease;
}

.kala-row-adplacement .adplacement-container-row a.adplacement-item:hover .adplacement-sponsored_box::before {
    left: 200%;
}

@media (max-width: 991px) {
    .kala-row-adplacement {
        width: min(calc(100vw - 24px), 900px);
        margin: 18px auto 10px;
        padding: 0;
    }

    .kala-row-adplacement .adplacement-container-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px 10px;
        float: none;
    }

    .kala-row-adplacement .adplacement-container-row > div {
        width: calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
        flex: 0 0 calc(50% - 5px) !important;
        padding: 0 !important;
        margin: 0 !important;
        float: none !important;
    }

    .kala-row-adplacement .adplacement-container-row a.adplacement-item {
        margin: 0 auto !important;
        border-radius: 12px;
    }
}

.section-slider.amazing-section {
    display: none !important;
}

.kala-amazing-mobile-copy {
    display: block;
    background: #f5f5f5;
    padding: 46px 0 44px;
    margin: 0;
    direction: rtl;
}

.kala-amazing-mobile-copy .slider-widget-products,
.kala-amazing-mobile-copy .widget-product {
    width: min(calc(100vw - 30px), 1380px);
    margin: 0 auto;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible;
}

.kala-amazing-mobile-copy .card-header {
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 0 20px !important;
    margin: 0 0 10px !important;
    text-align: right;
}

.kala-amazing-mobile-copy .card-header .title-one {
    display: inline-block;
    float: none !important;
    color: #6f35ff !important;
    border-bottom: 2px solid #6f35ff;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
    white-space: nowrap;
}

.kala-amazing-mobile-copy .card-header .card-title {
    display: none;
}

.kala-amazing-mobile-copy .product-amazing {
    position: relative;
    overflow: visible;
}

.kala-amazing-mobile-copy .product-amazing .owl-stage-outer {
    overflow: hidden;
    border-radius: 14px;
}

.kala-amazing-mobile-copy .product-amazing .owl-stage {
    display: flex;
    align-items: stretch;
}

.kala-amazing-mobile-copy .product-amazing .owl-item {
    background: transparent !important;
    border: 0 !important;
}

.kala-amazing-mobile-copy .product-amazing .item {
    position: relative;
    width: 100%;
    height: 430px;
    padding: 36px 18px 22px;
    background: #fff;
    border-radius: 14px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kala-amazing-mobile-copy .product-amazing .item[data-discount]::before {
    content: attr(data-discount);
    position: absolute;
    top: 18px;
    right: 18px;
    min-width: 38px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 16px;
    background: #fb3449;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    z-index: 3;
}

.kala-amazing-mobile-copy .product-amazing .hover-img-link {
    width: 100%;
    height: 190px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.kala-amazing-mobile-copy .product-amazing .hover-img-link img {
    width: auto !important;
    max-width: 82% !important;
    max-height: 178px !important;
    margin: 0 auto !important;
    object-fit: contain;
}

.kala-amazing-mobile-copy .product-amazing .post-title {
    width: 100%;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    margin: 20px 0 10px;
    padding: 0 4px;
    overflow: hidden;
    text-align: center;
    direction: rtl;
}

.kala-amazing-mobile-copy .product-amazing .post-title a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
    font-size: 12px;
    font-weight: 400;
}

.kala-amazing-mobile-copy .product-amazing .price {
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
}

.kala-amazing-mobile-copy .product-amazing .price del,
.kala-amazing-mobile-copy .product-amazing .price ins {
    display: block;
    float: none;
    text-align: center;
}

.kala-amazing-mobile-copy .product-amazing .price del span {
    color: #b8b8b8;
    font-size: 11px;
}

.kala-amazing-mobile-copy .product-amazing .price ins {
    color: #6f35ff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 4px;
}

.kala-amazing-mobile-copy .product-amazing .price ins span span {
    font-size: 11px;
    margin-right: 2px;
}

.kala-amazing-mobile-copy .countdown-timer {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.kala-amazing-mobile-copy .countdown,
.kala-amazing-mobile-copy .countdown-static {
    width: 100%;
    margin: 0;
    direction: ltr;
    overflow: visible;
}

.kala-amazing-mobile-copy .countdown .countdown-item,
.kala-amazing-mobile-copy .countdown-static .countdown-item {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}

.kala-amazing-mobile-copy .countdown .countdown-value,
.kala-amazing-mobile-copy .countdown-static .countdown-value {
    width: 31px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    color: #777;
    font-size: 13px;
    font-weight: 400;
}

.kala-amazing-mobile-copy .countdown .countdown-label,
.kala-amazing-mobile-copy .countdown-static .countdown-label {
    padding-top: 4px;
    color: #d4d4d4;
    font-size: 10px;
}

.kala-amazing-mobile-copy .product-amazing .owl-nav {
    display: block !important;
}

.kala-amazing-mobile-copy .product-amazing .owl-nav .owl-prev,
.kala-amazing-mobile-copy .product-amazing .owl-nav .owl-next {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    z-index: 20;
}

.kala-amazing-mobile-copy .product-amazing .owl-nav .owl-prev {
    right: -18px;
}

.kala-amazing-mobile-copy .product-amazing .owl-nav .owl-next {
    left: -18px;
}

.kala-amazing-mobile-copy .product-amazing .owl-nav i {
    line-height: 48px;
    font-size: 26px;
    color: #666;
}

@media (max-width: 575px) {
    .brand-product .owl-item img {
        width: 115px !important;
        height: 115px !important;
    }

    .brand-product .item {
        min-height: 132px;
    }
}

@media (max-width: 1000px) {
    .kala-amazing-mobile-copy {
        padding: 30px 0 28px;
    }

    .kala-amazing-mobile-copy .slider-widget-products,
    .kala-amazing-mobile-copy .widget-product {
        width: min(88vw, 350px);
        margin: 0 auto;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        overflow: visible;
    }

    .kala-amazing-mobile-copy .card-header {
        display: block !important;
        background: transparent !important;
        border: 0 !important;
        padding: 0 0 14px !important;
        margin: 0 0 16px !important;
        text-align: right;
    }

    .kala-amazing-mobile-copy .card-header .title-one {
        display: inline-block;
        float: none !important;
        color: #6f35ff !important;
        border-bottom: 2px solid #6f35ff;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 1.8;
        white-space: nowrap;
    }

    .kala-amazing-mobile-copy .card-header .card-title {
        display: none;
    }

    .kala-amazing-mobile-copy .product-amazing {
        position: relative;
        overflow: visible;
    }

    .kala-amazing-mobile-copy .product-amazing .owl-stage-outer {
        overflow: hidden;
        border-radius: 14px;
    }

    .kala-amazing-mobile-copy .product-amazing .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .kala-amazing-mobile-copy .product-amazing .owl-item {
        background: transparent !important;
        border: 0 !important;
    }

    .kala-amazing-mobile-copy .product-amazing .item {
        width: 100%;
        height: 445px;
        padding: 34px 18px 22px;
        background: #fff;
        border-radius: 14px;
        text-align: center;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .kala-amazing-mobile-copy .product-amazing .hover-img-link {
        width: 100%;
        height: 210px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .kala-amazing-mobile-copy .product-amazing .hover-img-link img {
        width: auto !important;
        max-width: 78% !important;
        max-height: 195px !important;
        margin: 0 auto !important;
        object-fit: contain;
    }

    .kala-amazing-mobile-copy .product-amazing .post-title {
        width: 100%;
        height: 30px;
        min-height: 30px;
        line-height: 30px;
        margin: 20px 0 10px;
        padding: 0 4px;
        overflow: hidden;
        text-align: center;
        direction: rtl;
    }

    .kala-amazing-mobile-copy .product-amazing .post-title a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #555;
        font-size: 12px;
        font-weight: 400;
    }

    .kala-amazing-mobile-copy .product-amazing .price {
        width: 100%;
        height: auto;
        margin: 0;
        text-align: center;
    }

    .kala-amazing-mobile-copy .product-amazing .price del,
    .kala-amazing-mobile-copy .product-amazing .price ins {
        display: block;
        float: none;
        text-align: center;
    }

    .kala-amazing-mobile-copy .product-amazing .price del span {
        color: #b8b8b8;
        font-size: 11px;
    }

    .kala-amazing-mobile-copy .product-amazing .price ins {
        color: #6f35ff;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        margin-top: 4px;
    }

    .kala-amazing-mobile-copy .product-amazing .price ins span span {
        font-size: 11px;
        margin-right: 2px;
    }

    .kala-amazing-mobile-copy .countdown-timer {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .kala-amazing-mobile-copy .countdown,
    .kala-amazing-mobile-copy .countdown-static {
        width: 100%;
        margin: 0;
        direction: ltr;
        overflow: visible;
    }

    .kala-amazing-mobile-copy .countdown .countdown-item,
    .kala-amazing-mobile-copy .countdown-static .countdown-item {
        display: inline-block;
        margin: 0 2px;
        text-align: center;
    }

    .kala-amazing-mobile-copy .countdown .countdown-value,
    .kala-amazing-mobile-copy .countdown-static .countdown-value {
        width: 31px;
        height: 31px;
        line-height: 31px;
        border: 1px solid #ddd;
        border-radius: 50%;
        background: #fff;
        color: #777;
        font-size: 13px;
        font-weight: 400;
    }

    .kala-amazing-mobile-copy .countdown .countdown-label,
    .kala-amazing-mobile-copy .countdown-static .countdown-label {
        padding-top: 4px;
        color: #d4d4d4;
        font-size: 10px;
    }

    .kala-amazing-mobile-copy .product-amazing .owl-nav {
        display: block !important;
    }

    .kala-amazing-mobile-copy .product-amazing .owl-nav .owl-prev,
    .kala-amazing-mobile-copy .product-amazing .owl-nav .owl-next {
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.86) !important;
        border: 1px solid #f0f0f0 !important;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
        z-index: 20;
    }

    .kala-amazing-mobile-copy .product-amazing .owl-nav .owl-prev {
        right: -20px;
    }

    .kala-amazing-mobile-copy .product-amazing .owl-nav .owl-next {
        left: -20px;
    }

    .kala-amazing-mobile-copy .product-amazing .owl-nav i {
        line-height: 48px;
        font-size: 26px;
        color: #666;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .kala-amazing-mobile-copy .slider-widget-products,
    .kala-amazing-mobile-copy .widget-product {
        width: 100%;
        max-width: 920px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .kala-amazing-mobile-copy .product-amazing .item {
        height: 435px;
        padding: 32px 18px 20px;
    }

    .kala-amazing-mobile-copy .product-amazing .hover-img-link {
        height: 195px;
    }

    .kala-amazing-mobile-copy .product-amazing .hover-img-link img {
        max-width: 82% !important;
        max-height: 178px !important;
    }

    .kala-amazing-mobile-copy .product-amazing .owl-nav .owl-prev {
        right: 0;
    }

    .kala-amazing-mobile-copy .product-amazing .owl-nav .owl-next {
        left: 0;
    }
}

@media (min-width: 650px) and (max-width: 767px) {
    .kala-amazing-mobile-copy .slider-widget-products,
    .kala-amazing-mobile-copy .widget-product {
        width: 100%;
        max-width: 760px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .kala-amazing-mobile-copy .product-amazing .item {
        height: 420px;
        padding: 30px 16px 20px;
    }

    .kala-amazing-mobile-copy .product-amazing .hover-img-link {
        height: 185px;
    }

    .kala-amazing-mobile-copy .product-amazing .hover-img-link img {
        max-width: 82% !important;
        max-height: 168px !important;
    }

    .kala-amazing-mobile-copy .product-amazing .owl-nav .owl-prev {
        right: 0;
    }

    .kala-amazing-mobile-copy .product-amazing .owl-nav .owl-next {
        left: 0;
    }
}

/* Mobile amazing products, matched to kalamarket home-1 card style */
@media (max-width: 1000px) {
    .amazing-section .product-carousel.owl-carousel {
        position: relative;
        overflow: visible;
    }

    .amazing-section .product-carousel .owl-stage-outer {
        overflow: visible;
    }

    .amazing-section .product-carousel .owl-stage {
        width: 100% !important;
        transform: none !important;
        transition: none !important;
    }

    .amazing-section .product-carousel .owl-item {
        display: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .amazing-section .product-carousel .owl-item:first-child {
        display: block !important;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .item {
        width: min(88vw, 350px);
        min-height: 395px;
        margin: 0 auto;
        padding: 22px 18px 18px;
        background: #fff;
        border-radius: 14px;
        box-shadow: none;
        border: 0;
        overflow: hidden;
        text-align: center;
        position: relative;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .item > a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 185px;
        overflow: hidden;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .item > a img {
        width: auto !important;
        max-width: 78% !important;
        max-height: 175px !important;
        height: auto !important;
        margin: 0 auto;
        object-fit: contain;
    }

    .amazing-section .widget-product .product-carousel .item .post-title {
        display: block;
        width: 100%;
        height: 28px !important;
        min-height: 0 !important;
        margin: 18px 0 0;
        line-height: 28px;
        overflow: hidden;
        text-align: center;
        direction: rtl;
    }

    .amazing-section .widget-product .product-carousel .item .post-title a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .item .price {
        width: 100%;
        float: none;
        height: auto;
        margin: 10px 0 0;
        text-align: center;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .item .price .discount-item {
        display: none;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .product-box-timer {
        width: 100%;
        float: none;
        margin-top: 8px;
        text-align: center;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .product-box-timer .countdown {
        width: 100%;
        text-align: center;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-prev,
    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-next {
        display: block !important;
        top: 50% !important;
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.82);
        border: 1px solid #f0f0f0;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
        z-index: 30;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-prev {
        right: 4px;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-next {
        left: 4px;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-prev i,
    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-next i {
        font-size: 24px;
        line-height: 48px;
        color: #666;
    }
}

@media (max-width: 575px) {
    .amazing-section .slider-amazing .widget-product .product-carousel .item {
        width: min(88vw, 350px);
        min-height: 380px;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-prev,
    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-next {
        width: 44px;
        height: 44px;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-prev i,
    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-next i {
        line-height: 44px;
        font-size: 22px;
    }
}

/* Final mobile layout for the amazing offer card */
@media (max-width: 1000px) {
    .amazing-section .slider-amazing .widget-product .product-carousel .item {
        width: min(84vw, 340px) !important;
        min-height: 430px !important;
        height: 430px !important;
        padding: 24px 18px 18px !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden !important;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .item > a {
        width: 100%;
        height: 175px !important;
        min-height: 175px !important;
        margin: 0 auto !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .item > a img,
    .amazing-section .product-carousel .owl-item img {
        max-width: 72% !important;
        max-height: 155px !important;
        margin: 0 auto !important;
        object-fit: contain;
    }

    .amazing-section .widget-product .product-carousel .item .post-title {
        width: 100% !important;
        height: 30px !important;
        min-height: 30px !important;
        margin: 22px 0 8px !important;
        padding: 0 8px !important;
        line-height: 30px !important;
        display: block !important;
        overflow: hidden !important;
        text-align: center !important;
        direction: rtl;
        position: static !important;
        z-index: 2;
    }

    .amazing-section .widget-product .product-carousel .item .post-title a {
        display: block !important;
        width: 100% !important;
        height: 30px !important;
        line-height: 30px !important;
        color: #555 !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .item .price {
        width: 100% !important;
        height: auto !important;
        margin: 4px 0 0 !important;
        padding: 0 !important;
        float: none !important;
        text-align: center !important;
        position: static !important;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .item .price del,
    .amazing-section .slider-amazing .widget-product .product-carousel .item .price ins {
        display: block !important;
        float: none !important;
        text-align: center !important;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .product-box-timer {
        width: 100% !important;
        margin-top: 12px !important;
        float: none !important;
        text-align: center !important;
        position: static !important;
    }

    .amazing-section .slider-amazing .widget-product .product-carousel .product-box-timer > span.fa {
        position: static !important;
        display: inline-block !important;
        float: none !important;
        margin-left: 6px;
        vertical-align: middle;
    }

    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-prev,
    .amazing-section .slider-amazing .widget-product .owl-carousel .owl-nav .owl-next {
        top: 40% !important;
    }
}
