/* ==========================================================
   DDALSHOP SHOP REDESIGN
   Scope: WooCommerce product archive only
   ========================================================== */

body.ddalshop-shop-archive {
    background: #f7f5f2;
    color: #2f3742;
}

body.ddalshop-shop-archive #main {
    background: transparent;
}

/* Hide the Flatsome archive title bar because this redesign has its own hero and toolbar. */
body.ddalshop-shop-archive .shop-page-title,
body.ddalshop-shop-archive .category-page-title {
    display: none;
}

.ddal-shop-page {
    padding: 26px 18px 64px;
}

.ddal-shop-notices,
.ddal-shop-hero,
.ddal-shop-layout {
    width: min(1320px, 100%);
    margin-right: auto;
    margin-left: auto;
}

/* Hero */
.ddal-shop-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
    border: 1px solid #eadfd3;
    border-radius: 20px;
    background:
        radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.78), transparent 32%),
        linear-gradient(120deg, #f5eadf 0%, #ead9c8 100%);
    box-shadow: 0 12px 34px rgba(38, 50, 65, 0.06);
}

.ddal-shop-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    min-height: 250px;
}

.ddal-shop-hero__copy {
    position: relative;
    z-index: 2;
    align-self: center;
    padding: 42px 48px;
}

.ddal-shop-breadcrumb {
    margin-bottom: 12px;
}

.ddal-shop-breadcrumb .woocommerce-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #6f747b;
    font-size: 13px;
    line-height: 1.4;
}

.ddal-shop-breadcrumb a {
    color: #3a6ea5;
}

.ddal-shop-hero__title {
    margin: 0 0 12px;
    color: #1f2b38;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.ddal-shop-hero__description {
    max-width: 620px;
    margin: 0;
    color: #5c6570;
    font-size: 15px;
    line-height: 1.75;
}

.ddal-shop-hero__visual {
    position: relative;
    min-height: 250px;
    overflow: hidden;
}

.ddal-shop-hero__visual::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, #eddfd0 0%, rgba(237, 223, 208, 0.2) 30%, rgba(237, 223, 208, 0) 58%);
    content: "";
    pointer-events: none;
}

.ddal-shop-hero__image {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
}

.ddal-shop-hero__shape {
    position: absolute;
    display: block;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
    transform: rotate(-25deg);
}

.ddal-shop-hero__shape--one {
    top: -52px;
    right: 10%;
    width: 88px;
    height: 330px;
}

.ddal-shop-hero__shape--two {
    top: -72px;
    right: 35%;
    width: 44px;
    height: 360px;
    opacity: 0.66;
}

.ddal-shop-hero__shape--three {
    right: -74px;
    bottom: -82px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(58, 110, 165, 0.10);
}

/* Main layout */
.ddal-shop-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.ddal-shop-sidebar {
    position: sticky;
    top: 108px;
    z-index: 11;
}

.ddal-shop-sidebar__header {
    display: none;
}

.ddal-shop-sidebar__inner > .widget,
.ddal-shop-sidebar__inner .sidebar-inner > .widget {
    margin: 0 0 18px;
    padding: 20px;
    border: 1px solid #e8e2da;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(38, 50, 65, 0.045);
}

.ddal-shop-sidebar .widget-title {
    display: block;
    margin: 0 0 14px;
    color: #243140;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ddal-shop-sidebar .widget-title::after {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 10px;
    border-radius: 999px;
    background: #3a6ea5;
    content: "";
}

.ddal-shop-sidebar ul {
    margin: 0;
}

.ddal-shop-sidebar .product-categories > li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #f0ece7;
}

.ddal-shop-sidebar .product-categories > li:last-child {
    border-bottom: 0;
}

.ddal-shop-sidebar .product-categories > li > a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 20px 8px 0;
    color: #46515e;
    font-size: 13px;
    line-height: 1.45;
}

.ddal-shop-sidebar .product-categories > li > a::after {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    content: "";
    opacity: 0.45;
    transform: translateY(-50%) rotate(45deg);
}

.ddal-shop-sidebar .product-categories .current-cat > a {
    color: #3a6ea5;
    font-weight: 700;
}

.ddal-shop-sidebar .price_slider_wrapper .ui-widget-content {
    height: 5px;
    border-radius: 999px;
    background: #d8dee6;
}

.ddal-shop-sidebar .price_slider_wrapper .ui-slider-range {
    background: #3a6ea5;
}

.ddal-shop-sidebar .price_slider_wrapper .ui-slider .ui-slider-handle {
    top: -6px;
    width: 17px;
    height: 17px;
    border: 3px solid #3a6ea5;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.16);
}

.ddal-shop-sidebar .widget_price_filter .price_slider_amount {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    margin-top: 16px;
}

.ddal-shop-sidebar .widget_price_filter .button {
    min-height: 38px;
    margin: 0;
    padding: 0 15px;
    border-radius: 10px;
    background: #3a6ea5;
    font-size: 12px;
    line-height: 38px;
}

.ddal-shop-sidebar .price_label {
    color: #68717c;
    font-size: 12px;
    text-align: right;
}

/* Top section */
.ddal-shop-main {
    min-width: 0;
}

.ddal-shop-topbar {
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid #e8e2da;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(38, 50, 65, 0.04);
}

.ddal-shop-chips {
    display: flex;
    gap: 9px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    overflow-x: auto;
    border-bottom: 1px solid #eee9e3;
    scrollbar-width: thin;
}

.ddal-shop-chip {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 15px;
    border: 1px solid #e1e5ea;
    border-radius: 999px;
    background: #fff;
    color: #53606d;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ddal-shop-chip:hover,
.ddal-shop-chip.is-active {
    border-color: #3a6ea5;
    background: #edf4fb;
    color: #2e5f92;
}

.ddal-shop-toolbar {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
}

.ddal-shop-toolbar__left,
.ddal-shop-toolbar__right {
    display: flex;
    gap: 12px;
    align-items: center;
}

.ddal-shop-result-count .woocommerce-result-count {
    margin: 0;
    color: #626c77;
    font-size: 13px;
}

.ddal-shop-ordering .woocommerce-ordering {
    margin: 0;
}

.ddal-shop-ordering select {
    min-width: 235px;
    height: 42px;
    margin: 0;
    padding: 0 38px 0 13px;
    border: 1px solid #dfe4e9;
    border-radius: 10px;
    background-color: #fff;
    color: #48535f;
    font-size: 12px;
    box-shadow: none;
}

.ddal-shop-filter-button {
    display: none;
}

.ddal-shop-grid-controls {
    display: flex;
    overflow: hidden;
    border: 1px solid #dfe4e9;
    border-radius: 10px;
}

.ddal-shop-grid-button {
    display: grid;
    width: 41px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #88919b;
    place-items: center;
}

.ddal-shop-grid-button + .ddal-shop-grid-button {
    border-left: 1px solid #dfe4e9;
}

.ddal-shop-grid-button:hover,
.ddal-shop-grid-button.is-active {
    background: #edf4fb;
    color: #3a6ea5;
}

.ddal-grid-icon {
    display: grid;
    width: 17px;
    height: 17px;
    gap: 2px;
}

.ddal-grid-icon--3 {
    grid-template-columns: repeat(3, 1fr);
}

.ddal-grid-icon--4 {
    grid-template-columns: repeat(4, 1fr);
}

.ddal-grid-icon::before,
.ddal-grid-icon::after,
.ddal-shop-grid-button span {
    font-size: 0;
}

.ddal-grid-icon {
    background:
        repeating-linear-gradient(to right, currentColor 0 3px, transparent 3px 5px),
        repeating-linear-gradient(to bottom, currentColor 0 3px, transparent 3px 5px);
}

/* Grid */
.ddal-shop-products > .products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    margin: 0;
}

.ddal-shop-products--3 > .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ddal-shop-products > .products > .product {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
}

.ddal-product-card .col-inner {
    height: 100%;
}

.ddal-product-card__box {
    display: flex;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e7e2dc;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(39, 52, 67, 0.045);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ddal-product-card__box:hover {
    border-color: #d6dee7;
    box-shadow: 0 14px 32px rgba(39, 52, 67, 0.085);
    transform: translateY(-3px);
}

.ddal-product-card__image-wrap {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee9e3;
    background: #f7f7f7;
}

.ddal-product-card__image-wrap .image-fade_in_back,
.ddal-product-card__image-wrap .image-fade_in_back a,
.ddal-product-card__image-wrap .image-fade_in_back img,
.ddal-product-card__image-wrap .image-zoom,
.ddal-product-card__image-wrap .image-zoom a,
.ddal-product-card__image-wrap .image-zoom img,
.ddal-product-card__image-wrap .image-none,
.ddal-product-card__image-wrap .image-none a,
.ddal-product-card__image-wrap .image-none img {
    width: 100%;
    height: 100%;
}

.ddal-product-card__image-wrap .image-fade_in_back,
.ddal-product-card__image-wrap .image-zoom,
.ddal-product-card__image-wrap .image-none {
    aspect-ratio: 1 / 1;
}

.ddal-product-card__image-wrap img {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.ddal-product-card__image-wrap .badge-container {
    top: 10px;
    left: 10px;
    margin: 0;
}

.ddal-product-card__image-wrap .badge,
.ddal-product-card__image-wrap .badge-inner {
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
}

.ddal-product-card__image-wrap .badge-inner {
    padding: 7px 10px;
    border-radius: 999px;
    background: #e74c3c;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.ddal-product-card__new-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 8px;
    border-radius: 5px;
    background: #3a6ea5;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.ddal-product-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 13px 13px 14px;
    text-align: left;
}

.ddal-product-card__content .title-wrapper {
    margin-bottom: 8px;
}

.ddal-product-card__content .name,
.ddal-product-card__content .product-title {
    margin: 0;
}

/* Judul produk ditampilkan penuh tanpa dipotong. */
.ddal-product-card__content .title-wrapper,
.ddal-product-card__content .ddal-product-card__title {
    min-height: 0;
    max-height: none;
    overflow: visible;
}

.ddal-product-card__content .name,
.ddal-product-card__content .product-title,
.ddal-product-card__content .woocommerce-loop-product__title {
    display: block;
    min-height: 0;
    max-height: none;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
}

.ddal-product-card__content .name a,
.ddal-product-card__content .product-title a,
.ddal-product-card__content .woocommerce-loop-product__title a {
    display: block;
    min-height: 0;
    max-height: none;
    overflow: visible;
    color: #2e3945;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    white-space: normal;
    overflow-wrap: anywhere;
    text-overflow: clip;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}

.ddal-product-card__price {
    margin-bottom: 12px;
}

.ddal-product-card__price .price {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 7px;
    align-items: baseline;
    margin: 0;
    color: #172434;
    font-size: 13px;
    font-weight: 700;
}

.ddal-product-card__price del {
    order: 2;
    color: #9aa2ab;
    font-size: 11px;
    font-weight: 400;
}

.ddal-product-card__price ins {
    color: #172434;
    font-weight: 700;
    text-decoration: none;
}

.ddal-product-card__price .star-rating {
    margin: 0 0 7px;
    color: #f2a900;
    font-size: 12px;
}

.ddal-product-card__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 43px;
    gap: 8px;
    margin-top: auto;
}

.ddal-product-card__quick-view {
    min-width: 0;
}

.ddal-product-card__quick-view .add_to_cart_button,
.ddal-product-card__quick-view .added_to_cart {
    display: none;
}

.ddal-product-card__quick-view .quick-view,
.ddal-product-card__quick-view a,
.ddal-product-card__cart .button,
.ddal-product-card__cart a {
    display: inline-flex;
    width: 100%;
    min-height: 38px;
    margin: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe4e9;
    border-radius: 9px;
    background: #f8fafc;
    color: #344150;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    box-shadow: none;
}

.ddal-product-card__quick-view .quick-view:hover,
.ddal-product-card__quick-view a:hover {
    border-color: #3a6ea5;
    background: #edf4fb;
    color: #2f6093;
}

.ddal-product-card__cart .button,
.ddal-product-card__cart a {
    overflow: hidden;
    border-color: #dbe3eb;
    background: #fff;
    color: transparent;
    font-size: 0;
}

.ddal-product-card__cart .button::before,
.ddal-product-card__cart a::before {
    width: 17px;
    height: 17px;
    border: 1.7px solid #4c5a68;
    border-top: 0;
    border-radius: 2px 2px 5px 5px;
    content: "";
    transform: translateY(2px);
}

.ddal-product-card__cart .button::after,
.ddal-product-card__cart a::after {
    position: absolute;
    width: 8px;
    height: 6px;
    border-top: 1.7px solid #4c5a68;
    border-left: 1.7px solid #4c5a68;
    content: "";
    transform: translate(-6px, -5px) skewX(-12deg);
}

.ddal-product-card__cart .button,
.ddal-product-card__cart a {
    position: relative;
}

.ddal-product-card__cart .button:hover,
.ddal-product-card__cart a:hover {
    border-color: #3a6ea5;
    background: #edf4fb;
}

/* Pagination */
.ddal-shop-pagination {
    margin-top: 30px;
    text-align: center;
}

.ddal-shop-pagination .page-numbers {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.ddal-shop-pagination .page-number,
.ddal-shop-pagination .page-numbers > li > a,
.ddal-shop-pagination .page-numbers > li > span {
    display: grid;
    width: 38px;
    height: 38px;
    margin: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe4e9;
    border-radius: 50%;
    background: #fff;
    color: #52606e;
    font-size: 12px;
}

.ddal-shop-pagination .current,
.ddal-shop-pagination a:hover {
    border-color: #3a6ea5;
    background: #3a6ea5;
    color: #fff;
}

.ddal-shop-empty {
    padding: 40px;
    border: 1px solid #e8e2da;
    border-radius: 16px;
    background: #fff;
    text-align: center;
}

.ddal-shop-filter-backdrop {
    display: none;
}

/* Laptop */
@media (max-width: 1199px) {
    .ddal-shop-layout {
        grid-template-columns: 225px minmax(0, 1fr);
        gap: 18px;
    }

    .ddal-shop-products > .products,
    .ddal-shop-products--4 > .products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Tablet and mobile off-canvas filter */
@media (max-width: 849px) {
    .ddal-shop-page {
        padding: 16px 12px 48px;
    }

    .ddal-shop-hero {
        margin-bottom: 16px;
        border-radius: 16px;
    }

    .ddal-shop-hero__content {
        grid-template-columns: minmax(0, 1fr) 38%;
        min-height: 190px;
    }

    .ddal-shop-hero__copy {
        padding: 28px 24px;
    }

    .ddal-shop-hero__visual,
    .ddal-shop-hero__image {
        min-height: 190px;
    }

    .ddal-shop-hero__description {
        font-size: 13px;
        line-height: 1.6;
    }

    .ddal-shop-layout {
        display: block;
    }

    .ddal-shop-sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 10002;
        width: min(88vw, 360px);
        overflow-y: auto;
        padding: 0 16px 24px;
        background: #f7f5f2;
        box-shadow: 18px 0 45px rgba(21, 31, 43, 0.22);
        transform: translateX(-105%);
        transition: transform 0.25s ease;
    }

    .ddal-filter-is-open {
        overflow: hidden;
    }

    .ddal-filter-is-open .ddal-shop-sidebar {
        transform: translateX(0);
    }

    .ddal-shop-sidebar__header {
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        min-height: 68px;
        align-items: center;
        justify-content: space-between;
        margin: 0 -16px 16px;
        padding: 0 18px;
        border-bottom: 1px solid #e3ded8;
        background: #fff;
    }

    .ddal-shop-sidebar__close {
        display: grid;
        width: 38px;
        height: 38px;
        margin: 0;
        padding: 0;
        border: 1px solid #dfe4e9;
        border-radius: 50%;
        background: #fff;
        color: #313c48;
        font-size: 26px;
        line-height: 1;
        place-items: center;
    }

    .ddal-shop-filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 10001;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: rgba(20, 29, 39, 0.55);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .ddal-filter-is-open .ddal-shop-filter-backdrop {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .ddal-shop-filter-button {
        display: inline-flex;
        min-height: 40px;
        margin: 0;
        padding: 0 13px;
        gap: 8px;
        align-items: center;
        border: 1px solid #dfe4e9;
        border-radius: 9px;
        background: #fff;
        color: #46515e;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        text-transform: none;
    }

    .ddal-shop-filter-button__icon {
        position: relative;
        width: 15px;
        height: 12px;
        border-top: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
    }

    .ddal-shop-filter-button__icon::after {
        position: absolute;
        top: 4px;
        left: 3px;
        width: 9px;
        border-top: 1.5px solid currentColor;
        content: "";
    }

    .ddal-shop-grid-controls {
        display: none;
    }

    .ddal-shop-products > .products,
    .ddal-shop-products--3 > .products,
    .ddal-shop-products--4 > .products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Phone */
@media (max-width: 549px) {
    .ddal-shop-hero__content {
        grid-template-columns: minmax(0, 1fr) 33%;
        min-height: 160px;
    }

    .ddal-shop-hero__copy {
        padding: 22px 17px;
    }

    .ddal-shop-hero__visual,
    .ddal-shop-hero__image {
        min-height: 160px;
    }

    .ddal-shop-hero__title {
        margin-bottom: 8px;
        font-size: 29px;
    }

    .ddal-shop-hero__description {
        display: none;
    }

    .ddal-shop-topbar {
        padding: 13px;
        border-radius: 13px;
    }

    .ddal-shop-chips {
        margin-bottom: 13px;
        padding-bottom: 13px;
    }

    .ddal-shop-toolbar {
        display: grid;
        gap: 10px;
    }

    .ddal-shop-toolbar__left,
    .ddal-shop-toolbar__right {
        justify-content: space-between;
    }

    .ddal-shop-toolbar__right {
        order: -1;
    }

    .ddal-shop-ordering {
        width: 100%;
    }

    .ddal-shop-ordering .woocommerce-ordering {
        width: 100%;
    }

    .ddal-shop-ordering select {
        width: 100%;
        min-width: 0;
    }

    .ddal-shop-result-count .woocommerce-result-count {
        font-size: 11px;
    }

    .ddal-shop-products > .products,
    .ddal-shop-products--3 > .products,
    .ddal-shop-products--4 > .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .ddal-product-card__box {
        border-radius: 11px;
    }

    .ddal-product-card__content {
        padding: 10px;
    }

    .ddal-product-card__content .name a,
    .ddal-product-card__content .product-title a,
    .ddal-product-card__content .woocommerce-loop-product__title a {
        min-height: 0;
        max-height: none;
        overflow: visible;
        font-size: 11px;
        line-height: 1.55;
        -webkit-line-clamp: initial;
    }

    .ddal-product-card__price .price {
        font-size: 11px;
    }

    .ddal-product-card__price del {
        font-size: 9px;
    }

    .ddal-product-card__actions {
        grid-template-columns: minmax(0, 1fr) 36px;
        gap: 6px;
    }

    .ddal-product-card__quick-view .quick-view,
    .ddal-product-card__quick-view a,
    .ddal-product-card__cart .button,
    .ddal-product-card__cart a {
        min-height: 34px;
        border-radius: 8px;
        font-size: 9px;
    }

    .ddal-shop-pagination .page-number,
    .ddal-shop-pagination .page-numbers > li > a,
    .ddal-shop-pagination .page-numbers > li > span {
        width: 34px;
        height: 34px;
    }
}

/* ==========================================================
   DDALSHOP - FINAL FULL PRODUCT TITLE OVERRIDE
   ========================================================== */
html body.ddalshop-shop-archive
.ddal-shop-products
.ddal-product-card
.ddal-product-card__content
.ddal-product-card__title,
html body.ddalshop-shop-archive
.ddal-shop-products
.ddal-product-card
.ddal-product-card__content
.title-wrapper,
html body.ddalshop-shop-archive
.ddal-shop-products
.ddal-product-card
.ddal-product-card__content
.name.product-title,
html body.ddalshop-shop-archive
.ddal-shop-products
.ddal-product-card
.ddal-product-card__content
.woocommerce-loop-product__title {
    display: block !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp: initial !important;
}

html body.ddalshop-shop-archive
.ddal-shop-products
.ddal-product-card
.ddal-product-card__content
.name.product-title > a,
html body.ddalshop-shop-archive
.ddal-shop-products
.ddal-product-card
.ddal-product-card__content
.woocommerce-loop-product__title > a {
    display: block !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    text-overflow: clip !important;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp: initial !important;
}

/* Semua kartu dalam satu baris tetap mengikuti tinggi kartu tertinggi. */
.ddal-shop-products > .products > .product {
    display: flex;
}

.ddal-shop-products > .products > .product > .col-inner {
    width: 100%;
}

