.nexpbd-thailand-products {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 2rem;
    padding: 0;
    overflow: hidden;
}

.nexpbd-thailand-products,
.nexpbd-thailand-products * {
    box-sizing: border-box;
}

.elementor-widget-shortcode .nexpbd-thailand-products,
.elementor-shortcode .nexpbd-thailand-products {
    margin: 0;
    max-width: 100%;
}

.nexpbd-thailand-products__grid {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: start;
}

.nexpbd-thailand-products--columns-1 .nexpbd-thailand-products__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.nexpbd-thailand-products--columns-2 .nexpbd-thailand-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nexpbd-thailand-products--columns-3 .nexpbd-thailand-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nexpbd-thailand-products--columns-4 .nexpbd-thailand-products__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nexpbd-thailand-products--columns-5 .nexpbd-thailand-products__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nexpbd-thailand-products--columns-6 .nexpbd-thailand-products__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.nexpbd-thailand-products__item {
    height: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.nexpbd-thailand-products__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    min-width: 0;
}

.nexpbd-thailand-products__link:hover,
.nexpbd-thailand-products__link:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

.ast-single-post .entry-content a {
    text-decoration: none;
}

.nexpbd-thailand-products__thumbnail {
    margin-bottom: 0.875rem;
    line-height: 0;
    overflow: hidden;
    border-radius: 6px;
}

.nexpbd-thailand-products__thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.nexpbd-thailand-products__link:hover .nexpbd-thailand-products__thumbnail img,
.nexpbd-thailand-products__link:focus .nexpbd-thailand-products__thumbnail img {
    transform: scale(1.02);
}

.nexpbd-thailand-products__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1rem, 1.25vw, 1.15rem);
    line-height: 1.35;
    word-break: break-word;
}

.nexpbd-thailand-products__price {
    margin-top: auto;
    font-weight: 600;
    line-height: 1.4;
    font-size: 0.98rem;
}

.nexpbd-thailand-products__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.nexpbd-thailand-products__main-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0.85rem 1rem;
    border: 1px solid #2563eb;
    border-radius: 6px;
    background: #fff;
    color: #2563eb;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nexpbd-thailand-products__main-cart:hover,
.nexpbd-thailand-products__main-cart:focus {
    background: #eff6ff;
    color: #1d4ed8;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.14);
}

.nexpbd-thailand-products__add-to-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0.85rem 1rem;
    border: 0;
    border-radius: 6px;
    background: #111827;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.nexpbd-thailand-products__add-to-cart:hover,
.nexpbd-thailand-products__add-to-cart:focus {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.22);
    opacity: 0.96;
}

.nexpbd-thailand-products__add-to-cart.is-loading {
    opacity: 0.6;
    pointer-events: none;
}

.nexpbd-thailand-products__empty {
    margin: 0;
    padding: 1rem 0;
}

.nexpbd-thailand-cart {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999;
    width: min(380px, calc(100vw - 2rem));
}

.nexpbd-thailand-cart__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 48px;
    padding: 0.85rem 1rem;
    border: 0;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.28);
}

.nexpbd-thailand-cart__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    min-height: 1.7rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 0.82rem;
    line-height: 1;
}

.nexpbd-thailand-cart__panel {
    margin-top: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

.nexpbd-thailand-cart__header,
.nexpbd-thailand-cart__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem;
}

.nexpbd-thailand-cart__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nexpbd-thailand-cart__title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
}

.nexpbd-thailand-cart__close,
.nexpbd-thailand-cart__clear {
    border: 0;
    background: transparent;
    color: #111827;
    cursor: pointer;
    font-weight: 600;
}

.nexpbd-thailand-cart__close {
    font-size: 1.4rem;
    line-height: 1;
}

.nexpbd-thailand-cart__body {
    max-height: 50vh;
    overflow: auto;
    padding: 1rem;
}

.nexpbd-thailand-cart__empty {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.45;
}

.nexpbd-thailand-cart__items {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.nexpbd-thailand-cart__item {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.9rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: #fafafa;
}

.nexpbd-thailand-cart__item-title {
    font-weight: 600;
    line-height: 1.35;
    color: #111827;
}

.nexpbd-thailand-cart__item-price {
    color: #111827;
    font-size: 0.95rem;
    font-weight: 600;
}

.nexpbd-thailand-cart__item-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.nexpbd-thailand-cart__qty {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.nexpbd-thailand-cart__qty-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 6px;
    background: #e5e7eb;
    color: #111827;
    font-weight: 700;
    cursor: pointer;
}

.nexpbd-thailand-cart__qty-value {
    min-width: 1.5rem;
    text-align: center;
    font-weight: 700;
    color: #111827;
}

.nexpbd-thailand-cart__remove {
    border: 0;
    background: transparent;
    color: #b91c1c;
    font-weight: 600;
    cursor: pointer;
}

.nexpbd-thailand-cart__footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.nexpbd-thailand-cart__order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.nexpbd-thailand-cart__order:hover,
.nexpbd-thailand-cart__order:focus {
    background: #1da851;
    color: #fff;
    text-decoration: none;
}

.nexpbd-thailand-cart__order.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.nexpbd-thailand-single-product {
    margin: 3rem 0 4rem;
}

.nexpbd-thailand-single-product__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.nexpbd-thailand-single-product__product {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.nexpbd-thailand-single-product__top {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 3rem;
    align-items: start;
}

.nexpbd-thailand-single-product__media {
    position: sticky;
    top: 2rem;
    min-width: 0;
}

.nexpbd-thailand-single-product__media-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nexpbd-thailand-single-product__gallery-image {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: #fff;
}

.nexpbd-thailand-single-product__gallery-image--featured {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.nexpbd-thailand-single-product__gallery-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.nexpbd-thailand-single-product__thumbnails {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.875rem;
}

.nexpbd-thailand-single-product__summary {
    padding-top: 0.25rem;
    min-width: 0;
}

.nexpbd-thailand-single-product__title {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 600;
    line-height: 1.2;
}

.nexpbd-thailand-single-product__price {
    margin: 0 0 1.25rem;
    color: #7f54b3;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.4;
}

.nexpbd-thailand-single-product__price .woocommerce-Price-currencySymbol {
    margin-right: 0.2em;
}

.nexpbd-thailand-single-product__short-description {
    margin: 0 0 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #555;
}

.nexpbd-thailand-single-product__short-description p:last-child {
    margin-bottom: 0;
}

.nexpbd-thailand-single-product__purchase {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.nexpbd-thailand-single-product__add-to-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.95rem 1.65rem;
    border: 0;
    border-radius: 4px;
    background: #111827;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.nexpbd-thailand-single-product__main-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.95rem 1.65rem;
    border: 1px solid #2563eb;
    border-radius: 4px;
    background: #fff;
    color: #2563eb;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nexpbd-thailand-single-product__main-cart:hover,
.nexpbd-thailand-single-product__main-cart:focus {
    background: #eff6ff;
    color: #1d4ed8;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.18);
}

.nexpbd-thailand-single-product__add-to-cart:hover,
.nexpbd-thailand-single-product__add-to-cart:focus {
    background: #0f172a;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.24);
}

.nexpbd-thailand-single-product__add-to-cart.is-loading {
    opacity: 0.6;
    pointer-events: none;
}

.nexpbd-thailand-single-product__whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.95rem 1.65rem;
    border: 0;
    border-radius: 4px;
    background: #25d366;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nexpbd-thailand-single-product__whatsapp-button:hover,
.nexpbd-thailand-single-product__whatsapp-button:focus {
    background: #1da851;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
    text-decoration: none;
}

.nexpbd-thailand-single-product__whatsapp-unavailable {
    min-height: 52px;
    padding: 0.95rem 1.25rem;
    border-radius: 6px;
    background: #f5f5f5;
    color: #555;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 1024px) {

    .nexpbd-thailand-products__grid,
    .nexpbd-thailand-products--columns-5 .nexpbd-thailand-products__grid,
    .nexpbd-thailand-products--columns-6 .nexpbd-thailand-products__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nexpbd-thailand-single-product__top {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .nexpbd-thailand-single-product__media {
        position: static;
        top: auto;
    }
}

@media (max-width: 782px) {

    .nexpbd-thailand-products__grid,
    .nexpbd-thailand-products--columns-3 .nexpbd-thailand-products__grid,
    .nexpbd-thailand-products--columns-4 .nexpbd-thailand-products__grid,
    .nexpbd-thailand-products--columns-5 .nexpbd-thailand-products__grid,
    .nexpbd-thailand-products--columns-6 .nexpbd-thailand-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nexpbd-thailand-single-product__thumbnails {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nexpbd-thailand-cart {
        position: sticky;
        right: auto;
        bottom: max(0.75rem, env(safe-area-inset-bottom));
        width: min(100%, 360px);
        margin: 1rem 0 0 auto;
        z-index: 30;
    }

    .nexpbd-thailand-cart__toggle {
        width: 100%;
    }
}

@media (max-width: 480px) {

    .nexpbd-thailand-products__grid,
    .nexpbd-thailand-products--columns-2 .nexpbd-thailand-products__grid,
    .nexpbd-thailand-products--columns-3 .nexpbd-thailand-products__grid,
    .nexpbd-thailand-products--columns-4 .nexpbd-thailand-products__grid,
    .nexpbd-thailand-products--columns-5 .nexpbd-thailand-products__grid,
    .nexpbd-thailand-products--columns-6 .nexpbd-thailand-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .nexpbd-thailand-single-product__thumbnails {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .nexpbd-thailand-products__link {
        padding: 0.85rem;
    }

    .nexpbd-thailand-products__title {
        margin-bottom: 0.4rem;
        font-size: 0.95rem;
        line-height: 1.3;
    }

    .nexpbd-thailand-products__price {
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .nexpbd-thailand-products__main-cart,
    .nexpbd-thailand-products__add-to-cart {
        min-height: 40px;
        padding: 0.8rem 0.75rem;
        font-size: 0.88rem;
        line-height: 1.15;
    }

    .nexpbd-thailand-products__actions {
        gap: 0.6rem;
    }

    .nexpbd-thailand-cart__footer,
    .nexpbd-thailand-cart__item-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .nexpbd-thailand-cart__order,
    .nexpbd-thailand-cart__clear {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .nexpbd-thailand-single-product__add-to-cart,
    .nexpbd-thailand-single-product__main-cart,
    .nexpbd-thailand-single-product__whatsapp-button,
    .nexpbd-thailand-single-product__whatsapp-unavailable {
        width: 100%;
    }
}
