/* SurinNet approved light storefront: homepage product showcases.
   Visual changes only; Owl carousel markup, links, pricing, and controls remain live. */

html.html-home-page .AllInOneImage-section {
    box-sizing: border-box;
    height: auto;
    margin: 0 !important;
    padding: 58px 24px 70px;
    border-top: 1px solid #e2eaf0;
    background: #fff;
    color: #0f2438;
    direction: rtl;
}

html.html-home-page .AllInOneImage-section *,
html.html-home-page .AllInOneImage-section *::before,
html.html-home-page .AllInOneImage-section *::after {
    box-sizing: border-box;
}

html.html-home-page .AllInOneImage-section > .custom-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

html.html-home-page .AllInOneImage-section > .custom-container > .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
    margin: 0;
}

html.html-home-page .AllInOneImage-section .info {
    display: flex;
    width: 100%;
    max-width: none;
    height: auto !important;
    min-height: 80px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
}

html.html-home-page .AllInOneImage-section .info .picture {
    display: flex;
    width: 82px;
    height: 82px;
    flex: none;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid #e2eaf0;
    border-radius: 18px;
    background: #f6f9fb;
}

html.html-home-page .AllInOneImage-section .info .picture img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

html.html-home-page .AllInOneImage-section .info .title {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: #0f2438;
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 800;
    line-height: 1.5;
    text-align: right;
}

html.html-home-page .AllInOneImage-section .products-list {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0 !important;
}

html.html-home-page .AllInOneImage-section .owl-carousel {
    width: 100%;
    min-width: 0;
}

html.html-home-page .AllInOneImage-section .owl-stage-outer {
    padding-block: 4px 16px;
}

html.html-home-page .AllInOneImage-section .owl-item .item-box {
    height: 100%;
    min-height: 382px;
    overflow: hidden;
    border: 1px solid #e2eaf0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 36, 56, .05);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

html.html-home-page .AllInOneImage-section .owl-item .item-box:hover,
html.html-home-page .AllInOneImage-section .owl-item .item-box:focus-within {
    border-color: #f6ccd6;
    box-shadow: 0 8px 24px rgba(15, 36, 56, .1);
    transform: translateY(-2px);
}

html.html-home-page .AllInOneImage-section .owl-item .product-item {
    display: flex;
    height: 100%;
    min-height: 382px;
    flex-direction: column;
    padding: 14px;
}

html.html-home-page .AllInOneImage-section .owl-item .product-item > .picture {
    display: flex;
    width: 100%;
    height: 178px;
    flex: none;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 12px;
    background: #fff;
}

html.html-home-page .AllInOneImage-section .owl-item .product-item > .picture a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

html.html-home-page .AllInOneImage-section .owl-item .product-item > .picture img {
    width: 100%;
    height: 100%;
    max-width: 170px;
    max-height: 170px;
    object-fit: contain;
}

html.html-home-page .AllInOneImage-section .owl-item .details {
    display: flex;
    height: auto;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    padding: 0;
}

html.html-home-page .AllInOneImage-section .owl-item .product-title {
    display: -webkit-box;
    min-height: 48px;
    height: auto;
    overflow: hidden;
    margin: 4px 0 8px;
    padding: 0;
    color: #0f2438;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

html.html-home-page .AllInOneImage-section .owl-item .product-title a {
    color: #0f2438;
    text-decoration: none;
}

html.html-home-page .AllInOneImage-section .owl-item .product-title a:hover {
    color: #c2173c;
}

html.html-home-page .AllInOneImage-section .owl-item .product-rating-box {
    min-height: 12px;
    margin-bottom: 8px;
}

html.html-home-page .AllInOneImage-section .owl-item .description {
    display: block;
    height: auto !important;
    max-height: none;
    overflow: visible;
    padding: 0;
    color: #52697b;
    font-size: 12px;
    line-height: 1.6;
}

html.html-home-page .AllInOneImage-section .owl-item .description p {
    display: none;
}

html.html-home-page .AllInOneImage-section .owl-item .description ul {
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

html.html-home-page .AllInOneImage-section .owl-item .description li {
    display: none;
    height: auto;
    padding: 0;
    text-align: right;
}

html.html-home-page .AllInOneImage-section .owl-item .description li:nth-child(-n+3) {
    display: block;
}

html.html-home-page .AllInOneImage-section .owl-item .description li::before {
    content: "✓";
    display: inline-block;
    margin-left: 7px;
    color: #24a487;
    font-weight: 800;
}

html.html-home-page .AllInOneImage-section .owl-item .add-info {
    margin-top: auto;
}

html.html-home-page .AllInOneImage-section .owl-item .prices {
    display: flex;
    height: auto;
    min-height: 45px;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #edf2f5;
    color: #0f2438;
}

html.html-home-page .AllInOneImage-section .owl-item .actual-price {
    color: #0f2438;
    font-size: 14px;
    font-weight: 800;
}

html.html-home-page .AllInOneImage-section .owl-nav {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 5px;
}

html.html-home-page .AllInOneImage-section .owl-nav button {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #e2eaf0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #e01843 !important;
    font-size: 24px !important;
}

html.html-home-page .AllInOneImage-section .owl-nav button:hover,
html.html-home-page .AllInOneImage-section .owl-nav button:focus-visible {
    border-color: #e01843 !important;
    background: #fff1f4 !important;
}

html.html-home-page .AllInOneImage-section a:focus-visible,
html.html-home-page .AllInOneImage-section button:focus-visible {
    outline: 3px solid #0b74c4;
    outline-offset: 2px;
}

@media (max-width: 767px) {
    html.html-home-page .AllInOneImage-section {
        padding: 38px 15px 48px;
    }

    html.html-home-page .AllInOneImage-section .info {
        min-height: 60px;
    }

    html.html-home-page .AllInOneImage-section .info .picture {
        width: 58px;
        height: 58px;
        border-radius: 12px;
    }

    html.html-home-page .AllInOneImage-section .info .title {
        font-size: 24px;
    }

    html.html-home-page .AllInOneImage-section .owl-item .item-box,
    html.html-home-page .AllInOneImage-section .owl-item .product-item {
        min-height: 370px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.html-home-page .AllInOneImage-section .owl-item .item-box {
        transition: none;
    }
}
